<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.livechat_button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.livechat_button img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Container */

#inner-page-wrapper {

    margin-bottom: 0;

}



    #inner-page-wrapper &gt; .container {

        width: 100%;

        padding: 0;

    }



/* IP Banner */

.ip-banner {

    display: none;

}



    .ip-slider-cont {

        position: relative;

    }



    .ip-slider {

        position: relative;

        z-index: 1;

    }



    .ip-slider canvas {

        display: block;

        width: 100%;

        background-size: cover;

        background-repeat: no-repeat;

        background-position: center;

        position: relative;

        z-index: 1;

    }



    .ip-slider-overlay {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        background: rgba(0,0,0,0.35);

        z-index: 5;

    }



    .ip-slider-overlay::before {

        content: '';

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 50%;

        background: rgb(0,0,0);

        background: linear-gradient(180deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);

        z-index: 7;

    }



    .ip-slider-overlay::after {

        content: '';

        position: absolute;

        left: 0;

        bottom: 0;

        width: 100%;

        height: 30%;

        z-index: 7;

        background: rgb(0,0,0);

        background: linear-gradient(0deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);

    }



    .ip-sell-slider-title {

        top: 0;

        z-index: 20;

    }



    .ip-slider-cont .arrow-cont {

        z-index: 20;

    }



    .ip-slider-cont .primary-btn-cont {

        border: 1px solid #000;

        background: #e5be29;

        color: #000;

    }



    .hp-slider-title-text {

        text-transform: uppercase;

    }



/* breadcrumbs */

#breadcrumbs {

    width: 1440px;

    max-width: 95%;

    margin: 0 auto !important;    

    font-weight: 700;    

}



#breadcrumbs a {

    font-weight: 400;

    color: #507198;

}



#breadcrumbs span:last-child {

    text-transform: uppercase;

}



.hp-section-header .buzz-subtitle-text {

    margin-top: -20px;

}





/* contact */

#content-full {

    position: relative;

}



#content-full::before {

    /*background-image: url(../../images/contact/contact-bg.jpg);*/

    background-position: bottom;

    background-repeat: no-repeat;

    background-size: cover;

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    filter: grayscale(1);

    opacity: .11;

}





.ip-contact-content {

    padding-top: 65px

}



.ip-cc-container {

    width: 945px;

    max-width: 95%;

    margin: auto;

}



.ip-cc-container p {

    font-size: 16px;

    color: #666;

    text-align: center;

}



.ip-cc-btns {

    display: flex;

    justify-content: center;

    margin-top: 60px;

}



.ip-cc-btns .primary-btn-cont {

    margin: 0 5px;

    text-transform: uppercase;

}



@media(max-width: 991px) {

    .ip-contact-content {

        padding-top: 40px;

    }

}</pre></body></html>