:root {
    /* ========== COLOR PALETTE ========== */
    --color-white: #ffffff;
    --color-black: #000000;
    /* Brand colors */
    /*--color-accent: #008696;*/
    --color-accent: #006C7A;
    --color-primary: #141514;
    --color-secondary: #00456D;
    --color-secondary-dark: #003757;
    --color-danger: #dc3545;
    --color-error: #d32f2f;
    /* Component colors */
    --color-surface: #f7f7f7;
    --color-bg-light: #f2f2f2;
    --color-tab-bg: #f2f2f2;
    --color-tab-normal: #e6e6e6;
    --color-tab-active: #141514;
    --color-btn-sub: #FFFFFF99;
    --color-content-box: #FFFFFF80;
    --color-border: #d9d9d9;
    --color-bg-neutral: #0007080D;
    --color-text: #3C3D3D;
    --color-text-neutral: #00070899;
    /* ========== TYPOGRAPHY ========== */
    --font-family: 'Open Sans', sans-serif;
    --font-size-h1: 2.25rem;
    --font-size-h2: 2rem;
    --font-size-h3: 1.5rem;
    --font-size-h4: 1.25rem;
    --font-size-h5: 1.125rem;
    --font-size-h6: 1rem;
    --font-size-2xs: 0.625rem;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.875rem;
    --line-height-tight: 1.2;
    --line-height-base: 1.5;
    --line-height-relaxed: 1.75;
    /* ========== BORDER & RADIUS ========== */
    --rounded-sm: 4px;
    --rounded-md: 8px;
    --rounded-lg: 12px;
    --rounded-xl: 16px;
    --rounded-card-sm: 20px;
    --rounded-card: 24px;
    --rounded-card-lg: 32px;
    --rounded-display: 40px;
    --rounded-full: 9999px;
    /* ========== Z-INDEX LAYERS ========== */
    --z-dropdown: 1000;
    --z-sticky: 1100;
    --z-fixed: 1200;
    --z-modal: 1300;
    --z-tooltip: 1400;
    /* ========== COMPONENTS UTILITIES ========== */
    --card-height-sm: 480px;
    --card-height: 576px;
    --card-height-md: 600px;
    --card-height-lg: 700px;
    --header-height: 72px;
    --header-padding: 1rem;
    /* ========== ANIMATION ========== */
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-bounce: bounce 1s infinite;
}
/* ========== BUTTON STYLES ========== */


