<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body { margin:0; padding:0; height:100%; width:100%; }
body {
	background-color: #eff2f4;
}


/* IFRAME CSS */
#inwb_hirlevel_section #iframe_container{
    position: relative;
    width: 100%;
    height: 1200px;
}


@media (min-width: 960px) and (max-width: 1200px){
	#inwb_hirlevel_section #iframe_container{
		height: 1200px;
	}
}

@media (min-width: 640px) and (max-width: 959px){
	#inwb_hirlevel_section #iframe_container{
		height: 1700px;
	}
}
	
@media (min-width: 576px) and (max-width: 639px){
	#inwb_hirlevel_section #iframe_container{
		height: 1830px;
	}
}        
        
@media (min-width: 480px) and (max-width: 575px){
	#inwb_hirlevel_section #iframe_container{
		height: 1830px;
	}
}   

@media (min-width: 360px) and (max-width: 479px){
	#inwb_hirlevel_section #iframe_container{
		height: 2150px;
	}
}   

@media (max-width: 359px){
	#inwb_hirlevel_section #iframe_container{
		height: 2350px;
	}
}               
        #inwb_hirlevel_section #iframe_container iframe{
		position: absolute;
		width: 100%;
		height: 100%;
	}</pre></body></html>