<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*mtit*/
.mtit .lined {
	line-height: 1em;
	overflow: hidden;
	margin-bottom: 20px;
}
.mtit .lined span {
	content: "";
	display: inline-block;
	height: 60px;
	width: 1px;
	background-color: #1e1e1e;
}
.mtit .tit_top {
    line-height: 0px;
    margin-bottom: 20px;
}
.mtit .deco_top {
	margin-bottom: 15px;
}
.mtit h1 {
    color: #1e1e1e;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 40px;
	text-transform: uppercase;
}
.mtit h1 strong {
    font-weight: 700;
}
.mtit h4 {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em; 
}
.mtit h2 {
    color: #1e1e1e;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.mtit h2 span {
	display: inline-block;
	border-top: 1px solid #cf0f0f;
	border-bottom: 1px solid #cf0f0f;
	line-height: 1em;
	padding: 5px 0;
	color: #cf0f0f;
	font-weight: 700;
	text-transform: none;
}
.mtit h3 {
    color: #837f81;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.mtit h5 {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.mtit h6 {
    color: #1e1e1e;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-top: 30px;
}
.mtit.mtit_w h1,
.mtit.mtit_w h2,
.mtit.mtit_w h3,
.mtit.mtit_w h4,
.mtit.mtit_w h5,
.mtit.mtit_w h6,
.mtit.mtit_w p {
    color: #fff;
}
.mtit.mtit_w .lined span {
	background-color: #fff;
}
@media (max-width:768px){
    .mtit {
        text-align: center;
    }
	.mtit .lined span {
		height: 30px;
	}
    .mtit .tit_top {
        margin-bottom: 10px;
    }
    .mtit .tit_top h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .mtit .tit_top span {
        width: 40px;
        height: 2px;
    }
    .mtit h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .mtit h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .mtit h4 {
        font-size: 14px;
        word-break: keep-all;
    }
    .mtit h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .mtit h5 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .mtit h6 {
        font-size: 20px;
        margin-top: 20px;
    }
}
/*stit*/
.stit {
	position: relative;
	padding-left: 15px;
	line-height: 1em !important;
}
.stit:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background-color: #cf0f0f;
}
</pre></body></html>