.banner__wrapper-outer{min-height:200px}.banner__button{pointer-events:all;background:rgba(0,0,0,.6);border:none;transition:background .25s cubic-bezier(.5,0,.5,1)}.banner__button:hover{background:rgba(0,0,0,.9)}.banner__button:first-of-type{border-radius:0 8px 0 0}.banner__button:last-of-type{border-radius:8px 0 0 0}.banner__wrapper-inner{transition:transform .55s cubic-bezier(.5,0,.5,1)}.banner__step--item{display:inline-block;flex-grow:1;height:4px;background:rgba(41,51,61,.25)}.banner__step--progress{height:4px}.banner__step--progress-animation{animation:animateStep 10s linear}@keyframes animateStep{0%{width:0}to{width:100%}}.banner__item--loading{background-color:#c9cccf}.banner__loading-animation{animation:loadingAnimation 5s linear infinite}@keyframes loadingAnimation{0%{background-color:#c9cccf}25%{background-color:#e9e9e9}50%{background-color:#c9cccf}75%{background-color:#e9e9e9}to{background-color:#c9cccf}}.banner__clone .banner__item--img img{user-select:none;opacity:1}