body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ad {
  display: block;
  border: #919999 1px solid;
  overflow: hidden;
  width: 318px;
  height: 48px;
  box-sizing: initial;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#banner {
  position: absolute;
  display: block;
  width: 318px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}

#load-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 318px;
  height: 48px;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}

#frames-container .frame {
  overflow: hidden;
  background-size: 318px 48px;
  width: 318px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}

#frame-1 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000000;
}
#frame-1 .venn-text {
  color: #86bc25;
  font-size: 8px;
  font-weight: 600;
  position: absolute;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
#frame-1 .venn-img {
  opacity: 1;
  position: absolute;
  width: 55px;
  height: 55px;
}
#frame-1 #svg-elipse {
  position: absolute;
  top: -4px;
  left: -1px;
  height: 56.2px;
  width: 320px;
}
#frame-1 #venn-img-1 {
  top: -10px;
  right: 170px;
}
#frame-1 #venn-img-2 {
  top: 3px;
  left: 52px;
}
#frame-1 #venn-text-1 {
  top: 29px;
  left: 145px;
}
#frame-1 #venn-text-2 {
  top: -5px;
  right: 261px;
}
#frame-1 #center-text {
  position: absolute;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  top: 10px;
  left: 11px;
  line-height: 25px;
  text-shadow: 0px 0px 2px black;
  letter-spacing: -0.1px;
}
#frame-1 #final-text {
  position: absolute;
  color: #86bc25;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  top: 6px;
  left: 23px;
}
#frame-1 #logo {
  position: absolute;
  width: 110px;
  right: 1px;
  bottom: 2px;
}
