@charset "UTF-8"; body, html { margin: 0; padding: 0; } #b_30776 { background-color: #ffffff; border: 1px solid #000; box-sizing: border-box; cursor: pointer; display: block; height: 250px; overflow: hidden; position: relative; width: 300px; z-index: 1; } #b_30776 div { position: absolute; box-sizing: border-box; padding: 0; margin: 0; } #b_30776 img { position: absolute; top: 0; left: 0; display: block; padding: 0; margin: 0; } #el_8611 { top: 0px; left: 0px; z-index: 1; } #img_8611 { width: 300px; height: 250px; } #img_8611.bnfy-enter { -webkit-animation: fade-in 1000ms 0ms ease 1 both; animation: fade-in 1000ms 0ms ease 1 both; } #el_30782 { top: 53px; left: 19px; z-index: 2; } #img_30782 { width: 114px; height: 124px; } #img_30782.bnfy-enter { -webkit-animation: fade-in 1000ms 200ms ease 1 both; animation: fade-in 1000ms 200ms ease 1 both; } #el_30783 { top: 187px; left: 12px; z-index: 3; } #img_30783 { width: 128px; height: 15px; } #img_30783.bnfy-enter { -webkit-animation: fade-in 1000ms 500ms ease 1 both; animation: fade-in 1000ms 500ms ease 1 both; } #el_869 { top: 228px; left: 7px; z-index: 4; } #img_869 { width: 265px; height: 48px; } #img_869.bnfy-enter { -webkit-animation: fade-in 1000ms 0ms ease 1 both; animation: fade-in 1000ms 0ms ease 1 both; } #el_30784 { top: 15px; left: 29px; z-index: 5; } #img_30784 { width: 95px; height: 28px; } #img_30784.bnfy-enter { -webkit-animation: fade-in 1000ms 0ms ease 1 both; animation: fade-in 1000ms 0ms ease 1 both; } #el_30785 { top: 148px; left: 20px; z-index: 6; } #img_30785 { width: 113px; height: 38px; } #img_30785.bnfy-enter { -webkit-animation: fade-in 1000ms 300ms ease 1 both; animation: fade-in 1000ms 300ms 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 fade-in { 0% { opacity: 0 } to { opacity: 1 } } @keyframes fade-in { 0% { opacity: 0 } to { opacity: 1 } }