@font-face {
	font-family: 'Riffic Bold';
	src: url(../fonts/Riffic-bold.woff2), url(../fonts/Riffic-bold.woff);
	font-display: swap;
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Hero';
	src: url(../fonts/Hero.woff2), url(../fonts/Hero.woff);
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*,
html,
body {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
}
html,
body {
	width: 100%;
}
body {
	margin: 0;
	font-family: 'Riffic Bold', sans-serif;
	font-size: 19px;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #f4b54b;
}
.list-reset {
	list-style: none;
}
.link-reset {
	color: currentColor;
	text-decoration: none;
	outline: none;
}
.btn-reset {
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.header {
	padding: 10px 0;
	background-color: #f4b54b;
	border-bottom: 1px solid #f4b54b;
}
.header__wrap {
	display: flex;
	align-items: center;
}
.header__logo {
	width: 127px;
	height: 64px;
	margin-left: 20px;
	margin-right: 40px;
}
.nav {
	font-size: 16px;
	line-height: 1;
	margin-right: auto;
	color: #caac7a;
}
.nav-list {
	display: flex;
}
.nav-list__item:not(:last-child) {
	margin-right: 40px;
}
.nav-list__link {
	display: inline-block;
	padding-bottom: 2px;
	font-size: 2vw;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 3px 1px #b7740c;
	transition: all 0.3s ease-in-out;
}
.play-link {
	height: 35px;
	width: 137px;
	margin-right: 20px;
	padding: 2px;
	border: 2px solid transparent;
	border-radius: 40px;
	background: url(../images/playnow.jpg) no-repeat center center;
	color: transparent;
	transition: all 0.3s ease-in-out;
}
.nav-list__link:focus {
	text-decoration: underline;
}
.play-link:focus,
.playbtn:focus {
	border-color: #b7740c;
}
.nav-list__link:hover {
	color: #fcff5f;
}
.play-link:hover,
.playbtn:hover,
.prevbtn:hover,
.nextbtn:hover {
	filter: brightness(1.2);
}
.nav-list__link:active,
.play-link:active,
.playbtn:active,
.prevbtn:active,
.nextbtn:active {
	text-decoration: none;
	transform: scale(0.9);
}
.conMid {
	width: 100%;
	position: relative;
}
.dlbtn_top2 {
	position: absolute;
	left: 50%;
	bottom: 5%;
	width: 20%;
	height: 25%;
	font-size: 0;
	transform: translateX(-50%);
}
/* dlbtn gover effect */
.button_spots:nth-child(1) {
	padding: 3px;
	left: 85%;
	bottom: 10%;
}
.button_spots:nth-child(2) {
	padding: 5px;
	left: 80%;
	bottom: 10%;
}
.button_spots:nth-child(3) {
	padding: 5px;
	left: 75%;
	bottom: 10%;
}
.button_spots:nth-child(4) {
	padding: 3px;
	left: 70%;
	bottom: 10%;
}
.button_spots:nth-child(5) {
	padding: 4px;
	left: 85%;
	bottom: 8%;
}
.button_spots:nth-child(6) {
	padding: 4px;
	left: 70%;
	bottom: 8%;
}
.button_spots:nth-child(7) {
	padding: 4px;
	left: 75%;
	bottom: 11%;
}
.button_spots:nth-child(8) {
	padding: 4px;
	left: 80%;
	bottom: 13%;
}
.button_spots:nth-child(9) {
	padding: 5px;
	left: 25%;
	bottom: 14%;
}
.button_spots:nth-child(10) {
	padding: 5px;
	left: 20%;
	bottom: 14%;
}
.button_spots:nth-child(11) {
	padding: 4px;
	left: 15%;
	bottom: 16%;
}
.button_spots:nth-child(12) {
	padding: 4px;
	left: 10%;
	bottom: 16%;
}
.button_spots:nth-child(13) {
	padding: 3px;
	left: 25%;
	bottom: 19%;
}
.button_spots:nth-child(14) {
	padding: 3px;
	left: 20%;
	bottom: 19%;
}
.button_spots:nth-child(15) {
	padding: 3px;
	left: 15%;
	bottom: 19%;
}
.button_spots:nth-child(16) {
	padding: 4px;
	left: 5%;
	bottom: 19%;
}
.button_spots:nth-child(17) {
	padding: 3px;
	left: 15%;
	bottom: 19%;
}
.button_spots:nth-child(18) {
	padding: 3px;
	left: 10%;
	bottom: 19%;
}
.button_spots:nth-child(19) {
	padding: 5px;
	left: 5%;
	bottom: 19%;
}
.button_spots:nth-child(20) {
	padding: 4px;
	left: 0%;
	bottom: 20%;
}
.button_spots {
	position: absolute;
	border-radius: 100px;
	background: green;
	opacity: 0;
	animation: opacity 1s;
}
.button_spots:nth-of-type(1) {
	transform-origin: 85px 18px;
	background: #76d598;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.2s;
}
.button_spots:nth-of-type(2) {
	transform-origin: 81px 19px;
	background: #d4777c;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.4s;
}
.button_spots:nth-of-type(3) {
	transform-origin: 85px 17px;
	background: #9a75d7;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.7s;
}
.button_spots:nth-of-type(4) {
	transform-origin: 85px 10px;
	background: #add279;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.3s;
}
.button_spots:nth-of-type(5) {
	transform-origin: 89px 18px;
	background: #cc77d4;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.1s;
}
.button_spots:nth-of-type(6) {
	transform-origin: 83px 12px;
	background: #74d8b0;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 2s;
}
.button_spots:nth-of-type(7) {
	transform-origin: 81px 13px;
	background: #d07cb9;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.8s;
}
.button_spots:nth-of-type(8) {
	transform-origin: 82px 11px;
	background: #d4779e;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.3s;
}
.button_spots:nth-of-type(9) {
	transform-origin: 84px 11px;
	background: #76d6d6;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.8s;
}
.button_spots:nth-of-type(10) {
	transform-origin: 88px 18px;
	background: #86d576;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.8s;
}
.button_spots:nth-of-type(11) {
	transform-origin: 88px 15px;
	background: #b376d6;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.1s;
}
.button_spots:nth-of-type(12) {
	transform-origin: 80px 18px;
	background: #797fd2;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.5s;
}
.button_spots:nth-of-type(13) {
	transform-origin: 86px 13px;
	background: #d17a86;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 2s;
}
.button_spots:nth-of-type(14) {
	transform-origin: 81px 18px;
	background: #be7cd0;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.4s;
}
.button_spots:nth-of-type(15) {
	transform-origin: 83px 19px;
	background: #78d3a4;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.7s;
}
.button_spots:nth-of-type(16) {
	transform-origin: 89px 12px;
	background: #d8747a;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.1s;
}
.button_spots:nth-of-type(17) {
	transform-origin: 85px 18px;
	background: #7a9ed1;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.5s;
}
.button_spots:nth-of-type(18) {
	transform-origin: 87px 14px;
	background: #98d07c;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.2s;
}
.button_spots:nth-of-type(19) {
	transform-origin: 85px 17px;
	background: #d477ce;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.8s;
}
.button_spots:nth-of-type(20) {
	transform-origin: 85px 17px;
	background: #74d8b0;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
	transition: all 1.5s;
}
.dlbtn_top2:hover .button_spots:nth-of-type(1) {
	animation: spot-1 0.7s 0.3s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(2) {
	animation: spot-2 0.7s 0.4s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(3) {
	animation: spot-3 0.7s 0.5s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(4) {
	animation: spot-4 0.7s 0.3s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(5) {
	animation: spot-5 0.7s 0.6s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(6) {
	animation: spot-6 0.7s 0.3s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(7) {
	animation: spot-7 0.7s 0.4s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(8) {
	animation: spot-8 0.7s 0.5s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(9) {
	animation: spot-9 0.7s 0.3s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(10) {
	animation: spot-10 0.7s 0.65s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(11) {
	animation: spot-11 0.7s 0.3s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(12) {
	animation: spot-10 0.7s 0.6s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(13) {
	animation: spot-12 0.7s 0.4s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(14) {
	animation: spot-13 0.7s 0.3s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(15) {
	animation: spot-14 0.7s 0.4s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(16) {
	animation: spot-11 0.7s 0.4s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(17) {
	animation: spot-12 0.7s 0.5s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(18) {
	animation: spot-10 0.7s 0.3s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(19) {
	animation: spot-12 0.7s 0.4s linear infinite;
}
.dlbtn_top2:hover .button_spots:nth-of-type(20) {
	animation: spot-14 0.7s 0.6s linear infinite;
}
@keyframes spot-1 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-30px) translatex(12px);
		opacity: 0.8;
	}
}
@keyframes spot-2 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-30px) translatex(14px);
		opacity: 0.7;
	}
}
@keyframes spot-3 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-30px) translatex(16px);
		opacity: 0.6;
	}
}
@keyframes spot-4 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-30px) translatex(18px);
		opacity: 0.5;
	}
}
@keyframes spot-5 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-30px) translatex(20px);
		opacity: 0.6;
	}
}
@keyframes spot-6 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-30px) translatex(22px);
		opacity: 0.7;
	}
}
@keyframes spot-7 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-30px) translatex(24px);
		opacity: 0.6;
	}
}
@keyframes spot-8 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-30px) translatex(-28px);
		opacity: 0.6;
	}
}
@keyframes spot-9 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-20px) translatex(-15px);
		opacity: 0.6;
	}
}
@keyframes spot-10 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-10px) translatex(-10px);
		opacity: 0.6;
	}
}
@keyframes spot-11 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-10px) translatex(-20px);
		opacity: 0.8;
	}
}
@keyframes spot-12 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-15px) translatex(-20px);
		opacity: 0.6;
	}
}
@keyframes spot-13 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-17px) translatex(-15px);
		opacity: 0.7;
	}
}
@keyframes spot-14 {
	from {
		opacity: 0;
	}
	to {
		transform: translateY(-10px) translatex(-20px);
		opacity: 0.8;
	}
}
/* hover animation end */
.part1,
.part2,
.part3 {
	position: relative;
	width: 100%;
	min-height: calc(55vh + 20vw);
	height: auto;
	margin-bottom: 30px;
	padding-bottom: 50%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.part1 {
	background-image: url(../images/cbg_01.jpg);
}
@supports (background-image: -webkit-image-set(url(../images/cbg_01.webp) 1x)) {
	.part1 {
		background-image: -webkit-image-set(url(../images/cbg_01.webp) 1x);
	}
}
.headings-wrap {
	text-align: center;
}
.wz1__heading-1,
.wz1__heading-2,
.wz2__heading,
.wz4__heading {
	letter-spacing: -3px;
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke: 3px;
	-webkit-text-stroke-color: #a0640a;
}
.wz1__heading-1,
.wz1__heading-2 {
	font-size: 3.4vw;
	line-height: 1;
	text-shadow: 1px 4px 2px #a96700;
}
.wz1__heading-2 {
	transform: translateX(55px);
}
.wz2__heading,
.wz4__heading {
	font-size: 2.7vw;
	-webkit-text-stroke: 2px;
	-webkit-text-stroke-color: #9e550f;
	text-shadow: 1px 3px 2px #c3adab;
	text-transform: uppercase;
}
.wz1 {
	width: 38%;
	position: absolute;
	top: 7%;
}
.headings-wrap {
	width: 100%;
	margin-left: 80%;
	margin-bottom: 1.3vw;
	text-align: center;
}
.headings-wrap.scrolled {
	animation: fadeInDown 1s 0.2s ease both;
	-webkit-animation: fadeInDown 1s 0.2s ease both;
	-moz-animation: fadeInDown 1s 0.2s ease both;
}
.wztxt {
	width: 100%;
	min-width: 50%;
	margin-top: 20px;
	margin-left: 31vw;
	font-family: Hero;
	font-size: 1.2vw;
	font-weight: bolder;
	line-height: 1.8;
	color: #fff;
	letter-spacing: 1.1px;
	text-shadow: 2px 3px 1px #b7740c;
}
.wztxt.scrolled {
	animation: fadeInDown 1s 0.7s ease both;
	-webkit-animation: fadeInDown 1s 0.7s ease both;
	-moz-animation: fadeInDown 1s 0.7s ease both;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
.playbtn_top {
	width: 15%;
	height: 26%;
	right: 0;
	bottom: 0;
	position: absolute;
}
.playbtn_top2 {
	width: 15%;
	height: 26%;
	right: 0;
	bottom: 0;
	position: absolute;
}
.part2 {
	background-image: url(../images/cbg_02.jpg);
}
@supports (background-image: -webkit-image-set(url(../images/cbg_02.webp) 1x)) {
	.part2 {
		background-image: -webkit-image-set(url(../images/cbg_02.webp) 1x);
	}
}
.wz2__heading {
	position: absolute;
	left: 40.4%;
	top: -5%;
	width: 50vw;
}
.wz2__heading.scrolled {
	animation: fadeInLeft 1s 0.2s ease both;
	-webkit-animation: fadeInLeft 1s 0.2s ease both;
	-moz-animation: fadeInLeft 1s 0.2s ease both;
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-60px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
.playbtn {
	position: absolute;
	left: 57%;
	top: 15vw;
	width: 120px;
	min-height: 120px;
	border-radius: 50%;
	background-image: url(../images/playbtn.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}
.part3 {
	background-image: url(../images/cbg_04.jpg);
}
@supports (background-image: -webkit-image-set(url(../images/cbg_04.webp) 1x)) {
	.part3 {
		background-image: -webkit-image-set(url(../images/cbg_04.webp) 1x);
	}
}
.wz4__heading {
	position: absolute;
	left: 41%;
	top: 1%;
	width: 30.52%;
}
.wz4__heading.scrolled {
	animation: fadeInRight 1s 0.2s ease both;
	-webkit-animation: fadeInRight 1s 0.2s ease both;
	-moz-animation: fadeInRight 1s 0.2s ease both;
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(60px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
.feature {
	left: 12%;
	top: 16%;
	width: 83.33%;
	position: absolute;
	z-index: 9;
}
.feature__swiper-slide img {
	height: 100%;
}
.feature__swiper-slide {
	width: 54%;
	opacity: 0.6;
}
.feature .swiper-slide-active {
	opacity: 1;
}
.feature__pagination {
	width: 100%;
	padding-top: 35px;
	text-align: center;
}
.feature__pagination .swiper-pagination-bullet {
	background-color: #a9a9a9;
	width: 24px;
	height: 24px;
	margin: 0 18px;
}
.feature__pagination .swiper-pagination-bullet-active {
	background-color: #c94432;
}
.nextbtn,
.prevbtn {
	position: absolute;
	top: 46%;
	width: 4.25%;
	z-index: 9;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.nextbtn {
	right: 14%;
}
.prevbtn {
	left: 14%;
}
.ren2 {
	width: 24.12%;
	right: -3%;
	bottom: -33%;
	position: absolute;
	z-index: 990;
}
.ren2 img {
	width: 100%;
}
.footer {
	margin: 0 auto;
	background: #f4b54b;
	color: #fff;
}
.footer__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96%;
	height: 84px;
	margin: 0 auto;
	padding: 0 10px;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
	font-size: 13px;
}
.footer__inner {
	display: flex;
	align-items: center;
}
.footer__logo {
	width: 127px;
	height: 64px;
	margin-right: 22.5px;
}
.footer__text {
	margin-right: 40px;
}
.policy-list {
	display: flex;
}
.policy-list__link {
	position: relative;
	transition: all 0.2s ease-out;
}
.policy-list__link::before {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.policy-list__link:focus {
	color: #9720a6;
}
.policy-list__link:hover::before {
	left: 0;
	width: 100%;
}
.play-link:active,
.policy-list__link:active,
.prevbtn:active,
.nextbtn:active {
	transform: translate(1px, 1px);
}
.policy-list__item:not(:last-child) {
	margin-right: 20px;
}

.popup-con {
	position: absolute;
	display: none;
}
.media-sec {
	width: 640px;
	height: 400px;
	background: linear-gradient(to bottom, #fcf572, #d8b510, #e2c311);
	font-size: 0;
	border-width: 3px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #fcf572, #d8b510, #e2c311) 1;
}
.close {
	width: 57px;
	height: 57px;
	position: absolute;
	right: -57px;
	top: 0;
	background: url(../images/closebtn.png) no-repeat 50% 0;
	width: 57px;
	height: 57px;
	text-indent: -999em;
}
.star1 {
	width: 50%;
	position: absolute;
	left: 0%;
	top: 26%;
	z-index: 999;
}
.star1 img {
	width: 100%;
	height: auto;
}
.s1_1 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: breathing 4s 0s linear infinite;
	animation: breathing 4s 0s linear infinite;
}
.s1_2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: breathing2 5s 0s linear infinite;
	animation: breathing2 5s 0s linear infinite;
}
@keyframes breathing {
	0% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}

	45% {
		opacity: 1;
	}

	90% {
		opacity: 0;
		left: 0;
		top: 0;
	}
	100% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}
}
@-webkit-keyframes breathing {
	0% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}

	45% {
		opacity: 1;
	}

	90% {
		opacity: 0;
		left: 0;
		top: 0;
	}
	100% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}
}

@-moz-keyframes breathing {
	0% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}

	45% {
		opacity: 1;
	}

	90% {
		opacity: 0;
		left: 0;
		top: 0;
	}
	100% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}
}
@keyframes breathing2 {
	0% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}

	45% {
		opacity: 1;
	}

	90% {
		opacity: 0;
		left: 0;
		top: 0;
	}
	100% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}
}
@-webkit-keyframes breathing2 {
	0% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}

	45% {
		opacity: 1;
	}

	90% {
		opacity: 0;
		left: 0;
		top: 0;
	}
	100% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}
}

@-moz-keyframes breathing2 {
	0% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}
	45% {
		opacity: 1;
	}
	90% {
		opacity: 0;
		left: 0;
		top: 0;
	}
	100% {
		opacity: 0;
		left: 27.6%;
		top: -100px;
	}
}
