ul#primary-menu > li.menu-item.cta-mobile {
    display: none;
}

ul#mobile-menu > li.menu-item a {
    color: #fff;
}
ul#mobile-menu > li.menu-item.cta-mobile {
    margin-top: 2rem;
}
ul#mobile-menu > li.menu-item.cta-mobile a {
    background-color: #462766;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 0rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-align: center;
}

.mdt-confidentiality-notice h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    text-align: center;
    color: #462766;
}
.mdt-confidentiality-notice p {
    font-size: 0.85rem;
    font-weight: 400;
    margin: 0 0 1rem 0;
    display: block;
}