<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.event-logo {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.hrltgrn {
    border: none;
    height: 3px;
    color: #a1ceac;
    background-color: #a1ceac;
}

@media (max-width: 576px) {
    .event-logo {
        max-width: 80vw;
    }
    .banner {
        height: 200px !important;
    }
}
/* sm */
@media (min-width: 576px) {
    .event-logo {
        max-width: 80vw;
    }
    .banner {
        height: 250px !important;
    }
}
/* md */
@media (min-width: 768px) {
    .event-logo {
        max-width: 80vw;
    }
    .banner {
        height: 300px !important;
    }
}
/* lg */
@media (min-width: 992px) {
    .event-logo {
        max-width: 80vw;
    }
    .banner {
        height: 400px !important;
    }
}
/* xl */
@media (min-width: 1200px) {
    .event-logo {
        max-width: 80vw;
    }
    .banner {
        height: 400px !important;
    }
}
/* xxl */
@media (min-width: 1400px) {
    .event-logo {
        max-width: 70vw;
    }
    .banner {
        height: 400px !important;
    }
}
</pre></body></html>