@font-face {
	font-family: 'ace_futurismregular';
	src: url('/Fonts/ace-futurism-webfont.eot');
	src: url('/Fonts/ace-futurism-webfont.eot?#iefix') format('embedded-opentype'), url('/Fonts/ace-futurism-webfont.woff') format('woff'), url('/Fonts/ace-futurism-webfont.ttf') format('truetype'), url('/Fonts/ace-futurism-webfont.svg#ace_futurismregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

body {
	width: 100%;
	min-height: 100%;
	margin: 0px;
	background: #2E393E;
	background-attachment: fixed;
	color: #FFF;
	font: 22px ace_futurismregular;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0
}

.xp_header {
	display: webkit-flex;
	display: ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 64px;
	border: none;
	min-height: 64px;
	max-height: 256px;
	z-index: 6;
	background-color: #d9d9d9;
	color: #6c6c6c;
	box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .26);
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: max-height, box-shadow;
}

.xp_nav-button {
	display: block;
	position: absolute;
	height: 48px;
	width: 48px;
	border: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	font-size: 26px;
	line-height: 56px;
	margin: 8px 12px;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 4;
	border-radius: 25%;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-property: background,border-radius;
}

.xp_nav-button:hover {
	background: rgba(0, 0, 0, 0.26);
	border-radius: 50%;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: background, border-radius;
}

.xp_header-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	/*width: 512px;*/
	align-items: center;
	/*margin: 0 auto;*/
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: width;
}

.xp_nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	box-sizing: border-box;
	position: absolute;
	height: 48px;
	border: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	font-size: 26px;
	line-height: 56px;
	margin: 0;
	z-index: 4;
	right: 0;
	top: 0;
	line-height: 64px;
	height: 64px;
	animation: a_show 0.3s 2.25s ease-in-out 1 forwards;
	opacity: 0;
	transform: scale(.9);
	transition: height 2s ease-in-out;
	transform-origin: right;
}

.xp_nav-link {
	display: block;
	color: #6c6c6c;
	line-height: 64px;
	padding: 0 6px;
	text-decoration: none;
	font-size: 32px;
	cursor: pointer;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: background, color;
}

.xp_nav-link:hover {
	background: rgba(0, 0, 0, 0.26);
	color: #f2f3f3;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: background, color;
}

.xp_nav-link-button {
	height: 100%;
	border: none;
	width: 100%;
	margin: 0px;
	font: 32px ace_futurismregular;
	display: block;
	color: #6c6c6c;
	line-height: 64px;
	padding: 0 6px;
	text-decoration: none;
	font-size: 32px;
	cursor: pointer;
	background: none;
}

.xp_nav-link.xp_nav-link-button {
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-property: background,color;
	background: linear-gradient(90deg,transparent, transparent,rgba(0,0,0,.26),rgba(0,0,0,.26));
	background-size: 300% 100%;
	background-repeat: repeat;
	background-position: right;
	background-position: 100% 50%;
	background-position: 0% 50%;
}

.xp_nav-link.xp_nav-link-button:hover {
	background: rgba(0,0,0,.26);
	color: #f2f3f3;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-property: background,color;
	background: linear-gradient(90deg,transparent,rgba(0,0,0,.1),rgba(0,0,0,.26),rgba(0,0,0,.26));
	background-size: 200% 100%;
	background-repeat: repeat;
	background-position: right;
	background-position: 100% 50%;
}

.xp_container {
	width: 90%;
	margin: 0 auto;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: width;
}

.xp_card {
	margin-top: 7px;
	animation: a_show 0.3s 0.25s ease-in-out 1 forwards;
	opacity: 0;
	transform: scale(.9);
	transition: height 2s ease-in-out;
}

