.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 5px; background: linear-gradient(270deg, #6C6C6C, #C4C4C4); }

.f1-progress-line { position: absolute; top: 0; left: 0; height: 5px; background: linear-gradient(270deg, #b91029, #fd4460); }

.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 48px; height: 48px; margin-top: 0px; background: #C4C4C4;
	font-size: 22px; color: #fff; line-height: 48px;
	border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: linear-gradient(270deg, #b91029, #fd4460); border: 1px solid #f35b3f;  line-height: 48px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: linear-gradient(270deg, #b91029, #fd4460); font-size: 22px; line-height: 48px;
}

.f1 fieldset { display: none; text-align: left; }

.f1 .input-error { border-color: #f35b3f; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container video, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
