:root {
    --lm-green: #0f4f32;
    --lm-green-dark: #0a432b;
    --lm-green-deep: #093a26;
    --lm-lime: #d5e66b;
    --lm-gold: #c4b27c;
    --lm-white: #ffffff;
    --lm-text: #104c32;
}

body.home,
body.leapmotors-home-page {
    margin: 0;
    overflow-x: hidden;
    background: var(--lm-green);
    /* font-family: 'Montserrat', sans-serif; */
}

body.lm-menu-open {
    overflow: hidden;
}

body.home .page-container,
body.leapmotors-home-page .page-container {
    width: 100%;
    max-width: none;
    padding: 0;
}

body.home #content.site-content,
body.leapmotors-home-page #content.site-content {
    display: block;
    margin: 0;
}

.lm-home {
    color: var(--lm-white);
    background: var(--lm-green);
    overflow: hidden;
}

.lm-home .container-fluid {
    width: min(100%, 1390px);
    padding-right: clamp(24px, 5vw, 72px);
    padding-left: clamp(24px, 5vw, 72px);
}

.lm-hero .container-fluid {
    width: 100%;
}

.lm-carone,
.lm-carone:hover,
.lm-wordmark,
.lm-wordmark:hover {
    color: var(--lm-white);
    text-decoration: none;
}

.lm-carone {
    justify-self: center;
    padding: 4px 14px 5px;
    border: 3px solid currentColor;
    border-radius: 5px;
    font-size: clamp(22px, 2.1vw, 34px);
    line-height: 1;
    letter-spacing: 1px;
}

.lm-carone img {
    display: block;
    width: auto;
    max-width: 175px;
    max-height: 43px;
}

.lm-wordmark {
    justify-self: end;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 5px;
}

.lm-wordmark img {
    display: block;
    width: auto;
    max-width: 280px;
    max-height: 42px;
}

.lm-menu-panel {
    position: fixed;
    z-index: 40;
    inset: 0;
    display: flex;
    visibility: hidden;
    justify-content: flex-start;
    background: rgba(0, 0, 0, .48);
    opacity: 0;
    transition: visibility .2s ease, opacity .2s ease;
}

.lm-menu-panel.is-open {
    visibility: visible;
    opacity: 1;
}

.lm-menu-panel__inner {
    width: min(100%, 430px);
    height: 100%;
    padding: 34px 40px 48px;
    background: var(--lm-green);
    transform: translateX(-100%);
    transition: transform .28s ease;
}

.lm-menu-panel.is-open .lm-menu-panel__inner {
    transform: translateX(0);
}

.lm-menu-close {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 0 56px auto;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.lm-menu-close::before,
.lm-menu-close::after {
    position: absolute;
    top: 19px;
    left: 5px;
    width: 32px;
    height: 4px;
    border-radius: 999px;
    content: "";
    background: var(--lm-white);
}

.lm-menu-close::before {
    transform: rotate(45deg);
}

.lm-menu-close::after {
    transform: rotate(-45deg);
}

.lm-primary-menu,
.lm-primary-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lm-primary-menu a {
    display: flex;
    align-items: center;
    min-height: 40px;
    color: var(--lm-white);
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.lm-primary-menu a:hover,
.lm-primary-menu a:focus {
    color: var(--lm-lime);
    text-decoration: none;
}

.lm-primary-menu .sub-menu {
    padding: 0 0 14px 18px;
}

.lm-primary-menu .sub-menu a {
    min-height: 40px;
    font-size: 18px;
    font-weight: 700;
}

.lm-hero {
    position: relative;
    min-height: 634px;
    padding-top: 0px;
    background: #000;
}

.lm-hero-swiper,
.lm-hero-swiper .swiper-wrapper,
.lm-hero-swiper .slick-list,
.lm-hero-swiper .slick-track,
.lm-hero-slide {
    min-height: 550px;
}

.lm-hero-slide {
    position: relative;
}

.lm-hero__media {
    position: absolute;
    inset: 0;
    display: block;
}

.lm-hero__media img,
video.lm-hero__media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.lm-hero__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .58) 72%, rgba(0, 0, 0, .94) 100%);
}

video.lm-hero__media+.container-fluid::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .58) 72%, rgba(0, 0, 0, .94) 100%);
}

.lm-hero .container-fluid {
    position: relative;
    z-index: 2;
}

.lm-hero__content {
    position: relative;
    z-index: 2;
    width: min(100%, 720px);
    padding-top: 290px;
    padding-bottom: 56px;
}

.lm-hero h1,
.lm-experience h2,
.lm-models h2,
.lm-aftercare h2,
.lm-connect h2 {
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
}

