@font-face {
    font-family: Site-Regular;
    src: url(../fonts/AlmarenaNeueVariable-Regular.ttf);
    font-weight: 12;
}

@font-face {
    font-family: Site-Black;
    src: url(../fonts/NotoSansTC-Black.ttf);
}

@font-face {
    font-family: Site-Bold;
    src: url(../fonts/AlmarenaNeueVariable-Regular.ttf);
    font-weight: 20;
}

@font-face {
    font-family: Site-ExtraBold;
    src: url(../fonts/AlmarenaNeueVariable-Regular.ttf);
    font-weight: 120;
}

@font-face {
    font-family: Site-ExtraLight;
    src: url(../fonts/AlmarenaNeueVariable-Regular.ttf);
    font-weight: 5;
}

@font-face {
    font-family: Site-Light;
    src: url(../fonts/AlmarenaNeueVariable-Regular.ttf);
    font-variation-settings: "wght" 10, "disp" 80;
}

@font-face {
    font-family: Site-Medium;
    src: url(../fonts/NotoSansTC-Medium.ttf);
}

@font-face {
    font-family: Site-SemiBold;
    src: url(../fonts/AlmarenaNeueVariable_2.ttf);
    font-variation-settings: "wght" 20, "disp" 80;
}

@font-face {
    font-family: Site-Thin;
    src: url(../fonts/NotoSansTC-Thin.ttf);
}

@font-face {
    font-family: Site-Custom;
    src: url(../fonts/AlmarenaNeueVariable-Regular.ttf);
    font-weight: 15;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
*::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: #49443E;
}

*::-webkit-scrollbar-track:hover {
  background-color: #888781;
}

*::-webkit-scrollbar-track:active {
  background-color: #323130;
}

*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #DFE9EB;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #B8C0C2;
}

html {
    scroll-behavior: smooth;
    font-family: Site-Light;
    font-size: 12pt;
    font-variation-settings: "wght" 10, "disp" 80;
}

body {
    font-family: Site-Light;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-variation-settings: "wght" 10, "disp" 80;
    background: #000000;
}

a {
    text-decoration: none;
    color: #999999;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF !important;
}

#div_Content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: rgba(0, 0, 0, 1);
}

#div_Home {
    width: 6.5rem;
    height: 6.5rem;
    margin: 2rem 0 2rem 0;
    -webkit-mask-image: url(/core.svg);
    mask-image: url(/core.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #ffffff;
}


#div_Innerpage {
    position: relative;
    height: 100%;
    z-index: 100;
    margin-left: 25%;
    /*background: rgba(255, 255, 255, 1);*/
}

#div_InnerpageTitle {
    position: relative;
    float: left;
    padding: 0 0 0 0;
    width: 100%;
    height: 8%;
    max-height: 4rem;
    /* background: rgba(255, 0, 0, 1); */
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 40, "disp" 80;
    font-size: xx-large;
    color: #ffffff;
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

#div_InnerpageBody {
    position: relative;
    float: left;
    margin: 0;
    margin: 0 1.5rem 0 0;
    padding: 0 1rem 0 0;
    width: 94%;
    height: calc(90% - 180px);
    /* background: rgba(255, 255, 0, 1); */
    overflow-x: auto;
    overflow-y: auto;
    font-family: Site-Light;
    font-variation-settings: "wght" 15, "disp" 80;
    font-size: medium;
    line-height: 1.5;
    color: #ffffff;
}

#div_IndexCover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
}

#div_Cover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
}

#div_CoverMenu {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background: none;
}

#div_TopMenu {
    position: relative;
    padding: 3rem 0rem 1rem 0;
    width: 100%;
    height: auto;
    max-height: 1.3rem;
    background: none;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 2rem;
}

.class_TopMenuItem {
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 30, "disp" 80;
    font-size: 1.6rem;
    margin: 0 1rem 1.5rem 0;
}

#div_IndexSideMenu {
    position: relative;
    padding: 0 0 5% 1.5rem;
    width: 20%;
    min-width: 20rem;
    height: auto;
    background: none;
    z-index: 100;
}
#div_SideMenu {
    position: relative;
    padding: 0 0 2rem 1.5rem;
    width: 20%;
    min-width: 20rem;
    height: auto;
    background: none;
    z-index: 100;
}

#div_SideMenuBgToggleBase {
    width: 3rem;
    height: calc(1rem + 2px);
    border-radius: 3rem;
    border: #FFFFFF solid 2px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    margin-left: 5px;
    background: url(/media/ani_holo.webp);
    background-size: contain;
	
    /*visibility: hidden; background: rgb(238, 174, 202);
	background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);*/
}

