
* {
  margin: 0;
  padding: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

div {
  position: absolute;
}

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

div {
  -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);
}


#container {
  width: 320px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #b7b7b7;
  overflow: hidden;
  visibility: hidden;
  /*background: #c4c8c8;*/
}

/* -------------------- CONTENT PROPERTIES -------------------- */

#bg {
  position: absolute;
  width: 320px;
  height: 50px;
  left: -1px;
  top: -1px;
  background-size: contain;
  background-repeat: no-repeat;
}

#logo {
  position: absolute;
  width: 119.5px;
  height: 38px;
  left: 168px;
  top: 4.5px;
  background-size: contain;
  background-repeat: no-repeat;
}

#arrow {
  position: absolute;
  width: 15px;
  height: 27px;
  left: 298.5px;
  top: 11px;
  background-size: contain;
  background-repeat: no-repeat;
}

#legal {
  letter-spacing: -0.52px;
  line-height: 8.5px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 8.6px;
  position: absolute;
  color: #999999;
  left: 2px;
  top: 18.7px;
}

#legal_line2 {
  letter-spacing: -0.29px;
}

#legal_line3 {
  letter-spacing: -0.3px;
  line-height: 15px;
  font-size: 8.75px;
}

#copy {
  letter-spacing: -0.55px;
  line-height: 15.3px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 16.5px;
  position: absolute;
  color: #75c4d6;
  left: 77.6px;
  top: 1.7px;
}

#copy_line2 {
  letter-spacing: -0.7px;
}

#copy_line3 {
  letter-spacing: -0.5px;
  color: #ffffff;
}