.home-slideInner{
    position: relative;
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1180/510;
    max-height: 80vh;
}
.home-slideInner.home-slide2{
    overflow: hidden;
}
.home-slideInner .img-left-top,
.home-slideInner .img-right-wrapper,
.home-slideInner .img-left-bottom{
    position: absolute;
}
/* .home-banner-section .swiper-wrapper{
    align-items: baseline;
} */
.home-banner-section{
    max-height: none;
}
.home-banner-swiper{
    width: 100%;
    padding-inline: 50px;
    padding-top: 90px;
    padding-bottom: 70px;
    aspect-ratio: 1280 / 720;
    max-height: 100vh;
}
.home-banner-swiper .swiper-slide {
  width: 100% !important;
  flex: 0 0 100% !important;
  height: auto;
}
.home-slideInner .img-right-wrapper{
    right: 0;
    bottom: 0;
    width: 56%;
    overflow: hidden;
}
.home-slideInner.home-slide2 .img-right-wrapper,
.home-slideInner.home-slide4 .img-right-wrapper{
    max-height: 100%;
}
.home-slideInner.home-slide1 .img-right-wrapper,
.home-slideInner.home-slide3 .img-right-wrapper{
    bottom: -10%;
    width: 68.5%;
    height: 110%;
}
.home-slideInner .img-left-bottom{
    left: 0;
    bottom: 0;
    width: calc(44% - 20px);
    height: 56%;
}
.home-slideInner.home-slide3 .img-left-bottom,
.home-slideInner.home-slide4 .img-left-bottom{
    /* bottom: unset; */
    top: 0;
}
.home-slideInner.home-slide3 .img-left-top,
.home-slideInner.home-slide4 .img-left-top{
    bottom: 0;
    left: 0;
    top: unset;
}
.home-slideInner .img-left-bottom img{
    width: auto;
    height: 100%;
}
.home-slideInner .mobile{
    display: none;
}
.home-slideInner .img-right-wrapper img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.home-slideInner.home-slide1 .img-right-wrapper img,
.home-slideInner.home-slide3 .img-right-wrapper img{
    aspect-ratio: 808/605;
    height: 100%;
    width: auto;
    object-fit: contain;
    right: 7%;
    position: absolute;
}
.home-slideInner .slide-text {
    font-size: 45px;
    line-height: 160%;
    font-weight: 500;
}
.home-slideInner .slide-text a{
    text-decoration: none;
    color: inherit;
}
.home-slideInner.home-slide3 .slide-text {
    font-size: 27px;
    line-height: 160%;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.home-slideInner .slide-text .esmod-red {
    color: var(--strongred);
    text-transform: uppercase;
}
.swiper-slide .more-link {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition-duration: 1s;
    transition-delay: 1s;
    transition-property: opacity, transform;
}
a.more-link {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #1C1A1A;
    line-height: 20px;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 18px;
}
.home-slideInner .img-left-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 5%;
}