#div_SideMenuBgToggleButton {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 1rem;
    background: #000000;
    border: #000 solid 0.1rem;
}

.class_SideMenuSection {
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 40, "disp" 80;
    font-size: 2rem;
    color: #ffffff;
    margin: 0 0 2rem 0;
}

.class_IndexSideMenuItem {
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 30, "disp" 80;
    font-size: 2rem;
    margin: 0 0 1.5% 1.5%;
    line-height: 1.1;
    overflow: hidden;
}


.class_SideMenuItem {
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 30, "disp" 80;
    font-size: 2rem;
    margin: 0 0 1.5% 1.5%;
    line-height: 1.1;
    overflow: hidden;
}

.class_ActiveSideMenuItem {
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 30, "disp" 80;
    font-size: 2rem;
    margin: 0 0 1.5% 1.5%;
    line-height: 1.1;
    overflow: hidden;
    color: #F5F9FE !important;
}


#div_ShowRegistration {
    position:fixed; 
    right: 1.5rem; 
    bottom: calc(50% - 4rem);
    margin: 0;
}

#div_ShowRegistrationButton {
    position:relative; 
    float: left; 
    width: auto; 
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 40, "disp" 80;
    font-size: 2rem;
    line-height: 1.2;
}

#div_ShowRegistrationButton2 {
    position:relative; 
    width:auto; 
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 40, "disp" 80;
    font-size: 2rem;
    line-height: 1.2;
}

#div_ShowRegistrationStatement {
    position:relative; 
    float: left; 
    width:auto; 
    margin: 1rem 0 0 1rem;    
    font-family: Site-Light;
    font-variation-settings: "wght" 15, "disp" 80;
    font-size: 0.8rem;
    line-height: 1.2;
    color: #ffffff;
}

#div_ShowInfo {
    position: relative;
    width: 100%;
    font-family: Site-Light;
    font-variation-settings: "wght" 15, "disp" 80;
    font-size: 0.8rem;
    line-height: 1.2;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

#div_ShowInfo1 {
    clear: both;
    text-align: right;
    font-family: Site-Light;
    font-variation-settings: "wght" 20, "disp" 80;
    font-size: 200%;
    line-height: 1.5;
    color: #ffffff;
}

#div_ShowLocation {
    position: relative;
    width: 8rem;
    height: 4rem;
    padding-top: 5px;
    font-family: Site-Light;
    font-variation-settings: "wght" 15, "disp" 80;
    font-size: 1.2rem;
    line-height: 1.1;
    color: #ffffff;
}

#div_ShowDuration {
    position: relative;
    height: 4rem;
    font-family: Site-Light;
    font-variation-settings: "wght" 20, "disp" 80;
    font-size: 200%;
    line-height: 1.5;
    color: #ffffff;
}

#div_ShowDuration1 {
    display: flex;
    justify-content: space-around
}

#div_ShowDuration2 {
    display: flex;
    justify-content: space-around
}

#div_ShowDuration3 {
    display: flex;
    justify-content: space-around
}


#div_Footer {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 200;
    padding-right: 1.5rem;
}

#div_FooterYearLogo {
    position: relative;
    float: left;
    width: 256px;
    height: 120px;
    -webkit-mask-image: url(/media/logo2024.svg);
    mask-image: url(/media/logo2024.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #ffffff;
}

#div_FooterWrapper {
    position: relative;
    float: right;
    min-width: 370px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-end;
}

#div_FooterSdLogo {
    position: relative;
    float: right;
    width: 300px;
    min-width: 150px;
    height: 62px;
    margin: 0 0 5px 10px;
    -webkit-mask-image: url(/media/logo_lockup_white.svg);
    mask-image: url(/media/logo_lockup_white.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #ffffff;
    /*background: url(/media/logo_lockup_white.svg) no-repeat;
	background-size: contain;*/
}

#div_FooterCopyRight {
    position: relative;
    float: right;
    width: 140px;
    min-width: 140px;
    height: 58px;
    font-size: 0.8rem;
    line-height: 1.2;
    color: #ffffff;
}



#div_RandomListWrapper{
    position: relative; 
    top: 1rem; 
    left: 0; 
    width: 100%; 
    height: 8rem; 
    z-index: 1500; 
    display: flex; 
    flex-direction: row; 
    flex-wrap: nowrap; 
    justify-content: center; 
    padding: 0.5rem 0 0 0;
}

