/* _content/AutoSales/Views/About/Index.cshtml.rz.scp.css */
.about-content-wrapper[b-d9w03fa4lf] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-middle-section[b-d9w03fa4lf] {
    max-width: 725px;
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.about-text[b-d9w03fa4lf] {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 400;
    text-indent: 20px;
}

@media screen and (max-width: 749px) {
    .about-text[b-d9w03fa4lf] {
        font-size: 12px;
    }
}

@media screen and (max-width: 549px) {
    .about-text[b-d9w03fa4lf] {
        font-size: 10px;
    }
}
/* _content/AutoSales/Views/Calculator/Index.cshtml.rz.scp.css */
.calculator-title[b-dznrk2m2v4] {
    margin: 48px 0 0 0;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .calculator-title[b-dznrk2m2v4] {
        margin: 24px 0 0 0;
    }
}

.calculator-subtitle[b-dznrk2m2v4] {
    text-align: center;
    margin: 12px;
    font-size: 20px;
    font-weight: 400;
}

.calculator-section[b-dznrk2m2v4] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    max-width: 840px;
    margin: auto;
}

@media screen and (max-width: 749px) {
    .calculator-section[b-dznrk2m2v4] {
        flex-direction: column;
        align-items: center;
        width: fit-content;
    }
}

.calculator-app[b-dznrk2m2v4] {
    background: #ebebeb;
    width: 50%;
}

@media screen and (max-width: 749px) {
    .calculator-app[b-dznrk2m2v4] {
        width: 350px;
    }
}

.calculator-section-title[b-dznrk2m2v4] {
    margin: 8px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.calculator-section-wrapper[b-dznrk2m2v4] {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: center;
    margin: 12px auto;
}

.calculator-section-label[b-dznrk2m2v4] {
    text-align: left;
    width: 200px;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 400;
}

.calculator-section-input[b-dznrk2m2v4] {
    width: 200px;
    box-sizing: border-box;
    accent-color: #0066ff;
}

.calculator-section-select[b-dznrk2m2v4] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 200px;
}

.calculator-section-list[b-dznrk2m2v4] {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.calculator-section-item-button[b-dznrk2m2v4] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

    .calculator-section-item-button.active[b-dznrk2m2v4] {
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        font-weight: 700;
    }

.calculator-display[b-dznrk2m2v4] {
    width: 50%;
}

@media screen and (max-width: 749px) {
    .calculator-display[b-dznrk2m2v4] {
        width: 350px;
    }
}

.calculator-display-amount[b-dznrk2m2v4] {
    text-align: center;
    margin: 12px 0;
    font-size: 26px;
    font-weight: 700;
}

.calculator-display-disclaimer[b-dznrk2m2v4] {
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    max-width: 200px;
}

.calculator-details-title[b-dznrk2m2v4] {
    text-align: center;
    margin: 14px 0;
    font-size: 22px;
    font-weight: 700;
}

.calculator-details-list[b-dznrk2m2v4] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.calculator-details-list-item[b-dznrk2m2v4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 28px;
    height: 38px;
}

.calculator-details-text[b-dznrk2m2v4] {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

    .calculator-details-text.bold[b-dznrk2m2v4] {
        font-weight: 700;
    }

.calculator-details-line[b-dznrk2m2v4] {
    margin: 8px 28px;
}

.calculator-details-button-wrapper[b-dznrk2m2v4] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 6px 0 18px;
}

.calculator-details-button[b-dznrk2m2v4] {
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 500;
    background: #0066ff;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 2px;
}

.calculator-dropdown-section[b-dznrk2m2v4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto 42px;
}

.calculator-dropdown-title[b-dznrk2m2v4] {
    text-align: center;
    font-size: 24px;
}
/* _content/AutoSales/Views/DealerListings/Search.cshtml.rz.scp.css */
.dealer-listings-title[b-pw5xwkb0mo] {
    text-align: center;
    font-size: 38px;
    margin: 0 0 12px;
}

.dealer-listings-content-wrapper[b-pw5xwkb0mo] {
    display: flex;
    flex-direction: row;
}

.dealer-listings-search-wrapper[b-pw5xwkb0mo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.dealer-listings-box[b-pw5xwkb0mo] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    width: 90%;
    margin-bottom: 12px;
    background: #d9d9d9;
}

.dealer-listings-box-title[b-pw5xwkb0mo] {
    text-align: center;
    color: black;
    margin: 8px 0;
}

.dealer-listings-select-wrapper[b-pw5xwkb0mo] {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 975px) {
    .dealer-listings-select-wrapper[b-pw5xwkb0mo]{
        flex-direction: column;
        align-items: center;
    }

    .dealer-listings-box-button[b-pw5xwkb0mo] {
        margin-bottom: 10px;
    }

    .dealer-listings-box-button-wrapper[b-pw5xwkb0mo] {
        margin-right: auto;
    }
}

.dealer-listings-input-wrapper[b-pw5xwkb0mo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    width: 30%;
}

@media screen and (max-width: 475px) {
    .dealer-listings-input-wrapper[b-pw5xwkb0mo] {
        width: 50%;
    }
}

.dealer-listings-label[b-pw5xwkb0mo] {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
    color: black;
}

.dealer-listings-input[b-pw5xwkb0mo] {
    background: #f9f9f9;
    color: black;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    max-width: 180px;
    width: 100%;
    accent-color: #0066ff;
    padding: 15px;
}

.dealer-listings-input-validation[b-pw5xwkb0mo] {
    height: 20px;
    text-align: center;
    line-height: 14px;
}

.dealer-listings-input-validation-text[b-pw5xwkb0mo] {
    color: red;
    font-size: 12px;
}

.dealer-listings-box-button-wrapper[b-pw5xwkb0mo] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}

.dealer-listings-box-button[b-pw5xwkb0mo] {
    background: #e5571d;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-right: 25px;
    padding-left: 25px;
    height: 40px;
    cursor: pointer;
    align-self: center;
}

.dealer-listings-search-results[b-pw5xwkb0mo] {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dealer-listings-search-results-title[b-pw5xwkb0mo] {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.dealer-listings-search-list[b-pw5xwkb0mo] {
    padding: 0;
    margin: 0;
    width: 100%;
}

.dealer-box[b-pw5xwkb0mo]{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
}

.dealer-search-image[b-pw5xwkb0mo] {
    max-width: 90%;
}
/* _content/AutoSales/Views/DealerListings/_DealerListing.cshtml.rz.scp.css */
.dealer-listings-search-list-item[b-adz0wbz7fi] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin: 8px 0;
    background: #f9f9f9;
}

.dealer-listings-item-column[b-adz0wbz7fi] {
    display: flex;
    flex-direction: column;
}

    .dealer-listings-item-column.left[b-adz0wbz7fi] {
        margin-left: 32px;
    }

@media screen and (max-width: 549px) {
    .dealer-listings-item-column.left[b-adz0wbz7fi] {
        margin-left: 12px;
    }
}

.dealer-listings-item-column.right[b-adz0wbz7fi] {
    margin-right: 32px;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-column.right[b-adz0wbz7fi] {
        margin-right: 12px;
    }
}

.dealer-listings-item-title[b-adz0wbz7fi] {
    color: #e5571d;
    font-size: 22px;
    font-weight: 500;
    margin: 12px 0;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-title[b-adz0wbz7fi] {
        font-size: 14px;
        margin: 8px 0;
    }
}

.dealer-listings-item-distance[b-adz0wbz7fi] {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 4px;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-distance[b-adz0wbz7fi] {
        font-size: 10px;
        margin: 0 0 2px;
    }
}

.dealer-listings-item-address[b-adz0wbz7fi] {
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-address[b-adz0wbz7fi] {
        font-size: 10px;
        margin: 6px 0;
    }
}

.dealer-listings-item-link-wrapper[b-adz0wbz7fi] {
    display: flex;
    flex-direction: column;
    margin: 18px 0;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-link-wrapper[b-adz0wbz7fi] {
        margin: 8px 0;
    }
}

.dealer-listings-item-link[b-adz0wbz7fi] {
    color: #0066ff;
    font-size: 14px;
    font-weight: 400;
    margin: 2px 0;
}

.dealer-listings-item-link.button-link[b-adz0wbz7fi] {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: underline;
    width: fit-content;
}

.dealer-listings-item-link.copy[b-adz0wbz7fi] {
    cursor: copy;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-link[b-adz0wbz7fi] {
        font-size: 10px;
        margin: 0.8px 0;
    }
}

.dealer-listings-item-link:hover[b-adz0wbz7fi] {
    opacity: 0.6;
}

.dealer-listings-item-icon[b-adz0wbz7fi] {
    margin-right: 6px;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-icon[b-adz0wbz7fi] {
        margin-right: 2px;
    }
}

.dealer-listings-item-button[b-adz0wbz7fi] {
    background: #e5571d;
    color: #fff;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-button[b-adz0wbz7fi] {
        font-size: 8px;
        padding: 2px 8px;
    }
}

.dealer-listings-item-map[b-adz0wbz7fi], .dealer-listings-item-nomap[b-adz0wbz7fi] {
    height: 120px;
    width: 120px;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-map[b-adz0wbz7fi], .dealer-listings-item-nomap[b-adz0wbz7fi] {
        height: 80px;
        width: 80px;
    }
}
/* _content/AutoSales/Views/DealerListings/_DealerListings.cshtml.rz.scp.css */
.dealer-listings-search-list-ad[b-2qq0sluxu7] {
    width: 100%;
    margin: 8px 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
}
/* _content/AutoSales/Views/Home/Index.cshtml.rz.scp.css */
body[b-bfa6hb5ba7] {
    overflow-y: hidden;
}


.banner-ad-wrapper[b-bfa6hb5ba7] {
    display: flex;
}

.banner-ad[b-bfa6hb5ba7] {
    margin: 24px auto;
    display: flex;
    justify-content: center;
    width: 90%;
}

.home-ads-wrapper[b-bfa6hb5ba7] {
    width: 100%;
    margin: 12px auto;
}

.home-ads-content[b-bfa6hb5ba7] {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 0 10px;
    align-items: center;
    margin: auto;
}

@media screen and (max-width: 1141px) {
    .home-ads-content[b-bfa6hb5ba7] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 250px 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 24px;
    }
}