.lm-hero h1 {
    margin-bottom: 24px;
    font-size: clamp(42px, 4.5vw, 68px);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.lm-hero p {
    margin: 0;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.05;
    padding-bottom: 1rem;
}

.lm-hero strong {
    display: block;
    margin-bottom: 27px;
    font-size: clamp(34px, 3.8vw, 46px);
    line-height: .95;
}

.wpcf7-submit,
.wpcf7-form button,
.lm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.wpcf7-submit:hover,
.wpcf7-form button:hover,
.lm-btn:hover {
    text-decoration: none;
}

.wpcf7-submit:hover,
.wpcf7-form button:hover,
.wpcf7-submit,
.wpcf7-form button,
.lm-btn--lime {
    color: var(--lm-green) !important;
    background: var(--lm-lime) !important;
}

.lm-hero-pagination {
    position: absolute;
    z-index: 5;
    bottom: 27px;
    left: 9.8%;
    width: auto !important;
}

.lm-hero-pagination .slick-dots {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.lm-hero-pagination .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.lm-hero-pagination .slick-dots button {
    width: 31px;
    height: 36px;
    padding: 0;
    margin: 0 1px !important;
    border: 2px solid rgba(213, 230, 107, .35);
    border-radius: 0;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.lm-hero-pagination .slick-dots .slick-active button {
    border-color: var(--lm-lime);
}

.lm-hero-arrow {
    position: absolute;
    z-index: 6;
    top: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
}

.lm-hero-arrow--prev {
    left: clamp(18px, 4vw, 64px);
}

.lm-hero-arrow--next {
    right: clamp(18px, 4vw, 64px);
}

.lm-hero-arrow::before,
.lm-hero-arrow::after {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 4px;
    border-radius: 999px;
    content: "";
    background: var(--lm-lime);
}

.lm-hero-arrow--prev::before {
    left: 10px;
    transform: rotate(-45deg);
    transform-origin: left center;
}

.lm-hero-arrow--prev::after {
    left: 10px;
    transform: rotate(45deg);
    transform-origin: left center;
}

.lm-hero-arrow--next::before {
    right: 10px;
    transform: rotate(45deg);
    transform-origin: right center;
}

.lm-hero-arrow--next::after {
    right: 10px;
    transform: rotate(-45deg);
    transform-origin: right center;
}

.lm-scroll-down {
    position: absolute;
    z-index: 4;
    bottom: 30px;
    left: 50%;
    width: 42px;
    height: 28px;
    transform: translateX(-50%);
}

.lm-scroll-down span {
    position: absolute;
    bottom: 0;
    width: 26px;
    height: 4px;
    border-radius: 999px;
    background: var(--lm-white);
}

.lm-scroll-down span:first-child {
    left: 0;
    transform: rotate(42deg);
}

.lm-scroll-down span:last-child {
    right: 0;
    transform: rotate(-42deg);
}

.lm-hex-row-container {
    background-color: #073D22;
}

.lm-hex-row {
    height: 52px;
    background: #073D22 url(../../img/hex-row-top.png) no-repeat;
    background-size: contain;
    background-position: -10px 0px;
}

.lm-hex-row span,
.lm-footer__hex span {
    display: inline-block;
    width: 31px;
    height: 36px;
    margin: 10px 1px 0;
    border: 2px solid rgba(213, 230, 107, .35);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.lm-hex-row span:first-child {
    border-color: var(--lm-lime);
}

.lm-experience {
    padding: 0 0 92px;
    background: linear-gradient(180deg, var(--lm-green) 0 52%, #fff 52% 100%);
}

.lm-experience h2,
.lm-models h2 {
    padding: 72px 0 66px;
    color: var(--lm-white);
    font-size: clamp(35px, 4.7vw, 40px);
    text-align: center;
}

.lm-models h2 {
    padding-bottom: 0px;
}

.lm-experience h2 strong,
.lm-models h2 strong {
    font-weight: 800;
}

.lm-feature-row {
    margin-right: -9px;
    margin-left: -9px;
}

.lm-feature-card {
    padding-right: 9px;
    padding-left: 9px;
}

.lm-feature-card a {
    position: relative;
    display: block;
    min-height: 500px;
    overflow: hidden;
    color: var(--lm-white);
    text-decoration: none;
    background: #111;
}

.lm-feature-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
}

.lm-feature-card a::after {
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .82));
}

.lm-feature-card div {
    position: absolute;
    z-index: 2;
    right: 36px;
    bottom: 34px;
    left: 36px;
}

.lm-feature-card h3 {
    margin: 0 0 8px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.lm-feature-card p {
    min-height: 75px;
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 1.18;
}

.lm-feature-card span {
    font-size: 16px;
    font-weight: 800;
}

.lm-models {
    color: var(--lm-text);
    background: #fff;
    position: relative;
    padding-bottom: 6rem;
}

.lm-models h2 {
    color: var(--lm-text);
    padding-top: 0;
}

.lm-model-swiper {
    overflow: visible;
}

.lm-model-slide {
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: center;
    min-height: 610px;
}

.lm-model-slide__copy {
    position: relative;
    z-index: 2;
}

.lm-model-slide h3 {
    margin: 0 0 16px;
    font-size: clamp(72px, 9vw, 95px);
    font-weight: 800;
    line-height: .9;
}

.lm-model-slide p {
    max-width: 350px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.22;
    margin-top: 10px;
    padding-bottom: 1.5rem;
}

.lm-model-slide__copy_content {
    gap: 20px;
}

.lm-model-slide span {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 800;
}

.lm-model-slide strong {
    display: block;
    margin-bottom: 20px;
    font-size: clamp(46px, 5vw, 30px);
    line-height: .95;
}

.lm-model-slide__image {
    position: relative;
}

.lm-model-slide__image img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-top: 3rem;
    z-index: 1;
}


.lm-model-slide__image::after {
    content: '';
    position: absolute;
    top: 12%;
    left: 35%;
    width: 58px;
    height: 70px;
    background: url(../../img/leadmotors/home-components/leapmotors-iso-car.png) no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    z-index: 2;
}

.lm-model-badge {
    position: absolute;
    top: 30px;
    left: 26%;
    color: rgba(92, 88, 72, .76);
    font-size: 52px;
    font-weight: 900;
}

.lm-main-swiper-arrow,
.lm-swiper-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
}

.lm-main-swiper-arrow::before,
.lm-main-swiper-arrow::after,
.lm-swiper-arrow::before,
.lm-swiper-arrow::after {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 4px;
    border-radius: 999px;
    content: "";
    background: var(--lm-text);
}

.lm-swiper-arrow--prev {
    left: -56px;
}

.lm-swiper-arrow--next {
    right: -56px;
}

.lm-main-swiper-arrow--prev::before,
.lm-swiper-arrow--prev::before {
    transform: rotate(-45deg);
    transform-origin: left center;
}

.lm-main-swiper-arrow--prev::after,
.lm-swiper-arrow--prev::after {
    transform: rotate(45deg);
    transform-origin: left center;
}

.lm-main-swiper-arrow--next::before,
.lm-main-swiper-arrow--next::before,
.lm-swiper-arrow--next::before {
    transform: rotate(45deg);
    transform-origin: right center;
}

.lm-main-swiper-arrow--next::after,
.lm-swiper-arrow--next::after {
    transform: rotate(-45deg);
    transform-origin: right center;
}

.lm-aftercare {
    padding: 8.6rem 0 10rem;
    background: var(--lm-green);
}

.lm-aftercare__intro {
    padding-right: 70px;
}

.lm-service-icon {
    max-width: 50px !important;
}

.lm-symbol {
    width: 104px;
    height: 120px;
    margin-bottom: 56px;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .88);
    font-size: 26px;
    font-weight: 900;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    background: rgba(255, 255, 255, .13);
}

