:root {
	--swiper-theme-color: #007aff;
}
:host {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.swiper {
	display: block;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.swiper-wrapper {
	box-sizing: initial;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	transition-timing-function: var(
		--swiper-wrapper-transition-timing-function,
		initial
	);
	width: 100%;
	z-index: 1;
}
.swiper-wrapper {
	transform: translateZ(0);
}
.swiper-horizontal {
	touch-action: pan-y;
}
.swiper-slide {
	display: block;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-3d {
	perspective: 1200px;
}
.swiper-3d .swiper-slide {
	transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, #00000080, #0000);
}
@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transform: translateZ(0);
	transition: opacity 0.3s;
	z-index: 10;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	left: 0;
	top: var(--swiper-pagination-top, auto);
}
.swiper-pagination-bullet {
	display: inline-block;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
:root {
	--swiper-navigation-size: 44px;
}
@media (max-width: 450px) {
}
@media (min-height: 700px) {
}
@media (max-width: 900px) {
}
@media (max-width: 500px) {
}
@media (max-width: 450px) {
}
@media (max-width: 700px) {
}
@media (max-width: 400px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 500px) {
}
@media (max-width: 900px) {
}
@keyframes leftBackgroundAppear {
	0% {
		transform: scale(0.5);
	}
	to {
		transform: scale(1.2);
	}
}
@media (max-height: 450px), (max-width: 700px) {
}
@keyframes tlAnim {
	0% {
		opacity: 0;
		right: -100px;
	}
	80% {
		right: -25px;
	}
	to {
		opacity: 1;
		right: -33px;
	}
}
@keyframes tlAnim2 {
	0% {
		opacity: 0;
		right: -33px;
	}
	80% {
		right: 50px;
	}
	to {
		opacity: 0.6;
		right: 42px;
	}
}
@keyframes tlAnim3 {
	0% {
		opacity: 0;
		right: 42px;
	}
	80% {
		right: 125px;
	}
	to {
		opacity: 0.3;
		right: 117px;
	}
}
@keyframes floatReg {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-40px);
	}
	to {
		transform: translateY(0);
	}
}
@media (max-height: 700px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 900px) {
}
@media (max-width: 550px) {
}
@media (max-width: 1150px) {
}
@media (max-width: 750px) {
}
@media (max-width: 600px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 900px) {
}
@media (max-width: 550px) {
}
@media (max-width: 900px) {
}
@media (max-width: 550px) {
}
@media (max-width: 750px) {
}
@media (max-width: 550px) {
}
@media (max-width: 900px) {
}
@keyframes floatBlock {
	0% {
		transform: rotate(35deg) translateY(0);
	}
	50% {
		transform: rotate(35deg) translateY(-20px);
	}
	to {
		transform: rotate(35deg) translateY(0);
	}
}
@keyframes floatBlockTwo {
	0% {
		transform: rotate(316deg) translateY(0);
	}
	50% {
		transform: rotate(316deg) translateY(-20px);
	}
	to {
		transform: rotate(316deg) translateY(0);
	}
}
@media (max-width: 550px) {
}
@media (max-width: 900px) {
}
:root {
	--toastify-color-light: #fff;
	--toastify-color-dark: #121212;
	--toastify-color-info: #3498db;
	--toastify-color-success: #07bc0c;
	--toastify-color-warning: #f1c40f;
	--toastify-color-error: #e74c3c;
	--toastify-color-transparent: #ffffffb3;
	--toastify-icon-color-info: var(--toastify-color-info);
	--toastify-icon-color-success: var(--toastify-color-success);
	--toastify-icon-color-warning: var(--toastify-color-warning);
	--toastify-icon-color-error: var(--toastify-color-error);
	--toastify-toast-width: 320px;
	--toastify-toast-background: #fff;
	--toastify-toast-min-height: 64px;
	--toastify-toast-max-height: 800px;
	--toastify-font-family: sans-serif;
	--toastify-z-index: 9999;
	--toastify-text-color-light: #757575;
	--toastify-text-color-dark: #fff;
	--toastify-text-color-info: #fff;
	--toastify-text-color-success: #fff;
	--toastify-text-color-warning: #fff;
	--toastify-text-color-error: #fff;
	--toastify-spinner-color: #616161;
	--toastify-spinner-color-empty-area: #e0e0e0;
	--toastify-color-progress-light: linear-gradient(
		90deg,
		#4cd964,
		#5ac8fa,
		#007aff,
		#34aadc,
		#5856d6,
		#ff2d55
	);
	--toastify-color-progress-dark: #bb86fc;
	--toastify-color-progress-info: var(--toastify-color-info);
	--toastify-color-progress-success: var(--toastify-color-success);
	--toastify-color-progress-warning: var(--toastify-color-warning);
	--toastify-color-progress-error: var(--toastify-color-error);
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 480px) {
}
@keyframes Toastify__trackProgress {
	0% {
		transform: scaleX(1);
	}
	to {
		transform: scaleX(0);
	}
}
@keyframes Toastify__bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		transform: translate3d(10px, 0, 0);
	}
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	to {
		transform: none;
	}
}
@keyframes Toastify__bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes Toastify__bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		transform: translate3d(5px, 0, 0);
	}
	to {
		transform: none;
	}
}
@keyframes Toastify__bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes Toastify__bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	75% {
		transform: translate3d(0, 10px, 0);
	}
	90% {
		transform: translate3d(0, -5px, 0);
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes Toastify__bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		transform: translate3d(0, -10px, 0);
	}
	90% {
		transform: translate3d(0, 5px, 0);
	}
	to {
		transform: none;
	}
}
@keyframes Toastify__bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes Toastify__zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes Toastify__zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes Toastify__flipIn {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		transform: perspective(400px);
	}
}
@keyframes Toastify__flipOut {
	0% {
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
}
@keyframes Toastify__slideInRight {
	0% {
		transform: translate3d(110%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__slideInLeft {
	0% {
		transform: translate3d(-110%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__slideInUp {
	0% {
		transform: translate3d(0, 110%, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__slideInDown {
	0% {
		transform: translate3d(0, -110%, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__slideOutRight {
	0% {
		transform: translateZ(0);
	}
	to {
		transform: translate3d(110%, 0, 0);
		visibility: hidden;
	}
}
@keyframes Toastify__slideOutLeft {
	0% {
		transform: translateZ(0);
	}
	to {
		transform: translate3d(-110%, 0, 0);
		visibility: hidden;
	}
}
@keyframes Toastify__slideOutDown {
	0% {
		transform: translateZ(0);
	}
	to {
		transform: translate3d(0, 500px, 0);
		visibility: hidden;
	}
}
@keyframes Toastify__slideOutUp {
	0% {
		transform: translateZ(0);
	}
	to {
		transform: translate3d(0, -500px, 0);
		visibility: hidden;
	}
}
@keyframes Toastify__spin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
a,
body,
canvas,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
p,
span {
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: initial;
}
:focus {
	outline: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
body {
	background: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	background: #0000;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
canvas {
	display: inline-block;
	max-width: 100%;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
	scrollbar-width: none;
}
a:active,
a:hover {
	outline: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
}
input {
	font-size: 100%;
	margin: 0;
	vertical-align: initial;
}
input {
	-webkit-appearance: none;
	line-height: normal;
}
html,
input {
	box-sizing: border-box;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
img {
	vertical-align: middle;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.noCopy {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
:root {
	--bgColor: #0c111c;
	--text: #fff;
	--bgModal: #121a29;
	--borderModal: #465063;
	--topLine: #212f44;
	--lines: #475774;
	--btnDark: #192232;
	--blue: #2b90fe;
	--blueDark: #2b91fe56;
	--lightBtn: #232c43;
	--secondary: #192232;
	--textSecondary: #677a9d;
	--textDark: #677a9d;
	--line: #273140;
	--iconColor: #475774;
	--slotHover: #10131fbf;
	--accent: #1a2534;
	--blueSecond: #1e6cfd;
}
body {
	background-color: var(--bgColor);
	color: var(--text);
	font-family: Inter, sans-serif;
}
::-webkit-scrollbar {
	width: 2px;
}
::-webkit-scrollbar-thumb {
	background: #3f4e69;
	border-radius: 2px;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
::-webkit-scrollbar-track {
	background: #0c111c;
}
input::placeholder {
	color: #475774;
	color: var(--lines);
	opacity: 1;
}
input {
	font-family: Inter, sans-serif;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
.contentWrapper {
	max-width: 100vw;
	overflow: hidden;
}
.container {
	margin: auto;
	max-width: 100vw;
	min-height: 100vh;
	padding-top: 15px;
	position: relative;
}
@media (max-width: 700px) {
	.container {
		padding-top: 0;
	}
}
@keyframes containerBluringIn {
	0% {
		filter: blur(0);
	}
	to {
		filter: blur(10px);
	}
}
@keyframes containerBluringOut {
	0% {
		filter: blur(10px);
	}
	to {
		filter: blur(0);
	}
}
.countdown {
	grid-gap: 8px;
	grid-template-columns: auto auto auto auto;
}
.backgroundBack {
	overflow: hidden;
	position: fixed;
	z-index: -2;
}
.backgroundBack,
.backgroundBack img {
	height: 100vh;
	left: 0;
	top: 0;
	width: 100vw;
}
.backgroundBack img {
	object-fit: cover;
	object-position: center;
	position: absolute;
}
.content {
	margin: auto;
	max-width: 100%;
	padding: 0 20px 50px;
	width: 1440px;
}
@media (max-width: 1440px) {
	.content {
		max-width: 100vw !important;
		overflow-x: hidden;
	}
}
@media (max-width: 600px) {
	.content {
		padding: 0 10px;
	}
}
@media (max-width: 700px) {
	.content {
		min-height: 100vh;
	}
}
.baseBlock {
	background-clip: padding-box, border-box;
	background-image: linear-gradient(to bottom, #192232, #192232),
		linear-gradient(to bottom, var(--topLine) 20%, #192232 47%);
	background-origin: border-box;
	border: 3px solid #0000;
	border-radius: 25px;
	box-shadow: 0 5px 6px 0#11141b1f;
}
.mainBtn {
	-webkit-touch-callout: none;
	align-items: center;
	background-clip: padding-box, border-box;
	background-image: linear-gradient(to bottom, #192232, #192232),
		linear-gradient(to bottom, var(--topLine) 20%, #192232 47%);
	background-origin: border-box;
	border: 3px solid #0000;
	border-radius: 50px;
	box-shadow: 0 5px 6px 0#11141b1f;
	color: var(--text);
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	height: 47px;
	justify-content: center;
	line-height: normal;
	position: relative;
	transition: border 0.3s ease;
	-webkit-user-select: none;
	user-select: none;
}
.mainBtn span {
	z-index: 3;
}
.mainBtn.blue {
	background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
		linear-gradient(180deg, #79cdfd, #1a64fc);
	box-shadow: 0 5px 6px 0#11141b1f, 0 0 36.54px 0#3a7cffab;
}
@keyframes whiteLoader {
	0% {
		background-color: hsla(0, 0%, 100%, 0.302);
		box-shadow: 20px 0 hsla(0, 0%, 100%, 0.302), -20px 0#fff;
		box-shadow: 20px 0 hsla(0, 0%, 100%, 0.302), -20px 0 var(--text);
	}
	50% {
		background-color: #fff;
		background-color: var(--text);
		box-shadow: 20px 0 hsla(0, 0%, 100%, 0.302),
			-20px 0 hsla(0, 0%, 100%, 0.302);
	}
	to {
		background-color: hsla(0, 0%, 100%, 0.302);
		box-shadow: 20px 0#fff, -20px 0 hsla(0, 0%, 100%, 0.302);
		box-shadow: 20px 0 var(--text), -20px 0 hsla(0, 0%, 100%, 0.302);
	}
}
.mainBtn.blue:after {
	background-image: linear-gradient(180deg, #3ec2fa, #195fee);
	border-radius: 50px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.1s ease-out;
	width: 100%;
}
.mainBtn svg {
	transition: transform 0.3s ease;
}
.mainBtn:hover {
	border-color: #212f44;
	border-color: var(--topLine);
}
.mainBtn:hover.blue {
	background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
		linear-gradient(180deg, #79cdfd, #1a64fc);
	border-color: #0000;
}
.mainBtn:hover.blue:after {
	opacity: 1;
}
@media (max-width: 600px) {
	.slot:hover {
		transform: scale(1) !important;
	}
	.slot .play,
	.slot .slotBack,
	.slot .slotInner {
		border-radius: 15px !important;
	}
}
@media (max-width: 600px) {
}
.jackpotBtnNy {
	align-items: center;
	cursor: pointer;
	display: flex;
	filter: drop-shadow(0 0 10px rgba(121, 158, 216, 0.5));
	height: 60px;
	justify-content: center;
	position: relative;
	transition: transform 0.1s ease, filter 0.15s ease;
	width: 300px;
	z-index: 1;
}
.jackpotBtnNy:hover {
	filter: drop-shadow(0 0 10px rgba(121, 158, 216, 0.7));
	transform: rotate(3deg) scale(1.02);
}
.jackpotBtnNy .abs,
.jackpotBtnNy .btnBody {
	left: 0;
	position: absolute;
}
.jackpotBtnNy .btnBody {
	height: 100%;
	top: 0;
	width: 100%;
	z-index: -1;
}
.jackpotBtnNy .nyText {
	padding-bottom: 8px;
	transform: rotate(-3.467deg);
}
.nyText {
	-webkit-text-fill-color: #0000;
	background: linear-gradient(180deg, #005799, #1370b7);
	background-clip: text;
	-webkit-background-clip: text;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 800;
	text-align: center;
}
.play {
	-webkit-touch-callout: none;
	align-items: center;
	background-color: var(--slotHover);
	border-radius: 25px;
	content: "";
	display: flex;
	flex-direction: column;
	height: 110%;
	justify-content: space-around;
	left: 50%;
	opacity: 0;
	padding: 3%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
	-webkit-user-select: none;
	user-select: none;
	width: 110%;
	will-change: transform;
	z-index: 3 !important;
}
@media (max-width: 1000px) {
	.play {
		padding: 7%;
	}
}
.play p {
	color: var(--textSecondary);
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	padding: 5px 15px 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
@media (max-width: 1000px) {
	.play p {
		font-size: 0.7rem !important;
	}
}
@media (max-width: 600px) {
	.play p {
		font-size: 0.6rem !important;
	}
}
.play h1 {
	font-size: 17px;
	font-weight: 700;
	overflow: hidden;
	padding: 0 15px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
@media (max-width: 1000px) {
	.play h1 {
		font-size: 0.8rem !important;
	}
}
@media (max-width: 600px) {
	.play h1 {
		font-size: 0.7rem !important;
	}
}
.play .mainBtn {
	display: flex;
	font-size: 16px;
	font-weight: 300;
}
.play .mainBtn img {
	height: 50px;
	padding-left: 5px;
	width: 50px;
}
.play .mainBtn.blue {
	border-radius: 50%;
	height: 90px;
	width: 90px;
}
@media (max-width: 1000px) {
	.play .mainBtn.blue {
		height: 60px;
		width: 60px;
	}
	.play .mainBtn.blue img {
		height: 40px;
		width: 40px;
	}
}
@media (max-width: 600px) {
	.play .mainBtn.blue {
		height: 55px;
		width: 55px;
	}
	.play .mainBtn.blue img {
		height: 35px;
		width: 35px;
	}
}
.play .mainBtn.blue img {
	transition: transform 0.3s ease-in-out;
}
.play .mainBtn.blue:hover img {
	transform: scale(1.1);
}
.play .down {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 20px;
	width: 100%;
}
@media (max-width: 1000px) {
	.play .down {
		padding: 0 5px;
	}
}
.play .down .like {
	align-items: center;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	background-color: #192232cc;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	opacity: 0;
	transition: background-color 0.3s ease;
	width: 40px;
}
@media (max-width: 1000px) {
	.play .down .like {
		height: 30px;
		width: 30px;
	}
	.play .down .like svg {
		width: 14px !important;
	}
}
.play .down .like svg {
	height: 18px;
	transition: transform 0.3s ease;
	width: 18px;
}
.play .down .like svg path {
	fill: var(--lines);
	stroke: var(--lines);
	transition: fill 0.3s ease, stroke 0.3s ease;
}
.play .down .like:hover {
	background-color: #192232;
}
.play .down .like:hover:hover svg {
	transform: scale(1.15);
}
.field {
	width: 100%;
}
.field input {
	box-shadow: 0 5px 6px 0#11141b1f;
	font-family: Inter !important;
	transition: border-color 0.3s ease;
	width: 100%;
}
.field input:focus,
.field input:hover,
.field textarea:focus,
.field textarea:hover {
	border-color: #2b90fe;
	border-color: var(--blue);
}
.field input::placeholder,
.field textarea::placeholder {
	opacity: 1;
}
.field input:-webkit-autofill,
.field input:-webkit-autofill:active,
.field input:-webkit-autofill:focus,
.field input:-webkit-autofill:hover,
.field textarea:-webkit-autofill,
.field textarea:-webkit-autofill:active,
.field textarea:-webkit-autofill:focus,
.field textarea:-webkit-autofill:hover {
	-webkit-text-fill-color: #fff;
	-webkit-text-fill-color: var(--text);
	-webkit-background-clip: text;
	box-shadow: inset 0 0 20px 20px #192232;
	box-shadow: inset 0 0 20px 20px var(--btnDark);
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@keyframes centerAppear {
	0% {
		opacity: 0;
		transform: translate(-30px, -50%);
	}
	to {
		opacity: 1;
		transform: translateY(0, -50%);
	}
}
@media (max-width: 700px) {
}
@media (max-width: 700px) {
}
@keyframes huysan {
	0% {
		transform: scale(1) translate(-50%, -50%);
	}
	40% {
		transform: scale(1) translate(-50%, -50%);
	}
	60% {
		transform: scale(1.05) translate(-50%, -50%);
	}
	80% {
		transform: scale(1) translate(-50%, -50%);
	}
	to {
		transform: scale(1) translate(-50%, -50%);
	}
}
@keyframes jopina {
	0% {
		transform: scale(1) rotate(0deg) translate(-50%, -50%);
	}
	40% {
		transform: scale(1) rotate(-15deg) translate(-50%, -60%);
	}
	60% {
		transform: scale(1.05) rotate(-15deg) translate(-50%, -60%);
	}
	80% {
		transform: scale(1) rotate(-15deg) translate(-50%, -60%);
	}
	to {
		transform: scale(1) rotate(0) translate(-50%, -50%);
	}
}
.loaderList {
	animation: loaderList 0.5s ease-out infinite alternate;
	background-color: var(--blue);
	border-radius: 25%;
	box-shadow: 20px 0 var(--blue), -20px 0 var(--blue);
	height: 10px;
	margin: 10px auto;
	position: relative;
	width: 10px;
	z-index: 99;
}
@keyframes loaderList {
	0% {
		background-color: #2b91fe56;
		background-color: var(--blueDark);
		box-shadow: 20px 0#2b91fe56, -20px 0#2b90fe;
		box-shadow: 20px 0 var(--blueDark), -20px 0 var(--blue);
	}
	50% {
		background-color: #2b90fe;
		background-color: var(--blue);
		box-shadow: 20px 0#2b91fe56, -20px 0#2b91fe56;
		box-shadow: 20px 0 var(--blueDark), -20px 0 var(--blueDark);
	}
	to {
		background-color: #2b91fe56;
		background-color: var(--blueDark);
		box-shadow: 20px 0#2b90fe, -20px 0#2b91fe56;
		box-shadow: 20px 0 var(--blue), -20px 0 var(--blueDark);
	}
}
.snow {
	object-fit: contain;
	position: absolute;
	z-index: 3;
}
.defaultSelect .defaultSelect__input-container {
	color: #fff;
}
.defaultSelect .defaultSelect__single-value {
	color: var(--textSecondary);
	font-weight: 500;
	transition: color 0.3s ease;
}
.defaultSelect .defaultSelect__single-value {
	align-items: center;
	display: flex;
	font-size: 1rem;
	white-space: nowrap;
}
.defaultSelect .defaultSelect__single-value img {
	height: 24px;
	margin-right: 10px;
	width: 24px;
}
.defaultSelect .defaultSelect__control {
	background-color: #0000;
	border: 0 !important;
	box-shadow: none;
	cursor: pointer;
	outline: 0;
}
.defaultSelect .defaultSelect__indicator {
	color: var(--iconColor);
}
.defaultSelect .defaultSelect__dropdown-indicator {
	transition: transform 0.3s ease, color 0.3s ease;
}
.defaultSelect .defaultSelect__dropdown-indicator:hover {
	color: #677a9d;
	color: var(--textSecondary);
}
@keyframes selectAppear {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 1100px) {
}
@media (max-width: 900px) {
}
@media (max-width: 690px) {
}
@media (max-width: 560px) {
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 690px) {
}
@media (max-width: 980px) {
}
@media (max-width: 690px) {
}
@media (max-width: 450px) {
}
@media (max-width: 690px) {
}
@media (max-width: 490px) {
}
@media (max-width: 690px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
.banerBody {
	padding-top: 40px;
	position: relative;
}
@media (max-width: 1400px) {
	.banerBody {
		padding-top: 0;
	}
}
.banerBody .arrowArea {
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
	width: 250px;
	z-index: 1;
}
.banerBody .arrowArea.right {
	right: 0;
	transform: translate(100%, -50%);
}
.banerBody .banners .swiper-slide {
	transition: opacity 0.3s ease-out, transform 0.3s ease-out !important;
}
.banerBody .banners .swiper-slide.swiper-slide-next,
.banerBody .banners .swiper-slide.swiper-slide-prev {
	opacity: 0.2 !important;
}
.banerBody .banners .swiper-pagination {
	align-items: center;
	bottom: -15px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.banerBody .banners .swiper-pagination .swiper-pagination-bullet {
	background: #829dff;
	border-radius: 2px;
	height: 2px;
	opacity: 0.2;
	transition: all 0.12s ease-out;
	width: 150px;
}
.banerBody
	.banners
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--blue);
	border: 0;
	box-shadow: 0 0 3px #0003;
	opacity: 1;
}
@media (min-width: 1400px) {
	.banerBody .banners {
		overflow: visible !important;
	}
}
@media (max-width: 1400px) {
	.banerBody .banners {
		padding-top: 50px;
	}
}
@media (max-width: 900px) {
	.banerBody .banners {
		padding-top: 40px;
	}
}
@media (max-width: 600px) {
	.banerBody .banners {
		left: -10px;
		width: calc(100% + 20px);
	}
}
.banner {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}
.banner h1 {
	font-weight: 700;
	padding-bottom: 10px;
}
@media (max-width: 900px) {
	.banner h1 {
		font-size: 2rem;
	}
}
@media (max-width: 600px) {
	.banner h1 {
		font-size: 1.5rem;
	}
}
.banner p {
	font-weight: 300;
	max-width: 45%;
	text-shadow: 0 3px 4px #0a0d1169;
}
@media (max-width: 1200px) {
	.banner p {
		max-width: 60%;
	}
}
@media (max-width: 900px) {
	.banner p {
		font-size: 0.8rem;
		font-weight: 400;
	}
}
.banner .mainBtn {
	font-weight: 400;
	margin-top: 50px;
	max-width: 250px;
}
@media (max-width: 600px) {
	.banner .mainBtn {
		font-size: 0.8rem !important;
		height: 40px !important;
		margin-top: 20px;
		max-width: 190px;
	}
}
.banner:after {
	content: "";
	display: block;
	padding-top: 386px;
	width: 100%;
}
@media (max-width: 900px) {
	.banner:after {
		padding-top: 250px;
	}
}
@media (max-width: 600px) {
	.banner:after {
		padding-top: 186px;
	}
}
.banner .inside {
	display: flex;
	flex-direction: column;
	left: 5%;
	position: absolute;
	right: 5%;
}
@media (max-width: 600px) {
	.banner {
		border-radius: 0 !important;
	}
}
@media (max-width: 1200px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 900px) {
}
@media (max-width: 700px) {
}
@media (max-width: 600px) {
}
@media (max-width: 900px) {
}
.banner.bonusBanner {
	background: #0000;
	border-radius: 25px;
}
@media (max-width: 900px) {
	.banner.bonusBanner .snow.one {
		left: -20px !important;
		top: -5px !important;
		width: 120px;
	}
	.banner.bonusBanner .snow.two {
		left: 50% !important;
		top: -5px !important;
		width: 180px;
	}
	.banner.bonusBanner .snow.three {
		right: 0 !important;
		top: -20px !important;
		width: 120px;
	}
}
@media (max-width: 1200px) {
}
@media (max-width: 1100px) {
	.banner.bonusBanner .inside h1 {
		font-size: 3rem !important;
	}
}
@media (max-width: 900px) {
	.banner.bonusBanner .mainImg {
		bottom: 0;
		height: 300px !important;
		top: auto !important;
		transform: none !important;
	}
	.banner.bonusBanner .inside h1 {
		font-size: 2.5rem !important;
	}
}
@media (max-width: 700px) {
	.banner.bonusBanner .mainImg {
		height: 250px !important;
	}
}
@media (max-width: 600px) {
	.banner.bonusBanner .snow.one {
		left: -11px !important;
		top: -3px !important;
		width: 80px;
	}
	.banner.bonusBanner .snow.two {
		display: none;
	}
	.banner.bonusBanner .snow.three {
		right: 0 !important;
		top: -17px !important;
		width: 100px;
	}
	.banner.bonusBanner .mainImg {
		bottom: auto;
		height: 150px !important;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.banner.bonusBanner .inside {
		left: 3% !important;
		right: 3% !important;
	}
	.banner.bonusBanner .inside h1 {
		font-size: 1.5rem !important;
	}
	.banner.bonusBanner .back {
		border-radius: 0 !important;
	}
}
.banner.bonusBanner .inside {
	bottom: 10%;
	justify-content: space-between;
	top: 10%;
}
.banner.bonusBanner .inside h1 {
	text-shadow: 0 6.189px 8.252px #172e504d;
	text-transform: uppercase;
}
.banner.bonusBanner .mainImg {
	position: absolute;
}
.banner.bonusBanner .back {
	background: #192232;
	border-radius: 25px;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.banner.bonusBanner .backImg {
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	width: 100%;
}
@media (max-width: 1300px) {
	.banner.slotBanner .mainImg {
		height: 400px !important;
		right: 15px !important;
	}
}
@media (max-width: 1150px) {
	.banner.slotBanner .methods {
		grid-gap: 15px !important;
		padding: 15px !important;
	}
	.banner.slotBanner .methods .method .images img {
		max-height: 35px;
	}
	.banner.slotBanner .mainBtn {
		margin-top: 0;
	}
}
@media (max-width: 1100px) {
	.banner.slotBanner .inside h1,
	.banner.slotBanner .inside h1.pay {
		font-size: 2rem !important;
	}
	.banner.slotBanner .inside .list .slot .slotInner .play h1 {
		font-size: 14px !important;
	}
	.banner.slotBanner .inside .list .slot:nth-child(4),
	.banner.slotBanner .inside .list .slot:nth-child(5) {
		display: none;
	}
}
@media (max-width: 1050px) {
	.banner.slotBanner .inside h1 {
		font-size: 1.8rem !important;
	}
	.banner.slotBanner .inside h1.pay {
		font-size: 1.6rem !important;
	}
	.banner.slotBanner .inside .methods {
		grid-template-columns: 1fr 1fr !important;
	}
	.banner.slotBanner .inside .methods .method.first {
		grid-area: 1/1/1/3;
	}
}
@media (max-width: 900px) {
	.banner.slotBanner .mainImg {
		height: 270px !important;
		right: 20px !important;
	}
	.banner.slotBanner .inside h1 {
		font-size: 1.4rem !important;
	}
	.banner.slotBanner .inside h1.pay {
		font-size: 1.2rem !important;
	}
	.banner.slotBanner .inside .methods {
		grid-template-columns: 1fr 1fr 1fr !important;
	}
	.banner.slotBanner .inside .methods .method.first {
		grid-area: 1;
	}
	.banner.slotBanner .inside .methods .method h4 {
		font-size: 10px !important;
		padding-top: 10px !important;
	}
	.banner.slotBanner .inside .methods .method .images img {
		max-height: 30px !important;
	}
	.banner.slotBanner .inside .list .slot {
		border-radius: 15px;
		margin-right: 10px !important;
		max-width: 100px !important;
	}
	.banner.slotBanner .inside .list .slot .slotInner,
	.banner.slotBanner .inside .list .slot .slotInner .play {
		border-radius: 15px;
	}
	.banner.slotBanner .inside .list .slot .slotInner .play h1 {
		font-size: 8px !important;
	}
	.banner.slotBanner .inside .list .slot .slotInner .play p {
		display: none;
	}
	.banner.slotBanner .inside .list .slot .slotInner .play .mainBtn {
		display: flex !important;
		height: 45px;
		width: 45px;
	}
	.banner.slotBanner .inside .list .slot .slotInner .slotBack {
		border-radius: 15px;
	}
	.banner.slotBanner .inside .list .slot:nth-child(4) {
		display: block;
	}
}
@media (max-width: 800px) {
	.banner.slotBanner .inside .methods {
		max-width: 65%;
	}
}
@media (max-width: 750px) {
	.banner.slotBanner .mainBtn {
		display: none;
	}
	.banner.slotBanner .mainImg {
		height: 275px !important;
		right: -30px !important;
	}
	.banner.slotBanner .inside .methods {
		grid-template-columns: 1fr 1fr !important;
	}
	.banner.slotBanner .inside .methods .method.first {
		grid-area: 1/1/1/3 !important;
	}
	.banner.slotBanner .inside h1 {
		font-size: 1.2rem !important;
	}
	.banner.slotBanner .inside h1.pay {
		font-size: 1rem !important;
	}
	.banner.slotBanner .inside .list .slot .slotInner .play .mainBtn {
		height: 40px;
		width: 40px;
	}
	.banner.slotBanner .inside .list .slot .slotInner .play .like {
		height: 25px !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 25px !important;
	}
	.banner.slotBanner .inside .list .slot .slotInner .play .like svg {
		width: 12px !important;
	}
	.banner.slotBanner .inside .list .slot:nth-child(4) {
		display: none;
	}
}
@media (max-width: 600px) {
	.banner.slotBanner .mainImg {
		bottom: 0;
		height: 210px !important;
		right: -60px !important;
		top: auto;
		transform: none;
	}
	.banner.slotBanner .inside h1 {
		font-size: 0.9rem !important;
	}
	.banner.slotBanner .inside h1.pay {
		font-size: 0.75rem !important;
	}
	.banner.slotBanner .inside h4 {
		font-size: 8px !important;
		padding-top: 5px !important;
	}
	.banner.slotBanner .inside .methods .method .images img {
		max-height: 20px !important;
	}
	.banner.slotBanner .inside .list .slot {
		max-width: 80px !important;
	}
}
.banner.slotBanner .methods {
	grid-gap: 30px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background-color: rgba(17, 23, 37, 0.302);
	border-radius: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 60%;
	padding: 20px;
}
.banner.slotBanner .methods .method {
	flex-direction: column;
	width: 100%;
}
.banner.slotBanner .methods .method,
.banner.slotBanner .methods .method .images {
	align-items: center;
	display: flex;
	justify-content: center;
}
.banner.slotBanner .methods .method .images img {
	margin-right: 15px;
}
.banner.slotBanner .methods .method .images img:last-child {
	margin: 0;
}
.banner.slotBanner .methods .method h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding-top: 15px;
	text-transform: uppercase;
	white-space: nowrap;
}
.banner.slotBanner .inside h1 {
	font-size: 2.3rem;
}
.banner.slotBanner .mainImg {
	bottom: 0;
	height: 440px;
	right: 60px;
	top: auto;
	transform: none;
}
.banner.slotBanner .back {
	border-radius: 27px;
}
.banner.slotBanner .back .backImg {
	filter: blur(0);
}
.banner.slotBanner .list {
	display: flex;
}
.banner.slotBanner .list .slot {
	margin-right: 15px;
	max-width: 133px;
}
.banner.slotBanner .list .slot .play h1 {
	font-size: 14px;
}
.banner.slotBanner .list .slot .play p {
	font-size: 12px;
	max-width: 100%;
}
.banner.slotBanner .list .slot .play .mainBtn {
	height: 60px;
	margin-top: 0;
	width: 60px;
}
.banner.slotBanner .list .slot .play .mainBtn img {
	height: 25px;
	padding-left: 0;
	width: 25px;
}
.banner.slotBanner .list .slot .play .down .like {
	height: 30px;
	width: 30px;
}
.banner.slotBanner .list .slot .play .down .like svg {
	height: 13px;
	width: 13px;
}
@media (max-width: 1000px) {
	.banner.bydloBanner .mainImg {
		height: 420px !important;
		right: -10px !important;
	}
}
@media (max-width: 900px) {
	.banner.bydloBanner .mainImg {
		height: 290px !important;
	}
	.banner.bydloBanner .inside h1 {
		font-size: 2rem !important;
	}
	.banner.bydloBanner .inside h3 {
		font-size: 0.9rem !important;
		padding-top: 5px !important;
	}
	.banner.bydloBanner .inside .mainBtn {
		margin: 0 !important;
	}
}
@media (max-width: 600px) {
	.banner.bydloBanner .mainImg {
		bottom: 0;
		height: 200px !important;
		right: -50px !important;
		top: auto;
		transform: none;
	}
	.banner.bydloBanner .inside h1 {
		font-size: 1.4rem !important;
	}
	.banner.bydloBanner .inside h3 {
		font-size: 0.7rem !important;
		max-width: 60% !important;
		padding-top: 5px !important;
	}
	.banner.bydloBanner .inside .mainBtn {
		font-size: 0.7rem !important;
		height: 35px !important;
		max-width: 180px !important;
	}
}
.banner.bydloBanner .mainImg {
	bottom: 0;
	height: 450px;
	right: 60px;
	top: auto;
	transform: none;
}
.banner.bydloBanner .back .backImg {
	filter: blur(0);
}
.banner.bydloBanner .inside h1 {
	font-size: 3rem;
}
.banner.bydloBanner .inside h3 {
	font-size: 1.3rem;
	font-weight: 300;
	max-width: 50%;
	padding-top: 10px;
}
@media (max-width: 1300px) {
	.banner.tournamentBanner .mainImg {
		height: 410px !important;
		right: -50px !important;
	}
	.banner.tournamentBanner .inside .list .btnHolder {
		display: none;
	}
	.banner.tournamentBanner .inside h2 {
		font-size: 2.8rem !important;
	}
	.banner.tournamentBanner .inside .list {
		grid-gap: 15px !important;
	}
}
@media (max-width: 900px) {
	.banner.tournamentBanner .mainImg {
		height: 290px !important;
		right: -30px !important;
	}
	.banner.tournamentBanner .inside h2 {
		font-size: 1.9rem !important;
	}
	.banner.tournamentBanner .inside h2 p {
		font-size: 16px !important;
	}
	.banner.tournamentBanner .inside .list .tour .rewards h6 {
		font-size: 18px !important;
		margin-right: 5px !important;
	}
	.banner.tournamentBanner .inside .list .tour h5 {
		font-size: 12px !important;
		max-width: 180px !important;
	}
	.banner.tournamentBanner .inside .list .tour .countdown .item span {
		font-size: 12px !important;
		height: 30px !important;
		width: 30px !important;
	}
	.banner.tournamentBanner .inside .list .tour .left {
		font-size: 10px !important;
		padding-top: 7px !important;
	}
}
@media (max-width: 740px) {
	.banner.tournamentBanner .mainImg {
		height: 280px !important;
		right: -20px !important;
	}
}
@media (max-width: 600px) {
	.banner.tournamentBanner .mainImg {
		height: 210px !important;
		right: -30px !important;
	}
	.banner.tournamentBanner .inside h2 {
		font-size: 1.5rem !important;
	}
	.banner.tournamentBanner .inside h2 p {
		font-size: 10px !important;
	}
	.banner.tournamentBanner .inside .list {
		grid-gap: 10px !important;
	}
	.banner.tournamentBanner .inside .list .tour {
		padding: 10px !important;
	}
	.banner.tournamentBanner .inside .list .tour .rewards h6 {
		font-size: 16px !important;
	}
	.banner.tournamentBanner .inside .list .tour h5 {
		font-size: 10px !important;
		max-width: 150px !important;
	}
	.banner.tournamentBanner .inside .list .tour:last-child {
		display: block;
	}
	.banner.tournamentBanner .inside .list .tour .left {
		display: none !important;
	}
}
@media (max-width: 500px) {
	.banner.tournamentBanner .inside h2 {
		font-size: 1.2rem !important;
	}
	.banner.tournamentBanner .inside .list .tour:last-child {
		display: none !important;
	}
}
.banner.tournamentBanner .mainImg {
	bottom: 0;
	height: 440px;
	right: -40px;
	top: auto;
	transform: none;
}
.banner.tournamentBanner .inside h2 {
	font-size: 3.1rem;
}
.banner.tournamentBanner .inside h2 p {
	font-size: 22.388px;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 10px;
	text-transform: none;
}
.banner.tournamentBanner .inside .list {
	grid-gap: 25px;
	display: grid;
	grid-template-columns: auto auto auto 1fr;
}
.banner.tournamentBanner .inside .list .btnHolder {
	align-self: flex-end;
}
.banner.tournamentBanner .inside .list .btnHolder .subText {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.banner.tournamentBanner .inside .list .btnHolder .mainBtn {
	margin-top: 20px;
	width: 250px;
}
.banner.tournamentBanner .inside .list .tour {
	background: #11172580;
	border-radius: 14px;
	padding: 15px;
	z-index: 10;
}
.banner.tournamentBanner .inside .list .tour h5 {
	color: #2b90fe;
	font-size: 14px;
	font-weight: 700;
	max-width: 250px;
	overflow: hidden;
	padding: 5px 0 10px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
.banner.tournamentBanner .inside .list .tour .rewards {
	display: flex;
}
.banner.tournamentBanner .inside .list .tour .rewards h6 {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	margin-right: 10px;
	text-shadow: 0 2.383px 3.177px #172e502e;
}
.banner.tournamentBanner .inside .list .tour .countdown {
	display: flex;
}
.banner.tournamentBanner .inside .list .tour .countdown .item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 5px;
}
.banner.tournamentBanner .inside .list .tour .countdown .item span {
	align-items: center;
	background: #333d5040;
	border: 2px solid #ffffff1a;
	border-radius: 50%;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	width: 40px;
}
.banner.tournamentBanner .inside .list .tour .left {
	font-size: 12px;
	padding-top: 10px;
	text-shadow: 0 6px 9px #172e502e;
}
@media (max-width: 1200px) {
	.banner.cashBanner .mainImg {
		height: 415px !important;
		right: 0 !important;
	}
}
@media (max-width: 1100px) {
	.banner.cashBanner .inside h1 {
		font-size: 28px !important;
	}
}
@media (max-width: 900px) {
	.banner.cashBanner .mainImg {
		height: 275px !important;
		right: 0 !important;
	}
	.banner.cashBanner .inside h1 {
		font-size: 22px !important;
		padding: 15px !important;
	}
	.banner.cashBanner .inside .countdown .item span {
		border: 2px solid #ffffff08 !important;
		font-size: 1rem !important;
		height: 40px !important;
		width: 40px !important;
	}
	.banner.cashBanner .inside .countdown .item .small {
		font-size: 0.5rem !important;
		margin-top: 5px !important;
	}
}
@media (max-width: 700px) {
	.banner.cashBanner .mainImg {
		height: 250px !important;
		right: -10px !important;
	}
	.banner.cashBanner .inside h1 {
		font-size: 18px !important;
	}
}
@media (max-width: 600px) {
	.banner.cashBanner .mainImg {
		height: 190px !important;
		right: -40px !important;
	}
	.banner.cashBanner .inside h1 {
		border-radius: 10px !important;
		font-size: 13px !important;
		padding: 10px !important;
	}
	.banner.cashBanner .inside .mainBtn {
		font-size: 0.7rem !important;
		height: 33px !important;
		max-width: 130px !important;
	}
	.banner.cashBanner .inside .countdown {
		padding: 5px 10px !important;
	}
	.banner.cashBanner .inside .countdown .item {
		margin-right: 10px !important;
	}
	.banner.cashBanner .inside .countdown .item:last-child {
		margin-right: 0 !important;
	}
	.banner.cashBanner .inside .countdown .item span {
		font-size: 0.9rem !important;
		height: 35px !important;
		width: 35px !important;
	}
	.banner.cashBanner .inside .countdown .item .small {
		font-size: 0.4rem !important;
	}
}
.banner.cashBanner .mainImg {
	bottom: 0;
	height: 450px;
	right: 60px;
	top: auto;
	transform: none;
}
.banner.cashBanner .inside .mainBtn {
	margin: 0;
}
.banner.cashBanner .inside h1 {
	font-size: 34px;
}
.banner.cashBanner .inside h1.withBack {
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background: #1117254d;
	border-radius: 15px;
	padding: 25px;
}
.banner.cashBanner .inside .timer {
	margin-right: auto;
	z-index: 10;
}
.banner.cashBanner .inside .countdown {
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background: #1117254d;
	border-radius: 15px;
	display: flex;
	padding: 10px 15px;
}
@media (max-width: 600px) {
	.banner.cashBanner .inside .countdown {
		margin-bottom: 10px;
	}
}
.banner.cashBanner .inside .countdown .item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 15px;
}
.banner.cashBanner .inside .countdown .item:last-child {
	margin: 0;
}
.banner.cashBanner .inside .countdown .item span {
	align-items: center;
	background: #333d5054;
	border: 3px solid #ffffff08;
	border-radius: 50%;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	width: 60px;
}
.banner.cashBanner .inside .countdown .item .small {
	font-size: 0.7rem;
	margin-top: 10px;
	max-width: none;
	text-shadow: 0 2.931px 3.909px #0a0d1169;
	text-transform: uppercase;
}
@media (max-width: 1200px) {
	.banner.cashBanner .inside .countdown .item span {
		background: #333d5080;
	}
}
@media (max-width: 1300px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
} /*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}
@media (prefers-reduced-motion: reduce), print {
}
@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(
			0.755,
			0.05,
			0.855,
			0.06
		);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(
			0.755,
			0.05,
			0.855,
			0.06
		);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}
@keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(
			0.755,
			0.05,
			0.855,
			0.06
		);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(
			0.755,
			0.05,
			0.855,
			0.06
		);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}
@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@-webkit-keyframes shakeX {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes shakeX {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@-webkit-keyframes shakeY {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}
@keyframes shakeY {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}
@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes backInDown {
	0% {
		opacity: 0.7;
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
	}
	80% {
		opacity: 0.7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes backInDown {
	0% {
		opacity: 0.7;
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
	}
	80% {
		opacity: 0.7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes backInLeft {
	0% {
		opacity: 0.7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
	80% {
		opacity: 0.7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes backInLeft {
	0% {
		opacity: 0.7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
	80% {
		opacity: 0.7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes backInRight {
	0% {
		opacity: 0.7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
	80% {
		opacity: 0.7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes backInRight {
	0% {
		opacity: 0.7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
	80% {
		opacity: 0.7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes backInUp {
	0% {
		opacity: 0.7;
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
	}
	80% {
		opacity: 0.7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes backInUp {
	0% {
		opacity: 0.7;
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
	}
	80% {
		opacity: 0.7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: 0.7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 0.7;
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
	}
}
@keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: 0.7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 0.7;
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
	}
}
@-webkit-keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: 0.7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 0.7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
}
@keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: 0.7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 0.7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
}
@-webkit-keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: 0.7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 0.7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
}
@keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: 0.7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 0.7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
}
@-webkit-keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: 0.7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 0.7;
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
	}
}
@keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: 0.7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 0.7;
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
	}
}
@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}
@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}
@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}
@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}
@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}
@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}
@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}
@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}
@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0)
			rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
			translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
			rotateY(0deg);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0)
			rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}
@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0)
			rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
			translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
			rotateY(0deg);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0)
			rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}
@-webkit-keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}
@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}
@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}
@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}
@-webkit-keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}
@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	40%,
	80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}
@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	40%,
	80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}
@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}
@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}
@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}
@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}
@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}
@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}
@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}
@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	}
}
@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	}
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}
@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	}
}
@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(
			0.55,
			0.055,
			0.675,
			0.19
		);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	}
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}
.start {
	margin-bottom: 30px;
}
.start .lobbySearch {
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
}
@media (max-width: 600px) {
	.start .lobbySearch {
		margin-top: 0;
	}
}
@media (max-width: 1000px) {
}
@media (max-width: 700px) {
}
@media (max-width: 450px) {
}
@media (max-width: 1000px) {
	.start .lobbySearch .searchWrapper {
		display: none;
	}
}
.start .searchWrapper {
	height: 370px;
	position: relative;
}
.start .searchGames {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
@media (max-width: 600px) {
}
.gameList {
	margin-top: 20px;
	position: relative;
}
@media (max-width: 1400px) {
}
@media (max-width: 690px) {
}
@media (max-width: 450px) {
}
.gameList .top {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 600px) {
	.gameList .top {
		margin-bottom: 10px;
	}
}
.gameList .top .title {
	align-items: center;
	background-color: #19223280;
	border: 2px solid rgba(70, 80, 99, 0.149);
	border-radius: 100px;
	display: flex;
	font-size: 1.2rem;
	font-weight: 400;
	height: 55px;
	padding: 8px 25px;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	white-space: nowrap;
	z-index: 1;
}
.gameList .top .title:hover {
	background-color: #192232b3;
	border-color: #2b90fecc;
}
.gameList .top .title img {
	margin-right: 10px;
	width: 23px;
}
.gameList .top .arrows {
	align-items: center;
	display: flex;
	z-index: 1;
}
.gameList .top .arrows .item {
	align-items: center;
	background-color: #19223280;
	border: 2px solid rgba(70, 80, 99, 0.149);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	filter: drop-shadow(0 4.692px 5.631px rgba(17, 20, 27, 0.12));
	height: 55px;
	justify-content: center;
	transform-origin: center;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	width: 55px;
}
.gameList .top .arrows .item:hover {
	background-color: #192232b3;
	border-color: #2b90fecc;
}
.gameList .top .arrows .item:hover svg {
	color: var(--blue);
}
.gameList .top .arrows .item svg {
	color: #677a9d;
	height: 15px;
	transition: color 0.3s ease-in-out, transform 0.3s ease;
	width: 15px;
}
.gameList .top .arrows .item.left {
	margin-right: 20px;
}
@media (max-width: 600px) {
	.gameList .top .arrows .item.left {
		margin-right: 10px;
	}
}
.gameList .top .arrows .item.left svg {
	transform: rotate(180deg);
}
.gameList .gameSwiper {
	left: -10px;
	max-width: calc(100% + 20px);
	padding: 5px 10px;
	width: calc(100% + 20px) !important;
}
.gameList .gameSwiper .swiper-slide {
	padding: 30px 3px 20px;
}
@media (max-width: 600px) {
	.gameList .gameSwiper .swiper-slide {
		padding: 0;
	}
	.gameList .top .title {
		font-size: 0.9rem;
		height: 45px;
		padding: 0 15px;
	}
	.gameList .top .title img {
		height: 16px;
		margin-right: 10px;
		width: 16px;
	}
	.gameList .top .arrows .item {
		height: 45px;
		width: 45px;
	}
}
@keyframes backScale {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.15);
	}
	to {
		transform: scale(1);
	}
}
.slot {
	align-self: flex-start;
	border-radius: 25px;
	box-shadow: 0 5px 6px 0#11141b40;
	position: relative;
	transition: transform 0.3s ease;
	width: 100%;
}
@keyframes loadingLine {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	to {
		opacity: 1;
	}
}
.slot .slotInner {
	border-radius: 25px;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s ease;
	width: 100%;
}
.slot .slotInner:after {
	content: "";
	display: block;
	padding-top: 135%;
	width: 100%;
}
.slot .slotBack {
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 1;
}
.slot .demo {
	align-items: center;
	background-color: #19223257;
	border-radius: 0 0 25px 25px;
	color: var(--textSecondary);
	display: flex;
	font-size: 0.8rem;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	left: 50%;
	margin: auto;
	opacity: 0;
	transition: transform 0.3s ease, color 0.3s ease;
	width: 90px;
	z-index: -1;
}
.slot .demo:hover {
	color: var(--blue);
}
@media (max-width: 600px) {
	.slot .demo {
		background-color: #192232cc;
		border-radius: 20px;
		font-size: 0.6rem;
		height: auto;
		left: 50%;
		padding: 7px 15px;
		position: absolute;
		text-transform: uppercase;
		top: 88%;
		transform: translate(-50%, -50%);
		width: auto;
		z-index: 3;
	}
}
.slot:hover {
	transform: scale(1.08);
}
.slot:hover .demo {
	animation: demoAppear 0.3s ease 0.3s both;
	opacity: 1;
}
@media (max-width: 600px) {
	.slot:hover .demo {
		animation: demoAppearMobile 0.3s ease 0.3s both;
	}
}
@keyframes demoAppear {
	0% {
		opacity: 0;
		transform: translateY(-7px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes demoAppearMobile {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
	}
	to {
		display: block;
		opacity: 1;
	}
}
.slot:hover .slotBack {
	transform: scale(1.25);
	will-change: transform;
}
.slot:hover .play {
	opacity: 1;
	z-index: 1;
}
.slot:hover .play .like {
	animation: likeAppear 0.3s ease 0.3s both;
}
@media (max-width: 600px) {
	.slot:hover .play .like {
		opacity: 0 !important;
		visibility: hidden !important;
	}
}
@keyframes likeAppear {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
