@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: 300px;
    height: 250px;
}

* {
    -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: -71px;
    left: -153px;
    position: absolute;
    transform: scale(0.7);
}
#blackMask {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -135px;
    background-color: #000000;
    left: 0;
}
#txt1 {
    position: absolute;
    width: auto;
    height: 11px;
    top: 20px;
    left: 17px;
    opacity: 0;
}



#txt2 {
    position: absolute;
    width: auto;
    height: 13px;
    top: 38px;
    left: 17px;
    opacity: 0;
}






#cta {
    position: absolute;
    top: 61px;
    left: 17px;
    width: 0;
    height: 20px;
    background-color: #3A94D1;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 2px;
    overflow: hidden;

}


#cta img {
    height: 12px;
    opacity: 0;
    visibility: inherit;
    margin-left: -20px;
    position: relative;

}


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

#mercedesTxt {
    position: absolute;
    width: auto;
    height: 7px;
    bottom: 15px;
    left: 17px;

}

#logo {
    position: absolute;
    width: 33px;
    height: 33px;
    bottom: 17px;
    right: 20px;
}