.lm-aftercare__intro span {
    display: block;
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 800;
}

.lm-aftercare h2 {
    margin-bottom: 26px;
    font-weight: 800;
    line-height: 1.15;
}

.lm-aftercare p {
    max-width: 440px;
    font-size: 20px;
    line-height: 1.26;
}

.lm-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.lm-service-tile {
    display: flex;
    min-height: 225px;
    padding: 32px 28px;
    flex-direction: column;
    justify-content: space-between;
    color: var(--lm-white);
    text-decoration: none;
    background: rgba(4, 52, 33, .45);
}

.lm-service-tile:hover {
    color: var(--lm-white);
    text-decoration: none;
}

.lm-service-tile:nth-child(1),
.lm-service-tile:nth-child(2) {
    grid-column: span 2;
}

.lm-service-tile:nth-child(3) {
    grid-column: span 1;
}

.lm-service-tile:nth-child(4) {
    grid-column: span 3;
}

.lm-service-tile strong {
    font-size: 18px;
    line-height: 1.1;
}

.lm-service-tile i {
    color: var(--lm-lime);
    font-size: 45px;
}

.lm-connect-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.lm-connect-bottom:after {
    content: '';
    position: absolute;
    bottom: -41px;
    right: 5%;
    width: 100%;
    height: 40px;
    background: url(../../img/hex-row-bottom-end.png) no-repeat right top;
    background-size: contain;
}