.xp_card:nth-child(1) { animation-delay: 0.15s }
.xp_card:nth-child(2) { animation-delay: 0.3s }
.xp_card:nth-child(3) { animation-delay: 0.45s }
.xp_card:nth-child(4) { animation-delay: 0.6s }
.xp_card:nth-child(5) { animation-delay: 0.75s }
.xp_card:nth-child(6) { animation-delay: 0.9s }
.xp_card:nth-child(7) { animation-delay: 1.05s }
.xp_card:nth-child(8) { animation-delay: 1.2s }
.xp_card:nth-child(9) { animation-delay: 1.35s }
.xp_card:nth-child(10) { animation-delay: 1.5s }
.xp_card:nth-child(11) { animation-delay: 1.65s }
.xp_card:nth-child(12) { animation-delay: 1.8s }
.xp_card:nth-child(13) { animation-delay: 1.95s }
.xp_card:nth-child(14) { animation-delay: 2.1s }
.xp_card:nth-child(15) { animation-delay: 2.25s }
.xp_card:nth-child(16) { animation-delay: 2.4s }
.xp_card:nth-child(17) { animation-delay: 2.55s }
.xp_card:nth-child(18) { animation-delay: 2.7s }
.xp_card:nth-child(19) { animation-delay: 2.85s }
@keyframes a_show {
	100%  {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes a_sign-show {
	100%  {
		opacity: .15;
		transform: translate(0,0);
	}
}

.xp_card-header {
	min-height: 30px;
	padding: 0 7px;
}

.xp_card-header-title {
	height: 16px;
	font-size: 24px;
	font-weight: lighter;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	opacity: .5;
}

.xp_card-body {
	padding: 12px 24px;
	background-color: #d9d9d9;
	color: #6c6c6c;
	box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .26);
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: box-shadow, background-color;
}

.xp_card-item-title {
	height: 16px;
	display: block;
	line-height: 16px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
}

.xp_card-item-text {
	height: 24px;
	line-height: 24px;
}

.xp_card-item-link {
	height: 24px;
	line-height: 24px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	color: #1dc1e4;
}

.xp_card-item-link:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: 0;
	left:50%;
	background-color: rgba(29, 193, 228, 0.3);
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.xp_card-item-link:hover:before {
	visibility: visible;
	width:  100%;
	left:0;
}

.xp_gold {
	color: #e7bc30;
}

.big-text {
	font-size: 30px;
	line-height: 24px;
}

.xp_card-item {
	margin: 7px;
}

.xp_card-body-block>.xp_card-item-link {
	padding: 0 7px;
}

.xp_icon-24 {
	width: 24px;
	height: 24px;
}

.xp_title-svg {
	width: 195px;
	height: 32px;
}

.xp_steam-pp {
	width: 128px;
	height: 128px;
	display: block;
}

.col-172 {
	margin: 10px 0;
	margin-right: 22px;
}

.col-big {
	margin: 19px;
	text-align: center;
}

.col-big .xp_card-item-title {
	display: none;
}

.col-big .xp_card-item-link {
	margin: 8px;
}

.xp_steam-pp {
	margin: 0 auto;
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}


.row {
	display: block;
}

@media (min-width: 640px) {
	.xp_header-row {
		width: 512px;
		margin: 0 auto;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-property: width;
	}
	.xp_container {
		width: 512px;
		margin: 0 auto;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-property: width;
	}
	.row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.col-big {
		text-align: left;
	}
	.col-big .xp_card-item-title {
		display: block;
	}
	.col-big .xp_card-item-link {
		margin: auto;
	}
	.xp_steam-pp {
		margin: 0;
	}
	.xp_header {
		padding-left: 0;
	}
	.xp_nav {
		margin: 0px 12px;
	}
	.xp_nav-link {
		padding: 0 24px;
	}
}

#XPsignL {
	float: left;
	position: fixed;
	bottom: 0;
	right: -25%;
	width: 150%;
	height: 150%;
	background: url(/XperidiaLogo.svg);
	background-size: 150% 150%;
	z-index: -1;
	background-repeat: no-repeat;
	opacity: 0.15;
	overflow: hidden;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	animation: a_sign-show 0.9s 0.55s ease 1 forwards;
	transform: translate(5%,2%);
	transform-origin: right;
	transition: .4s;
	opacity: 0;
}

@media (min-width: 1536px) {
	.xp_header-row {
		width: 1024px;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-property: width;
	}
	.xp_container {
		width: 1024px;
		margin: 0 auto;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-property: width;
	}
	.xp_card-item-title {
		height: .75em;
		line-height: .5em;
		font-size: 1.5em;
	}
	.xp_card-item-text {
		height: .75em;
		line-height: .75em;
		font-size: 1.5em;
	}
	.xp_card-item {
		margin: 0.5em;
	}
	.col-big {
		margin: 0.75em;
	}
	.col-172 {
		margin: 1.1em 0.5em;
		margin-right: 1em;
	}
	.xp_card-header-title {
		height: 1.75em;
		font-size: 1.5em;
		line-height: 0.75em;
	}
	.xp_card-item-link {
		height: .75em;
		line-height: .75em;
		font-size: 1.5em;
	}
	.xp_card-body {
		padding: 0.5em 1em;
	}
	.xp_card-header {
		min-height: 1em;
		padding: 0.5em 0.25em;
	}
	.big-text {
		font-size: 2em;
	}
}

