@font-face {
	font-family: 'amex';
	src: url('amex.woff') format('woff'),
	url('amex.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body, html{
	padding:0;
	margin:0;
	font-family: 'amex';

}




svg {
  width: 100%;
  height: 100%;
}

.crowd{
	position: absolute;
	bottom:0px;
	left:0px;
	width:120px;
	height:600px;
	z-index: 0;

}

.block{
	position: absolute;
	bottom:0px;
	left:0px;
	width:120px;
	height:600px;
	z-index: 0;

}


.blockImg{
	position: absolute;
	bottom:0px;
	left:0px;
	width:150px;
	height:600px;
	z-index: 0;

}

#frameRounded{
	display: none;
}

#frameEnd{
	display: none;
}

#buttonEnd{
	display: none;
}


#buttonRoll{
	display: none;
}

.circle{
	position: absolute;
	bottom: 22px;
    left: 216px;
	width:27px;
	height:27px;
	background-color: #F05382;
	border-radius: 50%;
}

.people, .peopleBg{
	position: absolute;
	display: none;
}


.container {
	position: absolute;
	top:0px;
	left:0px;
	width:120px;
	height:600px;
	background: #35C4B5;
	overflow: hidden;
	display: none;
}

.border {
	position: absolute;
	top:0px;
	left:0px; 
   	width:100%;
   	height:100%;
   	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
  	border-color: #000; 
  	border-width:1px; 
  	border-style:solid; 
  	z-index: 999;
}

.logo{
position: absolute;
    left: 10px;
    top: 10px;
    width: 98px;
    height: 40px;
    z-index: 999;
}

.text{
	position: absolute;
	bottom:35px;
	left:10px;
	font-size: 17px;
	line-height: 20px;
	color:#0C2340;
	width:107px;
}


.textEnd{
position: absolute;
top: 98px;
left: 10px;
	font-size: 15px;
	line-height: 18px;
    color: #0C2340;
}


#text2{
/*		letter-spacing: -.6px;*/
}

.subText{
    position: absolute;
    top: 226px;
    left: 10px;
    font-size: 14px;
    color: #AFDAE4;
}

#button {
	position: absolute;
	bottom: -385px;
}

.buttonText{
position: absolute;
    bottom: 14px;
    left: 21px;
    font-size: 12px;
    color: #0C2340;

}

#card {
position: absolute;
position: absolute;
    left: 0px;
    top: 0px;
}


.cardText{
position: absolute;
bottom: 104px;
left: 21px;
font-size: 11px;
color: #fff;
text-align: center;
}

#light{
	position: absolute;
	width:1200px;
	height: 800px;
}

#lightLeft{
	position: absolute;
	left:0%;
	top:0px;
	width:50%;
	height:100%;
	background-color: #17243D;
}

#lightRight{
	position: absolute;
	left:50%;
	top:0px;
	width:50%;
	height:100%;
	background-color: #17243D;

}




