@charset "utf-8";

body::-webkit-scrollbar { 
    display: none;
}

@-moz-document url-prefix(){
	html{
	  scrollbar-width: none;
	}
}

body{
	font-family: 'Roboto', 'Noto Sans', 'sans-serif';
	margin: 0px;
	padding: 0px;
	background-color: #F8F9FB;
	scrollbar-width: none;
	-ms-overflow-style: none;
    overflow-x: hidden;
	top: 0px;
	text-decoration: none;
	/* cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none; */
}

/* ----------------------------------- Navigation ----------------------------------- */

.nav{
    box-sizing: border-box;
    height: 44px;
    width: 100vw;
    margin: 0px;
    padding: 0px calc((100vw - 1000px) / 2);
    top: 0px;
	backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(8,9,11,0.85);
    z-index: 20;
}

.nav ul{
    display: flex;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
}

.nav ul li{
    position: relative;
    display: inline-block;
    line-height: 44px;
    cursor: default;
}

.nav ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #f8f9fb;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0,0,0.45,1);
}

.nav ul li a:hover{
    opacity: 1;
    transition-duration: 0.15s;
}

.button_mobile{
	position: absolute;
	width: 32px;
    height: 32px;
    padding: 0px;
    top: 10px;
    left: 15px;
    background-color: #00000000;
    border: none;
	display: none;
	outline: 0;
}

.button_mobile span{
	position: absolute;
	width: 20px;
	height: 2px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
    transition: 0.3s;
    pointer-events: none;
}

.button_mobile span span{
	display: block;
	width: 20px;
	height: 1px;
	border-radius: 0.5px;
	position: absolute;
	background-color: #ffffff;
}

.button_mobile span span.top{
	top: -4px;
	transition-property: top, transform;
	transition-delay: 0.15s, 0s;
	transition-duration: 0.15s, 0.15s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.1, 0.25);
}

.button_mobile span span.top.active{
	top: 0px;
	transform: translate(-50%, -50%) rotate(45deg);
	transition-delay: 0s, 0.15s;
}

.button_mobile span span.bottom{
	top: 4px;
	transition-property: top, transform;
	transition-delay: 0.15s, 0s;
	transition-duration: 0.15s, 0.15s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.1, 0.25);
}

.button_mobile span span.bottom.active{
	top: 0px;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition-delay: 0s, 0.15s;
}

.div_drop_menu{
    display: none;
	position: fixed;
	z-index: 19;
	height: 0px;
	width: 100vw;
	margin: 0px;
	padding: 0px;
	top: 0px;
    background-color: #08090B;
    overflow: hidden;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.5, 0.2, 0.2, 1);
}

.div_drop_menu.active{
	height: 100vh;
}

.div_drop_menu div{
    box-sizing: border-box;
	position: relative;
	height: 100vh;
    width: 100vw;
    padding: 48px 30px 0px;
}

.div_drop_menu div div{
	height: 40px;
	width: 100%;
	position: relative;
	padding: 0px;
	opacity: 0;
    transform: translateY(-40px);
    transition-property: opacity, transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.div_drop_menu div div.active{
    opacity: 1;
	transform: translateY(0px);
}

.text_drop_menu{
	position: absolute;
	font-family: inherit;
	font-size: 21px;
	font-weight: 400;
	color: #F8F9FB;
	transform: translateY(-50%);
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	top: 50%;
	text-decoration: none;
}

/* ----------------------------------- Footer ----------------------------------- */

.div_footer{
    box-sizing: border-box;
    height: auto;
    width: 100vw;
    min-height: 800px;
	background-color: #121315;
	padding: 0px calc((100vw - 1000px) / 2);
}

.div_footer hr{
	border-bottom-style: solid;
	border-bottom-color: #F8F9FB;
    border-bottom-width: 2px;
    padding: 0px;
    margin: 0px;
}

.section_footer{
    display: inline-block;
	position: relative;
	height: auto;
    width: 100%;
    padding: 30px 0px;
}

.section_footer p{
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    line-height: 32px;
    cursor: default;
}

.section_footer a{
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    line-height: 32px;
    text-decoration: none;
	opacity: 0.6;
	word-break: keep-all;
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0,0,0.45,1);
}

.section_footer a:hover{
    transition-duration: 0.15s;
    opacity: 1;
}

.container_footer_content{
	height: 100%;
	min-height: 550px;
	width: calc(100% / 3);
	float: left;
}

.container_footer_content ul{
    display: block;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.container_footer_content ul li{
    display: inline-block;
    position: relative;
    height: 52px;
    width: 100%;
}

.button_footer_language{
    position: relative;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #A8A9AB !important;
	cursor: pointer;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.7, 0.2, 0.2, 0.7);
	float: right;
}

/* ----------------------------------- Common Loading Style ----------------------------------- */

.div_common{
	box-sizing: border-box;
	position: fixed;
	height: 100vh;
	width: 100vw;
	padding: 30px;
	margin: 0px;
	background-color: #00000000;
	top: 0px;
	pointer-events: none;
	z-index: 20;
}

.div_common div.loading{
	position: absolute;
	display: block;
	height: 200px;
	width: 200px;
	border: 8px solid rgba(0,0,0,0.3);
	border-radius: 50%;
    border-top-color: #00000000;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
	animation: spin 1s infinite;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-ms-animation: spin 1s infinite linear;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}






/*-------------------------------------------------------------------------------------------------------------*/

.scrollBlock{
	height: 100%;
	min-height: 100%;
	overflow: hidden !important;
	touch-action: none;
}

button, a{
	outline: none;
}

button::-moz-focus-inner, a::-moz-focus-inner{
	border: 0;
}

.border_bottom{
	border-bottom: solid 0.05px #9D9D9F;
}



@media screen and (max-width:1600px){
	
}

@media screen and (max-width:1160px){
/* ----------------------------------- Navigation ----------------------------------- */
    .nav{height: 48px;padding: 0px 30px;}
    .nav ul{justify-content: center;}
    .nav ul li{display: none;line-height: 48px;}
    #nav_logo{display: block;}
    .button_mobile{display: block;}
    .div_drop_menu{display: block;}

/* ----------------------------------- Footer ----------------------------------- */

	.div_footer{width: 100%;padding: 0px 60px;}
	.section_footer p{font-size: 16px;}
	.section_footer a{font-size: 16px;}
	.button_footer_language{font-size: 13px !important;}
}

@media screen and (max-width:700px){
	.div_footer{padding: 0px 30px;}
	.container_footer_content{height: auto;min-height: auto;width: 100%;padding: 0px 0px 60px;}
}