<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#webinarpromo_wrapper {
    position: fixed;
    left: 16px;
    bottom: 32px;
    z-index: 99999;
    width: min(480px, 100vw - 16px);
    display: none;
}

#webinarpromo_wrapper .areoi-background {
    border-radius: 10px;
}

#webinarpromo_close_icon {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    z-index: 9999;
}

#webinarpromo_wrapper svg.feather {
    padding-bottom: 2px;
}</pre></body></html>