.button-row{display:flex;flex-direction:row;gap:.25rem;width:-moz-fit-content;width:fit-content}a,button{cursor:pointer}.custom-button{width:-moz-fit-content;width:fit-content}.custom-button--primary,.custom-button--secondary{border:1px solid;padding-block:.5rem;padding-inline:1rem;border-radius:2.1267625e+37rem;position:relative;height:2.75rem;display:flex;flex-direction:row;align-items:center;gap:.5rem;overflow:hidden;transition:all 75ms linear}.custom-button--light-sweep:before{content:"";pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,0),rgba(255,255,255,.2),rgba(255,255,255,.1019607843),rgba(0,0,0,0));width:100%;animation:light-sweep 3s infinite;position:absolute;inset:0}.custom-button--hoverable.hovered .custom-button__icon--animate,.custom-button--hoverable:hover .custom-button__icon--animate{transform:rotate(45deg)}.custom-button--hoverable.hovered .custom-button__arrow,.custom-button--hoverable:hover .custom-button__arrow{animation:arrow-sweep-right .5s ease-in-out}.custom-button--hoverable.hovered.custom-button--primary .custom-button__label,.custom-button--hoverable.hovered.custom-button--secondary .custom-button__label,.custom-button--hoverable:hover.custom-button--primary .custom-button__label,.custom-button--hoverable:hover.custom-button--secondary .custom-button__label{animation:text-sweep-up .3s ease-in-out}.custom-button--hoverable.hovered.custom-button--primary,.custom-button--hoverable:hover.custom-button--primary{background-color:#f2f2f2;color:#222325}.custom-button--hoverable.hovered.custom-button--primary .custom-button__arrow,.custom-button--hoverable:hover.custom-button--primary .custom-button__arrow{fill:#222325}.custom-button--hoverable.hovered.custom-button--secondary,.custom-button--hoverable:hover.custom-button--secondary{background-color:#222325;color:#f2f2f2}.custom-button--hoverable.hovered.custom-button--secondary .custom-button__arrow,.custom-button--hoverable:hover.custom-button--secondary .custom-button__arrow{fill:#f2f2f2}.custom-button--primary{border-color:#383a3e;background-color:#222325;color:#f2f2f2}.custom-button--secondary{border-color:rgba(242,242,242,.8);background-color:#f2f2f2;color:#222325}.custom-button--secondary .custom-button__arrow{fill:#222325}.custom-button__label{text-transform:uppercase;position:relative;font-weight:600;z-index:1}.custom-button__icon{mix-blend-mode:difference;isolation:isolate}.custom-button__icon>svg{width:1rem;height:1rem}.custom-button__icon--animate{transition:transform .3s ease-in-out}.custom-button__arrow{width:unset;overflow:hidden}@keyframes light-sweep{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}@keyframes arrow-sweep-right{0%{opacity:1;transform:translate(0)}50%{opacity:0;transform:translate(100%)}51%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes text-sweep-up{0%{opacity:1;transform:translateY(0)}50%{opacity:0;transform:translateY(-100%)}51%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}