@keyframes rotateAnimation{0%,100%{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}@keyframes rotateAnimation-reverse{0%,100%{transform:rotate(2deg)}50%{transform:rotate(-2deg)}}.arrow-element{padding-top:10px}.arrow-element a{text-decoration:none}.arrow-left-wrapper{width:fit-content;margin:auto;clip-path:polygon(10% 0,100% 0,100% 100%,10% 100%,0 50%);background:#f99;border:3px solid #f99}.arrow-left{text-wrap:nowrap;min-width:10em;width:auto;height:auto;margin:auto;padding:.3em 2em .2em 2.3em;clip-path:polygon(10% 0,100% 0,100% 100%,10% 100%,0 50%);background:#a5ffd6}.arrow-right-wrapper{width:fit-content;margin:auto;clip-path:polygon(0 0%,90% 0%,100% 50%,90% 100%,0 100%);background:#f99;border:3px solid #f99}.arrow-right{text-wrap:nowrap;min-width:10em;width:auto;height:auto;margin:auto;padding:.3em 2.3em .2em 2em;clip-path:polygon(0 0%,90% 0%,100% 50%,90% 100%,0 100%);background:#a5ffd6}.arrow-rectangle-wrapper{width:fit-content;margin:auto;clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%);background:#f99;border:3px solid #f99}.arrow-rectangle{text-wrap:nowrap;min-width:10em;width:auto;height:auto;margin:auto;padding:.3em 2.3em .2em 2em;clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%);background:#a5ffd6}