<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.download-bg {
	background: linear-gradient(to bottom, #87acbd, transparent);
}

.thumb {
	float: right;
}
.title {
	font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.section2 ul {
	width: 460px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.section2 ul li {
	line-height: 1;
	border-bottom: 1px solid #918f8f;
	padding: 18px 34px;
	cursor: pointer;
	transition: background-color .2s linear;
}
.section2 ul li:hover, .section2 ul li.active {
	background-color: #f6f6f6;
	border-bottom: none;
	border-radius: 8px;
	border-bottom: 1px solid #f6f6f6;
}
.download_link .download {
	width: 15px;
	display: inline-block;
	float: right;
	opacity: 0;
	transition: opacity .2s linear;
}

.download_link:hover .download, .download_link.active .download {
	opacity: 1;
}
.thumb {
	position: relative;
}
.thumb img {
	transition: opacity .2s linear;
	max-width: 80%;
}
.thumb a:not(:first-child) img {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
.section2 .title.white {
	opacity: 0;
}




/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) { 
	.thumb {
		width: 50%;
		margin: auto;
		float: none;
	}
	.section2 ul {
		width: 100%;
	}
	.section2 .title.white {
		opacity: 1;
		text-align: center;
	}
	.section2 .title:not(.white){
		display: none;
	}
	.order-lg-1 {
		margin-top: 40px;
	}
	.order-lg-2 {
		margin-top: 10px;
	}
	.thumb img {
		max-width: 100%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	
	
	

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