@charset "UTF-8";

body,
html {
	margin: 0;
	padding: 0;
}

#b_7246246 {
	background-color: #ffffff;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 300px;
	z-index: 1;
}

#b_7246246 div {
	position: absolute;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#b_7246246 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0;
}

#el_7246247 {
	top: 29px;
	left: 0px;
	z-index: 1;
}

#img_7246247 {
	width: 300px;
	height: 371px;
}

#img_7246247.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_7246248 {
	top: 0px;
	left: 0px;
	z-index: 2;
}

#img_7246248 {
	width: 300px;
	height: 600px;
}

#img_7246248.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_7246251 {
	top: 380px;
	left: 15px;
	z-index: 3;
}

#img_7246251 {
	width: 269px;
	height: 154px;
}

#img_7246251.bnfy-enter {
	-webkit-animation: custom-text-entrance 1000ms 6000ms ease 1 both;
	animation: custom-text-entrance 1000ms 6000ms ease 1 both;
}

#el_7246252 {
	top: 380px;
	left: 15px;
	z-index: 4;
}

#img_7246252 {
	width: 269px;
	height: 154px;
}

#img_7246252.bnfy-enter {
	-webkit-animation: custom-text-entrance 1000ms 3000ms ease 1 both, simple-hide 0ms 5500ms both;
	animation: custom-text-entrance 1000ms 3000ms ease 1 both, simple-hide 0ms 5500ms both;
}

#img_7246252.bnfy-exit {
	-webkit-animation: fade-out 500ms 5500ms ease 1 both, simple-show 0ms 5500ms both;
	animation: fade-out 500ms 5500ms ease 1 both, simple-show 0ms 5500ms both;
}

#el_7246253 {
	top: 380px;
	left: 15px;
	z-index: 5;
}

#img_7246253 {
	width: 269px;
	height: 154px;
}

#img_7246253.bnfy-enter {
	-webkit-animation: custom-text-entrance 1000ms 0ms ease 1 both, simple-hide 0ms 2500ms both;
	animation: custom-text-entrance 1000ms 0ms ease 1 both, simple-hide 0ms 2500ms both;
}

#img_7246253.bnfy-exit {
	-webkit-animation: fade-out 500ms 2500ms ease 1 both, simple-show 0ms 2500ms both;
	animation: fade-out 500ms 2500ms ease 1 both, simple-show 0ms 2500ms both;
}

#el_7246254 {
	top: 552px;
	left: 15px;
	z-index: 6;
}

#img_7246254 {
	width: 102px;
	height: 33px;
}

#img_7246254.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_7246255 {
	top: 16px;
	left: 15px;
	z-index: 7;
}

#img_7246255 {
	width: 220px;
	height: 21px;
}

#img_7246255.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

@media (print), (prefers-reduced-motion: reduce) {
	.banner__element {
		-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;
	}
}
@-webkit-keyframes simple-show {
	0% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
@keyframes simple-show {
	0% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
@-webkit-keyframes simple-hide {
	0% {
		visibility: visible;
	}
	100% {
		visibility: hidden;
	}
}
@keyframes simple-hide {
	0% {
		visibility: visible;
	}
	100% {
		visibility: hidden;
	}
}

@-webkit-keyframes custom-text-entrance {
	0% {
		-webkit-transform: translateX(0px) translateY(20px) scale(1) rotate(0deg);
		-webkit-transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
		-webkit-transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		opacity: 1;
	}
}

@keyframes custom-text-entrance {
	0% {
		transform: translateX(0px) translateY(20px) scale(1) rotate(0deg);
		transform-origin: center center;
		animation-timing-function: ease-out;
		opacity: 0;
	}
	100% {
		transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
		transform-origin: center center;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fade-out {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
