<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    background-color: #f0f2f5;
    color: #99a3b1;
}

.topLine {
    width: 100%;
    height: 5px;
    background-color: #db4146;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.pageHeader {
    background-image: url("/img/header-bg.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-width: 1200px;
    height: 228px;
    background-size: 100%;
    background-position: center;
    margin-bottom: 20px;
}

.headerBar {
    width: 100%;
    height: 100px;
    background-color: rgba(45,45,45,.7);
    padding-top: 10px;
}

.headerLogo {
    background-image: url("/img/driveworks-logo.png");
    background-repeat: no-repeat;
    height: 80px;
    width: 280px;
    margin-left: 5%;
    margin-top: 5px;
    float: left;
}

.manualRectangle {
    width: 161px;
    height: 29px;
    border-radius: 6px;
    background-color: #db4146;
    float: left;
    margin-left: 12px;
    margin-top: 17px;
    font-weight: lighter;
    color: white;
    text-align: center;
    font-size: 17px;
    line-height: 29px;
}

footer {
    height: 200px;
    background-color: #393f48;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.centerContent {
    width: 1200px;
    margin: 0 auto;
}

.helpBlock {
    color: white;
    width: 300px;
    float: left;
    padding: 35px;
}

    .helpBlock.solo {
        float: left;
        margin-left: 50px;
    }

    .helpBlock.pro {
        float: right;
        margin-right: 50px;
    }

    .helpBlock h2 {
        font-size: 18px;
        color: #f0f2f5;
        font-weight: normal;
        line-height: 0;
    }

    .helpBlock p {
        font-size: 12px;
        color: #99a3b1;
    }

.helpButton {
    width: 179px;
    height: 37px;
    margin-top: 15px;
    display: block;
    border-radius: 1px/2px;
    background-color: #db4146;
    box-shadow: 0 1px rgba(0,0,0,.25);
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.mainContent {
    background-color: white;
    border-radius: 10px;
    height: 500px;
    width: 1100px;
    border: solid 2px #e3e4e8;
    margin: 0 auto;
}

    .mainContent h2 {
        font-size: 18px;
        font-weight: normal;
        color: #6d747d;
        line-height: 0;
    }

    .mainContent p {
        font-size: 14px;
        color: #99a3b1;
        font-weight: 300;
    }

.leftBlock {
    float: left;
    width: 700px;
    height: 350px;
    border-right: solid 2px #e3e4e8;
}

.leftContent {
    width: 600px;
    margin: 0 auto;
    margin-top: 50px
}

.redArrow {
    background-image: url("/img/red-title-arrow.png");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    bottom: 1px;
}

.greenArrow {
    background-image: url("/img/check.png");
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
}

.rightBlock {
    float: left;
    width: 390px;
    height: 350px;
    text-align: center;
}

.rightContent {
    width: 350px;
    margin: 0 auto;
    margin-top: 90px;
}

    .rightContent h2 {
        margin-bottom: 20px;
    }

img.envelope {
    margin-bottom: 20px;
}

.mainContent a {
    color: #db4146;
    text-decoration: none;
}

input[type=submit].submitButton {
    width: 330px;
    height: 52px;
    border: none;
    border-radius: 2px;
    background-color: #db4146;
    box-shadow: 0 1px rgba(0,0,0,.25);
    color: white;
    font-size: 14px;
    font-weight: bold;
}

    input[type=submit].submitButton:hover {
        cursor: pointer;
    }

input[type="file"] {
    border-radius: 5px;
    border: solid 2px #e3e4e8;
    padding: 10px;
    width: 500px;
    font-size: 14px;
    margin-bottom: 25px;
}

p.mailto {
    line-height: 0;
}

.validation-summary-errors {
    color: #db4146;
    font-size: 14px;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
    }

.highlight {
    color: #db4146;
}

.field-validation-error {
    color: #db4146;
    display: block;
    margin-bottom: 25px;
}
</pre></body></html>