section.section-ctn[data-n="1"] .rv-module{
    padding: 0px;
}

section.section-ctn[data-n="2"],
section.section-ctn[data-n="4"]{
	height: 600px;
	position:relative;
	z-index:4;
}


section.section-ctn[data-n="2"] > .inner-ctn,
section.section-ctn[data-n="4"] > .inner-ctn{
	position:relative;
}

section.section-ctn[data-n="2"] .rv-image,
section.section-ctn[data-n="4"] .rv-image{
	height:100%
}

section.section-ctn[data-n="2"] .rv-image .inner-ctn,
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[data-n="2"] .inner-ctn[data-n="1"],
section.section-ctn[data-n="2"] .inner-ctn[data-n="2"],
section.section-ctn[data-n="4"] .inner-ctn[data-n="1"],
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"]{
	vertical-align: top;
	position: absolute;
	top: 0px;
	right:0px;
	height: 100%;
	width: 100%;
	text-align: center;
	width: 100%
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="2"]{
	width: 100%;
	right:0px;
	height: 100%;
}

section.section-ctn[data-n="4"] .inner-ctn[data-n="2"]{
	height: 100%;
}

section.section-ctn[data-n="2"] .content_ctn,
section.section-ctn[data-n="4"] .content_ctn{
	max-height: 600px;
	position: absolute;
	top: 50% !important;
    left: 82% !important;
    transform: translate(-50%, -50%) !important;
    width: 40%;
}

section.section-ctn > .inner-ctn {
    height: 100%;
    max-height: inherit;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] { 
	clip-path: polygon(0 0, 70% 0, 64% 30%, 60% 30%, 46% calc(100% - 33px), 0% 100%);
	z-index: 2;
}

section.section-ctn[data-n="4"] .inner-ctn[data-n="1"]{ 
	clip-path: polygon(0 0, 70% 0, 64% 30%, 60% 30%, 46% calc(100% - 33px), 0% 100%);
	width: 100%;
	right:unset;
	left: 0px;
	z-index: 3;
	background-color: white;
	
}

section.section-ctn[data-n="4"] .inner-ctn[data-n="1"] .content_ctn {
	left: 25% !important;
    transform: translate(-50%, -50%) !important;
    width: 50%;
}

section.section-ctn[data-n='2'] .content, 
section.section-ctn[data-n='4'] .content {
	background-color: unset !important;
	text-align: initial;
}

@media (max-width: 1400px){
	section.section-ctn[data-n="1"] .rv-module > div{
		padding: 0px;
	}
}

@media (max-width: 1024px) and ( max-height: 1024px ) {
	section.section-ctn[data-n="1"] .rv-module .inner-ctn{
		padding: 0px !important;
	}
	
	section.section-ctn[data-n="2"],
    section.section-ctn[data-n="4"]{
		min-height: 300px;
		height: fit-content;
	}
	
	section.section-ctn[data-n="2"] .inner-ctn:is([data-n="1"],[data-n="2"]),
    section.section-ctn[data-n="4"] .inner-ctn:is([data-n="1"],[data-n="2"]){
    	display:block;
		width: 100%;
		height: 300px;
        position: relative !important;
        top: unset;
        left: unset;
        right: unset;
	} 
	
	section.section-ctn[data-n="2"] .inner-ctn[data-n="2"],
	section.section-ctn[data-n="4"] .inner-ctn[data-n="1"]{
		height: fit-content;
	} 


	section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn,
    section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn{
		max-height: 300px;
	}

	section.section-ctn[data-n="4"] .inner-ctn[data-n="1"] .content_ctn,
	section.section-ctn[data-n="2"] .inner-ctn[data-n="2"] .content_ctn {
		position: unset;
		transform: unset !important;
		width: 100%;
	}

	section.section-ctn[data-n="2"] .inner-ctn[data-n="1"],
	section.section-ctn[data-n="4"] .inner-ctn[data-n="1"]{ 
		clip-path: none;
	}
}

@media (max-width: 800px) and ( max-height: 800px ) {
	
}