/* Hide all top navigation links to other Cloudflare sections */
#mainnav {
    display: none;
}

/* Hide top nav links to sales, support and other languages */
#top-nav nav {    
    display: none;
}

/* Hide "Get started for free" banners */
.enablement-blade-content {
    display: none;   
}

/* Hide bottom links */
.bg-dark-blue-0 .row, .bg-dark-blue-0 a, .bg-dark-blue-0 button  {
    display: none;
}

/* Hide box to subscribe to theNET newsletter */
.bg-blue4 {
    display: none;   
}

/* Hide cookie banner */
#onetrust-consent-sdk {
    display: none;
}

/* Hide cards to get started, download reports, ... */
div.cards-banner-lcnew, div.cards-wrapper-lcnew {
    display: none;
}

/* Hide bottom banner to suscribe to the newsletter */
div.fixed.bottom-0.z-5 {
    display: none;
}

/* Hide iframe, especially videos which are not working */
iframe {
    display: none !important;
}