<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs-website:not(.theme-view) {
    --font-name: puvi !important;
    --regular-font: puviregular !important;
    --medium-font: puvimedium !important;
    --light-font: puvilight !important;
    --bold-font: puvibold !important;

}

.bs-section.community-section-mediaWithTextList-3 .bs-mtList-wgt .list-image .media-video {
    width: 70% !important;
    height: 480px !important;
}

@media only screen and (max-width: 767px) {
    .bs-section.community-section-mediaWithTextList-3 .bs-mtList-wgt .list-image .media-video {
        width: 100% !important;
    }
}</pre></body></html>