@font-face{
font-display:swap;
    font-display: swap;
    font-family: Roboto;
    font-weight: 500 600;
    src: url(https://designsystem.brevo.com/designsystem/50b0ab5e591fc75a34c7.woff2) format("woff2"), url(https://designsystem.brevo.com/designsystem/39806803b69e0c4dc1df.woff) format("woff");
}

@font-face {
font-display:swap;
    font-display: swap;
    font-family: Inter;
    font-weight: 500 600;
    src: url(https://designsystem.brevo.com/designsystem/4d56bb21f2399db8ad48.ttf) format("truetype")
}

.brevo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2147483000;
    background-color: #a5a5a5;
    background-color: rgba(31,31,31,0.4);
}
.brevo-overlay .brevo-content {
    border-radius: 5px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    min-width: 764px;
    max-width: 994px;
    height: 90%;
    max-height: 860px;
}
.brevo-overlay .brevo-content .brevo-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.brevo-overlay .brevo-content iframe {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
@media (max-width: 639px) {
    .brevo-overlay .brevo-content {
        width: 100%;
        height: 100%;
        min-width: 100%;
    }
}