@charset "UTF-8";

.xf-header[data-v-b939ec65] {
	position: relative;
	--linear-color: #dedede;
	width: 100%;
	padding-bottom: .8em;
	border-radius: 0 0 30px 30px;
	overflow: hidden
}

.xf-header .xf-vague[data-v-b939ec65] {
	height: 110px;
	border-radius: 0;
	-webkit-filter: blur(1rem);
	filter: blur(1rem);
	background-repeat: no-repeat;
	background-size: cover
}

.xf-header .xf-info[data-v-b939ec65] {
	display: flex;
	flex-direction: column;
	align-items: center
}

.xf-header .xf-info p[data-v-b939ec65] {
	font: 200 1rem 宋体,SimSun;
	font-family:UKIJChiwerKesme;
}

.xf-header .xf-info .xf-avatar[data-v-b939ec65] {
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px solid var(--nitai5-color-1);
	border-radius: 50%;
	margin: -50px auto 0;
	transition: transform .5s;
	overflow: hidden
}

.xf-header .xf-info .xf-avatar[data-v-b939ec65]:hover {
	transform: rotate(360deg)
}

.xf-header .xf-info .xf-avatar img[data-v-b939ec65] {
	width: 100%;
	border-radius: 50%
}

.xf-header .xf-info .xf-avatar img[data-v-b939ec65]:first-child {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
	-webkit-opacity: .8;
	opacity: .8
}

.xf-header .xf-info .xf-name[data-v-b939ec65] {
	margin-top: .625rem;
	line-height: 2rem
}

.xf-header .xf-info .xf-name .my-name[data-v-b939ec65] {
	font: 700 1.625rem 楷体,楷体_GB2312;
	font-family:UKIJChiwerKesme;
}

.xf-header .xf-info .xf-profile[data-v-b939ec65] {
	line-height: 2rem;
	width: 100%
}

.xf-header .xf-info .xf-profile .profile-text[data-v-b939ec65] {
	font-weight: 400;
	font-size: 1rem;
	text-shadow: 0 0 1px rgba(0,0,0,.2)
}

.xf-header .xf-info .xf-profile .profile-text span[data-v-b939ec65] {
	text-shadow: none;
	transition: color .35s
}

.xf-header .xf-info .xf-profile[data-v-b939ec65]:after {
	content: "";
	display: block;
	width: 100%;
	height: 1.75px;
	background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,var(--linear-color) 50%,rgba(41,128,185,0) 100%);
	background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,var(--linear-color)),to(rgba(41,128,185,0)));
	background: linear-gradient(90deg,rgba(255,255,255,0) 0%,var(--linear-color) 50%,rgba(41,128,185,0) 100%);
	margin: 10px auto;
	border-radius: 10px;
	transition: background .35s
}

.xf-header .xf-info .xf-clock[data-v-b939ec65] {
	font: 700 3rem DOTTEDSONGTIDIAMONDREGULAR,Arial,sans-serif;
	letter-spacing: .15em
}

.xf-header .xf-info .xf-weekday[data-v-b939ec65] {
	line-height: 2.25rem;
	align-items: center
}

.xf-header .xf-info .xf-weekday .weekday-txt[data-v-b939ec65] {
	font-size: 1.15rem
}

.xf-header .xf-navigation[data-v-b939ec65] {
	margin: 1.5em auto;
	max-width: 260px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 1.5em
}

.xf-header .xf-navigation li[data-v-b939ec65] {
	margin: 0 auto;
	width: 100%;
	border-radius: 200px
}

.xf-header .xf-navigation li[data-v-b939ec65]:active {
	-webkit-box-shadow: var(--nitai5-shadow-int);
	box-shadow: var(--nitai5-shadow-int)
}

.xf-header .xf-navigation li a[data-v-b939ec65] {
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	padding: .5em 0
}

.xf-header .xf-navigation li a img[data-v-b939ec65] {
	height: 100%
}

.xf-header .xf-wire[data-v-b939ec65] {
	position: relative;
	width: 35px;
	height: 4px;
	background-color: var(--nitai5-color-7);
	border-radius: 4px;
	margin: 5px auto
}

.xf-header .xf-wire span[data-v-b939ec65] {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	height: 100%;
	width: 13px;
	background-color: var(--nitai5-color-8);
	border-radius: 4px
}

.xf-night .xf-header[data-v-b939ec65] {
	--linear-color: #0089e9
}

.xf-night .xf-header .xf-navigation li[data-v-b939ec65]:active {
	-webkit-box-shadow: var(--nitai5-shadow-int-dark);
	box-shadow: var(--nitai5-shadow-int-dark)
}

@media screen and (min-width: 1080px) {
	.xf-header[data-v-b939ec65] {
		border-radius: var(--nitai5-radius-35)
	}
}

.xf-load[data-v-a9f0c574] {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 1809185784;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--nitai5-color-3);
	opacity: 1;
	-webkit-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s
}

