#offer-banner + #branded-main-banner {
    padding-top: 50px
}

@media (min-width:1600px) {
    #offer-banner + #branded-main-banner {
        padding-top: 70px
    }
}

#offer-banner + #branded-main-banner .background-image {
    height: calc(100vh - 127px)
}

@media (min-width:768px) {
    #offer-banner + #branded-main-banner .background-image {
        height: calc(100vh - 150px)
    }
}

@media (min-width:1200px) {
    #offer-banner + #branded-main-banner .background-image {
        height: calc(100vh - 170px)
    }
}

@media (min-width:1600px) {
    #offer-banner + #branded-main-banner .background-image {
        height: calc(100vh - 230px)
    }
}

#branded-main-banner .background-image {
    align-items: center;
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,.4);
    background-position: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: calc(100vh - 77px);
    min-height: 550px;
    position: relative
}

@media (min-width:576px) {
    #branded-main-banner .background-image {
        background-position: 50%
    }
}

@media (min-width:768px) {
    #branded-main-banner .background-image {
        height: calc(100vh - 100px);
        min-height: 750px
    }
}

@media (min-width:1200px) {
    #branded-main-banner .background-image {
        height: calc(100vh - 120px);
        min-height: 460px
    }
}

@media (min-width:1600px) {
    #branded-main-banner .background-image {
        height: calc(100vh - 160px);
        min-height: 650px
    }
}
#branded-main-banner .background-image.default {
    background-image: url(https://cdn.motorparks.co.uk/assets/homepage/motorparks-mobile.webp)
}

@media (min-width:576px) {
    #branded-main-banner .background-image.default {
        background-image: url(https://cdn.motorparks.co.uk/assets/homepage/motorparks-tablet.webp)
    }
}

@media (min-width:1200px) {
    #branded-main-banner .background-image.default {
        background-image: url(https://cdn.motorparks.co.uk/assets/homepage/motorparks-desktop.webp)
    }
}
#branded-main-banner .inside-padding {
    height: 100%;
    padding: 60px 30px
}

@media (min-width:768px) {
    #branded-main-banner .inside-padding {
        padding: 60px
    }
}

@media (min-width:1024px) {
    #branded-main-banner .inside-padding {
        padding: 60px 90px
    }
}

@media (min-width:1200px) {
    #branded-main-banner .inside-padding {
        align-items: center;
        display: flex
    }
}

@media (min-width:1600px) {
    #branded-main-banner .inside-padding {
        padding: 120px 140px
    }
}

#branded-main-banner .video-container {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

    #branded-main-banner .video-container video {
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: auto
    }

    #branded-main-banner .video-container .overlay {
        background-color: #000;
        height: 100%;
        opacity: .1;
        position: absolute;
        width: 100%;
        z-index: 2
    }

#branded-main-banner .homepage-link-container {
    position: relative;
    width: 100%;
    z-index: 3
}

    #branded-main-banner .homepage-link-container .heading {
        color: #fff;
        font-family: Roboto-Light,Arial,Sans-Serif;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
        max-width: 220px
    }

@media (min-width:768px) {
    #branded-main-banner .homepage-link-container .heading {
        font-size: 21px;
        line-height: 25px;
        max-width: none
    }
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 50px
    }
}

@media (min-width:1600px) {
    #branded-main-banner .homepage-link-container .heading {
        font-size: 37px;
        line-height: 42px
    }
}

#branded-main-banner .homepage-link-container .homepage-links {
    display: flex;
    flex-direction: column
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links {
        flex-direction: row
    }
}

#branded-main-banner .homepage-link-container .homepage-links .link-box {
    margin-bottom: 15px
}

@media (min-width:768px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-box {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-box {
        position: relative;
        width: 25%
    }
}

#branded-main-banner .homepage-link-container .homepage-links .link-box .linear-gradient {
    background: #fff;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#cccbcb 50%,hsla(0,0%,100%,0));
    display: none;
    height: 1px;
    position: absolute;
    transform: rotate(135deg);
    width: 250px
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-box .linear-gradient {
        display: block;
        right: -75px;
        top: 45px
    }
}

@media (min-width:1600px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-box .linear-gradient {
        right: -60px;
        top: 55px
    }
}

@media (min-width:1920px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-box .linear-gradient {
        right: -45px
    }
}

#branded-main-banner .homepage-link-container .homepage-links .link-box:nth-of-type(4n) {
    margin-bottom: 0
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-box:nth-of-type(4n) .linear-gradient {
        display: none
    }

    #branded-main-banner .homepage-link-container .homepage-links .link-box:nth-of-type(4n) svg.arrow-right {
        margin-right: 0
    }
}

@media (min-width:1920px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-box:nth-of-type(4n) svg.arrow-right {
        margin-right: 60px
    }
}

#branded-main-banner .homepage-link-container .homepage-links .link-title {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Roboto-Medium,Arial,Sans-Serif;
    height: 55px;
    letter-spacing: 5px;
    text-transform: uppercase
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-title {
        align-items: flex-start
    }
}

#branded-main-banner .homepage-link-container .homepage-links .link-title .title {
    font-size: 17px;
    line-height: 19px
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-title .title {
        font-size: 19px;
        line-height: 21px
    }
}

@media (min-width:1600px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-title .title {
        font-size: 21px;
        line-height: 23px
    }
}

@media (min-width:1920px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-title .title {
        font-size: 25px;
        line-height: 27px
    }
}

