.banner{position:relative;max-width:100%;overflow:hidden;display:flex;flex-wrap:wrap;gap:1em;align-items:center;justify-content:space-between}.banner [data-banner="row"]{display:flex;width:100%;transition:transform .3s ease}.banner [data-banner="progress"]{position:relative;height:.125em;width:calc(100% - 7.125em);background-color:#F2F5F9;overflow:hidden;margin-left:1.25em}.banner [data-banner="progress"]::before{content:'';position:absolute;top:0;left:0;height:100%;width:var(--progress-width, 0);background-color:#007bff;transition:width .3s ease}.banner [data-banner="column"]{flex:0 0 100%;text-align:center}.banner [data-banner="column"] picture,.banner [data-banner="column"] img{width:100%;display:block;object-fit:cover;height:20em;border-radius:1em}@media (max-width:75em){.banner [data-banner="column"] picture,.banner [data-banner="column"] img{border-radius:0}}.banner [data-banner="action"]{display:flex;gap:1em;padding-right:1.25em;transform:translateY(-0.125em)}.banner [data-banner="action"] button{background:#FFF;color:#2A2A2A;border:none;font-size:1.5em;cursor:pointer}