/* @font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Black.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */

/* body {margin: 0px; padding: 0px; background-color: #000;
    font-size: 20px; line-height: 28px; font-weight: 500; font-family: 'Neue Haas Grotesk Display Pro';
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
img {
    max-width: 100%; height: auto; vertical-align: middle;
} */

.home .site_footer {display: none;}

/* splash page */
.splash_wrapper {
    /* padding-inline: 40px; 
    display: grid;
    grid-template-columns: 240px auto;
    gap: 16px;*/
    min-height: 100vh;
}
/* .splash_sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 26px; padding-left: 26px; position: fixed; height: 100%; z-index: 1;
}
.site_logo {
    max-width: 226px;
    width: 100%;
    margin-bottom: 60px;
}
.site_logo a {display: block;}
.date {
    font-size: 48px;
    line-height: 46px;
    letter-spacing: 0.050em;
    color: #fff;
    padding-bottom: 30px;
    font-weight: 900;
}
.date span {
    font-size: 26px;
    line-height:1;
    display: block;
    font-weight: bold;
}
.site_links ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}

.site_links ul li {}
.site_links ul li a {
    display:inline-block;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 0.050em;
    color: #ff0098;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

.site_links ul li:hover a {
    color: #d9d9d9;
}
.social_links ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.social_links ul li {
    padding-top: 6px;
    padding-bottom: 6px;
}

.social_links ul li a {
    display: block;
    border: #fff 2px solid;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease-in-out;
}

.social_links ul li a:hover {
    border-color: #ff0098;
}

.social_links ul li a i {
    width: 26px;
    height: 27px;
    vertical-align: middle;
    display: block;
    transition: background-image 0.3s ease-in-out;
}

.social_links ul li a i.linkedin {
    background: url(../images/linkedin.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.linkedin {
    background: url(../images/linkedin-pink.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a i.instagram {
    background: url(../images/Insta.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.instagram {
    background: url(../images/Insta-pink.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a i.facebook {
    background: url(../images/Facebook.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.facebook {
    background: url(../images/Facebook-pink.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a i.twitter {
    background: url(../images/twitter.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.twitter {
    background: url(../images/twitter-pink.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a i.wiki {
    background: url(../images/wiki.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.wiki {
    background: url(../images/wiki-pink.png) no-repeat;
    background-position: center center;
    background-size: contain;
}
.splash_sidebar .btn_wrap {
    margin-top: 30px;
}
.splash_sidebar .btn_wrap .btn {
    border-radius: 50px;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.025em;
    border: #ff0098 1px solid;
    color: #ff0098;
    background-color: transparent;
}
.splash_sidebar .btn_wrap .btn i {
    background: url(../images/arrow-right-pink.svg) no-repeat;
    background-position: center center;
    background-size: 32px;
    width: 32px;
    height: 26px;
    display: inline-block;
    margin-left:10px;
    filter: invert(0);
}
.splash_sidebar .btn_wrap .btn:hover i {
    background: url(../images/arrow-right-white.svg) no-repeat;
    background-position: center center;
    background-size: 32px;
} */
 
.site_sidebar_bottom_sticky {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.splash_main_context_wrap {overflow: hidden; position: relative; height: 100vh; padding-left: 270px;}
.section-bg-video {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: -2;
}
.section-bg-video video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: 1s opacity;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; z-index: -1;
}
.splash_main_context_wrap .splash_header {
    padding-top: 40px; padding-inline: 40px;
}
.splash_main_context_wrap .splash_header .btn_wrap {
    text-align: right;
}

