/*///////////////////////////////////////////*/

#curtainsCanvas_24 {
    position: absolute;
    visibility: hidden;
}


#prev_24 {
    position: absolute;
    opacity: 0.001;
}
#curtainVideo_24 {
    position: absolute;
    opacity: 0.001;
}

#picCanvas_24 {
    position: absolute;
}

#spiral_24 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    background-image: url(circle.png);
}

#logoCont_24 {
    position: absolute;
    visibility: hidden;
}

#logoSVG_24 {
    min-width: 640px;
    min-height: 400px;
}

#logoFlexCont_24 {
    display: flex;
    max-width: 37%;
    width: 100%;
    height:20%;
/*    background-color:red;*/
    background-image: url(logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0px;
}

#infoLine_24 {
    display: flex;
    flex-direction: row;
    max-width: 37%;
    width: 100%;
    height:20%;
    gap: 6vmin;
}

#date_24 {
    background-image: url(date.png);
    height:100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
}
#cta_24 {
    background-image: url(cta.png);
    height:100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    cursor: pointer;
}

/*//// SVG ////*/


.journey-path_1{
  stroke-dasharray: 10961;
  stroke-dashoffset: 10961;
  animation: dash 12s linear forwards;
}

.journey-path_2{
  stroke-dasharray: 10961;
  stroke-dashoffset: 10961;

  animation-delay: 1.3s;
  animation-name: dash;
  animation-duration: 16s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;

}


path_24{
  stroke-linecap:round;
  stroke-linejoin:round;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}




/*SVG END*/







.ico_24 {
    position: absolute;
    opacity: 0;
    color: white;
}

.picSize_24 {
    position: absolute;
    width: 1920px;
    height: 956px;
}









/*///////////////////////////////////////////*/


#video_24 {
    position: absolute;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

#dragEl_24 {
/*    background-color: rgba(0, 0, 150, 0.2);*/
    cursor: move;
}


#bg_24 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(227,234,196,1) 0%, rgba(143,139,140,1) 100%);
}

#logo_24 {
    top: 0px;
    position: absolute;
    width: 469px;
    height: 370px;
/*    background-image: url(logo.png);*/
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}


#playerCont_24 {
    position: absolute;
    overflow: hidden;
    text-overflow: clip;
    border-radius: 25px;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.5);
}

#playerCont_24 > iframe {
    pointer-events: none !important;
}


/*  FLEX CONTENT   s t a r t  */

.fc_24{
    display: flex;
    align-items: center;
    justify-content: center;
}

#wrapper_24 {
    visibility: hidden;
    align-items: center;
    justify-content: center;
}

#stuff_24 {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    position: relative;
    flex-grow: 1.4;
    gap: 1%;
    visibility: hidden;
/*    background-color: rgba( 0, 0, 0, 0.1 );*/
}

#screen_24 {
    flex-grow:2.5;
    width: 100%;
    position: relative;
/*    background-color: blue;*/
    max-height: 60%;
    max-width: 95%;
}


.f_24{
    display: flex !important;
}

/*  FLEX CONTENT   e n d  */




.z1_24 {
    z-index: 100000;
}
.z2_24 {
    z-index: 200000;
}



#canvas_24 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}










/*///////////////////////////////////////*/


#dragEl_24 {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url(empty.png) !important;

    z-index: 50000;
}

#close_ad_btn_24 {
    position: absolute !important;
    width: 60px !important;
    height: 60px !important;
    top: 0px !important;
    right: 0px !important;
    background-image: url(close_btn.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer !important;
    /*background-color: red;*/
    z-index: 9999999 !important;
}

#fullscreen_btn_24 {
    position: absolute !important;
    width: 93px !important;
    height: 93px !important;
    /*top: -20px !important;*/
    /*right: -20px !important;*/
    top: 0px;
    right: 0px;
    background-image: url(fullscreen_btn.png) !important;
    cursor: pointer !important;
    /*display: none;*/
    z-index: 9999998 !important;
}

#ad_24 {
/*    background-color:  rgba(111, 111, 111, 0.2);*/

    width: 100%;
    height: 100%;
    position: fixed !important;
    border: 0px solid #CCC !important;
    -webkit-perspective: 1000px !important;
    -moz-perspective: 1000px !important;
    -o-perspective: 1000px !important;
    perspective: 1000px !important;
    z-index: 9999999 !important;
    /*cursor: grab !important;*/

    left: 0px;
    top: 0px;
    bottom:  0px;
    right:  0px;

/*    display: none;*/
    visibility: hidden;

    overflow: hidden;
    text-overflow: clip;

    /*background-color: gray;*/
}



.rct_24 {
    width: 150px !important;
    height: 160px !important;
    position: absolute !important;
}

.noDisplay_24 {
    display: none;
}
.noVis_24 {
    visibility: hidden;
}

.noEvents_24{
  pointer-events: none !important;
}

.noselect_24 {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.fs_24 {
    position: absolute;
    width: 100%;
    height: 100%;
}





@media (orientation: portrait) {
    #screen_24 {
        margin-top: 5vh;
    }
    .picSize_24 {
        width: 1180px;
        height: 1920px;
    }
    #logoFlexCont_24 {
        align-items: center;
        justify-content: center;
        max-width:80%;
/*        height:30%;*/
    }
    #infoLine_24 {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width:80%;
        margin-bottom: 15vmin;
        height:30%;
    }
    #date_24 {
        width: 70%;
    }
    #cta_24 {
        width: 70%;
    }
}


@media (orientation: landscape) {
    #logoFlexCont_24 {
        position: absolute;
        left:1vmin;
        top: 1vmin;
        background-position: left top;
    }
}