.lm-connect__content {
    display: flex;
    align-items: flex-end;
    gap: 44px;
    padding-bottom: 70px;
}

.lm-connect__badges {
    display: flex;
    gap: 13px;
    align-items: center;
}

.lm-connect__badges span {
    display: grid;
    place-items: center;
    width: 82px;
    height: 95px;
    padding: 12px;
    color: var(--lm-green);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    background: var(--lm-lime);
}

.lm-connect__badges span:first-child {
    color: var(--lm-white);
    font-size: 22px;
    background: #10884e;
}

.lm-connect__badges span:last-child {
    background: var(--lm-gold);
}

.lm-connect h2 {
    max-width: 440px;
    font-size: clamp(40px, 5vw, 50px);
    font-weight: 800;
    line-height: .98;
}

.lm-connect {
    /*min-height: 440px;*/
    /* min-height: 70vh; */
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    border-bottom: 40px solid #BCA777;
    position: relative;
}

.lm-connect__bg_video_desktop {
    width: 100%;
    height: 650px;
}

.lm-connect__bg_video_desktop video {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.lm-news-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}


.leapmotors-seo-content {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.slick-initialized .slick-slide {
    display: flex !important;
    justify-content: space-between;
    gap: 50px;
}

.lm-main-swiper-arrow--next,
.lm-main-swiper-arrow--prev,
.has-multiple-slides .lm-swiper-arrow--next,
.has-multiple-slides .lm-swiper-arrow--prev {
    transform: scale(.7);
}

.has-multiple-slides .lm-swiper-arrow--next {
    right: 5% !important;
}

.has-multiple-slides .lm-swiper-arrow--prev {
    left: 3% !important;
}


/* INI: LOGO SECCION  */

/* .lm-aftercare-img {
    margin: -1rem 0 2rem 0 !important;
}

.lm-aftercare-img img {
    transform: scale(.7);
    margin-left: -1rem;
} */

/* ESTADO INICIAL */
.lm-aftercare-img img {
    margin: -1rem 0 2rem 0 !important;
    display: block;
    width: 75px;
    height: auto;

    opacity: 0;
    transform: translateY(20px) scale(.96);

    will-change: transform, opacity, filter;
}

/* CUANDO LA SECCIÓN ENTRA EN VIEWPORT */
.lm-aftercare-img.is-visible img {
    animation:
        lmLogoReveal .9s cubic-bezier(.22,1,.36,1) forwards,
        lmLogoFloat 5s ease-in-out 1s infinite,
        lmLogoGlow 4s ease-in-out 1s infinite;
}

/* ENTRADA */
@keyframes lmLogoReveal {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* FLOTACIÓN */
@keyframes lmLogoFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* GLOW */
@keyframes lmLogoGlow {
    0% {
        filter: drop-shadow(0 0 0 rgba(255,255,255,0));
    }

    50% {
        filter: drop-shadow(0 0 14px rgba(255,255,255,.38));
    }

    100% {
        filter: drop-shadow(0 0 0 rgba(255,255,255,0));
    }
}

/* END: LOGO SECCION */


/* Responsive */

@media (max-width: 1199px) {
    .lm-swiper-arrow--prev {
        left: 0;
    }

    .lm-swiper-arrow--next {
        right: 0;
    }

    .lm-service-grid {
        gap: 16px;
    }
}

@media (max-width: 991px) {

    .lm-wordmark {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .lm-carone {
        font-size: 20px;
    }

    .lm-carone img {
        max-width: 140px;
    }

    .lm-wordmark img {
        max-width: 210px;
    }

    .lm-hero {
        min-height: 562px;
    }

    .lm-hero-swiper,
    .lm-hero-swiper .swiper-wrapper,
    .lm-hero-swiper .slick-list,
    .lm-hero-swiper .slick-track,
    .lm-hero-slide {
        min-height: 490px;
    }

    .lm-hero__content {
        padding-top: 250px;
        width: min(100%, 640px);
    }

    .lm-feature-card {
        margin-bottom: 18px;
    }

    .lm-feature-card a {
        min-height: 560px;
    }

    .lm-model-slide {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: auto;
    }

    .lm-model-slide__image {
        order: -1;
    }

    .lm-aftercare__intro {
        margin-bottom: 48px;
        padding-right: 15px;
    }

    .lm-service-tile,
    .lm-service-tile:nth-child(1),
    .lm-service-tile:nth-child(2),
    .lm-service-tile:nth-child(3),
    .lm-service-tile:nth-child(4),
    .lm-service-tile:nth-child(5),
    .lm-service-tile:nth-child(6) {
        grid-column: span 3;
    }

    .lm-connect__content,
    .lm-footer .row {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .lm-connect-bottom:after {
        content: '';
        position: absolute;
        height: 40px !important;
        background-color: #bba77d !important;
        background: url(../../img/hex-row-bottom-end.png) no-repeat right top;
        background-size: contain;
        width: 100% !important;
        margin: auto !important;
        right: 0 !important;
        left: 0 !important;
    }
}

@media (max-width: 575px) {

    .lm-topbar>.lm-carone {
        display: none;
    }

    .lm-menu-panel__inner {
        width: min(100%, 360px);
        padding: 28px 28px 42px;
    }

    .lm-primary-menu a {
        font-size: 24px;
    }

    .lm-hero {
        min-height: 512px;
    }

    .lm-hero-swiper,
    .lm-hero-swiper .swiper-wrapper,
    .lm-hero-swiper .slick-list,
    .lm-hero-swiper .slick-track,
    .lm-hero-slide {
        min-height: 440px;
    }

    .lm-hero__content {
        padding-top: 215px;
        width: 100%;
    }

    .lm-hero h1 {
        font-size: 40px;
    }

    .lm-hero__content h2 {
        font-size: 34px !important;
    }

    .lm-experience {
        background: var(--lm-green);
        padding-bottom: 3rem !important;
    }

    .lm-experience h2,
    .lm-models h2 {
        padding: 52px 0 38px;
    }

    .lm-feature-card a {
        min-height: 500px;
    }

    .lm-model-slide h3 {
        font-size: 54px;
        text-align: center;
        margin-top: -440px;
    }

    .lm-model-slide__image img {
        margin-top: 6rem;
    }

    .lm-service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .lm-service-tile,
    .lm-service-tile:nth-child(1),
    .lm-service-tile:nth-child(2),
    .lm-service-tile:nth-child(3),
    .lm-service-tile:nth-child(4),
    .lm-service-tile:nth-child(5),
    .lm-service-tile:nth-child(6) {
        grid-column: auto;
    }

    .lm-connect {
        min-height: 520px;
    }

    .lm-connect__content {
        display: block;
    }

    .lm-connect__badges {
        margin-bottom: 24px;
    }

    .lm-footer {
        padding-bottom: 84px;
    }

    .slick-initialized .slick-slide {
        flex-direction: column;
        gap: 0px;
    }

    .lm-hex-row {
        height: 40px;
        background-size: cover;
        background-position: -40px 0px;
    }

    .lm-experience h2,
    .lm-models h2 {
        font-size: 27px;
    }

    .lm-model-slide__copy_content {
        flex-direction: column !important;
        justify-content: center;
    }

    .lm-model-slide p {
        display: none;
    }

    .lm-btn--lime {
        width: 110%;
        margin: 0px 0px 20px -5%;
    }

    .lm-model-slide strong {
        font-size: 36px;
    }

    .lm-model-slide span {
        font-size: 14px;
    }

    .lm-models .lm-swiper-arrow {
        top: 50%;
    }

    .has-multiple-slides .lm-swiper-arrow--prev {
        left: 0% !important;
    }

    .lm-aftercare {
        padding-top: 3rem;
    }

    .lm-aftercare__intro span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .lm-aftercare h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .lm-aftercare p {
        font-size: 16px;
    }

    .lm-service-tile:nth-child(1),
    .lm-service-tile:nth-child(2),
    .lm-service-tile:nth-child(3),
    .lm-service-tile:nth-child(4) {
        grid-column: auto;
    }

    .lm-service-tile strong {
        font-size: 13px;
        line-height: 1.1;
    }

    .lm-connect h2 {
        font-size: 28px;
        margin: 0rem 4rem 0rem 1rem;
    }

    .lm-service-tile {
        padding: 20px 15px;
        min-height: 150px;
    }

    .lm-aftercare {
        padding-bottom: 3rem;
    }

    .lm-aftercare__intro {
        margin-bottom: 20px;
    }

    .lm-footer__contact p {
        text-align: left !important;
    }

    .lm-model-slide__image::after {
        top: 32%;
        left: 35%;
        width: 38px;
        height: 50px;
        transform: translateX(-50%);
    }

    .lm-models {
        padding-bottom: .5rem;
    }

    .lm-connect {
        border-bottom: 60px solid #BCA777;
    }

    .lm-connect-bottom:after {
        bottom: -60px;
        height: 60px;
    }

    /* arrow */

    .lm-main-swiper-arrow--next {
        right: 15px;
    }

    .lm-main-slider-arrows-container {
        top: -24px;
    }

    .lm-main-swiper-arrow--prev {
        left: -5px;
    }




}