@charset "UTF-8";
/* Modified Poor Man’s Reset
 * -------------------------------------------------------
 */
html, body {
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

html {
  font-size: 1em; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a img, :link img, :visited img {
  border: 0; }

/* Utilities
 * -------------------------------------------------------
 */
.visibility-off {
  visibility: hidden; }

.alpha-0 {
  opacity: 0; }

.gpu {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg); }

/* Variables
 * -------------------------------------------------------
 */
.abs-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* Ad content
 * -------------------------------------------------------
 */
#ad_content {
  background: white;
  border: 1px solid black;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  width: 300px;
  height: 250px; }
  #ad_content div, #ad_content img, #ad_content li {
    position: absolute; }

#bg {
  left: 0;
  top: 0;
  width: 300px;
  height: 250px;
  background-color: #18213b; }

#leftarrow {
  left: 89px;
  top: 74px; }

#rightarrow {
  left: 128px;
  top: 74px; }

#text1 {
  left: 52px;
  top: 70px; }

#eftext {
  left: 34px;
  top: 48px; }

#logo {
  left: 62px;
  top: 190px; }

#legal {
  left: 0;
  top: 232px; }

#cta {
  left: 64px;
  top: 151px;
  width: 164px;
  height: 34px; }

#ctabg {
  background: #6633CC;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  color: #6633CC; }

.backup {
  background: url("backup.png") no-repeat;
  left: 0;
  top: 0;
  width: 300px;
  height: 250px; }

.sprite-svg {
	background: url("svgsprite.svg") no-repeat;
}

.ctatext {
	background-position: 76.21470031957217% 87.70962047661077%;
	width: 99.34px;
	height: 20.72px;
}

.eftext {
	background-position: 0 0;
	width: 233.72px;
	height: 96.25px;
}

.leftarrow {
	background-position: 71.03951367781156% 51.68539325842696%;
	width: 77px;
	height: 113px;
}

.legal {
	background-position: 74.32187490062644% 97.19322913849982%;
	width: 91.53px;
	height: 17.09px;
}

.logo {
	background-position: 99.88034188034187% 0;
	width: 172px;
	height: 46px;
}

.rightarrow {
	background-position: 94.4437689969605% 51.68539325842696%;
	width: 77px;
	height: 113px;
}

.text1 {
	background-position: 0 99.22680412371135%;
	width: 191.69px;
	height: 105px;
}

