* {
    margin: 0;
    padding: 0;
    border: 0;
}

*,
*:focus,
*:hover,
*:visited {
    outline: none;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'gotham_htfbold';
    src: url('../fonts/gothamhtf-bold/gothamhtf-bold-webfont.eot');
    src: url('../fonts/gothamhtf-bold/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gothamhtf-bold/gothamhtf-bold-webfont.woff2') format('woff2'), url('../fonts/gothamhtf-bold/gothamhtf-bold-webfont.woff') format('woff'), url('../fonts/gothamhtf-bold/gothamhtf-bold-webfont.ttf') format('truetype'), url('../fonts/gothamhtf-bold/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'gotham_htfblack';
    src: url('../fonts/gothamhtf-black/gothamhtf-black-webfont.eot');
    src: url('../fonts/gothamhtf-black/gothamhtf-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gothamhtf-black/gothamhtf-black-webfont.woff2') format('woff2'), url('../fonts/gothamhtf-black/gothamhtf-black-webfont.woff') format('woff'), url('../fonts/gothamhtf-black/gothamhtf-black-webfont.ttf') format('truetype'), url('../fonts/gothamhtf-black/gothamhtf-black-webfont.svg#gotham_htfblack') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'gotham_pro';
    src: url('../fonts/gothampro/gothampro.eot');
    src: url('../fonts/gothampro/gothampro.eot?#iefix') format('embedded-opentype'), url('../fonts/gothampro/gothampro.woff') format('woff'), url('../fonts/gothampro/gothampro.ttf') format('truetype'), url('../fonts/gothampro/gothampro.svg#gotham_pro') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

body {
    opacity: 0;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: relative;
}

.screen1bg {
    background: url('../images/screen1bg1.webp') no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.screen1bg_blurr {
    background: url('../images/screen1bg1.webp') no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.main_wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
    left: 0;
    top: 0;
}

.content_wrapper {
    width: 100%;
    height: 100%;
}

.container {
    width: 93.90625%;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.topheader {
    z-index: 999;
    position: relative;
    width: 100%;
    height: 68px;
    background-color: #ffffff;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.topheader_wrap {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.header_logo {
    width: 162px;
    height: 100%;
    float: left;
    position: relative;
}

.header_logo a {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_logo a img {
    display: block;
}

.header_centertext {
    width: calc(100% - 324px);
    height: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.header_centertext p {
    letter-spacing: 5px;
    word-spacing: 0.2px;
    color: #000000;
    font-family: 'gotham_htfbold';
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header_campaign {
    visibility: hidden;
    float: right;
    height: 68px;
    display: inline-block;
    position: relative;
    min-width: 162px;
}

.header_campaign a {
    display: inline-block;
    line-height: 68px;
    color: #010101;
    padding-left: 30px;
}

.header_campaign .header_campaign_inner {
    font-family: 'gotham_pro';
    font-size: 15px;
}

.camptext {
    display: inline-block;
    font-family: 'gotham_pro';
}

.topheader_whitearrow {
    padding-left: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.header_campaign:hover .topheader_whitearrow {
    padding-left: 9px;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 15px;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.footer .container {
    overflow: hidden;
    margin-bottom: 0px;
}

.footer_left {
    font-family: 'gotham_pro';
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
    width: 162px;
}

.footer_left a {
    font-family: 'gotham_pro';
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
}

.footer_center {
    font-family: 'gotham_pro';
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
    text-align: center;
    width: calc(100% - 324px);
    margin: 0 auto;
    display: inline-block;
    padding-top: 6px;
}

.footer_center a {
    font-family: 'gotham_pro';
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
}

.footer_right {
    font-family: 'gotham_pro';
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
    text-align: right;
    float: right;
    max-width: 650px;
}

.footer_right a {
    font-family: 'gotham_pro';
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
}

.footer_right img {
    float: right;
    padding-right: 2px;
}

.footer_right.mobile-foot {
    display: none;
}

.icon-arrow {
    backface-visibility: hidden;
    display: inline-block;
    height: 12px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 26px;
    display: inline-block;
    top: 56%;
}

.icon-arrow span {
    background-color: #000;
    color: transparent;
    display: block;
    font: 0px/0 a;
    opacity: 0;
    position: absolute;
    text-shadow: none;
    transition: height 0.3s ease 0s, width 0.3s ease 0s, opacity 0.5s ease 0s;
}

.icon-arrow::after,
.icon-arrow::before {
    background-color: #000;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 8px;
}

.icon-arrow.right {
    height: 26px;
    width: 12px;
}

.icon-arrow.right::before,
.icon-arrow.right::after {
    right: -2px;
    top: 20px;
    transform-origin: 7px 1px 0;
}

.icon-arrow.right::before {
    transform: rotate(-38deg);
}

.icon-arrow.right::after {
    transform: rotate(38deg);
}

.icon-arrow.right span {
    height: 1.4px;
    right: 1px;
    top: 20.6px;
    width: 0;
}

.icon-arrow.left:hover span,
.icon-arrow.right:hover span,
a:hover .icon-arrow.left span,
a:hover .icon-arrow.right span {
    opacity: 1;
    width: 16px;
}

.icon-arrow.right:hover,
a:hover .icon-arrow.right {
    margin-left: 5px;
}

/****************************************** SCREEN 1 *******************************************/
.cont_foot_wrap {
    width: 100%;
    overflow: visible;
    height: 100%;
    height: calc(100% - 68px);
    position: relative;
}

#screen1_main {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.screen1_inner {
    height: 100%;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}

.sc1_title1 {
    font-family: 'gotham_htfbold';
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 9px;
    word-spacing: 1px;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sc1_title2 {
    font-family: 'gotham_htfbold';
    color: #ffffff;
    font-size: 3.75em;
    text-transform: uppercase;
    padding-top: 10px;
    width: 84%;
    margin: 0 auto;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.divider {
    width: 45px;
    height: 2px;
    background-color: rgba(255, 255, 255, .2);
}

#screen1_main .divider {
    margin: 31px auto 0;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sc1_content {
    margin: 34px auto 0;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.sc1_content p {
    font-family: 'gotham_pro';
    color: rgba(255, 255, 255, .6);
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}

.sc1_btn {
    max-width: 238px;
    width: 100%;
    display: inline-block;
}

.sc1_btn_inner {
    display: inline-block;
    width: 100%;
}

.sc1_btn_txt {
    text-align: left;
    display: inline-block;
    padding-right: 6px;
    font-size: 12px;
    font-family: 'gotham_htfbold';
    letter-spacing: 4.5px;
    line-height: 3.75;
    text-transform: uppercase;
}

.progress-button {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
    margin-top: 59px;
    width: 100%;
    line-height: 0;
}

.progress-button .content {
    -webkit-transition: font-size 1s;
    -moz-transition: font-size 1s;
    -o-transition: font-size 1s;
    transition: font-size 1s;
    background-color: transparent;
    border: 2px solid rgb(97, 111, 124);
    border: 2px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 7.5px;
    text-align: left;
    padding-left: 41px;
}

.progress-button[data-perspective] .content {
    background-color: transparent;
    border: 2px solid rgb(97, 111, 124);
    border: 2px solid rgba(255, 255, 255, .3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 7.5px;
    text-align: left;
    padding-left: 41px;
}

.progress-button .content::before {
    content: "";
}

.progress-button .content::after {
    content: "";
}

.progress-button:hover .content {
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.progress-button .progress {
    background: transparent;
    border: 2px solid #fff;
}

.progress-button .progress-inner {
    background: #fff;
}

.sc1_btn .icon-arrow::after,
.sc1_btn .icon-arrow::before {
    background-color: #fff;
}

.sc1_btn .icon-arrow.right span {
    height: 1.4px;
}

.sc1_btn .icon-arrow.right span {
    background-color: #fff;
    height: 2.4px;
    top: 19.6px;
}

.sc1_btn:hover .sc1_btn_whitearrow,
.sc2_btn:hover .sc1_btn_whitearrow,
.sc3_btn:hover .sc1_btn_whitearrow {
    padding-left: 20px;
}

.sc1_btn_whitearrow {
    padding-left: 15px;
    transition: 0.1s;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    position: relative;
}

/****************************************** SCREEN 2 *******************************************/
#screen2_entername,
#screen2b_mobile,
#screen3_hello {
    display: none;
}

.screen2_inner {
    height: 100%;
    text-align: center;
    width: 60.066%;
    margin: 0 auto;
}

.sc2_title1 {
    font-family: 'gotham_htfbold';
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    letter-spacing: 5px;
}

.sc2_title2 {
    font-family: 'gotham_htfbold';
    color: #ffffff;
    font-size: 32px;
    text-transform: uppercase;
    padding-top: 9px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.sc2_entername {
    width: 100%;
    height: 90px;
    background-color: transparent;
    color: #ffffff;
    font-size: 60px;
    font-family: 'gotham_htfbold';
    margin: 75px auto 0;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.sc2_entername input {
    background-color: transparent;
    text-transform: uppercase;
    text-align: center;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.sc2_entername input.errorblock {
    border-bottom: 2px solid #8d3b45;
}

.sc2_btn {
    max-width: 238px;
    width: 100%;
    display: inline-block;
}

.sc2_btn .icon-arrow::after,
.sc2_btn .icon-arrow::before {
    background-color: #fff;
}

.sc2_btn .icon-arrow.right span {
    height: 1.4px;
}

.sc2_btn .icon-arrow.right span {
    background-color: #fff;
    height: 2.4px;
    top: 19.6px;
}

.progress-button2 {
    width: 100%;
    margin-top: 58px;
    color: #fff;
    background: transparent;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s;
    border: 2px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 7px 0 66px;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

.progress-button2:hover {
    border: 2px solid #fff;
    -webkit-backface-visibility: hidden;
}

/****************************************** SCREEN 3 *******************************************/
@-webkit-keyframes lineV {
    0% {
        height: 40px;
    }

    30% {
        height: 40px;
    }

    100% {
        height: 285px;
    }
}

@keyframes lineV {
    0% {
        height: 40px;
    }

    30% {
        height: 40px;
    }

    100% {
        height: 285px;
    }
}

.screen3_inner {
    width: 74%;
    margin: 0 auto;
    overflow: visible;
}

.sc3_title1 {
    font-family: 'gotham_htfbold';
    color: #ffffff;
    font-size: 32px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 0px;
}

#screen3_hello .divider {
    margin: 31px auto 0;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.sc3_content {
    margin: 32px auto 0;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    display: none;
}

.sc3_content p {
    font-family: 'gotham_pro';
    color: rgba(255, 255, 255, .6);
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    width: 50%;
    margin: 0 auto;
}

.sc3btn_wrap {
    text-align: center;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.sc3_btn {
    max-width: 238px;
    width: 100%;
    display: inline-block;
}

.sc3_btn .icon-arrow::after,
.sc3_btn .icon-arrow::before {
    background-color: #fff;
}

.sc3_btn .icon-arrow.right span {
    height: 1.4px;
}

.sc3_btn .icon-arrow.right span {
    background-color: #fff;
    height: 2.4px;
    top: 19.6px;
}

#screen3_hello .progress-button[data-perspective] .content {
    padding: 0 7.5px 0 66px;
}

#screen3_hello .progress-button2 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

#screen3_hello .hellotxtshow {
    display: block;
}

/**********sandy***********/
.sc4fromright,
.sc5fromright,
.sc6fromright,
.sc7fromright,
.sc8fromright,
.sc9fromright {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.track1,
.track2,
.track3,
.track4,
.track5,
.track6 {
    padding-top: 60px;
}

.tracker_lineinner {
    width: 295px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.trackwrap1 a,
.trackwrap2 a,
.trackwrap3 a,
.trackwrap4 a,
.trackwrap5 a,
.trackwrap6 a {
    display: inline-block;
    cursor: pointer;
    float: left;
}

.circle1,
.circle2,
.circle3,
.circle4,
.circle5,
.circle6 {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
}

.inner-circle {
    position: absolute;
    background-color: transparent;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.0;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.circle1 {
    background-color: #fff;
}

.line2,
.line3,
.line4,
.line5,
.line6 {
    width: 51px;
    height: 2px;
    float: left;
    background-color: rgba(255, 255, 255, 0.10);
    margin-top: 2px;
}

.video-bg {
    background: transparent url(../images/screen1bg1.webp) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    cursor: pointer;
}

.playbtn-jw {
    width: 142px;
    height: 142px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.playicon-jw {
    background: url("../images/player-triangle.png") no-repeat center center;
    width: 100%;
    height: 100%;
    display: block;
}

/****************************************** SCREEN 5 TO SCREEN 9*******************************************/
/****************************************** SCREEN 4 DO*******************************************/
.screen4_inner {
    height: 100%;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}

.sc4_title1 {
    font-family: 'gotham_htfbold';
    color: #ffffff;
    font-size: 32px;
    text-transform: uppercase;
}

.sc4_title2 {
    font-family: 'gotham_htfbold';
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 15px;
    letter-spacing: 5px;
}

.sc4_optionblockwrap {
    width: 100%;
    margin-top: 30px;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    padding-bottom: 2px;
}

.sc4_opt_block {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .2);
    display: block;
}

.block_inner {
    padding: 0;
    font-family: 'gotham_pro';
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sc4_opt_block.active {
    border-color: #fff;
}

/**********sandy***********/
.sc_opt_main {
    position: relative;
    float: left;
    height: 170px;
    width: 33.32%;
    text-align: center;
    cursor: pointer;
}

.sc_opt_main .hover_outline::before,
.sc_opt_main .hover_outline::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.sc_opt_main:hover .hover_outline::before,
.sc_opt_main:hover .hover_outline::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover_outline::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hover_outline::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.screen5_inner,
.screen6_inner,
.screen7_inner,
.screen8_inner,
.screen9_inner {
    height: 100%;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}

.sc5_optionblockwrap,
.sc6_optionblockwrap,
.sc7_optionblockwrap,
.sc8_optionblockwrap,
.sc9_optionblockwrap {
    width: 100%;
    overflow: visible;
    margin-top: 30px;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    padding-bottom: 2px;
}

.sc5_opt_block,
.sc6_opt_block,
.sc7_opt_block,
.sc8_opt_block,
.sc9_opt_block {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .2);
}

.sc5_opt_block.active,
.sc6_opt_block.active,
.sc7_opt_block.active,
.sc8_opt_block.active,
.sc9_opt_block.active {
    border-color: #fff;
}

#screen4_do,
#screen5_see,
#screen6_visit,
#screen7_experience,
#screen8_own,
#screen9_love {
    width: 100%;
    display: none;
}

/****************************************** SCREEN 10 COMPILING*******************************************/
.screen10_inner {
    height: 100%;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}

.screen10_progressbar {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
    width: 44%;
    margin: 0 auto;
    margin-top: 52px;
}

#progressBar {
    max-width: 539px;
    width: 100%;
    height: 2px;
    border: 0px;
    background-color: rgba(255, 255, 255, .2);
    margin: 0 auto;
}

#progressBar div {
    height: 2px;
    color: #fff;
    text-align: right;
    width: 0;
    background-color: #fff;
}

.sc10_title1 {
    font-size: 32px;
    color: #ffffff;
    font-family: "gotham_htfbold";
    text-transform: uppercase;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sc10_title2 {
    font-size: 32px;
    color: #ffffff;
    font-family: "gotham_htfbold";
    text-transform: uppercase;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
    line-height: 53px;
}

.ui-widget-content {
    background: rgba(255, 255, 255, .2);
    border: 0px;
}

.ui-progressbar {
    height: 2px;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0;
}

.ui-widget-header {
    background: #fff;
    border: 0px;
}

.sc10_text1 {
    font-family: 'gotham_pro';
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    margin-top: 62px;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

/****************************************** SCREEN 11 VIDEO PLAYER *******************************************/
#idfcvideopage .footer {
    display: none;
}

#screen11_videoplayer {
    height: 100%;
    width: 100%;
    display: block;
}

.screen11_inner {
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.sc11_video_player {
    z-index: 7;
    height: auto;
}

.sc11_video_overlay {
    width: 100%;
    height: 100%;
    background: url("../images/screen1bg1.webp") no-repeat 0 0;
    background-size: cover;
    z-index: 999999999 !important;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    box-shadow: inset 0px 0px 0 2000px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: inset 0px 0px 0 2000px rgba(0, 0, 0, 0.5) !important;
    -o-box-shadow: inset 0px 0px 0 2000px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: inset 0px 0px 0 2000px rgba(0, 0, 0, 0.5) !important;
}

.sc11_replaywrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sc11_replaybtn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 142px;
    height: 142px;
    margin: 0 auto;
    background: url("../images/replaybtn.png") no-repeat 0 0;
    cursor: pointer;
}

.sc11_replaybtn:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sc11_replaybtn a {
    display: block;
}

.sc11_btn_wrap {
    margin: 73px auto 0;
    overflow: hidden;
    width: 576px;
}

.sc11_sharevideo_btn {
    width: 275px;
    height: 49px;
    float: none !important;
    text-align: center;
    margin-right: 26px;
    margin: 0 auto !important;
}

.sc11_sharevideo_btn a {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: transparent;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "gotham_htfbold";
    width: 100%;
    height: 100%;
    line-height: 45px;
    letter-spacing: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sc11_sharevideo_btn:hover a {
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sc11_abtcam_btn {
    width: 275px;
    height: 49px;
    float: left;
    text-align: center;
}

.sc11_abtcam_btn a {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: transparent;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "gotham_htfbold";
    width: 100%;
    height: 100%;
    line-height: 45px;
    letter-spacing: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sc11_abtcam_btn:hover a {
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sc11_video_overlay .container {
    display: none;
}

.jw-state-idle .jw-preview {
    background-size: cover !important;
}

.html5-video-player .video-stream {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
}

.jw-skin-seven .jw-button-color:hover {
    color: #ea515b !important;
}

.jw-skin-seven .jw-controlbar {
    border-top: rgba(255, 255, 255, 0.5) 1px solid;
    ;
    height: 54px !important;
    width: 100% !important;
    max-width: none;
    margin: auto !important;
    padding: 0 37px !important;
}

.jw-skin-seven .jw-background-color {
    background: rgba(0, 0, 0) !important;
}

.jw-slider-time.jw-background-color.jw-reset.jw-slider-horizontal.jw-reset {
    background: transparent !important;
}

.jw-progress.jw-reset {
    background: #fff !important;
}

.jw-buffer.jw-reset {
    background: rgba(255, 255, 255, 0.5) !important;
}

.jw-rail.jw-reset {
    background: rgba(255, 255, 255, 0.2) !important;
}

span.jw-text.jw-reset.jw-text-duration {
    color: #fff !important;
}

.jw-text {
    height: 1em;
    font-family: gotham_pro !important;
    font-size: 15px !important;
    letter-spacing: 0 !important;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-align: center;
    font-variant: normal;
    font-stretch: normal;
}

.jw-skin-seven .jw-controlbar-right-group .jw-icon-tooltip:before,
.jw-skin-seven .jw-controlbar-right-group .jw-icon-inline:before {
    border-left: none !important;
}

.jw-knob.jw-reset {
    display: none !important;
}

.jw-state-idle .jw-icon-display:before {
    content: url('../../resources/images/playButton-desktop.svg') !important;
}

.jwplayer.jw-state-paused .jw-display-icon-container .jw-icon-display:before {
    background: url('../../resources/images/playButton-desktop.svg') !important;
}

.jw-display-icon-container.jw-background-color.jw-reset {
    margin: 0 auto !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: transparent !important;
    border: none !important;
}

.jw-icon-fullscreen:before {
    content: "" !important;
    background: url('../../resources/images/player-fullscreen.svg');
    background-size: 100% 100%;
    background-position: center;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-fullscreen {
    padding-left: .7em;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-fullscreen:hover::before {
    color: #ea515b !important;
}

*/

/****************************************** SCREEN 12 FILL DETAILS *******************************************/
#screen12_filldetail {
    width: 100%;
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.screen12_inner {
    height: 100%;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}

.sc12_textbox_wrap {
    width: 578px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
}

.sc12_emailadd {
    width: 264px;
    background-color: transparent;
    color: #ffffff;
    font-size: 15px;
    ;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
    font-family: 'gotham_pro';
    float: left;
    margin-right: 50px;
}

.sc12_emailadd input {
    background-color: transparent;
    text-align: center;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    border-radius: 0px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}

.sc12_emailadd input::-webkit-input-placeholder {
    color: #ffffff;
    font-family: 'gotham_pro';
}

.sc12_emailadd input:-moz-placeholder {
    color: #ffffff;
    font-family: 'gotham_pro';
}

.sc12_emailadd input::-moz-placeholder {
    color: #ffffff;
    font-family: 'gotham_pro';
}

.sc12_emailadd input:-ms-input-placeholder {
    color: #ffffff;
    font-family: 'gotham_pro';
}

.sc12_phoneno {
    width: 264px;
    background-color: transparent;
    color: #ffffff;
    font-size: 15px;
    ;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
    font-family: 'gotham_pro';
    float: left;
}

.sc12_phoneno input {
    background-color: transparent;
    text-align: center;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    border-radius: 0px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}

.sc12_phoneno input::-webkit-input-placeholder {
    color: #ffffff;
    font-family: 'gotham_pro';
}

.sc12_phoneno input:-moz-placeholder {
    color: #ffffff;
    font-family: 'gotham_pro';
}

.sc12_phoneno input::-moz-placeholder {
    color: #ffffff;
    font-family: 'gotham_pro';
}

.sc12_phoneno input:-ms-input-placeholder {
    color: #ffffff;
    font-family: 'gotham_pro';
}

#screen12_filldetail .sc10_title1 {
    padding-top: 0px;
    width: 60%;
    margin: 0 auto;
}

.sc12_radiocheck {
    margin-top: 54px;
}

.sc12_radiocheck input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

.sc12_radiocheck input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

.sc12_radiocheck input[type=checkbox]:not(old)+label>span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    vertical-align: bottom;
}

.sc12_radiocheck input[type=checkbox]:not(old):checked+label>span {
    background: transparent;
}

.sc12_radiocheck input[type=checkbox]:not(old):checked+label>span>span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 3px;
    border: 2px solid rgb(255, 255, 255);
    background: #fff;
}

.sc12_labeltext {
    font-family: 'gotham_pro';
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    display: inline;
}

.sc12_disclaimer {
    font-family: 'gotham_pro';
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
}

#screen12_filldetail .sc11_btn_wrap {
    width: 275px;
}

.sc12_labeltext span {
    display: none;
}

.sc12_emailadd input.errorblock {
    border-bottom: 2px solid #8d3b45;
}

.sc12_phoneno input.errorblock {
    border-bottom: 2px solid #8d3b45;
}

.error_text {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-family: 'gotham_pro';
    margin-top: 7px;
}

/****************************************** SCREEN 13 SHARE BTN *******************************************/
#screen13_sharesocial {
    width: 100%;
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.screen13_inner {
    height: 100%;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}

.screen13_inner .sc10_title1 {
    padding-top: 0px;
}

.sc13_socialmedia_wrap {
    width: 415px;
    margin: 50px auto 0;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
    height: 65px;
}

.icon_fb,
.icon_tw,
.icon_wa,
.icon_att,
.icon_dw {
    width: 61px;
    height: 61px;
    float: left;
}

.icon_fb,
.icon_tw,
.icon_wa,
.icon_att {
    margin-right: 27px;
}

.icon_fb img,
.icon_tw img,
.icon_wa img,
.icon_att img,
.icon_dw img {
    width: 100%;
    height: 100%;
}

.stButton .stLarge {
    height: 61px !important;
    width: 61px !important;
    background: url("../images/i-wa.png") no-repeat !important;
}

.stButton .stLarge:hover {
    background-position: 0 -60px !important;
    opacity: 1 !important;
}

.st_facebook_large .stButton .stLarge {
    background: url("../images/i-fb.png") no-repeat 0 0 !important;
}

.st_facebook_large:hover .stButton .stLarge {
    background-position: 0 -61px !important;
}

.st_twitter_large .stButton .stLarge {
    background: url("../images/i-tw.png") no-repeat 0 0 !important;
}

.st_twitter_large:hover .stButton .stLarge {
    background-position: 0 -61px !important;
}

.st_whatsapp_large {
    cursor: pointer;
    background: url("../images/i-wa.png") no-repeat 0 1 !important;
    height: 61px;
    width: 61px;
    margin-right: 0px;
}

.st_whatsapp_large:hover {
    background-position: 0 -60px !important;
}

.st_clipboard_large {
    display: inline-block !important;
    cursor: pointer;
    background: url("../images/i-copy.png") no-repeat 0 0;
    height: 61px;
    width: 61px;
}

.st_clipboard_large:hover {
    background-position: 0 -60px;
}

.st_download_large {
    display: inline-block !important;
    cursor: pointer;
    background: url("../images/i-dw.png") no-repeat 0 0;
    height: 61px;
    width: 61px;
}

.st_download_large:hover {
    background-position: 0 -60px;
}

.st_twitter_large {
    margin-left: 5px;
}

.stButton {
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/****************************************** SCREEN 15 MAKE MY OWN VIDEO *******************************************/
#idfcfbvideopage .sc11_btn_wrap {
    width: 277px;
    margin: 0 auto;
}

#idfcfbvideopage .sc11_sharevideo_btn {
    margin-right: 0px;
}

#idfcfbvideopage .sc11_abtcam_btn {
    margin-top: 21px;
}

/****************************************** SCREEN 16 *******************************************/
#screen16_main {
    width: 100%;
    overflow: hidden;
}

.screen16_inner {
    height: 100%;
    text-align: center;
    width: 876px;
    margin: 0 auto;
}

.sc16_title2 {
    font-size: 32px;
    font-family: 'gotham_htfbold';
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 58px;
}

#screen16_main .divider {
    margin: 0 auto;
    margin-top: 38px;
}

.sc16_content {
    margin: 34px auto 0;
}

.sc16_content p {
    color: rgba(255, 255, 255, 0.4);
    font-family: "gotham_pro";
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.sc16_contact_wrap {
    width: 100%;
    margin-top: 38px;
    overflow: hidden;
}

.sc16_contact {
    float: left;
    display: inline-block;
    font-family: 'gotham_pro';
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 21px;
}

.sc16_contact_wrap .sc4_btn_wrap {}

#screen16_main .sc4_btn {
    max-width: 285px;
    float: right;
    margin-right: 15px;
}

#screen16_main .sc4_btn .progress-button2 {
    padding: 0 7.5px 0 43px !important;
    margin: 0 !important;
}

.sc4btn_wrap {
    text-align: center;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

.sc4_btn {
    max-width: 238px;
    width: 100%;
    display: inline-block;
}

.sc4_btn .icon-arrow::after,
.sc4_btn .icon-arrow::before {
    background-color: #fff;
}

.sc4_btn .icon-arrow.right span {
    height: 1.4px;
}

.sc4_btn .icon-arrow.right span {
    background-color: #fff;
    height: 2.4px;
    top: 19.6px;
}

.sc1_btn_whitearrow {
    padding-left: 10px;
    transition: 0.1s;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    position: relative;
}

.sc4_btn:hover .sc1_btn_whitearrow {
    padding-left: 15px;
    transition: 0.1s;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    position: relative;
}

.sc1_btn {
    max-width: 250px !important;
    height: 50px !important;
    margin-top: 50px !important;
}

.progress-button {
    margin-top: 0px !important;
}

.progress-button[data-style="rotate-side-down"] .progress {}

.sc3_title1_center_hello {
    animation-delay: 0.5s !important;
    -moz-animation-delay: 0.5s !important;
}

.block_tracker {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation-delay: 2.5s !important;
    -moz-animation-delay: 2.5s !important;
}

#screen1_main,
#screen2_entername,
#screen2b_mobile,
#screen3_hello {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: visible;
}

#screen4_do,
#screen5_see,
#screen6_visit,
#screen7_experience,
#screen8_own,
#screen9_love {
    height: auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    overflow: visible;
    position: absolute;
    top: 50%;
}

#screen10_compiling {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

body {
    overflow: hidden !important
}

.block_inner {
    padding-top: 4.34em;
    padding-bottom: 4.34em;
}

/**/
.stLarge,
.st_clipboard_large,
.st_download_large {
    margin: 0px;
}

.st_clipboard_large {
    margin-right: 15px;
}

.doting-anim {
    background: url("../images/preloader.gif") center center;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background-color: transparent !important;
}

.only-ie-hack {
    display: none;
}

.only-ie-hack {
    display: block\9;
    margin: 0 auto\9;
    text-align: center/9;
}

.sc1_btn {
    display: none\9
}

::-ms-clear {
    display: none;
}

.screen1bg-with-blur {
    background: url('../images/screen1bg1.webp') no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.tracker_linewrap {
    min-height: 12px !important;
}

.alertify-dialog {
    background: #fff;
    font: 14px "gotham_pro";
    border-radius: 10px;
    border: 2px solid #333;
}

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
    font-weight: bold;
}

.alertify {
    margin-top: -5%;
    top: 50% !important;
}

.only-ie-progress {
    padding-left: 0px !important;
}

.sc1_btn_txties {
    padding-left: 25px;
}

#changerificwordspanid {
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    ;
    display: inline-block;
}

#wert {
    height: 20px;
    margin-top: 62px;
    color: #fff;
    font-family: 'gotham_pro';
    color: rgba(255, 255, 255, .6);
    text-align: center;
    font-size: 15px;
}