@font-face {
    font-family: 'Apercu Pro';
    src: url('../fonts/Apercu-Regular-Pro.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Apercu Pro Bold';
    src: url('../fonts/Apercu-Bold-Pro.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.ttf') format("truetype");
    font-weight: normal;
    font-style: normal
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* General Styles */
body {
    font-family: Apercu Pro;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    box-sizing: border-box;
}

.header {
    background-color: #ffffff;
    padding: 26.4px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0.1px 11px 2px rgba(166, 184, 183, 0.89);
}

.menu {
    display: none;
}

.breadcrumb {
    font-family: Apercu Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(61, 72, 70, 1);
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
}

.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:hover .breadcrumb a:focus {
    font-family: Apercu Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(61, 72, 70, 1);
    text-decoration: none;
}

.header .logo {
    font-family: DM Sans;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.featured {
    background-color: #4D5757;
    width: 100vw;
    min-height: 352px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.featured h1 {
    font-family: DM Sans;
    font-size: 52px;
    font-weight: 700;
    line-height: 62.4px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    z-index: 1;
}

.featured > div {
    position: absolute;
    z-index: 0;
    right: 10%;
    width: 746px;
    height: 245px;
    background-image: url("../images/hero.png");
    background-size: cover;
    opacity: .15;
}

.featured > div > img {
    opacity: .3;
}

.vehicles {
    display: grid;
    /*grid-template-columns: repeat(5, 1fr);*/
    grid-template-columns: repeat(auto-fit, 286px);
    max-width: 1430px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    /*background-color: orange;*/
    filter: blur(5px);
}

.vehicles > img {
    opacity: 0.1;
}

.navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.navigation ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.page-title {
    padding: 20px;
    background-color: #eee;
    margin: 0;
}

.main-content {
    padding: 20px 0;
}

.footer {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    border-top: 2px solid  rgba(230, 230, 230, 1);

}

.footer-columns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
    justify-content: center;
    column-gap: 20px;
    min-width: 1100px;
}

.footer-links > div:nth-child(2) {
    text-align: center;
}

.footer-links > div:last-child {
    text-align: right;
}

.footer-links > div > div  {
    display: inline-block;
    text-align: left;
}

.footer-links h3 {
    font-family: Apercu Pro Bold;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

.footer-links ul li {
    margin-bottom: 5px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

.footer-legal {
    border-top: 1px solid  rgba(230, 230, 230, 1);

}

.footer-legal ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.footer-legal ul li a {
    text-decoration: none;
    color: #333;
}

.pr-hero-banner {
    min-height: 355px;
    background: linear-gradient(270deg, #343434 24.07%, #324047 89.76%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pr-hero-banner-content > div {
    max-width: 900px;
}

.pr-hero-banner-content > div > div {
    display: flex;
    flex-flow: row;
}

.pr-hero-banner-content > div > div > div:last-child {
    margin-left: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pr-hero-logo {
    margin-bottom: 20px;
}

#atFrameContainer {
    min-width: 339px;
}

.pr-hero-header-mobile {
    display: none;
}

/* Responsive Styles */
@media (max-width: 1142px) {
    .footer-links {
        min-width: 100%;
    }
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .navigation ul {
        display: none;
    }

    .menu {
        display: block;
    }

    .footer-links {
        flex-direction: column;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .navigation ul {
        display: none;
    }

    .footer-links {
        flex-direction: column;
    }
}

/* Responsive Styles */
@media (max-width: 980px) {
    .featured > div {
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .15;
        width: 746px;
        height: 245px;
    }

}

/* Responsive Styles */
@media (max-width: 470px) {
    .footer-links {
        grid-template-columns: 1fr;
    }

    .footer-links > div {
        text-align: left !important;
        border-bottom: 1px solid rgba(224, 228, 227, 1);
    }

    .footer-links ul {
        display: none;
    }

    .footer-legal ul {
        flex-flow: column;
    }

    .featured {
        min-height: 168px;
        width: 100%;
    }

    .featured > div {
        right: 0;
        width: 100%;
        height: 116px;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .15;
    }

    .featured > h1 {
        font-family: DM Sans;
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        letter-spacing: -0.03em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

/* Responsive Styles */
@media (max-width: 540px) {
    .featured {
        min-height: 168px;
    }

    .featured > div {
        right: 0;
        width: 100%;
        height: 116px;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        opacity: .15;
    }

    .featured > h1 {
        font-family: DM Sans;
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        letter-spacing: -0.03em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

@media (max-width: 950px) {
    .pr-hero-banner-content > div > div > div:last-child {
        margin-left: 30px;
    }
}

@media (max-width: 800px) {
    .pr-hero-banner {
        min-height: 410px;
    }

    .pr-hero-banner-content > div > div {
        display: flex;
        flex-flow: column;
    }

    .pr-hero-logo {
        text-align: center;
    }

    .pr-hero-header-wrapper {
        text-align: center;
    }

    .pr-hero-header-desktop {
        display: none;
    }

    .pr-hero-header-mobile {
        display: inline;
    }

    .pr-hero-banner-content > div > div > div:last-child {
        margin-left: 0;
        margin-top: 25px;
    }
}


