body { margin:0px 0px; padding:0px; } 

* { box-sizing: Border-box } 

#container{
	background-color:black;
	position:absolute;
	overflow:hidden;
	border: 1px solid black;
} 
.sprite {
	position:absolute;
	background-repeat:no-repeat;
}

#left_side {
	
	width:271px;
	height:600px;
	background-image:url(../img/left_side_zoom.png);
	background-size: 100% 100%;
}

#right_side {
	left:44px;
	top:0px;
	width:256px;
	height:600px;
	background-image:url(../img/right_side_zoom.png);
	background-size: 100% 100%;
}

#v {
	left:198px;
	top:500px;
	width:206px;
	height:202px;
	background-image:url(../img/v.png);
}
.pin_height{
	background-position: bottom;
}
.pin_right{
	background-position: right;
}
#color_block{
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: #00ffff;
}

#cta_2x {
	left:99px;
	top:429px;
	width:102px;
	height:10px;
	background-image:url(../img/cta_2x.png);
	background-size:102px 10px;
}
#button_border {
	left: 83px;
    top: 413px;
    width: 132px;
    height: 35px;
}
#button_border_old {
	
	background-image:url(../img/button_border.svg);
	background-size:100% 100%;
}

#ef1_2x {
	left:122px;
	top:159px;
	width:58px;
	height:19px;
	background-image:url(../img/ef1_2x.png);
	background-size:58px 19px;
}

#ef2_2x {
	left:62px;
	top:188px;
	width:177px;
	height:41px;
	background-image:url(../img/ef2_2x.png);
	background-size:177px 41px;
}

#ef3_2x {
	left:141px;
	top:240px;
	width:20px;
	height:19px;
	background-image:url(../img/ef3_2x.png);
	background-size:20px 19px;
}

#ef4_2x {
	left:48px;
	top:271px;
	width:202px;
	height:66px;
	background-image:url(../img/ef4_2x.png);
	background-size:202px 66px;
}

#ef_line1_2x {
	left:24px;
	top:350px;
	width:246px;
	height:6px;
	background-image:url(../img/ef_line1_2x.png);
	background-size:246px 6px;
}

#ef_line2_2x {
	left:70px;
	top:352px;
	width:200px;
	height:8px;
	background-image:url(../img/ef_line2_2x.png);
	background-size:200px 8px;
}

#logo_2x {
	left:90px;
	top:458px;
	width:121px;
	height:25px;
	background-image:url(../img/logo_2x.png);
	background-size:121px 25px;
}

#v_2x {
	left:99px;
	top:250px;
	width:103px;
	height:101px;
	background-image:url(../img/v.svg);
	background-size:103px 101px;
}
#box_left{
	left: -569px;
    top: -148px;
	width:735px;
	height:735px;
	transform: rotate(20deg);
	overflow: hidden;
	/*background-color: rgba(201, 76, 76, 0.3);*/
}
.box_left_correction{
	transform: rotate(-20deg);
	left: 576px;
    top: 27px;
}

#left_side_zoom {
	left:0px;
	top:0px;
	width:358px;
	height:792px;
	background-image:url(../img/left_side_zoom.png);
}

#right_side_zoom {
	left:60px;
	top:0px;
	width:336px;
	height:792px;
	background-image:url(../img/right_side_zoom.png);
}
path {
	/*stroke-dasharray: 2860;
  stroke-dashoffset: 2860;*/
  stroke-dasharray: 2860;
  stroke-dashoffset: 2860;
  
}
.play_path{
	animation: dash .33s linear forwards;
}

#ef_line3_2x {
	left:49px;
	top:327px;
	width:210px;
	height:9px;
	background-image:url(../img/ef_line3_2x.png);
	background-size:210px 9px;
}
#cta_fpo_2x {
	left:87px;
	top:418px;
	width:125px;
	height:31px;
	background-image:url(../img/cta_fpo_2x.png);
	background-size:125px 31px;
}

#legal_2x {
	left:225px;
	top:587px;
	width:71px;
	height:11px;
	background-image:url(../img/legal_2x.png);
	background-size:71px 11px;
}

#legal_copy_2x {
	left:20px;
	top:22px;
	width:202px;
	height:25px;
	background-image:url(../img/legal_copy_2x.png);
	background-size:202px 25px;
}
#legal_shown{
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity:0;
}
#legal_shown:hover{
	opacity:1;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }

