.csbutton{position:relative;font-size:1rem;line-height:1;padding:0;background:#3aaa35;color:#000;font-weight:400;font-family:'IBM Plex Sans';display:inline-block;text-transform:uppercase;cursor:pointer;transition:ease .3s all;text-align:center;border-radius:20px;transition:ease .3s all,all .3s ease-in-out;padding-right:60px;margin-bottom:40px}.csbutton::before{content:'';position:absolute;right:25px;top:17px;background-image:url(https://stage.corfuwebdesign.com/wp-content/uploads/2024/11/arrow-black.png);width:15px;height:16px;background-size:contain;background-repeat:no-repeat;transition:all .3s ease-in-out}.csbutton::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;opacity:1;border-radius:22px;z-index:-9}.csbutton:hover{background:#fff;border:1px solid #3aaa35;transition:background .3s ease-in-out,transform .3s ease-in-out;color:#000}.csbutton:hover:before{transform:rotate(360deg);transition:transform .6s ease-in-out}