.xf-load .dot-spinner[data-v-a9f0c574] {
	--uib-size: 5rem;
	--uib-speed: .9s;
	--uib-color: var(--nitai5-color-8);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: var(--uib-size);
	width: var(--uib-size)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574] {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 100%;
	width: 100%
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:before {
	content: "";
	height: 20%;
	width: 20%;
	border-radius: 50%;
	background-color: var(--uib-color);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: .5;
	-webkit-animation: pulse0112-a9f0c574 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
	animation: pulse0112-a9f0c574 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
	-webkit-box-shadow: 0 0 20px rgba(177,206,255,.3);
	box-shadow: 0 0 20px rgba(177,206,255,.3)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(2):before {
	-webkit-animation-delay: calc(var(--uib-speed) * -.875);
	animation-delay: calc(var(--uib-speed) * -.875)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(3) {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(3):before {
	-webkit-animation-delay: calc(var(--uib-speed) * -.75);
	animation-delay: calc(var(--uib-speed) * -.75)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(4) {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(4):before {
	-webkit-animation-delay: calc(var(--uib-speed) * -.625);
	animation-delay: calc(var(--uib-speed) * -.625)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(5) {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(5):before {
	-webkit-animation-delay: calc(var(--uib-speed) * -.5);
	animation-delay: calc(var(--uib-speed) * -.5)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(6) {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(6):before {
	-webkit-animation-delay: calc(var(--uib-speed) * -.375);
	animation-delay: calc(var(--uib-speed) * -.375)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(7) {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(7):before {
	-webkit-animation-delay: calc(var(--uib-speed) * -.25);
	animation-delay: calc(var(--uib-speed) * -.25)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(8) {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg)
}

.xf-load .dot-spinner__dot[data-v-a9f0c574]:nth-child(8):before {
	-webkit-animation-delay: calc(var(--uib-speed) * -.125);
	animation-delay: calc(var(--uib-speed) * -.125)
}

@-webkit-keyframes pulse0112-a9f0c574 {
	0%,to {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .5
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes pulse0112-a9f0c574 {
	0%,to {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .5
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.xf-night .xf-load[data-v-a9f0c574] {
	background-color: var(--nitai5-color-20)
}

.xf-night .xf-load .dot-spinner[data-v-a9f0c574] {
	--uib-color: var(--nitai5-color-3)
}/*!
 * 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
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
	animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
	animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2);
	animation-delay: calc(var(--animate-delay) * 2)
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3);
	animation-delay: calc(var(--animate-delay) * 3)
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay) * 4);
	animation-delay: calc(var(--animate-delay) * 4)
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 5);
	animation-delay: calc(var(--animate-delay) * 5)
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration) / 2);
	animation-duration: calc(var(--animate-duration) / 2)
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration) * .8);
	animation-duration: calc(var(--animate-duration) * .8)
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2)
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 3);
	animation-duration: calc(var(--animate-duration) * 3)
}

@media print,(prefers-reduced-motion: reduce) {
	.animate__animated {
		-webkit-animation-duration: 1ms!important;
		animation-duration: 1ms!important;
		-webkit-transition-duration: 1ms!important;
		transition-duration: 1ms!important;
		-webkit-animation-iteration-count: 1!important;
		animation-iteration-count: 1!important
	}

	.animate__animated[class*=Out] {
		opacity: 0
	}
}

@-webkit-keyframes bounce {
	0%,20%,53%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.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(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
		transform: translate3d(0,-15px,0) scaleY(1.05)
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transition-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0) scaleY(.95);
		transform: translateZ(0) scaleY(.95)
	}

	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(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.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(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
		transform: translate3d(0,-15px,0) scaleY(1.05)
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transition-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0) scaleY(.95);
		transform: translateZ(0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
		transform: translate3d(0,-4px,0) scaleY(1.02)
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	0%,50%,to {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,50%,to {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	to {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	to {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shakeX {
	0%,to {
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,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)
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX
}

@-webkit-keyframes shakeY {
	0%,to {
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,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)
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translate(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translate(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translate(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translate(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translate(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translate(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translate(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translate(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translate(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translate(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translate(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translate(0)
	}
}

.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg)
	}

	to {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg)
	}

	to {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0)
	}
}

.animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
	}

	to {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
	}

	to {
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%,11.1%,to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skew(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skew(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skew(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skew(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skew(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skew(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skew(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	0%,11.1%,to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skew(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skew(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skew(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skew(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skew(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skew(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skew(-.1953125deg) skewY(-.1953125deg)
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-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)
	}
}

.animate__heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateY(0px) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateY(0px) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown
}

@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translate(-2000px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateX(0px) scale(.7);
		transform: translate(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translate(-2000px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateX(0px) scale(.7);
		transform: translate(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft
}

@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translate(2000px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateX(0px) scale(.7);
		transform: translate(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translate(2000px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateX(0px) scale(.7);
		transform: translate(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight
}

@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateY(0px) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateY(0px) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp
}

@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateY(0px) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7
	}
}

@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateY(0px) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateX(0px) scale(.7);
		transform: translate(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translate(-2000px) scale(.7);
		opacity: .7
	}
}

@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateX(0px) scale(.7);
		transform: translate(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translate(-2000px) scale(.7);
		opacity: .7
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateX(0px) scale(.7);
		transform: translate(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translate(2000px) scale(.7);
		opacity: .7
	}
}

@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateX(0px) scale(.7);
		transform: translate(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translate(2000px) scale(.7);
		opacity: .7
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateY(0px) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7
	}
}

@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateY(0px) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.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(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}
}

@keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.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(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scaleZ(1)
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.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(.9);
		transform: translate3d(0,25px,0) scaleY(.9)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0) scaleY(.95);
		transform: translate3d(0,-10px,0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0) scaleY(.985);
		transform: translate3d(0,5px,0) scaleY(.985)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.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(.9);
		transform: translate3d(0,25px,0) scaleY(.9)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0) scaleY(.95);
		transform: translate3d(0,-10px,0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0) scaleY(.985);
		transform: translate3d(0,5px,0) scaleY(.985)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.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(.98);
		transform: translate3d(-10px,0,0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0) scaleX(.995);
		transform: translate3d(5px,0,0) scaleX(.995)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.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(.98);
		transform: translate3d(-10px,0,0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0) scaleX(.995);
		transform: translate3d(5px,0,0) scaleX(.995)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.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(.98);
		transform: translate3d(10px,0,0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0) scaleX(.995);
		transform: translate3d(-5px,0,0) scaleX(.995)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.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(.98);
		transform: translate3d(10px,0,0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0) scaleX(.995);
		transform: translate3d(-5px,0,0) scaleX(.995)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.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(.9);
		transform: translate3d(0,-20px,0) scaleY(.9)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0) scaleY(.95);
		transform: translate3d(0,10px,0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0) scaleY(.985);
		transform: translate3d(0,-5px,0) scaleY(.985)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.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(.9);
		transform: translate3d(0,-20px,0) scaleY(.9)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0) scaleY(.95);
		transform: translate3d(0,10px,0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0) scaleY(.985);
		transform: translate3d(0,-5px,0) scaleY(.985)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.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(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.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(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0) scaleY(.985);
		transform: translate3d(0,10px,0) scaleY(.985)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0) scaleY(.9);
		transform: translate3d(0,-20px,0) scaleY(.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(.985);
		transform: translate3d(0,10px,0) scaleY(.985)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0) scaleY(.9);
		transform: translate3d(0,-20px,0) scaleY(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0) scaleY(3);
		transform: translate3d(0,2000px,0) scaleY(3)
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0) scaleX(.9);
		transform: translate3d(20px,0,0) scaleX(.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(.9);
		transform: translate3d(20px,0,0) scaleX(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0) scaleX(2);
		transform: translate3d(-2000px,0,0) scaleX(2)
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0) scaleX(.9);
		transform: translate3d(-20px,0,0) scaleX(.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(.9);
		transform: translate3d(-20px,0,0) scaleX(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0) scaleX(2);
		transform: translate3d(2000px,0,0) scaleX(2)
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0) scaleY(.985);
		transform: translate3d(0,-10px,0) scaleY(.985)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0) scaleY(.9);
		transform: translate3d(0,20px,0) scaleY(.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(.985);
		transform: translate3d(0,-10px,0) scaleY(.985)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0) scaleY(.9);
		transform: translate3d(0,20px,0) scaleY(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0) scaleY(3);
		transform: translate3d(0,-2000px,0) scaleY(3)
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,-100%,0);
		transform: translate3d(-100%,-100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,-100%,0);
		transform: translate3d(100%,-100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,100%,0);
		transform: translate3d(-100%,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,100%,0);
		transform: translate3d(100%,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-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)
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-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)
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-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)
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-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)
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-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)
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-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)
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-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)
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-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)
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,-100%,0);
		transform: translate3d(-100%,-100%,0)
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,-100%,0);
		transform: translate3d(100%,-100%,0)
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,100%,0);
		transform: translate3d(100%,100%,0)
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,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: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,100%,0);
		transform: translate3d(-100%,100%,0)
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.animate__flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.animate__flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skew(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skew(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skew(-5deg)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skew(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skew(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skew(-5deg)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0) skewX(30deg);
		transform: translate3d(-100%,0,0) skew(30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skew(-20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skew(5deg)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0) skewX(30deg);
		transform: translate3d(-100%,0,0) skew(30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skew(-20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skew(5deg)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skew(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skew(30deg);
		opacity: 0
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
		transform: translate3d(-100%,0,0) skew(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
		transform: translate3d(-100%,0,0) skew(-30deg);
		opacity: 0
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate3d(0,0,1,-200deg);
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate3d(0,0,1,-200deg);
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate3d(0,0,1,-90deg);
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate3d(0,0,1,-90deg);
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,200deg);
		transform: rotate3d(0,0,1,200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,200deg);
		transform: rotate3d(0,0,1,200deg);
		opacity: 0
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,90deg);
		transform: rotate3d(0,0,1,90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate3d(0,0,1,90deg);
		transform: rotate3d(0,0,1,90deg);
		opacity: 0
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-transform: rotate3d(0,0,1,80deg);
		transform: rotate3d(0,0,1,80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,80% {
		-webkit-transform: rotate3d(0,0,1,60deg);
		transform: rotate3d(0,0,1,60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-transform: rotate3d(0,0,1,80deg);
		transform: rotate3d(0,0,1,80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,80% {
		-webkit-transform: rotate3d(0,0,1,60deg);
		transform: rotate3d(0,0,1,60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.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(.1) rotate(30deg);
		transform: scale(.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)
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	to {
		opacity: 0
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0)
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0)
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0)
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0)
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.xf-content[data-v-110ca1b6] {
	margin-top: 2em
}

.xf-content .change-btn[data-v-110ca1b6] {
	height: 45px
}

.xf-content .change-btn button[data-v-110ca1b6] {
	display: inline-block;
	width: 140px;
	height: 100%;
	font-size: 1.2em;
	font-weight: 700;
	color: var(--nitai5-color-14);
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	font-family: UKIJChiwerKesme;
}

.xf-content .change-btn button[data-v-110ca1b6]:active {
	-webkit-box-shadow: var(--nitai5-shadow-int);
	box-shadow: var(--nitai5-shadow-int)
}

.fade-enter-active[data-v-110ca1b6],.fade-leave-active[data-v-110ca1b6] {
	transition: opacity .2s,transform .2s
}

.fade-enter-from[data-v-110ca1b6],.fade-leave-to[data-v-110ca1b6] {
	opacity: 0;
	transform: translateY(20px)
}

.xf-night .xf-content .change-btn button[data-v-110ca1b6]:active {
	-webkit-box-shadow: var(--nitai5-shadow-int-dark);
	box-shadow: var(--nitai5-shadow-int-dark)
}

.xf-footer[data-v-777adff9] {
	font-size: .9rem;
	margin-bottom: 1em;
	flex-direction: column;
	align-items: center
}

.xf-footer p[data-v-777adff9] {
	margin-top: .5em
}

.xf-footer p[data-v-777adff9]:first-child {
	margin-top: 0
}

.xf-footer .xf-copyright-title[data-v-777adff9] {
	font-weight: 700;
	background: ms-linear-gradient(45deg,var(--nitai5-linear-color-2));
	background: -o-linear-gradient(45deg,var(--nitai5-linear-color-2));
	background: linear-gradient(45deg,var(--nitai5-linear-color-2));
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-animation: xf_move-777adff9 20s linear infinite;
	animation: xf_move-777adff9 20s linear infinite
}

@-webkit-keyframes xf_move-777adff9 {
	0% {
		background-position: 0
	}

	to {
		background-position: 1000px 0
	}
}

@keyframes xf_move-777adff9 {
	0% {
		background-position: 0
	}

	to {
		background-position: 1000px 0
	}
}

.xf-footer .xf-footer-icp[data-v-777adff9] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .5em
}

.xf-footer .xf-footer-icp .beian-text[data-v-777adff9] {
	display: flex;
	align-items: center
}

.xf-footer .xf-footer-icp img[data-v-777adff9] {
	width: 18px
}

.xf-footer .xf-footer-icp a[data-v-777adff9] {
	margin-left: .25em
}

.footer-top[data-v-777adff9] {
	margin-top: 1.5em;
	width: 100%;
	justify-content: center;
	gap: 1.5em
}

.footer-top .left-box[data-v-777adff9],.footer-top .right-box[data-v-777adff9] {
	flex-wrap: wrap-reverse;
	gap: .25em
}

.footer-top .left-box p[data-v-777adff9],.footer-top .right-box p[data-v-777adff9] {
	margin-top: 0
}

.footer-top .left-box[data-v-777adff9] {
	align-content: center;
	cursor: pointer
}

.footer-top .left-box svg[data-v-777adff9] {
	height: 1.5em
}

.footer-top .left-box .ip-text[data-v-777adff9] {
	font-size: 1em;
	justify-content: center;
	width: max-content
}

.footer-top .left-box .ip-text .ip-data[data-v-777adff9] {
	display: inline-block;
	margin-left: .35em;
	text-align: left;
	font-weight: 700;
	max-width: 50px
}

.footer-top .right-box[data-v-777adff9] {
	display: flex;
	align-content: center;
	justify-content: flex-end;
	width: max-content;
	white-space: nowrap
}

.footer-top .right-box .switch-text[data-v-777adff9] {
	margin-left: .35em
}

.footer-top .right-box .switch[data-v-777adff9] {
	display: block;
	--width-of-switch: 3.5em;
	--height-of-switch: 1.6em;
	--size-of-icon: 1.2em;
	--slider-offset: .3em;
	position: relative;
	width: var(--width-of-switch);
	height: var(--height-of-switch)
}

.footer-top .right-box .switch input[data-v-777adff9] {
	opacity: 0;
	width: 0;
	height: 0
}

.footer-top .right-box .switch .slider[data-v-777adff9] {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .35s;
	border-radius: 30px
}

.footer-top .right-box .switch .slider[data-v-777adff9]:before {
	position: absolute;
	content: "";
	height: var(--size-of-icon, 1em);
	width: var(--size-of-icon, 1em);
	border-radius: 20px;
	left: var(--slider-offset, .1em);
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(40deg,#ff0080,#ff8c00 70%);
	transition: .35s
}

.footer-top .right-box .switch input:checked+.slider[data-v-777adff9] {
	background-color: var(--nitai5-color-20)
}

.footer-top .right-box .switch input:checked+.slider[data-v-777adff9]:before {
	left: calc(100% - (var(--size-of-icon, 1.4em) + var(--slider-offset, .3em)));
	background: var(--nitai5-color-20);
	box-shadow: inset -3px -2px 5px -2px #8983f7,inset -5px -3px #a3dafb
}

.xf-top-box[data-v-8c7e93ff] {
	position: fixed;
	bottom: 3em;
	right: 1em;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	z-index: 1809185784;
	transition: all .35s
}

.xf-top-box[data-v-8c7e93ff]:active {
	-webkit-box-shadow: var(--nitai5-shadow-int);
	box-shadow: var(--nitai5-shadow-int)
}

.xf-night .xf-top-box[data-v-8c7e93ff]:active {
	-webkit-box-shadow: var(--nitai5-shadow-int-dark);
	box-shadow: var(--nitai5-shadow-int-dark)
}

.off-box[data-v-149d91d3] {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #e0e5ec;
	padding: 2rem
}

.off-box .off-content[data-v-149d91d3] {
	background: #e0e5ec;
	border-radius: 30px;
	padding: 3rem 4rem;
	box-shadow: 20px 20px 60px #a3b1c6,-20px -20px 60px #fff;
	position: relative;
	animation: contentAppear-149d91d3 .8s cubic-bezier(.22,1,.36,1) forwards
}

.off-box .off-content[data-v-149d91d3]:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 25px;
	box-shadow: inset 5px 5px 10px #a3b1c6,inset -5px -5px 10px #fff
}

.off-box .off-content .title[data-v-149d91d3] {
	font-size: 2.8rem;
	margin-bottom: 1.5rem;
	color: #355f93;
	text-shadow: 2px 2px 4px rgba(163,177,198,.2),-2px -2px 4px rgba(255,255,255,.2);
	position: relative;
	z-index: 1
}

.off-box .off-content .subtitle[data-v-149d91d3] {
	font-size: 1.3rem;
	margin-bottom: 2.5rem;
	color: #a3b1c6;
	line-height: 1.6;
	position: relative;
	z-index: 1
}

.off-box .off-content .refresh-btn[data-v-149d91d3] {
	background: #e0e5ec;
	color: #2e5381;
	border: none;
	padding: 1.2rem 2.5rem;
	border-radius: 15px;
	font-size: 1.1rem;
	font-weight: 500;
	cursor: pointer;
	transition: all .3s cubic-bezier(.22,1,.36,1);
	box-shadow: 6px 6px 12px #a3b1c6,-6px -6px 12px #fff;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.off-box .off-content .refresh-btn[data-v-149d91d3]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg,rgba(255,255,255,.2),rgba(163,177,198,.2));
	opacity: 0;
	transition: opacity .3s
}

.off-box .off-content .refresh-btn[data-v-149d91d3]:hover {
	transform: translateY(-2px);
	box-shadow: 8px 8px 16px #a3b1c6,-8px -8px 16px #fff
}

.off-box .off-content .refresh-btn[data-v-149d91d3]:hover:before {
	opacity: 1
}

.off-box .off-content .refresh-btn[data-v-149d91d3]:active {
	transform: translateY(0);
	box-shadow: 2px 2px 4px #a3b1c6,-2px -2px 4px #fff
}

.xf-night .off-box[data-v-149d91d3] {
	background: #1a1e24;
	color: #e0e5ec;
	transition: background .5s ease,color .3s ease
}

.xf-night .off-box .off-content[data-v-149d91d3] {
	background: #1a1e24;
	box-shadow: 20px 20px 60px #0d1013,-20px -20px 60px #272d35
}

.xf-night .off-box .off-content[data-v-149d91d3]:before {
	box-shadow: inset 5px 5px 10px #0d1013,inset -5px -5px 10px #272d35
}

.xf-night .off-box .off-content .title[data-v-149d91d3] {
	color: #5d9cfb;
	text-shadow: 2px 2px 4px rgba(13,16,19,.3),-2px -2px 4px rgba(39,45,53,.2)
}

.xf-night .off-box .off-content .subtitle[data-v-149d91d3] {
	color: #a3b1c6
}

.xf-night .off-box .off-content .refresh-btn[data-v-149d91d3] {
	background: #1a1e24;
	color: #5d9cfb;
	box-shadow: 6px 6px 12px #0d1013,-6px -6px 12px #272d35
}

.xf-night .off-box .off-content .refresh-btn[data-v-149d91d3]:before {
	background: linear-gradient(145deg,rgba(39,45,53,.3),rgba(13,16,19,.3))
}

.xf-night .off-box .off-content .refresh-btn[data-v-149d91d3]:hover {
	box-shadow: 8px 8px 16px #0d1013,-8px -8px 16px #272d35
}

.xf-night .off-box .off-content .refresh-btn[data-v-149d91d3]:active {
	box-shadow: 2px 2px 4px #0d1013,-2px -2px 4px #272d35
}

@keyframes contentAppear-149d91d3 {
	0% {
		opacity: 0;
		transform: translateY(20px) scale(.95)
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1)
	}
}

@media (max-width: 768px) {
	.off-box[data-v-149d91d3] {
		padding: 1.5rem
	}

	.off-box .off-content[data-v-149d91d3] {
		padding: 2rem;
		border-radius: 25px
	}

	.off-box .off-content[data-v-149d91d3]:before {
		border-radius: 20px
	}

	.off-box .off-content .title[data-v-149d91d3] {
		font-size: 2rem
	}

	.off-box .off-content .subtitle[data-v-149d91d3] {
		font-size: 1.1rem
	}

	.off-box .off-content .refresh-btn[data-v-149d91d3] {
		padding: 1rem 2rem;
		font-size: 1rem
	}
}

@font-face {
	font-family:DOTTEDSONGTIDIAMONDREGULAR;src:url(/assets/DOTTEDSONGTIDIAMONDREGULAR-ih7gRbfz.eot);src:url(/assets/DOTTEDSONGTIDIAMONDREGULAR-ih7gRbfz.eot?#iefix) format("embedded-opentype"),url(/assets/DOTTEDSONGTIDIAMONDREGULAR-DhcURQF2.woff) format("woff"),url(/assets/DOTTEDSONGTIDIAMONDREGULAR-CUGoKXNZ.TTF) format("truetype"),url(/assets/DOTTEDSONGTIDIAMONDREGULAR-B7Rp4gl_.svg#DOTTEDSONGTIDIAMONDREGULAR) format("svg");font-style:normal;font-weight:400
}

@font-face {
     font-family:UKIJChiwerKesme;font-style:normal;font-display:swap;
     src:url(/assets/UKIJChiwerKesme.woff2) format('woff2')
}

*,*:before,*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html,body {
	-webkit-tap-highlight-color: transparent;
	direction: rtl;
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400
}

input,textarea,button {
	background-color: transparent;
	border: none;
	outline-style: none
}

select,input {
	vertical-align: middle
}

img {
	border: 0;
	-moz-vertical-align: middle;
	vertical-align: middle
}

a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none
}

s,i,em {
	font-style: normal;
	text-decoration: none
}

:root {
	--nitai5-color-1: #000000;
	--nitai5-color-2: #ffffff;
	--nitai5-color-3: #efefef;
	--nitai5-color-4: #312f34;
	--nitai5-color-5: #dedede;
	--nitai5-color-6: #666666;
	--nitai5-color-7: #ff7200;
	--nitai5-color-8: #009cff;
	--nitai5-color-9: #7fceef;
	--nitai5-color-10: #fbb113;
	--nitai5-color-11: #78767a;
	--nitai5-color-12: #332986;
	--nitai5-color-13: #ff5252;
	--nitai5-color-14: #ff6600;
	--nitai5-color-15: #ffc0cb;
	--nitai5-color-16: #cccccc;
	--nitai5-color-17: #a94442;
	--nitai5-color-18: #f2dede;
	--nitai5-color-19: #ebccd1;
	--nitai5-color-20: #191919;
	--nitai5-color-21: #e872de;
	--nitai5-color-22: #ffc3e3;
	--nitai5-color-23: #03a9f4;
	--nitai5-color-24: #373737;
	--nitai5-color-25: #e7e7e7;
	--nitai5-color-26: #171717;
	--nitai5-color-27: #9a9a9a;
	--nitai5-color-28: #bbb;
	--nitai5-color-29: #464646;
	--nitai5-rgb-color-1: rgba(42, 42, 42, .35);
	--nitai5-rgb-color-2: rgba(42, 42, 42, .5);
	--nitai5-rgb-color-3: rgba(255, 255, 255, .5);
	--nitai5-shadow-out: .2rem .2rem .4rem rgba(42, 42, 42, .25), -.2rem -.2rem .4rem #fff;
	--nitai5-shadow-int: inset .2rem .2rem .4rem rgba(42, 42, 42, .25), inset -.2rem -.2rem .4rem #fff;
	--nitai5-shadow-out-dark: .2rem .2rem .4rem #000, -.2rem -.2rem .4rem #242424;
	--nitai5-shadow-int-dark: inset .2rem .2rem .4rem #000, inset -.2rem -.2rem .4rem #242424;
	--nitai5-shadow-box-1: 20px 0 #ff9f52, 40px 0 #528bff;
	--nitai5-shadow-text-1: 0 0 3px rgba(255, 255, 255, .3);
	--nitai5-linear-shadow-1: inset 1px 1px 2px rgba(42, 42, 42, .25), inset -1px -1px 2px #fff;
	--nitai5-linear-color-1: #7e00ff 0%, #00fff6 100%;
	--nitai5-linear-color-2: #eb685c, #c5e886, #5c8ceb, #e872de, #0da2aa;
	--nitai5-text-shadow-1: -1px 1px 1px #607d8b;
	--nitai5-backdrop-filter-1: blur(8px);
	--nitai5-radius-35: 35px;
	--nitai5-radius-10: 10px
}

html {
	scroll-behavior: smooth
}

html ::selection {
	background-color: var(--nitai5-color-8);
	color: var(--nitai5-color-2)
}

html ::-webkit-selection {
	background-color: var(--nitai5-color-8);
	color: var(--nitai5-color-2)
}

html ::-moz-selection {
	background-color: var(--nitai5-color-8);
	color: var(--nitai5-color-2)
}

html ::-webkit-scrollbar {
	width: .5em;
	height: .5em
}

html ::-webkit-scrollbar-track {
	width: 100%;
	background: var(--nitai5-color-5);
	border-radius: 2em
}

html ::-webkit-scrollbar-thumb {
	background-color: var(--nitai5-color-9);
	min-height: 2em;
	border-radius: 2em
}

a {
	color: var(--nitai5-color-6);
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: color .35s;
	-o-transition: color .35s;
	transition: color .35s
}

a:hover {
	color: var(--nitai5-color-13)
}

p {
	color: var(--nitai5-color-11);
	word-wrap: break-word
}

a,button,.weather-and-xf_rest,.right-ain-module-box,.xf-top-box,.xf-yiyan-box,.xf-content-yiyan span:last-child,.v3-img-preview-toolbar section .icon,#v3-img-preview-container-id .v-images-wrap .close-btn,.swal-footer .swal-button-container .swal-button {
	cursor: url(/assets/Link-BTkG2BQH.cur),auto
}

body,night {
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	background-color: var(--nitai5-color-3);
	color: var(--nitai5-color-4);
	font: 12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,宋体,sans-serif,SimSun;
	font-family: UKIJChiwerKesme;
	-webkit-transition: background-color .35s;
	transition: background-color .35s;
	cursor: url(/assets/Pointer-BXZvGAcT.cur),auto
}

body .core,night .core {
	max-width: 352px;
	text-align: center;
	margin: 0 auto
}

body .xf-content-top,night .xf-content-top {
	margin-top: 2em
}

body .xf-shadow-out,night .xf-shadow-out,body .xf-shadow-int,night .xf-shadow-int {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: var(--nitai5-color-3);
	-webkit-transition: background-color .35s;
	transition: all .35s
}

body .xf-shadow-out,night .xf-shadow-out {
	-webkit-box-shadow: var(--nitai5-shadow-out);
	box-shadow: var(--nitai5-shadow-out)
}

body .xf-shadow-int,night .xf-shadow-int {
	-webkit-box-shadow: var(--nitai5-shadow-int);
	box-shadow: var(--nitai5-shadow-int)
}

.xf-night {
	color: var(--nitai5-color-2);
	-webkit-text-shadow: 0 0 3px rgba(255,255,255,.35);
	text-shadow: 0 0 3px rgba(255,255,255,.35);
	background-color: var(--nitai5-color-20)
}

.xf-night .xf-shadow-out {
	-webkit-box-shadow: var(--nitai5-shadow-out-dark);
	box-shadow: var(--nitai5-shadow-out-dark);
	background-color: var(--nitai5-color-20)
}

.xf-night .xf-shadow-int {
	-webkit-box-shadow: var(--nitai5-shadow-int-dark);
	box-shadow: var(--nitai5-shadow-int-dark);
	background-color: var(--nitai5-color-20)
}

#v3-img-preview-container-id .v-images-wrap {
	z-index: 1000
}

.radius-35 {
	border-radius: var(--nitai5-radius-35)
}

.radius-10 {
	border-radius: var(--nitai5-radius-10)
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.geetest_box_wrap .geetest_box .geetest_footer .geetest_footer_right,.geetest_box_wrap .geetest_box .geetest_footer .geetest_footer_left .geetest_feedback {
	display: none!important
}

.right-dots:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 45px;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: var(--nitai5-color-13)!important;
	-webkit-box-shadow: var(--nitai5-shadow-box-1);
	box-shadow: var(--nitai5-shadow-box-1);
	border-radius: 50%
}

.mjs-icon,.mjs-icon__svg {
	display: inline-block
}

.mjs-message,.mjs-message__content {
	margin: 0;
	font-size: 13px;
	color: #666
}

.mjs-icon__svg {
	vertical-align: middle;
	width: 1em;
	height: 1em;
	fill: currentcolor;
	overflow: hidden
}

.mjs-message,.mjs-message__close,.mjs-message__content,.mjs-message__icon {
	height: 40px;
	line-height: 40px;
	overflow: hidden
}

.mjs-message {
	border-radius: 3px;
	-webkit-box-shadow: 0 0 6px 1px #e9ebee;
	box-shadow: 0 0 6px 1px #e9ebee;
	position: fixed;
	z-index: 9999;
	opacity: .1;
	top: -50px;
	left: 50%;
	min-width: 160px;
	padding: 0 50px;
	background-color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-50%);
	transform: translate(-50%)
}

.mjs-message__content {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 700px
}

.mjs-message__close,.mjs-message__icon {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 40px;
	text-align: center
}

.mjs-message__icon {
	left: 0;
	color: #fff
}

.mjs-message__icon .mjs-icon {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.mjs-message__close {
	right: 0;
	cursor: pointer;
	color: #999
}

.mjs-message__close .mjs-icon {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.mjs-message__close:hover {
	color: #666
}

.mjs-message_info .mjs-message__icon {
	background-color: #507afe
}

.mjs-message_warning .mjs-message__icon {
	background-color: #ff9901
}

.mjs-message_success .mjs-message__icon {
	background-color: #07b759
}

.mjs-message_error .mjs-message__icon {
	background-color: #ff5d5d
}

.mjs-message_plain {
	min-width: 190px;
	padding: 0 50px 0 15px
}

.mjs-message_light,.mjs-message_round.mjs-message_default {
	min-width: 180px;
	padding: 0 40px
}

.mjs-message_plain.mjs-message_info {
	border-left: 5px solid #507afe;
	background-color: #ecf8ff
}

.mjs-message_plain.mjs-message_warning {
	border-left: 5px solid #ff9901;
	background-color: #fffbe6
}

.mjs-message_plain.mjs-message_success {
	border-left: 5px solid #07b759;
	background-color: #e1f6eb
}

.mjs-message_plain.mjs-message_error {
	border-left: 5px solid #ff5d5d;
	background-color: #fff1f0
}

.mjs-message_plain .mjs-message__icon {
	width: 0;
	display: none
}

.mjs-message_plain .mjs-message__icon .mjs-icon {
	display: none
}

.mjs-message_light.mjs-message_info .mjs-message__icon {
	color: #507afe
}

.mjs-message_light.mjs-message_warning .mjs-message__icon {
	color: #ff9901
}

.mjs-message_light.mjs-message_success .mjs-message__icon {
	color: #07b759
}

.mjs-message_light.mjs-message_error .mjs-message__icon {
	color: #ff5d5d
}

.mjs-message_light .mjs-message__icon {
	background-color: #fff
}

.mjs-message_round {
	border-radius: 20px
}

.mjs-message_round.mjs-message_default .mjs-message__icon {
	border-radius: 10px;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px
}

.mjs-message_round.mjs-message_default.mjs-message_full-width {
	min-width: 200px;
	padding: 0 20px 0 40px
}

.mjs-message_round.mjs-message_plain {
	min-width: 195px;
	padding: 0 40px 0 20px
}

.mjs-message_round.mjs-message_plain.mjs-message_full-width {
	min-width: 215px;
	padding: 0 20px
}

.mjs-message_full-width {
	min-width: 200px;
	padding: 0 10px 0 50px
}

.mjs-message_full-width.mjs-message_plain {
	min-width: 230px;
	padding: 0 10px 0 15px
}

.mjs-message_full-width.mjs-message_light {
	min-width: 210px;
	padding: 0 10px 0 40px
}

.mjs-message_visible {
	opacity: 1
}

.mjs-message_hidden {
	display: none
}

@media screen and (min-width: 1080px) {
	.xf-device-box[data-v-89fcb914] {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin: 1em auto;
		height: 780px;
		width: 420px;
		padding: 10px;
		overflow: hidden;
		background-color: var(--nitai5-color-3);
		box-shadow: var(--nitai5-shadow-out);
		transition: background-color .35s
	}

	.xf-device-box .xf-device-bezel[data-v-89fcb914] {
		position: relative;
		align-items: center;
		justify-content: center;
		padding: 10px;
		height: 97%;
		margin: auto;
		width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		background-color: var(--nitai5-color-3);
		border: 1px solid var(--nitai5-color-16);
		box-shadow: var(--nitai5-shadow-int);
		scroll-behavior: smooth;
		transition: background-color .35s
	}

	.xf-device-box .xf-device-bezel[data-v-89fcb914]::-webkit-scrollbar {
		display: none
	}

	.xf-night .xf-device-box[data-v-89fcb914] {
		background-color: var(--nitai5-color-20);
		box-shadow: var(--nitai5-shadow-out-dark)
	}

	.xf-night .xf-device-box .xf-device-bezel[data-v-89fcb914] {
		border-color: var(--nitai5-color-24);
		background-color: var(--nitai5-color-20);
		box-shadow: var(--nitai5-shadow-int-dark)
	}
}

.mjs-message,.mjs-message_light .mjs-message__icon {
	transition: all .35s ease-in-out
}

.xf-night .mjs-message {
	box-shadow: 0 0 6px 1px var(--nitai5-color-4);
	background-color: var(--nitai5-color-4)
}

.xf-night .mjs-message .mjs-message,.xf-night .mjs-message .mjs-message__content {
	color: var(--nitai5-color-5)
}

.xf-night .mjs-message_light .mjs-message__icon {
	background-color: var(--nitai5-color-4)
}

#xf-raining {
	display: block;
	position: absolute;
	left: -15%;
	top: -15%;
	width: 130%;
	height: 130%;
	background: transparent;
	z-index: -1;
	transform: rotate(-30deg);
	transition: opacity .35s
}

.ain-module-box[data-v-6a903e5f] {
	display: flex;
	height: 150px;
	justify-content: space-between
}

.ain-module-box .left-ain-module-box[data-v-6a903e5f],.ain-module-box .right-ain-module-box[data-v-6a903e5f] {
	height: 100%
}

.ain-module-box .left-ain-module-box[data-v-6a903e5f] {
	width: 125px;
	-webkit-perspective: 500px;
	perspective: 500px
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest[data-v-6a903e5f] {
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: transform .5s;
	transition: transform .5s
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-weather[data-v-6a903e5f] {
	position: absolute;
	width: 100%;
	height: 150px;
	padding: 7.5px;
	z-index: 2;
	box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-weather .xf-weather-data[data-v-6a903e5f] {
	position: relative;
	height: 100%;
	background: url(/assets/images/Totoro.png) no-repeat;
	background-size: cover;
	text-align: left;
	padding: 10px;
	overflow: hidden
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-weather .xf-weather-data .xf-city[data-v-6a903e5f] {
	font-size: 1.75em;
	font-weight: 700;
	color: var(--nitai5-color-9);
	-webkit-text-shadow: var(--nitai5-text-shadow-1);
	text-shadow: var(--nitai5-text-shadow-1)
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-weather .xf-weather-data .xf-high[data-v-6a903e5f] {
	font-size: 1.25em;
	font-weight: 700;
	color: var(--nitai5-color-10);
	-webkit-text-shadow: var(--nitai5-text-shadow-1);
	text-shadow: var(--nitai5-text-shadow-1)
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-rest[data-v-6a903e5f] {
	width: 100%;
	height: 150px;
	padding: 7.5px;
	overflow: hidden;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-rest h3[data-v-6a903e5f] {
	font-size: .875rem;
	font-weight: 700;
	color: var(--nitai5-color-11)
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-rest .xf-rest-data[data-v-6a903e5f] {
	height: 105px;
	width: 100%;
	padding: 10px;
	margin-top: 7.5px;
	overflow-y: auto
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-rest .xf-rest-data li[data-v-6a903e5f] {
	font-size: .75rem;
	font-weight: 700;
	color: var(--nitai5-color-12);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-rest .xf-rest-data li[data-v-6a903e5f]:first-child {
	margin-top: 0
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-rest .xf-rest-data li span[data-v-6a903e5f] {
	display: inline-block
}

.ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-rest .xf-rest-data li img[data-v-6a903e5f] {
	width: 1.25em
}

.ain-module-box .left-ain-module-box .rotateY_3d[data-v-6a903e5f] {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.ain-module-box .right-ain-module-box[data-v-6a903e5f] {
	width: 210px
}

.ain-module-box .right-ain-module-box .fortune-and-information[data-v-6a903e5f] {
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: transform .5s;
	transition: transform .5s
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune[data-v-6a903e5f] {
	position: absolute;
	width: 100%;
	height: 150px;
	padding: 10px;
	z-index: 2;
	box-sizing: border-box;
	transform: translateZ(0)
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune .xf_star_box[data-v-6a903e5f] {
	display: flex;
	align-items: center;
	font-size: .875rem;
	font-weight: 700;
	text-align: left;
	-webkit-text-overflow: ellipsis;
	-webkit-overflow: hidden;
	-webkit-white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 5px
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune .xf_star_box span[data-v-6a903e5f] {
	color: var(--nitai5-color-11)
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune .xf-fortune-data[data-v-6a903e5f] {
	width: 100%;
	height: 105px;
	box-sizing: border-box;
	padding: 10px;
	overflow-y: auto
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune .xf-fortune-data li[data-v-6a903e5f] {
	text-align: left;
	margin-top: .35em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune .xf-fortune-data li[data-v-6a903e5f]:first-child {
	margin-top: 0
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune .xf-fortune-data li span[data-v-6a903e5f] {
	display: inline-block;
	height: 10px;
	width: 74%;
	border-radius: 10px;
	-webkit-box-shadow: var(--nitai5-linear-shadow-1);
	box-shadow: var(--nitai5-linear-shadow-1);
	padding: 3px
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune .xf-fortune-data li span em[data-v-6a903e5f] {
	display: table;
	height: 4px;
	background-image: -moz-linear-gradient(0deg,var(--nitai5-linear-color-1));
	background-image: -webkit-linear-gradient(0deg,var(--nitai5-linear-color-1));
	background-image: -ms-linear-gradient(0deg,var(--nitai5-linear-color-1));
	background-image: linear-gradient(90deg,var(--nitai5-linear-color-1));
	border-radius: 5px;
	-webkit-opacity: 30%;
	opacity: 30%;
	transition: all .35s;
	-webkit-animation: xf_schedule-6a903e5f 3s linear;
	animation: xf_schedule-6a903e5f 3s linear
}

@keyframes xf_schedule-6a903e5f {
	0% {
		width: 0
	}
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-information[data-v-6a903e5f] {
	position: absolute;
	width: 100%;
	height: 150px;
	padding: 10px;
	-webkit-transform: translateY(75px) rotateX(-90deg);
	transform: translateZ(-75px) translateY(75px) rotateX(-90deg)
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-information h3[data-v-6a903e5f] {
	font-size: .875rem;
	font-weight: 700;
	text-align: left;
	display: flex;
	align-items: center;
	-webkit-text-overflow: ellipsis;
	-webkit-overflow: hidden;
	-webkit-white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 5px
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-information h3 img[data-v-6a903e5f] {
	width: 1.4rem
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-information h3 span[data-v-6a903e5f] {
	margin-right: 3px;
	color: var(--nitai5-color-11)
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-information .xf-information-data[data-v-6a903e5f] {
	height: 105px;
	width: 100%;
	padding: 5px;
	overflow-y: auto
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-information .xf-information-data .jieshao[data-v-6a903e5f] {
	text-align: justify;
	text-indent: 2em;
	overflow-y: auto;
	word-wrap: break-word
}

.ain-module-box .right-ain-module-box .fortune-and-information .xf-information .xf-information-data .jieshao span[data-v-6a903e5f] {
	font-size: 1em
}

.ain-module-box .right-ain-module-box .rotateX_3d[data-v-6a903e5f] {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg)
}

.xf-night .ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-weather .xf-weather-data[data-v-6a903e5f] {
	background: url(/assets/images/Totoro-dark.png) no-repeat;
	background-position: 20px 30px;
	background-size: 95%
}

.xf-night .ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-weather .xf-weather-data .xf-city[data-v-6a903e5f] {
	color: var(--nitai5-color-21)
}

.xf-night .ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-weather .xf-weather-data .xf-high[data-v-6a903e5f] {
	color: var(--nitai5-color-22)
}

.xf-night .ain-module-box .left-ain-module-box .weather-and-xf_rest .xf-rest .xf-rest-data li span[data-v-6a903e5f] {
	color: var(--nitai5-color-3)
}

.xf-night .ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune .xf-fortune-data li span[data-v-6a903e5f] {
	-webkit-box-shadow: var(--nitai5-shadow-int-dark);
	box-shadow: var(--nitai5-shadow-int-dark);
	background-color: var(--nitai5-color-20)
}

.xf-night .ain-module-box .right-ain-module-box .fortune-and-information .xf-fortune .xf-fortune-data li span em[data-v-6a903e5f] {
	-webkit-opacity: 1;
	opacity: 1
}

.xf-content-top[data-v-e8c3a236] {
	--h: 38.5px;
	height: var(--h);
	position: relative;
	z-index: 3
}

.xf-content-top .xf-content-yiyan[data-v-e8c3a236] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.xf-content-top .xf-content-yiyan span[data-v-e8c3a236] {
	line-height: var(--h)
}

.xf-content-top .xf-content-yiyan span[data-v-e8c3a236]:first-child {
	font-size: 1.2em;
	width: 300px;
	font-family: 宋体,SimSun;
	font-weight: 700;
	-webkit-text-align: left;
	text-align: left;
	-webkit-text-indent: 1em;
	text-indent: 1em;
	-webkit-text-overflow: ellipsis;
	-webkit-overflow: hidden;
	-webkit-white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.xf-content-top .xf-content-yiyan span[data-v-e8c3a236]:last-child {
	width: var(--h);
	height: var(--h);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.xf-content-top .xf-content-yiyan span[data-v-e8c3a236]:last-child:active {
	-webkit-box-shadow: var(--nitai5-shadow-int);
	box-shadow: var(--nitai5-shadow-int)
}

.xf-content-top .xf-yiyan-box[data-v-e8c3a236] {
	position: absolute;
	left: 0;
	bottom: calc(var(--h) + 1em);
	width: 85%;
	padding: .5rem;
	text-align: left;
	border-radius: 8px;
	-webkit-background-color: var(--nitai5-rgb-color-2);
	background-color: var(--nitai5-rgb-color-2);
	-webkit-backdrop-filter: var(--nitai5-backdrop-filter-1);
	backdrop-filter: var(--nitai5-backdrop-filter-1);
	opacity: 0;
	display: none;
	-webkit-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s
}

.xf-content-top .xf-yiyan-box p[data-v-e8c3a236] {
	position: relative;
	font-size: 1rem;
	color: var(--nitai5-color-2)
}

.xf-content-top .xf-yiyan-box p[data-v-e8c3a236]:before {
	content: "";
	position: absolute;
	bottom: -2.07rem;
	left: .3rem;
	width: 0;
	height: 0;
	border: .8rem solid transparent;
	-webkit-border-top-color: var(--nitai5-rgb-color-2);
	border-top-color: var(--nitai5-rgb-color-2);
	z-index: 5
}

.xf-night .xf-content-top .xf-yiyan-box[data-v-e8c3a236] {
	-webkit-background-color: var(--nitai5-rgb-color-3);
	background-color: var(--nitai5-rgb-color-3)
}

.xf-night .xf-content-top .xf-yiyan-box p[data-v-e8c3a236] {
	color: var(--nitai5-color-1);
	font-weight: 700
}

.xf-night .xf-content-top .xf-content-yiyan span[data-v-e8c3a236]:last-child:active {
	-webkit-box-shadow: var(--nitai5-shadow-int-dark);
	box-shadow: var(--nitai5-shadow-int-dark)
}

.xf-night .xf-content-top .xf-yiyan-box p[data-v-e8c3a236]:before {
	border-top-color: var(--nitai5-rgb-color-3)
}

.xf-site[data-v-d77a8c2d] {
	width: 100%
}

.xf-site h3[data-v-d77a8c2d] {
	position: relative;
	font-size: 1.35rem;
	text-align: right;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.xf-site h3 img[data-v-d77a8c2d] {
	width: 1.25em;
	margin-left: .35em
}

.xf-site h3 i[data-v-d77a8c2d] {
	display: inline-block
}

.xf-site h3 i[data-v-d77a8c2d]:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: var(--nitai5-color-13)!important;
	-webkit-box-shadow: var(--nitai5-shadow-box-1);
	box-shadow: var(--nitai5-shadow-box-1);
	border-radius: 50%
}

.xf-site ul[data-v-d77a8c2d] {
	padding: 2.5em .75em;
	overflow-y: auto
}

.xf-site ul li[data-v-d77a8c2d] {
	width: 95%;
	height: auto;
	margin: 1.25em auto 0
}

.xf-site ul li[data-v-d77a8c2d]:first-child {
	margin-top: 0
}

.xf-site ul li .text-img-item[data-v-d77a8c2d] {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}

.xf-site ul li .text-img-item img[data-v-d77a8c2d] {
	width: 100%;
	height: 180px;
	object-fit: cover;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s
}

.xf-site ul li .text-img-item span[data-v-d77a8c2d] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: 700 1.75em 宋体,SimSun;
	color: var(--nitai5-color-2);
	background-color: var(--nitai5-rgb-color-2);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 2
}

.xf-site ul li .text-img-item:hover img[data-v-d77a8c2d] {
	-webkit-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg)
}

.xf-site ul li .text-img-item:hover span[data-v-d77a8c2d] {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0)
}

.xf-site ul li .site-name-text-item[data-v-d77a8c2d] {
	margin-top: 8px;
	font-size: 1.275em;
	font-weight: 700
}

.xf-site ul li .text-link-item[data-v-d77a8c2d] {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border-radius: 200px
}

.xf-site ul li .text-link-item[data-v-d77a8c2d]:active {
	-webkit-box-shadow: var(--nitai5-shadow-int);
	box-shadow: var(--nitai5-shadow-int)
}

.xf-site ul li .text-link-item .site-name-item[data-v-d77a8c2d] {
	color: var(--nitai5-color-6);
	font-size: 1.3em;
	font-weight: 700;
	transition: color .35s
}

.xf-site ul li .text-link-item .site-name-item[data-v-d77a8c2d]:hover {
	color: var(--nitai5-color-14)
}

.xf-night .xf-site ul li .site-name-text-item[data-v-d77a8c2d] {
	color: var(--nitai5-color-27)
}

.xf-night .xf-site ul li .text-link-item[data-v-d77a8c2d]:active {
	-webkit-box-shadow: var(--nitai5-shadow-int-dark);
	box-shadow: var(--nitai5-shadow-int-dark)
}

.xf-night .xf-site ul li .text-link-item .site-name-item[data-v-d77a8c2d] {
	color: var(--nitai5-color-27)
}

.love-module-box[data-v-ed753ea5] {
	padding: 10px;
	width: 100%
}

.love-module-box h3[data-v-ed753ea5] {
	position: relative;
	font-size: 1.1rem;
	text-align: left;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.love-module-box h3 img[data-v-ed753ea5] {
	width: 1.5em;
	margin-right: .35em;
	animation: scale-animation-ed753ea5 1s infinite
}

@keyframes scale-animation-ed753ea5 {
	0%,to {
		transform: scale(1)
	}

	50% {
		transform: scale(.8)
	}
}

.love-module-box .pause[data-v-ed753ea5] {
	animation-play-state: paused
}

.love-module-box .play[data-v-ed753ea5] {
	animation-play-state: running
}

.love-module-box .love-module-content[data-v-ed753ea5] {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: .9em;
	text-align: left
}

.love-module-box .love-module-content p[data-v-ed753ea5] {
	text-indent: 2em;
	word-break: break-word;
	white-space: pre-line;
	line-height: 1.6;
	hyphens: auto;
	font-weight: lighter;
	font-size: .9rem;
	color: var(--nitai5-color-11)
}

.love-module-box .btn-box[data-v-ed753ea5] {
	justify-content: center
}

.love-module-box .btn-box .btn-zanzhu[data-v-ed753ea5] {
	display: inline-block;
	background-color: var(--nitai5-color-8);
	color: var(--nitai5-color-2);
	padding: .5em 1em;
	border-radius: .5em;
	font-size: .8rem;
	font-weight: 700;
	transition: background-color .35s,transform .2s
}

.love-module-box .btn-box .btn-zanzhu[data-v-ed753ea5]:hover {
	background-color: var(--nitai5-color-23);
	transform: scale(.9)
}

.xf-night .love-module-box .btn-zanzhu[data-v-ed753ea5] {
	background-color: var(--nitai5-color-13)
}

.xf-night .love-module-box .btn-zanzhu[data-v-ed753ea5]:hover {
	background-color: var(--nitai5-color-14)
}
