<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hero { 
    background-image: url("images/MS-Top-head-image.png"); 
}

.more-eyeballs .image {
    background-image: url("images/more-eyeballs.png");
}

.header {
    border-top: solid 5px #01b4c8;
}

.scrolled-header {
    border-top: solid 3px #01b4c8;
}

.header .header-right .activate-storefront .button,
.scrolled-header .header-right .activate-storefront .button,
.hero-button a
{
    background-color: #01b4c8;
    color: #fff;
}

.header .header-right .activate-storefront .button:hover,
.scrolled-header .header-right .activate-storefront .button:hover,
.hero-button a:hover
{
    background-color: #01b4c8;
}

.hero-button button {
    border-color: #fff;
}

.hero .hero-subtitle {
    border: solid 1px #01b4c8;
}

.assurance {
    padding-top: 5.8vw;
}

.setup {
    padding-top: 0.6vw;
}

.setup .image img {
    width: 29vw;
    max-width: 550px;
}

.setup .text-content {    
    margin-left: 24vw;
}

/*
#enquiry-modal .modal-title {
    color: #fff;
}*/

#enquiry-modal .modal-header {
    background-color: #01b4c8; }

.panel-enquiryform {
    background-color: #01b4c8; }

.modal-btn-container a {
    border: 1px solid #01b4c8; }

#enquiry-modal #enquiryFormSubmit{    
    background: #333;
    color: #fff;
}


@media screen and (max-width: 720px) {

    .mobile-hero .hero-subtitle {
        border: solid 2px #01b4c8;
    }

    .mobile-bottom-cta {
        background-color: #01b4c8;
        color: #fff;
    }

    .reach-buyers,
    .setup
    {
        height: 120vw;
    }

    .dont-break {
        height: 100vw;
    }

    .assurance {
        padding-bottom: 130vw;
    }
    
    .attract-attention {
        height: 110vw;
    }

    .setup .text-content {    
        margin-left: 10vw;
    }

}


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