#banner{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #e2f0bf;  

}

#border {
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

.retina{
  position: absolute;
  width: 970px;
  height: 250px;
  top:0px;
  left:0px;

}

.button{
  position: absolute;
  bottom: 116px;
  right: 47px;
  height: 38px;
  width: auto;
}

.bg1{
  overflow: hidden;
  width: 50%;
}

.text{
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.1));
}

.text3{
  z-index: 3;
}


.emitter{
  position: absolute;
  width: 1px;
  height: 1px;
  top:54%;
  left:62%;
  background-color: aqua;
}


.dot, .confetti {
  position: absolute;;
  top:0%;
  left:0%;
  border-radius: 50%;
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}


.grid{
  position: absolute;
  width: 950px;
  height: 300px;
  top:-145px;
  left:-74px;
  background-color: #37620c;

}

.lines{
  position: absolute;
  width: 950px;
  height: 300px;
  top:-145px;
  left:-74px;


}

.square{
  position: absolute;
  padding: 0;
  margin: 0;
  top:0px;
  left:0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .4;
}

.line, .line2{
  position: absolute;
  padding: 0;
  background-color: #768c1a;
  box-shadow: 0 0 10px 3px rgba(146, 170, 40, 0.3);
  opacity: 0.1;
}

.glow{
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #eafdc7;
  mix-blend-mode: soft-light;
  opacity: 0;
}

.box{
  position: absolute;
  width: 440px;
  height: 293px;
  top: 0px;
  left: 350px;
}

.podium, .producten, .boxWrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.boxWrapper{
  overflow: hidden;
}

.sprite{
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
}

.sticker{
  position: absolute;
  width: 111px;
  height: auto;
  top: 235px;
  left: 172px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

.panel{
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 70px;
  left: 605px;
}

.bg{
  top:44px;
}

.grad{
  opacity: .8;
  mix-blend-mode: overlay;
}

.product{
  position: absolute;
  width: 90px;
  height: auto;
  top:50%;
  left:50%
}