.button-with-animation,.secondary-button{color:#032320;border-radius:10px;padding:12px 32px;font-family:Helvetica Neue;font-size:18px;font-weight:500;transition:all .5s ease-in-out}.button-with-animation.disabled,.secondary-button.disabled{opacity:.5;pointer-events:none}.button-with-animation{background-color:#dacbb7;height:100%;max-height:48px;position:relative;overflow:hidden}.button-with-animation .button-animation{background-color:#ffffff40;outline:none;height:76px;transition:all .5s ease-in-out;display:inline-block;position:absolute;top:-15px;transform:rotate(-25deg)}.button-with-animation .button-animation.first{width:11px;left:-30px}.button-with-animation .button-animation.second{border-radius:18px;width:5px;left:-15px}.button-with-animation:hover{background-color:#d0b99b}.button-with-animation:hover .button-animation.first{width:11px;left:calc(100% + 15px)}.button-with-animation:hover .button-animation.second{border-radius:18px;width:5px;left:calc(100% + 30px)}.secondary-button{border:1px solid #dacbb7}.secondary-button:hover{background-color:#dacbb733}.secondary-button.tertiary-button{color:#dacbb7}
