<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:400,500');
body {
	background: #ffffff;
	color: #000000;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
}
b {
	font-weight: 500;
}
strong {
	font-weight: 500;
}
h1 {
	font-size: 34px;
	font-weight: 500;
	margin: 60px 0 0 0;
}
h2 {
	text-align: center;
	font-size: 66px;
	font-weight: 500;
}
img {
	width:100%;
	max-width: 100%;
	height:auto;
}
.hero {
	 background-image: linear-gradient(to right top, #283848, #2d4052, #31475d, #364f67, #3b5772);
	 display:flex;
	 flex-direction: column;
	 justify-content: center;
	 text-align: center;
	 color: #ffffff;
	 padding: 60px;
}
.hero h2 {
	font-size: 34px;
}
.hero img.logo {
	max-width:360px;
	margin:auto;
}
.themes {
	color: #ffffff;
	padding: 70px 60px 0 60px;
	display:flex;
	line-height: 1.3;
	flex-wrap: wrap;
}
.aside {
	width:50%;
	text-align: left;
}
.screenshot {
	display:flex;
	width:calc(100% / 2 - 60px);
	margin-right: 60px;
	align-items: flex-end;
	justify-content: flex-end;
}
.screenshot img {
	max-width: 600px;
}
.themes h2,
.themes h3 {
	text-align: left;
	margin-top: 0;
	letter-spacing: -2px;
	font-weight: 500;
}
.themes.carrino {
	background-image: linear-gradient(to right top, #f67280, #e97083, #dc6f84, #ce6d85, #c06c84);
}
.themes.dinova {
	 background-image: linear-gradient(to right top, #333333, #282828, #1d1d1d, #121212, #000000);
}
.themes.mura {
	 background-image: linear-gradient(to right top, #00b9be, #04b4bd, #0bb0bb, #13abb9, #1aa6b7);
}
.themes.ruki {
	background: #6C5B7B;
}
.comments {
	font-style: italic;
}
.actions,
.social {
	list-style: none;
	margin-left:0;
	padding-left: 0;
	margin-top:50px;
}
.actions li,
.social li {
	display:inline-block;
	margin: 8px 8px 8px 0;
}
.social li {
	width:30px;
	margin: 8px 10px 8px 10px;
}
.actions li a {
	display:block;
	padding:15px 30px;
	background: #333333;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.actions li a:hover {
	background: #1a1a1a;
}
.actions .buy a {
	background: #98BF64;
}
.actions .buy a:hover {
	background: #03C04A;
}
h3 {
	font-size: 28px;
	font-weight: 500;
}
@media (max-width:1024px) {
	/*h1 {
		font-size: 76px;
	}*/
	.hero h1 {
		font-size: 28px;
	}
	.hero img.logo {
		max-width:280px;
	}
	.screenshot,
	.aside {
		width:100%;
		padding-bottom: 60px;
		margin-right: 0;
	}
	.screenshot img {
		max-width: 100%;
	}
}
@media (max-width:768px) {
	/*h1 {
		font-size: 56px;
	}*/
	.hero {
		padding:30px;
	}
	.hero h1 {
		font-size: 22px;
	}
	.hero img.logo {
		max-width: 40%;
	}
	.themes {
		padding: 40px;
	}
	.social li {
		margin: 8px;
	}
}
@media (max-width: 420px) {
	.hero {
		padding:30px;
	}
	.hero img.logo {
		width:100%;
		max-width: 144px;
	}
	.hero h1 {
		margin-top: 30px;
		font-size: 20px;
	}
	.social {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.actions li {
		width:100%;
		text-align: center;
	}
}</pre></body></html>