@charset "UTF-8";

body,
html {
	margin: 0;
	padding: 0;
}

#b_90311498 {
	background-color: #121212;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 90px;
	overflow: hidden;
	position: relative;
	width: 728px;
	z-index: 1;
}

#b_90311498 div {
	position: absolute;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#b_90311498 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0;
}

#el_I903114981525767 {
	top: 9px;
	left: 163px;
	z-index: 1;
	mix-blend-mode: normal;
}

#img_I903114981525767 {
	width: 369px;
	height: 73px;
}

#img_I903114981525767.bnfy-enter {
	-webkit-animation: custom-text-entrance 1000ms 6000ms ease 1 both;
	animation: custom-text-entrance 1000ms 6000ms ease 1 both;
}

#el_I903114981525768 {
	top: 9px;
	left: 163px;
	z-index: 2;
	mix-blend-mode: normal;
}

#img_I903114981525768 {
	width: 369px;
	height: 73px;
}

#img_I903114981525768.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_I903114981525768.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_I903114981525769 {
	top: 9px;
	left: 163px;
	z-index: 3;
	mix-blend-mode: normal;
}

#img_I903114981525769 {
	width: 369px;
	height: 73px;
}

#img_I903114981525769.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_I903114981525769.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_I903114981525770 {
	top: 34px;
	left: 24px;
	z-index: 4;
	mix-blend-mode: normal;
}

#img_I903114981525770 {
	width: 99px;
	height: 24px;
}

#img_I903114981525770.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_I903114981525771 {
	top: 28px;
	left: 573px;
	z-index: 5;
	mix-blend-mode: normal;
}

#img_I903114981525771 {
	width: 130px;
	height: 34px;
}

#img_I903114981525771.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
	}
}
