/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 50 version
*/

@font-face {
    font-family: 'NouvelR';
    src: url('fonts/NouvelR-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'NouvelR';
    src: url('fonts/NouvelR-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'NouvelR';
    src: url('fonts/NouvelR-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}
*,
*:after,
*:before{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
html,
body{
	font-size: 16px;
}
body{
	margin: 0;
	font-family: 'NouvelR', sans-serif;
	font-weight: 400;
    color: #ffffff;
    padding-bottom: 100px;
    background-color: #000000;
    background-image: url('assets/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
h1{
    font-size: 98px;
    margin: 0;
    font-weight: 700;
}
h2{
    font-size: 40px;
    margin: 0 0 30px 0;
    font-weight: 700;
}
h3{
    font-size: 24px;
    margin: 34px 0 0 0;
    font-weight: 700;
    text-decoration: underline;
}
p{
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    max-width: 847px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
span{
    font-weight: 700;
}
sup{
    font-size: 16px;
}
header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 960px;
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
}
header img{
    width: auto;
    height: 100%;
    max-height: 65px;
    margin-top: 13px;
}
main{
    padding: 0 15px;
    max-width: 1122px;
    width: 100%;
    margin: 0 auto;
}
.lead{
    font-weight: 800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    gap: 30px;
    margin: 15px 0;
    font-size: 28px;
}
.plyr{
    border: 1px solid #faff4b;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    overflow: hidden;
    margin-top: 66px;
    margin-bottom: 76px;
}
.plyr--video {
    aspect-ratio: 16 / 9!important;
}
.logo{
    padding: 0 30px;
}
.logo img{
    width: 100%;
    max-width: 301px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.items>img{
    display: block;
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
    height: auto;
}
.items>div{
    display: none;
}
.highlights{
    display: flex;
    align-items: center;
    margin: 44px auto 90px auto;
    justify-content: space-between;
}
.highlights div{
    text-align: center;
}
.highlights span{
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    display: block;
}
.highlights span.larger{
    font-size: 70px;
    line-height: 70px;
}
.details{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 35px;
}
.details .detail{
    min-width: 50%;
}
.details .detail h3{
    font-size: 30px;
    text-decoration-color: #e9f046;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    display: inline-block;
    margin-bottom: 21px;
    margin-top: 0;
}
.details .detail p{
    text-align: left;
    padding: 0;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
}
.details .detail img{
    display: block;
    max-width: 468px;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 960px){
    .highlights{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .items{
        max-width: 720px;
        margin: 0 auto;
    }
    .items>div{
        display: grid; 
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        height: 100%;
        grid-column-gap: 30px;
    }
    .items>img{
        display: none;
    }
    .items>div>div>img{
        margin: 15px auto;
        width: 286px;
        height: auto;
        display: block;
    }
    #item-0 {
        grid-row-start: 3;
        grid-column-start: 1;
        grid-row-end: 4;
        grid-column-end: 3;
     }
     #item-1 {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 2;
        grid-column-end: 2;
     }
     #item-2 {
        grid-row-start: 1;
        grid-column-start: 2;
        grid-row-end: 2;
        grid-column-end: 3;
     }
     #item-3 {
        grid-row-start: 2;
        grid-column-start: 1;
        grid-row-end: 3;
        grid-column-end: 2;
     }
     #item-4 {
        grid-row-start: 2;
        grid-column-start: 2;
        grid-row-end: 3;
        grid-column-end: 3;
    }
    .details{
        grid-column-gap: 40px;
        grid-row-gap: 15px;
    }
}
@media screen and (max-width: 920px){
    h1{
        font-size: 60px;
    }
    h2{
        font-size: 30px;
    }
}
@media screen and (max-width: 768px){
    .plyr{
        margin-top: 33px;
        margin-bottom: 35px;
    }
    .details{
        display: flex;
        flex-direction: column;
    }
    .details .detail{
        margin-top: 20px;
    }
    .details .detail.image{
        text-align: center;
    }
    .details .detail.image img{
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 20px;
    }
    .logo img{
        max-width: 200px;
    }
    .highlights{
        margin: 30px auto;
        display: flex;
        flex-direction: column;
    }
    .highlights span.larger{
        font-size: 60px;
    }
    .items>div{
        display: block;
        height: auto;
    }
}