@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fade-in-and-out{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn .5s ease forwards}.fade-out{animation:fadeOut .2s forwards}.fade-in-and-out{animation:fade-in-and-out 3s ease-in-out .2s forwards}@media (prefers-reduced-motion:reduce){.fade-in,.fade-in-and-out,.fade-out{animation:none}}@keyframes drawBorder{to{stroke-dashoffset:0}}.authorBorder_svg__border-path{fill:none;stroke:url(#authorBorder_svg__a);stroke-width:4;stroke-dasharray:1069;stroke-dashoffset:1069}[data-animation=true] .authorBorder_svg__border-path{animation:drawBorder 8s ease-in-out infinite forwards}[data-is-paused=true] .authorBorder_svg__border-path{animation-play-state:paused}