#branded-main-banner .homepage-link-container .homepage-links .link-title .title br {
    display: none
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links .link-title .title br {
        display: inline-block
    }
}

#branded-main-banner .homepage-link-container .homepage-links svg.arrow-right {
    fill: #fff;
    flex-shrink: 0;
    height: 20px;
    margin-left: auto;
    width: 11px
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links svg.arrow-right {
        margin-right: 50px
    }
}

@media (min-width:1600px) {
    #branded-main-banner .homepage-link-container .homepage-links svg.arrow-right {
        margin-right: 80px
    }
}

@media (min-width:1920px) {
    #branded-main-banner .homepage-link-container .homepage-links svg.arrow-right {
        margin-right: 110px
    }
}

#branded-main-banner .homepage-link-container .homepage-links .message {
    color: #fff;
    display: none;
    font-family: Roboto-Medium,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0
}

@media (min-width:768px) {
    #branded-main-banner .homepage-link-container .homepage-links .message {
        display: block
    }
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links .message {
        font-size: 12px;
        line-height: 14px;
        max-width: 170px
    }
}

@media (min-width:1600px) {
    #branded-main-banner .homepage-link-container .homepage-links .message {
        font-size: 14px;
        line-height: 16px;
        max-width: 210px
    }
}

@media (min-width:1920px) {
    #branded-main-banner .homepage-link-container .homepage-links .message {
        max-width: 260px
    }
}

#branded-main-banner .homepage-link-container .homepage-links .message br {
    display: none
}

@media (min-width:1200px) {
    #branded-main-banner .homepage-link-container .homepage-links .message br {
        display: block
    }
}

@media (min-width:1920px) {
    #branded-main-banner .homepage-link-container .homepage-links .message.servicing {
        margin-top: 20px
    }
}

#branded-main-banner .contact-dealer-details {
    min-height: 40px
}

@media (min-width:768px) {
    #branded-main-banner .contact-dealer-details {
        min-height: 90px
    }
}

#branded-main-banner .contact-dealer-details .contact-message {
    color: #fff;
    font-family: Roboto-Light,Arial,Sans-Serif;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0
}

@media (min-width:1600px) {
    #branded-main-banner .contact-dealer-details .contact-message {
        font-size: 23px;
        line-height: 24px
    }
}

#branded-main-banner .contact-dealer-details .change-dealer {
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto-Light,Arial,Sans-Serif;
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 3px
}

#branded-main-banner .contact-dealer-details .found-dealership {
    display: flex
}

    #branded-main-banner .contact-dealer-details .found-dealership .dealer-details .dealer-name {
        color: #fff;
        display: block;
        font-family: Roboto-Medium,Arial,Sans-Serif;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 8px
    }

#branded-main-banner .contact-dealer-details .select-closest-container {
    position: relative
}

    #branded-main-banner .contact-dealer-details .select-closest-container .loading-overlay {
        display: none;
        height: 100%;
        justify-content: flex-end;
        left: 0;
        padding-right: 40px;
        position: absolute;
        top: 0;
        width: 100%
    }

        #branded-main-banner .contact-dealer-details .select-closest-container .loading-overlay.active {
            display: flex
        }

#branded-main-banner .brand-overlay {
    background-color: #373836;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

@media (min-width:768px) {
    #branded-main-banner .brand-overlay {
        align-items: center;
        display: flex
    }
}

@media (min-width:1200px) {
    #branded-main-banner .brand-overlay {
        height: 400px
    }
}

@media (min-width:1600px) {
    #branded-main-banner .brand-overlay {
        height: 340px
    }
}

#branded-main-banner .brand-overlay.show {
    visibility: visible;
    z-index: 6
}

#branded-main-banner .brand-overlay.fade-in {
    opacity: 1
}

#branded-main-banner .brand-overlay .brand-link-container {
    display: flex;
    flex-direction: column;
    padding: 40px 25px;
    width: 100%
}

@media (min-width:768px) {
    #branded-main-banner .brand-overlay .brand-link-container {
        padding: 50px 40px
    }
}

@media (min-width:1200px) {
    #branded-main-banner .brand-overlay .brand-link-container {
        flex-direction: row;
        padding: 25px 40px
    }
}

@media (min-width:1600px) {
    #branded-main-banner .brand-overlay .brand-link-container {
        padding: 70px 40px
    }
}

#branded-main-banner .brand-overlay .brand-logo {
    display: flex;
    height: 80px
}

@media (min-width:1200px) {
    #branded-main-banner .brand-overlay .brand-logo {
        align-items: flex-start;
        justify-content: flex-end;
        padding-right: 120px;
        position: relative;
        width: 50%
    }
}

@media (min-width:1600px) {
    #branded-main-banner .brand-overlay .brand-logo {
        padding-right: 180px
    }
}

#branded-main-banner .brand-overlay .brand-logo .brand-image {
    margin-top: 5px;
    max-width: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 60%
}

@media (min-width:768px) {
    #branded-main-banner .brand-overlay .brand-logo .brand-image {
        width: auto
    }
}

@media (min-width:1200px) {
    #branded-main-banner .brand-overlay .brand-logo .close-brand-overlay {
        display: none
    }
}

#branded-main-banner .brand-overlay .brand-logo .linear-gradient {
    background: #fff;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#cccbcb 50%,hsla(0,0%,100%,0));
    display: none;
    height: 1px;
    position: absolute;
    right: -45px;
    top: 90px;
    transform: rotate(135deg);
    width: 290px
}

