<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .cont-title{
            border-bottom: 1px solid #dcdcdc;
            text-align: center;
            margin-top: 40px;
        }
        .cont-title p{
            line-height: 30px;
        }
        .cont-title .title{
            font-size: 30px;
            font-weight: bold;
        }
        .cont-title p:nth-child(2){
            color: rgb(153, 153, 153);
        }
        .cont-title p:nth-child(2) .fg{
            margin: 0 2%;
        }
        .cont{
            margin: 30px 0;
            font-size: 16px;
            line-height: 30px;
            color: rgb(51, 51, 51);
        }
        .cont p{
            text-indent: 2rem;
            color: #333 !important;
        }</pre></body></html>