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

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

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

#banner {
  background: #FFFFFF;
  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 {
  color: #FFFFFF;
  font-size: 18px;
  height: 250px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 300px;
}

.card {
  color: #1A1A1A;
  font-size: 22px;
  height: 250px;
  left: 0;
  line-height: 250px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-300px);
  visibility: hidden;
  width: 300px;
}
#airplane {
  transform: translateX(0);
}
#doorknob-eye {
  color: #1A1A1A;
  height: 18px;
  left: 147px;
  position: absolute;
  top: 94px;
  visibility: hidden;
  width: 24px;
}

#logo-dark, #logo-light {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  left: 24px;
  position: absolute;
  text-align: left;
  top: 15px;
  width: 113px;
}
#logo-light {
  color: #FFFFFF;
  transform: translateX(-25px);
  visibility: hidden;
}

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

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

#hl-1, #hl-2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  left: 25px;
  letter-spacing: 0.21px;
  line-height: 28px;
  margin: 0;
  position: absolute;
  top: 110px;
}
#hl-2 {
  top: 95px;
  transform: translateX(-25px);
  visibility: hidden;
}

#hl-end {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  left: 25px;
  letter-spacing: 0.314px;
  line-height: 28px;
  margin: 0;
  position: absolute;
  top: 60px;
  transform: translateX(-25px);
  visibility: hidden;
}

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

.bull {
  font-size: 16px;
  line-height: 17px;
  margin-right: 6px;
}

.super-duper {
  font-size: 10px;
  line-height: 0;
  vertical-align: 4px;
}

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

#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: 122px;
}

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

#terms {
  color: #FFFFFF;
  font-size: 8px;
  font-weight: 400;
  left: 25px;
  line-height: 10px;
  margin: 0;
  opacity: 0.87;
  position: absolute;
  top: 195px;
  transform: translateX(-25px);
  visibility: hidden;
}

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

#click-tag {
  border: 1px solid #CACACA;
  box-sizing: border-box;
  cursor: pointer;
  height: 250px;
  position: absolute;
  width: 300px;
}