@charset "utf-8";
/* CSS Document */
body{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: #FFFFFF;
    font-size: clamp(0.75rem,0.8vw,3rem);
	overflow: hidden;
}
iframe{
	overflow: hidden;
}
#VergeFrame {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-style: hidden;
    display: none;
    margin-left: -12px;
    margin-top: -12px;
}
#Series6{
	position: absolute;
    left: 50%;
    -ms-transform: translate(-102.5%, -0%);
    transform: translate(-102.5%, -0%);
}
#Series6:hover{
    background-color: #ECECEC; /* Gray */
}
#Series6:active{
    background-color: #D9D9D9;
}
#GameChange{
	position: absolute;
    left: 50%;
    -ms-transform: translate(2.5%, -0%);
    transform: translate(2.5%, -0%);
}
#GameChange:hover{
    background-color: #ECECEC; /* Gray */
}
#GameChange:active{
    background-color: #D9D9D9;
}
#BiFacial{
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
	padding-left: 7%;
	position: absolute;
    left: 50%;
    -ms-transform: translate(-207.5%, -0%);
    transform: translate(-207.5%, -0%);
}
#BiFacial:hover{
    background-color: #ECECEC; /* Gray */
}
#BiFacial:active{
    background-color: #D9D9D9;
}
#ATI{
    clip-path: polygon(0% 0, 70% 0, 100% 100%, 0 100%);
    padding-right: 7%;
	position: absolute;
    left: 50%;
    -ms-transform: translate(107.5%, -0%);
    transform: translate(107.5%, -0%);
}
#ATI:hover{
    background-color: #ECECEC; /* Gray */
}
#ATI:active{
    background-color: #D9D9D9;
}
#FullScreen2{
    position: absolute;
    display: block;
    transition-duration: 0.4s;
    background-color: #234F9A;
    color: white;
    padding-top: 20px;
    padding-right: 27px;
    padding-left: 27px;
    padding-bottom: 20px;
    text-align: center;
    border: medium solid #DDDDDD;
    font-size: clamp(0.75rem,0.75vw,3rem);
    right: 0%;
    cursor: pointer;
    top: 0%;
    border-bottom-left-radius: 15px;
    z-index: 4;
}
#FullScreen2:hover{
	 background-color: #AAAAAA; /* Gray */
  	 color: white;
}
#FullScreen2:active{
    background-color: #767676;
    border-bottom-right-radius: 0px;
	
}
#Video{
    z-index: 2;
    position: fixed;
    width: 100vw;
    margin-left: -8px;
    margin-top: -8px;
	visibility: visible;
}
#Check{
    display: none;
    position: absolute;
    z-index: 8;
    margin-top: 40px;
}
#WhiteBG {
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    z-index: 1;
    float: left;
    clear: left;
}
#wrapper{
    background-color: rgba(50,50,50,0.70);
    width: 100%;
    height: 100%;
}
.TButtonGroup-1{
    position: absolute;
    z-index: 4;
    bottom: 0px;
    height: 15%;
    max-height: 500px;
    width: 100%;
}
.TButtonGroup-1 > button {
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
    vertical-align: top;	
}
.Tbutton {
    transition-duration: 0.4s;
    background-color: #F8F8F8;
    color: #234F9A;
    font-size: clamp(0.75rem,1.4vw,3rem);
    outline: inherit;
    border-style: none;
	}
.Fade {
	display: block;
	opacity: 1;
	animation: Fade-In 1s;
/*
	transition-property: opacity, display;
	transition-duration: 2s, 0s;
	transition-delay: 0s, 2s;
*/
}
.Out {
	display: none;
	opacity: 0;
	animation: Fade-Out 2s;
/*	transition: opacity 550ms ease-in, display 0ms 550ms;*/
}
@keyframes Fade-Out {
	0%{ opacity: 1;display:block;}
	100%{ opacity: 0; display:none;}
}
@keyframes Fade-In {
	0%{ opacity: 0;}
	100%{ opacity: 1;}
}