html,
body {
    overflow: initial !important;
    overflow-x: clip !important;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

body {
    font-family: var(--font-family);
    color: var(--color-primary);
    font-size: var(--font-size-base);
    line-height: var(--line-height-tight);
}

.input__group .dealers__list-main {
    display: none !important;
}

.no-scroll {
    overflow: hidden !important;
}

.language__flag {
    width: 1.5rem;
    height: 1.5rem;
}

/*.site-overlay {*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    z-index: var(--z-fixed);*/
/*}*/

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.container--tight {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}

.inner-space {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.inner-space-xs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.inner-space-sm {
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

.dealers .dealers__inner .dealers__main .dealers__list {
    display: none;
}

@media only screen and (min-width: 1280px) {

    .dealers .dealers__inner .dealers__main .dealers__list {
        display: block;
    }
}

    @media (min-width: 1280px) {

        /*.offer__item-thumbnail picture[imghover] {*/
        /*  opacity: 0;*/
        /*  position: absolute;*/
        /*  top: 0;*/
        /*  left: 0;*/
        /*  width: 100%;*/
        /*  height: 100%;*/
        /*  transition: opacity 0.3s ease-in-out;*/
        /*}*/

        /*.offer__item-thumbnail:hover picture[imghover] {*/
        /*  opacity: 1;*/
        /*}*/





        .container {
            max-width: 1280px;
        }

        .container-xl {
            max-width: 100%;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .container--tight {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .container--blog {
            max-width: 1000px;
            padding-left: 2rem;
            padding-right: 2rem;
            margin-left: auto;
            margin-right: auto;
        }

        .inner-space-none {
            margin-left: 0;
            margin-right: 0;
        }

        .inner-space-xl {
            margin-left: 2.5rem;
            margin-right: 2.5rem;
        }

        .inner-space-2xl {
            margin-left: 4rem;
            margin-right: 4rem;
        }

        .inner-space-3xl {
            padding-left: 5rem;
            padding-right: 5rem;
        }
    }

    @media (min-width: 1280px) and (max-width: 1440px) {
        .container {
            max-width: 100%;
        }

        .container-xl {
            max-width: 100%;
        }
    }

    @media (min-width: 1536px) {
        .container {
            max-width: 1720px;
        }

        .container-xl {
            max-width: 1720px;
        }
    }

    .site-wrapper {
        margin-top: 1rem;
        display: flow-root;
    }

    /* #region Animation CSS */
    @keyframes pulse {
        50% {
            opacity: 0.5;
        }
    }

    @keyframes bounce {

        0%, 100% {
            transform: translateY(-25%);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        }

        50% {
            transform: none;
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        }
    }

    @keyframes ping {

        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }

    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }

    /* #endregion */

    /* #region Header component */
    .header {
        /* margin: 1.5rem; */
        margin: 1rem;
        margin-bottom: 0rem;
        padding: 0.75rem 0.875rem;
        /* border-radius: var(--rounded-card); */
        border-radius: var(--rounded-card-lg);
        display: flex;
        flex-direction: column;
        position: fixed;
        /* width: calc(100% - 3rem); */
        width: calc(100% - 2rem);
        max-height: 72px;
        overflow: hidden;
        background-color: var(--color-white);
        filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 6px 10px);
        z-index: 9999;
    }

        .header:has(.header__language.show) {
            overflow: visible !important;
        }

        .header.header--expanded {
            max-height: 100vh;
        }

        .header .header__nav {
            flex-basis: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

    .header__nav .header__mb-group {
        display: flex;
        gap: 1rem;
    }

        .header__nav .header__mb-group .btn-search {
            width: 48px;
            height: 48px;
            background-color: var(--color-bg-light);
            font-size: 1.5rem;
            padding: 0.75rem;
            border-radius: var(--rounded-full);
        }

    .header__nav .header__logo {
        width: 51px;
        height: 48px;
    }

        .header__nav .header__logo a {
            width: 100%;
            height: 100%;
        }

        .header__nav .header__logo img {
            object-fit: contain;
        }

    .header__nav .header__toggle {
        background-color: var(--color-primary);
        border-radius: var(--rounded-full);
        color: var(--color-white);
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative;
        box-shadow: 0px -3px 0px 1px #0000001A inset, 0px 2px 0px 0px #FFFFFF40 inset, 0px 2px 5px 0px #140E3E40;
        -webkit-box-shadow: 0px -3px 0px 1px #0000001A inset, 0px 2px 0px 0px #FFFFFF40 inset, 0px 2px 5px 0px #140E3E40;
        -moz-box-shadow: 0px -3px 0px 1px #0000001A inset, 0px 2px 0px 0px #FFFFFF40 inset, 0px 2px 5px 0px #140E3E40;
        -o-box-shadow: 0px -3px 0px 1px #0000001A inset, 0px 2px 0px 0px #FFFFFF40 inset, 0px 2px 5px 0px #140E3E40;
    }

    .header__toggle .header__open {
        display: block;
        will-change: opacity, display;
    }

    .header__toggle .header__close {
        position: absolute;
        display: none;
        will-change: opacity, display;
    }

    .header.header--expanded .header__toggle .header__open {
        display: none;
    }

    .header.header--expanded .header__toggle .header__close {
        display: block;
    }

    .header__nav .header__nav-list {
        flex-basis: 100%;
        margin: 1.5rem 0;
    }

    .header__nav-list .header__nav-item {
        font-weight: 500;
    }

        .header__nav-list .header__nav-item .header__nav-link {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 1rem 1.25rem;
        }

            .header__nav-list .header__nav-item .header__nav-link iconify-icon,
            .header__nav-list .header__nav-item .header__nav-link svg {
                font-size: 1.5rem;
            }

    .header .header__extra {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
    }

    .header__extra .header__language {
        margin: 1rem 0;
        margin-left: 1.25rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .header__language.show + .header__language-dropdown {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .header__language + .header__language-dropdown a {
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }

    .header__extra .header__cta {
        display: flex;
        gap: 8px;
    }

        .header__extra .header__cta .btn-search {
            display: none;
        }

        .header__extra .header__cta .btn-search {
            padding: 0 0.875rem;
        }

            .header__extra .header__cta .btn-search iconify-icon,
            .header__extra .header__cta .btn-search svg {
                width: 1.75rem;
                height: 1.75rem;
            }

    .header .header__menu {
        --banner-img-height: 240px;
        position: absolute;
        width: 100%;
        background-color: var(--color-white);
        left: 0;
        top: calc(12px + 48px);
        padding: 0.75rem;
        border-radius: 0px 0px var(--rounded-card-lg) var(--rounded-card-lg);
        display: none;
        z-index: 1;
        will-change: transform, opacity;
    }

    .header__menu .header__menu-ctas {
        display: none;
        gap: 0.25rem;
    }

    .header .header__nav-item.menu--opened .header__menu {
        display: block
    }

    .header .header__menu-products .tag-item {
        font-weight: 500;
        /* font-size: var(--font-size-sm); */
        font-size: var(--font-size-xs);
    }

    .header .header__menu-products .products__slider-all,
    .header .header__menu .header__menu-nav .btn--all {
        padding: 1.5rem 4.25rem;
        padding-left: 3.25rem;
        justify-content: space-between;
        font-size: 2rem;
        min-height: 40px;
        border-radius: 1.5rem;
    }

    .header .header__menu .header__menu-nav .menu__nav-links {
        margin-bottom: 0.5rem;
    }

    .header .header__menu .header__menu-nav .menu__nav-banner {
        height: var(--banner-img-height);
        border-radius: var(--rounded-display);
        overflow: hidden;
        margin-bottom: 0.5rem;
        flex-grow: 1;
    }

        .header .header__menu .header__menu-nav .menu__nav-banner img {
            width: 100%;
            height: 100%;
        }

    /* #endregion */

    /* #region Footer */
    main:has(> .news:last-child) .site-footer {
        background-color: var(--color-surface);
    }

    .site-footer .site-footer__inner {
        background-color: var(--color-primary);
        padding: 8px;
        border-radius: 48px 48px 0px 0px;
    }

    .footer {
        /* border-radius: var(--rounded-display); */
        overflow: hidden;
        position: relative;
        height: auto;
        margin-top: 0rem;
    }

        .footer .footer__bg {
            /* position: absolute; */
            height: 100%;
        }

            .footer .footer__bg img {
                height: 100%;
                border-radius: var(--rounded-display);
                width: 100%;
            }

        .footer .footer__inner {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            background-color: var(--color-secondary);
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: var(--rounded-display);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            margin: 0.5rem 0rem 0rem;
        }

        .footer .footer__logo {
            position: absolute;
            top: 0;
            right: 0;
            align-self: end;
            width: 80px;
            margin: 1rem;
            margin-bottom: 1.5rem;
        }

        .footer .footer__nav {
            border-radius: var(--rounded-card);
            position: relative;
            padding: 1rem;
            color: var(--color-white);
        }

    .footer__nav .footer__nav-list {
        display: flex;
        flex-direction: column;
    }

        .footer__nav .footer__nav-list .footer__nav-menu {
            display: flex;
            margin-bottom: 4px;
            padding-top: 4px;
            flex-direction: column;
        }

            .footer__nav .footer__nav-list .footer__nav-menu:nth-child(1) {
                order: 4;
                margin-bottom: 0 !important;
                border-top: 1px solid var(--color-white);
            }

                .footer__nav .footer__nav-list .footer__nav-menu:nth-child(1) .footer__nav-menu-container .footer__submenu .footer__submenu-item:nth-child(3) a img {
                    min-width: 180px;
                    max-width: 180px;
                    min-height: 76px;
                    max-height: 76px;
                }


                .footer__nav .footer__nav-list .footer__nav-menu:nth-child(1) .footer__submenu .footer__submenu-item a {
                    padding-top: 8px
                }

                .footer__nav .footer__nav-list .footer__nav-menu:nth-child(1) .footer__menu-link {
                    max-width: 60%;
                    padding: 1rem 0 1.5rem 0;
                }

            .footer__nav .footer__nav-list .footer__nav-menu:nth-child(2) {
                order: 2;
                border-top: 1px solid var(--color-white)
            }

            .footer__nav .footer__nav-list .footer__nav-menu:nth-child(3) {
                order: 1;
                padding-top: 0;
            }

            .footer__nav .footer__nav-list .footer__nav-menu:nth-child(4) {
                order: 3;
                border-top: 1px solid var(--color-white);
            }

                .footer__nav .footer__nav-list .footer__nav-menu:nth-child(4) .footer__menu-link {
                    flex-direction: column;
                    gap: 1rem;
                }

    .footer__nav-list .footer__nav-menu .footer__menu-link {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        flex-direction: row;
        padding: 0.75rem 0;
        font-weight: 500;
        font-size: var(--font-size-lg);
        line-height: 1.4;
        cursor: pointer;
        user-select: none;
    }

    .footer__nav .footer__nav-list .footer__nav-menu:nth-child(3) .footer__menu-link {
        padding: 1.25rem 0;
    }

    .footer__menu-link iconify-icon .footer__menu-link svg {
        font-weight: 400;
        font-size: 1.5rem;
        padding: 0 0.75rem;
        box-sizing: content-box;
    }

    .footer__nav-menu .footer__submenu {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        overflow: hidden;
    }

    .footer__nav-menu:first-of-type .footer__submenu {
        pointer-events: all !important;
        height: auto !important;
        opacity: 1 !important;
    }

    .footer__menu-link iconify-icon .footer__menu-link svg {
        font-weight: 400;
        font-size: 1.5rem;
        padding: 0 0.75rem;
        box-sizing: content-box;
    }

    .footer__nav-menu .footer__submenu {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        overflow: hidden;
    }

        .footer__nav-menu .footer__submenu .footer__submenu-item p {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-weight: 500;
            font-size: var(--font-size-base);
            line-height: 1.4;
        }

    .footer__submenu-item-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .footer__nav-menu .footer__submenu .footer__submenu-item a iconify-icon,
    .footer__nav-menu .footer__submenu .footer__submenu-item a svg {
        font-size: 1.5rem;
    }

    .footer .footer__legals {
        display: flex;
        flex-grow: 1;
        flex-wrap: wrap;
        align-items: end;
        color: var(--color-white);
        padding: 0 1.5rem;
        padding-bottom: 0.75rem;
    }

    .footer__legals .footer__legals-main {
        width: 100%;
        /* padding-top: 32px; */
        border-top: 1px solid var(--color-white);
        padding: 1rem 0rem 1.5rem;
    }

        .footer__legals .footer__legals-main .footer__legals-text {
            margin-bottom: 0.75rem;
            font-size: 0.875rem;
            line-height: 1.4;
            font-weight: 400
        }

        .footer__legals .footer__legals-main .footer__legals-nav {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

    /* #endregion */

    /* #region Side CTAs */
    .side-ctas {
        position: fixed;
        right: 0;
        top: 50vh;
        z-index: var(--z-fixed);
        display: none;
    }

        .side-ctas .side-ctas__list {
            position: relative;
            background-color: var(--color-primary);
            padding: 0.25rem;
            padding-right: 0.5rem;
            border-top-left-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

    .side-ctas__list .side-cta__item {
        max-width: 3.5rem;
        clip-path: inset(0 0 0 -200px round 8px);
    }

    .side-cta__item .side-cta__item-link {
        background-color: var(--color-white);
        border-radius: var(--rounded-md);
        width: fit-content;
        display: flex;
        white-space: nowrap;
        align-items: center;
        padding-right: 0.75rem;
        gap: 0.5rem;
        transition: transform 0.3s linear;
        position: relative;
    }

        .side-cta__item .side-cta__item-link .side-cta__item-icon {
            position: relative;
            z-index: 1;
            border-radius: var(--rounded-md);
            width: 3.5rem;
            height: 3.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            box-shadow: 0px -3px 0px 1px #0000001A inset, 0px 2px 0px 0px #FFFFFF40 inset, 0px 2px 5px 0px #140E3E40;
            -webkit-box-shadow: 0px -3px 0px 1px #0000001A inset, 0px 2px 0px 0px #FFFFFF40 inset, 0px 2px 5px 0px #140E3E40;
            -moz-box-shadow: 0px -3px 0px 1px #0000001A inset, 0px 2px 0px 0px #FFFFFF40 inset, 0px 2px 5px 0px #140E3E40;
            -o-box-shadow: 0px -3px 0px 1px #0000001A inset, 0px 2px 0px 0px #FFFFFF40 inset, 0px 2px 5px 0px #140E3E40;
        }

        .side-cta__item .side-cta__item-link .side-cta__item-text {
            font-weight: 600;
            font-size: 1.125rem;
            line-height: 1.4;
        }

    .side-ctas__list .side-cta__item:hover .side-cta__item-link {
        transform: translateX(calc(-100% + 3.5rem));
    }

    /* #endregion */

    /* #region Hero section*/
    .hero {
        padding: 8px;
        height: 100vh;
    }

        .hero .hero__inner {
            border-radius: var(--rounded-display);
            overflow: hidden;
            height: 100%;
            display: flex;
        }

        .hero .hero__slider-pagination {
            margin: 0 2.5rem;
        }

        .hero .hero__item {
            position: relative;
            display: flex;
            align-items: end;
        }

    .hero__item .hero__item-bg {
        position: absolute;
        inset: 0;
    }

        .hero__item .hero__item-bg img {
            width: 100%;
            height: 100%;
        }

    .hero__item .hero__item-content {
        width: 100%;
        padding: 2rem 1rem;
        color: var(--color-white);
        position: relative;
    }

    .hero__item-content .hero__item-title {
        font-weight: 700;
        margin-bottom: 1.5rem;
    }

    .hero__item-content .hero__item-details {
        font-weight: 500;
        margin-bottom: 2rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .hero__item-content .hero__item-ctas {
        display: flex;
        gap: 8px;
    }

    .hero__item-ctas .hero__item-cta {
        display: flex;
        flex-basis: 50%;
        max-width: 160px;
    }

    /* #endregion */

    /* #region Products section */
    .products {
        padding: 1rem 0;
    }

        .products .section-title {
            margin-bottom: 2rem;
        }

        .products .products__slider-main {
            overflow: visible;
            display: flex;
            flex-wrap: nowrap;
        }

            .products .products__slider-main .product__item {
                width: 97%;
            }

        .products .products__slider .products__tab-contents {
            /*    height: 502px;*/
            height: auto;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

    /* #endregion */

    /* #region USP section */
    .usp {
        position: relative;
        padding: 1rem 0;
        padding-bottom: 2rem;
    }

        .usp .section-title {
            text-align: center;
            margin-bottom: 1.5rem;
        }

        .usp .usp__main {
            overflow: visible;
        }

    .usp__main .usp__item {
        width: 94%;
        height: var(--card-height-sm);
        border-radius: var(--rounded-display);
        overflow: hidden;
        padding: 0.5rem;
        position: relative;
        display: flex;
        align-items: end;
    }

    .usp__item .usp__item-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        inset: 0;
    }

        .usp__item .usp__item-bg img {
            height: 100%;
            width: 100%;
        }

    .usp__item .usp__item-content-wrapper {
        position: relative;
        width: 100%;
    }

    .usp__item .usp__item-content {
        position: relative;
        background-color: var(--color-content-box);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        border-radius: var(--rounded-display);
        padding: 1.25rem;
        color: var(--color-white);
    }

    .usp__item-content .usp__item-title {
        margin-bottom: 0.5rem;
        font-size: 24px;
    }

    .usp__item-content .usp__item-description {
        font-size: 16px;
        max-width: 500px;
        font-weight: 500;
        margin-bottom: 2rem !important;
    }


    /* #endregion */

    /* #region Testimonials section */
    .testimonials {
        padding: 1.875rem 0 1.5rem;
    }

        .testimonials .section-title-group {
            margin-bottom: 1.75rem;
        }

    .testimonial__item {
        border-radius: var(--rounded-display);
        height: var(--card-height-sm);
        overflow: hidden;
        position: relative;
        padding: 1.5rem;
        display: flex;
        align-items: end;
        color: var(--color-white);
        width: 90%;
    }

        .testimonial__item .testimonial__item-bg {
            position: absolute;
            inset: 0;
            height: 100%;
        }

            .testimonial__item .testimonial__item-bg img {
                width: 100%;
                height: 100%;
            }

    .testimonial__item-bg::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 40%;
        bottom: 0;
        display: flex;
        /*background: linear-gradient(to top, rgba(0, 7, 8, 1) 0% 60%, rgba(0, 0, 0, 0));*/
        background: linear-gradient(0deg, #343434 0%, rgba(89, 89, 89, 0) 100%);
    }

    .testimonial__item .testimonial__item-content {
        position: relative;
    }

    .testimonial__item-content .testimonial__item-details {
        font-weight: 500;
        font-size: var(--font-size-base);
        line-height: 1.4;
        margin-bottom: 1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .testimonial__item:hover .testimonial__item-content .testimonial__item-details {
        -webkit-line-clamp: unset;
        overflow: hidden;
        white-space: normal;
    }

    .testimonial__item:hover .testimonial__item-bg::after {
        height: 100%;
        /*background: linear-gradient(to top, rgba(0, 7, 8, 0.6) 0% 60%, rgba(0, 0, 0, 0));*/
        /*background: linear-gradient(to bottom, rgba(0, 7, 8, 0.3) 0%, rgba(0, 7, 8, 0.9) 60%, rgba(0, 0, 0, 1) 100%);*/
        background: linear-gradient(0deg, #343434 0%, rgba(89, 89, 89, 0) 100%);
    }

    .testimonial__item-content .testimonial__item-client {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-weight: 500;
        font-size: var(--font-size-sm);
    }

    .testimonial__item-client .client-avatar {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: var(--rounded-full);
        overflow: hidden;
    }

    .testimonial__item.testimonial--nothumb {
        padding: 2rem;
    }

        .testimonial__item.testimonial--nothumb,
        .testimonial__item.testimonial--nothumb .testimonial__item-bg::after {
            background-color: var(--color-primary);
        }

            .testimonial__item.testimonial--nothumb .testimonial__item-bg::after {
                height: 100%;
            }

            .testimonial__item.testimonial--nothumb .testimonial__item-content .testimonial__item-details {
                overflow: visible;
                display: block;
                -webkit-box-orient: horizontal;
                -webkit-line-clamp: none;
            }

            .testimonial__item.testimonial--nothumb .testimonial__item-badge {
                position: absolute;
                z-index: 1;
                color: var(--color-primary);
                top: 2rem;
                left: 2rem;
            }

    /* #endregion */

    /* #region Campaign section */
    .campaign {
        padding: 1rem 0;
    }

        .campaign .campaign__main {
            border-radius: var(--rounded-display);
            overflow: hidden;
            position: relative;
            width: 100%;
            height: var(--card-height-sm);
            display: flex;
            padding: 1.5rem;
            align-items: end;
        }

    .campaign__main .campaign__main-bg {
        position: absolute;
        inset: 0;
        height: 100%;
    }

        .campaign__main .campaign__main-bg img {
            height: 100%;
            object-fit: unset;
            object-position: center;
        }

    .campaign__main-bg::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 60%;
        bottom: 0;
        display: flex;
    }

    .campaign__main .campaign__main-content {
        position: relative;
        color: var(--color-white);
    }

    .campaign__main-content .campaign__main-tagline,
    .campaign__main-content .campaign__main-title {
        text-align: left;
        margin-bottom: 0.5rem;
    }

    .campaign__main-content .campaign__main-description {
        margin-bottom: 1.5rem;
    }

    .campaign__main-cta:not(.btn--icon) {
        display: none;
    }

    /* #endregion */

    /* #region About us section */
    .about-us {
        padding: 0.563rem 0 1rem;
    }

        .about-us .about-us__main {
            border-radius: var(--rounded-display);
            overflow: hidden;
            position: relative;
            width: 100%;
            height: var(--card-height);
            display: flex;
            padding: 1.5rem;
            align-items: end;
        }

    .about-us__main .about-us__main-bg {
        position: absolute;
        inset: 0;
        height: 100%;
    }

        .about-us__main .about-us__main-bg img {
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: unset;
        }

    .about-us__main-bg::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        display: flex;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 0% 60%, rgba(0, 0, 0, 0));
    }

    .about-us__main .about-us__main-content {
        position: relative;
        color: var(--color-white);
    }

    .about-us__main-content .about-us__main-tagline,
    .about-us__main-content .about-us__main-title {
        text-align: left;
        margin-bottom: 0.5rem;
    }

    .about-us__main-content .about-us__main-description {
        margin-bottom: 3rem;
    }

    .about-us__cta:not(.btn--icon) {
        display: none;
    }

    /* #endregion */

    /* #region View our vehicle section */
    .view-our-vehicle {
        padding: 1rem 0;
    }

        .view-our-vehicle .view-our-vehicle__main {
            border-radius: var(--rounded-display);
            overflow: hidden;
            position: relative;
            width: 100%;
            height: var(--card-height);
            display: flex;
            padding: 1.5rem;
            align-items: end;
        }

    .view-our-vehicle__main .view-our-vehicle__main-bg {
        position: absolute;
        inset: 0;
        height: 100%;
    }

        .view-our-vehicle__main .view-our-vehicle__main-bg img {
            width: 100%;
            height: 100%;
            object-position: center;
        }

    .view-our-vehicle__main-bg::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        display: flex;
        background-color: #00070866;
    }

    .view-our-vehicle__main-bg:hover::after {
        background: none;
        cursor: pointer;
    }

    .view-our-vehicle__main .view-our-vehicle__main-content {
        position: relative;
        color: var(--color-white);
    }

        .view-our-vehicle__main .view-our-vehicle__main-content .view-our-vehicle__cta:hover {
            color: white;
            background-color: #444444;
        }

    .view-our-vehicle__main-content .view-our-vehicle__main-tagline,
    .view-our-vehicle__main-content .view-our-vehicle__main-title {
        text-align: left;
        margin-bottom: 0.5rem;
    }

    .view-our-vehicle__main-content .view-our-vehicle__main-description {
        margin-bottom: 3rem;
    }

    /* #endregion */

    /* #region Partner */
    .partner {
        padding: 1rem 0 0.5rem;
    }

        .partner .partner__main {
            background-color: var(--color-surface);
            border-radius: var(--rounded-display);
            padding: 0.5rem;
        }

    .partner__main .partner__content {
        padding: 1.5rem 1rem;
        margin-bottom: 0.5rem;
    }

        .partner__main .partner__content .section-title {
            margin-bottom: 1.5rem;
        }

        .partner__main .partner__content .section-description {
            margin-bottom: 2rem;
        }

    .partner__main .partner__benefits {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        margin-bottom: 3.5rem;
        margin-left: 1rem;
    }

    .partner__benefits .partner__benefit-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-weight: 500;
        font-size: var(--font-size-lg);
        line-height: 1.4;
    }

        .partner__benefits .partner__benefit-item iconify-icon,
        .partner__benefits .partner__benefit-item svg {
            font-size: 1.75rem;
        }

    .partner__main .partner__ctas {
        gap: 1rem;
    }

    .partner__main .partner__cta {
        flex-grow: 1;
        margin: auto;
        width: 100%;
    }

        .partner__main .partner__cta:hover {
            flex-grow: 1;
            color: white;
            background-color: #444444;
        }

    .partner__banner {
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: var(--rounded-display);
        overflow: hidden;
    }

        .partner__banner img {
            width: 100%;
            height: 100%;
        }

    /* #endregion */

    /* #region Services section */
    .services {
        padding: 1rem 0;
    }

        .services .services__main {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

    .services__main .service__item {
        flex-basis: 100%;
        border-radius: var(--rounded-display);
        height: var(--card-height-sm);
        background-color: var(--color-primary);
        color: var(--color-white);
        padding: 1.5rem;
        padding-top: 2rem;
        overflow: hidden;
        position: relative;
    }

    .service__item .service__item-title {
        text-transform: uppercase;
        margin-bottom: 1.5rem;
    }

    .service__item .service__item-details {
        font-size: 1.125rem;
        line-height: 1.4;
        margin-bottom: 2.5rem;
    }

    .service__item .service__item-cta {
        position: relative;
        z-index: 1;
    }

    .service__item .service__item-decor {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
    }

    /* #endregion */

    /* #region Dealer Section */
    .dealers {
        overflow: hidden;
        position: relative;
        padding-top: 1.5rem;
        padding-bottom: 0;
        margin-bottom: 1rem;
    }

        .dealers .section-title {
            margin-bottom: 1rem;
        }

        .dealers .section-description {
            font-weight: 600;
        }

        .dealers .section-title-group {
            margin-bottom: 1rem;
        }

    .dealers__list-provinces {
        margin-bottom: 1rem;
    }

        .dealers__list-provinces iconify-icon,
        .dealers__list-provinces svg {
            color: var(--color-white);
        }

    .dealers .dealers__list-main {
        display: none;
    }

    .dealers .dealers__map {
        position: relative;
        height: 500px;
        width: 100%;
        border-radius: var(--rounded-display);
        overflow: hidden;
    }

        .dealers .dealers__map > img {
            width: 100%;
            height: 100%;
        }

        .dealers .dealers__map .dealers__map-current {
            position: absolute;
            padding: 0.5rem 1.25rem;
            right: 1rem;
            bottom: 1rem;
        }

            .dealers .dealers__map .dealers__map-current iconify-icon,
            .dealers .dealers__map .dealers__map-current svg {
                width: 3rem;
                height: 3rem;
            }

    .dealers__list > .dealers__list-main {
        height: 100%;
        max-height: auto;
    }

    .dealers__sheet {
        --moving-bar-height: 600px;
        height: var(--moving-bar-height);
        margin-top: 0.25rem;
        min-height: var(--moving-bar-height);
        position: relative;
        z-index: 11;
    }

        .dealers__sheet .dealers__sheet-inner {
            background-color: #fff;
            border-radius: 16px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            box-shadow: 0 0 4px #12131733;
            display: flex;
            flex-direction: column;
            height: calc(100dvh - 3rem);
            left: 0;
            position: absolute;
            right: 0;
            user-select: none;
        }


        .dealers__sheet .dealers__sheet-control {
            align-items: center;
            cursor: grab;
            display: flex;
            justify-content: center;
            padding-bottom: 0.75rem;
            padding-top: 0.5rem;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

            .dealers__sheet .dealers__sheet-control .dealers__sheet-control-line {
                background-color: #121317;
                border-radius: var(--rounded-lg);
                height: 4px;
                opacity: .6;
                width: 80px;
            }

        .dealers__sheet .dealers__sheet-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            padding: 0 0.5rem;
            position: relative;
        }

        .dealers__sheet .dealers__list-main {
            display: flex !important;
            height: 100%;
            width: 100%;
            max-height: 100%;
            /*max-height: 560px;*/
            overflow-y: scroll;
        }

        .dealers__sheet .dealer__detail {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: var(--color-white);
            padding: 0 0.5rem;
        }

            .dealers__sheet .dealer__detail .dealer__detail-content {
                height: calc(100% - 4.5rem);
                display: flex;
                flex-direction: column
            }

    .dealer__detail .dealer__detail-name {
        margin-bottom: 1.25rem;
    }

    .dealer__detail .dealer__detail-back {
        margin-bottom: 1rem;
        gap: 0.5rem;
    }

    .dealer__detail .dealer__detail-group {
        background-color: var(--color-surface);
        border-radius: var(--rounded-xl);
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .dealer__detail-group .dealer__detail-info {
        display: flex;
        gap: 0.5rem;
        align-items: center;
        font-weight: 500;
        font-size: var(--font-size-sm);
        line-height: 1.2;
        color: var(--color-text-neutral);
    }

        .dealer__detail-group .dealer__detail-info .dealer__info-icon {
            color: var(--color-primary);
        }

    .dealer__detail .dealer__detail-direction {
        color: var(--color-white);
        width: 100%;
        margin-top: auto;
        gap: 0.5rem;
    }

        .dealer__detail .dealer__detail-direction svg {
            transform: scaleY(-1);
        }

    .dealers__list > .dealer__detail {
        display: none;
    }

    /* #endregion */

    /* #region News section */
    .news {
        background-color: var(--color-surface);
        border-radius: var(--rounded-display);
        padding: 1rem 0;
        overflow: hidden;
    }

    main > .news:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .news .section-title-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

    .news .news__sort {
        width: 137px;
    }

    .news__main {
        /* background-color: var(--color-white);
    border-radius: var(--rounded-display); */
        overflow: hidden;
        /*padding: 0.625rem;*/
    }

        .news__main .new__item {
            border-radius: var(--rounded-display);
            background-color: var(--color-bg-light);
            height: var(--card-height-sm);
            overflow: hidden;
            position: relative;
            display: flex;
            align-items: end;
            padding: 1rem;
            padding-right: 0.75rem;
        }

            .news__main .new__item .new__item-cta .btn--primary {
                display: none;
            }

            .news__main .new__item .new__item-cta .btn.btn--accent iconify-icon,
            .news__main .new__item .new__item-cta .btn.btn--accent svg {
                font-size: 1.5rem;
            }

    .new__item .new__item-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
    }

        .new__item .new__item-bg img {
            width: 100%;
            height: 100%;
        }

        .new__item .new__item-bg::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 70%;
            bottom: 0;
            display: flex;
            /*background: linear-gradient(to top, rgba(0, 0, 0, 1) 0% 60%, rgba(0, 0, 0, 0));*/
            background: linear-gradient(0deg, #343434 0%, rgba(89, 89, 89, 0) 100%);
        }

    .new__item .new__item-content {
        position: relative;
        color: var(--color-white);
    }

        .new__item .new__item-content .new__item-text {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 1.5rem;
        }

    /* #endregion */

    /* #region FAQs section */
    .faqs {
        padding-bottom: 0.5rem;
    }

    .faqs__inner {
        padding: 1.5rem 0.75rem;
        background-color: var(--color-white);
        border-radius: var(--rounded-display);
        overflow: hidden;
    }

    .faqs .section-title-group {
        margin-bottom: 1rem;
    }

        .faqs .section-title-group .section-title {
            margin-bottom: 1rem;
        }

        .faqs .section-title-group .section-description {
            margin-bottom: 1.5rem;
        }

    .faqs__main-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .faqs__main-list .faq__item {
            padding: 0 1rem;
            background-color: var(--color-surface);
            border-radius: var(--rounded-card-sm);
        }

    .faq__item .faq__item-heading {
        font-weight: 500;
        font-size: 1.125rem;
        line-height: 1.4;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 0.75rem 0;
        padding-right: 3.5rem;
        cursor: pointer;
        user-select: none;
    }

    .faq__item .faq__item-toggle {
        position: absolute;
        right: 0;
    }

        .faq__item .faq__item-toggle iconify-icon,
        .faq__item .faq__item-toggle svg {
            transform: scaleY(1);
            transition: transform 0.3s ease-in-out;
        }

    .faq__item.expanded .faq__item-toggle iconify-icon,
    .faq__item.expanded .faq__item-toggle svg {
        transform: scaleY(-1);
    }

    .faq__item .faq__item-content {
        font-weight: 400;
        line-height: 1.4;
        color: var(--color-text);
        height: 0;
        overflow: hidden;
    }

    .faq__item.expanded .faq__item-content {
        height: auto;
    }

    /* #endregion */

    /* #region Highlight section */
    .highlight .highlight__content {
        background-color: var(--color-surface);
        border-radius: var(--rounded-display);
        padding: 0.5rem;
        display: flex;
        flex-direction: column-reverse;
    }

        .highlight .highlight__content .highlight__main {
            padding-top: 4rem;
            padding-bottom: 1rem;
        }

    .highlight .section-title-group .section-tagline {
        text-align: left;
        margin-bottom: 1rem;
        font-weight: 600;
        line-height: 1.5;
    }

    .highlight .section-title-group .section-title {
        margin-bottom: 1.5rem;
    }

    .highlight .section-title-group .section-description {
        font-weight: 500;
        font-size: var(--font-size-lg);
        line-height: 1.4;
    }

    .highlight__content .section-title-group {
        margin-bottom: 2rem;
    }

    .highlight__content .highlight__promo-list {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 2rem;
    }

    .highlight__content .highlight__ctas {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

    .highlight__content .highlight__promo-img {
        aspect-ratio: 1/1;
        width: 100%;
        border-radius: var(--rounded-display);
        overflow: hidden;
    }

        .highlight__content .highlight__promo-img img {
            height: 100%;
        }

    /* #endregion */

    /* #region Contact section */
    .contact {
        margin-bottom: 0.5rem;
    }

        .contact .contact__inner {
            padding: 0.75rem;
            padding-top: 1.5rem;
            background-color: var(--color-white);
            border-radius: var(--rounded-display);
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .contact .section-title {
            font-size: 2.25rem;
            line-height: 1.3;
            margin-bottom: 1rem;
            letter-spacing: -3%;
        }

        .contact .contact__form-main .btn[type='submit'],
        .contact .contact__form .btn[type='submit'] {
            margin-top: 2rem;
            width: 100%;
        }

        .contact .contact__form .input__group:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .contact .contact__banner {
            position: relative;
            border-radius: var(--rounded-display);
            overflow: hidden;
            height: var(--card-height-sm);
            display: flex;
            align-items: end;
            padding: 0.75rem
        }

    .contact__banner .contact__banner-bg {
        position: absolute;
        inset: 0;
    }

        .contact__banner .contact__banner-bg::after {
            content: '';
            position: absolute;
            background: #00070866;
            width: 100%;
            height: 100%;
            inset: 0;
        }

        .contact__banner .contact__banner-bg:hover::after {
            background: none;
            cursor: pointer;
        }

        .contact__banner .contact__banner-bg img {
            width: 100%;
            height: 100%;
        }

    .contact__banner .contact__banner-content {
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        background-color: var(--color-content-box);
        border-radius: var(--rounded-display);
        color: var(--color-white);
        padding: 1rem;
    }

    .contact__banner-content .contact__banner-tagline {
        font-weight: 600;
        font-size: var(--font-size-base);
        line-height: var(--line-height-base);
        margin-bottom: 0.5rem;
    }

    .contact__banner-content .contact__banner-title {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.3;
        letter-spacing: -1%;
        margin-bottom: 0.5rem;
    }

    .contact__banner-content .contact__banner-description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-weight: 500;
        font-size: var(--font-size-base);
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .contact__banner-content .contact__banner-cta span {
        display: none;
    }

    /* #endregion */

    /* #region Offers section */
    .offers {
        padding-top: 2rem;
        padding-bottom: 1rem;
        background-color: var(--color-surface);
        border-bottom-left-radius: var(--rounded-display);
        border-bottom-right-radius: var(--rounded-display);
    }

        .offers .section-title {
            text-align: left;
            margin-bottom: 3rem;
        }

        .offers .offers__main {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }

    .offer__item {
        --offer-card-height: 677px;
        --offer-padding-bottom: 1.25rem;
        padding: 1.25rem 1rem;
        border-radius: var(--rounded-display);
        background-color: var(--color-white);
        position: relative;
        height: var(--card-height-sm);
        overflow: hidden;
    }

        .offer__item.offer__item--viewall {
            height: 360px;
            background-color: var(--color-secondary);
            color: var(--color-white);
            font-weight: 600;
            font-size: var(--font-size-h2);
            line-height: var(--line-height-tight);
            letter-spacing: -1%;
            text-align: center;
            vertical-align: middle;
            text-transform: uppercase;
            display: flex;
            align-items: center;
        }

        .offer__item .offer__item-title {
            font-weight: 600;
            font-size: var(--font-size-lg);
            line-height: 1.4;
            letter-spacing: -1%;
            text-align: center;
            text-wrap: wrap;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            height: calc(var(--font-size-lg)*1.4*3);
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

        .offer__item .offer__item-benefits {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1.25rem;
            height: 184px;
        }

    .offer__item-benefits .offer__benefit-item {
        background-color: var(--color-bg-neutral);
        border-radius: var(--rounded-full);
        padding: 0.96875rem 1.5rem;
        width: fit-content;
        max-width: 100%;
        height: 3.5rem;
        font-size: var(--font-size-sm);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: flex;
        align-items: center;
        font-weight: 500;
        text-align: center;
    }

    .offer__item .offer__item-thumbnail {
        align-items: center;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 144px;
        bottom: var(--offer-padding-bottom);
        display: flex;
        height: 138px;
        justify-content: center;
        left: 50%;
        overflow: hidden;
        pointer-events: unset;
        position: absolute;
        transform: translate(-50%);
        transition: .3s ease-in-out;
        width: calc(100% - 80px);
        z-index: 0;
    }

        .offer__item .offer__item-thumbnail img {
            width: 100%;
            height: 100%;
            /* height: 240px; */
            inset: 0;
            /* border-radius: var(--rounded-full); */
            position: absolute;
        }

    /* #endregion */

    /* #region Calculator section */
    .calculator {
        padding: 2rem 0;
    }

        .calculator .calculator__body {
            padding: 0.5rem;
            padding-top: 1rem;
            background-color: var(--color-surface);
            border-radius: var(--rounded-card);
        }

            .calculator .calculator__body .calculator__main {
                display: flex;
                flex-direction: column;
                gap: 1.5rem;
            }

            .calculator .calculator__body .section-title {
                padding-top: 1rem;
                padding-bottom: 1rem;
                text-transform: uppercase;
            }

    .calculator__car .calculator__car-name {
        padding: 0.625rem 1rem;
        margin-bottom: 1rem;
    }

    .calculator__car .calculator__car-image {
        position: relative;
        max-height: 212px;
        width: 100%;
        aspect-ratio: 1/1;
    }

        .calculator__car .calculator__car-image img {
            height: 100%;
        }

    .calculator__form .input__group:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .calculator__form .cost__group {
        padding: 0.75rem;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: 0.5rem;
        background-color: var(--color-bg-neutral);
        border-radius: var(--rounded-lg);
    }

    .cost__group .cost__item .cost__item-title {
        font-weight: 500;
        margin-bottom: 0.125rem;
    }

    .cost__group .cost__item .cost__item-details {
        font-size: 1.375rem;
        line-height: 1.4
    }

    .cost__group .cost__item.cost_item--highlight {
        font-style: italic;
        color: var(--color-danger);
    }

    .cost__group .cost__item.cost_item--bold {
        font-weight: 600;
    }

    .calculator__form .cost__group:has(+ .cost__disclaimer) {
        margin-bottom: 1.5rem;
    }

    .calculator__form .cost__disclaimer {
        margin-bottom: 1.5rem;
    }

    .calculator__main .calculator__banner {
        /*height: 684px;*/
        width: 100%;
        border-radius: var(--rounded-card);
        overflow: hidden;
    }

    .calculator__banner img {
        width: 100%;
        height: 100%;
    }

    /* #endregion */

    /* #region Page header section */
    .page-header {
        height: auto;
        padding: 0.5rem;
        padding-bottom: 1rem;
        background-color: var(--color-primary);
        border-radius: var(--rounded-display);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: var(--color-white);
    }

    .page-header__inner {
        background-color: var(--color-secondary);
        width: 100%;
        height: 100%;
        border-radius: var(--rounded-display);
        padding-top: calc(var(--header-padding)*2 + var(--header-height));
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        transition: all 0.3s linear;
    }

    .page-header .page-header__breadcrumb {
        margin-top: 0.75rem;
        margin-bottom: 2rem;
    }

    .page-header .page__title {
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1.3;
        letter-spacing: -1%;
        text-transform: uppercase;
        color: var(--color-white);
        height: auto;
        overflow: hidden;
        display: flex;
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 3;*/
        margin-bottom: 2rem;
    }

    .page-header .page__description {
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.4;
        color: var(--color-text);
    }

    .page-header .page-header__search {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .page-header .page-header__search-input.searchbar .search__input {
        color: var(--color-white);
        height: 4.063rem;
        background-color: var(--color-text-neutral);
    }

    .page-header .page-header__search-input.searchbar svg {
        color: var(--color-white);
    }

    .page-header .page-header__search-results {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

        .page-header .page-header__search-results .page-header__search-results-summary {
            font-weight: 500;
            font-size: var(--font-size-lg);
            line-height: 1.4;
            color: var(--color-border);
        }

        .page-header .page-header__search-results .page-header__search-results-details {
            font-weight: 500;
            font-size: 1.375rem;
            line-height: 1.4;
        }

    .page-header:has(+ .search-results.search--empty) .page-header__search-results {
        display: none;
    }

    /* #endregion */

    /* #region Page header section - static page */
    .page-header.page--static .page-header__inner {
        padding-top: calc(var(--header-padding)*4 + var(--header-height));
    }

    .page-header.page--static .page__title {
        font-weight: 600;
        font-size: 2.75rem;
        line-height: var(--line-height-tight);
        letter-spacing: -1%;
        text-transform: uppercase;
    }

    .page-header.page--static .page__description {
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.4;
        letter-spacing: -1%;
        text-transform: uppercase;
        color: var(--color-white);
        margin-bottom: 2rem;
    }

    /* #endregion */

    @media only screen and (min-width: 360px) {
        :root {
            /* ========== TYPOGRAPHY ========== */
            --font-size-h1: 2.75rem;
            --font-size-h2: 2.5rem;
            --font-size-h3: 2rem;
            --font-size-h4: 1.5rem;
            --font-size-h5: 1.25rem;
            --font-size-h6: 1.125rem;
        }

        .cta__icon .icon {
            /*height : 29px;*/
        }
        /* #region Header component */
        /*.header {
            margin: 1.5rem;
            padding: 0.75rem 0.875rem;
            border-radius: var(--rounded-card);
            width: calc(100% - 3rem);
        }*/
        
        .header {
            margin: 1.5rem;
            padding: 0.75rem 0.875rem;
            border-radius: var(--rounded-card);
            width: calc(100% - 3rem);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: white;
            z-index: 999;
            transition: top 0.3s ease, max-height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
        }

            .header.hide {
                top: -150px; 
             }


            .header.scrolled {
                margin: 0.25rem 1.5rem;
            }

            .header .header__menu {
                --banner-img-height: 300px;
                border-radius: 0px 0px var(--rounded-card) var(--rounded-card);
                padding: 0.75rem 0.875rem;
                padding-top: 1.5rem;
            }

            .header .header__menu-products .tag-item {
                font-size: var(--font-size-sm);
            }


            .header .header__menu-products .products__slider-all {
                padding: 1.5rem 5.5rem;
                padding-left: 4rem;
                font-size: 2rem;
                min-height: 56px;
                border-radius: 1.5rem;
            }

        /* #endregion */

        /* #region Footer */

        /* .footer {
        min-height: 864px;
        height: 864px;
    } */

        .site-footer .site-footer__inner {
            background-color: var(--color-primary);
            padding: 8px;
            border-radius: 48px 48px 0px 0px;
        }

        .footer .footer__logo {
            width: 51px;
            margin: 1.5rem 1rem 0 0;
            margin-bottom: 2.5rem;
        }

        .footer .footer__nav {
            padding: 1.5rem 1.5rem 1.25rem 1.5rem
        }

        .footer__nav-list .footer__nav-menu .footer__menu-link {
            padding: 1rem 0;
            flex-direction: row;
            font-size: 1.375rem;
        }

        .footer__submenu-item-group {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 4.5px
        }

            .footer__submenu-item-group a {
                font-size: 1.125rem;
                line-height: 1.4;
                font-weight: 500;
            }


        .footer__nav-menu .footer__submenu .footer__submenu-item p {
            font-size: var(--font-size-lg);
        }

        /* #endregion */

        /* #region Hero section*/
        .hero {
            padding: 8px;
            height: 100vh;
        }

            .hero .hero__inner {
                border-radius: var(--rounded-display);
                overflow: hidden;
                height: 100%;
                display: flex;
            }

            .hero .hero__slider-pagination {
                margin: 0 2.5rem;
            }

            .hero .hero__item {
                position: relative;
                display: flex;
                align-items: end;
            }

        .hero__item .hero__item-bg {
            position: absolute;
            inset: 0;
        }

            .hero__item .hero__item-bg img {
                width: 100%;
                height: 100%;
            }

        .hero__item .hero__item-content {
            width: 100%;
            padding: 2rem 1rem;
            color: var(--color-white);
            position: relative;
        }

        .hero__item-content .hero__item-title {
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .hero__item-content .hero__item-title {
            opacity: 0;
            /*opacity: 1;*/
        }

        .hero__item-content .hero__item-details {
            font-weight: 500;
            margin-bottom: 2rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            line-clamp: 3;
        }

        .hero__item-content .hero__item-details {
            opacity: 0;
            /*opacity: 1;*/
        }

        .hero__item-content .hero__item-ctas {
            display: flex;
            gap: 8px;
        }

        .hero__item-ctas .hero__item-cta {
            display: flex;
            flex-basis: 50%;
            max-width: 160px;
        }

        .btn--accent:hover {
            background-color: #009cae;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
        }

        .btn--accent:active {
            background-color: #006f80;
            transform: scale(0.98);
        }

        .btn--sub:hover {
            color: #009cae;
            border: 1px solid #009cae;
            background-color: #f5f5f5;
            transition: all 0.3s ease;
        }

        .btn--sub:active {
            color: #00798a;
            transform: scale(0.98);
        }


        /* #endregion */

        /* #region Products section */
        .products {
            padding: 2rem 0;
        }

            .products .products__slider .products__tab-contents {
                height: 562px;
            }

        /* #endregion */

        /* #region USP section */
        .usp {
            padding: 1rem 0;
            padding-bottom: 2.25rem;
        }

            .usp .section-title {
                margin-bottom: 3rem;
            }

        .usp__main .usp__item {
            height: var(--card-height);
        }

        .usp__item .usp__item-content {
            padding: 2rem;
        }

        /* .usp__item-content .usp__item-description {
        margin-bottom: 2rem;
    } */
        .usp__item-content .usp__item-title {
            margin-bottom: 0.5rem;
            font-size: 24px;
        }

        .usp__item:nth-child(1) .usp__item-description,
        .usp__item:nth-child(2) .usp__item-description,
        .usp__item:nth-child(3) .usp__item-description {
            font-size: 16px;
            max-width: 500px;
            font-weight: 500;
            margin-bottom: 2rem !important;
        }

        .usp__icon {
            font-size: 24px;
            color: white;
            display: inline-block;
            width: 24px;
            height: 24px;
        }
        /* #endregion */

        /* #region Testimonials section */
        /*.testimonials {
        padding: 3.75rem 0 3rem;
    }*/

        .testimonials .section-title-group {
            margin-bottom: 3.5rem;
        }

        .testimonial__item {
            height: 576px;
        }

        .testimonial__item-content .testimonial__item-details {
            font-size: var(--font-size-lg);
        }

        .testimonial__item-content .testimonial__item-client {
            font-size: var(--font-size-base);
        }

        .testimonial__item-client .client-avatar {
            width: 3rem;
            height: 3rem;
        }

        /* #endregion */

        /* #region Campaign section */
        /*.campaign .campaign__main {*/
        /*    height: var(--card-height);*/
        /*}*/

        .campaign__main-bg::after {
            height: 50%;
        }

        .campaign__main-content .campaign__main-description {
            margin-bottom: 3rem;
        }

        .campaign__main-cta:not(.btn--icon) {
            display: none;
        }

        /* #endregion */

        /* #region Services section */
        .services__main .service__item {
            /*height: var(--card-height-lg);*/
            padding: 3rem;
        }

        .service__item .service__item-title {
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            font-size: 1.45rem;
        }

        .service__item .service__item-details {
            /*font-size: 1.375rem;*/
            font-size: 1rem;
            margin-bottom: 3.5rem;
        }

        .service__item .service__item-decor {
            width: 100%;
        }

        /* #endregion */

        /* #region Dealer Section */
        .dealers .dealers__map .dealers__map-current {
            padding: 1rem 2rem;
        }

        /* #endregion */

        /* #region News section */
        .news {
            padding: 1.5rem 0;
            padding-top: 3.5rem;
        }

            .news .section-title-group {
                margin-bottom: 2rem;
            }

        .news__main .new__item {
            height: var(--card-height);
            padding: 1.5rem;
            padding-right: 1.25rem;
        }

        .new__item .new__item-content .new__item-text {
            margin-bottom: 3rem;
        }

        /* #endregion */

        /* #region FAQs section */
        .faqs .section-title-group {
            margin-bottom: 1.5rem;
        }

            .faqs .section-title-group .section-title {
                margin-bottom: 1.5rem;
            }

            .faqs .section-title-group .section-description {
                margin-bottom: 2rem;
            }

        .faqs__main-list .faq__item {
            padding: 0 1.5rem;
        }

        .faq__item .faq__item-heading {
            font-size: 1.375rem;
            padding: 1.25rem 0;
            padding-right: 4.5rem;
        }

        /* #endregion */

        /* #region Offers section */
        .offer__item {
            --offer-card-height: 677px;
            --offer-padding-bottom: 2rem;
            padding: 2rem 1rem;
            height: var(--offer-card-height);
        }

            .offer__item .offer__item-title {
                font-size: 1.375rem;
                margin-bottom: 3rem;
                height: calc(1.375rem * 1.4 * 3);
            }

            .offer__item .offer__item-benefits {
                margin-bottom: 3rem;
            }

        .offer__item-benefits .offer__benefit-item {
            background-color: var(--color-bg-neutral);
            border-radius: var(--rounded-full);
            padding: 0.96875rem 1.5rem;
            width: fit-content;
            height: 3.5rem;
        }

        .offer__item .offer__item-thumbnail {
            bottom: var(--offer-padding-bottom);
            height: 240px;
            width: 90%;
        }

        /* #endregion */
    }

    @media only screen and (min-width: 640px) {
        :root {
            /* ========== TYPOGRAPHY ========== */
            --font-size-h1: 4.5rem;
            --font-size-h2: 3.25rem;
            --font-size-h3: 2.75rem;
            --font-size-h4: 2.25rem;
            --font-size-h5: 1.75rem;
        }

        /* #region Header component */
        .header {
            margin: 1.5rem;
            margin-bottom: 0rem;
            padding: 1.5rem 2rem;
            border-radius: var(--rounded-card-lg);
            max-height: 100px;
        }

        /* #endregion */
    }


    @media only screen and (min-width: 1280px) {

        :root {
            /* ========== COMPONENTS UTILITIES ========== */
            --header-height: 128px;
        }

        .site-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0);
            z-index: -1;
        }

        .no-scroll {
            overflow: hidden;
        }

        .offer__item-thumbnail .img-mobile {
            display: none;
        }

        .offer__item-thumbnail:hover .img-desktop {
            display: none;
        }

        .offer__item-thumbnail:hover .img-mobile {
            display: block;
        }



        /* #region Header component */
        /*.header {
            max-height: 128px;
            width: calc(100% - 4rem);
            margin: 2rem;
            max-width: calc(1920px - 4rem);
            transition: margin 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
        }*/
        
        
        .header {
            max-height: 128px;
            width: calc(100% - 4rem);
            margin: 2rem;
            max-width: calc(1920px - 4rem);
            transition: top 0.3s ease, max-height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
            /*add hide header */
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: white;
            z-index: 999;
            
            /*background-color: rgba(255, 255, 255, 0.7);*/
        }
            .header.hide {
                top: -150px; 
             }


            .header.scrolled {
                margin: 0.25rem 2rem;
                max-height: 110px;
                padding: 1rem 2rem;
            }

        .page-header.scrolled {
            margin: 0 1rem 1rem;
        }

        .header .header__logo-link.scrolled {
            width: 56px;
            height: 56px;
        }

        .header .header__inner {
            display: flex;
            justify-content: space-between;
        }

        .header .header__nav {
            flex-basis: auto;
            justify-content: start;
            gap: 32px;
            width: fit-content;
        }

        .header__nav .header__mb-group {
            display: none;
        }

        .header__nav .header__logo {
            width: 85px;
            height: 80px;
            position: relative;
            z-index: 2;
            transition: width 0.3s ease, height 0.3s ease;
        }

            .header__nav .header__logo.scrolled {
                width: 56px;
                height: 56px;
            }

        .header .header__nav .header__nav-list {
            margin: 0;
            flex-basis: auto;
            display: flex;
            align-items: center;
        }

        .header .header__extra {
            width: fit-content;
            justify-content: end;
            align-items: center;
            flex-basis: auto;
            gap: 1.5rem;
        }

        .header__extra .header__cta {
            gap: 1rem;
        }

            .header__extra .header__cta .btn-search {
                display: flex;
            }

        .header .header__menu {
            top: calc(20px + 80px);
            padding: 2rem;
            padding-top: 1.5rem;
        }

            .header .header__menu.scrolled {
                border-radius: 24px;
            }

        .header__menu .header__menu-ctas {
            display: flex;
        }

        .header__nav-list .header__nav-item .header__nav-link {
            cursor: pointer;
        }

            .header__nav-list .header__nav-item .header__nav-link iconify-icon,
            .header__nav-list .header__nav-item .header__nav-link svg {
                font-size: 1.5rem;
                transform: rotate(90deg);
            }

        .header__nav-list .header__nav-item:hover,
        .header__nav-item.menu--opened {
            background-color: var(--color-bg-light);
            border-radius: var(--rounded-full);
        }

        .header .header__menu-products .products__slider-all,
        .header .header__menu-nav .btn--all {
            display: none;
        }

        .header__menu-ctas .btn-cta-icon {
            flex-basis: calc(100%/3);
        }

        .header .header__menu-nav {
            display: flex;
            gap: 0.25rem;
        }

            .header .header__menu-nav .menu__nav-links {
                flex-basis: calc(100%/3);
                flex-shrink: 0;
            }

        /* #endregion */

        /* #region Footer component */
        .site-footer .site-footer__inner {
            padding: 1rem;
        }

        .footer {
            height: auto;
            min-height: 0;
            height: auto;
            margin-top: 0.5rem;
        }

            .footer .footer__inner {
                position: relative;
                background-color: var(--color-secondary);
                border-radius: var(--rounded-display);
                overflow: hidden;
                margin: 1rem 0 0 0;
            }



            .footer .footer__bg {
                height: 480px;
                width: 100%;
                border-radius: var(--rounded-display);
                overflow: hidden;
            }




                .footer .footer__bg img {
                    width: 100%;
                    object-position: 20% 58%;
                }

            .footer .footer__logo {
                width: 101px;
                position: absolute;
                /* margin: 1.5rem 3rem 2.75rem; */
                top: 1.5rem;
                right: 1.5rem;
            }

            .footer .footer__nav {
                /* max-width: 592px; */
                padding: 1rem 3rem 2.5rem 3rem;
            }

                .footer .footer__nav .footer__nav-list {
                    display: flex;
                    flex-direction: row;
                    /* gap: 3rem; */
                    gap: 2.5rem;
                }


        .footer__nav .footer__nav-list .footer__nav-menu {
            flex-shrink: 0;
            padding-top: 0;
            flex-grow: 1;
            min-width: 220px;
        }


            .footer__nav .footer__nav-list .footer__nav-menu:first-child {
                max-width: 39.9%;
            }

            .footer__nav .footer__nav-list .footer__nav-menu:nth-child(1) {
                order: 1;
                border-top: none;
            }

                .footer__nav .footer__nav-list .footer__nav-menu:nth-child(1) .footer__menu-link {
                    max-width: none;
                    padding: 0 0 1.5rem 0;
                }

            .footer__nav .footer__nav-list .footer__nav-menu:nth-child(2) {
                order: 2;
                border-top: none;
            }

            .footer__nav .footer__nav-list .footer__nav-menu:nth-child(3) {
                order: 3;
            }

                .footer__nav .footer__nav-list .footer__nav-menu:nth-child(3) .footer__menu-link {
                    padding: 2rem 0 1rem 0;
                }

            .footer__nav .footer__nav-list .footer__nav-menu:nth-child(4) {
                order: 4;
                border-top: none;
            }

            .footer__nav .footer__nav-list .footer__nav-menu:first-child .footer__nav-menu-container {
                padding-top: 2rem;
                max-width: 66.3%;
            }

                .footer__nav .footer__nav-list .footer__nav-menu:first-child .footer__nav-menu-container .footer__submenu .footer__submenu-item img {
                    width: 180px;
                    height: 76px;
                    padding-top: 8px;
                }


        .footer__nav-list .footer__nav-menu .footer__menu-link {
            flex-direction: column;
            gap: 1rem;
            padding: 2rem 0 0 0;
            ;
            font-weight: 500;
            font-size: 1.375rem;
            line-height: 1.4;
        }

        .footer__nav-list .footer__nav-menu:first-child .footer__menu-link {
            padding: 0 0 1.5rem 0;
            ;
        }

        .footer__nav-list .footer__nav-menu:first-child .footer__submenu .footer__submenu-item:last-child {
            padding-top: 8px;
        }

        .footer__menu-link iconify-icon,
        .footer__menu-link svg {
            display: none;
        }

        .footer .footer__legals {
            padding: 0 3rem 3rem;
        }

        .footer__legals .footer__legals-main {
            display: flex;
            padding: 1.5rem 0rem 0rem;
            justify-content: space-between;
        }

            .footer__legals .footer__legals-main .footer__legals-text {
                margin-bottom: 0;
            }

            .footer__legals .footer__legals-main .footer__legals-nav {
                flex-direction: row;
                gap: 2rem;
            }

        /* #endregion */

        /* #region Side CTAs */
        .side-ctas {
            display: block;
        }

        /* #endregion */

        /* #region Hero section */
        .hero {
            padding: 1rem;
            padding-bottom: 0;
            height: 844px;
        }

        .hero__item .hero__item-content {
            padding: 0;
            margin: 3.875rem 3.5rem;
            width: 40%;
        }

        .hero__item-content .hero__item-title {
            font-weight: 700;
            font-size: var(--font-size-h1);
            line-height: 1.2;
            letter-spacing: -1%;
        }

            .hero__item-content .hero__item-title[aria-hidden="true"] {
                opacity: 0;
            }

        .hero__item-content .hero__item-details {
            font-weight: 700;
            font-size: var(--font-size-lg);
            line-height: 1.4;
        }

        .hero__item-content .hero__item-details {
            opacity: 0;
        }

        .hero__item .hero__item-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
        }

        /* #endregion */

        /* #region Product section */
        .products {
            padding-top: 7rem;
            padding-bottom: 5rem;
        }

            .products .section-title {
                width: 61%;
            }

            .products .products__slider .products__tab-contents {
                height: 630px;
                margin-bottom: 0;
            }

            .products .product__item .product__item-image {
                height: 300px;
                text-align: center;
            }

        /* #endregion */

        /* #region USP section */
        .usp {
            padding-bottom: 1rem;
        }

        .usp__main .usp__slider-wrapper {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .usp__main .usp__item {
            width: 100%;
            flex-basis: calc((100% - 1 * 0.5rem) / 2);
            padding: 0.75rem
        }

            .usp__main .usp__item:last-child {
                flex-basis: 100%;
                position: relative;
            }

        .usp__item:last-child .usp__item-content {
            width: 50%;
            position: static;
        }

        .usp__item:last-child .usp__item-cta {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 112px;
            height: 112px;
        }

        .usp__item:nth-child(1) .usp__item-description,
        .usp__item:nth-child(2) .usp__item-description {
            font-size: 22px;
            max-width: 500px;
            font-weight: 600;
            margin-bottom: 0rem !important;
        }

        .usp__item:nth-child(3) .usp__item-description {
            font-size: 22px;
            max-width: none !important;
            font-weight: 600;
            margin-bottom: 0rem !important;
        }

        .usp__item-content .usp__item-title {
            margin-bottom: 0.5rem;
            font-size: 44px;
        }

        .usp .usp__slider-pagination {
            right: 0;
            margin: 0 auto;
        }

        .usp__item-content .usp__item-cta {
            position: absolute;
            bottom: 2rem;
            right: 2rem;
            width: 112px;
            height: 112px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
        }

        .usp__icon {
            font-size: 56px;
            color: white;
            display: inline-block;
            width: 56px;
            height: 56px;
        }

        /* #endregion */

        /* #region Testimonials section */
        .testimonials {
            padding: 6rem 0;
        }

            .testimonials .section-title-group {
                margin-bottom: 6.25rem;
                padding-left: 1rem;
            }

                .testimonials .section-title-group .section-title {
                    padding-bottom: 1.063rem;
                }
        /* #endregion */

        /* #region Campaign section */
        .campaign__main .campaign__main-bg img {
            width: 100%;
            height: 100%;
            object-position: bottom;
            object-fit: contain;
        }

        .campaign__main .campaign__main-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
        }

        /*.campaign__main .campaign__main-bg {*/
        /*    height: 640px;*/
        /*}*/

        /*.campaign .campaign__main {*/
        /*    height: 640px;*/
        /*    padding: 3rem;*/
        /*}*/


        .campaign__main .campaign__main-content {
            width: 40%;
        }

        .campaign__main-content .campaign__main-description {
            margin-bottom: 2rem;
        }

        .campaign__main-content .campaign__main-title {
            margin-bottom: 1.5rem;
        }

        .campaign__main-cta.btn--icon {
            display: none;
        }

        .campaign__main-cta:not(.btn--icon) {
            display: flex;
        }

        /* #endregion */

        /* #region About-us section */
        .about-us__main .about-us__main-bg img {
            width: 100%;
            height: 100%;
            object-position: bottom;
            object-fit: fill;
        }

        .about-us__main .about-us__main-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            background: none;
        }

        .about-us .about-us__main {
            /*height: var(--card-height-lg);*/
            height: 640px;
            padding: 3rem;
        }

        .about-us__main .about-us__main-content {
            width: 40%;
        }

        .about-us__main-content .about-us__main-description {
            margin-bottom: 2rem;
        }

        .about-us__main-content .about-us__main-title {
            margin-bottom: 1.5rem;
        }

        .about-us__cta.btn--icon {
            display: none;
        }

        .about-us__cta:not(.btn--icon) {
            display: flex;
        }

        /* #endregion */

        /* #region Partner */
        .partner .partner__main {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
        }

        .partner__main .partner__banner {
            flex-basis: 50%;
            flex-shrink: 0;
            max-height: 600px;
        }

        .partner__main .partner__content {
            padding: 5.375rem 2.875rem;
        }

        .partner__main .partner__cta {
            margin: 0;
            width: fit-content;
        }

        /* #endregion */

        /* #region View our vehicle section */
        .view-our-vehicle .view-our-vehicle__main {
            padding: 3rem;
            height: 40rem;
        }

        .view-our-vehicle__main .view-our-vehicle__main-content {
            width: 45%;
        }

        .view-our-vehicle__main-content .view-our-vehicle__main-title {
            font-size: var(--font-size-h3);
            margin-bottom: 1.5rem;
        }

        /* #endregion */

        /* #region Services section */
        .services__main .service__item {
            flex-basis: calc((100% - 1 * 0.5rem) / 2);
            ;
        }

        /* #endregion */

        /* #region News section */
        .news .section-title-group {
            margin-right: 1.5rem;
            margin-left: 0rem;
        }

        .news__ctas {
            display: none;
        }

        .news__main {
            display: grid;
            /*grid-template-rows: repeat(7, minmax(0, 176px));*/
            grid-auto-rows: minmax(176px, auto);
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            padding: 0rem;
        }


            .news__main .new__item {
                height: 100%;
            }

                .news__main .new__item:not(:first-child),
                .news__main .new__item .new__item-cta .btn--primary {
                    display: flex;
                }

        .new__item .new__item-bg::after {
            height: 50%;
            opacity: 0;
        }

        .news__main .new__item:first-child {
            grid-column: 1 / span 1;
            grid-row: 1 / span 3;
        }

        .news__main .new__item:nth-child(2) {
            grid-column: 2 / span 1;
            grid-row: 1 / span 1;
        }

        .news__main .new__item:nth-child(3) {
            grid-column: 2 / span 1;
            grid-row: 2 / span 1;
        }

        .news__main .new__item:nth-child(4) {
            grid-column: 2 / span 1;
            grid-row: 3 / span 1;
        }

        .news__main .new__item:nth-child(5) {
            grid-column: 1 / span 1;
            grid-row: 4 / span 2;
        }

        .news__main .new__item:nth-child(6) {
            grid-column: 1 / span 1;
            grid-row: 6 / span 2;
        }

        .news__main .new__item:nth-child(7):last-child {
            grid-column: 2 / span 1;
            grid-row: 4 / span 4;
        }

        .news__main .new__item:is(:first-child, :nth-child(7):last-child) .new__item-bg::after {
            opacity: 1;
        }

        .news__main .new__item:is(:first-child, :nth-child(7):last-child) {
            padding: 3rem;
            color: var(--color-white);
        }
            .news__main .new__item:is(:first-child, :nth-child(7):last-child) .new__item-content .new__item-text {
                margin-bottom: 2rem;
            }
             .new__item:first-child .new__item-content .new__item-text .new__item-description {
                display: none;
            }
           
            .news__main .new__item:is(:first-child, :nth-child(7):last-child) .new__item-content .new__item-tagline {
                margin-bottom: 0.5rem;
            }

        .news__main .new__item:is(:nth-child(5), :nth-child(6), :nth-child(7):last-child) .new__item-content .new__item-title {
            margin-bottom: 1.5rem;
        }

        .news__main .new__item:is(:first-child, :nth-child(7):last-child) .new__item-content .btn.btn--accent {
            display: none;
        }

        .news__main .new__item:is(:nth-child(5), :nth-child(6)) {
            padding: 0.5rem;
            color: var(--color-white);
        }

            .news__main .new__item:is(:nth-child(5), :nth-child(6)) .new__item-content {
                border-radius: var(--rounded-display);
                overflow: hidden;
                padding: 1.5rem;
                background-color: var(--color-content-box);
                backdrop-filter: blur(40px);
                -webkit-backdrop-filter: blur(40px);
                display: flex;
                align-items: end;
                gap: 32px;
                opacity: 0;
                pointer-events: none;
                transition: all 0.3s ease-in-out;
            }

            .news__main .new__item:is(:nth-child(5), :nth-child(6)):hover .new__item-content {
                opacity: 1;
                pointer-events: all;
            }

            .news__main .new__item:is(:nth-child(5), :nth-child(6)) .new__item-title {
                font-weight: 600;
                font-size: 1.75rem;
                line-height: 1.4;
                letter-spacing: -1%;
            }

            .news__main .new__item:is(:nth-child(5), :nth-child(6)) .new__item-content *:is(.new__item-tagline, .btn.btn--primary) {
                display: none;
            }

            .news__main .new__item:is(:nth-child(5), :nth-child(6)) .new__item-content .btn.btn--icon {
                width: 112px;
                height: 112px;
            }

                .news__main .new__item:is(:nth-child(5), :nth-child(6)) .new__item-content .btn.btn--icon iconify-icon,
                .news__main .new__item:is(:nth-child(5), :nth-child(6)) .new__item-content .btn.btn--icon svg {
                    font-size: 3.5rem;
                }

        .news__main .new__item:is(:nth-child(2), :nth-child(3), :nth-child(4)) {
            padding: 1.25rem 1.5rem;
            padding-left: 2.5rem;
            align-items: center;
        }

            .news__main .new__item:is(:nth-child(2), :nth-child(3), :nth-child(4)) .new__item-content {
                display: flex;
                color: var(--color-primary)
            }

        .news__main .new__item:not(:is(:first-child, :nth-child(7):last-child)) .new__item-text {
            margin-bottom: 0;
        }

        .news__main .new__item:is(:nth-child(2), :nth-child(3), :nth-child(4)) .new__item-title {
            font-weight: 600;
            font-size: 2.25rem;
            line-height: 1.3;
            letter-spacing: -1%;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news__main .new__item:is(:nth-child(2), :nth-child(3), :nth-child(4)) .new__item-cta {
            pointer-events: none;
            opacity: 0;
            transition: all 0.3s ease-in-out;
        }

        .news__main .new__item:is(:nth-child(2), :nth-child(3), :nth-child(4)):hover .new__item-cta {
            pointer-events: all;
            opacity: 1;
        }

        .news__main .new__item:is(:nth-child(2), :nth-child(3), :nth-child(4)) .new__item-cta .btn.btn--accent {
            padding: 0;
            background-color: transparent;
            width: 96px;
            height: 96px;
            color: var(--color-primary);
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -o-box-shadow: none;
        }

            .news__main .new__item:is(:nth-child(2), :nth-child(3), :nth-child(4)) .new__item-cta .btn.btn--accent iconify-icon,
            .news__main .new__item:is(:nth-child(2), :nth-child(3), :nth-child(4)) .new__item-cta .btn.btn--accent svg {
                font-size: 6rem;
            }

        .news__main .new__item:is(:nth-child(2), :nth-child(3), :nth-child(4)) *:is(.new__item-bg, .btn.btn--primary, .new__item-tagline, .new__item-description) {
            display: none;
        }

        /* #endregion */

        /* #region Dealer section */
        .dealers .section-title-group {
            margin-bottom: 2rem;
        }

        .dealers .section-title {
            margin-bottom: 1.5rem;
            height: 62px;
        }

        .dealers .section-description {
            height: 50px;
        }

        .dealers__list-provinces {
            height: 56px;
            margin-bottom: 2rem;
            padding-top: 15.5px;
            padding-bottom: 15.5px;
            width: fit-content;
            min-width: 180px
        }

        .dealers .dealers__main {
            position: relative;
            height: 800px;
            padding: 1rem;
        }

        .dealers__main .dealers__list {
            position: relative;
            z-index: 1;
            width: min(40%, 540px);
            height: 100%;
            max-height: 100%;
            border-radius: var(--rounded-card);
            background-color: var(--color-white);
            padding: 1.5rem;
            overflow: hidden;
        }

        .dealers__list .dealers__list-main {
            display: flex;
        }

        .dealers__list > .dealers__list-main {
            max-height: 466px;
        }

        .dealers__main .dealers__map {
            width: 100%;
            height: 100%;
            position: absolute;
            inset: 0;
        }

        .dealers__sheet {
            display: none;
        }

        .dealers__list > .dealer__detail {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: var(--color-white);
            padding: 0 0.5rem;
            padding: 1.5rem;
        }

            .dealers__list > .dealer__detail .dealer__detail-back {
                margin-bottom: 1rem;
            }

            .dealers__list > .dealer__detail .dealer__detail-content {
                height: calc(100% - 3.5rem);
                display: flex;
                flex-direction: column
            }

        .dealer__detail .dealer__detail-name {
            margin-bottom: 2rem;
        }

        .dealer__detail .dealer__detail-direction {
            width: fit-content;
        }

        /* #endregion */

        /* #region FAQ section */
        .faqs__inner {
            display: flex;
            padding-left: 3rem;
            gap: 1.5rem;
        }

        .faqs .section-title-group {
            flex-basis: 41.056%;
            flex-shrink: 0;
        }

        .faq__item .faq__item-heading {
            padding-top: 28.5px;
            padding-bottom: 28.5px;
            line-height: 1.409;
        }

        /* #endregion */

        /* #region Highlight section */
        .highlight .highlight__inner {
            margin: 1rem auto 0.5rem;
        }

        .highlight .highlight__content {
            flex-direction: row;
            gap: 2.5rem;
        }

            .highlight .highlight__content .highlight__main {
                padding-right: 1.5rem;
                padding-bottom: 3rem;
            }

        .highlight__content .highlight__promo-img {
            flex-basis: calc(50% - 0.5rem);
            flex-shrink: 0;
            aspect-ratio: initial;
            max-height: 786px;
        }

        .highlight__content .highlight__promo-list {
            flex-direction: row;
        }

            .highlight__content .highlight__promo-list .promo__item {
                flex-basis: 50%;
            }

        /* #endregion */

        /* #region Contact section */
        .contact .contact__inner {
            padding: 0.5rem;
            flex-direction: row-reverse;
            justify-content: stretch;
            gap: 0.5rem;
            height: 100%;
        }

        .contact .contact__banner {
            align-self: auto;
            height: unset;
        }

        .contact .contact__banner,
        .contact .contact__form {
            flex: 1;
            flex-basis: 50%;
        }

        .contact__banner .contact__banner-content {
            position: relative;
            background-color: transparent;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            color: var(--color-white);
        }

        .contact__banner-content .contact__banner-title {
            margin-bottom: 1.5rem;
            font-weight: 600;
            font-size: var(--font-size-h3);
            line-height: var(--line-height-tight);
        }

        .contact__banner-content .contact__banner-description {
            margin-bottom: 2rem;
            font-weight: 400;
        }

        .contact__banner-content .contact__banner-cta {
            aspect-ratio: initial;
            font-weight: 500;
            font-size: var(--font-size-lg);
            line-height: 1.4;
        }

            .contact__banner-content .contact__banner-cta:hover {
                color: white;
                background-color: #444444;
            }

            .contact__banner-content .contact__banner-cta span {
                display: inline;
            }

            .contact__banner-content .contact__banner-cta iconify-icon,
            .contact__banner-content .contact__banner-cta svg {
                display: none;
            }

        .contact .contact__form {
            padding: 3rem 2rem;
        }

            .contact .contact__form-main .btn[type="submit"],
            .contact .contact__form .btn[type='submit'] {
                margin-top: 0;
                display: inline-block;
                width: fit-content;
                min-width: 140px;
            }

                .contact .contact__form-main .btn[type="submit"]:hover,
                .contact .contact__form .btn[type="submit"]:hover {
                    color: white;
                    background-color: #444444;
                }

                .contact .contact__form-main .btn[type="submit"] + .form__consent {
                    display: inline-block;
                    margin-left: 2.75rem;
                }

            .contact .contact__form .input__group:has(+ .form__submit) {
                margin-bottom: 2rem;
            }

            .contact .contact__form .form__submit {
                display: inline-flex;
            }

                .contact .contact__form .form__submit + .form__consent {
                    display: inline-block;
                    max-width: 400px;
                    vertical-align: middle;
                    margin-left: 2.5rem;
                }

        /* #endregion */

        /* #region Offers section */
        .offers {
            padding-top: 3rem;
        }

            .offers .offers__main {
                flex-direction: row;
            }

            .offers .section-title {
                text-align: center;
                margin-bottom: 3rem;
            }

        .offer__item {
            --offer-card-height: 693px;
            --offer-padding-bottom: 2.5rem;
            padding: 2.5rem;
        }

            .offer__item:hover .offer__item-thumbnail {
                bottom: 0;
                height: 100%;
                transform: translate(-50%) scale(1);
                width: 100%;
                border-radius: 0;
            }

            .offer__item.offer__item--viewall {
                height: var(--offer-card-height);
            }

        /* #endregion */

        /* #region Calculator section */
        .calculator {
            padding-bottom: 3rem;
        }

            .calculator .calculator__body .section-title {
                padding: 0;
                margin-bottom: 2rem;
                text-align: center;
            }

            .calculator .calculator__body {
                padding: 0;
                background-color: transparent;
            }

                .calculator .calculator__body .calculator__main {
                    display: grid;
                    grid-template-columns: 628px 1fr;
                    grid-template-rows: 324px 352px;
                    gap: 0.5rem;
                }

        .calculator__main .calculator__car {
            grid-row: 1/ span 1;
            grid-column: 1 / span 1;
            background-color: var(--color-surface);
            border-radius: var(--rounded-card);
        }

        .calculator__main .calculator__form {
            grid-row: 1/ span 2;
            grid-column: 2 / span 1;
            padding: 1.5rem;
            background-color: var(--color-surface);
            border-radius: var(--rounded-card);
        }

        .calculator__main .calculator__banner {
            grid-row: 2/ span 1;
            grid-column: 1 / span 1;
            height: 100%;
        }

        .calculator__car .calculator__car-image img {
            width: 100%;
            object-fit: contain;
        }

        .calculator__car .calculator__car-name {
            font-weight: 600;
            font-size: 2rem;
            line-height: var(--line-height-tight);
            letter-spacing: -1%;
        }

        .calculator__form .cost__group .cost__item {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .calculator__form .cost__disclaimer {
            font-weight: 500;
            font-size: var(--font-size-lg);
            line-height: 1.4;
        }

        /* #endregion */

        /* #region Page header section */
        .page-header {
            height: auto;
            padding: 1rem;
            margin: 1rem;
            border-top-left-radius: var(--rounded-display);
            border-top-right-radius: var(--rounded-display);
        }

        .page-header__inner {
            padding: 1.5rem 2rem 1.5rem;
            margin-top: calc(var(--header-padding)*1 + var(--header-height));
        }

        /* #endregion */


        /* #region Page header section - static page */
        .page-header.page--static .page-header__inner {
            padding-top: 1.5rem;
        }

        /* #endregion */

    }


    @media only screen and (max-width: 1536px) {
        .highlight__content .highlight__promo-img {
            max-height: 730px;
        }

        /*.campaign__main .campaign__main-bg {*/
        /*    height: 565px;*/
        /*}*/

        /*.campaign .campaign__main {*/
        /*    height: 565px;*/
        /*}*/
    }

    @media only screen and (min-width: 1920px) {
        .campaign__main .campaign__main-bg {
            height: 640px;
        }

        .campaign .campaign__main {
            height: 640px;
            padding: 3rem;
        }
    }
