@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

html, body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #0d80bf;
    text-align: left;
    background-color: #cee0ef;
    height: 100%;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    color: white;
}


/********************************************************/
/** nav style **/
/********************************************************/

#navmain {
    background-image: url('../img/nav-bg.png');
    background-repeat: repeat-x;
    background-size: contain;
}

.nav-item {
    text-transform: uppercase;
    font-size: 1.1rem;
}

.nav-item a {
    color: white;
}

button.navbar-toggler:focus {
    outline: none;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

@media screen and (max-width: 1199px) {
    .navbar-nav {
        align-items: flex-end;
    }

    .nav-item a {
        text-shadow: 2px 2px 5px black;
    }

    .lang-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .navbar-nav.langselector {
        flex-direction: row;
        padding: 1rem 0;
    }

    .navbar-nav.langselector li {
        line-height: 0.5rem;
        vertical-align: middle;
    }

    .navbar-nav.langselector li:first-child {
        border-right: solid 1px #ffd55c;
    }

    .navbar-nav.langselector li:first-child a {
        padding-right: 16px;
    }

    .navbar-nav.langselector li:nth-child(2) a {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand img {
        height: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .nav-item {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }

    ul.navbar-nav li {
        border-right: solid 1px #ffd55c;
    }

    ul.navbar-nav.mr-auto li:first-child {
        border-left: solid 1px #ffd55c;
    }

    ul.navbar-nav.ml-auto li:last-child {
        border-right: none;
    }
}


/********************************************************/
/** global **/
/********************************************************/

.title-text {
    font-size: 2rem;
}

.emphasize {
    font-weight: 800;
}

.big-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.big-text.emphasize {
    font-size: 1.6rem;
    line-height: 2.25rem;
}

.container-fluid {
    padding: 3rem 0 0;
}

.bg-container {
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center top;
}

.content-container {
    width: 85vw;
    margin: auto;
}

.content-inner {
    width: 100%;
    margin: auto;
}

.round-box {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background: rgba(255,255,255,0.85);
    padding-top: 1rem;
    margin-top: 2rem;
}

a.button {
    display: block;
}

a.button::before,
a.button::after,
a.button span {
    display: inline-block;
}

a.button::before,
a.button::after {
    content: '';
    width: 20px;
    height: 30px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

a.button::before {
    background-image: url('/img/button_left.png');
}

a.button::after {
    background-image: url('/img/button_right.png');
}

a.button span {
    background-image: url('/img/button_bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    background-size: contain;
    color: white;
    line-height: 30px;
    height: 30px;
    font-weight: 800;
    vertical-align: top;
    margin-left: -1px;
    margin-right: -1px;
}

a.button.small::before,
a.button.small::after {
    width: 24px;
    height: 35px;
}

a.button.small span {
    font-size: 1rem;
    line-height: 35px;
    height: 35px;
    margin-left: -1px;
    margin-right: -1px;
}

a.button-round {
    text-decoration: none!important;
}
.button-round {
    /* background-image: linear-gradient(90deg,#b9b9b9,#fbfbfb,#fbfbfb,#b9b9b9); */
    background: rgb(75,99,125);
    background: linear-gradient(0deg, rgba(75,99,125,1) 0%, rgba(151,216,229,1) 16.51%, rgba(255,255,255,1) 82.69%, rgba(75,99,125,1) 92.75%, rgba(75,99,125,1) 100%);
    outline: none;
    display: inline-block;
    padding: 0.25rem;
    border-radius: 5rem;
}
.button-round > span {
    /* background-image: linear-gradient(#16506b,#068ce3); */
    display: block;
    background: rgb(187,150,193);
    background: linear-gradient(180deg, rgba(187,150,193,1) 0%, rgba(108,30,91,1) 100%);
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 5rem;
    text-transform: uppercase;
    font-weight: 800;
}

.button-round.brown {
    background: rgb(177,129,50);
    background: linear-gradient(0deg, rgba(177,129,50,1) 0%, rgba(135,92,36,1) 49.71%, rgba(244,223,109,1) 78.49%, rgba(175,128,45,1) 100%);
}
.button-round.brown > span {
    background: #c29a8e;
    text-transform: capitalize;
    /* font-weight: 400;
    padding: 0.6rem 2rem; */
}

.gold-header {
    background-image: url('/img/title-bg-long-tm.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
    font-size: 1.4rem;
    line-height: 50px;
    font-weight: 800;
    vertical-align: middle;
    height: 50px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}

.gold-header.long {
    background-image: url('/img/title-bg-long-tm.png');
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 50px;
    vertical-align: middle;
    height: 50px;
}

.gold-header.gold, .gold-header.gold.long {
    background-image: url('/img/title-bg-gold-long-tm.png');
}


.gold-header.small {
    font-weight: 600;
    font-size: 1rem;
    line-height: 45px;
    height: 45px;
}

.yellowbox {
    background-image: url('/img/box_bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    background-size: contain;
    border-radius: 1rem;
    color: #082465;
    padding: 1rem;
}

.yellowbox p {
    margin: 0;
}

.white-box {
    border-radius: 1rem;
    background: rgba(238,236,236,0.9);
    padding: 2rem 1.5rem;
}

.white-box.form {
    background-color: #0d80bf;
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
}

.form .title {
    font-size: x-large;
}

.form button,
.form button:hover,
.form button:focus {
    background-color: #eeecec;
    color: black;
    outline: none;
    border: none;
}

.white-text {
    color: white;
}

.text-1 { font-size: 0.67rem; line-height: 0.8rem; }
.text-2 { font-size: 1.33rem; line-height: 1.6rem; }
.text-3 { font-size: 2rem; line-height: 3.6rem; }

.form-control {
    background-color: #eeecec;
}
@media screen and (min-width: 576px) {

    .container-fluid {
        padding: 4rem 0 0;
    }

    .content-inner {
        width: 90%;
    }

    .title-text {
        font-size: 3rem;
    }

    .round-box {
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        margin-top: 3.5rem;
    }

    a.button::before,
    a.button::after {
        width: 34px;
        height: 50px;
    }

    a.button span {
        font-size: 1.5rem;
        line-height: 50px;
        height: 50px;
    }

    .big-text {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .big-text.emphasize {
        font-size: 2.4rem;
        line-height: 2.9rem;
    }

    .gold-header {
        font-size: 2.5rem;
        line-height: 89px;
        width: 75vw;
        height: 89px;
    }

    .gold-header.long {
        font-size: 1.5rem;
        line-height: 89px;
        width: 75vw;
        height: 89px;
    }

    .gold-header.small {
        font-size: 1rem;
        line-height: 43px;
        width: 197px;
        height: 43px;
    }

    .white-box {
        padding: 2rem 3rem;
    }

    .text-1 { font-size: 0.83rem; line-height: 1rem; }
    .text-2 { font-size: 1.67rem; line-height: 2rem; }
    .text-3 { font-size: 2.5rem; line-height: 3rem; }
    .text-bigger { font-size: 1.4em; }

    .white-box.form {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .form-control {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {

    a.button::before,
    a.button::after {
        width: 67px;
        height: 100px;
    }

    a.button span {
        font-size: 3rem;
        line-height: 100px;
        height: 100px;
    }

    a.button.small::before,
    a.button.small::after {
        width: 34px;
        height: 50px;
    }

    a.button.small span {
        font-size: 1.5rem;
        line-height: 50px;
        height: 50px;
    }

    .round-box {
        border-top-left-radius: 5rem;
        border-top-right-radius: 5rem;
        margin-top: 5rem;
    }

    .title-text {
        font-size: 4rem;
    }

    .big-text {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .big-text.emphasize {
        font-size: 3.2rem;
        line-height: 4.5rem;
    }

    .gold-header {
        background-image: url('/img/title-bg.png');
        font-size: 3rem;
        line-height: 100px;
        width: 945px;
        height: 100px;
    }
    .gold-header.gold {
        background-image: url('/img/title-bg-gold.png');
    }
    .gold-header.long {
        background-image: url('/img/title-bg-long.png');
        font-size: 2.5rem;
        line-height: 100px;
        width: 933px;
        height: 100px;
    }
    .gold-header.gold.long {
        background-image: url('/img/title-bg-gold-long.png');
    }
    .gold-header.long.smaller {
        font-size: 2.25rem;
    }

    .gold-header.small {
        font-size: 1rem;
        line-height: 32px;
        width: 299px;
        height: 32px;
    }

    .text-1 { font-size: 1rem; line-height: 1.2rem; }
    .text-2 { font-size: 2rem; line-height: 2.4rem; }
    .text-3 { font-size: 3rem; line-height: 3.6rem; }

    .white-box.form {
        padding-left: 5rem;
        padding-right: 5rem;
    }

}

@media screen and (min-width: 1920px) {
}


@media screen and (max-width: 1920px) {
    .bg-container {
        background-size: contain;
    }
}


/********************************************************/
/** home/index page **/
/********************************************************/

.home .bg-container {
    /* background-image: url('/img/bg-image-2.png'); */
    background-image: url('/img/bg-home-tile.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.home .img-top {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.content-inner {
    width: 90%;
}

.home .round-box .content-inner div {
    padding-top: 1rem;
}

.home a.button {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* .home .footer { */
.footer {
    background-color: #0d80bf;
    text-align: center;
    color: white;
    font-size: 1rem;
    font-weight: 100;
    padding: 1rem;
}

@media screen and (min-width: 576px) {
    .home .round-box .content-inner div {
        padding-top: 2rem;
    }

    .home a.button {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    /* .home .footer { */
    .footer {
        font-size: 1.5rem;
        padding: 1.5rem;
        line-height: 2rem;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
    .home .round-box .content-inner div {
        padding-top: 3rem;
    }

    .home a.button {
        padding-top: 6rem;
        padding-bottom: 10rem;
    }

    /* .home .footer { */
    .footer {
        /* font-size: 2rem; */
        font-size: 1.5rem;
        padding: 2rem;
    }
}

/********************************************************/
/** instructions page **/
/********************************************************/

.instructions .bg-container {
    /* background-image: url('/img/bg-image-inst.png'); */
    background-image: url('/img/bg-home-tile.png');
    background-size: contain;
}

.instructions .content-container {
    padding-top: 5rem;
}

.instructions a.button {
    padding-top: 3rem;
}

.instructions .gold-header.cycle {
    margin-top: 5rem;
}

.instructions section {
    padding-bottom: 3rem;
}

.step-img {
    max-width: 245px;
}

.clue-container {
    padding-top: 1rem;
    max-width: 933px;
    margin: auto;
}

.clue-container .clue {
    position: relative;
}

/* .clue-container a,
.clue-container a:hover,
.clue-container a:focus,
.clue-container a:visited {
    color: #435faf;
} */

.clue-container .row {
    padding-top: 3rem;
}

.clue-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    transition: all 0.5s ease;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clue-container .clue.active a {
    cursor: pointer;
}

.clue-container .clue.active a {
    background-color: rgba(0,0,0,0.3);
}

.clue-container .clue.active a:before {
    content: '';
    background-color: transparent;
    border-left: 2.5rem solid white;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;

}

#modal-video {
    background-color: rgba(0,0,0,0.85);
}

#modal-video .modal-dialog {
    max-width: 100%;
    margin: auto;
}
#modal-video .modal-content {
    background-color: transparent;
    border: none;
}

#modal-video button.close {
    color: white;
    position: fixed;
    top: 1rem;
    right: 1rem;
    opacity: 1;
    font-size: 3rem;
    display: none;
}

#modal-video.show button.close {
    display: block;
}

iframe {
    width: 320px;
    height: 180px;
}

.modal-backdrop.show {
    opacity: 0.8;
}

@media screen and (min-width: 576px) {
    .instructions a.button {
        padding-top: 4.5rem;
    }

    .instructions section {
        padding-bottom: 6rem;
    }

    iframe {
        width: 480px;
        height: 270px;
    }

}

@media screen and (min-width: 768px) {
    iframe {
        width: 640px;
        height: 360px;
    }
}

@media screen and (min-width: 992px) {
    .clue-container .clue.active a {
        background-color: transparent;
    }

    .clue-container .clue.active a:before {
        background-color: transparent;
        border: none;

    }

    .clue-container .clue.active a:hover {
        background-color: rgba(0,0,0,0.3);
        transition: all 0.5s ease;
    }

    .clue-container .clue.active a:hover:before {
        content: '';
        background-color: transparent;
        border-left: 2.5rem solid white;
        border-top: 1.5rem solid transparent;
        border-bottom: 1.5rem solid transparent;

    }
}

@media screen and (min-width: 1200px) {
    .instructions a.button {
        padding-top: 6rem;
    }

    .instructions section {
        padding-bottom: 10rem;
    }

    iframe {
        width: 960px;
        height: 540px;
    }

}


/********************************************************/
/** winners page **/
/********************************************************/

.winners .logo {
    max-width: 430px;
}

.winners .bg-container {
    background-repeat: no-repeat;
    background-size: contain;
    /* min-height: calc(100vw * 0.671875); */
    position: relative;
}

.winners .bg-wrapper {
    /* max-height: calc(100% - (100vw * 0.671875)); */
    /* max-height: calc(100% - (100vw * 1.216667)); */
    max-height: calc(100% - (100vw * 1.2));
    height: 100%;
    background-image: url('/img/bg-image-2.png');
    background-position: center top;
    position: absolute;
    /* top: calc(100vw * 0.671875); */
    top: calc(100vw * 1.2);
    left: 0;
    z-index: 0;
    overflow: hidden;
    background-repeat: repeat-y;
    /* background-size: cover; */
    background-size: contain;
}

/*
.winners .bg-wrapper {
    position: absolute;
    top: calc(70vw + 4rem);
    left: 0;
    z-index: 0;
    overflow: hidden;
}
 */
.winners .content-container {
    padding-top: 6vw;
    position: relative;
    z-index: 100;
}

.winners .content-inner .row {
    font-size: x-large;
}

.winners-list .content-inner > .winner-wrapper:nth-child(n+2) {
    color: #888;
}

.winners-list {
    padding-bottom: 5rem;
}

.round-box.footer {
    /* background: rgba(67,95,175,1); */
    background-color: #0d80bf;
    text-align: center;
    color: white;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
    padding: 5rem 2rem 2rem;
    margin-top: -1rem;
    margin-left: -2rem;
    margin-right: -2rem;
}

@media screen and (max-width: 1920px) {
    .winners .bg-container {
        background-size: contain !important;
    }
}

@media screen and (max-width: 1200px) {
    .round-box.footer {
        font-size: 1.5rem;
        line-height: 1.8rem;
        padding-top: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .winners .bg-wrapper {
        background-size: contain;
    }
}

@media screen and (max-width: 575px) {
    .winners .content-inner .row {
        font-size: large;
    }

    .round-box.footer {
        font-size: 1.0rem;
        line-height: 1.4rem;
        padding-top: 2rem;
        margin-left: -1rem;
        margin-right: -1rem;
    }
}


/********************************************************/
/** finale **/
/********************************************************/

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.iframe-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* calc(100% * 0.5625); */
}

.iframe-chat {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-color: white;
}

.text-success {
    color: #0000ff !important;
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 1200px) {
}

/********************************************************/
/** brands **/
/********************************************************/

.brands .bg-container {
    /* background-image: url('/img/bg-image-2.png'); */
    background-image: url('/img/bg-home-tile.png');
    background-size: contain;
}

.brands .body {
    color: black;
    font-size: 1.15rem;
    line-height: 1.3rem;
}

.brand-row {
    display: flex;
    padding-top: 4rem;
}

.brand-row img {
    max-width: 536px;
    max-height: 268px;
}

.mid-img {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.usp {
    padding-top: 3rem;
}

.usp p.header {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-top: 1.5rem;
}

.usp p.body {
    color: black;
    font-size: 1rem;
    line-height: 1.5rem;
}

.brands .product {
    position: relative;
    display: flex;
}

.brands .product {
    height: 52vw;
    min-height: 52vw;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    background-size: cover!important;
    display: flex;
    -webkit-box-align: center;
    align-items: flex-start;
    padding-top: 1rem;
}

.product .container {
    max-width: 80%;
}

.product > div {
    width: 100%;
}

.product.hydrating {
    background-image: url('/img/brand-img2-m.png');
}

.product.supreme {
    background-image: url('/img/brand-img3-m.png');
}

.product.kouji {
    background-image: url('/img/brand-img4-m.png');
}

.product.whitening {
    background-image: url('/img/brand-img5.png');
}

.product.facewash {
    background-image: url('/img/brand-img6-m.png');
}

.product.aha {
    background-image: url('/img/brand-img7-m.png');
}

.product.hydrating p {
    color: #0f89a5;
}

.product.supreme p {
    color: #0f89a5;
}

.product.kouji p {
    color: #4c2b0a;
}

.product.whitening p {
    color: #fff;
}

.product.facewash p {
    color: #0087d5;
}

.product.aha p {
    color: #0087d5;
}

.product-title {
    line-height: 1.2;
}

.product .button-round span {
    /* font-size: 16px; */
    padding: 10px 36px;
}

.button-round.brown > span {
    font-size: 0.8rem;
    padding: 0.3rem 1.5rem;
}

.brands .about .big-text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.brands .about .body {
    font-size: 0.75rem;
    line-height: 1rem;
}

@media screen and (min-width: 576px) {
    .product-title {
        font-size: 2.75vw;
    }

    .brands .about .big-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .brands .about .body {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .product > div {
        width: 50%;
    }
    .product .button-round span {
        font-size: 1.5vw;
        padding: 1.125vw 4.5vw;
    }
    .product.hydrating {
        background-image: url('/img/brand-img2.png');
    }

    .product.supreme {
        background-image: url('/img/brand-img3.png');
    }

    .product.kouji {
        background-image: url('/img/brand-img4.png');
    }

    .product.whitening {
        background-image: url('/img/brand-img5.png');
    }

    .product.facewash {
        background-image: url('/img/brand-img6.png');
    }

    .product.aha {
        background-image: url('/img/brand-img7.png');
    }

    .brands .product {
        height: 26vw;
        min-height: 26vw;
        align-items: center;
        padding-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .brands .body {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .mid-img {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .usp p.header {
        font-size: 1.8rem;
        padding-top: 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .product-title {
        font-size: 33px;
    }
    .product .button-round span {
        font-size: 16px;
        padding: 12px 48px;
    }
    .brands .about .big-text {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 1600px) {
    .brands .about .big-text {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .brands .about .body {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media screen and (min-width: 1920px) {
    .product-title {
        font-size: 40px;
    }

    .product .button-round span {
        font-size: 19px;
        padding: 15px 57px;
    }
}

/********************************************************/
/** playnow/video style **/
/********************************************************/

#navmain.playnow {
    background-image: none;
    pointer-events: none;
}

#navmain.playnow .navbar-brand,
#navmain.playnow .nav-item,
#navmain.playnow button.navbar-toggler {
    pointer-events: auto;
}

.play-overlay {
    background-image: url('/img/sejati.jpg');
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-overlay .play-overlay-inner {
    background-color: rgba(0,0,0,0.85);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-overlay .clue-wrapper {
    display: none;
}

.play-overlay .button-round,
#modal-found .button-round {
    min-width: 280px;
}
.play-overlay .button-round span,
#modal-found .button-round span {
    font-size: 1.5rem;
    line-height: 1;
}

.btn-wrapper {
    width: 100%;
    max-width: 1340px;
}

.video-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    height: auto;
    overflow: hidden;
    pointer-events: none;

}

#video-player {
    position: relative;
    width: 100%;
    height: auto;
    pointer-events: none;

}

.video-click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    cursor:url('/img/crosshair_red.png') 16 16, auto;
    /* cursor: pointer; */
}

.clickEffect {
    position: relative;
    width: 100%;
    height: 100%;
}

.clickEffect span {
    position: absolute;
    background: #ff0000;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: animateClick 0.7s ease-out forwards;
}

@keyframes animateClick {
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100% {
        width: 15vw;
        height: 15vw;
        max-width: 250px;
        max-height: 250px;
        opacity: 0;
    }
}

.video-skip-buttons-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video-skip-button {
    position: absolute;
    top: 50%;
    font-size: xx-large;
    color: white;
    background-color: black;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    transform: translate(0, -50%);
    text-align: center;
    pointer-events: auto;
}

.video-skip-button i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.video-skip-button.btn-prev {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    display: none;
}

.video-skip-button.btn-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    display: none;
}

.video-control-container {
    pointer-events: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}

.video-button,
.video-fullsize {
    position: relative;
    width: 40px;
    background-color: #000;
    color: white;
    overflow: hidden;
    line-height: 1;
}

.video-fullsize {
    cursor: pointer;
}

.video-button i,
.video-fullsize i {
    font-size: larger;
    padding: 11px;
}

.video-button .btn-pause {
    display: none;
}

.video-button.play .btn-play {
    display: none;
}

.video-button.pause .btn-play {
    display: block;
}

.video-button.play .btn-pause {
    display: block;
}

.video-button.pause .btn-pause {
    display: none;
}

.video-bar {
    position: relative;
    width: calc(100% - 40px);
    background-color: #000;
    overflow: hidden;
}

.video-progress-bar-background {
    position: absolute;
    top: 45%;
    height: 4px;
    background-color:#ffffff;
    width: calc(100% - 120px);
}

.video-progress-bar {
    width: 0%;
    height: 100%;
    background-color: #0281c7;
}

.video-clue-found {
    position: absolute;
    right: 0;
    padding-right: 10px;
    color: white;
    top: 50%;
    transform: translate(0,-50%);
}

.video-tips {
    color: white;
    opacity: 1;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80vw;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 3px black;
    pointer-events: none;
    /* display: none; */
}

.video-tips.fade-out {
    display: block;
    opacity: 0;
    transition: opacity 1s ease 8s;
}

.frameContainerElement {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.video-scrubber-frame {
    top: 0;
    left: 0;
    position: absolute;
}

/* #video-frame {
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
} */

.video-container.fullsize {
    min-width: 100vw;
    min-height: 56.25vw;
    /* transition: min-width, min-height 0.5s; */
}

@media (min-width: 576px) {
    .play-overlay .button-round,
    #modal-found .button-round {
        min-width: 350px;
    }
    .play-overlay .button-round span,
    #modal-found .button-round span{
        font-size: 2rem;
        line-height: 1.25;
    }
}

@media (min-width: 992px) {
    .video-container {
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
    }
    .play-overlay .button-round,
    #modal-found .button-round {
        min-width: 450px;
    }
    .play-overlay .button-round span,
    #modal-found .button-round span{
        font-size: 2.5rem;
        line-height: 1.75;
    }
}

/* @media only screen and (orientation: landscape) and (orientation: landscape) { */
@media (min-aspect-ratio: 16/9) {
    .video-section {
        overflow-y: scroll;
    }
}

@media (min-width: 992px) and (min-aspect-ratio: 16/9) {
    .video-section {
        padding-bottom: 3rem;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    .video-button i,
    .video-fullsize i {
        font-size: larger;
        padding: 5px;
    }
}

/********************************************************/
/** shared **/
/********************************************************/

section.tnc .body a,
section.tnc .body a:hover,
section.tnc .body a:focus,
section.tnc .body a:visited {
    color: #435faf;
}

section.tnc ol {
    padding-left: 30px;
}

.prize-container {
    padding-top: 2rem;
    /* padding-bottom: 5rem; */
    padding-bottom: 6rem;
    max-width: 933px;
    text-align: center;
    margin: auto;
}

.prize-container .row div {
    padding-top: 1rem;
}

.prize-container .big-text.emphasize {
    line-height: 3.2rem;
}

.prize-container .big-text.large {
    font-size: 4rem;
    line-height: 4.5rem;
}

.prize-container .big-text.large.ms {
    font-size: 3.55rem;
    line-height: 3.55rem;
}

.prize-container .big-text.small {
    font-size: 2.15rem;
    line-height: 2.15rem;
}

.prize-container .big-text.small.ms {
    font-size: 1.35rem;
    line-height: 1.35rem;
}

.prize-container .big-text.cycle {
    font-size: 3.2rem;
    line-height: 3.8rem;
}

.prize-container .big-text.cycle.ms{
    font-size: 2.9rem;
    line-height: 2.9rem;
}

#modal-found .modal-content {
    background: none;
    border: none;
    color: white;
}

#modal-found .modal-dialog {
    max-width: 1200px !important;
}

#modal-found .found .youhave,
#modal-found .found .foundb4 {
    display: none;
}

.form-group.error {
    display: none;
}
.form-group.error label {
    font-weight: bold;
    background-color: black;
    border-radius: 0.25rem ;
    padding: 0.25rem 0.5rem;
}

@media screen and (min-width: 576px) {
    #modal-found a.button.ms span {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1200px) {
    #modal-found a.button.ms span {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1199px) {

    .prize-container .big-text.small.ms {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .prize-container .big-text.cycle.ms{
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .prize-container .big-text.large.ms {
        font-size: 3.1rem;
        line-height: 3.7rem;
    }

}

@media screen and (max-width: 575px) {

    section.tnc .body {
        font-size: 0.9rem;
    }

    .prize-container .big-text.emphasize {
        line-height: 2rem;
    }

    .prize-container .big-text.small {
        font-size: 7vw;
        line-height: 8.4vw;
    }

    .prize-container .big-text.small.ms {
        font-size: 6vw;
        line-height: 7.2vw;
    }

    .prize-container .big-text.cycle {
        font-size: 10vw;
        line-height: 12vw;
    }

    .prize-container .big-text.cycle.ms{
        font-size: 8vw;
        line-height: 9.6vw;
    }

    .prize-container .big-text.large {
        font-size: 12vw;
        line-height: 14vw;
    }

    .prize-container .big-text.large.ms {
        font-size: 10vw;
        line-height: 12vw;
    }

}