@-webkit-keyframes zoomInnerToOut {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

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

	100% {
		opacity: 1
	}
}

@keyframes zoomInnerToOut {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

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

	100% {
		opacity: 1
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes slideRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%)
	}

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

	65% {
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%)
	}

	80% {
		-webkit-transform: translateX(4%);
		transform: translateX(4%)
	}

	95% {
		-webkit-transform: translateX(-2%);
		transform: translateX(-2%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%)
	}

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

	65% {
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%)
	}

	80% {
		-webkit-transform: translateX(4%);
		transform: translateX(4%)
	}

	95% {
		-webkit-transform: translateX(-2%);
		transform: translateX(-2%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

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

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

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

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

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

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,150%,0);
		transform: translate3d(-50%,150%,0)
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,150%,0);
		transform: translate3d(-50%,150%,0)
	}
}

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

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

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

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

@-webkit-keyframes rotateInUpInfinite {
	0% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
		opacity: 1
	}
}

@keyframes rotateInUpInfinite {
	0% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
		opacity: 1
	}
}

@-webkit-keyframes changeBlur {
	0% {
		-webkit-filter: blur(15px);
		filter: blur(15px)
	}

	100% {
		-webkit-filter: blur(0);
		filter: blur(0)
	}
}

@keyframes changeBlur {
	0% {
		-webkit-filter: blur(15px);
		filter: blur(15px)
	}

	100% {
		-webkit-filter: blur(0);
		filter: blur(0)
	}
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	10% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(160deg);
		transform: rotate(160deg)
	}

	62% {
		opacity: 0
	}

	65% {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg)
	}

	90% {
		-webkit-transform: rotate(340deg);
		transform: rotate(340deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	10% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(160deg);
		transform: rotate(160deg)
	}

	62% {
		opacity: 0
	}

	65% {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg)
	}

	90% {
		-webkit-transform: rotate(340deg);
		transform: rotate(340deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes mycircle {
	0% {
		box-shadow: 0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff
	}

	10% {
		box-shadow: 0 0 0 20px rgba(255,255,255,.8),0 0 0 10px #fff,0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff
	}

	20% {
		box-shadow: 0 0 0 50px rgba(255,255,255,.6),0 0 0 20px rgba(255,255,255,.8),0 0 0 10px #fff,0 0 0 0 #fff,0 0 0 0 #fff
	}

	30% {
		box-shadow: 0 0 0 90px rgba(255,255,255,.4),0 0 0 50px rgba(255,255,255,.6),0 0 0 20px rgba(255,255,255,.8),0 0 0 10px #fff,0 0 0 0 #fff
	}

	40% {
		box-shadow: 0 0 0 140px rgba(255,255,255,.2),0 0 0 90px rgba(255,255,255,.4),0 0 0 50px rgba(255,255,255,.6),0 0 0 20px rgba(255,255,255,.8),0 0 0 10px #fff
	}

	50% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 90px rgba(255,255,255,.2),0 0 0 90px rgba(255,255,255,.4),0 0 0 50px rgba(255,255,255,.6),0 0 0 20px rgba(255,255,255,.8)
	}

	60% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,.2),0 0 0 90px rgba(255,255,255,.4),0 0 0 50px rgba(255,255,255,.6)
	}

	70% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,.2),0 0 0 90px rgba(255,255,255,.4)
	}

	80% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,.2)
	}

	90% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0)
	}
}

@keyframes mycircle {
	0% {
		box-shadow: 0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff
	}

	10% {
		box-shadow: 0 0 0 20px rgba(255,255,255,.8),0 0 0 10px #fff,0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff
	}

	20% {
		box-shadow: 0 0 0 50px rgba(255,255,255,.6),0 0 0 20px rgba(255,255,255,.8),0 0 0 10px #fff,0 0 0 0 #fff,0 0 0 0 #fff
	}

	30% {
		box-shadow: 0 0 0 90px rgba(255,255,255,.4),0 0 0 50px rgba(255,255,255,.6),0 0 0 20px rgba(255,255,255,.8),0 0 0 10px #fff,0 0 0 0 #fff
	}

	40% {
		box-shadow: 0 0 0 140px rgba(255,255,255,.2),0 0 0 90px rgba(255,255,255,.4),0 0 0 50px rgba(255,255,255,.6),0 0 0 20px rgba(255,255,255,.8),0 0 0 10px #fff
	}

	50% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 90px rgba(255,255,255,.2),0 0 0 90px rgba(255,255,255,.4),0 0 0 50px rgba(255,255,255,.6),0 0 0 20px rgba(255,255,255,.8)
	}

	60% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,.2),0 0 0 90px rgba(255,255,255,.4),0 0 0 50px rgba(255,255,255,.6)
	}

	70% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,.2),0 0 0 90px rgba(255,255,255,.4)
	}

	80% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,.2)
	}

	90% {
		box-shadow: 0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0),0 0 0 140px rgba(255,255,255,0)
	}
}