/* .btn_wrap .btn {
    border-radius: 20px;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.025em;
    background-color: #ff0098;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.btn_wrap .btn i {
    background: url(../images/arrow-right-lined.svg) no-repeat;
    background-position: center center;
    background-size: 32px;
    width: 32px;
    height: 26px;
    display: inline-block;
    margin-left: 10px;
    filter: invert(1);
}
.btn_wrap .btn:hover {
    background-color: #ff0098;
    color: #fff;
    border-color: #ff0098;
} */
.splash_context_middle {
    height: calc(100% - 0px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; gap: 80px;
    transform: scale(0.88);
}
.splash_context_top {
    max-width: 920px;
    width: 100%;
    margin-inline: auto;
 padding-bottom: 40px;
 margin-top: 10%;
}
.splash_timer {margin-bottom: 40px;}
.timer-container {
    display: flex;
    gap: 20px; justify-content: center;
  }

  .unit {
    position: relative;
    width: 100px;
    height: 100px;
  }

  .fill-ring {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#fff 0%, #000 0%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inner-circle {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .unit .value { margin-bottom: 4px;
    font-size: 32px; line-height: 1; color: #fff; font-family: 'Neue Haas Grotesk Display Pro'; font-weight: 300;
  }

  .unit .label {
    font-size: 12px; line-height: 1; font-family: 'Neue Haas Grotesk Display Pro'; font-weight: 300;
    color: #fff; letter-spacing: 1px;
  }

.splash_context_middle h1 {
    font-size: 90px; line-height: 1;
    font-weight: 900; color: #fff; text-align: center; margin-block: 0px; margin-bottom: 16px;
}
.splash_context_middle .sub_heading{
    font-size: 38px; line-height: 46px; color: #fff; text-align: center; font-weight:300;
}
.splash_brands_wrap {}
.brands_group_wrap {
    display: flex;
    gap: 90px;
    align-items: center; justify-content: center; margin-bottom: 30px;
}
.brands_group_wrap:last-child {margin-bottom: 0px;}
.logos_with_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.logos_with_heading h4 {white-space: nowrap;
    color: #fff; font-weight: bold; font-size: 27px; line-height: 40px; margin-block: 0; letter-spacing: 0.005em;
}
.logos_with_heading h5 {text-transform: uppercase;text-align: center; white-space: nowrap;
    color: #fff; font-weight: 500; font-size: 22px; line-height: 24px; letter-spacing: 0.01em; margin-block: 0;
}
.logos_with_heading .item img {height: 34px; object-fit: contain;}
.logos_with_heading .item .hp {height: 80px;}
.logos_with_heading .item .nvidia-horizontal {height: 46px;}
.logos_with_heading .item .deadline {height: 23px;}
.logos_with_heading .item .consulate-of-belgium {height:80px;}
.logos_with_heading .item .flanders-state-of-the-art {height:80px;}
.logos_with_heading .item .awex {height:80px;}
.logos_with_heading .item .hub {height:80px;}

.display_on {
    display: none;
}

/* .humbrger-icon, .navClose, .site_header, .display_on {
    display: none;
} */
/* .humbrger-icon {
    width: 40px;
    position: absolute;
    top: 24px;
    right: 30px; 
}
.humbrger-icon button.sm-hb-icon {
    display: block;
    position: relative;
    background: 0 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;cursor: pointer;
}
.humbrger-icon button.sm-hb-icon span {
    width: 40px;
    height: 4px;
    background-color:#ff0098;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 2px;
}
.humbrger-icon button.sm-hb-icon span.line1,
.humbrger-icon button.sm-hb-icon span.line3 {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
} */
@media screen and (max-height: 859px) {
    /* .site_logo {
        max-width: 190px;
    }
    .date {
        font-size: 28px;
        line-height: 1;
    }
    .date span {
        font-size: 16px;
        line-height: 16px;
    }
    .site_links ul li a {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }
        .social_links ul li a {
        width: 32px;
        height: 32px;
        border-width: 1px;
    }
    .social_links ul li a i {
        width: 15px;
        height: 15px;
    } */
}
@media screen and (max-width:1699px){
    /* .date {font-size: 40px; line-height: 1;}
    .date span {font-size: 22px;}
    .site_links ul li a {font-size: 20px; line-height: 1.25;}
    .social_links ul li a {width: 40px; height: 40px; border-radius: 40px;}
    .social_links ul li a i {
        width: 18px;
        height: 18px;
    }

    .splash_context_middle .title {font-size: 70px;}
    .splash_context_middle .sub_heading {font-size: 32px; line-height: 1.25;} */

    .splash_context_middle {
        /* transform: scale(0.9); */
    }
    .unit .value {font-size: 28px;}
    .brands_group_wrap {
        gap: 60px;
    }
    .logos_with_heading {gap: 40px;}
    .logos_with_heading h4 {font-size: 24px; line-height: 1;}
    .logos_with_heading h5 {font-size: 18px; line-height: 1;}
}

@media screen and (max-width:1439px){
    /* .splash_context_middle {height: calc(100% - 102px);} */
    /* .btn_wrap .btn {padding: 18px 30px; font-size: 24px;} */
    .logos_with_heading h4 {
        font-size: 20px;
    }
    .logos_with_heading h5 {
        font-size: 16px;
    }
}
@media screen and (max-width:1199px){
    /* .splash_wrapper { padding-inline: 20px;
        grid-template-columns: 180px auto;
    } */
    /* .splash_sidebar {
        padding-block: 20px;
        padding-left: 20px;
    }
    .site_logo {
        margin-bottom: 30px; max-width: 180px;
    }
    .date {
        font-size: 32px;
    }
    .date span {
        font-size: 18px;
    }
    .splash_sidebar .btn_wrap {
        margin-top: 16px;
    }
    .splash_sidebar .btn_wrap .btn {
        font-size: 16px;
        line-height: 24px;
    } */
    .splash_main_context_wrap {
        padding-left: 200px;
        
    }
    
    .splash_main_context_wrap .splash_header {
        padding-top:20px; padding-inline: 20px;
    }
    .splash_context_middle .title {
        font-size: 60px;
    }
    .splash_context_middle {
        /* height: calc(100% - 76px); */
    }
    .splash_context_middle h1 {font-size: 68px;}
    .splash_context_middle .sub_heading {font-size: 30px; line-height: 1.2;}
    .brands_group_wrap {gap: 30px; margin-bottom:0px;}
    .logos_with_heading {gap: 30px;}
    .logos_with_heading h4 {
        font-size: 18px;
    }
    .logos_with_heading h5 {
        font-size: 14px;
    }
}
@media screen and (max-width:991px){
    /* .splash_wrapper {
        grid-template-columns: 100%; height: auto; 
    } */
    /* .navClose {
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        text-align: center;
    }
    body.mobile-menu-active .navClose {
        display: block;
    }
    .splash_sidebar {
        padding-block: 40px;
        padding-inline: 20px;

        position: fixed;
        width: 100vw;
        height: 100vh;
        background:#000 url(../images/infe-logo-icon.webp) no-repeat;
        background-position:top center;
        background-size: 55%;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
        justify-content: flex-start;
    }
    .mobile-menu-active .splash_sidebar {
        opacity: 1;
        visibility: visible;
        z-index: 999999;
        height: 100vh;
        overflow-y: auto;
    }
    .site_logo {
        margin-bottom: 40px; max-width: 168px;
    }
    .date {
        font-size: 38px;
    }
    .date span {
        font-size: 24px;
    }
    .splash_sidebar_inner {
        max-width: 286px; width: 100%;
        margin-inline: auto;
    }
    .splash_side_bottom {
        max-width: 286px;
        margin-inline: auto;
    }
    .social_links {
        margin-top: 30px;
    }
    .social_links ul {
        display: flex;
        gap: 16px;
        align-items: center;
    }
    .splash_sidebar .btn_wrap {display: none;} */
    

    /* .site_header {
        display: flex;
        align-items: center;
        justify-content: space-between; padding-block: 20px; padding-inline: 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%; background-color:transparent; z-index: 10;
    }
    .site_brand {
        max-width: 168px;
        width: 100%;
    }
    .humbrger-icon {
        display: block;
        cursor: pointer;
    } */
    
    

        
}
@media screen and (max-width:954px){
    /* .header_main_wrap {background-color: transparent;} */
.splash_main_context_wrap {padding-left: 0; overflow-y: auto;}
.splash_context_top {margin-top: 15%;}
/* .splash_context_middle {display: block; height: auto;} */
}
@media screen and (max-width:767px){
    

    .splash_context_middle {
        /* height: auto;
        display: block; */
        transform: none; gap: 30px;
    }

    .splash_main_context_wrap {
        display: flex;
        flex-direction: column;
         padding-top: 130px;
    }
    .splash_main_context_wrap .splash_header {
        order: 2;
    }
    .splash_main_context_wrap .splash_header .btn_wrap {
        text-align: center;
    }
    .splash_main_context_wrap {
        padding-left: 0; padding-bottom: 30px; height:auto; padding-inline: 20px;
    }
    .section-bg-video video {height: 100%; width: 100%; object-fit: cover;}
    .splash_context_middle h1 {
        font-size: 60px;
    }
    .splash_context_middle .sub_heading {
        padding-inline: 110px;
    }
    .brands_group_wrap {
        flex-direction: column; margin-top: 40px;
    }
    .splash_context_top {
        padding-bottom: 40px; margin-top: 0px;
    }
    .display_off {display: none;}
    .display_on {display: block;}
        h4.display_on {
            color: #fff;
            font-weight: bold;
            font-size: 27px;
            line-height: 40px;
            margin-block: 0;
            letter-spacing: 2px;}
            h5.display_on {
                font-size: 18px; color: #fff; font-weight: 500;
                letter-spacing: 1px; text-transform: uppercase; margin: 0;}
                .logos_with_heading .item .hp {
                    height: 60px;
                }
                .logos_with_heading .item .nvidia-horizontal {
                    height: 30px;
                }
                .logos_with_heading .item img {
                    height: 24px;
                }
                .logos_with_heading h5 br {display: none;}
                .logos_with_heading .item .deadline {
                    height: 18px;
                }
                .logos_with_heading.two-col {
                    gap: 30px;
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                }
                .logos_with_heading .item .consulate-of-belgium, .logos_with_heading .item .flanders-state-of-the-art, .logos_with_heading .item .awex, .logos_with_heading .item .hub {
                    height: 60px;
                }
                .logos_with_heading.two-col .item {
                    text-align: center;
                }
                .splash_brands_wrap {
                    /* margin-bottom: 60px; */
                }
}
@media screen and (max-width:767px){
    .splash_context_middle h1 {
        font-size: 34px;
    }
    .splash_context_middle .sub_heading {
        padding-inline: 0;
        font-size: 17px;
        line-height: 24px;
    }
    .splash_context_top {
        padding-bottom: 20px;
    }
    .brands_group_wrap {
        flex-direction: column;
        margin-top: 20px;
    }
    .brands_group_wrap {
        gap: 20px;
    }
    h4.display_on {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    .logos_with_heading {
        gap: 20px;
    }
    .logos_with_heading .item .hp {
        height: 48px;
    }
    .logos_with_heading .item .nvidia-horizontal {
        height: 22px;
    }
    .logos_with_heading .item img {
        height: 18px;
    }
    h5.display_on {font-size: 16px;}
    .logos_with_heading .item .deadline {
        height: 14px;
    }
    .brands_group_wrap {margin-bottom: 20px;}
    .logos_with_heading.two-col {gap: 20px;}
    .logos_with_heading .item .consulate-of-belgium, .logos_with_heading .item .flanders-state-of-the-art, .logos_with_heading .item .awex, .logos_with_heading .item .hub {
        height: 50px;
    }
    .splash_brands_wrap {padding-bottom: 20px;
    }

    .timer-container {
        gap: 8px;
    }
    .unit {
        width: 60px;
        height: 60px;
    }
    .fill-ring {
        width: 60px;
        height: 60px;
    }
    .inner-circle {
        width: 56px;
        height: 56px;
    }
    .unit .value {
        font-size: 20px;
    }
    .unit .label {
        font-size: 8px;
        letter-spacing: 0.5px;
    }

    .splsh_mob_wrpa {
        text-align: center;
    }
    .splsh_mob_wrpa .btn_wrap a.btn {
        background-color: #ff0098;
        color: #fff;
        border-color: #ff0098;
    }
    .splsh_mob_wrpa .btn_wrap .btn.pink_btn {
        color: #fff;
    }
    .splsh_mob_wrpa .btn_wrap a.btn i {
        background: url(../images/arrow-right-white.svg) no-repeat;
        background-position: center center;
        background-size: 32px;
    }
}
@media screen and (max-width:389px){
    .splash_context_middle h1 {
        font-size: 26px;
    }
    .splash_context_middle .sub_heading {
        font-size: 14px;
        line-height: 20px;
    }
}