@media screen and (max-width: 1900px) {
    .home-slideInner .slide-text {
        font-size: 30px;
    }
    a.more-link {
        font-size: 12px;
    }
    .home-slideInner.home-slide3 .slide-text {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    .home-slideInner .slide-text {
        font-size: 20px;
    }
    .home-slideInner .img-left-top{
        gap: 10px;
    }
}
@media screen and (max-width: 1023px) {
    .home-banner-swiper{
        padding-inline: 30px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 834px) {
    a.more-link {
        color: var(--strongred);
    }
    .home-slideInner.home-slide3 .slide-text {
        font-size: 14px;
    }
    
    /*.home-banner-section {
        max-height: 100vh;
    }*/
    .home-banner-swiper{
        --bottom-image-height: min(95px, calc((100vw - 40px) * (78 / 335)));
        --padding-inline: 30px;
        padding-inline: var(--padding-inline);
        /*height: calc(100vh - 74px);*/
        --aspectratio: 0.672;
        --aspectheight: calc(var(--aspectratio) * 100vw);
        /*min-height: 515px;*/
        /*aspect-ratio: 375/515;*/
        height: calc(145px + var(--aspectheight) + var(--bottom-image-height) + 25px);
        margin-top: 84px;
        padding-top: 0px;
        margin-bottom: 60px;
        padding-bottom: 0px;
        /* background: red; */
    }
    .home-slideInner{
        aspect-ratio: unset;
        height: 100%;
        max-height: none;
    }
    .home-banner-swiper
    .home-slideInner .desktop{
        display: none;
    }
    .home-slideInner .mobile{
        display: block;
    }
    .home-banner-section .swiper-wrapper{
        align-items: normal;
    }
    .home-slideInner .img-left-bottom{
        top: calc(150px + 100vw * 252 / 375);
        bottom: unset;
        height: auto;
        width: 100%;
    }
    .home-slideInner .slide-text{
        font-size: 22px;
        max-height: 71px;
        overflow: hidden;
    }
    .home-slideInner.home-slide1 .img-right-wrapper, .home-slideInner.home-slide3 .img-right-wrapper{
        width: 100vw;
        left: calc(-1 * var(--padding-inline));
        height: auto;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }
    .home-slideInner.home-slide2 .img-right-wrapper, .home-slideInner.home-slide4 .img-right-wrapper{
        width: 100vw;
        left: calc(-1 * var(--padding-inline));
        height: auto;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }
    .home-slideInner .img-left-bottom img{
        width: calc(100vw - (2 * var(--padding-inline)));
        height: auto;
        max-width: 410px;
    }
    .home-slideInner.home-slide2, .home-slideInner.home-slide4{
        overflow: visible;
    }
    .home-slideInner.home-slide1 .img-left-top,
    .home-slideInner.home-slide2 .img-left-top{
        width: 100%;
        top: 0;
    }
    .home-slideInner .img-left-top{
        max-height: 95px;
    }
    .home-slideInner.home-slide1 .img-left-bottom,
    .home-slideInner.home-slide2 .img-left-bottom{
        /*height: 25%;*/
        display: flex;
        align-items: flex-end;
    }
    .home-slideInner.home-slide2 .img-right-wrapper,
    .home-slideInner.home-slide4 .img-right-wrapper{
        overflow: hidden;
        aspect-ratio: 375/252;
        transform: none;
    }
    .home-slideInner.home-slide3 .img-right-wrapper,
    .home-slideInner.home-slide4 .img-right-wrapper{
        top: calc(var(--bottom-image-height) + 25px);
        transform: none;
    }
    .home-slideInner.home-slide1 .img-right-wrapper,
    .home-slideInner.home-slide3 .img-right-wrapper{
        /*height: 50%;*/
        overflow: visible;
        /*top: 25%;*/
        aspect-ratio: 375/252;
        transform: none;
    }
    .home-slideInner.home-slide3 .img-left-bottom,
    .home-slideInner.home-slide4 .img-left-bottom{
        bottom: unset;
    }
    .home-slideInner.home-slide2 .img-right-wrapper img,
    .home-slideInner.home-slide4 .img-right-wrapper img{
        width: 100% ;
        object-fit: cover;
        top: 50%;
        position: absolute;
        height: 100%;
        transform: translateY(-50%);
    }
    .home-slideInner.home-slide1 .img-right-wrapper img, .home-slideInner.home-slide3 .img-right-wrapper img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        /*max-width: 410px;*/
        /*bottom: -10%;*/
        left: 50%;
        position: absolute;
        float: none;
        transform: translateX(-50%);
    }
    .home-slideInner.home-slide1 .img-right-wrapper img{
        height: 112%;
    }
    .home-slideInner.home-slide3 .img-right-wrapper img{
        left: 50%;
        transform: translateX(-50%);
        height: 115%;
    }
    .home-slideInner.home-slide2 .img-right-wrapper{
        top: 120px;
    }
    .home-slideInner.home-slide1 .img-right-wrapper{
        top: 110px;
    }
}

@media screen and (max-width: 767px){
    .home-banner-swiper{
        --padding-inline: 20px;
    }
}

@media screen and (max-width: 767px) and (max-height: 750px) and (orientation: portrait){
    .home-banner-swiper{
        height: calc(100svh - 144px);
        min-height: 480px;
    }
}

@media screen and (max-width: 767px) and (max-height: 600px) and (orientation: portrait){
    .home-banner-swiper{
        height: calc(100svh - 120px);
        margin-top: 60px;
        min-height: 450px;
    }
    .home-slideInner.home-slide1 .img-right-wrapper {
        top: 90px;
    }
    .home-slideInner.home-slide2 .img-right-wrapper {
        top: 110px;
    }
    .home-slideInner .img-left-bottom {
        top: calc(120px + 100vw * 252 / 375);
    }
    html[lang="en"] .home-banner-swiper{
        height: calc(100svh - 130px);
        margin-top: 70px;
        min-height: 450px;
    }
    .home-slideInner.home-slide3 .img-right-wrapper, .home-slideInner.home-slide4 .img-right-wrapper {
        top: calc(var(--bottom-image-height) + 15px);
        /*transform: none;*/
    }
}

/*@media screen and (max-height: 640px) and (orientation: portrait) {
    .home-banner-swiper{{
        height: calc(600vh - 74px);
    }
}*/