@charset "UTF-8";

body,
html {
	margin: 0;
	padding: 0;
}

#b_7226361 {
	background-color: #ffffff;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 970px;
	z-index: 1;
}

#b_7226361 div {
	position: absolute;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#b_7226361 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0;
}

#el_I72263616086124 {
	top: 0px;
	left: 457px;
	z-index: 1;
}

#img_I72263616086124 {
	width: 499px;
	height: 250px;
}

#img_I72263616086124.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_I72263612454548 {
	top: 0px;
	left: 0px;
	z-index: 2;
}

#img_I72263612454548 {
	width: 970px;
	height: 250px;
}

#img_I72263612454548.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_I72263612454551 {
	top: 45px;
	left: 15px;
	z-index: 3;
}

#img_I72263612454551 {
	width: 429px;
	height: 130px;
}

#img_I72263612454551.bnfy-enter {
	-webkit-animation: custom-text-entrance 1000ms 6000ms ease 1 both;
	animation: custom-text-entrance 1000ms 6000ms ease 1 both;
}

#el_I72263612454552 {
	top: 46px;
	left: 15px;
	z-index: 4;
}

#img_I72263612454552 {
	width: 429px;
	height: 128px;
}

#img_I72263612454552.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_I72263612454552.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_I72263612454553 {
	top: 45px;
	left: 15px;
	z-index: 5;
}

#img_I72263612454553 {
	width: 429px;
	height: 130px;
}

#img_I72263612454553.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_I72263612454553.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_I72263612454554 {
	top: 193px;
	left: 15px;
	z-index: 6;
}

#img_I72263612454554 {
	width: 165px;
	height: 42px;
}

#img_I72263612454554.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_I72263612454555 {
	top: 15px;
	left: 15px;
	z-index: 7;
}

#img_I72263612454555 {
	width: 103px;
	height: 25px;
}

#img_I72263612454555.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
	}
}
