.buttonLeft{
    border-radius: 50% 0 0 50% !important;
}
.buttonRight{
    border-radius:  0 50% 50% 0 !important;
}
body.hasHover .buttonPrimary.buttonLeft:hover,
body.hasHover .buttonPrimary.buttonRight:hover,
body.hasHover .buttonPrimary.buttonLeft:focus-visible,
body.hasHover .buttonPrimary.buttonRight:focus-visible{
    z-index: 1 !important;
}
