@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes sway{0%{transform:rotate(0) translateY(0)}50%{transform:rotate(2deg) translateY(4px)}75%{transform:rotate(4deg) translateY(-2px)}to{transform:rotate(0) translateY(0)}}.graphicbar{height:1px;position:relative;width:100%}@media only screen and (max-width:920px){.graphicbar{display:none}}.graphicbar__svg{bottom:100%;position:absolute;right:10%;transform-origin:50% 100% 0;width:10rem}.graphicbar--extraspace{height:100px}.graphicbar--extraspace .graphicbar__svg:first-child{margin-bottom:-2rem;right:1rem}
