.hs-button .hs-btn-inner{align-items:center;display:inline-flex;gap:10px}.hs-button .hs-btn-icon{display:inline-flex;line-height:0}.hs-button .hs-btn-text{display:inline-flex}.hs-button--icon-left .hs-btn-inner{flex-direction:row;justify-content:center}.hs-button--icon-right .hs-btn-inner{flex-direction:row-reverse;justify-content:center}.hs-button--icon-center .hs-btn-inner{flex-direction:column;gap:6px;justify-content:center;text-align:center}.hs-button .hs-btn-icon svg{display:block;height:16px;width:16px}.hs-button{isolation:isolate;overflow:hidden;position:relative}.hs-button .hs-btn-inner{position:relative;z-index:2}.hs-button:before{top:0;transform:translateX(110%)}.hs-button:after,.hs-button:before{background:var(--btn-hover-bg,#000);content:"";height:50%;left:0;position:absolute;right:0;transition:transform .38s cubic-bezier(.2,.9,.2,1);z-index:1}.hs-button:after{bottom:0;transform:translateX(-110%);transition-delay:.05s}.hs-button:after,.hs-button:before{border-radius:0}.hs-button:hover:after,.hs-button:hover:before{transform:translateX(0)}.hs-button,.hs-button .hs-btn-text{transition:color .25s ease}.hs-button .hs-btn-icon svg{transition:fill .25s ease}.hs-button:hover{color:var(--btn-hover-text,#000)}.hs-button:hover .hs-btn-icon svg{fill:var(--btn-hover-text,#000)}