@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../font/Segoe UI Bold.ttf') format('truetype');
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../font/Segoe UI.ttf') format('truetype');
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('../font/Segoe UI Semibold.ttf') format('truetype');
}
.notice.is-dismissible.fleximp{
    background-size: 100% 100%;
    padding: 0;
    border: none;
}

.fleximp-notice-banner-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.fleximp-main-head{
    font: 30px / 40px Segoe UI Bold !important;
    color: #fff;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}
.fleximp-notice-btn{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.fleximp-btn{
    background: #000000;
    border: 1px solid transparent;
    padding: 7px 50px;
    font: 16px / 23px Segoe UI Semibold !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-decoration: none;
    border-radius: 7px;
    display: inline-block;
}
.fleximp-btn:hover{
    border: 1px solid #fff;
    background: unset;
}
.fleximp-sub-head{
    font: 18px / 24px Segoe UI !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 !important;
    text-align: center;
}
.fleximp-notice-heading{
        display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}
.notice-dismiss:before{
    font-size: 22px;
    color: #fff;
}
.fleximp-btn:focus,.notice-dismiss:focus{
    box-shadow:unset !important
}
.notice-dismiss:active:before, .notice-dismiss:focus:before, .notice-dismiss:hover:before{
    color: #000;
}
@media screen and (max-width:1024px) {
    .notice-dismiss {
        padding: 3px;
    }
    .fleximp-sub-head {
        font: 17px / 24px Segoe UI !important;
    }
    .fleximp-left-img-wrap{
        width: 40%;
    }
    .fleximp-notice-heading{
        width: 60%;
    }
    .fleximp-left-img-wrap img{
        width: 100%;
    }
    .fleximp-main-head {
        font: 25px / 32px Segoe UI Bold !important;
    }
    .fleximp-notice-banner-wrap{
        padding: 10px;
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .fleximp-notice-banner-wrap{
        flex-direction: column;
        width: 100%;
    }
}
@media screen and (max-width:575px) {
    .fleximp-notice-btn{
        display: block;
        text-align: center;
    }
    .fleximp-btn{
        margin-bottom: 10px;
    }
}