.form-item-terms-of-service-01,
.form-item-terms-of-service {
	display: flex;
	font-size: 12px;
	align-items: center;
	line-height: normal;
	column-gap: 10px;
}

.form-type-webform-terms-of-service {
	position: relative;
}

.form-item-terms-of-service-01 a,
.form-item-terms-of-service a {
	color: #e60824;
}

.form-item-terms-of-service-01 input,
.form-item-terms-of-service input {
	margin-top: -20px;
}

#block-bottom-line .row {
	justify-content: space-evenly;
}

.defaultVideo video {
	width: 100%!important;
	height: 100%!important;
}

.defaultContact .defaultContact-bg {
    height: 430px;
}

.defaultIntro video {
	width: 100%;
	height: 100%;
	max-height: 300px;
}






/*ADAPTIVE*/
@media (max-width: 450px) {
	.defaultContact .defaultContact-bg {
    height: 450px;
 }
}

@media (max-width: 400px) {
	.defaultContact .defaultContact-bg {
	    height: 480px;
	 }
}