@media (min-width:1200px) {
    #branded-main-banner .brand-overlay .brand-logo .linear-gradient {
        display: block
    }
}

@media (min-width:1600px) {
    #branded-main-banner .brand-overlay .brand-logo .linear-gradient {
        right: -55px;
        top: 110px;
        width: 440px
    }
}

@media (min-width:768px) {
    #branded-main-banner .brand-overlay .dual ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%
    }

        #branded-main-banner .brand-overlay .dual ul li {
            width: 50%
        }
}

@media (min-width:768px) and (max-width:1199.98px) {
    #branded-main-banner .brand-overlay .dual ul li {
        padding-right: 55px
    }
}

#branded-main-banner .brand-overlay .brand-links {
    margin-top: 30px
}

@media (min-width:1200px) {
    #branded-main-banner .brand-overlay .brand-links {
        margin-top: 0;
        width: 50%
    }
}

#branded-main-banner .brand-overlay .brand-links ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

    #branded-main-banner .brand-overlay .brand-links ul li {
        color: #fff;
        font-size: 13px;
        letter-spacing: 5px;
        line-height: 20px;
        margin-bottom: 20px;
        text-transform: uppercase
    }

@media (min-width:768px) {
    #branded-main-banner .brand-overlay .brand-links ul li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    #branded-main-banner .brand-overlay .brand-links ul li {
        margin-bottom: 7px
    }
}

@media (min-width:1600px) {
    #branded-main-banner .brand-overlay .brand-links ul li {
        margin-bottom: 15px
    }
}

#branded-main-banner .brand-overlay .brand-links ul li:last-child {
    margin-bottom: 0
}

#branded-main-banner .brand-overlay .brand-links ul li a {
    align-items: center;
    display: flex;
    padding-top: 5px;
    transform: scale(1);
    transform-origin: 0 50%;
    transition: transform .3s ease
}

@media (min-width:1200px) {
    #branded-main-banner .brand-overlay .brand-links ul li a {
        padding-bottom: 5px;
        width: 70%
    }

        #branded-main-banner .brand-overlay .brand-links ul li a:hover {
            transform: scale(1.4)
        }
}

#branded-main-banner .brand-overlay .brand-links ul li a .arrow-right {
    fill: #fff;
    height: 13px;
    margin-left: auto;
    width: 8px
}

@media (min-width:1200px) {
    #branded-main-banner .brand-overlay .brand-links ul li a .arrow-right, #branded-main-banner .brand-overlay .brand-links ul li a br {
        display: none
    }
}

#branded-main-banner .close-brand-overlay {
    fill: #fff;
    cursor: pointer;
    flex-shrink: 0;
    height: 18px;
    margin-left: auto;
    width: 18px
}

@media (min-width:768px) {
    #branded-main-banner .close-brand-overlay {
        height: 24px;
        width: 24px
    }
}

@media (min-width:1200px) {
    #branded-main-banner .close-brand-overlay {
        display: none
    }
}

.sidebar-service {
    background-color: #373836;
    height: 100vh;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 77px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 55
}

@media (min-width:768px) {
    .sidebar-service {
        padding-top: 100px
    }
}

@media (min-width:1200px) {
    .sidebar-service {
        padding-top: 120px
    }
}

@media (min-width:1600px) {
    .sidebar-service {
        padding-top: 160px
    }
}

.sidebar-service .sidebar-heading-container {
    padding: 30px
}

    .sidebar-service .sidebar-heading-container .heading {
        display: flex
    }

    .sidebar-service .sidebar-heading-container .close-icon-container {
        margin-left: auto
    }

    .sidebar-service .sidebar-heading-container .close-sidebar {
        cursor: pointer;
        height: 22px;
        width: 22px
    }

        .sidebar-service .sidebar-heading-container .close-sidebar .cross-icon-svg-white {
            fill: #000;
            stroke: #000
        }

#text-with-carousel .background-colour {
    background-color: #c6d303;
    position: relative
}

    #text-with-carousel .background-colour .background-slice {
        background-color: #efede9;
        -webkit-clip-path: polygon(100% 35%,100% 100%,0 100%,0 80%);
        clip-path: polygon(100% 35%,100% 100%,0 100%,0 80%);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

@media (min-width:1200px) {
    #text-with-carousel .background-colour .background-slice {
        -webkit-clip-path: polygon(70% 0,100% 0,100% 100%,25% 100%);
        clip-path: polygon(70% 0,100% 0,100% 100%,25% 100%)
    }
}

#text-with-carousel .padding {
    padding: 70px 0 70px 30px;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    #text-with-carousel .padding {
        padding: 70px 0 70px 60px
    }
}

@media (min-width:1024px) {
    #text-with-carousel .padding {
        padding: 70px 0 70px 90px
    }
}

@media (min-width:1200px) {
    #text-with-carousel .padding {
        padding: 120px 0 120px 90px
    }
}

@media (min-width:1600px) {
    #text-with-carousel .padding {
        padding: 135px 0 135px 140px
    }
}

#text-with-carousel .text-container {
    padding-right: 30px
}

@media (min-width:768px) {
    #text-with-carousel .text-container {
        padding-right: 60px
    }
}

@media (min-width:1024px) {
    #text-with-carousel .text-container {
        padding-right: 90px
    }
}

@media (min-width:1200px) {
    #text-with-carousel .text-container {
        background-color: #373836;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
        position: absolute;
        top: 25%;
        width: 39%;
        z-index: 1
    }
}

