body {font-family: Arial, sans-serif;}
body {margin: 0px;}
#ad {display: block;
  overflow: hidden;
  width: 300px;
  height: 600px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;user-select: none;
}
#banner {
  position: absolute;
  display: block;
  width: 300px;
  height: 600px;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}
#bg1 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  width: 300px;
  height: 600px;
  opacity: 0;
}
#bg2, #bg3, #bg4 {
  position: absolute;
  overflow: hidden;
  width: 300px;
  height: 0;
  bottom: 0;
  left: 0;
}
#bg2img, #bg3img, #bg4img {
  position: absolute;
  bottom: 0;
  left: 0;
  width:300px;
  height: 600px;
}
#logo {
  position: absolute;
  top: 17px;
  left: 142px;
  width: 138px;
  opacity: 0;
}
#cta {
  position: absolute;
  top: 550px;
  right: 0;
  opacity: 0;
}
#square1 {
  width: 15px;
  height: 15px;
  top: 25px;
  left: 58px;
  background-color: #cd5f2b;
  position: absolute;
  opacity: 0;
}
#square2 {
  width: 15px;
  height: 15px;
  top: 49px;
  left: 73px;
  background-color: #921738;
  position: absolute;
  opacity: 0;
}
#square3 {
  width: 15px;
  height: 15px;
  top: 109px;
  left: 0;
  background-color: #d38a23;
  position: absolute;
  opacity: 0;
}
#square4 {
  width: 15px;
  height: 15px;
  top: 127px;
  left: 156px;
  background-color: #d38a23;
  position: absolute;
  opacity: 0;
}
#square5 {
  width: 15px;
  height: 15px;
  background-color: #e53c37;
  position: absolute;
  top: 98px;
  left: 285px;
  opacity: 0;
}
#square6 {
  width: 15px;
  height: 15px;
  background-color: #d38a23;
  position: absolute;
  top: 182px;
  left: 63px;
  opacity: 0;
}
#square7 {
  width: 15px;
  height: 15px;
  background-color: #bd1c4e;
  position: absolute;
  top: 242px;
  left: 16px;
  opacity: 0;
}
#square8 {
  width: 15px;
  height: 15px;
  background-color: #a11b45;
  position: absolute;
  top: 342px;
  left: 55px;
  opacity: 0;
}
#square9 {
  width: 15px;
  height: 15px;
  background-color: #a11b45;
  position: absolute;
  top: 166px;
  left: 226px;
  opacity: 0;
}
#square10 {
  width: 15px;
  height: 15px;
  background-color: #cd5f2b;
  position: absolute;
  top: 292px;
  left: 216px;
  opacity: 0;
}
#square11 {
  width: 15px;
  height: 15px;
  background-color: #d38a23;
  position: absolute;
  top: 185px;
  left: 247px;
  opacity: 0;
}

#square1, #square3, #square5, #square7, #square9, #square11 {
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: 7;
  animation-delay: 2s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
#square2, #square4, #square6, #square8, #square10 {
  animation-name: opacity;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-iteration-count: 7;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

#txt1 {
  position: absolute;
  top: 425px;
  left: 29px;
  opacity: 0;
}
#txt2 {
  position: absolute;
  top: 425px;
  left: 29px;
  opacity: 0;
}
#txt3 {
  position: absolute;
  top: 425px;
  left: 29px;
  opacity: 0;
}
#txt4 {
  position: absolute;
  top: 443px;
  left: 29px;
  opacity: 0;
}
#txt5 {
  position: absolute;
  top: 443px;
  left: 29px;
  opacity: 0;
}
#txt6 {
  position: absolute;
  top: 443px;
  left: 29px;
  opacity: 0;
}

@keyframes opacity {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


img  {
  display: block;
}
