/* ========================================
                Hero
                [START]
========================================= */

.debug__button {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: var(--top-z-index);
    background-color: gray;
    color: #000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.page__main.page__main--frontpage .shortcode_contact-block__inner {
    background-color: transparent;
}

.frontpage_hero {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(100vh + 208px);
    height: calc(100svh + 208px);
    margin-bottom: 74px;
}

body.test .frontpage_hero {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 80svh;
}

.frontpage_hero__body {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.frontpage_hero__title {
    display: none;
    font-size: 4rem;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px rgb(0, 0, 0, 50%);
    text-transform: uppercase;
}

.frontpage_hero__video {
    width: 100%;
    height: 55%;
    object-fit: cover;
    filter: brightness(50%);
}

body.test .frontpage_hero__video {
    border-radius: 4px;
}

.frontpage-hero__mobile-body {
    position: absolute;
    top: 124px;
    z-index: 1;
    width: 100%;
}

.frontpage-hero__mobile-body h1,
.frontpage-hero__mobile-body h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px rgb(0, 0, 0, 60%);
    color: #fff;
}

.frontpage-hero__mobile-body h1 {
    font-size: 2rem;
    font-weight: 700;
}

.frontpage-hero__mobile-body h2 {
    margin-top: 8px;
    font-size: 1.25rem;
    font-weight: 300;
}

.frontpage_hero__bovag {
    position: absolute;
    bottom: 45%;
    right: 0;
    display: block;
    width: 148px;
    margin: 24px;
}

.frontpage-hero-cta {
    position: absolute;
    left: 50%;
    top: calc(55% + 48px);
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: var(--space-lg);
    column-gap: var(--space-7xl);
    justify-content: center;
    align-items: center;
    width: 90%;
}

.frontpage-hero-cta--test {
    display: none;
}

body.test .frontpage-hero-cta {
    display: none;
}

body.test .frontpage-hero-cta--test {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: var(--space-lg);
    column-gap: var(--space-7xl);
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.frontpage-hero-cta__card {
    position: relative;
    flex-grow: 1;
    /* width: 50%; */
    /* max-width: 480px; */
    /* min-width: min(320px, 100%); */
    min-width: fit-content;
    height: 200px;
    border-radius: var(--space-lg);
    box-shadow: 1px 1px 12px 1px rgb(0, 0, 0, 50%);
    /* animation: frontpage-hero-cta 2.5s ease both; */
}

.frontpage-hero-cta__body {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: var(--space-lg);
    text-align: center;
    height: 100%;
    padding: var(--space-xl);
    color: #fff;
}

.frontpage-hero-cta__title {
    font-size: 2rem;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgb(0, 0, 0, 50%);
}

.frontpage-hero-cta__button {
    display: block;
    padding-top: var(--space-xs);
    padding-bottom: var(--space-xs);
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
    border-radius: var(--border-radius-xs);
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    background-color: var(--color-primary);
}

.l-frontpage-hero-cta__img {
    width: 100%;
    height: 100%;
    border-radius: var(--space-lg);
    overflow: hidden;
}

.frontpage-hero-cta__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    filter: brightness(50%) blur(2px);
}

.frontpage-hero-cta--test .frontpage-hero-cta__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
    transition: all .3s ease-out;
}

.frontpage-hero-cta--test .frontpage-hero-cta__card:hover .frontpage-hero-cta__img {
    filter: brightness(40%);
}

.frontpage_hero__footer {
    display: none;
}

.frontpage_hero__keypoints {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-around;
}

.frontpage_hero__keypoint {
    font-size: 1rem;
    color: #fff;
    text-shadow: 2px 2px 2px 2px rgb(0, 0, 0, 50%);
    animation: fade-in-bottom 1s ease both;
}

.frontpage_hero__scroll-down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: var(--space-7xl);
    margin-right: var(--space-7xl);
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    animation: blink 1.25s infinite;
}

.frontpage_hero__scroll-down svg {
    fill: #000 !important;
}

/* ========================================
                Hero
                [END]
========================================= */




/* ========================================
                Keypoints
                [START]
========================================= */

.frontpage_keypoints {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.frontpage_keypoints__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    opacity: 0;
    transform: translateY(200px);
}

.frontpage_keypoints__card.animated-item.visible {
    animation: fade-in-bottom 1.4s ease forwards;
}

.frontpage_keypoints__card:hover .frontpage_keypoints__img {
    border-radius: 8px;
}

.frontpage_keypoints__img {
    height: 200px;
    width: 200px;
    margin-bottom: var(--space-sm);
    border-radius: var(--border-radius-full);
    object-fit: cover;
    transition: all .6s ease;
}

.frontpage_keypoints__title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--color-on-background);
}

.frontpage_keypoints__text {
    flex-grow: 1;
    max-width: 600px;
    text-align: center;
    color: var(--color-on-background);
}

/* ========================================
                Keypoints
                [END]
========================================= */


