
@font-face {
    font-family: 'helveticalight';
    src: url('./fonts/4215-font-webfont.eot');
    src: url('./fonts/4215-font-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/4215-font-webfont.woff2') format('woff2'),
         url('./fonts/4215-font-webfont.woff') format('woff'),
         url('./fonts/4215-font-webfont.svg#helveticalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticabold';
    src: url('./fonts/helvetica-bold-webfont.eot');
    src: url('./fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('./fonts/helvetica-bold-webfont.woff') format('woff'),
         url('./fonts/helvetica-bold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    font-family: 'helveticabold';
    font-weight: 700;
    overflow: hidden;
    font-size: 31px;
    font-style: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #ffffff;
}

.main-container{
    width: 1182px;
    height: 384px;
    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
    position: relative;


    }

.header-template{
    width: 430px;
    top: 60px;
    left: 74px;
    height: 301px;
    display: flex;
    padding: 5px 7px;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    flex-direction: column;
    }

.header-title {
    text-overflow: ellipsis;
    max-width: 1329px;
    }
    
p.header-description{
    font-family: 'helveticalight';
    font-weight: 300;
    font-size: 20px;
    line-height: normal;
    line-height: 23px;
    color: #ffffff;
    margin-top: 10px;
    max-width: 1350px;
    margin-left: 0px;
    max-height: 252px;
    overflow: hidden;
    height: 186px;
}



.img-slider{
    display: block;
    object-fit: cover;
}

#image_1 {
    width: 1182px;
    height: 384px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
    position: absolute;
}

.logo-container{
    position: relative;
    left: 987px;
    top: 25px;
    z-index: 2;  
}

.invisible{
    display: none;
}

.visible{
    display: block;
}


.title-container {
    height: 106px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}
p.header-date{
    font-family: 'helveticalight';
    width: 200px;
    height: 35px;
    top: 330px;
    left: 87px;
    position: absolute;
    color: #ffffff;
    font-size: 23px;
    padding-right: 20px;
}
.failsafe{
    width: 1182px;
    height: 384px;
    background: url('../assets/failsafe.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
} 