@media (min-width:1350px) {
    #text-with-carousel .text-container {
        padding-right: 170px
    }
}

@media (min-width:1600px) {
    #text-with-carousel .text-container {
        width: 38%
    }
}

@media (min-width:1920px) {
    #text-with-carousel .text-container {
        width: 32%
    }
}

@media (min-width:1200px) {
    #text-with-carousel .text-container.text-container-timeline {
        background-color: transparent;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        justify-content: center;
        left: auto;
        min-height: 435px;
        padding-right: 190px;
        position: absolute;
        top: 25%;
        width: 39%;
        z-index: 1
    }
}

@media (min-width:1350px) {
    #text-with-carousel .text-container.text-container-timeline {
        padding-right: 170px
    }
}

@media (min-width:1600px) {
    #text-with-carousel .text-container.text-container-timeline {
        padding-right: 260px
    }
}

@media (min-width:1920px) {
    #text-with-carousel .text-container.text-container-timeline {
        min-height: 550px
    }
}

#text-with-carousel .text-container .heading {
    color: #fff;
    font-family: Roboto-Light,Arial,Sans-Serif;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase
}

@media (min-width:768px) {
    #text-with-carousel .text-container .heading {
        font-size: 36px;
        line-height: 38px
    }
}

@media (min-width:1200px) {
    #text-with-carousel .text-container .heading {
        font-size: 28px;
        line-height: 37px
    }
}

@media (min-width:1920px) {
    #text-with-carousel .text-container .heading {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 40px
    }
}

#text-with-carousel .text-container .crosshair-icon {
    height: 17px;
    margin-bottom: 30px;
    width: 17px
}

    #text-with-carousel .text-container .crosshair-icon .crosshair-svg-1 {
        fill: #fff;
        stroke: #fff
    }

@media (min-width:1920px) {
    #text-with-carousel .text-container .crosshair-icon {
        margin-bottom: 40px
    }
}

#text-with-carousel .text-container p {
    color: #fff;
    font-family: Roboto-Light,Arial,Sans-Serif;
    font-size: 12px;
    line-height: 22px
}

@media (min-width:1200px) {
    #text-with-carousel .text-container p:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width:576px) {
    #text-with-carousel .text-container p br {
        display: none
    }
}

@media (min-width:768px) {
    #text-with-carousel .text-container p {
        font-size: 15px;
        line-height: 25px
    }
}

#text-with-carousel .text-container p.line-1 {
    color: #fff;
    font-family: Roboto-Medium,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 22px
}

@media (min-width:768px) {
    #text-with-carousel .text-container p.line-1 {
        font-size: 16px;
        line-height: 26px
    }
}

#text-with-carousel .text-container ul {
    max-width: 300px;
    padding: 0;
    width: 100%
}

    #text-with-carousel .text-container ul li {
        margin: 10px 0
    }

        #text-with-carousel .text-container ul li a {
            color: #fff;
            display: flex;
            font-size: 12px;
            justify-content: space-between;
            text-transform: uppercase
        }

        #text-with-carousel .text-container ul li svg {
            width: 7px
        }

@media (min-width:1200px) {
    #text-with-carousel .carousel-container {
        min-height: 435px;
        padding-left: 40%
    }
}

@media (min-width:1920px) {
    #text-with-carousel .carousel-container {
        padding-left: 33%
    }
}

#text-with-carousel .carousel-container ul {
    margin-bottom: 0
}

@media (min-width:1200px) {
    #text-with-carousel .carousel-container .glide__track {
        margin-bottom: 25px
    }
}

#text-with-carousel .carousel-container .glide__slide {
    cursor: grab
}

@media (min-width:1200px) {
    #text-with-carousel .carousel-container .glide__slide {
        cursor: auto
    }
}

#text-with-carousel .carousel-container .glide__slide img {
    height: auto;
    max-width: 790px;
    width: 100%
}

#text-with-carousel .carousel-container .slide-control-container {
    padding-right: 30px
}

@media (min-width:768px) {
    #text-with-carousel .carousel-container .slide-control-container {
        display: flex;
        padding-right: 60px
    }
}

@media (min-width:1350px) {
    #text-with-carousel .carousel-container .slide-control-container {
        padding-right: 120px
    }
}

@media (min-width:1600px) {
    #text-with-carousel .carousel-container .slide-control-container {
        padding-right: 200px
    }
}

@media (min-width:1920px) {
    #text-with-carousel .carousel-container .slide-control-container {
        max-width: 790px;
        padding-right: 0
    }
}

@media (min-width:768px) {
    #text-with-carousel .carousel-container .button {
        flex-shrink: 0;
        max-width: 50%;
        width: 100%
    }
}

#text-with-carousel .carousel-container .controls {
    display: none
}

@media (min-width:768px) {
    #text-with-carousel .carousel-container .controls {
        display: flex;
        margin-left: auto
    }
}

#text-with-carousel .carousel-container .controls button {
    background: none;
    border: 1px solid #000;
    color: inherit;
    cursor: pointer;
    font: inherit;
    height: 45px;
    margin-left: 8px;
    outline: inherit;
    padding: 0;
    width: 45px
}

    #text-with-carousel .carousel-container .controls button .arrow-left, #text-with-carousel .carousel-container .controls button .arrow-right {
        fill: #000;
        height: 18px;
        width: 11px
    }

#text-with-carousel .scroll-wrapper {
    margin-bottom: 25px;
    padding-right: 30px
}