[rel="js-presentations__slider"] {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

[rel="js-presentations__slider"] .presentation-slider__item {
    position: relative;
    display: block;
    max-width: 360px;
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

.frontpage_recent-offer [rel="js-presentations__slider"] .presentation-slider__item {
    margin-left: auto;
    margin-right: auto;
}

[rel="js-presentations__slider"] .presentation-slider__img {
    width: 100%;
    object-fit: cover;
    filter: brightness(75%);
    transition: filter .7s ease;
}

[rel="js-presentations__slider"] .presentation-slider__item:hover .presentation-slider__img {
    filter: brightness(55%);
}

[rel="js-presentations__slider"] .presentation-slider__title {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: var(--space-sm);
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 60%);
    color: #fff;
}

/* ========================================
                LMC Offer
                [START]
========================================= */

.frontpage_offer {
    display: flex;
    flex-direction: column-reverse;
    row-gap: var(--space-5xl);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--space-7xl);
    margin-bottom: var(--space-7xl);
    padding-top: var(--space-5xl);
    padding-bottom: var(--space-5xl);
    background-color: var(--color-surface);
}

.frontpage_offer__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: var(--space-sm);
    flex-grow: 1;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 0;
    color: var(--color-on-background);
}

.frontpage_offer__title {
    font-size: 1.625rem;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-on-background);
}

.frontpage_dealer__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: var(--space-sm);
    flex-grow: 1;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    color: var(--color-on-background);
}

.frontpage_dealer__body ol {
    padding-left: 20px;
}

.frontpage_dealer__body ol li {
    list-style: circle;
}

.frontpage_dealer__title {
    font-size: var(--title-font-size);
    text-transform: uppercase;
    color: var(--color-on-background);
}

.frontpage_offer__img {
    display: none;
}

/* ========================================
                LMC Offer
                [END]
========================================= */




/* ========================================
                Recent Offer
                [START]
========================================= */

.frontpage_recent-offer {
    width: 90%;
    margin-top: var(--space-7xl);
    margin-bottom: var(--space-7xl);
    margin-left: auto;
    margin-right: auto;
}

.frontpage_recent-offer__title {
    margin-bottom: var(--space-md);
    font-size: var(--title-font-size);
    text-transform: uppercase;
    text-align: center;
}

.frontpage_recent-offer__button {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
                Recent Offer
                [END]
========================================= */




/* ========================================
                Highlights
                [START]
========================================= */

.frontpage_highlights {
    display: none;
    flex-direction: row;
    gap: var(--space-5xl);
}

.frontpage_highlight__card {
    width: 40%;
    padding: var(--space-5xl);
    border-radius: 8px;
    background-color: var(--color-primary);
}

/* ========================================
                Highlights
                [END]
========================================= */




/* ========================================
                Brands
                [START]
========================================= */

.frontpage_brands {
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-top: var(--space-7xl);
    margin-bottom: var(--space-7xl);
}

.frontpage_brand__img-container.frontpage_brand__img-container--mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    row-gap: var(--space-lg);
    height: auto;
    margin-top: var(--space-lg);
    margin-bottom: var(--space-lg);
}

.frontpage_brand__img-container.frontpage_brand__img-container--desktop {
    display: none;
}

.frontpage_brand__img-container.frontpage_brand__img-container--mobile .frontpage_brand__img {
    width: 220px;
    max-width: 100%;
}

.frontpage_brands__body {
    width: 100%;
    height: 100%;
    padding-top: var(--space-5xl);
    padding-bottom: var(--space-5xl);
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 0;
    background-color: var(--color-surface);
}

.frontpage_brands__title {
    font-size: var(--title-font-size);
    text-transform: uppercase;
}

.frontpage_brands__slogan {
    font-size: 1.25rem;
    margin-bottom: var(--space-xs);
}

.frontpage_brands__subtitle {
    margin-top: 44px;
    font-size: 1.5rem;
    color: var(--color-on-surface);
}

.frontpage_brands__list {
    display: flex;
    flex-direction: column;
    row-gap: var(--space-sm);
    padding: 0;
}

.frontpage_brands__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--space-lg);
    margin-top: var(--space-lg);
}

/* ========================================
                Brands
                [END]
========================================= */




/* ========================================
                Introduction
                [START]
========================================= */

.frontpage_introduction {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--space-7xl);
    margin-bottom: var(--space-7xl);
}

.frontpage_introduction__img {
    display: none;
}

.frontpage_introduction__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: var(--space-sm);
    padding-left: 0;
    padding-right: 0;
    color: var(--color-on-background);
}

.frontpage_introduction__title {
    font-size: var(--title-font-size);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-on-background);
}

.frontpage_introduction__button {
    position: relative;
    width: fit-content;
    text-decoration: none;
    font-weight: 700;
    color: var(--color-primary);
}

.frontpage_introduction__button::after {
    content: '>';
    display: inline-block;
    padding-left: 4px;
}

/* ========================================
                Introduction
                [END]
========================================= */