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: 298px;
  height: 248px;
  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: 298px;
  height: 248px;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent; }

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

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

#frame-1 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000000; }
  #frame-1 .venn-lockup {
    position: absolute;
    width: 120px; }
    #frame-1 .venn-lockup .venn-text {
      text-align: center;
      color: #86bc25;
      font-size: 13px;
      position: relative;
      line-height: 16px;
      margin-bottom: 7px;
      font-weight: 600; }
    #frame-1 .venn-lockup .venn-img {
      opacity: 1;
      position: relative;
      width: 120px;
      height: 120px; }
  #frame-1 #svg-elipse {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 300px;
    height: 250px; }
  #frame-1 #venn-lockup-1 {
    top: 26px;
    right: 44px; }
  #frame-1 #venn-lockup-2 {
    top: 23px;
    left: 43px; }
  #frame-1 #center-text {
    position: absolute;
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    top: 75px;
    line-height: 22px;
    text-shadow: 0px 0px 2px black; }
  #frame-1 #final-text-1 {
    position: absolute;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    top: 157px;
    font-size: 15px;
    line-height: 18px; }
  #frame-1 #final-text-2 {
    position: absolute;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    top: 178px;
    font-size: 12px;
    left: 17px;
    line-height: 14px; }
  #frame-1 #text3 {
    top: 151px;
    font-size: 18px;
    line-height: 20px; }
  #frame-1 #cta-button-1 {
    bottom: 21px;
    left: -28px;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    font-size: 12px;
    color: #ffffff; }
  #frame-1 #cta-button-2 {
    top: 220px;
    left: 17px;
    width: 180px;
    margin: 0 auto;
    position: absolute;
    font-size: 12px;
    color: #86bc25; }
  #frame-1 #cta-border {
    position: absolute;
    top: -3px;
    width: 300px;
    height: 250px;
    left: 0; }
  #frame-1 #logo {
    position: absolute;
    width: 140px;
    right: 5px;
    bottom: 1px; }
