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

#ad {
  display: block;
  border: #919999 1px solid;
  overflow: hidden;
  width: 298px;
  height: 598px;
  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 {
  position: absolute;
  width: 160px; }

#bottom-logo {
  position: absolute;
  width: 116px;
  bottom: 7px;
  right: 10px; }

.lookagain {
  font-weight: 300;
  color: #fff;
  font-family: 'Open Sans', sans-serif; }
  .lookagain:before {
    content: "™";
    position: absolute;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .lookagain:after {
    position: absolute; }

#lookagain-start {
  font-size: 35px;
  width: 179px;
  text-align: center;
  position: relative;
  top: 260px;
  margin: 0 auto; }
  #lookagain-start:before {
    font-size: 10px;
    top: 8px;
    right: 4px; }
  #lookagain-start:after {
    bottom: 0px; }

#lookagain-end {
  font-size: 18px;
  position: absolute;
  bottom: 18px;
  right: 124px;
  width: 95px; }
  #lookagain-end:before {
    font-size: 6px;
    top: 4px;
    right: 4px; }
  #lookagain-end:after {
    right: 3px;
    bottom: 0px; }

.container {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 30%;
  top: 10px;
  right: 0px; }

.container div {
  position: absolute;
  background: #97CA49;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  box-shadow: "0px 0px 4px 0px #9CEE02"; }

.controller {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 10px; }

#letters {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  position: absolute;
  z-index: 1;
  top: 252px;
  left: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 265px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#green-orb {
  z-index: 1;
  width: calc(32px * 1.3);
  height: calc(32px * 1.3);
  background: #86BC25;
  border-radius: 100%;
  margin-top: 5px; }

#green {
  position: absolute;
  width: 298px;
  height: 598px;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #86BC25; }

#green-frame {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 32px;
  position: relative;
  top: 165px;
  z-index: 2;
  text-align: center; }

#payoff-container {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 177px;
  width: 298px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#cta-button {
  top: 160px;
  font-size: 14px;
  position: absolute;
  width: 125px;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
  position: relative;
  border: #86BC25 1px solid;
  padding: 10px; }
