<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bottom-txt-wrap {
    padding: 30px 0px 20px;
    background: #fafafa;
}
@media only screen and (max-width: 767px) {
.bottom-txt-wrap {
       padding : 20px 0px 20px;
}
}
.bottom-txt-wrap .content-wrap {
    max-width: 1080px;
}
.bottom-txt-wrap .content-wrap .disclaimer{
    font-size: 14px;
    margin-bottom: 10px;
        text-align: left;
        line-height : 2;
            width: 100%!important;
    max-width: inherit!important;
    text-align: left;
    margin : 0px 0px 10px!important;
}
</pre></body></html>