#div_MenuGen{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 72rem;
    height: calc(100% - 28rem);
    min-height: 30rem;
    overflow: auto;
}





ol,
ul {
    list-style: none;
}

.class_MenuItemIndex {
    float: left;
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 40, "disp" 80;
    font-size: small;
    color: #eaeaea;
    margin: 0 0.5rem 0 0;
}

.class_MenuItem {
    font-family: Site-SemiBold;
    font-variation-settings: "wght" 40, "disp" 80;
    font-size: xx-large;
    color: #ffffff;
    margin: 2rem 0 0 0;
}

.class_MenuSubItem {
    font-family: Site-Light;
    font-size: medium;
    color: #999999;
    margin: 0.5rem 0 0.5rem 2.5rem;
}

.wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    max-height: 70rem;
    overflow: hidden;
    -webkit-perspective: 1100px;
    -moz-perspective: 1100px;
    -ms-perspective: 1100px;
    -o-perspective: 1100px;
    perspective: 1100px;
    z-index: 1000;
    pointer-events: none;
}



.wrapper nav {
    /*background: rgba(255, 255, 255, 0.6);*/

/* background: url(/media/bubbles.svg) no-repeat rgba(10, 10, 10, 0.9);
background-position: center 30px;
background-size: 50%;*/
background: rgba(10, 10, 10, 0.98);
pointer-events: all;
}

/*.wrapper.active nav {*/
/*
.wrapper nav {
        /*background: rgba(255, 255, 255, 0.6);* /
    
    background: url(/media/bubbles.svg) no-repeat rgba(10, 10, 10, 0.9);
    background-position: center top;
    background-size: 50%;
    pointer-events: all;
    margin-top: 30px;
}
*/
/*
.wrapper.active nav .menu-list-container {
*/
.wrapper.active nav {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15px;
}

.wrapper.active .main-container {
    -webkit-transform: rotateY(45deg) translateY(-50%) translateZ(-300px);
    -moz-transform: rotateY(45deg) translateY(-50%) translateZ(-300px);
    -ms-transform: rotateY(45deg) translateY(-50%) translateZ(-300px);
    -o-transform: rotateY(45deg) translateY(-50%) translateZ(-300px);
    transform: rotateY(45deg) translateY(-50%) translateZ(-300px);
}

.main-container {
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg) translateX(0) translateZ(0);
    -moz-transform: rotateY(0deg) translateX(0) translateZ(0);
    -ms-transform: rotateY(0deg) translateX(0) translateZ(0);
    -o-transform: rotateY(0deg) translateX(0) translateZ(0);
    transform: rotateY(0deg) translateX(0) translateZ(0);
}

.main-container .content {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-container .content .text {
    font-size: 32px;
    letter-spacing: 3px;
    color: #ffffff;
    position: absolute;
    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%);
}

nav {
    color: #333;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    overflow: hidden;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    visibility: hidden;
    opacity: 0;
}

.menu-icon-container {
    position: fixed;
    width: 3rem;
    height: 3rem;
    bottom: 100px;
    background: url(/media/ani_holobg.webp);
    right: 1.5rem;
    /*right: 0.5%;*/
    border: #333333 solid 3px;
    border-radius: 6rem;
    z-index: 2000;
}

nav .menu-list-container {
    position: relative;
    top: 10%;
    width: 80%;
    /*
    width: 60%;
    min-width: 80rem;
    */
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-evenly;
    pointer-events: all !important;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
}


.menu-icon {
    margin: 0.65rem 1rem 0rem 0.6rem;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    pointer-events: all !important;
}

