<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Home {
	background-color: #69a533;
	color: #FFF;
}
.button-1 {
	  border-radius: 50px;
	  color: #ffffff;
	  font-size: 14px;
	  background: #CC2133;
	  text-decoration: none;
	  width: 120px;
      height: 40px;
      margin-top: 25px;
	}
	.button-1:hover {
	  width: 130px;
      height: 50px;
	  font-size: 16px;
	}
	
	#banner {
		width:100%
	}
	#carousel {
		position:relative;
		z-index:2;
		margin-top:20px;
		transform-style:preserve-3d;
		perspective:800px
	}
	#carousel img {
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-252px;
		transition:transform .5s ease-in-out;
		box-shadow:8px 8px 20px rgba(0,0,0,.2);
		cursor:pointer
	}
	#bannerNav {
		position:relative;
		margin-top:20px;
		height:10px;
		padding:10px 0;
		text-align:center
	}
	#bannerNav ul li {
		cursor:pointer;
		overflow:hidden;
		display:inline-block;
		width:22px;
		margin:0 2px
	}
	#bannerNav ul li a {
		margin:0 auto;
		display:block;
		width:6px;
		height:6px;
		vertical-align:top;
		border-radius:3px;
		&lt;!-- background:#5e6671; --&gt;
		background:#f3f3f3;
		font-size:0
	}
	#bannerNav ul li.on a,#bannerNav ul li:hover a {
		&lt;!-- background:#00aeff --&gt;
		background:#f3f3f3
	}
	#bannerNav ul li.on a {
		width:20px
	}

	#carousel {
		height:600px
	}
	#carousel img {
		
		height:598px;
		border-radius: 10px;
		opacity: 0;
	}</pre></body></html>