@media screen and (max-width: 699px) {
    .home-ads-content[b-bfa6hb5ba7] {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1141px) {
    .home-square-ad-wrapper[b-bfa6hb5ba7] {
        display: flex;
        justify-content: center;
    }
}

.home-square-ad[b-bfa6hb5ba7] {
    display: flex;
}

.home-square-ad-image[b-bfa6hb5ba7] {
    max-width: 300px;
    border: 1px solid #000000;
}

.carousel-section[b-bfa6hb5ba7] {
    width: 90vw;
    margin: auto;
}

.carousel-header[b-bfa6hb5ba7] {
    margin: 8px 0 26px;
}

@media screen and (max-width: 649px) {
    .carousel-header[b-bfa6hb5ba7] {
        margin: 1.23vw 0 4.01vw;
    }
}

.carousel-title[b-bfa6hb5ba7] {
    margin: 2px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .carousel-title[b-bfa6hb5ba7] {
        margin: .31vw;
        font-size: 4.93vw;
    }
}

.search-section[b-bfa6hb5ba7] {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.search-title[b-bfa6hb5ba7] {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: inherit;
    margin: 48px 0 24px;
}

@media screen and (max-width: 649px) {
    .search-title[b-bfa6hb5ba7] {
        font-size: 4.93vw;
        margin: 7.4vw 0 3.7vw;
    }
}

.home-main-image[b-bfa6hb5ba7] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 0;
    width: 80%;
    max-height: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.about-container[b-bfa6hb5ba7] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

.about-logo[b-bfa6hb5ba7] {
    max-width: 20%;
}



.faint-line[b-bfa6hb5ba7] {
    display: flex;
    align-items: center;
    border: none; 
    border-top: 1px solid rgba(0, 0, 0, 0.1); 
    width: 50%;
    margin-top: 30px;
}

.home-about-title[b-bfa6hb5ba7] {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #3b3b3b;
}

.home-about-body[b-bfa6hb5ba7] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3b3b3b;
}

.home-about-body-container[b-bfa6hb5ba7] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

@media screen and (max-width: 700px){
    .home-about-body-container[b-bfa6hb5ba7] {
        width: 70%;
    }
}

.b-container[b-bfa6hb5ba7] {
    max-width: 600px;
}

.home-finance-container[b-bfa6hb5ba7] {
    display: flex;
    flex-direction: row;
    margin: auto;
    align-items:center;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .home-finance-container[b-bfa6hb5ba7] {
        flex-direction: column;
    }
}

.home-trade-container[b-bfa6hb5ba7] {
    width: 30%;
    text-align: center;
    margin-right: 20px;
}

.home-calculator-container[b-bfa6hb5ba7] {
    width: 30%;
    text-align: center;
    margin-left: 20px;
}

@media screen and (max-width: 900px) {
    .home-trade-container[b-bfa6hb5ba7] {
        width: 70%;
    }

    .home-calculator-container[b-bfa6hb5ba7] {
        width: 70%;
    }
}

.home-finance-button[b-bfa6hb5ba7] {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e5571d; 
    color: white; 
    text-decoration: none; 
    border: none;
    border-radius: 4px; 
    cursor: pointer;
}

.home-finance-title[b-bfa6hb5ba7] {
    color: #3b3b3b;
    font-size: 30px;
}

.home-search-text[b-bfa6hb5ba7] {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 600px;
    height: auto;
}

@media screen and (max-width: 949px) {
    .home-search-text[b-bfa6hb5ba7] {
        width: 500px;
    }
}

.about-image[b-bfa6hb5ba7] {
    width: 450px;
    height: auto;
    display: flex;
    align-self: center;
    margin-top: 30px;
}

@media screen and (max-width: 900px) {
    .home-search-text[b-bfa6hb5ba7] {
        width: 80%;
        height: auto;
    }

    .about-image[b-bfa6hb5ba7] {
        width: 80%;
        height: auto;
    }
}

.finance-image[b-bfa6hb5ba7] {
    width: 450px;
    height: auto;
    display: flex;
    align-self: center;
    margin-top: 30px;
}

@media screen and (max-width: 1300px) {
    .finance-image[b-bfa6hb5ba7] {
        width: 300px;
    }
}

@media screen and (max-width: 900px) {
    .finance-image[b-bfa6hb5ba7] {
        width: 80%;
        height: auto;
    }

    .vin-search-image[b-bfa6hb5ba7] {
        width: 80%;
        height: auto;
    }
}

.vin-form[b-bfa6hb5ba7] {
    align-self: center;
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
    .vin-form[b-bfa6hb5ba7] {
        width: 80%;
    }
}

.vin-search-image[b-bfa6hb5ba7] {
    max-width: 500px;
    height: auto;
}

.vin-label[b-bfa6hb5ba7] {
    font-size: 20px;
}

.vin-input[b-bfa6hb5ba7] {
    padding: 10px;
    border-radius: 5px;
    margin: 15px;
}

.vin-submit-button[b-bfa6hb5ba7] {
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    color: white;
    background-color: #e5571d;
    border: none;
}

.vin-container[b-bfa6hb5ba7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.vin-top[b-bfa6hb5ba7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 469px) {
    .vin-container[b-bfa6hb5ba7] {
        flex-direction: column;
    }
}
/* _content/AutoSales/Views/Home/_HomeHeroSection.cshtml.rz.scp.css */

.home-hero-section[b-g8oyrc6hxk] {
    position: relative;
    width: 100%;
}

.home-hero-link-section[b-g8oyrc6hxk] {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-hero-link[b-g8oyrc6hxk] {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    color: transparent;
}

.home-hero-image-section[b-g8oyrc6hxk] {
    z-index: 1;
}

.home-hero-image[b-g8oyrc6hxk] {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
}

.home-hero-title-section[b-g8oyrc6hxk] {
    z-index: 2;
    position: relative;
    top: 200px;
    text-align: center;
    width: 100%;
    animation: fadeIn-b-g8oyrc6hxk 3s;
}

@keyframes fadeIn-b-g8oyrc6hxk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 499px) {
    .home-hero-title-section[b-g8oyrc6hxk] {
        top: 17.2vw;
    }
}

.home-hero-title[b-g8oyrc6hxk] {
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    margin: 32px 0 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-align: center;
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
}

@media screen and (max-width: 699px) {
    .home-hero-title[b-g8oyrc6hxk] {
        margin: 0 84px 10px;
    }
}

@media screen and (max-width: 549px) {
    .home-hero-title[b-g8oyrc6hxk] {
        font-size: 8.74vw;
        text-shadow: 0 .18vw .55vw rgba(0,0,0,0.2);
        margin: 0 8vw 1.8vw;
    }
}

.home-hero-subtitle[b-g8oyrc6hxk] {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 32px 0 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: 'Avenir Next', sans-serif;
    font-style: italic;
    background-color: rgba(0,0,0,0.5);
}

@media screen and (max-width: 499px) {
    .home-hero-subtitle[b-g8oyrc6hxk] {
        font-size: 3.6vw;
        text-shadow: 0 .2vw .6vw rgba(0, 0, 0, 1);
    }
}

.th-search-filter[b-g8oyrc6hxk] {
    justify-self: center;
    align-self: center;
    z-index: 4;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.home-hero-bottom-padding[b-g8oyrc6hxk] {
}

@media screen and (max-width: 499px) {
    .home-hero-bottom-padding[b-g8oyrc6hxk] {
        padding-bottom: 9.6vw;
    }
}
/* _content/AutoSales/Views/PrivacyPolicy/Index.cshtml.rz.scp.css */
.privacy-policy-title[b-nwawn7amei] {
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 32px;
}

@media screen and (max-width: 499px) {
    .privacy-policy-title[b-nwawn7amei] {
        margin: 0 0 3.6vw 0;
        font-size: 6.4vw;
    }
}

.privacy-policy-page[b-nwawn7amei] {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1149px) {
    .privacy-policy-page[b-nwawn7amei] {
        width: 90%;
        margin: auto;
    }
}

.privacy-policy-content[b-nwawn7amei] {
    display: flex;
    flex-direction: column;
}

.privacy-policy-box[b-nwawn7amei] {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 14px 14px 0 14px;
    margin: 0 0 14px 0;
}

@media screen and (max-width: 499px) {
    .privacy-policy-box[b-nwawn7amei] {
        border: 0.2vw solid #ccc;
        border-radius: .4vw;
        padding: 2.8vw 2.8vw 0 2.8vw;
        margin: 0 0 2.8vw 0;
    }
}

.privacy-policy-paragraph[b-nwawn7amei] {
    font-size: 14px;
    margin: 0 0 14px 0;
}

@media screen and (max-width: 499px) {
    .privacy-policy-paragraph[b-nwawn7amei] {
        font-size: 2.8vw;
        margin: 0 0 2.8vw 0;
    }
}

.privacy-policy-link[b-nwawn7amei] {
    color: #0066ff;
}

.privacy-policy-section-title[b-nwawn7amei] {
    text-align: center;
    margin: 0 0 14px 0;
    font-size: 20px;
}

@media screen and (max-width: 499px) {
    .privacy-policy-section-title[b-nwawn7amei] {
        font-size: 4.01vw;
        margin: 0 0 2.8vw 0;
    }
}

.privacy-policy-list[b-nwawn7amei] {
    margin: 0;
    list-style-type: none;
    padding: 0 0 0 28px;
}

@media screen and (max-width: 499px) {
    .privacy-policy-list[b-nwawn7amei] {
        padding: 0 0 0 5.6vw;
    }
}
/* _content/AutoSales/Views/SellCar/Index.cshtml.rz.scp.css */
.sell-car-title[b-msow7smk30] {
    text-align: center;
    margin: 40px 0 0 0;
    font-size: 48px;
    font-weight: 500;
}

@media screen and (max-width: 1249px) {
    .sell-car-title[b-msow7smk30] {
        margin: 18px 0 0 0;
    }
}

@media screen and (max-width: 549px) {
    .sell-car-title[b-msow7smk30] {
        font-size: 32px;
    }
}

.sell-car-subtitle[b-msow7smk30] {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin: 8px 0;
}

@media screen and (max-width: 549px) {
    .sell-car-subtitle[b-msow7smk30] {
        font-size: 16px;
    }
}

.sell-car-dropdown-section[b-msow7smk30] {
    margin-bottom: 24px;
}

.sell-car-dropdown-title[b-msow7smk30] {
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0;
    text-align: center;
}

.sell-car-form-wrapper[b-msow7smk30] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 48px;
}

.sell-car-form[b-msow7smk30] {
    background: #0066ff;
    border-radius: 4px;
    max-width: 600px;
    width: 90%;
}

.sell-car-row-wrapper[b-msow7smk30] {
    display: flex;
    flex-direction: row;
}

.sell-car-input-wrapper[b-msow7smk30] {
    display: flex;
    flex-direction: column;
    margin: 12px 0 0 12px;
    width: 140px;
}

.sell-car-input-wrapper:last-of-type[b-msow7smk30] {
    flex-grow: 1;
    margin-right: 12px;
}

.sell-car-label[b-msow7smk30] {
    text-align: left;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 500;
    color: #fff;
}

.sell-car-select[b-msow7smk30] {
    background: #fff;
    border: none;
    padding: 6px 4px;
    border-radius: 2px;
}

.sell-car-input[b-msow7smk30] {
    padding: 6px 4px;
    border-radius: 2px;
    background: #fff;
    border: none;
    accent-color: #0066ff;
}

.sell-car-button-wrapper[b-msow7smk30] {
    display: flex;
    justify-content: center;
    margin: 18px 0;
}

.sell-car-button[b-msow7smk30] {
    background: #ffdf40;
    color: #000;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    padding: 4px 12px;
}
/* _content/AutoSales/Views/Shared/Components/_CarouselDisplay.cshtml.rz.scp.css */
.wrapper[b-c2kyo8h3rg] {
    max-width: 1060px;
    margin: auto;
}

@media screen and (max-width: 1149px) {
    .wrapper[b-c2kyo8h3rg] {
        max-width: 800px;
    }
}

@media screen and (max-width: 859px) {
    .wrapper[b-c2kyo8h3rg] {
        max-width: 526px;
    }
}

@media screen and (max-width: 649px) {
    .wrapper[b-c2kyo8h3rg] {
        max-width: 80vw;
    }
}

.carousel-list-item[b-c2kyo8h3rg] {
    flex: 1 1 auto;
    position: relative;
}
/* _content/AutoSales/Views/Shared/Components/_DFPAd.cshtml.rz.scp.css */

/* _content/AutoSales/Views/Shared/Components/_FeaturedVehicles.cshtml.rz.scp.css */
.featured-vehicles[b-cnvkfrdet2] {
    width: 100%;
}

.featured-vehicles-wrapper[b-cnvkfrdet2] {
    width: 95vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
    margin: auto;
    list-style: none;
    row-gap: 24px;
}
@media screen and (max-width: 1140px) {
    .featured-vehicles-wrapper[b-cnvkfrdet2] {
        width: 710px;
    }
}
@media screen and (max-width: 719px) {
    .featured-vehicles-wrapper[b-cnvkfrdet2] {
        width: 560px;
    }
}
@media screen and (max-width: 649px) {
    .featured-vehicles-wrapper[b-cnvkfrdet2] {
        width: 81.7vw;
    }
}

.featured-vehicles-empty-result[b-cnvkfrdet2] {
    width: 266.6px;
    height: 30px;
    text-decoration: none;
    color: inherit;
    text-align: center;
    font-size: 24px;
    border-radius: 4px;
    border: rgba(0, 0, 0, 0.2) 0.5px solid;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 25px 0;
}

.featured-vehicles-link-wrapper[b-cnvkfrdet2] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.featured-vehicles-link[b-cnvkfrdet2] {
    color: #00a5e3;
    font-size: 16px;
}
@media screen and (max-width: 649px) {
    .featured-vehicles-link[b-cnvkfrdet2] {
        font-size: 2.47vw;
    }
}
/* _content/AutoSales/Views/Shared/Components/_Features.cshtml.rz.scp.css */
.features-wrapper[b-kl0cd0vbct] {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
    width: 90vw;
    margin: auto;
    padding: 0;
}

.features-item[b-kl0cd0vbct] {
    padding: 1.75rem;
}

@media screen and (max-width: 699px) {
    .features-item[b-kl0cd0vbct] {
        padding: 4.3vw;
    }
}

.features-link[b-kl0cd0vbct] {
    width: 100%;
    display: flex;
    text-decoration: none;
    color: #212529;
}

@media screen and (max-width: 1159px) {
    .features-link[b-kl0cd0vbct] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 859px) {
    .features-link[b-kl0cd0vbct] {
        flex-direction: row;
    }
}

@media screen and (max-width: 699px) {
    .features-link[b-kl0cd0vbct] {
        flex-direction: column;
        width: fit-content;
    }
}

/*@media screen and (max-width: 649px) {
    .features-link {
        padding: 4.3vw;
    }
}*/

.home-icon[b-kl0cd0vbct] {
    color: #00a5e3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    margin-right: 1.375rem;
}
.home-icon-sm[b-kl0cd0vbct] {
    display: none
}

.home-icon-lg[b-kl0cd0vbct] {
    display: flex
}

@media screen and (max-width: 1159px) {
    .home-icon[b-kl0cd0vbct] {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 859px) {
    .home-icon[b-kl0cd0vbct] {
        margin-right: 1.375rem !important;
    }
}

@media screen and (max-width: 699px) {
    .home-icon[b-kl0cd0vbct] {
        margin-right: 0 !important;
        height: 7.4vw !important;
        width: 7.4vw !important;
    }
    .home-icon-sm[b-kl0cd0vbct] {
        display: flex
    }
    .home-icon-lg[b-kl0cd0vbct] {
        display: none
    }
}

.features-info[b-kl0cd0vbct] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: fit-content;
}

@media screen and (max-width: 859px) {
    .features-info[b-kl0cd0vbct] {
        width: 180px;
    }
}

@media screen and (max-width: 649px) {
    .features-info[b-kl0cd0vbct] {
        width: 27.74vw;
    }
}

.features-info-title[b-kl0cd0vbct] {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
}

@media screen and (max-width: 649px) {
    .features-info-title[b-kl0cd0vbct] {
        font-size: 2.47vw;
        padding: 0.92vw 0;
    }
}

.features-info-subtitle[b-kl0cd0vbct] {
    color: #6c757d;
    margin: 0;
    font-size: 14px;
}

@media screen and (max-width: 649px) {
    .features-info-subtitle[b-kl0cd0vbct] {
        font-size: 2.16vw;
    }
}
/* _content/AutoSales/Views/Shared/Components/_HeroSection.cshtml.rz.scp.css */
.hero-section[b-lvf4c4wmfp] {
    display: grid;
    position: center;
    grid-template-rows: min-content min-content min-content;
    grid-template-columns: 100%;
    width: 100%;
}

.hero-image-section[b-lvf4c4wmfp] {
    grid-area: 1 / 1 / 4 / 2;
    z-index: 1;
}


.hero-image[b-lvf4c4wmfp] {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    filter: brightness(60%)
}

.hero-title-section[b-lvf4c4wmfp] {
    grid-area: 1 / 1 / 4 / 2;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title[b-lvf4c4wmfp] {
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 430px;
    font-size: 32px;
    font-weight: 500;
}

@media screen and (max-width: 749px) {
    .hero-title[b-lvf4c4wmfp] {
        font-size: 24px;
        width: 140px;
    }
}

@media screen and (max-width: 549px) {
    .hero-title[b-lvf4c4wmfp] {
        font-size: 18px;
        width: 100px;
    }
}
/* _content/AutoSales/Views/Shared/Components/_LatestReview.cshtml.rz.scp.css */
.reviews-section[b-4qyy18p7o1] {
    padding: 16px 0 40px;
    background: rgba(38, 38, 38, 0.8);
    width: 100%;
    background-size: cover;
    display: block;
}

@media screen and (max-width: 649px) {
    .reviews-section[b-4qyy18p7o1] {
        padding: 2.47vw 0 6.16vw;
    }
}

.reviews-section.home[b-4qyy18p7o1] {
    margin-top: 64px;
}

@media screen and (max-width: 649px) {
    .reviews-section.home[b-4qyy18p7o1] {
        margin-top: 9.86vw;
    }
}

.reviews-section.reviews[b-4qyy18p7o1] {
    margin: 12px 0 24px;
}

@media screen and (max-width: 649px) {
    .reviews-section.reviews[b-4qyy18p7o1] {
        margin: 1.85vw 0 3.7vw;
    }
}

.reviews-title[b-4qyy18p7o1] {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    color: #ebebeb;
}

@media screen and (max-width: 649px) {
    .reviews-title[b-4qyy18p7o1] {
        font-size: 4.93vw;
        margin: 3.08vw 0;
    }
}

.reviews-wrapper[b-4qyy18p7o1] {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90vw;
    margin: auto;
    justify-content: space-evenly;
}

@media screen and (max-width: 1139px) {
    .reviews-wrapper[b-4qyy18p7o1] {
        width: 710px;
    }
}

@media screen and (max-width: 719px) {
    .reviews-wrapper[b-4qyy18p7o1] {
        width: 520px;
    }
}

@media screen and (max-width: 649px) {
    .reviews-wrapper[b-4qyy18p7o1] {
        width: 80.12vw;
    }
}

.review-list-item[b-4qyy18p7o1] {
    width: 240px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin: 24px 0;
}

@media screen and (max-width: 719px) {
    .review-list-item[b-4qyy18p7o1] {
        margin: 6px 0;
    }
}

@media screen and (max-width: 649px) {
    .review-list-item[b-4qyy18p7o1] {
        width: 36.98vw;
        border-radius: 1.23vw;
        margin: .92vw 0;
    }
}

.review-list-item:hover > .review-overlay[b-4qyy18p7o1] {
    opacity: 1;
}

.review-image[b-4qyy18p7o1] {
    width: 240px;
    height: auto;
    border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 649px) {
    .review-image[b-4qyy18p7o1] {
        width: 36.98vw;
        border-radius: 1.23vw 1.23vw 0 0;
    }
}

.review-info-section[b-4qyy18p7o1] {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 649px) {
    .review-info-section[b-4qyy18p7o1] {
        height: 18.49vw;
    }
}

.review-name[b-4qyy18p7o1] {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto 0;
    width: 90%;
}

@media screen and (max-width: 649px) {
    .review-name[b-4qyy18p7o1] {
        font-size: 2.77vw;
        line-height: 3.39vw;
        margin: 1.54vw auto 0;
    }
}

.review-author[b-4qyy18p7o1] {
    margin-bottom: 18px;
}

@media screen and (max-width: 649px) {
    .review-author[b-4qyy18p7o1] {
        margin-bottom: 2.77vw;
    }
}

.review-description[b-4qyy18p7o1] {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 649px) {
    .review-description[b-4qyy18p7o1] {
        font-size: 2.16vw;
        line-height: 2.47vw;
    }
}

.review-overlay[b-4qyy18p7o1] {
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 240px;
    z-index: 5;
    border-radius: 8px;
}

@media screen and (max-width: 649px) {
    .review-overlay[b-4qyy18p7o1] {
        width: 36.98vw;
        border-radius: 1.23vw;
    }
}

.review-overlay-link[b-4qyy18p7o1] {
    text-decoration: none;
    color: #fff;
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 649px) {
    .review-overlay-link[b-4qyy18p7o1] {
        font-size: 2.47vw;
        line-height: 3.08vw;
    }
}

.review-link-wrapper[b-4qyy18p7o1] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (max-width: 649px) {
    .review-link-wrapper[b-4qyy18p7o1] {
        margin-top: 3.88vw;
    }
}

.review-link[b-4qyy18p7o1] {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 649px) {
    .review-link[b-4qyy18p7o1] {
        font-size: 2.47vw;
    }
}

.review-link:hover[b-4qyy18p7o1] {
    opacity: 0.6;
}
/* _content/AutoSales/Views/Shared/Components/_LatestReviews.cshtml.rz.scp.css */
.reviews-section[b-4ppawf2k5f] {
    padding: 16px 0 40px;
    background: #f2f2f2;
    width: 100%;
    background-size: cover;
    display: block;
}

@media screen and (max-width: 649px) {
    .reviews-section[b-4ppawf2k5f] {
        padding: 2.47vw 0 6.16vw;
    }
}

.reviews-section.home[b-4ppawf2k5f] {
    margin-top: 64px;
}

@media screen and (max-width: 649px) {
    .reviews-section.home[b-4ppawf2k5f] {
        margin-top: 9.86vw;
    }
}

.reviews-section.reviews[b-4ppawf2k5f] {
    margin: 12px 0 24px;
}

@media screen and (max-width: 649px) {
    .reviews-section.reviews[b-4ppawf2k5f] {
        margin: 1.85vw 0 3.7vw;
    }
}

.reviews-title[b-4ppawf2k5f] {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    color: #3b3b3b;
}

@media screen and (max-width: 649px) {
    .reviews-title[b-4ppawf2k5f] {
        font-size: 4.93vw;
        margin: 3.08vw 0;
    }
}

.reviews-wrapper[b-4ppawf2k5f] {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90vw;
    margin: auto;
    justify-content: space-evenly;
}

@media screen and (max-width: 1139px) {
    .reviews-wrapper[b-4ppawf2k5f] {
        width: 710px;
    }
}

@media screen and (max-width: 719px) {
    .reviews-wrapper[b-4ppawf2k5f] {
        width: 520px;
    }
}

@media screen and (max-width: 649px) {
    .reviews-wrapper[b-4ppawf2k5f] {
        width: 80.12vw;
    }
}

.review-list-item[b-4ppawf2k5f] {
    width: 240px;
    background: #ebebeb;
    border-radius: 8px;
    position: relative;
    margin: 24px 0;
}

@media screen and (max-width: 719px) {
    .review-list-item[b-4ppawf2k5f] {
        margin: 6px 0;
    }
}

@media screen and (max-width: 649px) {
    .review-list-item[b-4ppawf2k5f] {
        width: 36.98vw;
        border-radius: 1.23vw;
        margin: .92vw 0;
    }
}

.review-list-item:hover > .review-overlay[b-4ppawf2k5f] {
    opacity: 1;
}

.review-image[b-4ppawf2k5f] {
    width: 240px;
    height: auto;
    border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 649px) {
    .review-image[b-4ppawf2k5f] {
        width: 36.98vw;
        border-radius: 1.23vw 1.23vw 0 0;
    }
}

.review-info-section[b-4ppawf2k5f] {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 649px) {
    .review-info-section[b-4ppawf2k5f] {
        height: 18.49vw;
    }
}

.review-name[b-4ppawf2k5f] {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto 0;
    width: 90%;
}

@media screen and (max-width: 649px) {
    .review-name[b-4ppawf2k5f] {
        font-size: 2.77vw;
        line-height: 3.39vw;
        margin: 1.54vw auto 0;
    }
}

.review-author[b-4ppawf2k5f] {
    margin-bottom: 18px;
}

@media screen and (max-width: 649px) {
    .review-author[b-4ppawf2k5f] {
        margin-bottom: 2.77vw;
    }
}

.review-description[b-4ppawf2k5f] {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 649px) {
    .review-description[b-4ppawf2k5f] {
        font-size: 2.16vw;
        line-height: 2.47vw;
    }
}

.review-overlay[b-4ppawf2k5f] {
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 240px;
    z-index: 5;
    border-radius: 8px;
}

@media screen and (max-width: 649px) {
    .review-overlay[b-4ppawf2k5f] {
        width: 36.98vw;
        border-radius: 1.23vw;
    }
}

.review-overlay-link[b-4ppawf2k5f] {
    text-decoration: none;
    color: #fff;
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 649px) {
    .review-overlay-link[b-4ppawf2k5f] {
        font-size: 2.47vw;
        line-height: 3.08vw;
    }
}

.review-link-wrapper[b-4ppawf2k5f] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (max-width: 649px) {
    .review-link-wrapper[b-4ppawf2k5f] {
        margin-top: 3.88vw;
    }
}

.review-link[b-4ppawf2k5f] {
    color: #0066ff;
    font-size: 16px;
}

@media screen and (max-width: 649px) {
    .review-link[b-4ppawf2k5f] {
        font-size: 2.47vw;
    }
}

.review-link:hover[b-4ppawf2k5f] {
    opacity: 0.6;
}
/* _content/AutoSales/Views/Shared/Components/_SearchDealers.cshtml.rz.scp.css */
option[b-vednhitdxw] {
    text-align: left;
}

.dealer-search[b-vednhitdxw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 382px;
    max-width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1141px) {
    .dealer-search[b-vednhitdxw] {
        grid-area: 2 / 1 / 3 / 3;
        margin: auto;
        width: 70vw;
    }
}

@media screen and (max-width: 699px) {
    .dealer-search[b-vednhitdxw] {
        width: auto;
        margin: 10px auto;
    }
}

@media screen and (max-width: 499px) {
    .dealer-search[b-vednhitdxw] {
        margin: 2vw auto;
    }
}

.dealer-form[b-vednhitdxw] {
    width: 100%;
}

.dealer-search-title[b-vednhitdxw] {
    text-transform: uppercase;
    color: #00a5e3;
    margin: 4px;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 499px) {
    .dealer-search-title[b-vednhitdxw] {
        margin: .4vw;
        font-size: 3.61vw;
    }
}

.dealer-search-caption[b-vednhitdxw] {
    font-size: 14px;
    text-align: center;
    margin: 12px;
}

@media screen and (max-width: 499px) {
    .dealer-search-caption[b-vednhitdxw] {
        font-size: 2.8vw;
    }
}

.dealer-search-main[b-vednhitdxw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1141px) {
    .dealer-search-main[b-vednhitdxw] {
        flex-direction: row;
    }
}

@media screen and (max-width: 649px) {
    .dealer-search-main[b-vednhitdxw] {
        flex-direction: column;
    }
}

.dealer-search-top-section[b-vednhitdxw] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.dealer-search-bottom-section[b-vednhitdxw] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.dealer-search-dropdown[b-vednhitdxw] {
    height: 36px;
    margin: 7px;
    width: 100%;
    padding: 0px 12px;
    accent-color: #00a5e3;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #666;
    background-color: #fff;
    -webkit-appearance: menulist-button;
}

@media screen and (max-width: 499px) {
    .dealer-search-dropdown[b-vednhitdxw] {
        height: 8.02vw;
        margin: 1.4vw;
        padding: 0 2.4vw;
        font-size: 2.81vw;
    }
}

.dealer-search-input[b-vednhitdxw] {
    height: 36px;
    margin: 7px;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    accent-color: #00a5e3;
}

@media screen and (max-width: 499px) {
    .dealer-search-input[b-vednhitdxw] {
        height: 7.2vw;
        padding: 0 2.4vw;
        margin: 1.4vw;
        font-size: 2.81vw;
    }
}

.dealer-search-button[b-vednhitdxw] {
    background-color: #00a5e3;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 12px;
    cursor: pointer;
    margin: 7px;
}

@media screen and (max-width: 499px) {
    .dealer-search-button[b-vednhitdxw] {
        padding: 2.4vw;
        font-size: 2.6vw;
        margin: 1.4vw;
    }
}
/* _content/AutoSales/Views/Shared/Components/_SearchFilter.cshtml.rz.scp.css */
*[b-bptm6wmn4x] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic styling for the horizontal bar */
.horizontal-bar[b-bptm6wmn4x] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

    .horizontal-bar select[b-bptm6wmn4x] {
        border: none; /* Adding padding for spacing */
        width: 190px;
        font-size: 16px;
        background-color: #0d0d0d;
    }

/* Style for the form within the horizontal bar */
.search-form[b-bptm6wmn4x] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin-top: 0;
    width: 80%;
    background: #d9d9d9;
    border: none;
    align-self: center;
    justify-content: center;
}

.search-filter[b-bptm6wmn4x] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background-color: transparent;
    margin-top: 0;
}

/* Styling for each dropdown */
.dropdown[b-bptm6wmn4x] {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    background-color: transparent;
}

.dropdown select[b-bptm6wmn4x] {
    border: none;
    text-align: center;
    cursor: pointer;
    color: black;
    font-size: 18px;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 7px;
    margin:4px;
    max-width: 175px;
}

.dropdown select:focus[b-bptm6wmn4x] {
    text-shadow: 0 0 2px white;
}

.to-text[b-bptm6wmn4x] {
    color: black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin: 5px;
}

/* Styling for year range inputs */
.year-range[b-bptm6wmn4x] {
    margin-right: 10px;
}

    .year-range label[b-bptm6wmn4x] {
        margin-right: 5px;
    }

    .year-range input[b-bptm6wmn4x] {
        width: 70px;
        padding: 5px;
        margin-right: 5px;
    }


/* Styling for zip code input */
.zipcode[b-bptm6wmn4x] {
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;
    background: #f9f9f9;
    font-size: 18px;
    border-radius: 7px;
}

[b-bptm6wmn4x]::placeholder {
    color: black;
    opacity: 1;
}

    .zipcode input[b-bptm6wmn4x] {
        width: 150px;
        border: none;
        outline: none;
        background-color: transparent;
        border-bottom: 1px solid black;
        color: black;
    }

.zipcode input:focus[b-bptm6wmn4x] {
    border-bottom-color: #0066ff;
}



.search-filter-button[b-bptm6wmn4x] {
    margin-right: 14px;
    padding: 15px;
    padding-right: 60px;
    padding-left: 60px;
    border: 2px solid #e5571d;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    border-radius: 7px;
    color: white;
    background-color: #e5571d;
}

.search-filter-button:hover[b-bptm6wmn4x] {
    color: white;
    text-shadow: 0 0 2px rgba(0, 102, 255, 0.1);
}

.search-filter-button:hover[b-bptm6wmn4x]::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 4px; 
    background-color: transparent;
    transition: height 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 102, 255, 0.5);
    z-index: -1; 
}

