/* Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

img {
  border: 0;
  top: 0px;
  left: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 728px;
  height: 90px;
}

a {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

body {
  background: #000;  
}

/* Container */
#wrapper {
  width: 728px;
  height: 90px;
  background: #000;
  position: absolute;
  overflow: hidden;
  border: none;
  top: 0px;
  left: 0px;
  opacity: 0; /* reset to 0 */
  z-index: 10;
  cursor: pointer;
}

#wrapper * {
  position: absolute;
  width: 100%;
  height: 100%;
}

#border {
  border: 1px solid #000000;
  z-index: 100;
  width: 100%;
  height: 100%;
}

/* Frames */
#staticBackup {
  display: none;
}


#detect {
  opacity: 0;
  z-index: 10;
}

#logo {
  opacity: 0;
  z-index: 50;
}
#cta {
  opacity: 0;
  z-index: 30;
}

#cta-over {
  opacity: 0;
  z-index: 31;
}

#text1 {
  z-index: 25;
  opacity: 0;
}


#text2,#text3,#text4 {
  z-index: 25;
  opacity: 0;
}

#image1 {
  z-index: 1;
  opacity: 0;
}

#image2 {
  z-index: 3;
  opacity: 0;
}

svg {
  width: 107px !important;
  height: 68px !important;
  left: 119px;
  top: 11px;
  display: block;
  position: absolute;
  z-index: 2;
}

#portal {
     fill: none;
     stroke:#ffc907;
     stroke-width: 6;
     stroke-dasharray: 400; /* set stroke size */
     stroke-dashoffset: 400; /* hide stroke */
}







