

/* Start:/local/templates/.default/components/realweb/blank/mobile_app/style.css?17811727878918*/

#breadcrumbs {
    display: none;
}
#inner-banner-new {
    display: none;
}


.br--d {
    display: block;
}
.br--m {
    display: none;
}


.mobile-app-banner-1{
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}
.mobile-app-banner-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}
.mobile-app-banner-1-img--d{
    display: block;
}
.mobile-app-banner-1-img--m{
    display: none;
}
.mobile-app-banner-1-inner{
    position: relative;
    z-index: 1;
    display: flex;
    gap: 17px;

    padding-top: 105px;
    padding-right: 15px;
    padding-left: 47px;
    padding-bottom: 52px;
}
.mobile-app-banner-1-left{
    padding-top: 7px;
}
.mobile-app-banner-1-title{
    color: #FFFFFF;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 24px;
}
.mobile-app-banner-1-subtitle{
    color: #5EA531;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 24px;
}
.mobile-app-banner-1-description{
    color: #FFFFFF;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 24px;
}
.mobile-app-banner-1-button{
    display: none;
}



.mobile-app-banner-2{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 133px;
    /* min-height: 41dvw; */
}
.mobile-app-banner-2-img{
    width: 100%;
    height: 100%;
    /* min-height: 41dvw; */
    object-fit: cover;
}
.mobile-app-banner-2-img--d{
    display: block;
}
.mobile-app-banner-2-img--m{
    display: none;
}
.mobile-app-banner-2-title{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #26281C;
    padding-left: 23px;
    padding-top: 21px;
    padding-right: 41px;
    padding-bottom: 28px;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    border-bottom-right-radius: 24px;
}
.mobile-app-banner-2-title::before {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url('/local/templates/main/img/menu-decor.svg');
    background-size: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
}
.mobile-app-banner-2-title::after {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url('/local/templates/main/img/menu-decor.svg');
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -35px;
}
.mobile-app-banner-2-subtitle{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #26281C;
    padding-left: 59px;
    padding-top: 23px;
    padding-right: 89px;
    padding-bottom: 13px;
    color: #5EA531;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    border-top-left-radius: 24px;
}
.mobile-app-banner-2-subtitle::before {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url('/local/templates/main/img/menu-decor.svg');
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -35px;
    transform: rotate(180deg);
}
.mobile-app-banner-2-subtitle::after {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url('/local/templates/main/img/menu-decor.svg');
    background-size: 100%;
    position: absolute;
    top: -35px;
    right: 0;
    transform: rotate(180deg);
}
.mobile-app-banner-2-features{
    position: absolute;
    bottom: 26px;
    left: 26px;
}
.mobile-app-banner-2-features img{
    width: 100%;
}
.mobile-app-banner-2-stores{
    position: absolute;
    top: 35px;
    right: 42px;
}
.mobile-app-banner-2-stores img{
    width: 100%;
}


/* desktop resin */
@media screen and (min-width: 992px) and (max-width: 1439px) {
    .mobile-app-banner-1{
        border-bottom-left-radius: 1.67dvw;
        border-bottom-right-radius: 1.67dvw;
        margin-bottom: 2.22dvw;
    }
    .mobile-app-banner-1-inner{
        gap: 1.18dvw;
        padding-top: 7.29dvw;
        padding-right: 1.04dvw;
        padding-left: 3.26dvw;
        padding-bottom: 3.61dvw;
    }
    .mobile-app-banner-1-left{
        padding-top: 0.49dvw;
    }
    .mobile-app-banner-1-title{
        font-size: 2.78dvw;
        line-height: 3.33dvw;
        margin-bottom: 1.67dvw;
    }
    .mobile-app-banner-1-subtitle{
        font-size: 2.78dvw;
        line-height: 3.33dvw;
        margin-bottom: 1.67dvw;
    }
    .mobile-app-banner-1-description{
        font-size: 1.94dvw;
        line-height: 2.36dvw;
        margin-bottom: 1.67dvw;
    }


    .mobile-app-banner-2-img--d{
        display: none;
    }
    .mobile-app-banner-2-img--m{
        display: block;
    }
    .mobile-app-banner-2-title{
        padding-left: 1.6dvw;
        padding-top: 1.46dvw;
        padding-right: 2.85dvw;
        padding-bottom: 1.94dvw;
        font-size: 1.94dvw;
        line-height: 2.36dvw;
        border-bottom-right-radius: 1.67dvw;
    }
    .mobile-app-banner-2-title::before {
        width: 2.43dvw;
        height: 2.43dvw;
        bottom: -2.43dvw;
        left: 0;
    }
    .mobile-app-banner-2-title::after {
        width: 2.43dvw;
        height: 2.43dvw;
        top: 0;
        right: -2.43dvw;
    }
    .mobile-app-banner-2-subtitle{
        padding-left: 4.1dvw;
        padding-top: 1.6dvw;
        padding-right: 6.18dvw;
        padding-bottom: 0.9dvw;
        font-size: 2.78dvw;
        line-height: 3.33dvw;
        border-top-left-radius: 1.67dvw;
    }
    .mobile-app-banner-2-subtitle::before {
        width: 2.43dvw;
        height: 2.43dvw;
        left: -2.43dvw;
        bottom: 0;
    }
    .mobile-app-banner-2-subtitle::after {
        width: 2.43dvw;
        height: 2.43dvw;
        top: -2.43dvw;
        right: 0;
    }
    .mobile-app-banner-2-features{
        width: 47dvw;
    }
    .mobile-app-banner-2-stores{
        width: 22dvw;
    }
}
/* desktop resin end */


