<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.
 */

/*
 * Left Side Popup 
 */
.ap-left-side-banner{
    display: none;
    position: fixed !important;
    left: 1rem;
    bottom: 1rem;
    width: 560px;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .ap-left-side-banner{
        display: block;
    }
}
.ap-left-side-banner .row .row{
	padding-left: 12px;
	padding-right: 12px;
}
.ap-left-side-banner .row .row svg{
	padding-bottom: 2px;
}</pre></body></html>