@media (min-width: 2560px) {
	.xp_header-row {
		width: 2048px;
		height: 128px;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-property: width, height;
	}
	.xp_container {
		width: 2048px;
		margin: 0 auto;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-property: width;
	}
	.xp_card-item-title {
		height: .75em;
		line-height: .5em;
		font-size: 3em;
	}
	.xp_card-item-text {
		height: .75em;
		line-height: .75em;
		font-size: 3em;
	}
	.xp_card-item {
		margin: 0.5em;
	}
	.col-big {
		margin: 0.75em;
	}
	.col-172 {
		margin: 1.1em 0.5em;
		margin-right: 1em;
	}
	.xp_card-header-title {
		height: 1.75em;
		font-size: 3em;
		line-height: 0.75em;
	}
	.xp_card-item-link {
		height: .75em;
		line-height: .75em;
		font-size: 3em;
	}
	.xp_card-body {
		padding: 1em 2em;
	}
	.xp_card-header {
		min-height: 1.75em;
		padding: 1em 0.5em;
	}
	.xp_steam-pp {
		width: 12em;
		height: 12em;
	}
	.xp_header {
		height: 128px;
	}
	.xp_nav-button {
		height: 96px;
		width: 96px;
		margin: 16px 24px;
	}
	.xp_icon-24 {
		width: 48px;
		height: 48px;
		line-height: 128px;
	}
	.xp_title-svg {
		width: 390px;
		height: 64px;
	}
	.xp_nav-button {
		font-size: 52px;
		line-height: 112px;
	}
	.xp_nav {
		height: 128px;
		margin: 0px 24px;
		font-size: 8em;
		line-height: 128px;
	}
	.xp_nav-link {
		line-height: 128px;
		padding: 0 48px;
		font-size: 64px;
	}
	.big-text {
		font-size: 4em;
	}
}

.xp_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
	border: 2px solid #b5b5b5;
	background: linear-gradient(90deg, #b5b5b5, #b5b5b5);
	background-position: center;
	background-size: 50% 100%;
	transition: .2s ease-in-out all;
}
.xp_slider:hover {
	background: linear-gradient(90deg, #b5b5b5, #b5b5b5 ,#c7c7c7);
	background-size: 100% 100%;
	background-repeat: repeat;
	background-position: left;
	transition: .2s ease-in-out all;
}
.xp_slider:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 50%;
	background-color: #f2f3f3;
	-webkit-transition: .4s;
	opacity: 1;
	left: 0;
	/* animation: await 2s ease-in-out infinite; */
}

.xp_switch.waiting > .xp_slider:before {
	animation: rawait 2s ease-in-out infinite;
}

.xp_switch.waiting > input:checked+.xp_slider:before {
	animation: await 2s ease-in-out infinite;
}

.xp_switch > input[type="checkbox"] {
	display: none;
}

input:checked + .xp_slider {
	background-color: #1AA6D3;
	border: 2px solid #1AA6D3;
	background: linear-gradient(90deg, #1AA6D3, #1AA6D3);
	background-position: center;
	background-size: 50% 100%;
	transition: .2s ease-in-out all;
}
input:checked + .xp_slider:hover {
	background: linear-gradient(90deg, #1dc0e3, #1AA6D3 ,#1aa6d3);
	background-size: 100% 100%;
	background-repeat: repeat;
	background-position: left;
	transition: .2s ease-in-out all;
}
input:checked + .xp_slider:before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

input[type='checkbox'][disabled] + .xp_slider:before {
	opacity: 0;
}

input[type=checkbox][disabled]+.xp_slider:hover {
	background: none;
	cursor: not-allowed;
}

input[type=checkbox][disabled][checked]+.xp_slider:hover {
	background: #1aa6d3;
}

label.xp_card-item-title.xp_slider-label {
	display: flex;
}

.xp_slider-label {
	height: .75em;
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: .75em;
	display: flex;
	flex-grow: 1;
	user-select: none;
}

.xp_switch-col {
	margin: .2em;
	width: 100%;
	display: flex;
}

.xp_switch {
	background: #b5b5b5;
	line-height: 100%;
	width: 2em;
	position: relative;
	display: inline-block;
}

@keyframes await {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		opacity: .8;
	}
	25% {
		opacity: .5;
	}
	50% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		opacity: .8;
	}
	75% {
		opacity: .5;
	}
	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		opacity: .8;
	}
}

@keyframes rawait {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		opacity: .8
	}

	25% {
		opacity: .5
	}

	50% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		opacity: .8
	}

	75% {
		opacity: .5
	}

	100% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		opacity: .8
	}
}

span.xp_title {
	font-size: 48px;
	color: #1dc0e3;
	font-weight: 600;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #1dc0e3, #1aa6d3, #6c6c6c, #6c6c6c);
	background: -o-gradient(linear,left top,right top,from(#1dc0e3),to(#1aa6d3));
	-webkit-background-clip: text;
	/* text-shadow: 0 2px 0 black; */
	background-size: 300% 100%;
	animation: a_gradscroll 4s ease;
	background-repeat: repeat;
	background-position: left;
	transition: 1s background;
}

@keyframes a_gradscroll {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

span.xp_title:hover {
	animation: a_gradscroll 4s ease;
	background-position: right;
	transition: 1s background;
	cursor:  pointer;
}

a {
	position: relative;
	text-decoration: none;
	display: initial;
}

a.big-text:before {
	height: 3px;
	bottom: 0;
	left: 0;
}

a:-webkit-any-link:before {
	background-color: #1dc1e4;
}

a.xp_nav-button:before {
	display: none;
}
