.mouse_scroll{display:flex;margin:0 auto;width:2rem;flex-direction:column;justify-content:center;align-items:center}.m_scroll_arrows{display:block;width:5px;height:5px;transform:rotate(45deg);border-right:2px solid #fff;border-bottom:2px solid #fff;margin:.25rem 0;width:.75rem;height:.75rem}.unu{margin-top:1px}.doi,.trei,.unu{animation:mouse-scroll 1s infinite}.unu{-webkit-animation-delay:.1s;-moz-animation-delay:.1s;animation-direction:alternate;animation-delay:alternate}.doi{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}.doi,.trei{-webkit-animation-direction:alternate;animation-direction:alternate;margin-top:-6px}.trei{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}.mouse{height:2.25rem;width:1.5rem;border-radius:14px;transform:none;top:170px}.mouse,.wheel{border:2px solid #fff}.wheel{height:4px;width:1px;display:block;margin:5px auto;background:#fff;position:relative;height:3px;width:3px;border-radius:8px;animation:mouse-wheel .6s linear infinite}@keyframes mouse-wheel{0%{top:1px}25%{top:2px}50%{top:3px}75%{top:2px}to{top:1px}}@keyframes mouse-scroll{0%{opacity:0}50%{opacity:.5}to{opacity:1}}