@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}svg{animation:rotate .5s linear infinite;animation-delay:calc(var(--scroll)*-1s);animation-play-state:paused;position:fixed}.masthead-platform{min-height:50rem}@media (max-width:991.98px){.masthead-platform{min-height:auto}}