.draw-bottom-border:after{content:"";width:100%;height:var(--borderSize,3px);transform-origin:0;will-change:transform;animation:1.4s cubic-bezier(.24,.67,.29,.69) forwards scaleFullHorizontally;animation-delay:var(--bottomBorderDelay,.4s);z-index:10;background-color:#fff;animation-timing-function:ease;position:absolute;bottom:0;left:0;transform:scaleX(0)}.draw-bottom-border.hidden:after{height:0;transition:height .3s}.draw-border-right:after{transform-origin:top;animation:.4s forwards scaleFullVertically;transform:scaleY(0)}