<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.logoh {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13);
    border-image: none;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    border-style: none solid solid;
    border-width: 0 4px 4px;
    color: #fff;
    display: block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 45px;
    font-weight: bold;
    padding: 20px 10px 10px;
    position: absolute;
    text-shadow: 0 1px 2px #696868;
    text-transform: uppercase;
    top: -19px;
    z-index: 100;
}
.logoh i {
    background: none repeat scroll 0 0 #fff;
    border-radius: 100px;
    box-shadow: 0 1px 2px #9c9c9c;
    display: block;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    margin: 10px auto 25px;
    text-align: center;
    text-shadow: none;
    transition: all 0.5s linear 0s;
    width: 60px;
}
.logoh i {
    transform: rotate(360deg);
}</pre></body></html>