@media (min-width:768px) {
    #text-with-carousel .scroll-wrapper {
        padding-right: 60px
    }
}

#text-with-carousel .scroll-wrapper .scroll-track {
    margin-top: 25px
}

#net-zero .background-image {
    background-color: #000;
    background-image: url(https://cdn.motorparks.co.uk/assets/motorparks/unbranded-homepage/net-zero/net-zero-background.webp);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 768px 500px;
    position: relative
}

@media (min-width:1024px) {
    #net-zero .background-image {
        background-size: cover
    }
}

#net-zero .background-slice {
    background-color: #373836;
    -webkit-clip-path: polygon(0 0,25% 0,70% 100%,0 100%);
    clip-path: polygon(0 0,25% 0,70% 100%,0 100%);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (min-width:1200px) {
    #net-zero .background-slice {
        display: block
    }
}

#net-zero .club-info-container {
    padding: 70px 30px 50px;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    #net-zero .club-info-container {
        padding: 70px 60px 50px
    }
}

@media (min-width:1024px) {
    #net-zero .club-info-container {
        order: 2;
        padding: 70px 90px 50px 60px
    }
}

@media (min-width:1200px) {
    #net-zero .club-info-container {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media (min-width:1600px) {
    #net-zero .club-info-container {
        padding: 120px
    }
}

@media (min-width:1920px) {
    #net-zero .club-info-container {
        padding: 90px 90px 90px 120px
    }
}

#net-zero .club-info-container .heading {
    color: #fff;
    font-family: Roboto-LightItalic,Arial,Sans-Serif;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase
}

@media (min-width:1600px) {
    #net-zero .club-info-container .heading {
        font-size: 42px;
        line-height: 44px
    }
}

#net-zero .club-info-container .crosshair-icon {
    height: 17px;
    margin-bottom: 30px;
    width: 17px
}

#net-zero .club-info-container .text {
    color: #fff;
    font-family: Roboto-Light,Arial,Sans-Serif;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 40px
}

@media (min-width:1600px) {
    #net-zero .club-info-container .text {
        font-size: 15px;
        line-height: 25px
    }
}

#net-zero .club-info-container .button:first-of-type {
    margin-bottom: 15px
}

@media (min-width:768px) {
    #net-zero .club-info-container .button {
        width: 50%
    }
}

@media (min-width:1024px) {
    #net-zero .club-info-container .button {
        max-width: 315px;
        width: 100%
    }
}

#net-zero .club-info-container .button-transparent {
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    display: flex;
    font-family: Roboto-Medium,Arial,Sans-Serif;
    font-size: 12px;
    height: 45px;
    justify-content: space-between;
    letter-spacing: 3px;
    padding: 0 25px;
    text-transform: uppercase
}

@media (min-width:1200px) {
    #net-zero .club-info-container .button-transparent {
        font-size: 13px;
        letter-spacing: 5px
    }
}

#net-zero .club-info-container .button-transparent:hover {
    color: #fff
}

#net-zero .club-info-container .button-transparent svg {
    fill: #fff;
    height: 13px;
    width: 7px
}

#net-zero .event-container {
    background-color: rgba(0,0,0,.4);
    padding: 0 30px 30px;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    #net-zero .event-container {
        padding: 0 60px 60px
    }
}

@media (min-width:1024px) {
    #net-zero .event-container {
        order: 1;
        padding: 70px 0 70px 90px
    }
}

@media (min-width:1600px) {
    #net-zero .event-container {
        padding: 120px 75px 120px 140px
    }
}

@media (min-width:1920px) {
    #net-zero .event-container {
        padding: 135px 120px 90px 140px
    }
}

#net-zero .event-container img {
    height: auto;
    margin-bottom: 35px;
    mix-blend-mode: multiply;
    width: 100%
}

@media (min-width:1200px) {
    #net-zero .event-container img {
        margin-bottom: 20px;
        min-height: 292px
    }
}

@media (min-width:1024px) {
    #net-zero .event-container .event-image-text-container {
        position: relative
    }

    #net-zero .event-container .event-text {
        left: 0;
        padding: 30px 30px 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width:1600px) {
    #net-zero .event-container .event-text {
        padding: 50px 50px 0
    }
}

#net-zero .event-container .event-text .heading {
    color: #fff;
    font-family: Roboto-Light,Arial,Sans-Serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media (min-width:1600px) {
    #net-zero .event-container .event-text .heading {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 30px
    }
}

#net-zero .event-container .event-text time {
    color: #fff;
    display: block;
    font-family: Roboto-Medium,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px
}

@media (min-width:1024px) {
    #net-zero .event-container .event-text time {
        margin-bottom: 10px
    }
}

@media (min-width:1600px) {
    #net-zero .event-container .event-text time {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 30px
    }
}

#net-zero .event-container .event-text .text {
    color: #fff;
    font-family: Roboto-Light,Arial,Sans-Serif;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px
}

@media (min-width:1600px) {
    #net-zero .event-container .event-text .text {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    #net-zero .event-container .button {
        width: 50%
    }
}

@media (min-width:1024px) {
    #net-zero .event-container .button {
        max-width: 315px;
        width: 100%
    }
}

#subscribe .background-colour {
    background-color: #191a1a
}

#subscribe .message-container {
    padding: 70px 30px 0;
    position: relative
}

@media (min-width:768px) {
    #subscribe .message-container {
        align-items: center;
        display: flex;
        padding: 70px 0 70px 60px
    }
}

