.Button{display:inline-block;color:inherit;margin:0;padding:0;border:0;background-color:rgba(0,0,0,0)}.Button>div{width:100%;position:relative;z-index:2;display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:10px var(--space-sm);background-color:#000;color:#fff;cursor:pointer;transition:background-color .2s;font-weight:700;line-height:1.1;font-size:18px}@media(min-width:576px){.Button>div{font-size:22px}}.Button>div:hover{background-color:#666}.Button__icon{margin-left:var(--space-sm)}.Button__icon>svg{width:16px;height:16px;stroke:none;fill:currentColor}.Button--expand:before{z-index:1;display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.Loading svg{fill:#fff;width:32px;height:32px}