.hs-tabs,.hs-tabs__scroll{display:flex;justify-content:space-between;position:relative}.hs-tabs__scroll{overflow-x:auto}.hs-tabs__nudge{align-items:center;bottom:0;display:none;height:80%;position:absolute;top:0;width:16px}.hs-tabs__nudge--show{display:flex}.hs-tabs-nudge-icon{align-items:center;display:flex;height:100%;width:8px}.hs-tabs-nudge-icon svg{width:8px}.hs-tabs__tab-wrapper{display:flex;gap:.25rem;justify-content:space-between;max-width:fit-content}.hs-tabs__tab{background-color:#eee;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;box-sizing:border-box;flex:1;justify-content:center;padding:.7rem 1.4rem;position:relative;text-align:center;transition:background .3s ease,color .3s ease;white-space:nowrap}.hs-tabs__tab:hover,.hs-tabs__tab[aria-selected=true]{background:#fff;font-weight:700}.hs-tabs__content{border:1px solid #ccc;display:block;overflow:hidden;position:relative;transition:height .3s ease;will-change:height}@media (prefers-reduced-motion:reduce){.hs-tabs__content{transition:none}}.hs-tabs__content__panel{box-sizing:border-box;display:none;opacity:1;padding:2.8rem;transition:opacity .25s ease;width:100%}.hs-tabs__content__panel--visible{display:block}.hs-tabs__content__panel.is-fade-in,.hs-tabs__content__panel.is-fading-out{opacity:0}@media screen and (max-width:767px){.hs-tabs__scroll{margin-left:56px;width:calc(100% - 112px)}.hs-tabs__nudge{display:flex;justify-content:center;width:48px}}