@-webkit-keyframes smcircle {
	0% {
		box-shadow: 0 0 0 0 #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93
	}

	10% {
		box-shadow: 0 0 0 20px rgba(64,107,147,.8),0 0 0 10px #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93
	}

	20% {
		box-shadow: 0 0 0 50px rgba(64,107,147,.6),0 0 0 20px rgba(64,107,147,.8),0 0 0 10px #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93
	}

	30% {
		box-shadow: 0 0 0 90px rgba(64,107,147,.4),0 0 0 50px rgba(64,107,147,.6),0 0 0 20px rgba(64,107,147,.8),0 0 0 10px #406b93,0 0 0 0 #406b93
	}

	40% {
		box-shadow: 0 0 0 140px rgba(64,107,147,.2),0 0 0 90px rgba(64,107,147,.4),0 0 0 50px rgba(64,107,147,.6),0 0 0 20px rgba(64,107,147,.8),0 0 0 10px #406b93
	}

	50% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 90px rgba(64,107,147,.2),0 0 0 90px rgba(64,107,147,.4),0 0 0 50px rgba(64,107,147,.6),0 0 0 20px rgba(64,107,147,.8)
	}

	60% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,.2),0 0 0 90px rgba(64,107,147,.4),0 0 0 50px rgba(64,107,147,.6)
	}

	70% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,.2),0 0 0 90px rgba(64,107,147,.4)
	}

	80% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,.2)
	}

	90% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0)
	}
}

@keyframes smcircle {
	0% {
		box-shadow: 0 0 0 0 #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93
	}

	10% {
		box-shadow: 0 0 0 20px rgba(64,107,147,.8),0 0 0 10px #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93
	}

	20% {
		box-shadow: 0 0 0 50px rgba(64,107,147,.6),0 0 0 20px rgba(64,107,147,.8),0 0 0 10px #406b93,0 0 0 0 #406b93,0 0 0 0 #406b93
	}

	30% {
		box-shadow: 0 0 0 90px rgba(64,107,147,.4),0 0 0 50px rgba(64,107,147,.6),0 0 0 20px rgba(64,107,147,.8),0 0 0 10px #406b93,0 0 0 0 #406b93
	}

	40% {
		box-shadow: 0 0 0 140px rgba(64,107,147,.2),0 0 0 90px rgba(64,107,147,.4),0 0 0 50px rgba(64,107,147,.6),0 0 0 20px rgba(64,107,147,.8),0 0 0 10px #406b93
	}

	50% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 90px rgba(64,107,147,.2),0 0 0 90px rgba(64,107,147,.4),0 0 0 50px rgba(64,107,147,.6),0 0 0 20px rgba(64,107,147,.8)
	}

	60% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,.2),0 0 0 90px rgba(64,107,147,.4),0 0 0 50px rgba(64,107,147,.6)
	}

	70% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,.2),0 0 0 90px rgba(64,107,147,.4)
	}

	80% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,.2)
	}

	90% {
		box-shadow: 0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0),0 0 0 140px rgba(64,107,147,0)
	}
}

@-webkit-keyframes masked {
	0% {
		left: 0;
		background-color: rgba(255,255,255,0)
	}

	10% {
		left: 10%;
		background-color: rgba(255,255,255,.1)
	}

	20% {
		left: 20%;
		background-color: rgba(255,255,255,.2)
	}

	30% {
		left: 30%;
		background-color: rgba(255,255,255,.3)
	}

	40% {
		left: 40%;
		background-color: rgba(255,255,255,.4)
	}

	50% {
		left: 50%;
		background-color: rgba(255,255,255,.4)
	}

	60% {
		left: 60%;
		background-color: rgba(255,255,255,.4)
	}

	70% {
		left: 70%;
		background-color: rgba(255,255,255,.3)
	}

	80% {
		left: 80%;
		background-color: rgba(255,255,255,.2)
	}

	90% {
		left: 90%;
		background-color: rgba(255,255,255,.1)
	}

	100% {
		left: 100%;
		background-color: rgba(255,255,255,0)
	}
}

