<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Body */
body {
    background-color: #A93B0A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/* Shadow */
.shadow {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 7%,rgba(0,0,0,1.00) 93%,rgba(255,255,255,0.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 7%,rgba(0,0,0,1.00) 93%,rgba(255,255,255,0.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 7%,rgba(0,0,0,1.00) 93%,rgba(255,255,255,0.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 7%,rgba(0,0,0,1.00) 93%,rgba(255,255,255,0.00) 100%);
}
/* Content */
.content {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    height: auto;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
   
}

/* Mobile */
@media (max-width: 1300px) {

.shadow {
	width: 100%;

}
	.content {
	width: 99%;

}
}

</pre></body></html>