.title[b-bptm6wmn4x] {
    display: flex;
    align-items:flex-start;
    justify-content: center;
    margin-top: 25px;
    color: #2d2f31;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    margin-right: auto;
    margin-left: 165px;
}


.drop-container[b-bptm6wmn4x] {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1700px) {
    .dropdown select[b-bptm6wmn4x] {
        max-width: 170px;
    }

    .search-filter-button[b-bptm6wmn4x] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1607px) {
    .dropdown select[b-bptm6wmn4x] {
        max-width: 160px;
    }

    .search-filter-button[b-bptm6wmn4x] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1545px) {
    .dropdown select[b-bptm6wmn4x] {
        max-width: 150px;
    }

    .search-filter-button[b-bptm6wmn4x] {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1457px) {
    .dropdown select[b-bptm6wmn4x] {
        max-width: 140px;
    }

    .search-filter-button[b-bptm6wmn4x] {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1395px) {
    .dropdown select[b-bptm6wmn4x] {
        max-width: 130px;
    }

    .search-filter-button[b-bptm6wmn4x] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .zipcode[b-bptm6wmn4x] {
        width: 130px;
    }

    .zipcode input[b-bptm6wmn4x] {
        width: 130px;
        border-bottom: none;
    }
}

@media screen and (max-width: 1270px) {
    .search-filter[b-bptm6wmn4x] {
        flex-direction: column;
        width: 100%;

    }
    .search-form[b-bptm6wmn4x] {
        width: 80%;
    }
    .dropdown select[b-bptm6wmn4x] {
        height: 40px;
        margin: auto;
        border-bottom: 1px solid white;
        min-height: 50px;
    }
    .drop-container[b-bptm6wmn4x] {
        margin: 5px;
    }
}

@media screen and (max-width: 649px) {
    .horizontal-bar[b-bptm6wmn4x] {
        flex-direction: column;
        justify-content: center;
    }

    .search-form[b-bptm6wmn4x] {
        height: auto;
    }

    .dropdown[b-bptm6wmn4x],
    .year-range[b-bptm6wmn4x],
    .search-filter-button[b-bptm6wmn4x] {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .search-filter-button[b-bptm6wmn4x] {
        padding: 15px;
    }

    #make[b-bptm6wmn4x] {
        margin: auto;
        margin-right: 5px;
    }
    
    .zipcode[b-bptm6wmn4x] {
        margin-right: 8px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .dropdown select[b-bptm6wmn4x] {
        width: 100px;
    }
}

/* _content/AutoSales/Views/Shared/Components/_SearchGrid.cshtml.rz.scp.css */
.body-grid[b-548teez07p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    max-width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 1141px) {
    .body-grid[b-548teez07p] {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 949px) {
    .body-grid[b-548teez07p] {
        width: 550px;
    }
}

@media screen and (max-width: 699px) {
    .body-grid[b-548teez07p] {
        width: auto;
        margin: 10px auto;
    }
}

@media screen and (max-width: 499px) {
    .body-grid[b-548teez07p] {
        margin: 2vw auto;
    }
}

.body-grid-title[b-548teez07p] {
    font-family: "Open Sans", sans-serif;
    color: #3b3b3b;
    margin: 4px;
    font-size: 32px;
    font-weight: 600;
}

.body-grid-list[b-548teez07p] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 1141px) {
    .body-grid-list[b-548teez07p] {
        display: flex;
        justify-content: space-around;
}
    }

@media screen and (max-width: 949px) {
    .body-grid-list[b-548teez07p] {
        width: 500px;
        display: grid;
        margin: auto;
    }
}

@media screen and (max-width: 699px) {
    .body-grid-list[b-548teez07p] {
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(2, 1fr);
        width: auto;
        margin: 0;
    }
}


.body-grid-link[b-548teez07p] {
    color: #262626;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-grid-button[b-548teez07p] {
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
}

.body-grid-figure[b-548teez07p] {
    margin: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.body-grid-image[b-548teez07p] {
    max-width: 150px;
    height: auto;
    transition: transform 0.3s ease;
}

.body-grid-image:hover[b-548teez07p] {
    transform: scale(1.2); 
}

.body-grid-text[b-548teez07p] {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

/* _content/AutoSales/Views/Shared/Components/_SearchTables.cshtml.rz.scp.css */
.search-table-section[b-jz7hl3j0mc] {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: auto;
    padding: 48px 0 32px;
}

@media screen and (max-width: 1399px) {
    .search-table-section[b-jz7hl3j0mc] {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 409px) {
    .search-table-section[b-jz7hl3j0mc] {
        padding: 11.74vw 0 7.82vw;
    }
}

.search-table[b-jz7hl3j0mc] {
    width: 400px;
    background: #f3f3f3;
}

@media screen and (max-width: 1399px) {
    .search-table[b-jz7hl3j0mc] {
        width: 90%
    }
}

@media screen and (max-width: 1399px) {
    .search-table:nth-of-type(2)[b-jz7hl3j0mc] {
        margin: 32px 0;
    }
}

@media screen and (max-width: 409px) {
    .search-table:nth-of-type(2)[b-jz7hl3j0mc] {
        margin: 7.82vw 0;
    }
}

.search-table-title[b-jz7hl3j0mc] {
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #00a5e3;
    padding: 10px;
    font-size: 13px;
}

@media screen and (max-width: 409px) {
    .search-table-title[b-jz7hl3j0mc] {
        padding: 2.44vw;
        font-size: 3.18vw;
    }
}

.search-table-list[b-jz7hl3j0mc] {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-table-list.cities[b-jz7hl3j0mc] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(7, 1fr);
}

.search-table-list.vehicles[b-jz7hl3j0mc] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr); 
}

.search-table-list-item[b-jz7hl3j0mc] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-table-text[b-jz7hl3j0mc] {
    text-decoration: none;
    font-size: 11px;
    color: #00a5e3;
    margin: 4px;
    text-align: center;
}

@media screen and (max-width: 409px) {
    .search-table-text[b-jz7hl3j0mc] {
        font-size: 2.69vw;
        margin: .98vw;
    }
}

.search-table-text:hover[b-jz7hl3j0mc] {
    opacity: 0.6;
}

.search-table-link-wrapper[b-jz7hl3j0mc] {
    display: flex;
    justify-content: center;
}

.search-table-link[b-jz7hl3j0mc] {
    color: #00a5e3;
    font-size: 12px;
    margin: 16px 0;
}

@media screen and (max-width: 409px) {
    .search-table-link[b-jz7hl3j0mc] {
        font-size: 2.93vw;
        margin: 3.91vw 0;
    }
}

.search-table-link:hover[b-jz7hl3j0mc] {
    opacity: 0.6;
}
/* _content/AutoSales/Views/Shared/_FaqAccordion.cshtml.rz.scp.css */
.accordion[b-5k6jy3wzq8] {
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
}

.accordion__label[b-5k6jy3wzq8], .accordion__content[b-5k6jy3wzq8] {
    font-size: 14px;
    padding: 14px 20px;
}

.accordion__label[b-5k6jy3wzq8] {
    display: flex;
    color: black;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.1s;
}

.accordion__content[b-5k6jy3wzq8] {
    background: white;
    line-height: 1.6;
    display: none;
    padding: 0 12px;
}

@media screen and (max-width: 649px) {
    .accordion__content[b-5k6jy3wzq8] {
        background: white;
        line-height: 1.6;
        display: none;
        padding: 0 1.85vw;
    }
}

.accordion__input[b-5k6jy3wzq8] {
    display: none;
}

.accordion__input:checked ~ .accordion__content[b-5k6jy3wzq8] {
        display: block;
}

.accordion-dropdown-list[b-5k6jy3wzq8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: fit-content;
}

.accordion-dropdown-list-item[b-5k6jy3wzq8] {
    min-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

@media screen and (max-width: 649px) {
    .accordion-dropdown-list-item[b-5k6jy3wzq8] {
        min-width: 77.04vw;
        margin: .31vw 0;
        border: .15vw solid rgba(0, 0, 0, 0.2);
        border-radius: .62vw;
    }
}

.accordion-dropdown[b-5k6jy3wzq8] {
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .accordion-dropdown[b-5k6jy3wzq8] {
        padding: 0 1.85vw;
    }
}

.accordion-dropdown-subtitle[b-5k6jy3wzq8] {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

@media screen and (max-width: 649px) {
    .accordion-dropdown-subtitle[b-5k6jy3wzq8] {
        font-size: 2.16vw;
    }
}

.accordion-dropdown-icon[b-5k6jy3wzq8] {
    color: #ccc;
}

.

.accordion-answer-text[b-5k6jy3wzq8] {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 649px) {
    .accordion-answer-text[b-5k6jy3wzq8] {
        font-size: 2.16vw;
    }
}

/* Arrow */

.accordion__label i[b-5k6jy3wzq8] {
    transition: transform 0.3s ease;
    transform: rotate(0deg); /* Start with no rotation */
    position: absolute;
    right: 10px;
}

/* Rotate the arrow 180 degrees when the input is checked */
.accordion__input:checked ~ .accordion__label i[b-5k6jy3wzq8] {
    transform: rotate(180deg);
}
/* _content/AutoSales/Views/Shared/_Footer.cshtml.rz.scp.css */
.footer[b-okn82ekc07] {
    background: #333;
    color: #9e9e9e;
    position: sticky;
    top: 100%;
    width: 100%;
    z-index: 19;
}

.footer-content[b-okn82ekc07] {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
    .footer-content[b-okn82ekc07] {
        max-width: 360px;
        margin: auto;
    }
}

.footer-column[b-okn82ekc07] {
    position: relative;
    margin: 0 25px;
}

@media screen and (max-width: 409px) {
    .footer-column[b-okn82ekc07] {
        margin: 0 6vw;
    }
}

.footer-column:last-child[b-okn82ekc07] {
    max-width: 380px;
}


@media screen and (max-width: 1099px) {
    .footer-column:last-child[b-okn82ekc07] {
        width: auto;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

.footer-title[b-okn82ekc07] {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 0;
}

@media screen and (max-width: 1099px) {
    .footer-title.last[b-okn82ekc07] {
        margin: 0;
    }
}

@media screen and (max-width: 409px) {
    .footer-title.last[b-okn82ekc07] {
        margin-top: 3.9vw;
    }
}

@media screen and (max-width: 409px) {
    .footer-title[b-okn82ekc07] {
        font-size: 4.9vw;
        margin: 4.9vw 0 0 0;
    }
}

.footer-directory[b-okn82ekc07] {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 4px 0;
    margin: 6px 0;
    text-align: center;
}

@media screen and (max-width: 409px) {
    .footer-directory[b-okn82ekc07] {
        margin: 1.26vw 0;
        padding: 0.95vw 0;
    }
}

.footer-directory-item[b-okn82ekc07] {
    padding: 5px 0;
}

@media screen and (max-width: 409px) {
    .footer-directory-item[b-okn82ekc07] {
        padding: 1.09vw 0;
        height: 4.6vw;
    }
}


.footer-directory-link[b-okn82ekc07] {
    text-decoration: none;
    color: #9e9e9e;
    text-overflow: clip;
    white-space: nowrap;
    font-size: 16px;
}

@media screen and (max-width: 409px) {
    .footer-directory-link[b-okn82ekc07] {
        font-size: 3.9vw;
    }
}

.footer-directory-link:hover[b-okn82ekc07] {
    color: #fff;
}

.footer-email-text[b-okn82ekc07] {
    font-size: 16px;
    margin: 16px auto;
}

@media screen and (max-width: 409px) {
    .footer-email-text[b-okn82ekc07] {
        font-size: 3.9vw;
        margin: 3.9vw auto;
    }
}

.email-input[b-okn82ekc07] {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    border-style: solid;
    border-radius: 2px;
    height: 38px;
    padding: 0 12px;
    width: 55%;
    accent-color: #00a5e3;
    font-size: 15px;
}

@media screen and (max-width: 599px) {
    .email-input[b-okn82ekc07] {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 409px) {
    .email-input[b-okn82ekc07] {
        height: 9.3vw;
        padding: 0 2.95vw;
        font-size: 3.7vw;
    }
}

.email-subscribe[b-okn82ekc07] {
    margin-left: 8px;
    background-color: #00a5e3;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 2px;
    padding: 0 20px;
    height: 38px;
}

@media screen and (max-width: 599px) {
    .email-subscribe[b-okn82ekc07] {
        width: 100%;
        padding: 0 12px;
        margin: 8px 0 0 0;
        font-size: 3.7vw;
    }
}

@media screen and (max-width: 409px) {
    .email-subscribe[b-okn82ekc07] {
        height: 9.3vw;
        padding: 0 2.95vw;
        margin: 1.95vw 0 0 0;
    }
}

.social-wrapper[b-okn82ekc07] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1099px) {
    .social-wrapper[b-okn82ekc07] {
        justify-content: center;
    }
}

.social-logo[b-okn82ekc07] {
    height: 20px;
    width: 20px;
    margin: 0 5px;
}

@media screen and (max-width: 409px) {
    .social-logo[b-okn82ekc07] {
        height: 5.25vw;
        width: 5.25vw;
        margin: 0 1.31vw;
    }
}

.footer-copyright[b-okn82ekc07] {
    font-size: 15px; 
    text-align: right;
    margin-top: 10px;
}

@media screen and (max-width: 599px) {
    .footer-copyright[b-okn82ekc07] {
        text-align: center;
    }
}

@media screen and (max-width: 409px) {
    .footer-copyright[b-okn82ekc07] {
        font-size: 3.7vw;
        margin-top: 2.62vw;
    }
}

/* For boxes not properly filled out */
@keyframes shake-b-okn82ekc07 {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake[b-okn82ekc07] {
  animation: shake-b-okn82ekc07 0.4s ease-in-out;
}

.footer-image[b-okn82ekc07] {
    margin-top: 40px;
    max-width: 200px;
    margin-right: 0 auto;
}
/* _content/AutoSales/Views/Shared/_Layout.cshtml.rz.scp.css */
.body[b-hsjcl56kw9] {
    overflow-y: hidden;
}

.banner-ad[b-hsjcl56kw9] {
    margin: 24px auto;
    display: flex;
    justify-content: center;
    width: 90%;
}

.content-wrapper[b-hsjcl56kw9] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.vertical-ad[b-hsjcl56kw9] {
    height: 600px;
    display: flex;
    justify-content: center;
    margin: 0 24px;
}

@media screen and (max-width: 1149px) {
    .vertical-ad[b-hsjcl56kw9] {
        display: none;
        visibility: hidden;
    }
}

.content-section[b-hsjcl56kw9] {
    width: 100%;
}

@media screen and (max-width: 1149px) {
    .content-section[b-hsjcl56kw9] {
        width: 90%;
        margin: auto;
    }
}
/* _content/AutoSales/Views/Shared/_MobileMenu.cshtml.rz.scp.css */
.mobile-header[b-3wul8lxdep] {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 1249.99px) {
    .mobile-header[b-3wul8lxdep] {
        visibility: visible;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        position: relative;
        z-index: 50;
        height: 50px;
    }
}

@media screen and (max-width: 409px) {
    .mobile-header[b-3wul8lxdep] {
        height: 12.225vw;
    }
}

.mobile-header-content[b-3wul8lxdep] {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.mobile-menu-button-container[b-3wul8lxdep] {
    display: flex;
    flex-direction: row;
}

.mobile-menu-button[b-3wul8lxdep] {
    border: none;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
}

@media screen and (max-width: 409px) {
    .mobile-menu-button[b-3wul8lxdep] {
        font-size: 4.9vw;
    }
}

.mobile-search-button[b-3wul8lxdep] {
    font-size: 20px;
    border: none;
    background: #fff;
    margin-left: 0;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 409px) {
  .mobile-search-button[b-3wul8lxdep] { font-size: 4.9vw; }
}

@media screen and (max-width: 1249.99px) {
  .mobile-search-button[b-3wul8lxdep] { 
    display: inline;
  }
}

.mobile-indicator[b-3wul8lxdep] {
    display: flex;
    flex-direction: row;
}

.mobile-indicator-link[b-3wul8lxdep] {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0;
}


@media screen and (min-width: 750.01px) and (max-width: 1249.99px) {
    .mobile-indicator-link:nth-of-type(1)[b-3wul8lxdep] {
        display: none;
        visibility: hidden;
    }
}

.mobile-indicator-button-wrapper[b-3wul8lxdep] {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0;
}

.mobile-indicator-button[b-3wul8lxdep] {
    background: #fff;
    border: none;
    font-size: 20px;
    color: #343a40;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    cursor: pointer;
    margin-left: 12px;
}

@media screen and (max-width: 409px) {
    .mobile-indicator-button[b-3wul8lxdep] {
        font-size: 4.9vw;
        margin-left: 2.9vw;;
    }
}

.mobile-indicator-text[b-3wul8lxdep] {
    color: #262626;
    text-transform: uppercase;
    font-size: 8px;
    margin-top: 2px;
}

@media screen and (max-width: 409px) {
    .mobile-indicator-text[b-3wul8lxdep] {
        font-size: 2.27vw;
        margin-top: .5vw;
    }
}

/* mobile-menu */

.mobile-overlay[b-3wul8lxdep] {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: 0;
}

.mobile-menu[b-3wul8lxdep] {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 14;
    background: #fff;
    width: 300px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-name: mobileLeft-b-3wul8lxdep;
    animation-duration: 0.25s;
}

@keyframes mobileLeft-b-3wul8lxdep {
    from{ left: -50% }
    to{ transform: translate(0)}
}

@keyframes mobileRight-b-3wul8lxdep {
    from{ right: -50% }
    to{ transform: translate(0); }
}

.mobile-menu-header[b-3wul8lxdep] {
    height: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu__close[b-3wul8lxdep] {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: none;
    color: #343a40;
}

.mobile-menu-title[b-3wul8lxdep] {
    color: #343a40;
    font-size: 18px;
    text-align: center;
}

.mobile-menu-indicators[b-3wul8lxdep] {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    height: 68px;
    width: 100%;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.mobile-menu-indicator-link[b-3wul8lxdep] {
    color: #343a40;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    cursor: pointer;
}

.mobile-menu-indicator-link-button[b-3wul8lxdep] {
    color: #343a40;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.mobile-menu-indicator-text[b-3wul8lxdep] {
    text-transform: uppercase;
    color: #999;
    font-size: 9px;
    font-weight: 500;
    margin-top: 5px;
}

.mobile-menu-links[b-3wul8lxdep] {
    list-style-type: none;
    padding: 0;
}

.mobile-menu-item[b-3wul8lxdep] {
    display: flex;
    height: 36px;
    padding: 10px;
    align-items: center;
}

.mobile-menu-item:hover[b-3wul8lxdep] {
    background: rgba(0, 0, 0, 0.04);
}

.mobile-menu-link[b-3wul8lxdep] {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.mobile-menu-text[b-3wul8lxdep] {
    color: #343a40;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
}

.mobile-menu-right[b-3wul8lxdep] {
    color: #999;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

/* Mobile Logo */

.mobile-logo-link[b-3wul8lxdep] {
    display: flex;
}

.mobile-logo[b-3wul8lxdep] {
    height: 34px;
    width: auto;
}

@media screen and (max-width: 409px) {
    .mobile-logo[b-3wul8lxdep] {
        height: 8.31vw;
    }
}
/* _content/AutoSales/Views/Shared/_Navbar.cshtml.rz.scp.css */
@media screen and (max-width: 1249.99px) {
    header[b-wtgi2lwfxs] {
        position: sticky;
        top: 0;
        z-index: 50;
    }
}

/* Desktop Menu */

.desktop-header[b-wtgi2lwfxs] {
    display: none;
    visibility: hidden;
}

@media screen and (min-width: 1250px) {
    .desktop-header[b-wtgi2lwfxs] {
        display: flex;
        visibility: visible;
        flex-direction: column;
        border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
        box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
        position: relative;
    }
}

.desktop-header-top[b-wtgi2lwfxs] {
    display: flex;
    flex-direction: row;
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 3;
}

.desktop-header-top__left[b-wtgi2lwfxs] {
    background: #fff;
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0;
}

.desktop-header-top-link[b-wtgi2lwfxs] {
    color: #3b3b3b;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    display: inline-block;
    position: relative;
}

.desktop-header-top-link:hover[b-wtgi2lwfxs] {
    color: #0066ff;
    text-shadow: 0 0 2px rgba(0, 102, 255, 0.1);
}

.desktop-header-top-link:hover[b-wtgi2lwfxs]::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 4px; 
    background-color: transparent;
    transition: height 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 102, 255, 0.5);
    z-index: -1; 
}

.desktop-header-bottom[b-wtgi2lwfxs] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    margin: auto;
}

.desktop-header-bottom-left[b-wtgi2lwfxs] {
    flex-grow: 0.25;
    display: flex;
    justify-content: center;
}

.drive-chicago-link[b-wtgi2lwfxs] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 125px;
    margin-left: 32px;
}

.drive-chicago-logo[b-wtgi2lwfxs] {
    height: auto;
    width: 125px;
}

.desktop-header-bottom-middle[b-wtgi2lwfxs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 40vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.desktop-header-search__button[b-wtgi2lwfxs] {
    margin-right: 6px;
    width: 4.2vw;
    height: 28px;
    clip-path: polygon(0 0, 87% 0, 100% 100%, 13% 100%);
    background: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.3);
    padding: 0 8px;
}

    .desktop-header-search__button:hover[b-wtgi2lwfxs] {
        background: #999;
        color: #fff;
    }

.desktop-header-search__input[b-wtgi2lwfxs] {
    width: 22vw;
    height: 28px;
    margin: 6px 0 4px 0;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    text-align: center;
    border: rgba(0, 0, 0, 0.3) solid 1px;
}

.desktop-header-search__submit[b-wtgi2lwfxs] {
    margin: 0 2px 0 4px;
    width: 4.2vw;
    height: 28px;
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0 100%);
    background: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.3);
    padding: 0 8px;
}

    .desktop-header-search__submit:hover[b-wtgi2lwfxs] {
        background: #999;
        color: #fff;
    }

.desktop-header-bottom-right[b-wtgi2lwfxs] {
    flex-grow: 0.25;
    justify-content: flex-end;
    display: flex;
}

.desktop-header-bottom-right-wrapper[b-wtgi2lwfxs] {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    justify-content: space-between;
}

.desktop-header-bottom-right-list-item[b-wtgi2lwfxs] {
    height: 42px;
    margin-right: 32px;
}

.desktop-header-bottom-right-link[b-wtgi2lwfxs] {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.desktop-header-bottom-right-button[b-wtgi2lwfxs] {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.desktop-header-bottom-right-icon[b-wtgi2lwfxs] {
    height: 28px;
    margin-right: 6px;
    color: #000;
}

.desktop-header-bottom-right-text-wrapper[b-wtgi2lwfxs] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.desktop-header-bottom-right-top-text[b-wtgi2lwfxs] {
    margin: 0;
    color: #999;
    font-size: 13px;
}

.desktop-header-bottom-right-bottom-text[b-wtgi2lwfxs] {
    margin: 4px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

/* Desktop Bottom Image */

.desktop-image-wrapper[b-wtgi2lwfxs] {
    height: 50px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.desktop-image[b-wtgi2lwfxs] {
    height: 38px;
    width: auto;
}
/* _content/AutoSales/Views/TermsOfUse/Index.csHtml.rz.scp.css */
.terms-title[b-qt70d2exth] {
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 32px;
}

@media screen and (max-width: 499px) {
    .terms-title[b-qt70d2exth] {
        font-size: 5.8vw;
        margin: 0 0 3.6vw 0;
    }
}

.terms-page[b-qt70d2exth] {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1149px) {
    .terms-page[b-qt70d2exth] {
        width: 90%;
        margin: auto;
    }
}

.terms-vertical-ad-wrapper[b-qt70d2exth] {
    height: 600px;
    display: flex;
    justify-content: center;
    margin: 0 24px;
}

@media screen and (max-width: 1149px) {
    .terms-vertical-ad-wrapper[b-qt70d2exth] {
        display: none;
        visibility: hidden;
    }
}

.terms-content[b-qt70d2exth] {
    display: flex;
    flex-direction: column;
}

.terms-paragraph[b-qt70d2exth] {
    font-size: 14px;
    margin: 0 0 14px 0;
}

@media screen and (max-width: 499px) {
    .terms-paragraph[b-qt70d2exth] {
        font-size: 2.8vw;
        margin: 0 0 2.8vw 0;
    }
}

.terms-paragraph.italic[b-qt70d2exth] {
    font-weight: 700;
    font-style: italic;
}

.bold[b-qt70d2exth] {
    font-weight: 700;
}

.terms-link[b-qt70d2exth] {
    color: #00a5e3;
}

.terms-section-title[b-qt70d2exth] {
    text-align: center;
    margin: 0 0 14px 0;
    font-size: 20px;
}

@media screen and (max-width: 499px) {
    .terms-section-title[b-qt70d2exth] {
        margin: 0 0 2.8vw 0;
        font-size: 4.01vw;
    }
}

.terms-section-subtitle[b-qt70d2exth] {
    text-align: center;
    margin: 0 0 14px 0;
    font-size: 16px;
}

@media screen and (max-width: 499px) {
    .terms-section-subtitle[b-qt70d2exth] {
        margin: 0 0 2.8vw 0;
        font-size: 3.2vw;
    }
}

.terms-list[b-qt70d2exth] {
    margin: 0;
    list-style-type: disc;
    padding: 0 0 0 28px;
}

@media screen and (max-width: 499px) {
    .terms-list[b-qt70d2exth] {
        padding: 0 0 0 5.6vw;
    }
}

.terms-list-item[b-qt70d2exth] {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 499px) {
    .terms-list-item[b-qt70d2exth] {
        font-size: 2.4vw;
    }
}
/* _content/AutoSales/Views/Vehicle/Index.cshtml.rz.scp.css */
body[b-s8hnyptnwb] {
    overflow-y: hidden;
}

.product-page[b-s8hnyptnwb] {
    overflow-y: hidden;
}

.banner-ad[b-s8hnyptnwb] {
    margin: 24px auto;
    display: flex;
    justify-content: center;
    width: 90%;
}

.product-tab-phone-button[b-s8hnyptnwb] {
    display: none;
}

.product-banner-ad-wrapper[b-s8hnyptnwb] {
    display: flex;
}

.product-banner-ad[b-s8hnyptnwb] {
    margin: 42px auto 6px;
    display: flex;
    justify-content: center;
    width: 90%;
}

@media screen and (max-width: 1249px) {
    .product-banner-ad[b-s8hnyptnwb] {
        margin-top: 24px;
    }
}

@media screen and (max-width: 649px) {
    .product-banner-ad[b-s8hnyptnwb] {
        margin: 3.7vw auto 0.9vw;
    }
}

.product-body[b-s8hnyptnwb] {
    display: grid;
    grid-template-columns: auto 1fr 336px;
    grid-template-rows: max-content auto auto auto auto 1fr;
    max-width: 1140px;
    margin: auto;
}

@media screen and (max-width: 819px) {
    .product-body[b-s8hnyptnwb] {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        max-width: 600px;
    }
}

.product-image-wrapper[b-s8hnyptnwb] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 819px) {
    .product-image-wrapper[b-s8hnyptnwb] {
        grid-column: 1;
        grid-row: 2;
        padding: 0 0 18px 0;
    }
}

.product-main-image[b-s8hnyptnwb] {
    max-width: 675px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

@media screen and (max-width: 1069px) {
    .product-main-image[b-s8hnyptnwb] {
        max-width: 500px;
    }
}


.product-image-list[b-s8hnyptnwb] {
    display: flex;
    padding: 0;
    list-style-type: none;
    margin: 4px auto;
    justify-content: center;
    height: 90px;
}

@media screen and (max-width: 649px) {
    .product-image-list[b-s8hnyptnwb] {
        height: 7.398vw;
        margin: .62vw auto;
    }
}

.product-image-list-item[b-s8hnyptnwb] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-image-button[b-s8hnyptnwb] {
    background: none;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .product-image-button[b-s8hnyptnwb] {
        font-size: 2.06vw;
    }
}

.product-small-image[b-s8hnyptnwb] {
    margin: 0 4px;
    max-width: 90px;
    height: auto;
}

@media screen and (max-width: 649px) {
    .product-small-image[b-s8hnyptnwb] {
        max-width: 8.8vw;
        margin: 0 .62vw;
    }
}

.product-small-image.active[b-s8hnyptnwb] {
    border: 2px solid #00a5e3;
}

@media screen and (max-width: 649px) {
    .product-small-image.active[b-s8hnyptnwb] {
        border: .4vw solid #00a5e3;
    }
}

.product-header[b-s8hnyptnwb] {
    grid-column: 4;
    grid-row: 1 / 2;
    padding: 24px 10px 16px;
    max-width: 500px;
}

@media screen and (max-width: 1069px) {
    .product-header[b-s8hnyptnwb] {
        grid-column: 1 / 3;
        grid-row: 1;
        max-width: 100%;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 819px) {
    .product-header[b-s8hnyptnwb] {
        grid-column: 1;
        padding-bottom: 22px;
    }
}

@media screen and (max-width: 649px) {
    .product-header[b-s8hnyptnwb] {
        padding: 3.7vw 0 3.4vw;
    }
}

.product-title[b-s8hnyptnwb] {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

@media screen and (max-width: 1069px) {
    .product-title[b-s8hnyptnwb] {
        text-align: center;
    }
}

@media screen and (max-width: 819px) {
    .product-title[b-s8hnyptnwb] {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 649px) {
    .product-title[b-s8hnyptnwb] {
        font-size: 4vw;
        line-height: 5vw;
    }
}

.product-main-price[b-s8hnyptnwb] {
    margin: 0;
    font-size: 36px;
    color: white;
    border-bottom: 1px solid white;
}

@media screen and (max-width: 1069px) {
    .product-main-price[b-s8hnyptnwb] {
        text-align: center;
        margin-top: 4px;
    }
}

@media screen and (max-width: 649px) {
    .product-main-price[b-s8hnyptnwb] {
        font-size: 30px;
    }
}

.product-rating-wrapper[b-s8hnyptnwb] {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

@media screen and (max-width: 1069px) {
    .product-rating-wrapper[b-s8hnyptnwb] {
        justify-content: center;
    }
}

.product-star-rating[b-s8hnyptnwb] {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.product-star.active[b-s8hnyptnwb] {
    color: gold;
    opacity: 1;
}

.product-star[b-s8hnyptnwb] {
    color: gray;
    opacity: 0.5;
}

.product-main[b-s8hnyptnwb] {
    padding: 0 28px 36px;
    max-width: 400px;
    background-color: rgba(211, 211, 211, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 60px;
}

@media screen and (max-width: 1069px) {
    .product-main[b-s8hnyptnwb] {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        max-width: 100%;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 819px) {
    .product-main[b-s8hnyptnwb] {
        grid-column: 1;
        grid-row: 3;
        margin-top: 5px;
    }
}

.product-excerpt[b-s8hnyptnwb] {
    font-size: 15px;
    line-height: 1.5;
    color: #262626;
    font-weight: 400;
    margin: 0;
    padding-bottom: 24px;
}

.product-main-title[b-s8hnyptnwb] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

@media screen and (max-width: 1069px) {

}

.product-main-wrapper[b-s8hnyptnwb] {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 16px;
}

@media screen and (max-width: 1069px) {
    .product-main-wrapper[b-s8hnyptnwb] {
        display: none;
        visibility: hidden;
    }
}

.product-main-wrapper .product-main-list-item[b-s8hnyptnwb]::before {
    content: "\2022";
    color: #6c757d;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 1em;
    margin-left: -1em;
}

.product-main-list-item[b-s8hnyptnwb] {
    display: flex;
    padding: 3px 0 2px;
}

.product-main-text[b-s8hnyptnwb] {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    color: #6c757d;
}

.product-main-link-wrapper[b-s8hnyptnwb] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 1069px) {
    .product-main-link-wrapper[b-s8hnyptnwb] {
        display: none;
        visibility: hidden;
    }
}

.product-main-link[b-s8hnyptnwb] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 14px;
}

    .product-main-link:hover[b-s8hnyptnwb] {
        opacity: 0.6;
    }



.product-info-contact-form[b-s8hnyptnwb] {
    width: 300px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
    border-radius: 8px;
}

@media screen and (max-width: 819px) {
    .product-info-contact-form[b-s8hnyptnwb] {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 649px) {
    .product-info-contact-form[b-s8hnyptnwb] {
        margin-bottom: 3.7vw;
    }
}

.product-info-title[b-s8hnyptnwb] {
    padding: 12px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .product-info-title[b-s8hnyptnwb] {
        padding: 1.85vw;
        font-size: 2.78vw;
        line-height: 3.38vw;
    }
}

.product-info-phone-link[b-s8hnyptnwb] {
    color: #00a5e3;
    font-size: 16px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
}

    .product-info-phone-link:hover[b-s8hnyptnwb] {
        opacity: 0.6;
    }

@media screen and (max-width: 819px) {
    .product-info-phone-link[b-s8hnyptnwb] {
        display: none;
        visibility: hidden;
    }
}

.product-info-input-wrapper[b-s8hnyptnwb] {
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
}

@media screen and (max-width: 649px) {
    .product-info-input-wrapper[b-s8hnyptnwb] {
        padding: .9vw 1.5vw;
    }
}

.product-info-input[b-s8hnyptnwb] {
    width: 120px;
    padding: 6px;
}

@media screen and (max-width: 819px) {
    .product-info-input[b-s8hnyptnwb] {
        width: 224px;
    }
}

@media screen and (max-width: 649px) {
    .product-info-input[b-s8hnyptnwb] {
        padding: .9vw;
        width: 34.52vw;
        font-size: 2.05vw;
    }
}

.product-info-textarea[b-s8hnyptnwb] {
    resize: none;
    margin: 4px auto 0;
    width: 278px;
    display: flex;
    height: 80px;
    padding: 6px;
    box-sizing: border-box;
}

@media screen and (max-width: 819px) {
    .product-info-textarea[b-s8hnyptnwb] {
        width: 518px;
    }
}

@media screen and (max-width: 649px) {
    .product-info-textarea[b-s8hnyptnwb] {
        margin: 0.65vw 1.5vw 0;
        padding: .9vw;
        font-size: 2.05vw;
        width: auto;
        height: 12.328vw;
    }
}

.product-info-button-wrapper[b-s8hnyptnwb] {
    display: flex;
    justify-content: center;
}

.product-info-button[b-s8hnyptnwb] {
    margin: 20px 0;
    color: #fff;
    background: #00a5e3;
    border: 1px solid #00a5e3;
    border-radius: 2px;
    width: 160px;
    padding: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 819px) {
    .product-info-button[b-s8hnyptnwb] {
        width: 240px;
    }
}

@media screen and (max-width: 649px) {
    .product-info-button[b-s8hnyptnwb] {
        border: 0.2vw solid #00a5e3;
        width: 36.98vw;
        margin: 3.08vw 0;
        padding: 1.85vw;
        font-size: 1.85vw;
    }
}

.product-features-section[b-s8hnyptnwb] {
    display: flex;
    flex-direction: column;
    padding: 0 26px;
    margin-top: 24px;
}

@media screen and (max-width: 1069px) {
    .product-features-section[b-s8hnyptnwb] {
        display: none;
        visibility: hidden;
    }
}

.product-features-wrapper[b-s8hnyptnwb] {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
    margin: auto;
    padding: 0;
}

.product-features-item[b-s8hnyptnwb] {
    display: flex;
    padding: .75rem;
}

.features-icon[b-s8hnyptnwb] {
    color: #00a5e3;
    height: 48px;
    width: 48px;
    margin-right: 1.375rem;
}

.product-features-info[b-s8hnyptnwb] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: fit-content;
}

.product-features-info-title[b-s8hnyptnwb] {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}

.product-features-info-subtitle[b-s8hnyptnwb] {
    color: #6c757d;
    margin: 0;
    font-size: 14px;
}

.product-fluid-ad[b-s8hnyptnwb] {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 36px;
}

@media screen and (max-width: 1069px) {
    .product-fluid-ad[b-s8hnyptnwb] {
        grid-row: 5;
        margin-left: 28px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 819px) {
    .product-fluid-ad[b-s8hnyptnwb] {
        grid-row: 4;
        grid-column: 1;
    }
}

.product-rect-ad[b-s8hnyptnwb] {
    grid-column: 3;
    grid-row: 6;
    display: flex;
    align-items: center;
    margin-right: 28px;
    margin-bottom: 36px;
}

@media screen and (max-width: 1069px) {
    .product-rect-ad[b-s8hnyptnwb] {
        grid-row: 4 / 6;
    }
}

@media screen and (max-width: 819px) {
    .product-rect-ad[b-s8hnyptnwb] {
        grid-column: 1;
        grid-row: 6;
        margin-right: 0;
        justify-content: center;
    }
}

.product-tab-section[b-s8hnyptnwb] {
    grid-column: 1 / 3;
    grid-row: 5 / 7;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    margin-right: 40px;
    margin-bottom: auto;
}

@media screen and (max-width: 1069px) {
    .product-tab-section[b-s8hnyptnwb] {
        grid-column: 1 / 4;
        grid-row: 6;
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 819px) {
    .product-tab-section[b-s8hnyptnwb] {
        grid-column: 1;
        grid-row: 7;
    }
}

.product-tab-list[b-s8hnyptnwb] {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.product-tab-list-item[b-s8hnyptnwb] {
    position: relative;
}

.product-tab-link[b-s8hnyptnwb] {
    text-decoration: none;
    padding: 14px 18px 13px;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .product-tab-link[b-s8hnyptnwb] {
        padding: 2.15vw 2.78vw 2vw;
        font-size: 2.45vw;
    }
}

.product-tab-link.active[b-s8hnyptnwb] {
    box-shadow: 0 -2px #00a5e3 inset;
}

@media screen and (max-width: 649px) {
    .product-tab-link.active[b-s8hnyptnwb] {
        box-shadow: 0 -.4vw #00a5e3 inset;
    }
}

.product-tab-content[b-s8hnyptnwb] {
    width: 90%;
    margin: auto;
    padding: 24px 0;
}

@media screen and (max-width: 649px) {
    .product-tab-content[b-s8hnyptnwb] {
        padding: 3.7vw 0;
    }
}

.typography[b-s8hnyptnwb] {
    line-height: 1.625;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    text-align: left;
}

@media screen and (max-width: 1069px) {
    .typography p[b-s8hnyptnwb] {
        margin: 0;
    }
}

.typography-title[b-s8hnyptnwb] {
    font-size: 24px;
    font-weight: 500;
    margin: 1.5em 0 .75em;
}

.basics[b-s8hnyptnwb] {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #262626;
    font-weight: 400;
    overflow-y: hidden;
}

@media screen and (max-width: 649px) {
    .basics[b-s8hnyptnwb] {
        font-size: 2.6vw;
        line-height: 2.65vw;
    }
}

.basics__section-title[b-s8hnyptnwb] {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -.03em;
    line-height: 20px;
    margin: 0 0 12px;
}

@media screen and (max-width: 649px) {
    .basics__section-title[b-s8hnyptnwb] {
        font-size: 3.5vw;
        line-height: 3.10vw;
        margin: 0 0 1.85vw;
    }
}

.basics__row:first-of-type[b-s8hnyptnwb] {
    border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 649px) {
    .basics__row:first-of-type[b-s8hnyptnwb] {
        border-top: 0.2vw solid #ebebeb;
    }
}

.basics__row[b-s8hnyptnwb] {
    padding: 8px 0;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 649px) {
    .basics__row[b-s8hnyptnwb] {
        padding: 1.24vw 0;
        border-bottom: 0.2vw solid #ebebeb;
    }
}

.basics__name[b-s8hnyptnwb] {
    padding-right: 30px;
    width: 230px;
    flex-shrink: 0;
    color: #6c757d;
}

@media screen and (max-width: 649px) {
    .basics__name[b-s8hnyptnwb] {
        width: 35.44vw;
        padding-right: 4.625vw;
    }
}

.basics__section + .basics__section[b-s8hnyptnwb] {
    margin-top: 40px;
}

/*.basics__disclaimer {
    margin-top: 40px;
    font-size: 13px;
    line-height: 20px;
    color: #6c757d;
} */

.features[b-s8hnyptnwb] {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #262626;
    font-weight: 400;
}

.features__section[b-s8hnyptnwb] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.features__row:first-of-type[b-s8hnyptnwb] {
    border-top: 1px solid #ebebeb;
}

.features__row:nth-of-type(2)[b-s8hnyptnwb] {
    border-top: 1px solid #ebebeb;
}

.features__row[b-s8hnyptnwb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    width: 45%;
}

.features__icon[b-s8hnyptnwb] {
    color: #00a5e3;
    margin-right: 6px;
}

.features__link-wrapper[b-s8hnyptnwb] {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.features__link[b-s8hnyptnwb] {
    color: #00a5e3;
    text-decoration: none;
}

    .features__link:hover[b-s8hnyptnwb] {
        opacity: 0.6;
    }

.description-text[b-s8hnyptnwb] {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .description-text[b-s8hnyptnwb] {
        font-size: 2.31vw;
        line-height: 3.08vw;
    }
}

.reviews-list__content[b-s8hnyptnwb] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.reviews-list__top-wrapper[b-s8hnyptnwb] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.reviews-list__top-left[b-s8hnyptnwb] {
    display: flex;
}

.reviews-avatar[b-s8hnyptnwb] {
    height: 42px;
    width: 42px;
    margin-right: 12px;
}

.reviews-text-wrapper[b-s8hnyptnwb] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.reviews-author[b-s8hnyptnwb] {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
}

.reviews-date[b-s8hnyptnwb] {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.rating__star[b-s8hnyptnwb] {
    color: #999;
}

    .rating__star.active[b-s8hnyptnwb] {
        color: gold;
    }

.reviews-content[b-s8hnyptnwb] {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
}

.reviews-pagination[b-s8hnyptnwb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
    padding-top: 12px;
}

.reviews-pagination-button[b-s8hnyptnwb] {
    padding: 6px 10px;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    background-color: #f0f0f0;
    color: #262626;
    margin-right: 8px;
}

.reviews-pagination-dots[b-s8hnyptnwb] {
    margin-right: 8px;
}

.product-reviews-form[b-s8hnyptnwb] {
    margin-top: 48px;
    box-sizing: border-box;
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.product-reviews-title[b-s8hnyptnwb] {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.product-reviews-row[b-s8hnyptnwb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    margin: auto;
}

.product-reviews-group[b-s8hnyptnwb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#review-stars[b-s8hnyptnwb] {
    text-align: left;
}

.product-reviews-group.stars[b-s8hnyptnwb] {
    grid-area: 1 / 1 / 2 / 2;
}

.product-reviews-group.name[b-s8hnyptnwb] {
    grid-area: 1 / 2 /2 / 3;
}

.product-reviews-group.email[b-s8hnyptnwb] {
    grid-area: 1 / 3 / 2 / 4;
}

.product-reviews-group.text[b-s8hnyptnwb] {
    grid-area: 2 / 1 / 4 / 4;
    display: flex;
    flex-direction: column;
    padding-top: 12px;
}

.product-reviews-form label[b-s8hnyptnwb] {
    margin-bottom: .25rem;
    font-size: 15px;
    color: #262626;
    font-weight: 400;
    line-height: 1.5;
}

.form-control[b-s8hnyptnwb] {
    width: 90%;
    background-color: #ebebeb;
    border: none;
    padding: 8px;
}

#review-text[b-s8hnyptnwb] {
    resize: none;
    width: 100%;
    padding: 0;
}

.product-reviews-submit-wrapper[b-s8hnyptnwb] {
    display: flex;
    justify-content: center;
}

.product-reviews-submit[b-s8hnyptnwb] {
    background: #00a5e3;
    border: none;
    color: #fff;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 1.5rem;
}

.product-tab-contact-form[b-s8hnyptnwb] {
    display: flex;
    flex-direction: column;
}

.product-tab-contact-title[b-s8hnyptnwb] {
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .product-tab-contact-title[b-s8hnyptnwb] {
        font-size: 2.9vw;
    }
}

.product-tab-phone-wrapper[b-s8hnyptnwb] {
    display: flex;
    justify-content: space-around;
    margin: 18px auto;
    width: 628px;
}

@media screen and (max-width: 819px) {
    .product-tab-phone-wrapper[b-s8hnyptnwb] {
        margin: 12px 0;
        width: auto;
    }
}

@media screen and (max-width: 649px) {
    .product-tab-phone-wrapper[b-s8hnyptnwb] {
        margin: 1.85vw 0;
    }
}

.product-tab-phone-wrapper.hidden[b-s8hnyptnwb] {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 819px) {
    .product-tab-phone-wrapper.hidden[b-s8hnyptnwb] {
        display: flex;
        visibility: visible;
    }
}

.product-tab-phone-button[b-s8hnyptnwb] {
    color: #00a5e3;
    background: transparent;
    padding: 8px;
    border: 1px solid #00a5e3;
    border-radius: 100px;
    width: 186px;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .product-tab-phone-button[b-s8hnyptnwb] {
        width: 28.66vw;
        padding: 0.8vw;
        font-size: 2.05vw;
        border: 0.2vw solid #00a5e3;
        height: 5.24vw;
    }
}

.product-tab-phone-button:hover[b-s8hnyptnwb] {
    background: #ebebeb;
}

.product-tab-phone-icon[b-s8hnyptnwb] {
    margin-right: 6px;
}

@media screen and (max-width: 649px) {
    .product-tab-phone-icon[b-s8hnyptnwb] {
        margin-right: 0.95vw;
    }
}

.product-tab-contact-input-wrapper[b-s8hnyptnwb] {
    display: flex;
    justify-content: space-between;
    margin: 6px auto;
    width: 628px;
}

@media screen and (max-width: 819px) {
    .product-tab-contact-input-wrapper[b-s8hnyptnwb] {
        width: auto;
        margin: 6px 0;
    }
}

@media screen and (max-width: 649px) {
    .product-tab-contact-input-wrapper[b-s8hnyptnwb] {
        margin: .92vw 0;
    }
}

.product-tab-contact-input[b-s8hnyptnwb] {
    width: 286px;
    padding: 6px;
}

@media screen and (max-width: 819px) {
    .product-tab-contact-input[b-s8hnyptnwb] {
        width: 224px;
    }
}

@media screen and (max-width: 649px) {
    .product-tab-contact-input[b-s8hnyptnwb] {
        width: 34.516vw;
        font-size: 2.05vw;
        padding: .9vw;
    }
}

.product-tab-textarea[b-s8hnyptnwb] {
    resize: none;
    margin: 4px auto 0;
    width: 628px;
    display: flex;
    height: 80px;
    padding: 6px;
    box-sizing: border-box;
}

@media screen and (max-width: 819px) {
    .product-tab-textarea[b-s8hnyptnwb] {
        width: 486px;
    }
}

@media screen and (max-width: 649px) {
    .product-tab-textarea[b-s8hnyptnwb] {
        padding: .9vw;
        font-size: 2.05vw;
        width: auto;
        min-width: 100%;
    }
}

.product-tab-contact-button-wrapper[b-s8hnyptnwb] {
    display: flex;
    justify-content: center;
}

.product-tab-contact-button[b-s8hnyptnwb] {
    margin: 20px 0;
    color: #fff;
    background: #00a5e3;
    border: 1px solid #00a5e3;
    border-radius: 2px;
    width: 320px;
    padding: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .product-tab-contact-button[b-s8hnyptnwb] {
        border: 0.2vw solid #00a5e3;
        width: 49.4vw;
        margin: 3.08vw 0;
        padding: 1.85vw;
        font-size: 1.85vw;
    }
}

.similar-section[b-s8hnyptnwb] {
    width: 95vw;
    margin: auto;
    padding-bottom: 24px;
}

@media screen and (max-width: 649px) {
    .similar-section[b-s8hnyptnwb] {
        padding-bottom: 3.7vw;
    }
}

.similar-header[b-s8hnyptnwb] {
    padding: 24px 0 12px;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 24px 0;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .similar-header[b-s8hnyptnwb] {
        margin: 0 0 3.7vw 0;
        padding: 3.7vw 0 1.85vw;
    }
}

.similar-title[b-s8hnyptnwb] {
    margin: 0;
}

@media screen and (max-width: 649px) {
    .similar-title[b-s8hnyptnwb] {
        font-size: 3.70vw;
    }
}

.modal[b-s8hnyptnwb] {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content[b-s8hnyptnwb] {
    margin: auto;
    display: block;
    width: 900px;
}

.close[b-s8hnyptnwb] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px;
}

    .close:hover[b-s8hnyptnwb],
    .close:focus[b-s8hnyptnwb] {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

.value-car-button[b-s8hnyptnwb] {
    color: white;
    background: #00a5e3;
    padding: 12px;
    border: 1px solid #00a5e3;
    border-radius: 100px;
    width: 186px;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 65px;
}

    .value-car-button:hover[b-s8hnyptnwb] {
        background: #ebebeb;
        color: #00a5e3;
    }

@media screen and (max-width: 1069px) {
    .value-car-button[b-s8hnyptnwb] {
        display: none;
    }
}

.product-main-title[b-s8hnyptnwb] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    max-width: 675px;
    text-align: center;
}

.product-top-row[b-s8hnyptnwb] {
    display: flex;
    flex-direction: row;
}

.product-top-left[b-s8hnyptnwb] {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    margin-left: 100px;
}

.faint-line[b-s8hnyptnwb] {
    display: flex;
    align-items: center;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    width: 50%;
    margin-top: 30px;
}

.product-dealer-info[b-s8hnyptnwb] {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.features-icon[b-s8hnyptnwb] {
    color: #e5571d;
    width: 40px;
    height: 40px;
    margin: 6px 0;
}

.product-info[b-s8hnyptnwb] {
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 30%;
    height: 500px;
    padding: 40px;
    max-width: 275px;
    text-align: center;
    background: url('images/vdp-banner.png') no-repeat center center;
    background-size: 475%;
    margin-top: 0;
}

.product-feature[b-s8hnyptnwb] {
    display: flex;
    flex-direction: row;
}

.feature-text[b-s8hnyptnwb] {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    color: white;
}

.feature-title[b-s8hnyptnwb] {
    color: white;
    font-size: 22px;
}

.product-add-info[b-s8hnyptnwb] {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.home-finance-container[b-s8hnyptnwb] {
    display: flex;
    flex-direction: row;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.home-trade-container[b-s8hnyptnwb] {
    max-width: 30%;
    text-align: center;
    margin-right: 20px;
}

.home-calculator-container[b-s8hnyptnwb] {
    max-width: 30%;
    text-align: center;
    margin-left: 20px;
}

.home-finance-button[b-s8hnyptnwb] {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e5571d;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.home-finance-title[b-s8hnyptnwb] {
    color: #3b3b3b;
    font-size: 30px;
}



@media screen and (max-width: 898px) {
    .product-top-row[b-s8hnyptnwb] {
        flex-direction: column;
        align-items: center;
    }

    .product-image-wrapper[b-s8hnyptnwb] {
        width: 100%;
    }

    .product-main-image[b-s8hnyptnwb] {
        max-width: 600px;
    }

    .proudct-page[b-s8hnyptnwb] {
        align-items: center;
        justify-content: center;
    }

    .product-top-left[b-s8hnyptnwb] {
        width: 100%;
        margin-left: 0;
    }

    .product-info[b-s8hnyptnwb] {
        width: 80%;
        background: none;
        background-color: #3d3d3d;
        align-self: center;
        height: 100%;
    }

    .feature-title[b-s8hnyptnwb] {
        display: none;
    }

    .features[b-s8hnyptnwb] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .product-feature[b-s8hnyptnwb] {
        padding: 5px;
        text-align: center;
        align-self: center;
        margin: 10px;
    }

    .product-top-left[b-s8hnyptnwb] {
        align-self: center;
    }

    .product-main-title[b-s8hnyptnwb] {
        font-size: 12px;
        margin: auto;
    }
}


@media screen and (max-width: 649px) {
    .product-main-image[b-s8hnyptnwb] {
        max-width: 70vw;
    }
}

.description-truncated[b-s8hnyptnwb] {
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.description-full[b-s8hnyptnwb] {
    display: none; 
}

.read-more-toggle[b-s8hnyptnwb] {
    background-color: none;
    color: blue;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

.vdp-grid-button[b-s8hnyptnwb] {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: white;
    color: #e5571d;
    border: 2px solid white;
    padding: 6px;
    border-radius: 2px;
    margin: auto;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
