@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)}}.paragraph,.paragraph__container{position:relative}@media only screen and (min-width:920px){.paragraph__container{display:grid;grid-template-columns:50% 50%}}.paragraph__icon{height:14rem;position:relative;width:14rem;z-index:1;stroke-width:4px;stroke:var(--mrn-icon-focus);stroke-linecap:round;fill:none;fill-opacity:0}.paragraph__icon>svg{height:100%;width:100%}.paragraph__column{align-items:center;display:flex;flex-grow:1;justify-content:center}.paragraph__column__content{padding:4rem 0}@media only screen and (min-width:920px){.paragraph__column--right{padding-left:4rem}}.paragraph__column--left .paragraph__column__content{align-items:center;display:flex;justify-content:center}@media only screen and (min-width:920px){.paragraph--alt .paragraph__container>:first-child{order:1;padding-left:4rem}.paragraph--alt .paragraph__container>:last-child{order:-1;padding-right:4rem}}
