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

#ad {
  display: block;
  border: #919999 1px solid;
  overflow: hidden;
  width: 298px;
  height: 598px;
  -webkit-box-sizing: initial;
          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: 598px;
  background-color: #000;
  overflow: hidden;
  cursor: pointer; }

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

#corner-logo-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 55px; }

.frame {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 298px;
  height: 598px; }

#frame-1 #circ-img-2-container {
  position: absolute;
  left: 40px;
  top: 120px;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  overflow: hidden; }
  #frame-1 #circ-img-2-container #circ-img-2 {
    position: absolute;
    left: -.5px;
    top: -.5px;
    width: 220px;
    height: 220px; }

#frame-1 #circ-img-1 {
  position: absolute;
  left: 37px;
  top: 117px;
  width: 226px;
  height: 226px; }

#frame-1 .texty {
  position: absolute;
  left: 18px;
  bottom: 130px;
  line-height: 32px;
  font-size: 30px;
  letter-spacing: -1.9px;
  font-weight: 200; }

#frame-2 #frame-2-text {
  position: absolute;
  top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 28px;
  letter-spacing: -.6px;
  font-weight: 200; }

#frame-2 #cta-flex-container {
  top: 502px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute; }
  #frame-2 #cta-flex-container #cta-button {
    font-size: 20px;
    width: 110px;
    font-weight: 600;
    text-align: center;
    border: #86BC25 2px solid;
    padding: 3px 4px 5px 4px;
    color: #86BC25; }

.testimg {
  width: 298px;
  height: 598px; }
