:root{--bouncePixels: -5px;--offsetbouncePixels: 5px}.arrow-container.svelte-1fr10l1{display:inline-flex;align-items:center;justify-content:center;width:auto;height:1em}.arrow.svelte-1fr10l1{display:inline-block;width:auto;height:100%;aspect-ratio:1 / 1;background-color:var(--cblackHard);clip-path:polygon(50% 0%,100% 100%,0% 100%);transition:transform .3s ease-in-out;vertical-align:middle}.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:translate(var(--bouncePixels))}to{transform:translate(var(--offsetbouncePixels))}}@keyframes svelte-1fr10l1-slide-right{0%{transform:translate(var(--offsetbouncePixels))}to{transform:translate(var(--bouncePixels))}}
