<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.anime-bottom-line::after {
  width: 0% !important;
  transition: all 1s cubic-bezier(0.06, 0.63, 0.47, 0.98);
}
.line-active::after {
  width: 100% !important;
}

@media screen and (max-width: 991px) {
    .works-circle .line-active::after {
        width: 80% !important;
    }
}</pre></body></html>