* {
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

body {
    -moz-user-select: none;
}

p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
}

* {
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
}

div {
    position: absolute;
}

sup {
    line-height: 0px;
}
u{
    text-decoration: underline;
}

.hotspot {
  position: absolute;
  width: 300px;
  height: 250px;
  top: -1px;
  left: -1px;
  cursor: pointer;
}

.wrapper {
    width: 300px;
    height: 250px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}

.adSize {
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}

.transition {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.fastTransition {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.slowTransition {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    transition: all 1.3s ease;
}

.slowerTransition {
    -webkit-transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    transition: all 1.8s ease, opacity 4.2s ease-out;
}

#container {
    width: 298px;
    height: 248px;
    border: 1px solid #5b5e5f; /* cecece */
    overflow: hidden;
    visibility: hidden;
    background: #FFFFFF;
}

#off {
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 47px;
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 900;
    transform: translateY(20px) rotate(0.02deg);
}

#on {
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 59px;
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 900;
    transform: translateY(20px) rotate(0.02deg);
}
#bgLight{
    opacity: 0;
    width: 187px;
    height: 200px;
    background-size: contain;
    position: absolute;
    left: 138px;
}
#copy1 {
    opacity: 0;
    position: absolute;
    top: 27px;
    right: 3px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #40B652;
    line-height: 18px;
}

#copy2 {
    opacity: 0;
    position: absolute;
    top: 97px;
    right: 34px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #007298;
    letter-spacing: -0.25px;
}

#legal {
    opacity: 0;
    position: absolute;
    bottom: 6px;
    left: 10px;
    color: #FFFFFF;
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 10px;
    text-shadow: 0px 0px 4px #000000;
}

#cta {
    position: absolute;
    top: 182px;
    right: 12px;
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: 50% 50%;
    transform: scale(0) rotate(0.02deg);
}

#cta_text {
    color: #007298;
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
    margin-left: 12px;
}

#smoke_container_right, #smoke_container_left {
    width: 205px;
    height: 125px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#smoke_container_right span, #smoke_container_left span {
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: #EDEADE;
    bottom: -40px;
    left: 70px;
    border-radius: 50%;  
}

#smoke_container_right span:nth-child(2), #smoke_container_left span:nth-child(2) {animation-delay: .5s;}
#smoke_container_right span:nth-child(3), #smoke_container_left span:nth-child(3) {animation-delay: .3s;}
#smoke_container_right span:nth-child(4), #smoke_container_left span:nth-child(4) {animation-delay: 1s;}
#smoke_container_right span:nth-child(5), #smoke_container_left span:nth-child(5) {animation-delay: .8s;}
#smoke_container_right span:nth-child(6), #smoke_container_left span:nth-child(6) {animation-delay: 2s;}
#smoke_container_right span:nth-child(7), #smoke_container_left span:nth-child(7) {animation-delay: 1.5s;}
 #smoke_container_left span:nth-child(8) {animation-delay: 2.4s;}
#smoke_container_left span:nth-child(9) {animation-delay: 2.9s;}
 #smoke_container_left span:nth-child(10) {animation-delay: 2.6s;}

.right {
    -webkit-animation: smokeAnimRight 2s linear 2 forwards;
    animation: smokeAnimRight 2s linear 2 forwards;
}

.left {
    -webkit-animation: smokeAnimLeft 2s linear 2 forwards;
    animation: smokeAnimLeft 2s linear 2 forwards;
}

@-webkit-keyframes smokeAnimRight {
    0% {
        opacity: 0.6;
        filter: blur(0px);
        -webkit-transform: translate(0px, 0px) scale(1);
    }
    50% {-webkit-transform: translate(13px, -55px) scale(1);}
    75% {opacity: 0.5;}
    100% {
        opacity: 0;
        filter: blur(25px);
        -webkit-transform: translate(90px, -115px) scale(1);
    }
}

@keyframes smokeAnimRight {
    0% {
        opacity: 0.6;
        filter: blur(0px);
        transform: translate(0px, 0px) scale(1);
    }
    50% {transform: translate(13px, -55px) scale(1);}
    75% {opacity: 0.5;}
    100% {
        opacity: 0;
        filter: blur(25px);
        transform: translate(90px, -115px) scale(1);
    }
}


@-webkit-keyframes smokeAnimLeft {
    0% {
        opacity: 0.6;
        filter: blur(0px);
        -webkit-transform: translate(0px, 0px) scale(1);
    }
    50% {-webkit-transform: translate(0px, -55px) scale(1);}
    75% {opacity: 0.5;}
    100% {
        opacity: 0;
        filter: blur(25px);
        -webkit-transform: translate(-90px, -115px) scale(1);
    }
}

@keyframes smokeAnimLeft {
    0% {
        opacity: 0.6;
        filter: blur(0px);
        transform: translate(0px, 0px) scale(1);
    }
    50% {transform: translate(0px, -55px) scale(1);}
    75% {opacity: 0.5;}
    100% {
        opacity: 0;
        filter: blur(25px);
        transform: translate(-90px, -115px) scale(1);
    }
}
