main {
	-webkit-font-smoothing: antialiased;
	background-color: #f4f4f4;
	color: #4a4a4a;
	font-family: "Open Sans", sans-serif;
	height: auto;
	position: relative;
	width: 100%;
}
main .wrapper {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 auto;
	padding-top: 48px;
	position: relative;
	width: auto;
}
@media screen and (min-width: 1024px) {
	main .wrapper {
		max-width: 960px;
		padding-top: 78px;
	}
}
@media screen and (min-width: 1216px) {
	main .wrapper {
		max-width: 1152px;
	}
}
@media screen and (min-width: 1270px) {
	main .wrapper {
		max-width: 1206px;
	}
}
main .wrapper img {
	height: auto;
	max-width: 100%;
}
main .wrapper h1 {
	font-size: 35px;
	font-weight: 200;
	line-height: 47px;
	margin: 30px 0 0 0;
	padding: 0 120px;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	main .wrapper h1 {
		font-size: 29px;
		font-weight: 700;
		line-height: 38px;
		padding: 0 20px;
	}
}
main .wrapper h4 {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 10px 0;
	text-align: center;
}
main .wrapper .line {
	background-color: #6d6d6d;
	height: 2px;
	margin: 10px auto;
	width: 100px;
}
main .wrapper .animation {
	position: relative;
}
main .wrapper .animation iframe {
	border: none;
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
main .wrapper .animation iframe .hidden {
	display: hidden;
}
@media screen and (min-width: 1024px) {
	main .wrapper .animation {
		max-width: 960px;
	}
}
@media screen and (min-width: 1216px) {
	main .wrapper .animation {
		max-width: 1152px;
	}
}
@media screen and (min-width: 1270px) {
	main .wrapper .animation {
		max-width: 1206px;
	}
}
main .software {
	display: grid;
	gap: 1em;
	grid-template-columns: 1fr;
	margin: 55px 0 0 0;
	padding: 0 3% 50px 3%;
}
@media screen and (min-width: 768px) {
	main .software {
		padding-bottom: 75px;
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1270px) {
	main .software {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
main .software article {
	--default-bg-color: #e9fbff;
	border-radius: 1em;
	box-sizing: border-box;
	height: 100%;
	overflow: visible;
	padding-bottom: 15px;
	box-shadow:
		3px 7px 24px rgba(0, 0, 0, 0.1),
		0 0 0 1px rgba(10, 10, 10, 0.21);
	-webkit-transition:
		-webkit-transform 200ms ease,
		background-color 200ms ease,
		box-shadow 200ms ease;
	-moz-transition:
		-moz-transform 200ms ease,
		background-color 200ms ease,
		box-shadow 200ms ease;
	transition:
		transform 200ms ease,
		background-color 200ms ease,
		box-shadow 200ms ease;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
	-moz-transform: perspective(1000px) translate3d(0, 0, 0);
	-ms-transform: perspective(1000px) translate3d(0, 0, 0);
	-o-transform: perspective(1000px) translate3d(0, 0, 0);
	transform: perspective(1000px) translate3d(0, 0, 0);
}
main .software article:hover {
	box-shadow:
		3px 7px 24px rgba(0, 0, 0, 0.27),
		0 0 0 1px rgba(10, 10, 10, 0.21);
	cursor: pointer;
	-webkit-transition:
		-webkit-transform 200ms ease,
		background-color 200ms ease,
		box-shadow 200 ease;
	-moz-transition:
		-moz-transform 200ms ease,
		background-color 200ms ease,
		box-shadow 200 ease;
	transition:
		transform 200ms ease,
		background-color 200ms ease,
		box-shadow 200 ease;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 2rem);
	-moz-transform: perspective(1000px) translate3d(0, 0, 2rem);
	-ms-transform: perspective(1000px) translate3d(0, 0, 2rem);
	-o-transform: perspective(1000px) translate3d(0, 0, 2rem);
	transform: perspective(1000px) translate3d(0, 0, 2rem);
}
main .software article .new {
	left: -3px;
	position: absolute;
	top: -3px;
	width: 50px;
}
main .software article .discount {
	background: gold;
	border-bottom-left-radius: 0.9em;
	border-bottom: 1px solid #daa520;
	border-left: 1px solid #daa520;
	border-top-right-radius: inherit;
	color: #00008b;
	padding: 0.2em 0.6em;
	position: absolute;
	right: 0;
}
main .software article .discount > b {
	color: #ff4500;
}
main .software article header {
	border-bottom: 3px solid #ccc;
	border-radius: 1em 1em 0 0;
	padding-bottom: 5px;
	text-align: center;
}
main .software article header .logo {
	height: 85px;
}
main .software article header h2 {
	color: #555;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
main .software article table {
	border-spacing: 0;
	color: #222;
	font-weight: 600;
	padding-bottom: 0;
	padding: 10px;
	width: 100%;
}
main .software article table td {
	padding: 10px;
	font-size: 15px;
}
main .software article table td:nth-child(2) {
	text-align: right;
	min-width: 125px;
}
main .software article table tr:nth-child(even) td {
	background-color: #f5f5f5;
}
main .software article .ellipsis {
	color: #222;
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 10px 20px;
}
main .software article .benchmark {
	background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMDA5ZGRmIiBkPSJNNDk2IDM4NEg2NFY4MGMwLTguODQtNy4xNi0xNi0xNi0xNkgxNkM3LjE2IDY0IDAgNzEuMTYgMCA4MHYzMzZjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmg0NjRjOC44NCAwIDE2LTcuMTYgMTYtMTZ2LTMyYzAtOC44NC03LjE2LTE2LTE2LTE2ek00NjQgOTZIMzQ1Ljk0Yy0yMS4zOCAwLTMyLjA5IDI1Ljg1LTE2Ljk3IDQwLjk3bDMyLjQgMzIuNEwyODggMjQyLjc1bC03My4zNy03My4zN2MtMTIuNS0xMi41LTMyLjc2LTEyLjUtNDUuMjUgMGwtNjguNjkgNjguNjljLTYuMjUgNi4yNS02LjI1IDE2LjM4IDAgMjIuNjNsMjIuNjIgMjIuNjJjNi4yNSA2LjI1IDE2LjM4IDYuMjUgMjIuNjMgMEwxOTIgMjM3LjI1bDczLjM3IDczLjM3YzEyLjUgMTIuNSAzMi43NiAxMi41IDQ1LjI1IDBsOTYtOTYgMzIuNCAzMi40YzE1LjEyIDE1LjEyIDQwLjk3IDQuNDEgNDAuOTctMTYuOTdWMTEyYy4wMS04Ljg0LTcuMTUtMTYtMTUuOTktMTZ6Ii8+PC9zdmc+DQo=");
	display: inline-block;
	height: 1em;
	position: relative;
	top: 2px;
	width: 1em;
}
main .software article footer {
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
}
main .search {
	display: flex;
	justify-content: flex-start;
	padding: 0 3%;
}
@media screen and (max-width: 768px) {
	main .search {
		display: block;
	}
}
main .search .category {
	max-width: 100%;
	position: relative;
	vertical-align: top;
}
main .search .category::after {
	border-radius: 2px;
	border: 3px solid #009ddf;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: 0.625em;
	margin-top: -0.4375em;
	pointer-events: none;
	position: absolute;
	right: 1.125em;
	top: 50%;
	transform-origin: center;
	transform: rotate(-45deg);
	width: 0.625em;
	z-index: 4;
}
main .search .category:hover::after {
	border-color: #363636;
}
@media screen and (max-width: 768px) {
	main .search .category {
		margin-bottom: 15px;
	}
}
main .search .category select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #dbdbdb;
	border-radius: 4px;
	color: #363636;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 2.25em;
	line-height: 1.5;
	outline: none;
	padding: 5px 45px 5px 10px;
	position: relative;
	width: 100%;
}
main .search .category select:hover {
	box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
	border-color: #b5b5b5;
}
main .search .category select:focus {
	border-color: #009ddf;
	box-shadow: 0 0 0 0.125em rgba(0, 157, 223, 0.25);
	outline: none;
}
@media screen and (min-width: 768px) {
	main .search .category select {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
}
main .search .name {
	flex-grow: 1;
	flex-shrink: 1;
	position: relative;
}
main .search .name input {
	background-color: #fff;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Imljb24tc2VhcmNoIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9IiNkYmRiZGIiIGQ9Ik01MDUgNDQyLjdMNDA1LjMgMzQzYy00LjUtNC41LTEwLjYtNy0xNy03SDM3MmMyNy42LTM1LjMgNDQtNzkuNyA0NC0xMjhDNDE2IDkzLjEgMzIyLjkgMCAyMDggMFMwIDkzLjEgMCAyMDhzOTMuMSAyMDggMjA4IDIwOGM0OC4zIDAgOTIuNy0xNi40IDEyOC00NHYxNi4zYzAgNi40IDIuNSAxMi41IDcgMTdsOTkuNyA5OS43YzkuNCA5LjQgMjQuNiA5LjQgMzMuOSAwbDI4LjMtMjguM2M5LjQtOS40IDkuNC0yNC42LjEtMzR6TTIwOCAzMzZjLTcwLjcgMC0xMjgtNTcuMi0xMjgtMTI4IDAtNzAuNyA1Ny4yLTEyOCAxMjgtMTI4IDcwLjcgMCAxMjggNTcuMiAxMjggMTI4IDAgNzAuNy01Ny4yIDEyOC0xMjggMTI4eiI+PC9wYXRoPjwvc3ZnPg==");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	border-bottom-left-radius: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border: 1px solid #dbdbdb;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	color: #363636;
	font-size: 18px;
	height: 2.25em;
	justify-content: flex-start;
	line-height: 1.5;
	max-width: 100%;
	padding: 5px 15px 5px 10px;
	width: 100%;
}
main .search .name input:hover {
	box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
	border-color: #b5b5b5;
	background-image: none;
}
main .search .name input:focus {
	border-color: #009ddf;
	box-shadow: 0 0 0 0.125em rgba(0, 157, 223, 0.25);
	outline: none;
	background-image: none;
}
@media screen and (min-width: 768px) {
	main .search .name input {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
}

.starburst-badge {
	position: absolute;
	top: 118px;
	right: -15px;
	width: 250px;
	height: 250px;
	clip-path: polygon(
		50% 0%,
		58% 25%,
		78% 22%,
		72% 42%,
		88% 50%,
		72% 58%,
		78% 78%,
		58% 75%,
		50% 100%,
		42% 75%,
		22% 78%,
		28% 58%,
		12% 50%,
		28% 42%,
		22% 22%,
		42% 25%
	);
	background-color: #f00;
	color: white;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3.5em;
	box-sizing: border-box;

	@media (max-width: 1199px) {
		display: none;
	}
}
