@keyframes flip{0%{transform:perspective(1000px) rotateY(0)}to{transform:perspective(1000px) rotateY(180deg)}}@keyframes shrinkButton{0%{width:105px}to{width:32px}}@keyframes shrinkButtonR{0%{width:32px}to{min-width:105px}}.animated .p-button-icon{animation:flip 1s ease-in-out forwards}.hero-additional-content .p-button-label{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.hero-additional-content .followed{animation:shrinkButton .5s ease-in forwards;width:32px}.hero-additional-content .followed .p-button-label{animation:hideTextT .5s forwards}.hero-additional-content .unfollowed{animation:shrinkButtonR .5s ease-in forwards;min-width:105px}.hero-additional-content .unfollowed .p-button-label{animation:hideTextB .5s forwards}@keyframes hideTextB{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translateY(0)}}@keyframes hideTextT{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translate(32px)}}@media (min-width:768px){@keyframes shrinkButton{0%{width:125px}to{width:41px}}@keyframes shrinkButtonR{0%{width:41px}to{min-width:125px}}.hero-additional-content .followed{animation:shrinkButton .5s ease-in forwards;width:41px}.hero-additional-content .unfollowed{animation:shrinkButtonR .5s ease-in forwards;min-width:125px}}
