




body, .background-graphic {
    background: #292929;
}
.header__nav__wrap{
    background: #292929;
}



.background-graphic line {
    stroke: #292929;
}

.video-detail-page .background-graphic line, .topic-page .background-graphic line {
    stroke: #292929;
}













.hero__title {
    background-color: #FF005B;
}
.hero__curve__svg {
    fill: #FF005B;
}

@media (min-width: 672px) {
    .hero__wrapper {
        background-color: #FF005B;
    }

    .hero__subtitle {
        background-color: #FF005B;
    }
}



.hero__title {
    color: #FFFFFF;
}
@media (min-width: 672px) {
    .hero__wrapper {
    background-color: #FF005B;
    }

    .hero__subtitle {
        color: #FFFFFF;
    }
    .hero__subtitle::before {
        background-color: #FFFFFF;
    }
}


	.heading__title, .category-page .heading__title, .trending-page .heading__title, .all-shows-page .heading__title, .feed-container__title {
		color: #72c3ea;
	}


	.heading__title:before, .feed-container__title:before, .heading .sponsorship-module:before {
		background-color: #292929;
	}
