.btn__primary{cursor:pointer;font-size:14px;text-transform:uppercase;font-weight:600;color:#eaeaea;background-color:#000;display:flex;align-items:center;padding:7px 7px 7px 15px;gap:10px;border-radius:5px;letter-spacing:5%;max-height:fit-content;max-width:fit-content}.btn__primary .btn__primary-arrow{width:15px;height:10px!important}.btn__primary .btn__primary-arrow__container{border-radius:4px;height:40px;padding:0 14px;background-color:var(--primary);display:flex;align-items:center;justify-content:center}.btn__primary-label{position:relative;overflow:hidden}.btn__primary-label span{display:block;height:100%}.btn__primary-label span:last-child{position:absolute;top:100%;left:0;white-space:nowrap}.btn__secondary{overflow:hidden;cursor:pointer;font-size:14px;text-transform:uppercase;font-weight:600;color:#000;display:flex;align-items:center;gap:10px;border-radius:5px;letter-spacing:5%;max-height:fit-content;max-width:fit-content}.btn__secondary.white{color:#eaeaea!important}.btn__secondary .btn__secondary-arrow{display:inline-block;width:15px;height:10px!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.btn__secondary .btn__secondary-arrow__container{border-radius:4px;height:40px;width:15px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.btn__secondary:hover .btn__secondary-arrow{animation:arrow .6s ease}@keyframes arrow{0%{transform:translate(-50%,-50%)}49%{transform:translate(50%,-50%)}50%{transform:translate(-150%,-50%)}to{transform:translate(-50%,-50%)}}.btn__tertiary{width:40px!important;height:40px!important;background-color:var(--primary);position:relative;display:flex;overflow:hidden;cursor:pointer}.btn__tertiary-arrow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:15px;height:10px!important}.btn__tertiary:hover .btn__tertiary-arrow{animation:arrowBig .6s ease}@keyframes arrowBig{0%{transform:translate(-50%,-50%)}49%{transform:translate(150%,-50%)}50%{transform:translate(-300%,-50%)}to{transform:translate(-50%,-50%)}}