






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

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













.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:before, .feed-container__title:before, .heading .sponsorship-module:before {
		background-color: #EBEBEB;
	}
