.promo-flash {
    display: none;
}
.info-msg {
    margin: 0px auto 40px;
    max-width: 740px;
}
.info-msg-caption {
    padding: 25px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    display: block;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
}
.info-msg-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.info-msg-inner img {
    margin-bottom: -16px;
    border: 1px solid #e0e0e0;
    padding: 5px 6px;
    border-radius: 100px;
    width: 20px;
    background-color: white;
}
.dload-page {
    min-height: calc(100vh - 446px);
    text-align: center;
}
.nav-dwn.fr.quote {
    display: block;
}

.nav-dwn.fr.quote a, .nav-dwn.fr.quote a:hover {
    color: #fff;
    background: #5BBB2A;
    border-radius: 5px !important;
} 


@media screen and (max-width:500px){
    .nav-dwn.fr.quote {display: none;}
}

.taa-compliance img {
    max-width: 25px;
}

.taa-compliance {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap: 10px;
    background: #ddefff;
    padding: 5px;
    border-radius: 15px 15px 0px 0px;
}

.taa-compliance p {
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
}

.dload-page.act-op .edition-sec.op-sec .edibtn {
    border-radius: 15px;
    margin: 10px auto;
}
.breadcrumb {
    display: none !important;
}