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

.btn {
cursor: pointer;
}

.container {
position: absolute;
width: 728px;
height: 90px;
background: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
}


.border {
position: absolute;
pointer-events: none;
z-index: 20;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: 1px solid #665d5b;
}

#exit {
position: absolute;
top: 0;
left: 0;
cursor: pointer;
width: 100%;
height: 100%;
z-index: 1;
}

.main-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
}


.bgContainer {
position: absolute;
width: 100%;
height: 100%;
}

.background {
position: absolute;
width: 728px;
height: 130px;
top: 0;
left: 0;
transform: scale(1);
/*     filter: blur(2px);
will-change: filter;*/
}

 .copy-one {
    font-family: 'Noto Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
	font-size: 23.9px;
    color: white;
    width: 299px;
    height: auto;
    position: absolute;
    top: 11px;
    left: 198px;
    opacity: 0;
    line-height: 1.2;
    letter-spacing: 0.009em;
    font-weight: 400;
 }

 .copy-two {
    font-family: 'Noto Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
	font-size: 11.8px;
    color: white;
    width: 199px;
    height: auto;
    position: absolute;
    top: 40px;
    left: 198px;
    opacity: 0;
    line-height: 1.2;
    letter-spacing: 0.015em;
    font-weight: 400;
 }

.award {
    width: 50px;
    height: 47px;
    position: absolute;
    top:12px;
    left:142px;
    opacity: 0;
}

.cta {
position: absolute;
opacity: 0;
text-align: center;
font-size: 11px;
z-index: 6;
color: #fff;
border: 1px solid #fff;
padding: 1px 4px;
font-family: 'Noto Sans', sans-serif;
font-weight: 500;
right: 16.5px;
top: 39%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.cta-copy {
position: relative;
left: 0;
top: 0;
}

.cta-arrow {
position: relative;
top: 0;
}

.disclaimer-btn {
position: absolute;
z-index: 10;
font-size: 7px;
color: #fff;
bottom: 10px;
left: 18px;
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
opacity: 0;
letter-spacing: 0.015em; 
}

.disclaimer-btn.active {
opacity: 0;
}

.disclaimer-content {
position: absolute;
z-index: 4;
top: 0;
width: 100%;
height: 100%;
background: #000;
z-index: 10;
display: none;
}

.disclaimer-copy {
position: absolute;
top: 0;
display: block;
width: 100%;
height: auto;
color: #fff;
font-size: 9px;
font-family: 'Noto Sans', sans-serif;
padding: 30px 30px;
text-align: left;
letter-spacing: 0.015em; 
}


.disclaimer-content.active {
display: block;
}

.close-btn {
font-size: 14px;
position: absolute;
right: 7px;
top: 4px;
cursor: pointer;
color: #fff;
}


.lockup {
position: absolute;
display: flex;
flex-direction: column;
left: 19px;
top: 37%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
opacity: 0;
width: 100px;
height: auto;
}

.lockup span {
font-family: 'Noto Sans', sans-serif;
    font-size: 8px;
    position: relative;
    top: 4px;
    left: -1px;
    color: #fff;
    letter-spacing: 0.015em;
}

.copy {
position: absolute;
top: 8px;
left: 8px;
width: 100%;
height: auto;
}



