<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">







:root {
    --title-font-family: 'Crimson Text', serif !important;
    --body-font-family: 'Raleway', sans-serif !important;
} 


.contact-slide-out {
    position: fixed;
    width: 280px;
    background-color: #fff;
    height: 100%;
    z-index: 1000;
    right: -280px;
    padding: 30px 0px 30px 30px;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: -5px 0px 5px 0px rgba(0,0,0,0);
    transition: all 0.5s ease;
} 
.contact-slide-button {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 230px;
    left: -80px;
    background-color: var(--g-accent-color);
    padding: 10px 20px 10px 20px;
    color: #fff;
} 
.contact-slide-button:hover {
    background-color: #202020;
    color: #FFF;
} 




.mrp-crea-attribution, .provider-attribution {
	display: none !important;
}</pre></body></html>