@font-face {
	font-family: OS;
	src: url(/fonts/OpenSans-Regular.ttf);
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: OS;
	src: url(/fonts/OpenSans-Bold.ttf);
	font-weight: bold;
	font-display: swap;
}

main {
	min-height: calc(100vh - 154px);
}

body {
	margin: 0;
	font-family: OS, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	image-rendering: -webkit-optimize-contrast;
	background: #ECF0F1;
}

a {
	/* color: #E32949; */
	color: #D9062A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5em 0;
	line-height: 1.2;
	color: black;
}

p {
	color: #454545;
	hyphens: auto;
}

h1 {
	font-size: 2em;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

@media (min-width: 400px) {
	body {
		font-size: 16px;
	}
}


.left {
	left: 0 !important;
	width: 0 !important;
}

.full {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
}

.right {
	right: 0 !important;
	width: 0 !important;
}

a.btn-red, button.btn-red {
	background-image: linear-gradient(#F73859, #E32949);
	color: white;
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 3px;
	border: none;
}

div.btn-red {
	background-image: linear-gradient(#F73859, #E32949);
	color: white;
	text-decoration: none;
	border-radius: 3px;
	border: none;
}

div.btn-red > a {
	padding: 12px 16px;
}


.btn-red > a {
	color: white;
	text-decoration: none;
}

.center {
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}




.w-max {
	margin: 0 auto;
	width: 100%;
}


@media screen and (max-width: 1199px) {
	.w-max {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.w-max {
		max-width: 980px;
	}
}


@media screen and (min-width: 1450px) {
	.w-max {
		max-width: 1100px;
	}
}


@media screen and (min-width: 1800px) {
	.w-max {
		max-width: 1200px;
	}
}


.w-ubermax {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 1200px) {
	.w-ubermax {
		max-width: 1250px;
	}
}


@media screen and (min-width: 1450px) {
	.w-ubermax {
		max-width: 1360px;
	}
}


@media screen and (min-width: 1800px) {
	.w-ubermax {
		max-width: 1560px;
	}
}

.w-max-s {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1199px) {
	.w-max-s {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
}


@media screen and (max-width: 700px) {
	.w-max-s {
		width: calc(100% - 24px);
		margin-left: 12px;
		margin-right: 12px;
	}

	.w-max {
		width: calc(100% - 24px);
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media screen and (min-width: 1200px) {
	.w-max-s {
		max-width: 980px;
	}
}

.w-mid-l {
	max-width: 850px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.w-mid {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}


.w-small {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}




.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

@media screen and (max-width: 700px) {
	.grid-2 {
		grid-template-columns: 1fr;
		grid-gap: 12px;
	}
}


.grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

@media screen and (max-width: 700px) {
	.grid-3 {
		grid-template-columns: 1fr;
		grid-gap: 12px;
	}
}


table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 20px;
}


tr:first-child {
	background-color: #384259 !important;
	color: white;
}

tr:first-child>td {
	border-color: #384259
}

tr:nth-child(even) {
	background-color: white;
}

tr:nth-child(odd) {
	background-color: #F9FAFB;
}

td {
	padding: 6px 10px;
	border: 1px solid #DADEE8;
}


/* FORM
.sp-force-hide {
	display: none;
}

.sp-form[sp-id="172343"] {
	display: block;
	background: #ffffff;
	padding: 15px;
	width: 450px;
	max-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, "Helvetica Neue", sans-serif;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.sp-form[sp-id="172343"] input[type="checkbox"] {
	display: inline-block;
	opacity: 1;
	visibility: visible;
}

.sp-form[sp-id="172343"] .sp-form-fields-wrapper {
	margin: 0 auto;
	width: 420px;
}

.sp-form[sp-id="172343"] .sp-form-control {
	background: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	padding-left: 8.75px;
	padding-right: 8.75px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 35px;
	width: 100%;
}

.sp-form[sp-id="172343"] .sp-field label {
	color: #444444;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.sp-form[sp-id="172343"] .sp-button-messengers {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sp-form[sp-id="172343"] .sp-button {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #F73859;
	color: #ffffff;
	width: auto;
	font-weight: 700;
	font-style: normal;
	font-family: inherit;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.sp-form[sp-id="172343"] .sp-button-container {
	text-align: center;
} */



/* SHADOWS */

.shadow {
	box-shadow: 0 1px 2px #00000030,
		0 0.3px 0.8px -15px rgba(0, 0, 0, 0.022),
		0 0.7px 1.7px -15px rgba(0, 0, 0, 0.033),
		0 1.1px 2.9px -15px rgba(0, 0, 0, 0.04),
		0 1.7px 4.5px -15px rgba(0, 0, 0, 0.047),
		0 2.6px 6.5px -15px rgba(0, 0, 0, 0.053),
		0 3.8px 9.5px -15px rgba(0, 0, 0, 0.06),
		0 5.7px 14.2px -15px rgba(0, 0, 0, 0.067),
		0 9.1px 22.4px -15px rgba(0, 0, 0, 0.078),
		0 17px 42px -15px rgba(0, 0, 0, 0.1)
}

.shadow-light {
	box-shadow: 0 1px 2px #00000010,
		0 1.7px 4.5px -15px rgba(0, 0, 0, 0.012),
		0 0.3px 1px rgba(0, 0, 0, 0.01);
}

/* 
.shadow-light {
	box-shadow: 0 1px 2px #00000010,
		0 0.3px 0.8px -15px rgba(0, 0, 0, 0.005),
		0 0.7px 1.7px -15px rgba(0, 0, 0, 0.008),
		0 1.1px 2.9px -15px rgba(0, 0, 0, 0.01),
		0 1.7px 4.5px -15px rgba(0, 0, 0, 0.012),
		0 2.6px 6.5px -15px rgba(0, 0, 0, 0.013),
		0 3.8px 9.5px -15px rgba(0, 0, 0, 0.015),
		0 5.7px 14.2px -15px rgba(0, 0, 0, 0.017),
		0 9.1px 22.4px -15px rgba(0, 0, 0, 0.02),
		0 17px 42px -15px rgba(0, 0, 0, 0.025);
} */

.shadow-strong {
	box-shadow: 0 1px 2px #0000006c,
		0 0.3px 0.8px -15px rgba(0, 0, 0, 0.066),
		0 0.7px 1.7px -15px rgba(0, 0, 0, 0.099),
		0 1.1px 2.9px -15px rgba(0, 0, 0, 0.12),
		0 1.7px 4.5px -15px rgba(0, 0, 0, 0.15),
		0 2.6px 6.5px -15px rgba(0, 0, 0, 0.17),
		0 3.8px 9.5px -15px rgba(0, 0, 0, 0.18),
		0 5.7px 14.2px -15px rgba(0, 0, 0, 0.2),
		0 9.1px 22.4px -15px rgba(0, 0, 0, 0.23),
		0 17px 42px -15px rgba(0, 0, 0, 0.3)
}

.shadow-inset {
	box-shadow: inset 0px 5px 16px #00000085;
}

.shadow-inset-light {
	box-shadow: inset 0px 5px 16px #00000022;
}

.border,
.rounded {
	border-radius: 3px;
}

.rounded-bottom {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.rounded-right {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.rounded-left {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.ignore-clicks {
	pointer-events: none;
}

@media screen and (min-width: 701px) {
	.mobile-only {
		display: none !important;
	}
}

@media screen and (max-width: 700px) {
	.desktop-only {
		display: none;
	}
}

.release-texture-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 12px;
	max-width: 100%;
	margin-bottom: 8px
}

@media screen and (max-width: 700px) {
	.release-texture-list {
		grid-template-columns: repeat(2, 1fr);
	}
}


.release-texture-list>a>img {
	width: 100%;
}


.fade-image-container {
	margin-bottom: 20px;
	position: relative;
}

.fade-image {
	width: 100%;
	position: absolute;
	transition-duration: .5s;
}

