<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
section {
    padding-top: 30px;
}

.mobile-site {
    display: none;
}

.sticky_header {
    position: fixed;
    top: 0;
    z-index: 99999999999999;
    background-color: #ffffff;
}

.sticky_header+.dw_content {
    padding-top: 80px;
}

.nav-internal img {
    height: 30px;
}

#dw_nav_tabs li:first-of-type a:before {
    display: none;
}

.benefits img {
    height: 100px;
}

.benefits .col {
    text-align: center;
}

.takeaway {
    background-color: #EBEBEB;
    padding: 15px;
    border-radius: 15px;
}

.takeaway h3,
.takeaway p {
    margin: 0;
}

#welcome,
.benefits h3,
.benefits-headertext p {
    opacity: 0.65;
}

.benefits-headertext {
    min-height: 80px;
}

.benefits-images {
    padding-bottom: 25px;
}

#welcome h3,
.benefits h3,
.benefits strong {
    text-transform: uppercase;
}

#welcome .takeaway h3 {
    text-transform: none;
}

#welcome .takeaway h3 p {
    color: #01916D !important;
}

.register_button {
    line-height: 2.5!important;
    font-weight: bold!important;
}

@media screen and (min-width: 767px) {
    .dig-c1 {
        padding-right: 30px !important;
    }
    .dig-c2 {
        padding-right: 40px !important;
    }
    .dig-c3 {
        padding-left: 40px !important;
        padding-right: 10px !important;
    }
    .dig-c4 {
        padding-left: 50px !important;
    }

}

@media screen and (max-width: 768px) {
    .reverse {
        flex-direction: column-reverse;
    }
    .nav-internal {
        display: flex;
    }
    .sticky_header {
        position: relative;
    }
    .nav-internal&gt;li::before {
        display: none;
    }
    #dw_nav_tabs {
        flex-direction: column;
    }
    .full-site {
        display: none;
    }
    .mobile-site {
        display: unset;
    }
    #digitisation-process {
        display: flex;
        flex-direction: row;
    }
    #digitisation-process .row {
        width: 50%;
    }
    .dig-text {
        font-size: 0.5em;
        padding-left: 25px;
        align-items: center;
    }
    .solution_process {
        text-align: center;
    }
}</pre></body></html>