.row{display:flex}.row .col{flex:1}.row .col:last-child{margin-left:1em}.tabs{border-radius:8px;overflow:hidden;box-shadow:0 4px 4px -2px rgba(0,0,0,.5)}.tab{width:100%;color:#000;overflow:hidden}.tab-label{display:flex;justify-content:space-between;padding:1em;background:#faf5f2;font-weight:700;cursor:pointer}.tab-label:hover{background:#faf5f2}.tab-label::after{content:"❯";width:1em;height:1em;text-align:center;transition:all .35s}.tab-content{max-height:0;padding:0 1em;color:#000;background:#fff;transition:all .35s;overflow:auto;text-align:left}.tab-close{display:flex;justify-content:flex-end;padding:1em;font-size:.75em;background:#faf5f2;cursor:pointer}.tab-close:hover{background:#1a252f}input:checked+.tab-label{background:#faf5f2}input:checked+.tab-label::after{transform:rotate(90deg)}input:checked~.tab-content{max-height:100vh;padding:1em}.responsive-banner img{max-width:100%}.inside{flex-direction:column;width:100%;max-width:1200px;margin:0 auto;vertical-align:baseline;position:relative;padding:0 10px;text-align:center;justify-content:center;flex-wrap:wrap}