.arrow-wrapper{background-color:#000;position:relative}.upward-arrow-container{justify-content:center;align-items:center;width:20%;height:20em;display:flex;position:absolute;top:0;left:40%;overflow:hidden;transform:translate(50%)translateY(50%)}.upward-arrows{flex-direction:column;align-items:center;gap:.2em;display:flex;position:relative}.arrow-up{opacity:0;width:1em;height:1em;animation:1.5s linear infinite moveUp;position:absolute;transform:rotate(-45deg)}.arrow-up:first-child{animation-delay:0s;top:100%}.arrow-up:nth-child(2){animation-delay:.3s;top:120%}.arrow-up:nth-child(3){animation-delay:.6s;top:140%}.arrow-up:nth-child(4){animation-delay:.9s;top:160%}.arrow-up:nth-child(5){animation-delay:1.2s;top:180%}.arrow-up:nth-child(6){animation-delay:1.5s;top:200%}.arrow-up:nth-child(7){animation-delay:1.8s;top:220%}@keyframes moveUp{0%{opacity:0;transform:translateY(0)rotate(-45deg)}50%{opacity:1}to{opacity:0;transform:translateY(-10em)rotate(-45deg)}}.downward-arrow-container{justify-content:center;align-items:center;width:20%;height:29em;display:flex;position:absolute;top:-20em;left:20%;overflow:hidden;transform:translate(50%)translateY(50%)}.downward-arrows{flex-direction:column;align-items:center;gap:.2em;display:flex;position:relative}.arrow-down{opacity:0;width:1em;height:1em;animation:1.5s linear infinite moveDown;position:absolute;transform:rotate(135deg)}.arrow-down:first-child{animation-delay:0s;top:-100%}.arrow-down:nth-child(2){animation-delay:.3s;top:-120%}.arrow-down:nth-child(3){animation-delay:.6s;top:-140%}.arrow-down:nth-child(4){animation-delay:.9s;top:-160%}.arrow-down:nth-child(5){animation-delay:1.2s;top:-180%}.arrow-down:nth-child(6){animation-delay:1.5s;top:-200%}.arrow-down:nth-child(7){animation-delay:1.8s;top:-220%}@keyframes moveDown{0%{opacity:0;transform:translateY(0)rotate(135deg)}50%{opacity:1}to{opacity:0;transform:translateY(10em)rotate(135deg)}}@media screen and (max-width:768px){.downward-arrow-container{height:25em}.upward-arrow-container{height:16em}}@media screen and (max-width:400px){.downward-arrow-container{height:23em}.upward-arrow-container{height:14em}}
