.tabs{display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:10px}.tab-button{background-color:#e3e3e3;color:#6c6c6c;cursor:pointer;font-size:1.3rem;font-weight:600;padding:.5rem 1rem;width:calc(25% - 1px)}@media (max-width:1440px){.tab-button{font-size:1.2rem}}@media (max-width:1200px){.tab-button{font-size:1.1rem}}.tab-button:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}.tab-button:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}@media (max-width:1000px){.tab-button{font-size:1rem;width:100%}.tab-button:first-child{border-bottom-left-radius:0;border-top-left-radius:3px;border-top-right-radius:3px}.tab-button:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:0}}.tab-button.active{background-color:#008872;border-bottom:1px solid transparent;color:#fff}html:not(.hs-inline-edit) .roadshow .days-wrapper{overflow:hidden;position:relative}html:not(.hs-inline-edit) .roadshow-day{display:none;width:100%}html:not(.hs-inline-edit) .roadshow-day.show{display:block}html:not(.hs-inline-edit) .roadshow-day.hide{display:none}