﻿.body {
    font-family: Montserrat;
}
#section-415fb849-df22-4db6-acd9-4953f561bafd {
    color: #ffffff;
    --fontColor: #ffffff;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 100%;
    --fontColor_A: 1;
    --fontColor_darkenDir: -1;
    --bgColor: #1e1e1e;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 12%;
    --bgColor_A: 1;
    --bgColor_darkenDir: 1;
    height: 1px;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item h1 {
        font-size: 40px !important;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd > .video-wrapper > .full-screen-video-component > .video-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: -1000;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd > .video-wrapper > .full-screen-video-component > .video-wrapper > video {
    -webkit-transition: opacity 1s cubic-bezier(0.835, 0, 0.19, 1);
    transition: opacity 1s cubic-bezier(0.835, 0, 0.19, 1);
    opacity: 0;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd > .video-wrapper > .full-screen-video-component > .video-wrapper.playing > video {
    opacity: 1;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd {
    --bodyPadding: 0px;
    min-height: 100vh;
}

@media (min-width: 768px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd {
        min-height: calc(100vh - var(--bodyPadding)) !important;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 0px;
    text-align: center;
    width: 100%;
    height: 100vh;
}

    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content {
        width: 100%;
        padding: 20px;
    }

        #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content a {
            font-family: var(--global-primary-font-family);
        }

        #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content .button-wrapper .homepage-btn {
            padding: 15px 30px;
            background: transparent;
            border: 2px solid;
            color: inherit;
            border-radius: 0;
            font-family: var(--global-primary-font-family);
            font-size: 12px;
            line-height: 1;
            -webkit-transition: all .3s;
            transition: all .3s;
            -webkit-text-decoration: none;
            text-decoration: none;
            font-weight: normal;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            outline: none;
            -webkit-appearance: none;
            display: inline-block;
            cursor: pointer;
        }

@media (max-width: 767px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content .button-wrapper .homepage-btn {
        margin: 0 auto 20px auto !important;
        display: block;
        max-width: 275px;
        width: 100%;
        text-align: center;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content .button-wrapper .homepage-btn:not(:first-child) {
    margin-left: 20px;
}

@media (max-width: 767px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content .button-wrapper .homepage-btn:not(:first-child) {
        margin-left: 0;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content .button-wrapper .homepage-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media(max-width: 767px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content .button-wrapper {
        display: block;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content .arrow-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    cursor: pointer;
}

    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .content .arrow-container svg {
        fill: currentColor;
    }

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item {
    display: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 20px 0 0;
}

    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item:first-child {
        display: block;
    }

    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item:focus {
        outline: none;
    }

    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item .lp-h1 {
        margin: .1em 0;
        letter-spacing: 4px;
    }

@media (max-width: 991px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item .lp-h1 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item .lp-h1 {
        font-size: 26px;
        letter-spacing: 2px;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item h5 {
    line-height: 1.2;
    margin: 0 0 5px 0;
    -webkit-animation: none;
    animation: none;
}

@media (max-width: 767px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item h5 {
        font-size: 16px;
        line-height: 1.5;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item.slick-active h5 {
    -webkit-animation: cl-htco-fadeInDown 1s ease 0s 1 normal both;
    animation: cl-htco-fadeInDown 1s ease 0s 1 normal both;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .item-logo .lp-h1 {
    display: none;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .items:nth-child(2) .item {
    padding: 0;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .sub-headline {
    font-family: var(--global-secondary-font-family);
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.43;
    letter-spacing: 1px;
    white-space: pre-line;
}

@media (max-width: 767px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .sub-headline {
        font-size: 19px;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .homepage-intro .logo {
    max-height: 150px;
    margin-bottom: 40px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .slick-initialized .slick-slide {
    display: block;
}

@-webkit-keyframes cl-htco-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes cl-htco-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd > *:last-child {
    position: relative;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .overlay-component {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #208eb3;
    transition-property: opacity;
    transition-timing-function: linear;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 900px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .video-wrapper.hidable {
        display: none;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .full-screen-video-component {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#section-415fb849-df22-4db6-acd9-4953f561bafd video {
    position: absolute;
    z-index: -1000;
    width: 100%;
    object-fit: cover;
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd video {
        overflow: hidden;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto !important;
    }
}

#section-415fb849-df22-4db6-acd9-4953f561bafd .poster {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1000;
    background: center center/cover;
}

@media screen and (max-width: 900px) {
    #section-415fb849-df22-4db6-acd9-4953f561bafd .poster {
        display: block;
    }
}

#section-f7d5a409-9655-4b48-affb-70a284266d61 {
    color: #000000;
    --fontColor: #000000;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #ffffff;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(4 / 4 * var(--global-section-padding));
    --section-padding-bottom: calc(4 / 4 * var(--global-section-padding));
    background-color: #ffffff;
}

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm {
        padding: 80px 0;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: -10px;
        --trans-length: .2s;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-img {
        background-color: #777;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

        #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-img > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: -webkit-transform .75s ease-out;
            transition: transform .75s ease-out;
        }

        #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-img::before {
            content: '';
            width: 100%;
            bottom: 0;
            height: 100%;
            position: absolute;
            background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100px);
            opacity: 0.7;
            left: 0;
            -webkit-transition: all calc(var(--trans-length) * 2) ease;
            transition: all calc(var(--trans-length) * 2) ease;
            z-index: 1;
        }

        #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-img::after {
            content: '';
            width: 100%;
            bottom: 0;
            height: 100%;
            position: absolute;
            background: #000;
            opacity: 0;
            left: 0;
            -webkit-transition: all calc(var(--trans-length) * 2) ease;
            transition: all calc(var(--trans-length) * 2) ease;
            z-index: 1;
        }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-info {
        z-index: 1;
        position: absolute;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-info::before {
            content: '';
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            max-height: 100%;
            -webkit-transition: all var(--trans-length) linear;
            transition: all var(--trans-length) linear;
            transition-delay: var(--trans-length);
            width: 100%;
        }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-info-title {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 20px;
        text-transform: uppercase;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-info-hover {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-height: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        -webkit-transition: max-height var(--trans-length) linear;
        transition: max-height var(--trans-length) linear;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-info-descr {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0 20px 20px;
        overflow: hidden;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-info-link {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 20px 20px;
        text-transform: uppercase;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm .cl-hgm-info-link, #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm .cl-hgm-info-link:hover {
        color: #d8d8d8;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 a.cl-hgm-item {
        cursor: pointer;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-item {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 10px;
        width: calc(100% / 3 - 20px);
        overflow: hidden;
        position: relative;
    }

        #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-item::before {
            content: '';
            display: block;
            width: 100%;
            padding-bottom: 90.4%;
        }

@media (hover: hover) and (pointer: fine) {
    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-item:hover .cl-hgm-img > img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-item:hover .cl-hgm-img::before {
        opacity: 0;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-item:hover .cl-hgm-img::after {
        opacity: 0.8;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-item:hover .cl-hgm-info::before {
        transition-delay: 0s;
        max-height: 0;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-item:hover .cl-hgm-info-hover {
        max-height: 100%;
        transition-delay: var(--trans-length);
    }
}

#section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm--title {
    text-align: center;
    margin-bottom: 15px;
}

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm--title + .cl-hgm-items {
        margin-top: 50px;
    }

#section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm--description {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 610px;
}

@media (max-width: 992px) {
    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm {
        padding: 50px 0;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm--description {
        margin-bottom: 30px;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm--title + .cl-hgm-items {
        margin-top: 30px;
    }
}

@media (max-width: 650px) {
    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-items {
        margin: 0;
    }

    #section-f7d5a409-9655-4b48-affb-70a284266d61 .cl-hgm-item {
        margin: 5px 0;
        width: 100%;
    }
}

#section-f7d5a409-9655-4b48-affb-70a284266d61 > div:last-child {
    padding-top: calc(4 / 4 * var(--global-section-padding)) !important;
    padding-bottom: calc(4 / 4 * var(--global-section-padding)) !important;
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e {
    color: #000;
    --fontColor: #000;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: rgba(242, 242, 242, 0.7);
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 95%;
    --bgColor_A: 0.7;
    --bgColor_darkenDir: -1;
    background-color: rgba(242, 242, 242, 0.7);
}

@media only screen and (min-width: 768px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e {
        background-image: linear-gradient(rgba(242, 242, 242, 0.1), rgba(242, 242, 242, 0.1));
        background-repeat: no-repeat;
        -webkit-background-size: 650px;
        background-size: 650px;
        -webkit-background-position: bottom 0% left 0%;
        background-position: bottom 0% left 0%;
    }
}

@media only screen and (max-width: 560px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split a.btn {
        max-width: 100%;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .link {
        color: inherit;
    }

    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .pre-line {
        white-space: pre-line;
    }

@media (min-width: 991px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section {
        min-height: 600px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split-image {
    overflow: hidden;
}

@media (max-width: 991px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split {
        padding: 40px 0 0;
        width: 100%;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split .split-text {
    width: 70%;
    padding: 2em 0;
}

@media (max-width: 991px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split .split-text {
        padding: 0 30px;
        margin: 0;
        width: 100%;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split .split-text .btn-outline {
    display: inline-block;
}

@media (min-width: 991px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split {
        width: 50%;
        min-height: 600px;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split h2 {
    margin-top: 0;
    margin-bottom: 24px;
}

@media (max-width: 540px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split h2 {
        margin-bottom: 9px;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split p {
    margin: 0 0 24px;
}

@media (max-width: 540px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split p {
        margin-bottom: 15px;
        font-size: 19px;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split .btn {
    margin-bottom: 24px;
    margin-right: 24px;
}

    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split .btn:last-child {
        margin-right: 0;
    }

@media (max-width: 540px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .split .btn {
        max-width: 275px;
        width: 100%;
        margin-top: 10px;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section img {
    width: 100%;
    object-fit: cover;
    min-height: 100vh;
    height: 100%;
}

@media (max-width: 991px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section img {
        height: auto;
        min-height: inherit;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .position_agent {
    margin-bottom: 15px;
    opacity: .7;
}

@media (max-width: 540px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .position_agent {
        margin-bottom: 9px;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .contact_agent {
    margin-bottom: 24px;
}

@media (max-width: 540px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .contact_agent {
        margin-bottom: 16px;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .contact_agent h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

@media (max-width: 540px) {
    #section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .contact_agent h6 {
        margin-bottom: 2px;
    }
}

#section-a7e2a6b2-4445-4a06-be49-9ea0eb05d50e .about-section .contact_agent .link {
    font-weight: 500;
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 {
    color: rgba(0, 0, 0, 1);
    --fontColor: rgba(0, 0, 0, 1);
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: rgba(255, 255, 255, 1);
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    background-color: rgba(255, 255, 255, 1);
}

    #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 div.company-stats__row .company-stats__col .stat-card__value {
        margin-top: 0;
        margin-bottom: 25px;
        font-size: 36px;
    }

@media only screen and (max-width: 768px) {
    #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 div.company-stats__row .company-stats__col .stat-card__value {
        font-size: 32px;
    }
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 div.company-stats__row .stat-card {
    padding-bottom: 40px;
    padding-top: 40px;
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 div.company-stats__row .stat-card__title {
    font-family: var(--global-primary-font-family);
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .lp-title-group {
    max-width: 1100px;
}

@media only screen and (min-width: 768px) {
    #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
        background-repeat: no-repeat;
        -webkit-background-size: 650px;
        background-size: 650px;
        -webkit-background-position: top 0% left 0%;
        background-position: top 0% left 0%;
    }

        #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 div.company-stats__row .company-stats__col:nth-child(1) {
            border-left: 1px solid #ccc;
        }

        #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 div.company-stats__row .company-stats__col:nth-child(2) {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

        #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 div.company-stats__row .company-stats__col:nth-child(3) {
            border-right: 1px solid #ccc;
        }
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 {
    overflow: hidden;
}

    #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .company-stats__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -64px;
        padding-top: 32px;
    }

    #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .company-stats__row--four .company-stats__col {
        max-width: 25%;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

@media (max-width: 768px) {
    #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .company-stats__row--four .company-stats__col {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .company-stats__col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-height: 1px;
    max-width: 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 768px) {
    #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .company-stats__col {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .company-stats__cta-wrap {
    text-align: center;
    padding-top: 96px;
}

@media (max-width: 768px) {
    #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .company-stats__cta-wrap {
        padding-top: 48px;
    }
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .stat-card {
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 64px;
    text-align: center;
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .stat-card__value {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1;
    min-height: var(--global-h3-font-size);
}

@media (max-width: 768px) {
    #section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .stat-card__value {
        min-height: auto;
    }
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .stat-card__title {
    margin-top: 0;
    margin-bottom: 0;
}

#section-bc95e40d-9298-437c-a7a0-4e4e98b27641 .lp-text--subtitle {
    margin-left: auto;
    margin-right: auto;
}

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 {
    color: #000;
    --fontColor: #000;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #fff;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    background-color: #fff;
}

    #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .lp-vertical-paddings {
        padding-top: 30px;
        padding-bottom: 0px;
    }

        #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .lp-vertical-paddings .lp-play {
            border: 2px solid #fff;
            background-color: #fff;
            color: #000;
        }

            #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .lp-vertical-paddings .lp-play:hover {
                border: 2px solid #fff;
                background-color: transparent;
                color: #fff;
            }

        #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .lp-vertical-paddings .gallery__poster {
            object-position: top;
        }

    #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .redesign button {
        border-radius: 50%;
    }

    #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery {
        position: relative;
    }

    #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__holder {
        position: relative;
    }

    #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__item {
        position: relative;
        background-color: #ccc;
        height: 680px;
    }

@media(max-width: 580px) {
    #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__item {
        height: 280px;
    }
}

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__poster {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

    #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__poster.portrait {
        object-fit: contain;
    }

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__arrow.lp-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__arrow.lp-arrow--next {
    right: 30px;
    left: auto;
}

@media(max-width: 768px) {
    #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__arrow.lp-arrow--next {
        right: 24px;
    }
}

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__arrow.lp-arrow--prev {
    left: 30px;
    right: auto;
}

@media(max-width: 768px) {
    #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .gallery__arrow.lp-arrow--prev {
        left: 24px;
    }
}

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 .lp-expand-btn-wrapper {
    position: unset !important;
}

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 .lp-expand-btn {
    right: 20px;
    top: 20px;
    left: unset;
}

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 .button-container {
    padding-top: 48px;
    text-align: center;
}

#section-444b936f-c0f8-4d92-826c-c6084e9ae373 .lp-text--pretitle, #section-444b936f-c0f8-4d92-826c-c6084e9ae373 .lp-text--subtitle {
    margin-left: auto;
    margin-right: auto;
}

#section-09245458-403a-49b9-9422-b2a5b08bdadf {
    color: rgba(0, 0, 0, 1);
    --fontColor: rgba(0, 0, 0, 1);
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: rgba(255, 255, 255, 1);
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    background-color: rgba(255, 255, 255, 1);
}

    #section-09245458-403a-49b9-9422-b2a5b08bdadf div.lp-title-group {
        max-width: 1000px;
    }

    #section-09245458-403a-49b9-9422-b2a5b08bdadf button.lp-btn {
        border: 2px solid;
        font-size: 12px;
    }

    #section-09245458-403a-49b9-9422-b2a5b08bdadf button.newsletter-signup__form-item.lp-btn {
        font-weight: 400;
    }

    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

@media (max-width: 768px) {
    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup {
        min-height: 80vh;
    }

        #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup .lp-container-custom {
            padding: 0 25px;
        }
}

#section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form {
    margin: 0;
}

    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form.success .newsletter-signup__form-container {
        display: none;
    }

    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form.success .success-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

#section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__inputs-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__inputs-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form-container {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form-container .lp-h2 {
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form-container .lp-text--subtitle {
        margin-bottom: 32px;
    }
}

#section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form-item + .newsletter-signup__form-item {
    margin-left: 16px;
}

@media (max-width: 768px) {
    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form-item + .newsletter-signup__form-item {
        margin-left: 0px;
        margin-top: 32px;
    }
}

@media (min-width: 769px) {
    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form-item.lp-input {
        padding-top: 0;
        padding-bottom: 0;
        width: 250px;
    }
}

#section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form-item.lp-btn {
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 769px) {
    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup__form-item.lp-btn {
        width: 200px;
    }
}

#section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup .success-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    z-index: 2;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    text-align: center;
}

    #section-09245458-403a-49b9-9422-b2a5b08bdadf .newsletter-signup .success-block.hide {
        display: none;
    }

#section-09245458-403a-49b9-9422-b2a5b08bdadf .lp-text--subtitle {
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
}

#section-09245458-403a-49b9-9422-b2a5b08bdadf .lp-h-pot {
    max-width: 1px;
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 {
    color: #ffffff;
    --fontColor: #ffffff;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 100%;
    --fontColor_A: 1;
    --fontColor_darkenDir: -1;
    --bgColor: #fff;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    background-color: #fff;
}

@media only screen and (max-width: 400px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties button.slick-arrow {
        top: 30%;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties {
    position: relative;
}

    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }

@media (max-width: 768px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .slick-arrow {
        top: 50%;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .slick-arrow.slick-prev {
    left: 50%;
}

@media (min-width: 768px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .slick-arrow.slick-prev {
        left: 48px;
    }
}

@media (max-width: 767px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .slick-arrow.slick-prev {
        left: 25px;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .slick-arrow.slick-next {
    right: 50%;
    margin-right: -670px;
}

@media (min-width: 768px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .slick-arrow.slick-next {
        right: 48px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .slick-arrow.slick-next {
        right: 25px;
        margin-right: 0;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .container {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    max-width: unset;
}

@media (min-width: 768px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .container {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 767px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .container {
        height: 450px;
        min-height: 1px;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties__slide {
    position: relative;
}

    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties__slide .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties__slide:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        z-index: 1;
        opacity: var(--bgOpacity);
    }

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-holder {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

@media (max-width: 1024px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-holder {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 1025px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-holder:hover {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

        #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-holder:hover .featured-properties-desc-short {
            opacity: 0;
        }

        #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-holder:hover .no-description {
            opacity: 1;
        }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 70px;
}

@media (max-width: 1024px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 0;
        margin-bottom: 25px;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short h6 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 500;
}

@media (max-width: 767px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short h6 {
        margin-bottom: 5px;
        font-size: 14px;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short h2 {
    text-transform: uppercase;
    display: block;
    font-size: 28px;
    line-height: 36px;
    text-shadow: .5px 0 0 currentColor;
    letter-spacing: 3.25px;
    margin-bottom: 10px;
    margin-top: 0;
}

@media (max-width: 767px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short h2 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }
}

@media (max-width: 560px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short h2 {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 360px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short h2 {
        font-size: 14px;
        line-height: 14px;
        line-height: 1.4;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short ul {
    font-size: 21px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short ul {
        font-size: 16px;
        line-height: 20px;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short ul li {
    display: inline-block;
    vertical-align: top;
}

    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short ul li:after {
        content: '|';
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 8px;
    }

    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-short ul li:last-child:after {
        content: none;
    }

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-full {
    display: table;
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
}

    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-full .no-description {
        display: none;
    }

@media (max-width: 1024px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-full {
        display: none;
    }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-full .featured-properties-desc-full__left {
    display: table-cell;
    background-color: #f1f1f1;
    padding: 30px 35px;
    line-height: 30px;
    color: #171819;
    vertical-align: top;
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-full .featured-properties-desc-full__right {
    width: 43%;
    color: #fff;
    padding: 15px 40px;
    display: table-cell;
    background-color: rgba(23, 24, 25, 0.75);
    list-style: none;
    font-size: 14px;
    line-height: 26px;
    text-shadow: .5px 0 0 currentColor;
    letter-spacing: 2.75px;
    font-weight: 500;
}

    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-full .featured-properties-desc-full__right li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-full .featured-properties-desc-full__right li + li {
            border-top: solid 1px #484b4e;
        }

    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-full .featured-properties-desc-full__right p {
        padding: 7px 10px 7px 0;
        margin: 0;
    }

    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-desc-full .featured-properties-desc-full__right .feature {
        font-size: 21px;
        text-shadow: none;
        line-height: 30px;
        letter-spacing: 1px;
        text-align: right;
        padding: 5px 0;
        font-weight: normal;
    }

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-btn-holder {
    min-width: 400px;
    padding: 0 0 80px 0;
    text-align: right;
}

@media (max-width: 1199px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-btn-holder {
        min-width: auto;
        padding-right: 0;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-btn-holder {
        padding-bottom: 20px;
    }

        #section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties .featured-properties-btn-holder span {
            display: none;
        }
}

#section-51126220-9897-4b81-9c31-2fd070a91d16 .featured-properties:not(.slick-initialized) .featured-properties__slide:nth-child(n + 2) {
    display: none;
}

#section-39c23827-8a1b-49e9-8a26-27a0e39973f4 {
    color: #000;
    --fontColor: #000;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: rgba(255, 255, 255, 1);
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    background-color: rgba(255, 255, 255, 1);
}

    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 div.testimonial {
        background-image: linear-gradient(rgba(255,255,255, 0), rgba(255,255,255, 0));
        background-repeat: no-repeat;
        -webkit-background-size: 120px;
        background-size: 120px;
        -webkit-background-position: center top 0%;
        background-position: center top 0%;
        padding-top: 80px;
    }

    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 p.blockquote.feature {
        padding-top: 20px;
    }

@media (max-width: 768px) {
    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 p.blockquote.feature {
        padding-top: 20px;
    }
}

@media (min-width: 1200px) {
    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 div.testimonials-grid-section .button-container {
        margin-top: 20px;
    }
}

#section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section {
    padding: 36px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    background-color: rgba(32, 142, 179, 0.7);
    color: #fff !important;
}

@media (max-width: 768px) {
    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section {
        padding: 40px 0;
    }
}

#section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .heading h2 {
        margin-bottom: 14px;
    }
}

#section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 18px;
}

@media (max-width: 768px) {
    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .button-container {
        margin-top: 14px;
    }
}

#section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .no-content {
    padding: 38px 0;
    text-align: center;
}

    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .no-content p {
        color: #888;
        font-size: 1.5em;
    }

#section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .testimonials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .testimonials .testimonial {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 40px 30px;
        border: 2px solid transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

@media (min-width: 992px) {
    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .testimonials .testimonial {
        width: 30%;
    }
}

@media (max-width: 768px) {
    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .testimonials .testimonial {
        padding: 14px 25px;
    }
}

#section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .testimonials .testimonial .blockquote {
    text-align: center;
    margin-bottom: 21px;
/*    white-space: pre-line;*/
}

@media (max-width: 768px) {
    #section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .testimonials .testimonial .blockquote {
        margin-bottom: 11px;
    }
}

#section-39c23827-8a1b-49e9-8a26-27a0e39973f4 .testimonials-grid-section .testimonials .testimonial .author {
    font-size: 14px;
    margin-bottom: 0;
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 {
    color: rgba(0, 0, 0, 1);
    --fontColor: rgba(0, 0, 0, 1);
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: rgba(242, 242, 242, 0.7);
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 95%;
    --bgColor_A: 0.7;
    --bgColor_darkenDir: -1;
    background-color: rgba(242, 242, 242, 0.7);
}

    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 div.redesign .neighborhood-grid-item {
        width: calc(100% / 2);
        height: 450px;
    }

    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 div.redesign .neighborhood-grid-item__overlay {
        background-color: #1a1a1a;
        -webkit-transition: opacity .1s;
        transition: opacity .1s;
    }

@media only screen and (max-width: 768px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 div.redesign .neighborhood-grid-item {
        width: calc(100% / 1);
        height: 450px;
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 div.redesign .neighborhood-grid-container .neighborhood-grid-item:nth-child(1) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

@media only screen and (min-width: 768px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 {
        background-image: linear-gradient(rgba(242, 242, 242, 0.1), rgba(242, 242, 242, 0.1));
        background-repeat: no-repeat;
        -webkit-background-size: 650px;
        background-size: 650px;
        -webkit-background-position: bottom 0% right 0%;
        background-position: bottom 0% right 0%;
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .spacer {
    min-height: 20vh;
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid .no-content {
    padding: 38px 0;
    text-align: center;
}

    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid .no-content p {
        font-size: 1.5em;
        font-style: italic;
        color: #888;
        font-size: 1.5em;
    }

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item {
    position: relative;
    min-height: 240px;
    width: calc(100% / 3);
    height: 280px;
}

@media (max-width: 1299px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item {
        width: 50%;
        height: calc(100vh / 3);
    }
}

@media (max-width: 767px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item {
        width: 100%;
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #171819;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-title {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: center;
}

@media (max-width: 576px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-title .btn {
        width: 80%;
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-text {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-text h4 {
        -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 34px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        line-height: 1.33;
        letter-spacing: 3px;
        color: #fff;
    }

@media (max-width: 767px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-text h4 {
        padding: 0 20px;
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-text p {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    position: absolute;
    padding: 0 34px;
    letter-spacing: 1px;
    color: #fff;
}

@media (max-width: 767px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-text p {
        padding: 0 20px;
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-text > span {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    position: absolute;
    letter-spacing: 1.5px;
    font-size: 12px;
    text-shadow: .5px 0 0 currentColor;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-text > span {
        padding: 0 20px;
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item-image {
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    width: 100%;
    min-height: 240px;
    object-fit: cover;
}

@media (min-width: 1025px),not (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item__overlay {
        opacity: .79 !important;
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hover_state_h {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

@media (min-width: 1300px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hover_state_h {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

@media (max-width: 1024px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hover_state_h {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hover_state_h {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hs_no_text {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

@media (max-width: 1024px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hs_no_text {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hs_no_text {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text p {
    opacity: 1;
}

@media (max-width: 1024px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text p {
        opacity: 0;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text p {
        opacity: 0;
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text > span {
    opacity: 1;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}

@media (min-width: 1200px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text > span {
        -webkit-transform: translateY(90px);
        -moz-transform: translateY(90px);
        -ms-transform: translateY(90px);
        transform: translateY(90px);
    }
}

@media (max-width: 1024px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text > span {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text > span {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hs_no_text_span {
    opacity: 1;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
}

@media (min-width: 1200px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hs_no_text_span {
        -webkit-transform: translateY(35px);
        -moz-transform: translateY(35px);
        -ms-transform: translateY(35px);
        transform: translateY(35px);
    }
}

@media (max-width: 1024px) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hs_no_text_span {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) {
    #section-1a9d09b7-5271-4d5e-a0d3-47ec2bcf18c5 .redesign .neighborhood-grid-item:hover .neighborhood-grid-item-text .hs_no_text_span {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e {
    color: #000;
    --fontColor: #000;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: rgba(255, 255, 255, 1);
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(2 / 4 * var(--global-section-padding));
    --section-padding-bottom: calc(2 / 4 * var(--global-section-padding));
    background-color: rgba(255, 255, 255, 1);
}

    #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section .slick-slider .slick-arrow {
        -webkit-filter: none;
        filter: none;
    }

        #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section .slick-slider .slick-arrow.slick-next {
            border: solid 2px #000000;
        }

            #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section .slick-slider .slick-arrow.slick-next:before {
                border-color: #000000 #000000 transparent transparent;
            }

            #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section .slick-slider .slick-arrow.slick-next:hover {
                background-color: #000000;
            }

                #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section .slick-slider .slick-arrow.slick-next:hover:before {
                    border-color: #fff #fff transparent transparent;
                }

        #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section .slick-slider .slick-arrow.slick-prev {
            border: solid 2px #000000;
        }

            #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section .slick-slider .slick-arrow.slick-prev:before {
                border-color: transparent transparent #000000 #000000;
            }

            #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section .slick-slider .slick-arrow.slick-prev:hover {
                background-color: #000000;
            }

                #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section .slick-slider .slick-arrow.slick-prev:hover:before {
                    border-color: transparent transparent #fff #fff;
                }

@media only screen and (min-width: 1200px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e div.blog-section {
        min-height: 0px;
    }
}

@media only screen and (min-width: 768px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e {
        background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
        background-repeat: no-repeat;
        -webkit-background-size: 650px;
        background-size: 650px;
        -webkit-background-position: top 0% right 0%;
        background-position: top 0% right 0%;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section {
    text-align: center;
}

    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider {
        width: 100%;
        height: 100%;
    }

        #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-list {
            width: 100%;
            height: 100%;
            max-width: 1065px;
            margin: 60px auto;
        }

@media (max-width: 1279px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-list {
        max-width: calc(100% - 150px);
    }
}

@media (max-width: 560px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-list {
        margin: 24px auto;
        max-width: 100%;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-track {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider * {
    outline: none;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-slide {
    width: 335px;
    margin: 0 10px;
    height: auto;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-arrow {
    -webkit-filter: invert(0.75);
    filter: invert(0.75);
}

    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-arrow.slick-prev {
        left: 30px;
    }

@media (max-width: 1279px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-arrow.slick-prev {
        left: 15px;
    }
}

@media (max-width: 767px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-arrow.slick-prev {
        left: 25px;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-arrow.slick-next {
    right: 30px;
}

@media (max-width: 1279px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-arrow.slick-next {
        right: 15px;
    }
}

@media (max-width: 767px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .slick-slider .slick-arrow.slick-next {
        right: 25px;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .block-centered-carousel {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1920px;
    width: 100%;
}

@media (max-width: 540px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .block-centered-carousel {
        padding-top:20px;
        padding-bottom: 20px;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .posts-wrapper {
    margin: 0 auto;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-wrapper {
    margin-bottom: 2em;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-item {
    background-color: #fff;
    height: auto;
    display: block;
    color: #000000;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog {
    text-align: left;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-image {
    height: 12em;
    position: relative;
    display: block;
    background-color: #808080;
    overflow: hidden;
}

    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-image:hover img {
        -webkit-transition: .3s linear;
        transition: .3s linear;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: .3s linear;
        transition: .3s linear;
    }

@media (max-width: 540px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-image {
        height: 165px;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-text {
    padding: 35px 35px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 540px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-text {
        padding: 16px 13px 21px 13px;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-text a {
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
}

    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-text a h6 {
        text-transform: uppercase;
        margin: 0 0 8px;
    }

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .blog-text p {
    margin: 0 0 15px;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .btn-outline {
    margin-top: 12px;
}

@media (min-width: 1200px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section {
        min-height: 950px;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .no-content {
    padding: 3em 0;
    font-style: italic;
    font-size: 1.5em;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .name_categories {
    background-color: rgba(0, 0, 0, 0.91);
    padding: 6px 9px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}

@media (max-width: 540px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .name_categories {
        display: none;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .custom_author {
    font-size: 16px;
}

@media (max-width: 540px) {
    #section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .custom_author {
        font-size: 15px;
    }
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .custom_author span + span:before {
    content: "|";
    margin-right: .3em;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e .blog-section .link {
    margin-top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    height: 14px;
}

#section-85f34e29-e5d0-4783-8c30-258758c96a0e > div:last-child {
    padding-top: calc(2 / 4 * var(--global-section-padding)) !important;
/*    padding-bottom: calc(2 / 4 * var(--global-section-padding)) !important;*/
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 {
    color: rgba(255, 255, 255, 1);
    --fontColor: rgba(255, 255, 255, 1);
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 100%;
    --fontColor_A: 1;
    --fontColor_darkenDir: -1;
/*    --bgColor: #000000;*/
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 0%;
    --bgColor_A: 1;
    --bgColor_darkenDir: 1;
/*    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));*/
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 div.solid-subsection.work-with-us {
/*        background-image: linear-gradient(rgba(242, 242, 242, 0.95), rgba(242, 242, 242, 0.95));*/
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-background-position: bottom 0% right 0%;
        background-position: bottom 0% right 0%;
    }

    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe {
        position: relative;
        -webkit-background-position: top center;
        background-position: top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }




#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe:before {
    content: '';
    position: absolute;
    background-color: #efefef;
    opacity: .2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container .work-with-us {
    position: relative;
}

    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container .work-with-us:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container .work-with-us > * {
        position: relative;
        z-index: 2;
    }

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container > div {
    width: 50%;
    padding: 72px;
    text-align: center;
    max-width: 572px;
    position: relative;
}

@media (max-width: 768px) {
    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container > div {
        width: 100%;
        padding: 45px 15px;
    }
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container > div:first-child {
    min-height: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container > div:first-child p {
        padding: 24px 0;
    }

    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container > div:first-child:last-child {
        width: 100%;
        max-width: 668px;
    }

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container > div h2, #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container > div p {
    margin: 0 0 20px;
}

@media (max-width: 568px) {
    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container > div button, #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .container > div a {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .work-with-us {
        margin-bottom: 15px;
    }
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .work-with-us + .newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #f1f1f1;
    border-left: 0;
    background-color: transparent;
}

@media (max-width: 768px) {
    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .work-with-us + .newsletter {
        padding: 45px 15px;
        border-left: 1px solid #f1f1f1;
    }
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter {
    position: relative;
}

    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter .custom-label-group {
        max-width: 100%;
        margin: 30px 0;
    }

        #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter .custom-label-group label {
            width: 145px;
            text-align: right;
        }

@media (max-width: 1200px) {
    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter .custom-label-group label {
        text-align: left;
        width: auto;
        color: #fff;
    }
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter form input, #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter form input:-webkit-autofill, #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter form input:-webkit-autofill:hover, #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #FFF inset;
    border-color: #c8c8c8;
}

    #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter form input:focus, #section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter form input:-webkit-autofill:focus {
        background: transparent;
    }

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter form .success {
    position: absolute;
    left: 50%;
    padding-top: 12px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 15px;
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter form .hide {
    display: none;
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .contact-and-subscribe .newsletter .thank-you-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

#section-1ee3d181-5801-4e7c-b7c6-e28ef9a52861 .h-pot {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
}


#section-57886c19-dd07-432d-83d6-80ed22d4cf76 {
    color: #000000;
    --fontColor: #000000;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #ffffff;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    background-color: #ffffff;
}

    #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed {
        display: none;
        margin: 50px 0 100px;
    }

@media (max-width: 768px) {
    #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed {
        margin: 30px 0 60px;
    }
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed .pre-title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 2px;
    color: hsla( var(--fontColor_H), var(--fontColor_S), calc(50% + (var(--fontColor_L) - 50%) * 0.7), var(--fontColor_A) );
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed h2, #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed h3 {
    text-align: center;
    margin: 20px 0 60px;
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding-bottom: 20%;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-bottom: 50%;
    }

        #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item:nth-child(n+5) {
            display: none;
        }
}

@media (max-width: 520px) {
    #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-bottom: 100%;
    }
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item:hover {
    z-index: 2;
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item:nth-child(n+6) {
    display: none;
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item__img {
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center center;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    transform-origin: bottom;
}

    #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item__img svg {
        display: none;
    }

    #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item__img:hover {
        position: absolute;
        background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
        height: 108%;
        width: 104%;
        margin-left: -2%;
    }

@media (max-width: 768px) {
    #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item__img:hover {
        height: 104%;
        width: 104%;
        margin-left: -2%;
    }
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .feed__content__item__img:hover svg {
    display: block;
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .instagram-link {
    display: block;
    overflow: hidden;
}

    #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .instagram-link, #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .instagram-link:hover, #section-57886c19-dd07-432d-83d6-80ed22d4cf76 .instagram-link:visited {
        color: inherit;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .instagram-username {
    overflow-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .media-type-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76 .has-data .feed {
    display: block;
}

#section-57886c19-dd07-432d-83d6-80ed22d4cf76.has-data .feed, #section-57886c19-dd07-432d-83d6-80ed22d4cf76#section-temp .feed {
    display: block;
}

#modal-global-contact-us .redesign {
    width: 100%;
}

@media (max-width: 560px) {
    #modal-global-contact-us .redesign .socials {
        gap: 27px;
    }
}

@media (max-width: 560px) {
    #modal-global-contact-us .redesign .socials li {
        padding-right: 0;
        margin-bottom: 0;
    }

        #modal-global-contact-us .redesign .socials li .socials__link {
            margin-bottom: 0;
        }
}

#modal-global-contact-us .contact-form {
    min-height: 100vh;
    padding: 104px 0 70px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

    #modal-global-contact-us .contact-form input:focus {
        border: 0;
    }

    #modal-global-contact-us .contact-form input:-webkit-autofill, #modal-global-contact-us .contact-form input:-webkit-autofill:hover, #modal-global-contact-us .contact-form input:-webkit-autofill:focus, #modal-global-contact-us .contact-form textarea:-webkit-autofill, #modal-global-contact-us .contact-form textarea:-webkit-autofill:hover, #modal-global-contact-us .contact-form textarea:-webkit-autofill:focus, #modal-global-contact-us .contact-form select:-webkit-autofill, #modal-global-contact-us .contact-form select:-webkit-autofill:hover, #modal-global-contact-us .contact-form select:-webkit-autofill:focus {
        border: 0;
        -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    }

    #modal-global-contact-us .contact-form .link--white {
        color: #ffffff;
    }

        #modal-global-contact-us .contact-form .link--white:after {
            background-color: #ffffff;
        }

@media (max-width: 560px) {
    #modal-global-contact-us .contact-form {
        padding: 50px 0;
    }
}

#modal-global-contact-us .contact-form .contact-form-close {
    width: 40px;
    height: 50px;
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 50px;
}

@media (max-width: 560px) {
    #modal-global-contact-us .contact-form .contact-form-close {
        right: 20px;
        top: 20px;
        width: 30px;
        height: 40px;
    }
}

#modal-global-contact-us .contact-form .contact-form-close:before, #modal-global-contact-us .contact-form .contact-form-close:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
}

@media (max-width: 560px) {
    #modal-global-contact-us .contact-form .contact-form-close:before, #modal-global-contact-us .contact-form .contact-form-close:after {
        width: 30px;
    }
}

#modal-global-contact-us .contact-form .contact-form-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#modal-global-contact-us .contact-form .contact-form-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#modal-global-contact-us .contact-form-subheadline, #modal-global-contact-us .contact-form h1 {
    text-align: center;
    text-transform: uppercase;
}

#modal-global-contact-us .contact-form-subheadline {
    margin: 0 0 18px;
    font-size: 14px;
}

@media (max-width: 560px) {
    #modal-global-contact-us .contact-form-subheadline {
        margin: 0 0 7px;
    }
}

#modal-global-contact-us .contact-form__heading {
    margin: 0 0 46px;
}

@media (max-width: 560px) {
    #modal-global-contact-us .contact-form__heading {
        margin: 0 0 24px;
    }
}

#modal-global-contact-us .contact-form-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    #modal-global-contact-us .contact-form-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#modal-global-contact-us .contact-form-container-form {
    max-width: 580px;
    width: 100%;
    margin: 0 30px;
}

@media (max-width: 1200px) {
    #modal-global-contact-us .contact-form-container-form {
        max-width: 45%;
    }
}

@media (max-width: 1023px) {
    #modal-global-contact-us .contact-form-container-form {
        max-width: 100%;
        margin: 0 0 50px 0;
    }
}

#modal-global-contact-us .contact-form-container-form .custom-label-group {
    max-width: 100%;
    margin-bottom: 21px;
}

    #modal-global-contact-us .contact-form-container-form .custom-label-group > textarea, #modal-global-contact-us .contact-form-container-form .custom-label-group .text-input {
        text-transform: none;
    }

@media (min-width: 1200px) {
    #modal-global-contact-us .contact-form-container-form .custom-label-group .text-input, #modal-global-contact-us .contact-form-container-form .custom-label-group .textarea {
        width: 420px;
    }
}

@media (max-width: 1200px) {
    #modal-global-contact-us .contact-form-container-form .custom-label-group label {
        color: #ffffff;
        text-align: left;
    }
}

#modal-global-contact-us .contact-form-container-form .custom-select select {
    display: none;
}

#modal-global-contact-us .contact-form-container-form .custom-select .select-selected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    height: 55px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}

    #modal-global-contact-us .contact-form-container-form .custom-select .select-selected:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 18px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
    }

    #modal-global-contact-us .contact-form-container-form .custom-select .select-selected.select-arrow-active:after {
        -webkit-transform: translateY(-50%) rotate(-135deg);
        -moz-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
        transform: translateY(-50%) rotate(-135deg);
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
    }

#modal-global-contact-us .contact-form-container-form .custom-select .select-items div, #modal-global-contact-us .contact-form-container-form .custom-select .select-selected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #878787;
    height: 55px;
    padding: 0 16px;
    cursor: pointer;
}

#modal-global-contact-us .contact-form-container-form .custom-select .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    right: -1px;
    z-index: 99;
    border-radius: 0;
    border: solid 1px #d8d8d8;
    width: calc(100% + 2px);
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    #modal-global-contact-us .contact-form-container-form .custom-select .select-items {
        right: 0;
        width: 100%;
    }
}

#modal-global-contact-us .contact-form-container-form .custom-select .select-hide {
    display: none;
}

#modal-global-contact-us .contact-form-container-form .custom-select .select-items div:hover, #modal-global-contact-us .contact-form-container-form .custom-select .same-as-selected {
    background-color: rgba(114, 114, 172, 0.15);
}

#modal-global-contact-us .contact-form-container-form .custom-label-input label {
    width: 145px;
    text-align: right;
}

@media (max-width: 1200px) {
    #modal-global-contact-us .contact-form-container-form .custom-label-input label {
        text-align: left;
        width: auto;
    }
}

#modal-global-contact-us .contact-form-container-form .custom-label-input input {
    text-transform: none;
}

@media (max-width: 1200px) {
    #modal-global-contact-us .contact-form-container-form .custom-label-input input {
        width: 100%;
    }
}

#modal-global-contact-us .contact-form-container-form .custom-label-input input::-webkit-input-placeholder {
    text-transform: uppercase;
}

#modal-global-contact-us .contact-form-container-form .custom-label-input input::-moz-placeholder {
    text-transform: uppercase;
}

#modal-global-contact-us .contact-form-container-form .custom-label-input input:-ms-input-placeholder {
    text-transform: uppercase;
}

#modal-global-contact-us .contact-form-container-form .custom-label-input input::placeholder {
    text-transform: uppercase;
}

#modal-global-contact-us .contact-form-container-form .custom-label-textarea {
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

    #modal-global-contact-us .contact-form-container-form .custom-label-textarea label {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    #modal-global-contact-us .contact-form-container-form .custom-label-textarea textarea {
        width: 100%;
        height: 120px;
        padding: 12px 16px;
        border: 0;
        outline: 0;
        resize: none;
        font-size: 15px;
        line-height: 1.67;
        letter-spacing: 0.75px;
    }

        #modal-global-contact-us .contact-form-container-form .custom-label-textarea textarea::-webkit-input-placeholder {
            text-transform: uppercase;
        }

        #modal-global-contact-us .contact-form-container-form .custom-label-textarea textarea::-moz-placeholder {
            text-transform: uppercase;
        }

        #modal-global-contact-us .contact-form-container-form .custom-label-textarea textarea:-ms-input-placeholder {
            text-transform: uppercase;
        }

        #modal-global-contact-us .contact-form-container-form .custom-label-textarea textarea::placeholder {
            text-transform: uppercase;
        }

#modal-global-contact-us .contact-form-container-form .custom-button {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 560px) {
    #modal-global-contact-us .contact-form-container-form .custom-button .btn {
        width: 90%;
    }
}

#modal-global-contact-us .contact-form-container-form .custom-button .success {
    margin-top: 10px;
    color: #ffffff;
}

#modal-global-contact-us .contact-form-container-form .custom-button .hide {
    display: none;
}

#modal-global-contact-us .contact-form-container-info {
    max-width: 454px;
    width: 100%;
    margin: 0 30px;
}

@media (max-width: 1200px) {
    #modal-global-contact-us .contact-form-container-info {
        max-width: 45%;
    }
}

@media (max-width: 1023px) {
    #modal-global-contact-us .contact-form-container-info {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 1023px) {
    #modal-global-contact-us .contact-form-container-info p {
        text-align: center;
    }
}

#modal-global-contact-us .contact-form-container-info .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#modal-global-contact-us .contact-form__socials-block {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid hsla(var(--fontColor_H, 0), var(--fontColor_S, 0%), var(--fontColor_L, 100%), .3);
}

#modal-global-contact-us .contact-form-contact-details h5 {
    margin-bottom: 0;
}

#modal-global-contact-us .contact-form-contact-details p {
    font-family: var(--global-secondary-font-family);
    font-style: italic;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
}

#modal-global-contact-us .contact-form-contact-details a {
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
    line-height: 1;
}

    #modal-global-contact-us .contact-form-contact-details a:after {
        content: '';
        height: 1px;
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 0;
        background-color: currentColor;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    #modal-global-contact-us .contact-form-contact-details a:hover:after {
        width: 100%;
    }

#modal-global-contact-us .close {
    display: none !important;
}

    #modal-global-contact-us .close.contact-form-close {
        display: block !important;
    }

#modal-global-contact-us .h-pot {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
}

nav .fa-phone {
    font-size: 15px;
    margin-left: 5px;
}

nav header {
    display: block;
    font-family: Montserrat,sans-serif;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    white-space: nowrap;
}

nav a {
    background-color: transparent;
}

    nav a:active, nav a:hover {
        outline: 0;
    }

nav img {
    border: 0;
}

nav button {
    color: inherit;
    font: inherit;
    margin: 0;
}

nav button {
    overflow: visible;
}

nav button {
    text-transform: none;
}

nav button {
    cursor: pointer;
}

nav a, nav a:visited {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    transition-property: all;
}

nav img {
    page-break-inside: avoid;
}

nav img {
    max-width: 100% !important;
}

nav .navbar {
    display: none;
}

nav button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

nav a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
}

    nav a:hover, nav a:focus {
        color: #606569;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

    nav a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

nav img {
    vertical-align: middle;
}

nav .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

nav ul {
    margin-top: 0;
    margin-bottom: 15px;
}

nav li {
    margin-bottom: 0;
}

nav ul ul {
    margin-bottom: 0;
}

nav .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

    nav .container:before, nav .container:after {
        content: " ";
        display: table;
    }

    nav .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    nav .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    nav .container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    nav .container {
        width: 1140px;
    }
}

nav .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    nav .nav .sub-nav-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    nav .nav .sub-nav {
        position: absolute;
        left: auto;
        top: 55px;
        margin-left: 15px;
        background: #ffffff;
        border: 1px solid #e7e7e7;
        text-align: left;
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

        nav .nav .sub-nav ul {
            margin: 0;
        }

            nav .nav .sub-nav ul li {
                position: relative;
                display: block;
                margin: 0;
                padding: 10px 20px;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                nav .nav .sub-nav ul li a {
                    color: #000;
                    margin: 0;
                    max-width: 260px;
                }

        nav .nav .sub-nav.visible {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

            nav .nav .sub-nav.visible + .nav-link {
                color: #CFCECE;
                -webkit-transition: .3s linear;
                transition: .3s linear;
            }

nav .scroll .nav .sub-nav.visible + .nav-link {
    color: #878787;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}

nav .nav:before, nav .nav:after {
    content: " ";
    display: table;
}

nav .nav:after {
    clear: both;
}

nav .nav > li {
    position: relative;
    display: block;
}

    nav .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

        nav .nav > li > a:hover, nav .nav > li > a:focus {
            -webkit-text-decoration: none;
            text-decoration: none;
            background-color: #f1f1f1;
        }

nav .nav li.nav-item {
    position: static;
}

nav .navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    border: 1px solid transparent;
}

    nav .navbar:before, nav .navbar:after {
        content: " ";
        display: table;
    }

    nav .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    nav .navbar {
        border-radius: 0;
    }
}

nav .navbar-header:before, nav .navbar-header:after {
    content: " ";
    display: table;
}

nav .navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    nav .navbar-header {
        float: left;
    }
}

nav .container > .navbar-header {
    margin-right: -30px;
    margin-left: -30px;
}

@media (min-width: 768px) {
    nav .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

nav .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 30px;
    padding: 9px 10px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    nav .navbar-toggle:focus {
        outline: 0;
    }

    nav .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        nav .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    nav .navbar-toggle {
        display: none;
    }
}

nav .navbar-nav {
    margin: 12.5px -30px;
}

    nav .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }

@media (min-width: 768px) {
    nav .navbar-nav {
        float: left;
        margin: 0;
    }

        nav .navbar-nav > li {
            float: left;
        }

            nav .navbar-nav > li > a {
                padding-top: 25px;
                padding-bottom: 25px;
            }
}

nav .navbar-default {
    border-color: transparent;
}

    nav .navbar-default .navbar-nav > li > a {
        color: inherit;
    }

        nav .navbar-default .navbar-nav > li > a:hover, nav .navbar-default .navbar-nav > li > a:focus {
            color: inherit;
            background-color: transparent;
        }

    nav .navbar-default .navbar-nav > .active > a, nav .navbar-default .navbar-nav > .active > a:hover, nav .navbar-default .navbar-nav > .active > a:focus {
        color: inherit;
        background-color: transparent;
    }

    nav .navbar-default .navbar-toggle {
        border-color: transparent;
    }

        nav .navbar-default .navbar-toggle:hover, nav .navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }

        nav .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

nav a:-webkit-any-link {
    -webkit-text-decoration: none;
    text-decoration: none;
}

nav .headroom .navbar .nav-link {
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

nav .header {
    padding: 20px 20px 0px;
    width: 100%;
    color: #fff;
}

    nav .header .logo-dark {
        display: none;
    }

    nav .header.scroll {
        padding: 0;
    }

        nav .header.scroll .icon-bar {
            background-color: #000;
        }

        nav .header.scroll .logo-dark {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        nav .header.scroll .logo-light {
            display: none;
        }

        nav .header.scroll .link:after {
            background-color: #000;
        }

@media (max-width: 768px) {
    nav .header {
        padding: 20px 0px;
        background: #208eb3 !important;
    }
}

nav .headroom {
    position: fixed;
    top: 0;
    z-index: 1039;
}

nav .headroom {
    left: 0;
    right: 0;
    background: #208eb3 !important;
}

    nav .headroom .navbar {
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 68px !important;
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    nav .headroom .navbar {
        background: transparent;
    }
}

nav .headroom .navbar .logo-container img {
    max-width: 300px;
    max-height: 70px;
}

nav .headroom .navbar .navbar-toggle {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
}

nav .headroom .navbar .translate-element {
    margin: 21px 15px;
}

@media (max-width: 1250px) {
    nav .headroom .navbar .translate-element {
        display: none;
    }
}

nav .headroom .navbar .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

    nav .headroom .navbar .navbar-header .logo-container {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 991px) {
    nav .headroom .navbar .navbar-header .logo-container {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1250px) {
    nav .headroom .navbar .navbar-header .logo-container {
        display: block;
    }
}

@media (max-width: 500px) {
    nav .headroom .navbar .navbar-header .logo-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 991px) {
    nav .headroom .navbar .navbar-header .logo-container {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

nav .headroom .navbar .navbar-header .logo-container img {
    padding: 0.1em 0em;
}

nav .headroom .navbar .navbar-header .logo-container .logo-holder {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

    nav .headroom .navbar .navbar-header .logo-container .logo-holder .logo-wrapper {
        position: relative;
    }

@media (max-width: 1200px) {
    nav .headroom .navbar .navbar-header .nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }
}

nav .headroom .navbar .navbar-header .nav {
    float: left;
}

nav .headroom .navbar .navbar-header .navbar-nav .nav-item a {
    font-size: 12px;
    font-weight: 500;
}

nav .headroom .navbar .navbar-header .navbar-nav .nav-item .sub-nav a {
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

@media (max-width: 1200px) {
    nav .headroom .navbar .navbar-header .navbar-nav .nav-item .nav-link {
        letter-spacing: 0.9px;
    }
}

@media (max-width: 991px) {
    nav .headroom .navbar .navbar-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        nav .headroom .navbar .navbar-header .navbar-nav {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: 0;
        }
}

@media (max-width: 500px) {
    nav .headroom .navbar .navbar-header .navbar-nav {
        position: relative;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 1250px) {
    nav .headroom .navbar .navbar-header .navbar-nav .nav-item {
        display: none;
    }

    nav .headroom .navbar .navbar-header .nav {
        float: none;
    }
}

@media (min-width: 768px) {
    nav .headroom .navbar .navbar-header {
        width: 100%;
    }
}

@media (max-width: 767px) {
    nav .headroom .navbar .navbar-header {
        margin: 0;
    }
}

nav .headroom .navbar .navbar-header:after, nav .headroom .navbar .navbar-header:before {
    display: none;
}

nav .headroom .navbar .nav-link {
    cursor: pointer;
    font-size: 10px;
}

nav .headroom .navbar .navbar-toggle {
    display: block;
    padding: 6px 0px 6px 10px;
}

@media (max-width: 991px) {
    nav .headroom .navbar .navbar-toggle {
        padding: 6px 0px 6px 10px;
        margin-right: 0px;
    }
}

nav .headroom .navbar .navbar-toggle .icon-bar {
    border-radius: 0;
    width: 26px;
}

    nav .headroom .navbar .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }

@media (min-width: 768px) {
    nav .headroom .navbar .navbar-toggle {
        margin-right: 0;
    }
}

nav .headroom .container {
    width: 100%;
}

@media (max-width: 991px) {
    nav .headroom .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

nav .headroom.headroom--not-top .navbar {
    padding: 0;
    background: #208eb3 !important;
}

nav .agent-phone::after {
    font-size: 160%;
}

@media (min-width: 768px) {
    nav .nav-item .nav-link {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}

nav button {
    -webkit-appearance: button;
    border-radius: 0px;
    cursor: pointer;
}

nav button {
    overflow: visible;
}

nav header, nav nav {
    display: block;
}

nav a {
    background-color: transparent;
}

    nav a:active, nav a:hover {
        outline-width: 0;
    }

nav img {
    border-style: none;
}

nav button {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

nav button {
    text-transform: none;
}

nav button, nav html [type="button"] {
    -webkit-appearance: button;
}

    nav [type="button"]::-moz-focus-inner, nav button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

body > div.sidemenu {
    color: rgba(0, 0, 0, 1);
    --fontColor: rgba(0, 0, 0, 1);
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 0%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
}

body > div.sidemenu {
    background-color: transparent;
    --hoverColor: hsla( var(--fontColor_H, 210deg), var(--fontColor_S, 4%), calc(50% + (var(--fontColor_L, 9%) - 50%) * (1 - 2 * 0.415)), var(--fontColor_A, 1));
}

    body > div.sidemenu .sidemenu {
        font-family: var(--global-primary-font-family);
    }

    body > div.sidemenu [off-canvas] {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body > div.sidemenu [off-canvas] {
        display: none;
        position: fixed;
        overflow: hidden;
        overflow-y: auto;
        background-color: black;
        color: white;
        -webkit-overflow-scrolling: touch;
    }

    body > div.sidemenu [off-canvas*="right"] {
        width: 255px;
        height: 100%;
        top: 0;
        right: 0;
    }

    body > div.sidemenu [off-canvas*="overlay"] {
        z-index: 9999;
    }

    body > div.sidemenu [off-canvas] {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: -webkit-transform 300ms;
        -webkit-transition: -webkit-transform 300ms;
        transition: transform 300ms;
        -webkit-backface-visibility: hidden;
    }

    body > div.sidemenu .offcanvas.toggle {
        margin-right: 0;
    }

@media print {
    body > div.sidemenu [off-canvas] {
        display: none !important;
    }
}

body > div.sidemenu a {
    background-color: transparent;
}

    body > div.sidemenu a:active, body > div.sidemenu a:hover {
        outline: 0;
    }

body > div.sidemenu img {
    border: 0;
}

body > div.sidemenu a {
    color: #171819;
    -webkit-text-decoration: none;
    text-decoration: none;
}

    body > div.sidemenu a:hover, body > div.sidemenu a:focus {
        color: #606569;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

    body > div.sidemenu a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

body > div.sidemenu img {
    vertical-align: middle;
}

body > div.sidemenu [role="button"] {
    cursor: pointer;
}

body > div.sidemenu ul {
    margin-top: 0;
    margin-bottom: 15px;
}

    body > div.sidemenu ul ul {
        margin-bottom: 0;
    }

body > div.sidemenu .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 15px 30px;
}

    body > div.sidemenu .btn:focus, body > div.sidemenu .btn:active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    body > div.sidemenu .btn:hover, body > div.sidemenu .btn:focus {
        color: #333;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

    body > div.sidemenu .btn:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

body > div.sidemenu .dropdown {
    position: relative;
}

body > div.sidemenu .dropdown-toggle:focus {
    outline: 0;
}

body > div.sidemenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    body > div.sidemenu .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.6;
        color: #484b4e;
        white-space: nowrap;
    }

        body > div.sidemenu .dropdown-menu > li > a:hover, body > div.sidemenu .dropdown-menu > li > a:focus {
            -webkit-text-decoration: none;
            text-decoration: none;
            color: #3c3e41;
            background-color: transparent;
        }

body > div.sidemenu .offcanvas .offcanvas-menu > li .sub-nav ul li:last-child {
    border-bottom: none;
}

body > div.sidemenu .offcanvas .offcanvas-menu .sub-nav ul {
    padding-top: 10px;
}

body > div.sidemenu .sub-nav-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

body > div.sidemenu .sub-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    max-height: 0;
}

    body > div.sidemenu .sub-nav ul {
        margin: 0;
    }

    body > div.sidemenu .sub-nav.visible {
        opacity: 1;
        visibility: visible;
        max-height: 400px;
    }

    body > div.sidemenu .sub-nav li {
        position: relative;
        display: block;
        margin: 0;
        padding: 10px 20px;
    }

        body > div.sidemenu .sub-nav li a {
            color: #000;
            margin: 0;
        }

body > div.sidemenu a:-webkit-any-link {
    -webkit-text-decoration: none;
    text-decoration: none;
}

body > div.sidemenu .btn {
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

body > div.sidemenu .btn {
    padding: 15px 30px;
    font-size: 10px;
    line-height: 1.6;
    border-radius: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-text-decoration: none;
    text-decoration: none;
}

    body > div.sidemenu .btn.btn-circle {
        padding: 0;
        width: 55px;
        height: 55px;
        border: solid 1px #878787;
        border-radius: 55px;
        margin: 0 auto;
        letter-spacing: 0;
        text-align: center;
    }

        body > div.sidemenu .btn.btn-circle:hover {
            background-color: #1b1b1b;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

            body > div.sidemenu .btn.btn-circle:hover svg path {
                fill: #fff;
            }

body > div.sidemenu .offcanvas {
    -webkit-transform: translateZ(0) translate3D(0, 0, 0);
    -moz-transform: translateZ(0) translate3D(0, 0, 0);
    -ms-transform: translateZ(0) translate3D(0, 0, 0);
    transform: translateZ(0) translate3D(0, 0, 0);
    background-color: var(--bgColor, #fff);
}

    body > div.sidemenu .offcanvas ul {
        margin-left: 0;
    }

    body > div.sidemenu .offcanvas:before, body > div.sidemenu .offcanvas:after {
        content: " ";
        display: table;
    }

    body > div.sidemenu .offcanvas:after {
        clear: both;
    }

@media (min-width: 768px) {
    body > div.sidemenu .offcanvas {
        width: 440px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    body > div.sidemenu .offcanvas {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

body > div.sidemenu .offcanvas .offcanvas-inner {
    position: relative;
    height: 100%;
}

body > div.sidemenu .offcanvas .offcanvas-header {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    body > div.sidemenu .offcanvas .offcanvas-header {
        padding-right: 70px;
    }
}

@media (max-width: 767px) {
    body > div.sidemenu .offcanvas .offcanvas-header {
        padding-right: 50px;
    }
}

@media (min-height: 800px) {
    body > div.sidemenu .offcanvas .offcanvas-header {
        position: absolute;
        z-index: 900;
    }
}

body > div.sidemenu .offcanvas .offcanvas-header img {
    width: 24px;
    float: right;
    cursor: pointer;
}

body > div.sidemenu .offcanvas .offcanvas-menu {
    text-align: center;
}

body > div.sidemenu .sidemenu-inner {
    padding: 60px;
}

@media (max-width: 767px) {
    body > div.sidemenu .sidemenu-inner {
        padding: 30px;
    }
}

@media (min-height: 800px) {
    body > div.sidemenu .sidemenu-inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

body > div.sidemenu .offcanvas .offcanvas-menu ul {
    padding: 0;
}

body > div.sidemenu .offcanvas .offcanvas-menu > li {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 11px;
    padding: 13px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    margin-bottom: 0;
}

    body > div.sidemenu .offcanvas .offcanvas-menu > li + li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    body > div.sidemenu .offcanvas .offcanvas-menu > li ul li {
        text-transform: none;
        letter-spacing: 0;
        font-size: 12px;
        font-style: italic;
        padding: 5px 0;
    }

        body > div.sidemenu .offcanvas .offcanvas-menu > li ul li:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

body > div.sidemenu .offcanvas .offcanvas-menu a {
    display: block;
    color: var(--fontColor, #171819);
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}

    body > div.sidemenu .offcanvas .offcanvas-menu a:hover, body > div.sidemenu .offcanvas .offcanvas-menu a:focus {
        color: var(--hoverColor, #696d72);
    }

body > div.sidemenu .offcanvas .offcanvas-footer {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 0 60px 0;
}

@media (min-height: 800px) {
    body > div.sidemenu .offcanvas .offcanvas-footer {
        position: absolute;
        bottom: 0;
        padding: 0;
        z-index: 900;
    }
}

body > div.sidemenu .offcanvas .offcanvas-footer li {
    display: inline-block;
}

body > div.sidemenu .sidemenu-social-links {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    body > div.sidemenu .sidemenu-social-links li {
        padding: 0;
        margin: 5px;
    }

    body > div.sidemenu .sidemenu-social-links .socials__item {
        width: 55px;
        height: 55px;
        font-size: 18px;
        border-radius: 100%;
        border-color: transparent;
        background-color: #fff;
        color: #484b4e;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        body > div.sidemenu .sidemenu-social-links .socials__item:hover {
            color: #000;
        }

@media (max-width: 767px) {
    body > div.sidemenu .sidemenu-social-links .socials__item {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }
}

body > div.sidemenu .sidemenu__close {
    float: right;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

    body > div.sidemenu .sidemenu__close:hover:before, body > div.sidemenu .sidemenu__close:hover:after {
        background-color: var(--hoverColor, #171819);
    }

    body > div.sidemenu .sidemenu__close:before, body > div.sidemenu .sidemenu__close:after {
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        background-color: var(--fontColor, #171819);
        position: absolute;
        left: 50%;
        top: 50%;
    }

    body > div.sidemenu .sidemenu__close:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    body > div.sidemenu .sidemenu__close:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

body > div.sidemenu .btn.btn-circle:hover {
    background-color: #1b1b1b !important;
}

body > div.sidemenu a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    body > div.sidemenu a:active, body > div.sidemenu a:hover {
        outline-width: 0;
    }

body > div.sidemenu img {
    border-style: none;
}

footer {
    background-color: rgba(32, 142, 179, 1);
    color: #FFF;
    --fontColor: #FFF;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 100%;
    --fontColor_A: 1;
    --fontColor_darkenDir: -1;
    --bgColor: rgba(32, 142, 179, 1);
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 7%;
    --bgColor_A: 1;
    --bgColor_darkenDir: 1;
}

    footer .classic-footer-component {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
/*        height: auto;
        min-height: 100vh;*/
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        footer .classic-footer-component .row {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: space-around;
            -ms-flex-pack: space-around;
            -webkit-justify-content: space-around;
            justify-content: space-around;
            padding: 30px 10px;
            margin-left: 0;
            margin-right: 0;
        }

@media (max-width: 1023px) {
    footer .classic-footer-component .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }
}

footer .classic-footer-component .column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
/*    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
/*    display: flex;*/
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
}

footer .classic-footer-component .basic-info {
    margin: 0 auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (min-width: 768px) {
    footer .classic-footer-component .basic-info {
        width: 720px;
    }
}

@media (min-width: 1199px) {
    footer .classic-footer-component .basic-info {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    footer .classic-footer-component .basic-info {
        width: 1140px;
    }
}

footer .classic-footer-component .basic-info h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 1023px) {
    footer .classic-footer-component .basic-info .title {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 1023px) {
    footer .classic-footer-component .basic-info .map {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    footer .classic-footer-component .basic-info .contacts {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

footer .classic-footer-component .basic-info .contacts .phone p {
    margin-bottom: 0;
}

footer .classic-footer-component .basic-info .contacts .title {
    font-style: normal;
}

@media (max-width: 1023px) {
    footer .classic-footer-component .basic-info .column {
        margin-bottom: 40px;
    }
}

footer .classic-footer-component .map-container {
    min-height: 100px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    -webkit-transition: opacity ease-in .1s;
    transition: opacity ease-in .1s;
    opacity: .5;
}

    footer .classic-footer-component .map-container:hover {
        opacity: 1;
    }

footer .classic-footer-component .logo {
    min-height: 16vh;
}

footer .classic-footer-component .copyrights {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    min-height: 33vh;
}

@media (max-width: 1023px) {
    footer .classic-footer-component .copyrights {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

footer .classic-footer-component .copyrights .column {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

footer .classic-footer-component .copyrights .copyright-info {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

@media (max-width: 991px) {
    footer .classic-footer-component .copyrights .copyright-info {
        width: 100%;
    }
}

footer .classic-footer-component .copyrights .copyright-info .info {
    width: 80%;
    margin: 1em auto;
}

@media (min-width: 991px) {
    footer .classic-footer-component .copyrights .copyright-info .info {
        width: 100%;
    }
}

footer .classic-footer-component .copyrights .copyright-info .info .by {
    font-size: 20px;
}

footer .classic-footer-component .copyrights .copyright-info .info p {
    margin-bottom: 0;
}

footer .classic-footer-component .copyrights .copyright-info .info .disclaimer-wrap > div {
    margin-top: 1em;
}

footer .classic-footer-component .copyrights .copyright-logo {
    max-height: 10em;
    width: 155px;
}

footer .classic-footer-component .copyrights .copyright, footer .classic-footer-component .copyrights .copyright-name {
    font-size: 10px;
    letter-spacing: 0.15em;
    display: inline;
}

    footer .classic-footer-component .copyrights .copyright.by, footer .classic-footer-component .copyrights .copyright-name.by {
        font-size: 12px;
    }

footer .classic-footer-component .copyrights .copyright {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

@media (max-width: 1023px) {
    footer .classic-footer-component .copyrights .copyright {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 65px;
    }
}

footer .classic-footer-component .copyrights .copyright-name {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    text-align: right;
}

@media (max-width: 1023px) {
    footer .classic-footer-component .copyrights .copyright-name {
        margin-bottom: 20px;
    }
}

footer .classic-footer-component .lp-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 1023px) {
    footer .classic-footer-component .lp-socials {
        margin-bottom: 20px;
    }
}

footer .classic-footer-component .lp-socials li {
    padding: 0;
    margin: 0;
}

footer .classic-footer-component .lp-socials a {
    margin: 0;
}

body > div.mobile-contact-wrapper .mobile-contact {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 5;
    pointer-events: none;
    bottom: 0;
    right: 0;
}

    body > div.mobile-contact-wrapper .mobile-contact a {
        outline: none;
        width: 50px;
        height: 50px;
        box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
        background-color: #f1f1f1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-radius: 50%;
    }

        body > div.mobile-contact-wrapper .mobile-contact a svg {
            fill: #484b4e;
        }

        body > div.mobile-contact-wrapper .mobile-contact a:nth-child(2) {
            margin-top: 15px;
        }

    body > div.mobile-contact-wrapper .mobile-contact .buttons-holder {
        pointer-events: all;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: 25px;
        bottom: 70px;
    }

    body > div.mobile-contact-wrapper .mobile-contact.dark a {
        background-color: black;
    }

        body > div.mobile-contact-wrapper .mobile-contact.dark a svg {
            fill: #f1f1f1;
        }

@media (max-width: 500px) {
    body > div.mobile-contact-wrapper .mobile-contact {
        display: block;
    }
}
