@charset "UTF-8";

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

img {
    border: 0;
}

body,
html {
    height: 100%;
}

html {
    box-sizing: border-box;
}

* {
    cursor: pointer;
    box-sizing: inherit;
    background-repeat: no-repeat;
    position: relative;
    user-select: none;
}

*:before,
*:after {
    cursor: inherit;
    box-sizing: inherit;
    background-repeat: no-repeat;
    position: relative;
    user-select: none;
}
html {
    background: transparent;
}

body {
    width: 1000px;
    height: 220px;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: transparent;
    text-decoration: none;
}

#ad {
    overflow: hidden;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: solid 1px #000;
}

#main-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.MainExit {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#background {
    top: -115px;
    left: -278px;
    position: absolute;
    transform: scale(0.55);
}

#blackMask {
    position: absolute;
    width: 445px;
    height: 100%;
    background-color: #000000;
    right: 0;
}

#txt1 {
    position: absolute;
    width: auto;
    height: 22.6px;
    top: 24px;
    left: 20px;
    opacity: 0;
}

#txt2 {
    position: absolute;
    width: auto;
    height: 26px;
    top: 59px;
    left: 20px;
    opacity: 0;
}

#mercedesTxt {
    position: absolute;
    width: auto;
    height: 12.8px;
    bottom: 32px;
    left: 20px;
}

#logo {
    position: absolute;
    width: 59px;
    height: 59px;
    right: 40px;
    bottom: 30px;
}

#cta {
    position: absolute;
    top: 116px;
    left: 20px;
    width: 0;
    height: 34px;
    background-color: #3a94d1;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
}

#cta img {
    height: 20px;
    opacity: 0;
    margin-left: -20px;
    margin-top: 3px;
}

#shain {
    background-color: #fff;
    width: 130%;
    height: 34px;
    position: absolute;
    left: -200px;
    top: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
}
