@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){@keyframes ebk-undraw{0%{stroke-dashoffset:0;opacity:.8}to{stroke-dashoffset:-1;opacity:0}}@keyframes ebk-draw{0%{stroke-dashoffset:1;opacity:0}30%{opacity:1}to{stroke-dashoffset:0;opacity:1}}.ebk-line-chaos{stroke-dasharray:1;animation:ebk-undraw linear both;animation-timeline:view();animation-range:entry 30% entry 90%}.ebk-line-true{stroke-dasharray:1;stroke-dashoffset:1;animation:ebk-draw linear both;animation-timeline:view();animation-range:entry 50% cover 55%}}}@supports not (animation-timeline:view()){.ebk-line-chaos{opacity:.25}.ebk-line-true{opacity:1}}