/* mobile */
@media screen and (max-width: 991px) {
    .br--d{
        display: none;
    }
    .br--m{
        display: block;
    }

    .mobile-app-banner-1-img--d{
        display: none;
    }
    .mobile-app-banner-1-img--m{
        display: block;
    }

    .mobile-app-banner-1{
        min-height: 63.59dvw;
        border-radius: 12px;
        margin-bottom: 29px;
    }
    .mobile-app-banner-1 img{
        min-height: 63.59dvw;
    }
    .mobile-app-banner-1-inner{
        padding-top: 80px;
        padding-left: 11px;
        padding-bottom: 14px;
    }
    .mobile-app-banner-1-left{

    }
    .mobile-app-banner-1-title{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 11px;
    }
    .mobile-app-banner-1-subtitle{
        display: none;
    }
    .mobile-app-banner-1-description{
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 18px;
    }
    .mobile-app-banner-1-button{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #6A9143;
        border-radius: 6px;
        color: #FFFFFF;
        font-size: 8px;
        font-weight: 700;
        text-decoration: none;
        width: fit-content;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        height: 22px;
    }
    .mobile-app-banner-1-stores{
        display: none;
    }
    .mobile-app-banner-1-right{
        display: none;
    }





    .mobile-app-banner-2{
        min-height: 51.28dvw;
        overflow: visible;
        border-radius: 12px;
    }
    .mobile-app-banner-2-img{
        min-height: 51.28dvw;
        border-radius: 12px;
    }
    .mobile-app-banner-2-title{
        top: -20px;
        padding-left: 0;
        padding-top: 0;
        padding-right: 11px;
        padding-bottom: 11px;
        font-size: 16px;
        line-height: 20px;
        border-bottom-right-radius: 12px;
    }
    .mobile-app-banner-2-title::before {
        width: 16px;
        height: 16px;
        bottom: -16px;
        left: 0;
    }
    .mobile-app-banner-2-title::after {
        width: 16px;
        height: 16px;
        top: 20px;
        right: -16px;
    }
    .mobile-app-banner-2-subtitle{
        padding-left: 7px;
        padding-top: 11px;
        padding-right: 0;
        padding-bottom: 13px;
        font-size: 7px;
        line-height: 8px;
        border-top-left-radius: 12px;
    }
    .mobile-app-banner-2-subtitle::before {
        width: 16px;
        height: 16px;
        left: -16px;
        bottom: 0;
    }
    .mobile-app-banner-2-subtitle::after {
        width: 16px;
        height: 16px;
        top: -16px;
        right: 0;
    }
    .mobile-app-banner-2-features{
        width: 63dvw;
        left: 10px;
        bottom: 6px;
    }
    .mobile-app-banner-2-stores{
        width: 26.15dvw;
        top: 10px;
        right: 13px;
    }
}
/* mobile end */

/* End */
/* /local/templates/.default/components/realweb/blank/mobile_app/style.css?17811727878918 */
