@media print {
    /* activate AOS */
    .fadeInUp {
        opacity: 1 !important;
    }
    .signposts li a>div:first-child {
        transform: translateY(0);
    }
    .technologyGrid li:hover a>.box:after {
        transform: translateY(0) !important;
    }
    .sectorGrid li,
    .technologyGrid li,
    .signposts li {
        width: 50%;
    }
    header#header .menuBtn {
        display: none;
    }
    header#header .searchForm {
        display: none;
    }
    section.banner {
        min-height: 500px;
    }
    section.banner .content {
        width: 100%;
    }
    .banner .imageHolder::before {
        height: 0;
    }
    .banner .imageHolder::after {
        height: 0;
    }
}