.k-contact-wrapper {
    height: 3rem;
}

.k-contact-element {
    bottom: 0;
    color: #ff007a;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99999999;
}

.k-contact-element__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.k-contact-link {
    border: 0;
    border-radius: 0;
    border-left: 0.075em solid #fff;
    border-right: 0.075em solid #fff;
    color: #ff007a;
    flex-grow: 1;
    font-weight: 700;
    height: 3rem;
    line-height: 1rem;
    margin: 0;
    padding: 1rem 1.25rem;
    text-align: center;
    text-transform: uppercase;
}
.k-contact-link:first-child {
    border-left-width: 0;
}
.k-contact-link:last-child {
    border-right-width: 0;
}
.k-contact-link:hover,
.k-contact-link:focus {
    background: #ff007a;
    color: #fff;
}