/* Globals */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#bg-color {
  background: #242E39;
  height: 250px;
  position: absolute;
  width: 300px;
}

#banner {
  background: #242E39;
  border: 1px solid #979797;
  box-sizing: border-box;
  color: #000000;
  height: 250px;
  overflow: hidden;
  position: absolute;
  user-select: none;
  visibility: hidden;
  width: 300px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#bg-wrap {
  background: rgb(230,228,229);
  background: -moz-linear-gradient(180deg, rgba(230,228,229,1) 0%, rgba(229,227,228,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(230,228,229,1) 0%, rgba(229,227,228,1) 100%);
  background: linear-gradient(180deg, rgba(230,228,229,1) 0%, rgba(229,227,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e4e5",endColorstr="#e5e3e4",GradientType=1);  
  color: #242E39;
  font-size: 18px;
  font-weight: 700;
  height: 250px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 300px;
}

#bg {
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  width: 300px;
}

.device {
  position: absolute;
  visibility: hidden;
}
#phone-dad {
  left: 146px;
  top: 43px;
  transform: scale(0.65) rotate(-48deg) translate(-96px, -24px);  
  width: 96px;
}
#phone-son {
  left: 55px;
  top: 55px;
  transform: scale(0.57) rotate(11deg) translate(112px, -119px);  
  width: 88px;
}
#camera-flash {
  background: #FFFFFF;
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 300px;
}

#text-wrap {
  height: 250px;
  position: absolute;
  transform: translateX(-300px);
  width: 300px;
}

#text-wrap-bg-color {
  background: #242E39;
  height: 250px;
  opacity: 0.82;
  position: absolute;
  width: 300px;
}

.vert-yellow-bar {
  background: #FFC200;
  top: 0;
  height: 250px;
  position: absolute;
  right: 0;
  width: 8px;
}

#logo-light, #logo-dark {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  left: 22px;
  position: absolute;
  top: 10px;
  width: 132px;
}
#logo-light {
  transform: translateX(-250px);
  visibility: hidden;
}
#logo-dark {
  color: #1A1A1A;
}

#hl, #hl-end {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  left: 22px;
  letter-spacing: 0.24px;
  line-height: 28px;
  margin: 0;
  position: absolute;
  top: 96px;
}
#hl-end {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.37;
  line-height: 26px;
  top: 59px;
  transform: translateX(-25px);
  visibility: hidden;
}

#li-1, #li-2 {
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  left: 32px;
  letter-spacing: 0.2px;
  line-height: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 120px;
  transform: translateX(-25px);
  visibility: hidden;
}
#li-2 {
  top: 160px;
}

.bull {
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
}

#offer {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  left: 22px;
  letter-spacing: 0.2px;
  line-height: 16px;
  margin: 0;
  position: absolute;
  top: 193px;
  transform: translateX(-25px);
  visibility: hidden;
}

#cta {
  background: #FFC200;
  border-radius: 2px;
  height: 40px;
  left: 118px;
  position: absolute;
  top: 190px;
  transform: translateX(-25px);
  visibility: hidden;
  width: 152px;
}

#cta-dark {
  background: #2B343E;
  background: -moz-linear-gradient(left, #2B343E 0%, #4E5766 100%);
  background: -webkit-linear-gradient(left, #2B343E 0%, #4E5766 100%);
  background: linear-gradient(to right, #2B343E 0%, #4E5766 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2B343E', endColorstr='#4E5766', GradientType=1);
  border-radius: 2px;
  height: 40px;
  opacity: 0;
  position: absolute;
  width: 152px;
}

#cta-text {
  border-radius: 2px;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 152px;
}

#click-tag {
  cursor: pointer;
  height: 250px;
  position: absolute;
  width: 300px;
}
