:root{--color-surface-white:#ffffff;--color-just-black:#000000;--ease-in-out-quart:cubic-bezier(0.76,0,0.24,1)}.button{align-items:center;background:transparent;border:none;border-radius:6.25rem;color:var(--color-surface-white);cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:600;gap:.363636em;justify-content:center;letter-spacing:-.01em;line-height:1.04545;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;word-break:break-word;height:60px;min-height:60px}@media screen and (max-width:768px){.button{padding:8px 16px;height:48px;min-height:48px}.button,.button__label{font-size:1rem!important}}@media (hover:hover){.button.button--stroke:hover{color:var(--color-just-black);text-decoration:none}}.button--stroke:after{bottom:0;left:0;position:absolute;right:0;top:0;border:2px solid var(--color-surface-white);border-radius:6.25rem;content:"";pointer-events:none;z-index:1}.button__label{position:relative;text-align:center;font-size:1.25rem;font-weight:400;z-index:2;transition:color .2s ease-in-out}.button--stroke:hover .button__label{color:var(--color-just-black)}.button__flair{bottom:0;right:0;transform:scale(0);transform-origin:0 0;will-change:transform;z-index:0}.button__flair,.button__flair:before{left:0;pointer-events:none;position:absolute;top:0}.button__flair:before{aspect-ratio:1/1;background-color:var(--color-surface-white);border-radius:50%;content:"";display:block;transform:translate(-50%,-50%);width:170%}.button--light{color:var(--color-just-black)}.button--light:after{border-color:var(--color-just-black)}.button--light:hover,.button--light:hover .button__label{color:var(--color-surface-white)}.button--light .button__flair:before{background-color:var(--color-just-black)}.footer-slogan{text-shadow:0 0 10px rgba(255,233,138,.4),3px 2px 2px #7f6701;font-weight:600;line-height:150%;letter-spacing:-1.4px;background:linear-gradient(90deg,#EFC30A 6%,#000000 66%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgba(239,195,10,.9)}