:root {
}

/*
 * rcs component
 */
.rcs-s3-form {
	position:relative;
	width:100%;
	--x-height:0;
	height: 80vh;
	padding-top:75%;
}
.rcs-s3-form iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
}
@media screen and (max-width: 480px) {
}