@media (min-width:1024px) {
    #subscribe .message-container {
        padding: 70px 0 70px 90px
    }
}

@media (min-width:1600px) {
    #subscribe .message-container {
        padding: 70px 0 70px 140px
    }
}

@media (min-width:1920px) {
    #subscribe .message-container {
        justify-content: right
    }
}

#subscribe .message-container p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
    padding-right: 50px
}

@media (min-width:768px) {
    #subscribe .message-container p {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    #subscribe .message-container p {
        font-size: 18px;
        line-height: 30px
    }
}

@media (min-width:1920px) {
    #subscribe .message-container p {
        font-size: 21px;
        line-height: 33px;
        padding-right: 150px
    }
}

#subscribe .form-input-container {
    padding: 0 30px 70px;
    position: relative
}

@media (min-width:768px) {
    #subscribe .form-input-container {
        padding: 70px 60px 70px 0
    }
}

@media (min-width:1200px) {
    #subscribe .form-input-container {
        align-items: center;
        display: flex
    }
}

@media (min-width:1350px) {
    #subscribe .form-input-container {
        padding: 70px 60px 70px 45px
    }
}

@media (min-width:768px) {
    #subscribe .form-input-container form {
        align-items: center;
        display: flex;
        flex-direction: column
    }
}

@media (min-width:1200px) {
    #subscribe .form-input-container form {
        flex-direction: row;
        width: 100%
    }
}

#subscribe .form-input-container input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    height: 45px;
    margin-bottom: 12px;
    max-width: 280px;
    padding: 0 25px;
    width: 100%
}

    #subscribe .form-input-container input::placeholder {
        color: #fff
    }

    #subscribe .form-input-container input:-moz-placeholder, #subscribe .form-input-container input::-moz-placeholder {
        color: #fff
    }

    #subscribe .form-input-container input:-ms-input-placeholder {
        color: #fff
    }

    #subscribe .form-input-container input::-webkit-input-placeholder {
        color: #fff
    }

@media (min-width:1200px) {
    #subscribe .form-input-container input {
        margin-bottom: 0;
        margin-right: 10px
    }
}

#subscribe .form-input-container button {
    max-width: 280px;
    width: 100%
}

@media (min-width:1200px) {
    #subscribe .form-input-container button {
        max-width: 220px
    }
}

#subscribe .form-input-container svg.arrow-right.hide {
    display: none
}

#subscribe .form-input-container svg.spinner {
    display: none;
    height: 20px;
    width: 20px
}

    #subscribe .form-input-container svg.spinner.show {
        display: block
    }

#subscribe .form-input-container .validation-message {
    bottom: 30px;
    color: #fff;
    display: none;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    position: absolute
}

@media (min-width:768px) {
    #subscribe .form-input-container .validation-message {
        padding-right: 60px;
        text-align: center;
        width: 100%
    }
}

@media (min-width:1200px) {
    #subscribe .form-input-container .validation-message {
        text-align: left;
        width: auto
    }
}

#subscribe .form-input-container .validation-message.show {
    display: block
}

#subscribe .linear-gradient {
    background: #fff;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#cccbcb 50%,hsla(0,0%,100%,0));
    height: 1px;
    position: absolute;
    right: 0;
    top: 135px;
    transform: rotate(135deg);
    width: 150px
}

@media (min-width:768px) {
    #subscribe .linear-gradient {
        right: -20px
    }
}

@media (min-width:1200px) {
    #subscribe .linear-gradient {
        right: -10px;
        top: 105px
    }
}

@media (min-width:1350px) {
    #subscribe .linear-gradient {
        right: -45px
    }
}

@media (min-width:1920px) {
    #subscribe .linear-gradient {
        right: -10px
    }
}

.homepage-vehicle-search {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 8
}

    .homepage-vehicle-search .search-container {
        padding-left: 30px;
        padding-right: 30px
    }

