/* MAIN */

body {
	margin:0px;
	text-rendering:optimizeLegibility; 
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	
	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:#021a55; 
}

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

#border {
	width:298px;
	height:598px;
	border:1px solid #171717;
	pointer-events:none;
	z-index:80;
	display:block;
}

/* 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);
}

#replayButton { 
 position: absolute;
 left:6px;
 top:6px;
 padding:2px;
 z-index:99; 
 width:16px;
 height:16px;
 display:none;
}

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

/*bg*/
#bg1 { 
	left:0px; 
	top:0px; 
}

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

.Cardmask {
  width:246px;
  height:154px;
  left:23px;
  top:117px;
  overflow:hidden;
}

#AECard {
	left:0px;
  top:0px;
}

#CardShimmer {
	left:65px;
  top:-210px;
  opacity: 0.5;
}
/*logos*/
#WeWorkLogo { 
  left:24px;
  top:560px;
}

#BlueBoxLogo { 
  left:249px;
  top:548px;
}
/*emails*/
#email1 { 
  left:103px;
  top:105px;
}

#email2 { 
  left:23px;
  top:105px;
}
/*copy*/
#copy_access { 
  left:25px;
  top:118px;
  opacity: 0;
}

#copy_300spaces { 
  left:24px;
  top:159px;
  opacity: 0;
}

#copy_1200airport { 
  left:24px;
  top:180px;
  opacity: 0;
}

#copy_5points { 
  left:24px;
  top:202px;
  opacity: 0;
}

#copy_terms { 
  left:24px;
  top:251px;
  opacity: 0;
}

#copy_workdone { 
  left:24px;
  top:303px;
  opacity: 0;
}

#copy_dobusiness { 
  left:23px;
  top:422px;
  opacity: 0;
}

.ctamask {
  width:120px;
  height:25px;
  left:23px;
  top:456px;
  overflow:hidden;
}

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