html,
body,
object,
img {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a,
a:active,
a:hover {
  outline: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a.click-through {
  cursor: pointer !important;
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  opacity: 0;
  background: transparent;
}

#content {
  position: absolute;
  display: block;
  width: 300px;
  height: 600px;
}

#banner {
  background-color: #000000;
  overflow: hidden;
  visibility: hidden;
}

#content::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  border: 1px;
  border-style: solid;
  border-color: black;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.format {
  position: absolute;
  display: block;
  width: 300px;
  height: 600px;
  opacity: 1;
  top: 0;
  left: 0;
}

.absolute {
  position: absolute;
  display: block;
}

#logo {
  background: url(./images/logo.png) 0px 0px no-repeat;
  background-size: 300px 600px;
}

#copy1 {
  width: 184px;
  height: 129px;
  top: 192px;
  left: 17px;
  background: url(./images/copy1.png) 0px 0px no-repeat;
  background-size: 184px 129px;
}

#copy2 {
  width: 374px;
  height: 129px;
  top: 192px;
  left: -170px;
  background: url(./images/copy2.png) 0px 0px no-repeat;
  background-size: 374px 129px;
}

#copy3 {
  width: 355px;
  height: 65px;
  top: 192px;
  left: -160px;
  background: url(./images/copy3.png) 0px 0px no-repeat;
  background-size: 355px 65px;
}

#copy4 {
  background: url(./images/copy4.png) 0px 0px no-repeat;
  background-size: 300px 600px;
}

#cta {
  width: 95px;
  height: 35px;
  top: 405px;
  left: 16px;
  background: url(./images/cta.png) 0px 0px no-repeat;
  background-size: 95px 35px;
}

.fhc {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*# sourceMappingURL=style.css.map */