/* MAIN */
body {
	margin:0px;
	text-rendering:optimizeLegibility; 
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust: none;
	font-kerning: none;
	-webkit-text-rendering: optimizeSpeed;
	text-rendering: optimizeSpeed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	
}

@media screen and (min-width:0) and (min-resolution:+72dpi) { /* IE fix */
	body { text-rendering:optimzeSpeed; }
}

div { position:absolute; display:block; } 

img { position:absolute; }

#ad, #banner {
   width:300px; 
   height:600px; 
}

#ad {   
   overflow:hidden;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

#banner {
	background-color:#FFF; 
}

svg {
	/*shape-rendering:geometricPrecision;*/
}

#border {
	width: 298px;
	height: 598px;
	border: 1px solid #AAA;
	pointer-events:none;
	z-index:50;
	display:block;
	opacity: 0;
}

/* INTERACTIVE */

.button {
	outline:none;
	background-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	user-select:none;
	cursor:pointer;
}

#clickthru { 
	width:300px; 
	height:600px; 
	z-index:98; 
	cursor:pointer; 
	background-color:rgba(0, 0, 0, 0);
}

/* custom */
.frame { 
	width:100%; 
	height:100%; 
	display:none; 
}

/*bgs*/
.bgs { 
   left:0px; 
	top:0px;
   opacity:1;
}

#bg, #shadow {
	left:0px; 
	top:0px;
   opacity:0;
}

#bottles { 
   left:0px; 
	top:0px;
   opacity:0;
}

/* TEXT */
/*headlines*/
#headline { 
	left:0px; 
	top:0px;
	opacity:0;
}

#flare { 
   left:0px; 
	top:0px;
   opacity:0;
}

/*legal*/
#legal { 
	left:0px; 
	top:0px;
	opacity:0;
}

/*cta*/
.ctabutton {
	left: 0px;
	top: 0px;
	width:181px;
   height:58px;
	opacity:1;
	overflow: hidden;
}

#cta, #cta_hover {
	left: 0px;
	top: 0px;
	opacity:0;
}


/*for Confetti
body {
  width: 100vw;
  height: 100vh;
  margin:0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:rgb(255, 255, 255);
  background-size: cover;
  overflow: hidden;
}

.confetti-button {
  outline: none;
  border:none;
  cursor: pointer;
  width:100%;
  height: 100%;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color:#fff;
  text-align: center;
  background: #24cfaa;
  box-shadow: 3px 3px 8px #303030a4,
              3px 3px 8px #2c2c2c7e;
  transition: 0.5s;
}

.confetti-button:hover {
  background:#2fdbb6;
}
.confetti-button:active {
  background:#1da88a;
}
*/

.confettis {
	left: 0px;
	top: 0px;
	width:300px;
   height:435px;
	opacity:1;
	overflow: hidden;
}

.confetti-wrapper {
  position: relative;
  width:300px;
  height:400px;
  top:0px;
}

.confetti-wrapper canvas {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
