.SFX_no_padding {
    padding: 0px;
}

.LP_BtnRed {
    display: inline-block;
    background-color: #da3732;
    border: 1px solid #da3732;
    padding: 9.5px 20px;
    border-radius: 25px;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px !important;
    text-decoration: none !important;
    font-weight: 700;
}

.LP_BtnWhite {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 9.5px 20px;
    border-radius: 25px;
    cursor: pointer;
    color: #da3732;
    font-size: 12px !important;
    text-decoration: none !important;
    font-weight: 700;
}

.LP_BtnRed:hover {
    background-color: #da3732;
    color: #ffffff;
}

.LP_Style3 {
    /*background-color: #da3732;*/
}

.LP_Style3Padding {
    padding: 50px 0px;
}

/* Style 1 : Banner */
/*.SFX_page_title_block {
    padding: 0;
    position: relative;
}*/

.desktop-hero-Image {
    height: 45vw !important;
    max-height: 860px;
    min-height: 380px;
    width: 100%;
    -webkit-mask-size: cover;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: bottom;
    object-fit: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url('/images/Lonpac/HeroBanner_Mask.svg');

    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.mobile-hero-Image {
    display: none;
}

.heroText {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    /*margin-top: 10vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heroText .heroTitle {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 16px;
}

.heroText .heroSubtitle {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 32px;
}

.buttonWrapper {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.buttonWrapper .buttonSelect {
    width: 250px; /* 221 */
    height: 250px;
    /*background: #ffffff;
    border-radius: 200px;
    box-shadow: 0px 1px 16px rgba(158, 11, 15, 0.5);*/
    cursor: pointer;
}

/*.SFX_page_title_block svg {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}*/


/* Style 2  : Banner*/
.LP_Banner_3_SFX_personal_product_banner_block {
    height: fit-content;
    position: relative;
    padding: 0;
}

.LP_Banner_3_SFX_Banner_center_description {
    width: 100%;
    min-height: 100px;
    max-height: 640px;
    height: 50vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    -webkit-mask-image: url(/images/Lonpac/HeroBanner_Mask.svg);
    -webkit-mask-position-y: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    display: inline-flex;
    padding: 100px 100px;
}

    .LP_Banner_3_SFX_Banner_center_description > div {
        width: 100%;
    }


/* Popup Modal */
.popupTitle {
    font-size: 56px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.popupTitle2 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 450px) {
    .desktop-hero-Image {
        height: 100% !important;
        min-height: 380px;
        width: 100%;
        -webkit-mask-size: 100%;
        -webkit-mask-position-y: 100%;
        object-fit: cover;
        -webkit-mask-image: url('/images/Lonpac/banner_shape_mobile.svg');
        -webkit-mask-repeat: no-repeat;
        position: absolute;
        top: 0px;
    }

    .mobile-hero-Image {
        display: block;
        height: 70vh;
    }

    .mobile-hero-Image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 0 bottom;
    }

    .heroText {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #ffffff;
        /*margin-top: 5vh;*/
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .heroText .heroTitle {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .heroText .heroSubtitle {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 32px;
    }

    .buttonWrapper {
        width: 100%;
        max-width: 800px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .buttonWrapper .buttonSelect {
        width: 170px;
        height: 170px;
        /*background: #ffffff;*/
        /*border-radius: 150px;*/
        /*box-shadow: 0px 1px 16px rgba(158, 11, 15, 0.5);*/
        cursor: pointer;
    }

    .buttonWrapper .buttonSelect img {
        width: 170px;
        height: 170px;
    }

    /* Style 2 : Banner */
    .LP_Banner_3_SFX_Banner_center_description {
        -webkit-mask-image: url(/images/Lonpac/banner_shape_mobile.svg);
        align-items: flex-end;
        justify-content: center;
        padding: 0;
    }

    .LP_Banner_3_SFX_Banner_center_description_mobile {
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 2px solid #da3732;
    }

    .LP_Banner_3_SFX_banner_title span {
        color: #da3732 !important;
    }

    .LP_Banner_3_SFX_banner_title2 span {
        color: #000000 !important;
    }
}

@media screen and (min-width: 451px) and (max-width: 900px) {
    .desktop-hero-Image {
        height: 100% !important;
        min-height: 380px;
        width: 100%;
        -webkit-mask-size: 100%;
        -webkit-mask-position-y: 100%;
        object-fit: cover;
        -webkit-mask-image: url('/images/Lonpac/banner_shape_mobile.svg');
    }

    .mobile-hero-Image {
        display: block;
        height: 80vh;
    }

        .mobile-hero-Image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 0 bottom;
        }

    .buttonWrapper {
        width: 100%;
        max-width: 800px;
        padding: 0 32px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

        .buttonWrapper .buttonSelect {
            width: 210px;
            height: 210px;
            /*background: #ffffff;
            border-radius: 200px;
            box-shadow: 0px 1px 16px rgba(158, 11, 15, 0.5);*/
            cursor: pointer;
        }

            .buttonWrapper .buttonSelect img {
                width: 210px;
                height: 210px;
            }

    /* Style 2 : Banner */
    .LP_Banner_3_SFX_Banner_center_description {
        -webkit-mask-image: url(/images/Lonpac/banner_shape_mobile.svg);
        align-items: flex-end;
        justify-content: center;
        padding: 0;
    }

    .LP_Banner_3_SFX_Banner_center_description_mobile {
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 2px solid #da3732;
    }

    .LP_Banner_3_SFX_banner_title span {
        color: #da3732 !important;
    }

    .LP_Banner_3_SFX_banner_title2 span {
        color: #000000 !important;
    }
}



.GetQuoteModule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
}

    .GetQuoteModule .GQM_Text {
        padding-right: 40px;
    }

    .GetQuoteModule .GQM_Button_Wrapper {
        margin-left: auto;
    }

    .GetQuoteModule .GQM_Button_Wrapper .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        padding: 9.5px 20px;
        border-radius: 25px;
        cursor: pointer;
        color: #da3732;
        font-size: 12px;
        font-weight: 700;
        justify-content: center;
    }

        .GetQuoteModule .GQM_Button_Wrapper .button .button-icon {
            margin-left: 5px;
        }

        .GetQuoteModule .GQM_Button_Wrapper .button .button-icon img{
            height: 25px;
        }

        .GetQuoteModule .GQM_Button_Wrapper .button:not(:last-child) {
            margin-bottom: 10px;
        }


@media (max-width: 600px) {
    .GetQuoteModule .GQM_Text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .GetQuoteModule .GQM_Button_Wrapper {
        margin: 0 auto;
    }
}

.GetQuoteModule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}