@media (min-width:768px) {
    .homepage-vehicle-search .search-container {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1024px) {
    .homepage-vehicle-search .search-container {
        padding-left: 90px;
        padding-right: 90px
    }
}

@media (min-width:1350px) {
    .homepage-vehicle-search .search-container {
        background-color: #fff
    }
}

@media (min-width:1600px) {
    .homepage-vehicle-search .search-container {
        padding-left: 140px;
        padding-right: 140px
    }
}

.homepage-vehicle-search .search-container.active .open-search-container {
    background-color: #e6e6e6
}

    .homepage-vehicle-search .search-container.active .open-search-container .arrow-up {
        transform: rotate(180deg)
    }

.homepage-vehicle-search .search-container.active .search-options-container {
    height: 457px
}

.homepage-vehicle-search .open-search-container {
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%
}

@media (min-width:1200px) {
    .homepage-vehicle-search .open-search-container {
        display: none
    }
}

.homepage-vehicle-search .open-search-container .text {
    color: #000;
    font-size: 16px;
    line-height: 18px
}

.homepage-vehicle-search .open-search-container .arrow-up {
    height: 12px;
    margin-left: auto;
    transition: transform .5s ease;
    width: 20px
}

.homepage-vehicle-search .search-options-container {
    height: 0;
    overflow: hidden;
    transition: height 1s ease
}

@media (max-width:1349.98px) {
    .homepage-vehicle-search .search-options-container {
        background-color: #fff
    }
}

@media (min-width:1200px) {
    .homepage-vehicle-search .search-options-container {
        display: flex;
        height: 90px;
        justify-content: center
    }
}

.homepage-vehicle-search .line-break {
    background-color: #000;
    display: block;
    height: 1px;
    margin: 15px auto 0;
    width: calc(100% - 4px)
}

@media (min-width:1200px) {
    .homepage-vehicle-search .line-break {
        height: 45px;
        margin: auto 0 auto 15px;
        width: 1px
    }
}

@media (min-width:1600px) {
    .homepage-vehicle-search .line-break {
        margin: auto 0 auto 35px
    }
}

.homepage-vehicle-search .search-heading {
    align-items: center;
    display: flex;
    height: 60px
}

@media (min-width:1200px) {
    .homepage-vehicle-search .search-heading {
        flex-shrink: 0;
        height: 100%;
        justify-content: center;
        width: 60px
    }
}

@media (min-width:1600px) {
    .homepage-vehicle-search .search-heading {
        width: 90px
    }
}

.homepage-vehicle-search .search-heading label, .homepage-vehicle-search .search-heading span {
    color: #000;
    font-size: 13px;
    line-height: 15px
}

@media (min-width:1200px) {
    .homepage-vehicle-search .search-heading label, .homepage-vehicle-search .search-heading span {
        display: none
    }
}

.homepage-vehicle-search .category-container, .homepage-vehicle-search .location-container, .homepage-vehicle-search .vehicle-container {
    padding-left: 25px;
    padding-right: 25px
}

@media (min-width:1200px) {
    .homepage-vehicle-search .category-container, .homepage-vehicle-search .location-container, .homepage-vehicle-search .vehicle-container {
        align-items: center;
        display: flex;
        padding-left: 0;
        padding-right: 0
    }
}

.homepage-vehicle-search .location-container {
    position: relative
}

@media (min-width:1200px) {
    .homepage-vehicle-search .location-container {
        width: 27%
    }
}

@media (min-width:1920px) {
    .homepage-vehicle-search .location-container {
        width: 25%
    }
}

@media (min-width:1200px) {
    .homepage-vehicle-search .category-container {
        width: 23%
    }
}

@media (min-width:1350px) {
    .homepage-vehicle-search .category-container {
        width: 20%
    }
}

@media (min-width:1600px) {
    .homepage-vehicle-search .category-container {
        width: 21%
    }
}

@media (min-width:1920px) {
    .homepage-vehicle-search .category-container {
        width: 18%
    }
}

@media (min-width:1200px) {
    .homepage-vehicle-search .vehicle-container {
        width: 35%
    }
}

@media (min-width:1350px) {
    .homepage-vehicle-search .vehicle-container {
        width: 38%
    }
}

@media (min-width:1600px) {
    .homepage-vehicle-search .vehicle-container {
        width: 37%
    }
}

@media (min-width:1920px) {
    .homepage-vehicle-search .vehicle-container {
        width: 45%
    }
}

@media (min-width:1200px) {
    .homepage-vehicle-search .search-button {
        width: 15%
    }
}

@media (min-width:1920px) {
    .homepage-vehicle-search .search-button {
        width: 12%
    }
}

.homepage-vehicle-search .location-container .location-heading .location-icon {
    height: 28px;
    margin-left: auto;
    width: 25px
}

@media (min-width:1200px) {
    .homepage-vehicle-search .location-container .location-heading .location-icon {
        margin-left: 0
    }
}

.homepage-vehicle-search .location-container .location-heading .location-icon .location-icon-svg-1 {
    stroke: #000
}

.homepage-vehicle-search .location-container .location-input {
    position: relative
}

@media (min-width:1200px) {
    .homepage-vehicle-search .location-container .location-input {
        width: 100%
    }
}

.homepage-vehicle-search .location-container .location-input input {
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    color: inherit;
    color: #000;
    cursor: pointer;
    font: inherit;
    font-family: Roboto-Medium,Arial,Sans-Serif;
    font-size: 13px;
    height: 45px;
    line-height: 15px;
    outline: inherit;
    padding: 0 15px;
    width: 100%
}

    .homepage-vehicle-search .location-container .location-input input::placeholder {
        color: #000
    }

    .homepage-vehicle-search .location-container .location-input input:-moz-placeholder, .homepage-vehicle-search .location-container .location-input input::-moz-placeholder {
        color: #000
    }

    .homepage-vehicle-search .location-container .location-input input:-ms-input-placeholder {
        color: #000
    }

    .homepage-vehicle-search .location-container .location-input input::-webkit-input-placeholder {
        color: #000
    }

@media (min-width:1200px) {
    .homepage-vehicle-search .location-container .location-input input {
        cursor: auto
    }
}

.homepage-vehicle-search .location-container .location-input input.error {
    background-color: #d10000;
    border-color: #d10000;
    color: #fff
}

    .homepage-vehicle-search .location-container .location-input input.error::placeholder {
        color: #fff
    }

    .homepage-vehicle-search .location-container .location-input input.error:-moz-placeholder, .homepage-vehicle-search .location-container .location-input input.error::-moz-placeholder {
        color: #fff
    }

    .homepage-vehicle-search .location-container .location-input input.error:-ms-input-placeholder {
        color: #fff
    }

    .homepage-vehicle-search .location-container .location-input input.error::-webkit-input-placeholder {
        color: #fff
    }

.homepage-vehicle-search .location-container .location-input .error-message {
    bottom: 50px;
    color: #d10000;
    display: none;
    font-size: 12px;
    left: 0;
    line-height: 14px;
    position: absolute
}

@media (min-width:1200px) {
    .homepage-vehicle-search .location-container .location-input .error-message {
        bottom: -19px
    }
}

.homepage-vehicle-search .location-container .location-input .error-message.show {
    display: flex
}

.homepage-vehicle-search .category-container .category-heading .category-icon {
    height: 26px;
    margin-left: auto;
    width: 26px
}

@media (min-width:1200px) {
    .homepage-vehicle-search .category-container .category-heading .category-icon {
        margin-left: 0
    }
}

.homepage-vehicle-search .category-container .category-heading .category-icon .category-icon-svg-1 {
    fill: #000
}

.homepage-vehicle-search .category-container .category-radio {
    display: flex
}

@media (min-width:1200px) {
    .homepage-vehicle-search .category-container .category-radio {
        justify-content: space-around;
        width: 100%
    }
}

@media (min-width:1600px) {
    .homepage-vehicle-search .category-container .category-radio {
        justify-content: space-between
    }
}

.homepage-vehicle-search .category-container .category-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e6e6e6;
    border: 1px solid #b3b3b2;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 20px
}

    .homepage-vehicle-search .category-container .category-radio input:checked {
        background: url(/assets/svg/tick.svg) no-repeat 50%/11px #333;
        border-color: #333
    }

        .homepage-vehicle-search .category-container .category-radio input:checked + label {
            font-family: Roboto-Medium,Arial,Sans-Serif
        }

    .homepage-vehicle-search .category-container .category-radio input + label {
        cursor: pointer;
        font-size: 14px;
        line-height: 15px
    }

