.dnd-contact-navigation{background-color:var(--system-color4-hex);padding-bottom:24px}.sec_contact-navigation__heading{text-align:center}.sec_contact-navigation__buttons{background:#fff;border-radius:4px;display:flex;gap:6px;justify-content:space-between;padding:4px}.sec_contact-navigation__buttons .is-button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;flex:0 0 48%;justify-content:center;padding:12px;text-align:center;text-decoration:none;transition:all .3s ease}.sec_contact-navigation__buttons .is-button p{font-size:14px;margin-bottom:0}.sec_contact-navigation__buttons .is-button.is-button-active{background:var(--secondary-color-hex)}.sec_contact-navigation__buttons .is-button.is-button-active p{color:#fff;font-weight:600}.sec_contact-navigation__buttons .is-button.is-button-non-active{background:#fff;color:var(--body-font-color)}.sec_contact-navigation__buttons .is-button.is-button-non-active p{color:var(--body-font-color);font-weight:600}.sec_contact-navigation__buttons .is-button:hover{opacity:.9;transform:translateY(-2px)}.sec_contact-navigation__buttons .button-text-desktop{display:none}@media (min-width:992px){.dnd-contact-navigation{padding-bottom:48px}.sec_contact-navigation__buttons .button-text-mobile{display:none}.sec_contact-navigation__buttons .button-text-desktop{display:block}.sec_contact-navigation__buttons .is-button.is-button-non-active p{font-weight:400}}