body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


#main-container {
  position: absolute;
  width: 160px;
  height: 600px;
  background: #FFFFFF;
}

#banner {
  position: absolute;
  display: block;
  width: 160px;
  height: 600px;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
}
#bg1 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  width: 160px;
  height: 600px;
  opacity: 0;
}
#bg2, #bg3, #bg4 {
  position: absolute;
  overflow: hidden;
  width: 160px;
  height: 0;
  bottom: 0;
  left: 0;
}
#bg2img, #bg3img, #bg4img {
  position: absolute;
  bottom: 0;
  left: 0;
  width:160px;
  height: 600px;
}
#logo {
  position: absolute;
  top: 26px;
  left: 12px;
  width: 138px;
  opacity: 0;
}
#cta {
  position: absolute;
  top: 552px;
  right: 20px;
  opacity: 0;
}

#square1 {
  width: 14px;
  height: 14px;
  top: 89px;
  left: 22px;
  background-color: #cd5f2b;
  position: absolute;
  opacity: 0;
}
#square2 {
  width: 14px;
  height: 14px;
  top: 96px;
  left: 78px;
  background-color: #e63b39;
  position: absolute;
  opacity: 0;
}
#square3 {
  width: 14px;
  height: 14px;
  top: 120px;
  left: 131px;
  background-color: #ea6226;
  position: absolute;
  opacity: 0;
}
#square4 {
  width: 14px;
  height: 14px;
  top: 132px;
  left: 51px;
  background-color: #bc1543;
  position: absolute;
  opacity: 0;
}
#square5 {
  width: 14px;
  height: 14px;
  background-color: #f6910b;
  position: absolute;
  top: 135px;
  left: 146px;
  opacity: 0;
}
#square6 {
  width: 14px;
  height: 14px;
  background-color: #f18e0d;
  position: absolute;
  top: 426px;
  left: 7px;
  opacity: 0;
}
#square7 {
  width: 14px;
  height: 14px;
  background-color: #bd1e53;
  position: absolute;
  top: 434px;
  left: 113px;
  opacity: 0;
}
#square8 {
  width: 14px;
  height: 14px;
  background-color: #e5403b;
  position: absolute;
  top: 484px;
  left: 146px;
  opacity: 0;
}
#square9 {
  width: 14px;
  height: 14px;
  background-color: #cd5f2b;
  position: absolute;
  top: 496px;
  left: 64px;
  opacity: 0;
}
#square10 {
  width: 14px;
  height: 14px;
  background-color: #e23d3c;
  position: absolute;
  top: 510px;
  left: 78px;
  opacity: 0;
}
#square11 {
  width: 14px;
  height: 14px;
  background-color: #ee5e20;
  position: absolute;
  top: 517px;
  left: 0px;
  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: 423px;
  left: 20px;
  opacity: 0;
}
#txt2 {
  position: absolute;
  top: 423px;
  left: 20px;
  opacity: 0;
}
#txt3 {
  position: absolute;
  top: 423px;
  left: 20px;
  opacity: 0;
}
#txt4 {
  position: absolute;
  top: 411px;
  left: 19px;
  opacity: 0;
}
#txt5 {
  position: absolute;
  top: 411px;
  left: 19px;
  opacity: 0;
}
#txt6 {
  position: absolute;
  top: 411px;
  left: 19px;
  opacity: 0;
}

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


img  {
  display: block;
}