.homepage-vehicle-search .category-container .category-radio label {
    color: #000
}

.homepage-vehicle-search .category-container .category-group {
    align-items: center;
    display: flex;
    min-width: 100px
}

@media (min-width:1200px) {
    .homepage-vehicle-search .category-container .category-group {
        min-width: 0
    }
}

.homepage-vehicle-search .vehicle-container .vehicle-heading .vehicle-icon {
    height: 16px;
    margin-left: auto;
    width: 40px
}

@media (min-width:1200px) {
    .homepage-vehicle-search .vehicle-container .vehicle-heading .vehicle-icon {
        margin-left: 0;
        width: 32px
    }
}

@media (min-width:1600px) {
    .homepage-vehicle-search .vehicle-container .vehicle-heading .vehicle-icon {
        width: 40px
    }
}

.homepage-vehicle-search .vehicle-container .vehicle-heading .vehicle-icon .vehicle-icon-svg-1 {
    fill: #000
}

@media (min-width:1200px) {
    .homepage-vehicle-search .vehicle-container .vehicle-select-container {
        align-items: center;
        display: flex;
        width: 100%
    }
}

@media (min-width:1600px) {
    .homepage-vehicle-search .vehicle-container .vehicle-select-container {
        margin-right: 20px
    }
}

@media (min-width:1200px) {
    .homepage-vehicle-search .vehicle-container .vehicle-select-container .vehicle-select-group {
        margin-right: 15px;
        width: 50%
    }
}

.homepage-vehicle-search .vehicle-container .vehicle-select-container .vehicle-select-group .select2-container--default .select2-selection--single {
    background-color: #fff
}

.homepage-vehicle-search .vehicle-container .vehicle-select-container .vehicle-select-group .select2-container .select2-selection .select2-selection__rendered {
    color: #000
}

.homepage-vehicle-search .vehicle-container .vehicle-select-container .vehicle-select-group .select2-container .select2-selection .select2-selection__arrow b {
    background-image: url(/assets/svg/arrow-up-icon.svg)
}

.homepage-vehicle-search .vehicle-container .vehicle-select-container .vehicle-select-group .select2-container.select2-container--open span.select2-selection__arrow b {
    background-image: url(/assets/svg/arrow-down-icon.svg)
}

@media (min-width:1200px) {
    .homepage-vehicle-search .vehicle-container .vehicle-select-container .select2-container {
        margin-bottom: 0
    }
}

.homepage-vehicle-search .vehicle-container .vehicle-select-container .select2-container .select2-selection {
    border: 1px solid #000;
    border-radius: 10px;
    height: 45px
}

    .homepage-vehicle-search .vehicle-container .vehicle-select-container .select2-container .select2-selection .select2-selection__rendered {
        font-family: Roboto-Medium,Arial,Sans-Serif;
        font-size: 14px;
        line-height: 45px
    }

.homepage-vehicle-search .vehicle-container .vehicle-select-container .select2-container .select2-selection__arrow b {
    background-image: url(/assets/svg/arrow-up-icon.svg)
}

.homepage-vehicle-search .vehicle-container .vehicle-select-container .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    background-image: url(/assets/svg/arrow-down-icon.svg)
}

.homepage-vehicle-search .search-button {
    margin-top: 10px;
    padding: 0 25px
}

@media (min-width:1200px) {
    .homepage-vehicle-search .search-button {
        align-items: center;
        display: flex;
        margin-top: 0
    }
}

.homepage-vehicle-search .search-button .submit {
    background: none;
    background-color: #c6d303;
    border: none;
    color: inherit;
    color: #000;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    height: 50px;
    letter-spacing: 5px;
    line-height: 17px;
    outline: inherit;
    padding: 0;
    text-transform: uppercase;
    width: 100%
}

@media (min-width:1200px) {
    .homepage-vehicle-search .search-button .submit {
        border-radius: 25px
    }
}
