@font-face {  
    font-family: "Bebas Neue"; /* font name for the feature use*/
    src: url("../fonts/BebasNeue.otf") format("opentype"); 
}
@font-face {  
    font-family: "Bebas Neue Bold"; /* font name for the feature use*/
    src: url("../fonts/BebasNeue-Bold.otf") format("opentype"); 
}
@font-face {  
    font-family: "Bebas Neue Book"; /* font name for the feature use*/
    src: url("../fonts/BebasNeue-Book.otf") format("opentype"); 
}
@font-face {  
    font-family: "Bebas Neue Light"; /* font name for the feature use*/
    src: url("../fonts/BebasNeue-Light.otf") format("opentype"); 
}
@font-face {  
    font-family: "Bebas Neue Regular"; /* font name for the feature use*/
    src: url("../fonts/BebasNeue-Regular.otf") format("opentype"); 
}
@font-face {  
    font-family: "Bebas Neue Thin"; /* font name for the feature use*/
    src: url("../fonts/BebasNeue-Thin.otf") format("opentype"); 
}
@font-face {  
    font-family: "Calibre Black"; /* font name for the feature use*/
    src: url("../fonts/Calibre-Black.otf") format("opentype"); 
}
@font-face {  
    font-family: "Calibre Bold"; /* font name for the feature use*/
    src: url("../fonts/Calibre-Bold.otf") format("opentype"); 
}
@font-face {  
    font-family: "Calibre Bold"; /* font name for the feature use*/
    font-style: italic;
    src: url("../fonts/Calibre-BoldItalic.otf") format("opentype"); 
}
@font-face {  
    font-family: "Calibre Light"; /* font name for the feature use*/
    src: url("../fonts/Calibre-Light.otf") format("opentype"); 
}
@font-face {  
    font-family: "Calibre Light"; /* font name for the feature use*/
    font-style: italic;
    src: url("../fonts/Calibre-LightItalic.otf") format("opentype"); 
}
@font-face {  
    font-family: "Calibre Medium"; /* font name for the feature use*/
    src: url("../fonts/Calibre-Medium.otf") format("opentype"); 
}
@font-face {  
    font-family: "Calibre Medium"; /* font name for the feature use*/
    font-style: italic;
    src: url("../fonts/Calibre-MediumItalic.otf") format("opentype"); 
}
@font-face {  
    font-family: "Calibre Semibold"; /* font name for the feature use*/
    src: url("../fonts/Calibre-Semibold.otf") format("opentype"); 
}
@font-face {  
    font-family: "JaneAusten"; /* font name for the feature use*/
    src: url("../fonts/JaneAust.ttf") format("truetype"); 
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: white;
    font-family: sans-serif;
    font-size: 14px;
}
.tile-thumbnail {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.full-block{
    width: 100%;
    height: 100%;
    display: block;
}
.d-none, .hide{
    display: none;
}
#container{
    width: 100vw;
    transform-origin: left top;
}
#scale-container{
    transform-origin: left top;
    transition-timing-function: ease-in-out;
}
#page-container{
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: left top;
    z-index: 10;
}
.page-background{
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.refresh-button{
    position:absolute;
    left:1820px;
    top:0px;
    height:100px;
    width:100px;
    z-index:30000;
}
.home-button-display{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button-display{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.audio-button-display{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rectangle-box{
    height: 25px;
    background-color: #19a10c;
    margin-bottom: 15px;
}
.upload-home-button-container .round-button{
    padding: 0px;
}
.play-button-shadow{
    box-shadow: 3px 1px 7px 0px rgba(0, 0, 0, 0.35); 
    text-shadow: 3px 1px 7px rgba(0, 0, 0, 0.35); 
}
.dropdown-menu{
    z-index: 30000;
}
.transform-origin-top-left{
    transform-origin: top left;
}
.element-data{
    border: none !important;
    position: absolute;
}
.element-content{
    position: relative;
    width: 100%;
    height: 100%;
}
.toggle-element-outline .fa{
    height: 10px;
    width: 16px;
    margin-right: 2px;
    outline: dashed 2px #48a9ff;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-move{
    cursor: move;
}
.element-text-content{
    height: 100%;
    width: 99%;
    background-color: transparent;
    overflow:overlay;
    overflow-x:hidden;
}
.element-text-content::-webkit-scrollbar-corner {
    background-color: white;
}
.element-text-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}
.element-text-content::-webkit-scrollbar-thumb {
    border: 4px solid rgba(255,255,255,0);
    background-clip: content-box;
    background-color: #bfbfbf;
    border-radius: 10px;
}
.element-text-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    background-color: white;
}
.element-video .play-button-container{
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content:center;
    align-items:center; 
    position: absolute;
}
.element-video .play-button-container img{
    width: 41%;
}
.element-title .chapter-name{
    color: #009900;
    border-bottom: solid 3px #009900; 
    font-family: cabin;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
}
.element-title .title-bottom-box{
    display: block;
    height: 11px;
    width: 125px;
    background-color: #009900;
}
.media-gallery-more-label{
    border-radius: 50%;
    position: absolute;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -19px;
    bottom: -4px;
    color: white;
    font-size: 11px;
    line-height: 14px;
    font-family: cabin;
    pointer-events: none;
}
.media-list-container{
    min-height: 450px;
    border: dashed thin darkgray;
    margin-bottom: 10px;
    padding: 3px;
}
.media-thumbnail-container{
    display: inline-block;
    text-align: center;
    margin: 3px;
    min-width: 100px;
    position: relative;
}
.media-thumbnail{
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.media-cover-thumbnail{
    position: absolute;
    top: 68px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
}
.media-cover-thumbnail-content{
    background-color: #4CAF50;
    font-size: 12px;
    padding: 2px;
}
.media-delete{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.ui-resizable-helper { 
    border: 2px dotted #00F; 
}
.has-changes-button{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.has-changes-button:hover{
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.link-title{
    background-color: #FFA500;
    color: #212529;
    padding: 5px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 12px;
    position: absolute;
}
.chapter-list-placeholder{
    height: 0px;
}
#chapter-tab .nav-link:not(.active){
    font-weight: bold;
}
.sidemenu-container{
    width: 100%;
    max-width: 500px;
    min-height: 500px;
    border: dashed thin darkgray;
    padding-bottom: 5px;
}
.sidemenu-placeholder{
    width: 100%;
    max-width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: gray;
    font-style: italic;
    position: absolute;
    pointer-events: none;
}
.sidemenu-top-section{
    border: 1px solid #c8d4d9;
    cursor: move;
    padding: 5px;
    min-height: 40px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}
.sidemenu-top-section .fa-trash-o{
    display: none;
}
.chapter-label-container{
    display: none;
}
.chapter-empty-placeholder{
    height: 0px;
    display: none;
}
#chapter-list{
    border: 1px solid #c8d4d9;
}
#selected-chapter .sidemenu-top-section{
    border: none;
    border-bottom: solid 3px #009900;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-top: 0px;
    height: 41px;
    align-items: flex-end;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: transparent;
}
#selected-chapter .chapter-button{
    margin-bottom: 4px;
}
#selected-chapter .chapter-name{
    padding-left: 16px;
    font-family: cabin;
    font-size: 21px;
    color: #009900;
    line-height: 26px;
    font-weight: 500;
}
#selected-chapter .sidemenu-list-item .fa-arrows{
    margin-right: 5px;
}
#selected-chapter .sidemenu-list-item .fa-trash-o{
    display: inline;
    cursor: pointer;
}
#selected-chapter .chapter-label-container{
    display: block;
    height: 11px;
    font-size: 7px;
    color: white;
    letter-spacing: .75px;
    background-color: #009900;
    width: 125px;
    padding-left: 7px;
    margin-left: 5px;
    margin-top: -1px;
    clear: both;
    display: flex;
    align-items: center;
}
#selected-chapter .chapter-empty-placeholder{
    height: 51px;
    display: block;
}
.sidemenu-list-item-header{
    min-height: 30px;
    padding: 5px;
    background-color: #428bca;
    font-weight: bold;
    color: white;
    border: solid thin #607d8b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidemenu-actual-container{
    position: absolute;
    height: 0px;
    cursor: move;
}
.sidemenu-actual-container #selected-chapter{
    transform-origin: top left;
}
.sidemenu-actual-container .sidemenu-top-section{
    margin: 0; 
}
.sidemenu-actual-container #selected-chapter .chapter-label-container{
    margin-left: 0;
    margin-right: 0;
}
.drag-sidebar-y{
    position: absolute;
    top: -35px;
    left: 0px;
}
#chapter-container{
    position: absolute;
    top: 270px;
    left: 239px;
    width: 1378px;
    height: 665px;
}
.chapter-scroll-top{
    position: absolute;
    top: 31px;
    left: 686px;
    width: 63px;
    height: 63px;
    color: white;
    background-color: #009900;
    border-radius: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    line-height: 24px;
    font-size: 19px;
    font-family: cabin;
    padding: 4px;
    box-sizing: border-box;
}
.chapter-scroll-bottom{
    position: absolute;
    top: 559px;
    left: 686px;
    width: 64px;
    height: 64px;
    color: white;
    background-color: #009900;
    border-radius: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column-reverse;
    line-height: 26px;
    font-size: 19px;
    font-family: cabin;    
    padding: 4px;
    box-sizing: border-box;
}
.chapter-scroll-top .fa,
.chapter-scroll-bottom .fa{
    line-height: 10px;
    display: block;
}
.chapter-scrollbar{
    position: absolute;
    top: 64.5px;
    left: 688px;
    width: 63px;
    height: 528px;
    background-color: #eff7df;
}
.scroll-left-container{
    float: left;
    outline: dashed 2px #090;
    position: absolute;
    left: 0px;
    top: 82px;
    width: 633px;
    min-height: 559px;
}
.scroll-right-container{
    float: right;
    outline: dashed 2px #090;
    position: absolute;
    left: 809px;
    top: 82px;
    width: 613px;
    min-height: 559px;
}
.scroll-left-add{
    position: absolute;
    left: 456px;
    top: 48px;
}
.scroll-right-add{
    position: absolute;
    left: 807px;
    top: 48px;
}
.chapter-scroll-unit{
    -webkit-box-shadow: 8px 8px 20px -8px rgba(186,184,186,1);
    -moz-box-shadow: 8px 8px 20px -8px rgba(186,184,186,1);
    box-shadow: 8px 8px 20px -8px rgba(186,184,186,1);
}
.chapter-scroll-add-box{
    position: absolute;
    width: 236px;
    height: 103px;
    top: 749px;
    left: 292px;
    border: solid 1px #504f4b;
    border-radius: 10px;
    background-color: #e6e1d0;
}
#add-chapter-title-popup .chapter-name,
#edit-chapter-title-popup .chapter-name{
    color: #009900;
    border-bottom: solid 3px #009900;
    font-family: cabin;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
}
#add-chapter-title-popup .title-bottom-box,
#edit-chapter-title-popup .title-bottom-box{
    display: block;
    height: 11px;
    font-size: 7px;
    color: white;
    letter-spacing: .75px;
    background-color: #009900;
    width: 125px;
}
.scroll-add{
    z-index: 20000;
}
.scroll-title-box{
    color: white;
    width: 242px;
    height:30px;
    border-radius: 0px;
    border: none;
    font-size: 13px;
    font-weight: 500;
    font-family: cabin;
    background-color: #173f36;
    -webkit-box-shadow: 2px 2px 0px 0px #2ab015;
    -moz-box-shadow: 2px 2px 0px 0px #2ab015;
    box-shadow: 2px 2px 0px 0px #2ab015;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-title-box::placeholder{
    color: white;
}
.chapter-element-data{
    position: relative;
}
.chapter-element-data .element-option-box{
    position: absolute;
    z-index: 20000;
    pointer-events: all !important;
    display: flex;
    flex-direction: row;
    top: 0px;
    right: 0px;  
    border: solid thin #333f49;
    border-radius: 2px;
    overflow: hidden;
}
.chapter-element-data .element-option-box i{
    font-size: 12px;
}
.chapter-element-data .element-move{
    height: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chapter-element-data .edit-element{
    height: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chapter-element-data .delete-element{
    height: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chapter-element-data .element-scroll-title-display{
    width: 100%;
    height: 100%;
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-family: cabin;
    background-color: #173f36;
    -webkit-box-shadow: 2px 2px 0px 0px #2ab015;
    -moz-box-shadow: 2px 2px 0px 0px #2ab015;
    box-shadow: 2px 2px 0px 0px #2ab015;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-right-scroll-button{
    position: absolute;
    width: 129px;
    height: 129px;
    top: 908px;
    left: 1500px;
}
.gallery-left-scroll-button{
    position: absolute;
    width: 129px;
    height: 129px;
    top: 908px;
    left: 2px;
}
.gallery-display{
    position: absolute;
    width: 932px;
    height: 603px;
    top: 235px;
    left: 473px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(3px 4px 5px rgba(0,0,0,0.75));
}
.gallery-title{
    font-family: Foxlite Script;
    font-size: 60px;
    position: absolute;
    top: 152.2px;
    left: 307px;
    width: 1300px;
    height: 70px;
}
.gallery-thumbnail-container{
    position: absolute;
    overflow: hidden;    
    width: 1340px;
    height: 195px;
    top: 874px;
    left: 119px;
}
.gallery-thumbnail-container-inner{
    position: relative;
    display: inline-flex;
}
.gallery-thumbnail{
    width: 246px;
    height: 195px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-thumbnail-background{
    position: absolute;
    width: 87%;
    height: 79%;
    background-size: cover;
    background-position: center center;
    transform: rotate(-1deg);
    border-radius: 3%;
}
.gallery-thumbnail-container-inner .gallery-thumbnail:not(:last-child){
    margin-right: 24px;   
}
.scroll-photo-container{
    position: absolute;
    left: 291px;
    top: 369px;
    width: 635px;
    height: 336px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
.scroll-description{
    font-family: Kozgopr6n;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    width: 594px;
    height: 700px;
    top: 266px;
    left: 1033px; 
    overflow: auto;
    color: #231f20;
    padding-right: 25px;
    line-height: 30px;
}
.scroll-description::-webkit-scrollbar {
    width: 41px;
} 
/* Track */
.scroll-description::-webkit-scrollbar-track {
    background-image: url('../images/Scroll-Bar.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 618px;
    margin-top: -28px;
}
/* Handle */
.scroll-description::-webkit-scrollbar-thumb {
    background-image: url('../images/Scroll-Handle.png');
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-position: center 110px;
}  
.scroll-description-header{
    color: #9c2e2f;
    text-shadow: 1px 0 #9c2e2f;
    font-weight: bold;
    letter-spacing: 1.3px;
    font-family: "Kozgopr6n";
}
#scroll-editor{
    min-height: 450px;
    border: dashed thin darkgray;
    margin-bottom: 10px;
    padding: 3px;
    width: 100%;
}
.video-popup{
    position: absolute;
    width: 1920px;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
    text-align: center;
}
#video-container{
    width: 1583px;
    height: 940px;
    border-radius: 50px;
    border: solid 20px orange;
    margin: 60px auto;
    position: relative;
    background-color: black;
}
#video-entity{
    width: 1581px;
    height: 890px;
    position: relative;
    background-color: black;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.video-home-button{
    position: absolute;
    color: white;
    left: 1812px;
    top: 33px;
    z-index: 9999;
}
#video-controls{
    height: 38px;
    width: 1553px;
    border: 1px solid #6c757d;
    position: relative;
    margin: 0 auto;
    margin-top: -1px;
    border-radius: 30px;
}
#progress-bar{
    color: orange;
    width: 1325px;
    height: 30px;
    border: none;
    margin-left: 20px;
    margin-top: 4px;
    background: #434343;
}
#progress-bar::-moz-progress-bar { 
    color:orange;
    background:#434343; 
} 
#progress-bar[value]::-webkit-progress-bar {
    background-color: #434343;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
#progress-bar[value]::-webkit-progress-value {
    background-color: orange;
}
#btnReplay, #btnPlayPause, #btnStop{
    background: transparent;
    color: orange;
    border: none;
    width: 55px;
}
.control-button{
    font-size: 32px;
    outline: none;
}
.df-lightbox-close{
    color: white;
    margin-top: 5px;
    margin-right: 5px;
}
.df-lightbox-close::before{
    font-size: 30px;
}
.df-container.df-floating>.df-ui-next, .df-container.df-floating>.df-ui-prev{
    color: white;
    opacity: 1;
}
.df-lightbox-wrapper{
    background: none;
}
.table-element{
    color: white;
}
.table-element th{
    font-size: 102px;
    font-family:"Franklin Gothic Heavy";
    text-align: center;
    width: 50%;
}
.table-element td{
    font-size: 72px;
    line-height: 120px;
    font-family: "Franklin Gothic Medium";
    text-align: center;
}
.ui-keyboard {
    border-radius: 0;
    left: 0;
    top: 158px;
    position: absolute;
    width: 100%;
}
.ui-keyboard span { 
    font-size: 2em; 
}
.ui-keyboard-button {     
    height: 4em;
    min-width: 4em;
    margin: .215em;
    cursor: pointer;
    overflow: hidden;
    line-height: 4em; 
}
.ebook-view-container{
    position: fixed;
    width: 1920px;
    height: 3413.333333333333px;
    left: 0;
    top: 0;
    background-image: url("../images/Magazine-View-Background.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10000;
}
.previous-button{
    position: absolute;
    width: 204px;
    height: 204px;
    left: 67px;
    top: 63px;
}
.home-button{
    position: absolute;
    width: 204px;
    height: 204px;
    left: 1633px;
    top: 62px;
}
.ebook-view-title{
    position: absolute;
    left: 327.98336px;
    top: 93.11616px;
    width: 1280px;
    font-family: "Franklin Gothic Book";
    font-size: 67.84px;
    color: black;
    line-height: 81.408px;
}
.ebook-view-display{
    position: absolute;
    top: 422.2592px;
    left: 0px;
    width: 1920px;
    height: 2008.78976px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ebook-control{
    position: absolute;
    top: 2543.70944px;
    left: 0px;
    width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-page{
    margin: 6px;
}
.last-page{
    margin: 6px;
}
.back-page{
    margin: 6px;
}
.next-page{
    margin: 6px;
}
.page-no{
    font-size: 67.712px;
    font-family: "Franklin Gothic Demi";
    color: black;
    margin-left: 24px;
    margin-right: 24px;
}
.from-page{
    color: #006A51;
}
.ebook-thumbnail{
    position: absolute;
    left: 105.312px;
    top: 2766.2208px;
    width: 1708.77312px;
    height: 630px;
    display: block;
    overflow: auto;
    white-space: nowrap;
}
.ebook-thumbnail::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
}
.ebook-unit{
    display: inline-block;
    width: 306.98624px;
    height: 437.88544px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 28.85376px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.ebook-active{
    width: 350.75968px;
    height: 498.54208px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ebook-number{
    position: absolute;
    font-family: "Franklin Gothic Medium";
    font-size: 37.12px;
    text-align: center;
    color: black;
    pointer-events: none;
    top: 550.2px;
    width: 306.98624px;
}
.ebook-active .ebook-number{
    width: 350.75968px;
}
.ebook-view-container .df-ui-controls{
    display: none;
}
.question-frame{
    position: absolute;
    top:0px;
    left:1920px;
    width: 1920px;
    height:1080px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms question-frame-animation forwards;
}
@keyframes question-frame-animation{
    0%   { left: 1920px; }
    100% { left: 0px; }
}
.question-container{
    position: absolute;
    left: 221.678807px;
    top: 290.9303074px;
    width: 1459.9917552px;
    overflow: hidden;
}
.question-container-out{
    animation: 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19) question-container-out-animation forwards;   
}
@keyframes question-container-out-animation{
    0%    { left: 221.678807px; }
    100%  { left: 1920px; }
}
.question-text{
    text-align: center;
    font-family: Calibre;
    font-weight: 500;
    font-size: 54px;
    color: #231F20;
    line-height: 51.8328px;
    font-stretch: 92.04%;
    min-height: 208.0511px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.answer-container{
    display: flex;
    align-items: center;
    height: 430px;   
}
.answer-image{
    display: inline-block;
    width: 422.5705015px;
    height: 357.4541067px;
    margin-left: 80px;
    position: relative;
}
.answer-image-out{
    animation: 1000ms cubic-bezier(0.19, 1, 0.22, 1) answer-text-unit-out-animation forwards;   
}
@keyframes answer-image-out-animation{
    0%    { left: 0px; }
    100%  { left: 1459.9917552px; }
}
.answer-text{
    display: inline-block;
    margin-left: 72px;
}
.answer-text-unit{
    height: 89.9875px;
    font-family: Calibre;
    font-weight: 500;
    font-size: 54px;
    color: #231F20;
    font-stretch: 92.04%;
    position: relative;
}
.answer-text-unit-out{
    animation: 2200ms cubic-bezier(0.19, 1, 0.22, 1) answer-text-unit-out-animation forwards;   
}
@keyframes answer-text-unit-out-animation{
    0%    { left: 0px; }
    100%  { left: 1459.9917552px; }
}
.question-number{
    position: absolute;
    left: 142.894738px;
    top: 551px;
    font-family: "Bebas Neue";
    font-size: 95.0268px;
    color: #FDCA25;
    display: flex;
    width: 120px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.result-label{
    position: absolute;
    width: 1597px;
    height: 199px;
    left: -1597px;
    top: 501.793173px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: -1597px; 
}
.result-label-in{
    animation: 1000ms cubic-bezier(0.19, 1, 0.22, 1) result-label-in-animation forwards, 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 1600ms result-label-out-animation forwards;
}
.result-label-in-2{
    animation: 1000ms cubic-bezier(0.19, 1, 0.22, 1) 400ms result-label-in-animation forwards, 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 2300ms result-label-out-animation forwards;
}
@keyframes result-label-in-animation{
    0%    { left: -1597px; }
    100%  { left: 163.7866087px; }
}
@keyframes result-label-out-animation{
    0%    { left: 163.7866087px; }
    100%  { left: 1920px; }
}
.end-game-label{
    position: absolute;
    width: 1597px;
    height: 199px;
    left: -1597px;
    top: 501.793173px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: "Bebas Neue Regular";
    color: white;
    font-size: 80.218457px;
    letter-spacing: 0.4px;
    text-align: center;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.end-game-label-in{
    animation: 1000ms cubic-bezier(0.19, 1, 0.22, 1) 2700ms result-label-in-animation forwards;
}
@keyframes result-label-in-animation{
    0%    { left: -1597px; }
    100%  { left: 163.7866087px; }
}
.end-game-message{
    font-family: Calibre;
    font-weight: 500;   
    font-stretch: 92.04%;
    font-size: 53.9925px;
    color: white;
    text-align: center;
}