body {
    margin: 0;
    padding: 0;
}
* {
    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;
}
.retina_container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*transform-style: preserve-3d;
    transform: matrix3d(0.5, 8.72665e-5, 0, 0, -8.72665e-5, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0.1, 0.9999);
    transform-origin: left top 0;
    */
}
.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;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    line-height: 0;
}
#logo {
    left: 75px;
    top: 693px;
    width: 172px;
    height: 61px;
    background-image: url(logo.png);
}
#cta_1 {
    left: 0;
    top: 224px;
    width: 107px;
    height: 33px;
    background-image: url(cta_1.png);
}
#isi_wrapper {
    bottom: 1px;
    right: 1px;
    background: #fff;
    height: 200px;
}
#isi_wrapper,
#legal {
    position: absolute;
    width: 280px;
    overflow: hidden;
}
#legal {
    height: 190px;
    left: -1px;
    top: 10px;
    background-color: #fff;
}
#legal_copy_container {
    position: relative;
    height: 190px;
    overflow-y: scroll;
    width: 295px;
    left: 10px;
    top: 0;
}
.legal-controls {
    height: 100%;
    right: 0;
}
.legal-controls,
.scrollbar {
    width: 18px;
    position: absolute;
    top: 0;
}
.scrollbar {
    height: 195px;
    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: 50px;
    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: 373px;
    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;
    text-decoration: underline;
}
a.fpilink:hover {
    color: #dfdfdf;
    text-decoration: underline;
}
#content {
    left: 0;
    top: 0;
    width: 200%;
    height: 1200px;
    overflow: hidden;
    background-color: #dfe0de;
}
#actor {
    left: 0;
    top: 0;
    width: 600px;
    height: 870px;
    background-image: url(actor.jpg);
}
#plus1 {
    left: 120px;
    top: 123px;
    background-image: url(plus1.png);
}
#plus1,
#plus2 {
    width: 212px;
    height: 211px;
}
#plus2 {
    left: 181px;
    top: 569px;
    background-image: url(plus2.png);
}
#copy1b {
    left: 39px;
    top: 206px;
    width: 247px;
    height: 252px;
    background-image: url(copy1b.png);
}
#copy1a {
    left: 30px;
    top: 400px;
    width: 369px;
    height: 205px;
    background-image: url(copy1a.png);
    z-index: 100;
}
#disclosure {
    right: 15px;
    top: 608px;
    z-index: 100;
    text-align: right;
}
#disclosure p{
	color: #ffffff;
	font-size: 14px;
}

#cta,
#cta_over {
    left: 45px;
    top: 275px;
    width: 95px;
    height: 28px;
    background-color: #c9187e;    
}
#cta_copy {
    left: 45px;
    top: 275px;
    width: 95px;
    height: 28px;
    background-image: url(cta_copy.png);
    background-position: center;
    background-size: 48px 8px;
}
#copy1c {
    left: 71px;
    top: 503px;
    width: 191px;
    height: 48px;
    background-image: url(copy1c.png);
}
#bg {
    left: 0;
    top: 0;
    width: 300px;
    height: 600px;
    background-image: url(bg.jpg);
    background-size: 100%;
}
#bottom {
    left: 48px;
    top: 745px;
    width: 276px;
    height: 69px;
    background-image: url(logo.png);
}
#x {
    left: -70px;
    top: 0;
    width: 432px;
    height: 731px;
    background-image: url(x.png);
}
#shine {
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background-image: url(shine.png);
}
#white,
#white2 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
