:root{--color:#3ad09a;--time:1s}.arrow{width:0;height:0;margin:0 calc(-1 * var(--size) / 2);border-left:var(--size) solid transparent;border-right:var(--size) solid transparent;border-bottom:calc(var(--size) * 1.8) solid var(--color);animation:blink var(--time) infinite;filter:drop-shadow(0 0 calc(var(--size) * 1.5) var(--color))}.arrow.down{transform:rotate(180deg)}.arrow.outer-1{animation-delay:calc(-1 * var(--time) / 18 * 1)}.arrow.outer-2{animation-delay:calc(-1 * var(--time) / 18 * 2)}.arrow.outer-3{animation-delay:calc(-1 * var(--time) / 18 * 3)}.arrow.outer-4{animation-delay:calc(-1 * var(--time) / 18 * 4)}.arrow.outer-5{animation-delay:calc(-1 * var(--time) / 18 * 5)}.arrow.outer-6{animation-delay:calc(-1 * var(--time) / 18 * 6)}.arrow.outer-7{animation-delay:calc(-1 * var(--time) / 18 * 7)}.arrow.outer-8{animation-delay:calc(-1 * var(--time) / 18 * 8)}.arrow.outer-9{animation-delay:calc(-1 * var(--time) / 18 * 9)}.arrow.outer-10{animation-delay:calc(-1 * var(--time) / 18 * 10)}.arrow.outer-11{animation-delay:calc(-1 * var(--time) / 18 * 11)}.arrow.outer-12{animation-delay:calc(-1 * var(--time) / 18 * 12)}.arrow.outer-13{animation-delay:calc(-1 * var(--time) / 18 * 13)}.arrow.outer-14{animation-delay:calc(-1 * var(--time) / 18 * 14)}.arrow.outer-15{animation-delay:calc(-1 * var(--time) / 18 * 15)}.arrow.outer-16{animation-delay:calc(-1 * var(--time) / 18 * 16)}.arrow.outer-17{animation-delay:calc(-1 * var(--time) / 18 * 17)}.arrow.outer-18{animation-delay:calc(-1 * var(--time) / 18 * 18)}.arrow.inner-1{animation-delay:calc(-1 * var(--time) / 6 * 1)}.arrow.inner-2{animation-delay:calc(-1 * var(--time) / 6 * 2)}.arrow.inner-3{animation-delay:calc(-1 * var(--time) / 6 * 3)}.arrow.inner-4{animation-delay:calc(-1 * var(--time) / 6 * 4)}.arrow.inner-5{animation-delay:calc(-1 * var(--time) / 6 * 5)}.arrow.inner-6{animation-delay:calc(-1 * var(--time) / 6 * 6)}@keyframes blink{0%{opacity:.1}30%{opacity:1}to{opacity:.1}}