.menu-icon span {
    display: block;
    width: 22px;
    height: 4px;
    background: #333333;
    margin-bottom: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.menu-icon span.bar1 {
    margin-top: 2px;
}

.menu-icon:hover span {
    margin-bottom: 4px;
}

.menu-icon:hover span.bar1 {
    margin-top: 0px;
}

.menu-icon.active {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon.active:hover span {
    margin-top: 2px;
    margin-bottom: 2px;
}

.menu-icon.active .bar1 {
    -webkit-transform: rotate(0deg) translateY(6px);
    -moz-transform: rotate(0deg) translateY(6px);
    -ms-transform: rotate(0deg) translateY(6px);
    -o-transform: rotate(0deg) translateY(6px);
    transform: rotate(0deg) translateY(6px);
}

.menu-icon.active .bar2 {
    opacity: 0;
}

.menu-icon.active .bar3 {
    -webkit-transform: rotate(-90deg) translateX(5px);
    -moz-transform: rotate(-90deg) translateX(5px);
    -ms-transform: rotate(-90deg) translateX(5px);
    -o-transform: rotate(-90deg) translateX(5px);
    transform: rotate(-90deg) translateX(5px);
}

.class_EventListItemOdd {
    position: relative;
    float: left;
    background: #FFF;
    padding: 1rem;
    margin: 0 0 1rem 0;
    width: calc(100% - 2rem);
    line-height: 1.2;
}

.class_EventListItemOwn {
    position: relative;
    float: left;
    background: #D9D9D9;
    padding: 1rem;
    margin: 0 0 1rem 0;
    width: calc(100% - 2rem);
    line-height: 1.2;
}

.class_EventListItemCol0 {
    position: relative;
    float: left;
    width: 25%;
    margin: 0 0 1rem 0;
}

.class_EventListItemCol1 {
    font-family: Site-SemiBold;
    position: relative;
    float: left;
    width: 55%;
    margin: 0 0 1rem 0;
    color: #000;
    padding-left: 1rem;
}
.class_EventListItemCol1 a {
    color: #000;
}
.class_EventListItemCol1 a:hover {
    color: #000 !important;
}

.class_EventListItemCol1Row1 {
    position: relative;
}

.class_EventListItemCol1Row2 {
    position: relative;
    float: left;
    font-size: 18pt;
}
.class_EventListItemCol1Row3 {
    margin-top: 0.5rem;
    position: relative;
    float: left;
}


.class_EventListItemCol2 {
    position: relative;
    float: right;
    width: 20%;
    color: #000;
}

.class_EventListItemCol2Row1 {
    position: relative;
    text-align: right;
}

.class_EventListItemCol2Row2 {
    position: relative;
    text-align: right;
}

#menu3 {
    display: flex;
}
#menu2 {
    display: none;
}
#menu1 {
    margin: 1rem auto 90px auto;
    display: none;
}




.class_MenuBlock{
    min-width: 22.5rem;
    max-width: 22.5rem;
}



@media only screen and (max-height: 530px) {
    #div_MenuGen {
        width: 65%;
        height: calc(100% - 12rem);
        display: grid;
        grid-auto-flow: column;
        grid-gap: 0;
        grid-template-rows: auto auto auto auto;
        padding: 0 7rem 0 7rem;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 1200px) {
    #div_MenuGen {
        width: 47rem;
        height: calc(100% - 12rem);
        display: grid;
        grid-auto-flow: column;
        grid-gap: 0;
        grid-template-rows: auto auto auto auto auto;
        padding: 0 7rem 0 7rem;
        /*display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: calc(100% - 22rem);
        overflow: visible;*/
    }
    #div_RandomListWrapper{
        height: 6rem;
        display: flex;
        justify-content: center;
        padding: 0.5rem 0 0 0;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        overflow: hidden;
    }
    #div_SearchWrapper {
        margin-top: 2rem;
    }
    #menu3 {
        display: none;
    }
    #menu2 {
        display: flex;
    }
    #menu1 {
        display: none;
    }
}

/*
@media only screen and (max-width: 740px) {
    #div_FooterYearLogo {
        width: 150px;
        height: 70px;
    }
}
*/

