<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;
        --menu-item-active-color: #E42527 !important;
	--primary-button-bg-color: #E42527 !important;


}

.bs-section article.foreground-layer {
    padding: 60px 0px 60px 0px; 
}

.bs-section.community-section-mediaWithButton-6 .bs-mediaText-wgt .media-video {
    width: 65%;
    height: 480px;
}

@media only screen and (max-width: 767px) {
    .bs-section.community-section-mediaWithButton-6 .bs-mediaText-wgt .media-video {
        height: 230px !important;
    }    
}</pre></body></html>