body {font-family: "Plus Jakarta Sans", sans-serif;}
#home-feature-box {position: relative;}
#home-feature-box > div {position: relative;z-index: 2}
#home-feature-box::before {
	z-index:1;
	content:" ";
	position:absolute;
	width: auto;height: auto;
	left:-200px;
	right:8px;
	top:-104px;
	bottom:8px;
	background-image: url('/wp-content/uploads/2026/03/homepage-student.jpg');
	background-size: cover;
}

#home-centered-svg {position:relative;}
#home-centered-svg::before{
  	content: '';
  	position: absolute;
    z-index: 0; 
 	width: 3300px;
  	height: 2000px;
	top: auto;
    bottom: -318px;
    left: -2531px;
  	background-image: url('/wp-content/uploads/2026/03/IER_symbol-green.svg');
  	background-repeat: no-repeat;
  	background-size: 3300px auto;
  	background-position: top left; 
  	pointer-events: none; 
}

#home_spotlight::after {content:" ";position:absolute;left:0;width:8px;top:0;bottom: 0;z-index: 2;background-color:#c4ff66;display:block;}