.hero{min-height:25rem;height:70vh;background:url(/images/dividers/divider-1.svg),url(/images/dividers/divider-2.svg),url(/images/patterns/pattern-1.svg);background-repeat:no-repeat,no-repeat,repeat;background-size:auto,auto,auto;background-position:top,bottom,50%;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:movePattern 15s linear infinite}@media(min-width:48.06125rem){.hero{min-height:50rem}}.hero__logo{margin-top:-40%}@media(min-width:48.06125rem){.hero__logo{margin-top:-18%}}@media(min-width:75.06125rem){.hero__logo{margin-top:-8%}}.hero__button{margin-top:-5rem}@keyframes movePattern{0%{background-position:top,bottom,0 0}to{background-position:top,bottom,0 100%}}