.cta-button{--cta-button-text-row-height: 1.18em;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;min-width:278px;height:58px;align-items:center;justify-content:space-between;gap:18px;overflow:hidden;border:0;border-radius:var(--radius);padding:0 22px;font-family:inherit;font-size:23px;font-weight:400;line-height:1;letter-spacing:-.03em;text-decoration:none;text-transform:none;transition:color .18s ease,background-color .18s ease;cursor:pointer}.cta-button--dark{color:hsl(var(--brand-black));background:hsl(var(--brand-orange))}.cta-button--light{color:var(--theme-text);background:var(--theme-surface)}.cta-button--no-icon{min-width:190px;justify-content:center;padding-inline:24px}.cta-button__slot{position:relative;display:block;height:var(--cta-button-text-row-height);line-height:var(--cta-button-text-row-height);overflow:hidden;white-space:nowrap}.cta-button__slot-track{display:grid;gap:0;transform:translate3d(0,calc(-1 * var(--cta-button-text-row-height)),0);transition:transform .26s cubic-bezier(.16,1,.3,1);will-change:transform}@media(hover:hover)and (pointer:fine){.cta-button:hover .cta-button__slot-track{transform:translateZ(0)}}@media(hover:none),(pointer:coarse){.cta-button__slot-track,.cta-button:hover .cta-button__slot-track,.cta-button:focus .cta-button__slot-track,.cta-button:active .cta-button__slot-track{transform:translateZ(0);transition:none}.cta-button__slot-track span:last-child{display:none}}.cta-button__slot-track span{display:block;height:var(--cta-button-text-row-height);line-height:var(--cta-button-text-row-height)}.cta-button__icon{display:inline-grid;flex:0 0 auto;place-items:center;color:currentColor}.cta-button__icon svg{width:24px;height:24px}.cta-button:disabled{cursor:not-allowed;opacity:.55}.cta-button:disabled .cta-button__slot-track,.cta-button:disabled:hover .cta-button__slot-track{transform:translate3d(0,calc(-1 * var(--cta-button-text-row-height)),0)}@media(max-width:1280px){.cta-button{min-width:268px;font-size:20px}}
