* {
    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;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 930px;
    height: 120px;
}

.bgContainer {
    position: absolute;
    top: -17px;
    left: -130px;
    width: 930px;
    height: 120px;
}


.car {
    position: absolute;
    z-index: 3;
}

.logo {
    position: absolute;
    background-image: url('logo.svg');
    width: 105px;
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 8px;
    bottom: 20px;
}

.copy-one, .copy-two {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    color: white;
    width: 260px;
    height: auto;
    position: absolute;
    top: 24px;
    left: 148px;
    opacity: 0;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.copy-three {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    color: white;
    width: 260px;
    height: auto;
    position: absolute;
    top: 34px;
    left: 148px;
    opacity: 0;
    line-height: 1.2;
    letter-spacing: 0.5px;
}


.cta-btn {
    position: absolute;
    background: url('cta.svg') no-repeat;
    width: 88px;
    height: 25px;
    right: 13px;
    top: 52px;
}

.disclaimer-btn {
    position: absolute;
    bottom: 2px;
    left: 4px;
    z-index: 10;
    font-size: 8px;
    color: #fff;
    font-family: "Inter", sans-serif;
    opacity: 0;
    letter-spacing: 0.4px;
    width: 72px;
    height: 20px;
}

.disclaimer-btn p {
    position: absolute;
    top: 7px;
    left: 10px;
}

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

.disclaimer-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: none;
    color: #fff;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    padding: 10px 20px 10px 10px;
}

.disclaimer-content p:first-child {
    font-size: 14px;
    margin-bottom: 3px;
}

.close-btn {
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.close-btn p {
    left: 10px;
    top: 5px;
    position: absolute;
}

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