:root{--bouncePixels:-5px;--offsetbouncePixels:5px}.arrow-container.svelte-1fr10l1{justify-content:center;align-items:center;width:auto;height:1em;display:inline-flex}.arrow.svelte-1fr10l1{aspect-ratio:1;background-color:var(--cblackHard);clip-path:polygon(50% 0%,100% 100%,0% 100%);vertical-align:middle;width:auto;height:100%;transition:transform .3s ease-in-out;display:inline-block}.arrow.left.svelte-1fr10l1{clip-path:polygon(0% 50%,100% 0%,100% 100%)}.arrow.down.svelte-1fr10l1{clip-path:polygon(50% 100%,0% 0%,100% 0%)}.arrow.right.svelte-1fr10l1{clip-path:polygon(0% 0%,100% 50%,0% 100%)}.arrow.bouncing.up.svelte-1fr10l1{animation:svelte-1fr10l1-bounce-up var(--anim-duration) infinite alternate}.arrow.bouncing.down.svelte-1fr10l1{animation:svelte-1fr10l1-bounce-down var(--anim-duration) infinite alternate}.arrow.sliding.left.svelte-1fr10l1{animation:svelte-1fr10l1-slide-left var(--anim-duration) infinite alternate}.arrow.sliding.right.svelte-1fr10l1{animation:svelte-1fr10l1-slide-right var(--anim-duration) infinite alternate}@keyframes svelte-1fr10l1-bounce-up{0%{transform:translateY(var(--bouncePixels))}to{transform:translateY(var(--offsetbouncePixels))}}@keyframes svelte-1fr10l1-bounce-down{0%{transform:translateY(var(--offsetbouncePixels))}to{transform:translateY(var(--bouncePixels))}}@keyframes svelte-1fr10l1-slide-left{0%{transform:translateX(var(--bouncePixels))}to{transform:translateX(var(--offsetbouncePixels))}}@keyframes svelte-1fr10l1-slide-right{0%{transform:translateX(var(--offsetbouncePixels))}to{transform:translateX(var(--bouncePixels))}}
