
h1,
h2 {
	color: #fff !important;
}
h2{
	margin-bottom: 0.7em !important;
}
.startScreenButton {
    background: var(--gradientPrimary);
}

.startScreenLoaderHide{
	opacity: 1;
	transform: scale(100%);
}
.startScreenLoader{
	background: var(--gradientPrimary) !important;
	z-index: 1;
}
.startScreenLoader::before{
	content: "";
	position: absolute;
	top:0; left:0;
	width:100%; height:100%;
	background-image: url('/wp-content/themes/visionpitch/images/vp-logo-animated.svg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: 25vh;
}
.rightSide{
	z-index: 2;
}