<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-cover {
     
}
.main-page-h1 { 
    padding-top: 1.5em !important; 
}
@media only screen and (max-width: 450px) {
    .bg-cover {
        margin-bottom: 30px;
        position: relative;
        background-position: -440px 0px;
        background-size: 300%;
    }
	.main-page-h1 {
        font-size: 21px;
    }
    .bg-cover {
        min-height: 260px;
    }
}
@media only screen and (max-width: 320px) {
	.main-page-h1 {
        font-size: 20px;
    }
    .awesomplete&gt;input {
        font-size: 15px;
    }
	.awesomplete&gt;input {
    background-size: 24px;
    background-position: center right 7px;
}
</pre></body></html>