.hidden{
    display: none;
    visibility: hidden;
}

/* Core */
.bg-yellow{
    background-color: var(--yellow);
}

.c-yellow{
    color: var(--yellow);
}

.goButton{
    font-weight: bold;
    font-size: 14px;
    transition: all .5s ease;
    color: var(--gray)!important;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}
.goButton i{
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    border: 4px solid #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    color: #fff;
    border-radius: 100%;
    padding-top: 9px;
    font-size: 24px;
    line-height: 24px;
}

