body {
    margin: 0;
    padding: 0;
	font-family: "futura-pt", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-style: normal;        
}
* {
    box-sizing: Border-box;
}
#container {
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 300px;
    height: 600px;
}


#extra {

    display: block;
    position: absolute;
    z-index:1;
    padding: 2em;
    height: 85px;
    width: 300px;
    left: 0px;
    top:342px;
}


.retina_container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sprite {
    position: absolute;
    background-repeat: no-repeat;
}
.center {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
#curtain {
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 3;
}
#curtain,
[id^="border"] {
    width: 100%;
    height: 100%;
}
[id^="border"] {
    z-index: 1;
    background-color: #000;
}
#border_top {
    top: 0;
    left: 0;
    height: 1px;
}
#border_right {
    top: 0;
    right: 0;
    width: 1px;
}
#border_bottom {
    bottom: 0;
    left: 0;
    height: 1px;
}
#border_left {
    top: 0;
    left: 0;
    width: 1px;
}


.person{
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 100;
	height: 324px;
	width: 300px;
}
.logo{
	position: absolute;
	top: 22px;
	right: 35px;
	z-index: 110;
	width: 125px;
	height: 31px;
}
.fifty-off{
	position: absolute;
	top: 26px;
	right: -4px;
	z-index: 120;
	height: 150px;
	width: 164px;	
	opacity: 0;
	animation: slideIn 1s cubic-bezier(0.25, 0.1, 0.25, 1) 1s forwards;	
}
.eligible-treatments{
	position: absolute;
    height:4%;
	top: 178px;
	left: 193px;
	z-index: 120;
	/*height: 39px;
	width: 116px;*/		
	opacity: 0;
	animation: fadeIn .5s cubic-bezier(0.25, 0.1, 0.25, 1) 2.5s forwards; 	
}
.disclosure{
	position: absolute;
	text-align: center;
	top:260px;
	right:23px;
	z-index: 150;
	height: auto;
	font-family: "futura-pt", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-style: normal;    
    font-size: 9px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #000000;
]}

.xperience-logo{
	width: 144px;
	height: 29px;
	left: 20px;
	top: 366px;
	position: absolute;
	z-index: 150;
}
.cta-button{
    background-color: #c9187e;        
    color: #ffffff;
    font-size: 14px;
	font-family: "futura-pt", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 900;
	font-style: normal;    
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px; 
    position: absolute;
    top: 358px;
    right: 15px;
    text-decoration: none;   
    z-index: 300;
}
.cta-button:hover, .cta-button:focus,{
	background-color: #EF3EA4;
}






#isi_wrapper {
    bottom: 1px;
    right: 1px;
    background: #fff;
    height: 190px;
}
#isi_wrapper,
#legal {
    position: absolute;
    width: 300px;
    overflow: hidden;
}
#legal {
    height: 290px;
    left: -1px;
    top: 10px;
    background-color: #fff;
}
#legal_copy_container {
    position: relative;
    height: 180px;
    overflow-y: scroll;
    width: 277px;
    left: 20px;
    top: 0;
}
.legal-controls {
    height: 100%;
    right: 0;
}
.legal-controls,
.scrollbar {
    width: 18px;
    position: absolute;
    top: 0;
}
.scrollbar {
    height: 190px;
    right: -1px;
    padding: 5px;
}
#track {
    height: 100%;
    position: relative;
    background-color: #6d6f71;
}
#thumb {
    height: 24px;
    left: 9px;
    cursor: pointer;
    padding-right: 20px;
    box-sizing: content-box;
    z-index: 2;
}
#thumb,
#thumb:before {
    position: absolute;
    width: 10px;
    top: 0;
}
#thumb:before {
    content: "";
    left: -10px;
    height: 100%;
    background-color: #c6007e;
}
#isiHtml #legal_copy {
    padding-right: 16px;
}
#legal_copy {
    padding-right: 20px;
    padding-top: 0;
	font-family: "futura-pt", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-style: normal;    
    font-size: 9px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #010101;
}
#legal_copy .blue {
    color: pink;
}
#legal_copy .para {
    margin-top: 10px;
    margin-bottom: 5px;
}
#legal_copy ul {
    margin: 3px 0 5px;
    padding: 0 0 0 11px;
    list-style: none;
}
#legal_copy ul li {
    margin-bottom: 15px;
    margin-left: 7px;
    text-indent: -10px;
}
#legal_copy ul li:before {
    content: "•";
    margin-right: 7px;
}
#legal_copy ul.big li {
    margin-bottom: 1px;
}
#legal_copy ul.big li:before {
    content: "•";
    margin-right: 5px;
    font-size: 17px;
    line-height: 0;
    font-weight: 700;
    vertical-align: middle;
}
#legal_copy ul.small li {
    margin-bottom: 5px;
    text-indent: -14px;
}
#legal_copy ul.small li:before {
    content: "•";
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: lighter;
    vertical-align: middle;
}
a.bluelink {
    color: #00a3e0;
}
#fpi_bar {
    position: absolute;
    right: 1px;
    top: 309px;
    width: 100%;
    padding: 8px;
    font-size: 10px;
	font-family: "futura-pt", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-style: normal;    
    letter-spacing: 0;
    line-height: 12px;
    color: #ffffff;
    background: #c6007e;
    overflow: hidden;
    text-align: center;
}
a.fpilink {
    color: #ffffff;0
    text-decoration: underline;
}
a.fpilink:hover {
    color: #dfdfdf;
    text-decoration: underline;
}
#content {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0; 
    }
  100% {
    opacity: 1; 
    } 
}


@keyframes slideIn {
  0% {
	-webkit-transform: translateX(100%);	  
    transform: translateX(100%); 
    opacity: 0; 
    }
  100% {
	-webkit-transform: translateX(0);	  
    transform: translateX(0%);
    opacity: 1; 
    } 
}

