.WID_backgroud {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #f7d3df;
	z-index: 1900;
}

.WID_content {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
}

#WID_ {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

#WID_catanis-loader {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10000;
}

.catanis-loader-wraper.cata-style2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
}

.catanis-loader-wraper.cata-style2 .heart {
	position: absolute;
	width: 50px;
	height: 45px;
	opacity: 0.6;
	animation: loader_beat 3s infinite ease-in-out;
}

.catanis-loader-wraper.cata-style2 .heart::before,
.catanis-loader-wraper.cata-style2 .heart::after {
	content: "";
	position: absolute;
	top: 0;
	width: 25px;
	height: 40px;
	background: #f99;
	border-radius: 50px 50px 0 0;
}

.catanis-loader-wraper.cata-style2 .heart::before {
	left: 25px;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
}

.catanis-loader-wraper.cata-style2 .heart::after {
	left: 0;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}

.catanis-loader-wraper.cata-style2 .heart2 {
	animation-delay: -1s;
}

.catanis-loader-wraper.cata-style2 .heart3 {
	animation-delay: -1.5s;
}

.catanis-loader-wraper.cata-style2 .heart4 {
	animation-delay: -2s;
}

.catanis-loader-wraper.cata-style2 .heart5 {
	animation-delay: -2.5s;
}

@keyframes loader_beat {
	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.WID_img_left,
.WID_img_right {
	position: absolute;
	top: 0;
	height: 100%;
}

.WID_img_left {
	left: 0;
	z-index: 1100;
}

.WID_img_right {
	right: 0;
	z-index: 1101;
}

.WID_img_btn {
	position: absolute;
	z-index: 1102;
	width: 108px;
	height: 108px;
	cursor: pointer;
}

.WID_animate,
.WID_inner_bg {
	width: 100%;
	height: 100%;
}

.WID_inner_bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@keyframes ani-42861 {
	0% {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes ani-81472 {
	0% {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}

	100% {
		transform: translate3d(-110%, 0, 0) scale3d(1.1, 1.1, 1);
	}
}

@keyframes ani-87204 {
	0% {
		transform: rotateY(0);
	}

	100% {
		transform: rotateY(90deg);
	}
}

#bgAudio {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-weight: 400;
	vertical-align: baseline;
}

.wid_run {
	animation-play-state: running;
}

.WID_start {
	overflow: hidden;
}

@media (max-width: 768px) {
	.WID_img_btn {
		max-width: 32vw;
		max-height: 32vw;
	}
}