button,.button{all:unset;display:inline-block;height:2em;padding:0 1.2em;line-height:2em;font-family:"Brandon Grotesque",brandon-grotesque,sans-serif;font-weight:100;text-transform:uppercase;text-align:center;vertical-align:middle;border:1px solid;border-radius:1.2em;cursor:pointer}button>*,.button>*{pointer-events:none}button>img,.button>img{height:1.6em;vertical-align:text-bottom}button>img:last-child,.button>img:last-child{margin-right:-.5em}button>img:first-child,.button>img:first-child{margin-left:-.5em}button.positive,.button.positive{border-color:#731874;background:#731874}button.negative,.button.negative{color:#0071bc}button.large,.button.large{font-size:1.2em}button.small,.button.small{height:1.5em;line-height:1.5em}button:disabled,.button:disabled{opacity:.3}.button.progress::after,button.progress::after{content:"";width:1em;height:1em;display:inline-block;margin:auto -.5em auto .2em;vertical-align:sub;background:center/cover no-repeat url("/Content/images/spinner-small.svg")}.button.progress.done::after,button.progress.done::after{background:center/cover no-repeat url("/Content/images/spinner-small-done.svg")}.input.checkbox{vertical-align:middle;display:inline-block;margin:0 auto 0 .625em;outline:1px inset #575757;background:#2d2d2d}.input.checkbox input~span{display:block;width:1.25em;height:1.25em}.input.checkbox input:checked~span{background:center/cover no-repeat url('/Content/images/input-checkbox-selected.svg')}.input.checkbox input:disabled~span{background:center/cover no-repeat url('/Content/images/input-checkbox-disabled.svg')}.input.radio{display:flex;justify-content:space-around;flex-wrap:wrap;margin:0;padding:0 5%;list-style:none;text-transform:uppercase}.input.radio>*{flex:1;text-align:center;background-color:#575757;cursor:inherit}.input.radio input+*{display:block;padding:.5em}.input.radio input:checked+*{background-color:#2d2d2d;border:1px solid #731874}.input.radio input:disabled+*{opacity:.2}