<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.section-ctn[data-n="1"] {
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	position: relative;
}

section.section-ctn[data-n="1"] .inner-headings .inner-ctn {
	padding: 5px !important
}

section.section-ctn[data-n="4"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.section-ctn[data-n="4"] {
	display: grid;
	grid-template-columns: 50% 50%;
}

section.section-ctn[data-n="1"] {
	position: relative;
}

section.section-ctn[data-n="4"] .rv-image {
	height: 100%
}

section.section-ctn[data-n="4"] .rv-image .inner-ctn {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.section-ctn&gt;.inner-ctn {
	height: 100%;
	max-height: inherit;
}

section.section-ctn[data-n="1"] .inner-ctn[data-n="2"] {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

}

/*section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] :is(.rv-image, .content_ctn){
    display:inline-block;
	width: calc(50% - 2px); 
	vertical-align: top;
}*/

section.section-ctn[data-n="4"] .content_ctn {
	width: 100%;
	margin: auto;
}

section.section-ctn[data-n="4"] .rv-image {
	border-radius: 0px 100px 100px 0px;
	height: calc(100% - 20px);
	margin: 10px 0px;
	margin: 10px 0px;
	border: 2px solid white;
	border-left: unset;
	min-height: 400px;
}


section.section-ctn[data-n="1"] .inner-headings {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 80% !important;
}

section.section-ctn[data-n="4"] .rv-content {
	width: 80% !important;
	margin: auto;
}

section.section-ctn[data-n="4"] .rv-content {
	background-color: transparent !important
}

section.section-ctn[data-n="4"] .rv-content .inner-ctn {
	padding-left: 0px;
	padding-right: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .rv-image video {
		border-radius: 0px 100px 100px 0px;
	}
}

@media (max-width: 1100px) {
	section.section-ctn[data-n="4"] {
		grid-template-columns: 100%
	}

	section.section-ctn[data-n="4"] .rv-image {
		display: block;
		width: 100%;
		min-height: 400px;

	}

	section.section-ctn[data-n="4"] .rv-image {
		width: 97%;
	}
}

@media (max-width: 500px) {
	section.section-ctn[data-n="4"] .rv-image {
		display: block;
		width: 100%;
		min-height: 200px;

	}
}</pre></body></html>