
@font-face {
    font-family: 'latoregular';
    src: url('./fonts/lato-regular-webfont.eot');
    src: url('./fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/lato-regular-webfont.woff2') format('woff2'),
        url('./fonts/lato-regular-webfont.woff') format('woff'),
        url('./fonts/lato-regular-webfont.ttf') format('truetype'),
        url('./fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('./fonts/lato-black-webfont.eot');
    src: url('./fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/lato-black-webfont.woff2') format('woff2'),
        url('./fonts/lato-black-webfont.woff') format('woff'),
        url('./fonts/lato-black-webfont.ttf') format('truetype'),
        url('./fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_blackregular';
    src: url('./fonts/gotham_black_regular-webfont.eot');
    src: url('./fonts/gotham_black_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gotham_black_regular-webfont.woff2') format('woff2'),
         url('./fonts/gotham_black_regular-webfont.woff') format('woff'),
         url('./fonts/gotham_black_regular-webfont.ttf') format('truetype'),
         url('./fonts/gotham_black_regular-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothammedium';
    src: url('./fonts/gotham_medium-webfont.eot');
    src: url('./fonts/gotham_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gotham_medium-webfont.woff2') format('woff2'),
         url('./fonts/gotham_medium-webfont.woff') format('woff'),
         url('./fonts/gotham_medium-webfont.ttf') format('truetype'),
         url('./fonts/gotham_medium-webfont.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('./fonts/montserrat-bold-webfont.eot');
    src: url('./fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('./fonts/montserrat-bold-webfont.woff') format('woff'),
         url('./fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('./fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('./fonts/Montserrat-Medium.eot');
    src: url('./fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Montserrat-Medium.woff2') format('woff2'),
        url('./fonts/Montserrat-Medium.woff') format('woff'),
        url('./fonts/Montserrat-Medium.ttf') format('truetype'),
        url('./fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    font-family: 'montserratbold';
    font-weight: 500;
    overflow: hidden;
    font-size: 45px;
    font-style: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #000000;
}

.main-container{
    width: 1166px;
    height: 656px;
    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
    position: relative;


    }

.header-template{
    width: 535px;
    height: 438px;
    display: flex;
    padding: 140px 59px;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    flex-direction: column;
    }

.header-title {
    /* height: 110px; */
    text-overflow: ellipsis;
    max-width: 1321px;
    /* margin-left: 22px; */
    }
    
p.header-description{
    font-family: 'Montserrat-Medium';
    font-weight: 350;
    font-size: 20px;
    line-height: normal;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
    max-width: 1350px;
    margin-left: 0px;
}

p.informate{
    font-family: 'gotham_blackregular';
    background-color: #0C56AD;
    width: 277px;
    height: 56px;
    border: 4px solid #ffffff;
    top: 68px;
    left: -13px;
    position: absolute;
    color: #ffffff;
    font-size: 33px;
    text-align: right;
    padding-right: 20px;

    }



.img-slider{
    display: block;
    object-fit: cover;
}

.item-title{
    font-family: 'Montserrat-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height:  41px;
    color: #086366;
    position: relative;
}
#image_2 {
    width: 75px;
    height: 75px;
    overflow: hidden;
    background-size: cover;
}
.qr-container {
    width: 75px;
    height: 75px;
    background-color: #fff;
    position: absolute;
    left: 429px;
    top: 538px;
}
#image_1 {
    width: 634px;
    height: 634px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    left: 532px;
    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: 110px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: flex-start;
}

.failsafe{
    width: 1166px;
    height: 656px;
    background: url('../assets/failsafe.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
} 