a.button,
.button, .geo_error_content a {
    border-radius: 6px;
    border: 2px solid rgba(152, 120, 0, 0.50);
    background: linear-gradient(180deg, #ECBF18 0%, #FFE170 55.79%, #ECBF18 100%);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    padding: 10px;
    color: #0D051E;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    text-align: center;
    user-select: none;
}

a.button--white,
.button--white, .geo_error_content a {
    border: 2px solid rgba(25, 8, 63, 0.20);
    background: #fff;
}

a.button--purple,
.button--purple {
    border-radius: 8px;
    border: 1px solid #7F56D9;
    background: #7F56D9;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    color: #fff;
}

a.button--yellow,
.button--yellow {
    
}

.button:focus, .button:hover {
}