@media only screen and (max-width: 800px) {
    .class_EventListItemOdd {
        position: relative;
        float: left;
        background: #FFF;
        padding: 1rem;
        margin: 0 0 1rem 0;
        width: 90%;
        color: #000;
    }

    .class_EventListItemOwn {
        position: relative;
        float: left;
        background: #D9D9D9;
        padding: 1rem;
        margin: 0 0 1rem 0;
        width: 90%;
        color: #000;
    }

    .class_EventListItemCol0 {
        width: 100%;
    }

    .class_EventListItemCol1 {
        width: 100%;
        padding-left: 0;
    }

    .class_EventListItemCol1Row1 {
        width: 100%;
    }

    .class_EventListItemCol1Row2 {
        width: 100%;
    }

    .class_EventListItemCol2 {
        width: 100%;
    }

    .class_EventListItemCol2Row1 {
        width: 100%;
        text-align: left;
    }

    .class_EventListItemCol2Row2 {
        width: 100%;
        text-align: left;
    }
    #menu3 {
        display: none;
    }
    #menu2 {
        display: none;
    }
    #menu1 {
        display: flex;
    }
    #div_Cover {
		position: relative;
        width: 100vw;
	    height: auto;	    
	    background: #000;
    }
    #div_CoverMenu {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        background: none;
    }
    #div_TopMenu {
        width: 100vw;
        height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        visibility: hidden;
    }
    #div_Content {
        position: relative;
        float: left;
        width: 100vw;
        height: auto;
    }
    .menu-bg-container{
        position: absolute;
        bottom: 5%;
    }

    #div_IndexSideMenu {
        min-height: 280px;
        overflow: hidden;
        padding: 120px 0 0 15px;
        background: url(/media/logo2024.svg) no-repeat 0 10px / 60% auto;
    }
    #div_SideMenu {
        position: relative;
        float: left;
        width: 95%;
        height: auto;
        /* overflow: hidden; */
        margin: 0;
        padding: 0;
        /* transform-origin: left top; */
        /* transform: scale(0.8); */
    }
    #div_Home {
        width: 10rem;
        height: 5rem;
        margin: 10px 0 0 0;
        -webkit-mask-image: url(/media/logo2024.svg);
        mask-image: url(/media/logo2024.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background: #ffffff;
    }
    .class_SideMenuSection {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 1rem 15px;
        font-family: Site-SemiBold;
        font-variation-settings: "wght" 40, "disp" 80;
        font-size: 2rem;
        color: #ffffff;
    }
    .class_SideMenuItem {
        position: relative;
        float: left;
        width: auto;
        height: auto;
        margin: 0.25rem;
        padding: 0.5rem;        
        border: #fff solid 1px;
        border-radius: 3rem;
        font-size: 0.8rem;
        line-height: 1.1;
    }
    .class_ActiveSideMenuItem {
        position: relative;
        float: left;
        width: auto;
        height: auto;
        margin: 0.25rem;
        padding: 0.5rem;
        border: #999999 solid 1px !important;
        border-radius: 3rem;
        font-size: 0.8rem;
        line-height: 1.1;
        background: url(/media/ani_holobg.webp);
        color: #333333 !important;
    }
    #div_ShowRegistration {
        position: absolute;
        right: 0;
        bottom: 120px;
        width: 100%;
        margin: 0;
        padding: 0 1.5rem 0 1.5rem;
    }
    #div_ShowInfo {
        position: relative;
        width: 100%;
        font-family: Site-Light;
        font-variation-settings: "wght" 15, "disp" 80;
        font-size: 0.8rem;
        line-height: 1.2;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }
    #div_ShowInfo1 {
        text-align: left;
    }

    #div_ShowLocation {
        position: relative;
        height: 4rem;
        padding-top: 5px;
        font-family: Site-Light;
        font-variation-settings: "wght" 15, "disp" 80;
        font-size: 1.2rem;
        line-height: 1.1;
        color: #ffffff;
    }

    #div_FooterYearLogo {
        position: absolute;
        top: 0;
        width: 0vw;
        height: 0vw;
        visibility: hidden;
    }

    #div_FooterCopyRight {
        position: relative;
        color: #ffffff;
    }
    #div_Innerpage {
        position: relative;
        float: left;
        /* left: 0; */
        width: 95%;
        height: auto;
        margin: 0;
        padding: 0;
        overflow: visible;
    }
    #div_InnerpageTitle {
        width: 95%;
        height: auto;
        margin: 1rem 15px 1rem 15px;
    }
    #div_InnerpageBody {
        position: relative;
        float: left;
        width: 98%;
        height: auto;
        margin: 0;
        padding: 0;
        margin: 15px;
        font-family: Site-Light;
        font-variation-settings: "wght" 15, "disp" 80;
        font-size: medium;
        line-height: 1.5;
        color: #ffffff;
    }
    #div_FooterWrapper {
        position: relative;
        float: right;
        min-width: 100%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #div_FooterSdLogo {
        position: relative;
        float: left;
        width: 300px;
        height: 58px;
        margin: 0 0 5px 15px;
        -webkit-mask-image: url(/media/logo_lockup_white.svg);
        mask-image: url(/media/logo_lockup_white.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background: #ffffff;
    }
    #div_Content video {
        bottom: -60px !important;
    }
    #div_SideMenuBgToggleBase {
        display: block;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        margin-left: 5px;
    }
    #div_MenuGen {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 0 0 3rem;
        width: calc(100% - 3rem - 3px);
        height: 78%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .class_MenuBlock{
        min-width: 20rem;
        max-width: 20rem;
    }
    
    .menu-icon-container {
        position: fixed;
        right: 15px;
        top: 1rem;
    }
    
    #div_MenuItem1 {
        margin: 0;
    }
}

