a.box-icon.mb20.disabled {
    opacity: 50%;
    pointer-events: none;
    cursor: auto;
}

a[href*="/hosting/vps/"] {
    opacity: 50%;
    pointer-events: none;
    cursor: auto;
}

a[href*="/hosting/wordpress/"] {
    opacity: 50%;
    pointer-events: none;
    cursor: auto;
}

a[href*="/email/"] {
    opacity: 50%;
    pointer-events: none;
    cursor: auto;
}

a[href*="/email/business/"] {
    opacity: 50%;
    pointer-events: none;
    cursor: auto;
}

header.header-light {
    z-index: 2;
}

header.header-mobile {
    z-index: 2;
}

a.dropdown-item:hover {
    background-color: transparent;
    color: var(--primary-color);
}

footer.footer-light a.disabled, a.footer-legal-link.disabled {
    pointer-events: none;
    color: #bfbfbf;
}

.topbar-languages {
    display: flex;
}

.dropdown-item.disabled {
    opacity: 50%;
    pointer-events: none;
    cursor: auto;
}

.timeline-top-arrow-bottom-cloud {
    z-index: 1;
}
