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

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

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

.k-contact-footer__link {
    border: 0;
    border-radius: 0;
    border-left: 0.075em solid #fff;
    border-right: 0.075em solid #fff;
    flex-grow: 1;
    font-weight: 700;
    height: 3rem;
    line-height: 1rem;
    margin: 0;
    padding: 1rem 1.25rem;
    text-align: center;
}
.k-contact-footer__link:first-child {
    border-left-width: 0;
}
.k-contact-footer__link:last-child {
    border-right-width: 0;
}