h1.header {
    display: none;
}

.contentWrapper .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

span.blue {
    color: #0072AD;
}

.main-wrapper {
    width: 1056px;
    margin: 0 auto;
    font-family: Ford Antenna;
    font-style: normal;
    font-weight: normal;
}

@media (max-width: 560px) {
    .main-wrapper {
        width: 100%;
    }
}

.main-wrapper h2 {
    margin: 0;
    font-weight: normal;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #333333;
}

@media (max-width: 560px) {
    .main-wrapper h2 {
        font-size: 10vw;
        line-height: 12.500vw;
        margin: 0 0 5.313vw 0;
    }
}

.main-wrapper h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 12px 0 29px 0;
    color: #0072AD;
}

@media (max-width: 560px) {
    .main-wrapper h3 {
        font-size: 4.063vw;
        line-height: 100%;
        margin: 2.813vw 0 4.688vw 0;
    }
}

.main-wrapper ul li {
    font-style: normal;
    font-weight: normal;
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
}

@media (max-width: 560px) {
    .main-wrapper ul li {
        font-size: 4.063vw;
        line-height: 6.250vw;
    }
}

.main-wrapper ul li::before {
    position: absolute;
    content: url(https://project.clcdatahub.com/KSS/images/Ford/Total-confidence-certified/bullet.svg);
    top: -3px;
    left: -44px;
}

@media (max-width: 560px) {
    .main-wrapper ul li::before {
        content: url(https://project.clcdatahub.com/KSS/images/Ford/Total-confidence-certified/small-bullet.svg);
        top: -1vw;
        left: -9.75vw;
    }
}

.main-wrapper ul {
    margin: 0 0 0 0;
    padding: 0 0 0 48px;
}

@media (max-width: 560px) {
    .main-wrapper ul {
        margin: 0 0 0 0;
        padding: 0 0 0 10vw;
    }
}

.top {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 84px 0 0 0;
}

@media (max-width: 560px) {
    .top {
        margin: 18.750vw 0 0 0;
    }

    .top .top__logo {
        width: 75vw;
    }
}



.top .top__headline {
    width: 672px;
    margin: 15px 0 11px 0;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #333333;
}

@media (max-width: 560px) {
    .top .top__headline {
        width: 76.875vw;
        font-size: 10vw;
        line-height: 12.500vw;
        margin: 6.250vw 0 2.813vw 0;
    }
}

.top .top__paragraph {
    width: 512px;
    margin: 0 0 74px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
}

@media (max-width: 560px) {
    .top .top__paragraph {
        width: 62.875vw;
        font-size: 4.375vw;
        line-height: 6.250vw;
        margin: 0 0 13.438vw 0;
    }
}

.top .top__cover {
    width: 100%;
}

.middle {
    margin: 114px 0 113px 0;
    padding: 0 0 0 144px;
}

@media (max-width: 560px) {
    .middle {
        margin: 17.500vw 0 18.750vw 0;
        padding: 0 0 0 7.500vw;
    }
}

.middle .middle__headline {
    width: 768px;
    margin: 0 0 17px 0;
}

@media (max-width: 560px) {
    .middle .middle__headline {
        width: 70vw;
    }
}

.middle .middle__list {
    width: 672px;
}

@media (max-width: 560px) {
    .middle .middle__list {
        width: 70vw;
    }
}

.middle__images {
    display: flex;
}

@media (max-width: 560px) {
    .middle__images {
        flex-direction: column;
    }
}

.middle__images .middle__stats {
    width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0072AD;
}

@media (max-width: 560px) {
    .middle__images .middle__stats {
        width: 100%;
        height: 55vw;
    }
}

.middle__images .middle__stats .middle__stats-number {
    font-weight: normal;
    font-size: 92px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: white;
}

@media (max-width: 560px) {
    .middle__images .middle__stats .middle__stats-number {
        font-size: 20vw;
        line-height: 12.500vw;
    }
}

.middle__images .middle__stats .middle__stats-number .middle__stats-headline {
    font-size: 32px;
    line-height: 32px;
}

@media (max-width: 560px) {
    .middle__images .middle__stats .middle__stats-number .middle__stats-headline {
        font-size: 7.500vw;
        line-height: 100%;
    }
}

.bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 144px;
    margin: 138px 0 169px 0;
}

@media (max-width: 560px) {
    .bottom {
        padding: 0 0 0 7.500vw;
        margin: 18.750vw 0 23.438vw 0;
    }
}

.bottom .bottom-section {
    width: 336px;
}

@media (max-width: 560px) {
    .bottom .bottom-section .bottom-section__headline {
        margin: 0 0 0 0;
    }
}

.bottom .bottom-section:nth-child(1) {
    margin: 0 96px 91px 0;
}

@media (max-width: 560px) {
    .bottom .bottom-section:nth-child(1) {
        margin: 0 0 17.188vw 0;
    }

    .bottom .bottom-section:nth-child(2) {
        margin: 0 0 17.188vw 0;
    }
}

.bottom .bottom-section .bottom-section__list .bottom-section__list-item {
    width: 236px;
}

.disclaimer {
    margin: 0 0 96px 0;
    padding: 0 0 0 144px;
}

@media (max-width: 560px) {
    .disclaimer {
        padding: 0 0 0 7.500vw;
        margin: 7.500vw 0 18.125vw 0;
    }
}

.disclaimer .disclaimer__text {
    max-width: 768px;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
}

@media (max-width: 560px) {
    .disclaimer .disclaimer__text {
        font-size: 3.438vw;
        line-height: 6.250vw;
    }
}