@keyframes masked {
	0% {
		left: 0;
		background-color: rgba(255,255,255,0)
	}

	10% {
		left: 10%;
		background-color: rgba(255,255,255,.1)
	}

	20% {
		left: 20%;
		background-color: rgba(255,255,255,.2)
	}

	30% {
		left: 30%;
		background-color: rgba(255,255,255,.3)
	}

	40% {
		left: 40%;
		background-color: rgba(255,255,255,.4)
	}

	50% {
		left: 50%;
		background-color: rgba(255,255,255,.4)
	}

	60% {
		left: 60%;
		background-color: rgba(255,255,255,.4)
	}

	70% {
		left: 70%;
		background-color: rgba(255,255,255,.3)
	}

	80% {
		left: 80%;
		background-color: rgba(255,255,255,.2)
	}

	90% {
		left: 90%;
		background-color: rgba(255,255,255,.1)
	}

	100% {
		left: 100%;
		background-color: rgba(255,255,255,0)
	}
}

.section1 .section-bg {
	-webkit-animation: changeBlur 1s ease-in 1 both;
	animation: changeBlur 1s ease-in 1 both
}

.section1 .img-box1 {
	-webkit-animation: fadeInDown 2s ease 1s 1 both;
	animation: fadeInDown 2s ease 1s 1 both
}

.section1 .img-box2 {
	-webkit-animation: bounceIn 2s 3s 1 both;
	animation: bounceIn 2s 3s 1 both
}

.section2.active .section-bg.active {
	-webkit-animation: changeBlur 1s ease-in 1 both;
	animation: changeBlur 1s ease-in 1 both
}

.section2.active .img-box1.active {
	-webkit-animation: fadeInDown 2s ease 1s 1 both;
	animation: fadeInDown 2s ease 1s 1 both
}

.section2.active .img-box2.active {
	-webkit-animation: bounceIn 2s 3s 1 both;
	animation: bounceIn 2s 3s 1 both
}

.section3.active .section-bg.active {
	-webkit-animation: changeBlur 1s ease-in 1 both;
	animation: changeBlur 1s ease-in 1 both
}

.section3.active .img-box1.active {
	-webkit-animation: fadeInDown 2s ease 1s 1 both;
	animation: fadeInDown 2s ease 1s 1 both
}

.section3.active .img-box2.active {
	-webkit-animation: bounceIn 2s 3s 1 both;
	animation: bounceIn 2s 3s 1 both
}

.section4.active .section-bg.active {
	-webkit-animation: changeBlur 1s ease-in 1 both;
	animation: changeBlur 1s ease-in 1 both
}

.section4.active .img-box1.active {
	-webkit-animation: fadeInDown 2s ease 1s 1 both;
	animation: fadeInDown 2s ease 1s 1 both
}

.section4.active .img-box2.active {
	-webkit-animation: bounceIn 2s 3s 1 both;
	animation: bounceIn 2s 3s 1 both
}

.loading-container .loading .load {
	-webkit-animation: load 2.08s linear infinite;
	animation: load 2.08s linear infinite
}

.loading-container .loading .load:nth-child(1) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.loading-container .loading .load:nth-child(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
.loading-container .loading .load:nth-child(3) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.loading-container .loading .load:nth-child(4) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}
.big-circle-shadow {
	-webkit-animation: bounceIn 1s 3s 1 both,mycircle 5s 6s linear infinite;
	animation: bounceIn 1s 3s 1 both,mycircle 5s 6s linear infinite
}

.bg-animate {
	-webkit-animation: fadeIn 2s ease 1s 1 both;
	animation: fadeIn 2s ease 1s 1 both
}

.phone-animate {
	-webkit-animation: fadeInUp 2s ease 3s 1 both;
	animation: fadeInUp 2s ease 3s 1 both
}

.sm-circle {
	-webkit-animation: bounceIn 1s 6s 1 both,smcircle 4s 7s linear infinite;
	animation: bounceIn 1s 6s 1 both,smcircle 4s 7s linear infinite
}

.flex-left-ui .animations {
	-webkit-animation: slideRight 2s .5s 1 both;
	animation: slideRight 2s .5s 1 both
}

.desc-container .animations,.right-box-ui .ico-box-ui {
	-webkit-animation: fadeInDown 2s ease 1s 1 both;
	animation: fadeInDown 2s ease 1s 1 both
}

.banner-txt {
	-webkit-animation: fadeInNodeDown 2s ease-in-out 1s 1 both;
	animation: fadeInNodeDown 2s ease-in-out 1s 1 both
}
/*# sourceMappingURL=animation.css.map */
