/* CSS Document */

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-Ultralight.otf") format("opentype");
	font-weight: 100;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-UltralightItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 100;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-Thin.otf") format("opentype");
	font-weight: 200;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-ThinItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 200;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-Light.otf") format("opentype");
	font-weight: 300;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-LightItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 300;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-Regular.otf") format("opentype");
	font-weight: 400;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-RegularItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 400;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-Medium.otf") format("opentype");
	font-weight: 500;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-MediumItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 500;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-Semibold.otf") format("opentype");
	font-weight: 600;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-SemiboldItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 600;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-Bold.otf") format("opentype");
	font-weight: 700;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-BoldItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 700;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-Heavy.otf") format("opentype");
	font-weight: 800;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-HeavyItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 800;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-Black.otf") format("opentype");
	font-weight: 900;
}
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro/SF-Pro-Display-BlackItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 900;
}


@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-Light.otf") format("opentype");
	font-weight: 300;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-LightItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 300;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-Regular.otf") format("opentype");
	font-weight: 400;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-RegularItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 400;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-Medium.otf") format("opentype");
	font-weight: 500;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-MediumItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 500;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-Semibold.otf") format("opentype");
	font-weight: 600;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-SemiboldItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 600;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-Bold.otf") format("opentype");
	font-weight: 700;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-BoldItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 700;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-Heavy.otf") format("opentype");
	font-weight: 800;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SF-Pro/SF-Pro-Text-HeavyItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 800;
}





:root {
	 --container-width:1024px
}


html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 17px/1.8 'SF Pro Text', sans-serif;
	color: #1d1d1f;
	height: 100%;
	line-height: 1.6;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

.DNNEmptyPane {
	display: none !important;
}



#Body,
html,
body,
.Head,
.SubTitle,
.SubSubTitle {
	font-family: "SF Pro Text";
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--Color);
}

.Normal {
	color: inherit !important;
	font-family: "SF Pro Text";
	line-height: 1.4;
	font-style: normal;
	font-size: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'SF Pro Display';
	font-weight: 500;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {
	font-weight: 700;
	font-size: 39px;
	line-height: 1.1;
	letter-spacing: 0;
	color: var(--H1Color);
}

h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--H2Color);
}

h3 {
	font-weight: 700;
	font-size: 27px;
	line-height: 1.4;
	letter-spacing: 0;
	color: var(--H3Color);
}

h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--H4Color);
}

h5 {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--H5Color);
}

h6 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--H6Color);
}




::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:placeholder {
	color: inherit;
	opacity: 0.9;
}

a,
a:link {
	transition: all 0.2s;
	text-decoration: none;
}
a,
a:link,
a:visited,
a:active {
	color: var(--LinkColor);
}

a:hover {
	color: var(--LinkHoverColor);
}

 

@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 26px;
	}

	h3,
	h4 {
		font-size: 24px;
	}

}


@media (min-width: 1600px) {
	.container {
		max-width: var(--container-width);
	}
}

p {
	margin-bottom: 18px;
}

.light-area-box{
	padding: 80px 0;
}


.dark-area-box,
.dark-area-box .SubTitle,
.dark-area-box .SubSubTitle {
	color: var(--DarkColor);
}
.dark-area-box h1 {
	color: var(--DarkH1Color);
}

.dark-area-box h2 {
	color: var(--DarkH2Color);
}

.dark-area-box h3 {
	color: var(--DarkH3Color);
}

.dark-area-box h4 {
	color: var(--DarkH4Color);
}

.dark-area-box h5 {
	color: var(--DarkH5Color);
}

.dark-area-box h6 {
	color: var(--DarkH6Color);
}
.dark-area-box a,
.dark-area-box a:link,
.dark-area-box a:visited,
.dark-area-box a:active {
	color: var(--DarkLinkColor);
}

.dark-area-box a:hover {
	color: var(--DarkLinkHoverColor);
}




body div.actionMenu ul,
body div.actionMenu ul:hover, 
body div.actionMenu ul.showhover{
	z-index: 11110 !important;
}

.dnnForm.dnnLogin{
	margin-top: 200px;
}

.infinite-color-icon svg{
	width: 1em;


}

.dnnEditState.personabar-visible .actionMenu{
	display: block !important;
	z-index: 904;
}

/*header*/
.desktop-header {
	z-index: 991;
	width: 100%;
	padding:0;
}
.desktop-header .header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all ease-in 300ms;
}

.desktop-header.floating-active{
	position: fixed;
	top: 0;
}
.dnnEditState  .header-replace {
	position: relative !important; 
}
.desktop-header.floating-active .header-top,
.desktop-header.floating-active .header-bottom{
	display: none;
}
.header-top{
	background-color: var(--HeaderTopBG);
}
.header-center{
	position: relative;
}
.header-center::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	backdrop-filter: saturate(180%) blur(20px);
    background-color: var(--HeaderCenterBG);
	z-index: -1;
	pointer-events: none;
}
.header-bottom{
	background-color: var(--HeaderBottomBG);
	color: var(--HeaderBottomColor);
}

.header-bottom-text{
	padding: 14px 0;
	text-align: center;
	font-size: 16px;
}
.header-bottom a{
	color:  currentColor !important;
}
.header-bottom a:hover{
	color: var(--HeaderBottomHColor) !important;
	text-decoration: underline;
}

.header-InsidePage .nav_box {
	margin: 0 auto;
}

.header-InsidePage .header-replace {
	position: relative;
}


.desktop-header p {
	margin: 0;

}

.desktop-header .dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

/*dnngo_megamenu */

#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
	clear:both;
}
#dnngo_megamenu .primary_structure{
	position:relative;
	clear:both;
	margin:0; 
	padding:0;
}
#dnngo_megamenu .primary_structure:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
 
#dnngo_megamenu .primary_structure > li {
	float: left;
	list-style: none;
	position: relative;
	margin-left: 10px;
}
#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	padding: 0;
	
}
*+html #dnngo_megamenu .primary_structure > li > a {
	display: inline;
}

#dnngo_megamenu .primary_structure > li > a:hover,
#dnngo_megamenu .primary_structure > li.menu_hover > a ,
#dnngo_megamenu .primary_structure > li.current > a { 
	text-decoration:none;
}
#dnngo_megamenu > div > ul > li > a{
	background:none;
	position: relative;
	display: block;
}
#dnngo_megamenu > div > ul > li > a:hover{
}
#dnngo_megamenu > div > ul > li > a > span{
	position:relative;
	color:var(--HeaderCenterColor);
	display:block;
	font-size:12px;
	padding: 3px 5px;
	transition: all ease-in 300ms;
}
#dnngo_megamenu > div > ul > li > a:hover > span,
#dnngo_megamenu > div > ul > li.current > a > span{
	color:var(--HeaderCenterHColor);
}

/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 903;
	margin:0;
	padding:0;
}
#dnngo_megamenu .dnngo_masonrymenu {
	width:100%;
}
#dnngo_megamenu .dnngo_masonrymenu > ul {
	float:left;
	
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li{
	margin:0px 10px;
}

/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	white-space:nowrap;
	position: relative;
    background-color: var(--HeaderCenterBG);
}


#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li{
	margin:0;
	padding:0;
}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding:0;
	background-color:var(--HeaderCenterBG);
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	box-shadow:			0 0 2px rgba(0,0,0,0.1);	
	-moz-box-shadow:	0 0 2px rgba(0,0,0,0.1); 	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
 }
#dnngo_megamenu .dnngo_slide_menu li:last-child {
	border-bottom:none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration:none;
	text-align:left;
	padding: 12px 80px 12px 15px;
	font-size:13px;
	display: block;
	color: var(--HeaderCenterColor);
	transition: 	background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
	color:var(--HeaderCenterHColor);
	background-color:var(--HeaderCenterBG);
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:before {
	content: "";
	width:5px;
	height:5px;
	right: 20px;
	top: 50%;
	position: absolute;
	margin:-2px 0 0 0;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-moz-transform:rotate(-45deg); /* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
	-o-transform:rotate(-45deg); /* Opera */
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover > a:before  {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}



@media (max-width: 991px) {
	.menu_main .multi_menu > ul a{
		font-size: 16px;
		position: relative;
		padding-right: 25px;
	}
	.menu_main .multi_menu > ul a .menu_arrow{
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 25px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;

	}
	.menu_main .multi_menu > ul a .menu_arrow.arrow_opened{
		line-height: 16px;
	}
	.menu_main .multi_menu > ul li.current  > ul{
		display: block;
	}
	.menu_main .multi_menu > ul ul{
		padding: 0;
		margin: 0;
		display: none;
	}
	.menu_main .multi_menu > ul ul li{
		list-style: none;
	}
	.page_title_box{
		padding-top: 100px;
		padding-bottom: 40px;
	}
	.menu_main > .multi_menu > .dropdown > li > a:after,
	.menu_main > .multi_menu > .dropdown > li > a:before{
		display: none;
	}

	.menu_main{
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 1002;
		padding: 10px 0;
		display: none;
		max-height: calc(100vh - 100px);
		overflow: hidden;
		overflow-y: auto;
	}
	.mobile-active .menu_main{
		opacity: 1;
		pointer-events: all;
		visibility: visible;

	}
	.menu_main::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		backdrop-filter: saturate(180%) blur(20px);
		background-color: var(--HeaderCenterBG);
		z-index: -1;
		pointer-events: none;
	}




	.menu_main .dropdown{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.menu_main .dropdown li{
		margin: 0 15px;
		padding: 0px 0;
	}
	.menu_main .dropdown li a{
		display: block;
		text-align: left;
		border-bottom: 1px solid rgba(0,0,0,.2);
		padding: 10px 0;
	}

	.mobile-icon{
		width: 20px;
		height: 16px;
		color: var(--HeaderCenterColor);
		border-top: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		display: block;
		position: relative;
		cursor: pointer;
		display: inline-block;
		backface-visibility: hidden;
	}
	.mobile-icon::after{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 5px;
		border-bottom: 2px solid currentColor;
	}


	.menu_main .dropdown {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.menu_main .dropdown a,
	.menu_main .dropdown a:link,
	.menu_main .dropdown a:visited {
		color: var(--HeaderCenterColor);
	}
	.menu_main .dropdown .current > a,
	.menu_main .dropdown a:hover {
		color: var(--HeaderCenterHColor);
	}
	
	.menu_main > .multi_menu > .dropdown li.active > a,
	.menu_main > .multi_menu > .dropdown li.current > a,
	.menu_main > .multi_menu > .dropdown li > a:hover{
		color: var(--HeaderCenterHColor);
	}


}


/*****************/




.Normal img{
	max-width: 100%;
}

.row > .PaneBox {
	display: flex;
	flex-direction: column;
}
.row > .PaneBox > .DnnModule-DNN_HTML{
	flex-grow: 1;
}

.header-top ,
.header-top a,
.header-top a:link,
.header-top a:visited {
	color: var(--HeaderTopColor);
	font-size: 12px;
}
.header-top a:hover {
	color: var(--HeaderTopHoverColor);
}


.header-top-list-icon,
.header-top-list .mobile{
	display: none;
}
.header-top-list ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
    justify-content: space-between;
	font-weight: 300;	
	min-height: 44px;

}
.header-top-list li{
	padding: 0 15px;
}

@media (max-width: 991px) {
	.header-top-list{
		display: flex;
		align-items: center;
	}

	.header-top-list-icon{
		width: 36px;
		height: 36px;
		display: block;
		cursor: pointer;
		display: inline-block;
		position: relative;
		z-index: 10001;	
	}
	.header-top-list-icon::after,
	.header-top-list-icon::before{
		content: "";
		position: absolute;
		left: 8px;
		right: 8px;
		top: 50%;
		margin-top: -5px;
		border-bottom: 2px solid currentColor;
		transition: all ease-in 300ms;
		transform-origin: center center;
	}
	.header-top-list-icon::before{	
		margin-top: 5px;
	}
	.header-top-list .mobile{
		display: inline-block;
		margin: 0 auto;
		position: relative;
		z-index: 10001;
		transform: translateX(-18px);
	}
	.header-top-list ul{
		display: none ;
		margin: 0px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: var(--HeaderCenterBG);
		z-index: 10000;
		flex-direction: column;
		padding: 50px 15px;
	}
	
	.header-top-list li{
		border-bottom: 1px solid rgba(255,255,255,.2);
		max-width: 690px;
		margin: 0 auto;
		padding: 0;
	}
	.header-top-list li a{
		display: block;
		padding: 15px 0;
	}
	.header-top-list-active{
		overflow: hidden;
	}
	.header-top-list-active .header-top-list-icon{
	}
	.header-top-list .desktop{
		display: none;
	}
	.header-top-list-active .header-top-list-icon::after{
		transform: rotate(45deg);
		margin-top: 0px;
	}
	.header-top-list-active .header-top-list-icon::before{
		transform: rotate(-45deg);
		margin-top: 0px;
	}



}



.banner-info{
	text-align: center;
	padding: 0px 0 80px;
	max-width: 800px;
	margin: 0 auto;
}

.banner-info .title{
	font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
	margin: 0 0 30px;
}
.banner-info p{
	font-size: 24px;
    line-height: 1.33341;
    font-weight: 400;
}
@media (max-width: 991px) {
	.banner-info .title{
		font-size: 42px;
	}
}


.images-box{
	position: relative;
}
.images-box img{
	max-width: 100%;
}
.images-box .content{
    width: 860px;
    text-align: center;
    max-width: 100%;
	font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
}

.images-box .title{
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
	margin-bottom: 50px;
}


@media (min-width: 992px) {
	.images-box .content{
		position: absolute;
		bottom: 50px;
		color: #FFF;
		left: 50%;
		transform: translateX(-50%);
	}
	.images-box .title{
		color: #FFF;
	}
}
@media (max-width: 991px) {
	.images-box .content{
		margin-top: 30px;
	}
	.images-box .title{
		font-size: 42px;
		margin-bottom: 20px;
	}
	.images-box .content{
		font-size: 24px;
	}

}





.button-01{
	font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    min-width: 28px;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 18px;
    padding-bottom: 18px;
	background:  var(--Button01BG);
    color: var(--Button01Color) !important;
    border-radius: 980px;
	margin-top: 30px;
	display: inline-block;
	transition: all ease-in 300ms;
}
.button-01:hover{
	background: var(--Button01HBG);
    color: var(--Button01HColor) !important;
}

@media (max-width: 991px) {
	.images-box .button-01{
		background:   var(--Button01Color);
		color:  var(--Button01BG) !important;
	}
	.images-box .button-01:hover{
		background: var(--Button01HBG);
		color: var(--Button01HColor) !important;
	}
}



.banner-info2{
	text-align: center;
	padding: 80px 0;
	max-width: 970px;
	margin: 0 auto;
}
.banner-info2 .subtitle{
    font-weight: 400;
    color: var(--Color);
	font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
	opacity: 0.8;
}
.banner-info2 .title{
    font-size: 48px;
    line-height: 1.08349;
    font-weight: 600;
	margin: 35px 0;
}
@media (max-width: 991px) {
	.banner-info2 .title{
		font-size: 42px;
	}
}


.button-02{
	font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    min-width: 28px;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 18px;
    padding-bottom: 18px;
	border: 2px solid var(--Button02BG);
	background: transparent;
    color: var(--Button02Color) !important;
    border-radius: 980px;
	margin-top: 30px;
	display: inline-block;
	transition: all ease-in 300ms;
}
.button-02:hover{
	background: var(--Button02HBG);
	border-color: var(--Button02HBG);
    color: var(--Button02HColor) !important;
}


.gray-area-box{
    text-align: center;
    padding: 100px 0;
    background-color: var(--GrayBG);
}

.dark-area-box{
	background-color: var(--DarkBG);
    color: var(--DarkColor);
}
.dark-area-box::before{
	content: "";
	display: block;
	overflow: hidden;
	width: 100%;
}

.banner-info3{
	width: 650px;
	margin: 0 auto;
	font-size: 21px;
	max-width: 100%;
}

.images-bottom{
	margin-bottom: 100px;
}

.image-parallax{
	margin:0 0 30px;
	height: calc(200vh - 52px);
	position: relative;
}
.image-parallax .image{
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	left: 0;
	transform: translateX(-50%);
    margin-left: 50%;
	transform-origin: center center;
	text-align: center;
	display: none;
}
.image-parallax img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-parallax .image-scrim{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
}


.image-parallax .content{
	position: sticky;
    width: 66%;
    text-align: left;
    top:100%;
    left: 0;
    max-width: 100%;
	z-index: 1;
    font-size: 21px;
    line-height: 1.381;
    font-weight: 400;
	opacity: 0;
	pointer-events: none;
}


.image-parallax .content .position{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 12.5%;
	height: 100vh;
	display: flex;
    justify-content: center;
	flex-direction: column;
}

.image-parallax .title{
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
	margin-bottom: 50px;
}


@media (max-width: 991px) {

	.image-parallax .content{
		width: 100%;
	}
	.image-parallax .content .position{
		padding: 0 30px;
	}	
	.image-parallax .title{
		font-size: 42px;
	}
}


/* .images-box03{
	padding: 80px 15%;
	background-color: #1d1d1f;
    font-size: 17px;
	line-height: 1.5;
	margin-bottom: 30px;
}
 */
.images-box03 .img{
	text-align: center;
	margin-bottom: 50px;
}
.images-box03 .title{
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 600;
}




.images-box04{
	display: flex;
	align-items: center;
}
.images-box04 .img{
	text-align: center;
	flex: 0 0 65%;
	margin-left: -15%;
}

.images-box04 .title{
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 600;
}
@media (max-width: 991px) {
	.images-box04{
		display: block;
	}
	.images-box04 .img{
		margin: 0 0 20px;
	}
}

.banner-info4{
	margin: 100px 0;
	max-width: 600px;
	font-size: 21px;
}
.banner-info4 .title{
	font-size: 64px;
    line-height: 1.08349;
    font-weight: 600;
}




.big-title{
	margin: 60px 0;
	max-width: 600px;
	font-size: 48px;
}

@media (max-width: 991px) {
	.banner-info4 .title{
		font-size: 42px;
	}
	.big-title{
		font-size: 42px;
	}
	

}



.iconbox{
	text-align: center;
}
.iconbox .img{
	margin-bottom: 40px;
}
.iconbox .title{
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
}

 
.item-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-list li{
	margin-top: 10px;
}
/* .item-list a,
.item-list a:link,
.item-list a:visited {
	color: #2997ff;
}
.item-list a:hover {
	color: #2997ff;
}
 */
.DarkPaneU,
.DarkPaneV{
	margin-bottom: 80px;
}

.dark-area-box .Normal,
.dark-area-box .NormalDisabled,
.dark-area-box .NormalDeleted{
	color: inherit;
}



/*footer */
.section-footer{
	background-color: var(--FooterBG);
	padding: 0px 0 10px;
	color: var(--FooterColor);
	font-size: 14px;
}
.section-footer a,
.section-footer a:link,
.section-footer a:visited {
	color: var(--FooterLinkColor);
}
.section-footer a:hover {
	color: var(--FooterAccentColor);
}

.footer_bread_box{
	padding: 15px 0 15px;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 1;
}
.footer_bread_box .sep{
	width: 8px;
	height: 8px;
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: rotate(-45deg);
	margin: 0px 10px;
	opacity: 0.8;
}



.footer-breadcrumb-icon img{
	vertical-align: middle;
}
.footer-breadcrumb-icon a{
	line-height: 1;
	display: block;
	transition: all 300ms ease-in;
}
.footer-breadcrumb-icon a:hover{
	filter: brightness(100);
}


.Footer_PaneV {
	padding: 30px 0 10px;
}

.footer-list{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.footer-list li{
	margin-bottom: 6px;
}

.footer-line{
	border-bottom: 1px solid var(--FooterLineColor);
}


.footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	font-size: 12px;
}

.footer-bottom .loginGroup{
	display: inline-block;
}

.section-footer .sep{
	margin: 0 10px;
}

@media (max-width: 991px) {
	.footer-shop{
		text-align: center;
	}
	.footer-bottom{
		display: block;
		text-align: center;
	}
	.copyright-box{
		margin-bottom: 10px;
	}
}




#to_top{
	width: 44px;
    height: 44px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background-color: var(--AccentColor);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	position: fixed;
	z-index: 1003;
    right: 25px;
    bottom: 25px;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	visibility: hidden;
}
#to_top:before {
    content: '';
    border-bottom: 6px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;

}
#to_top.active{
	opacity: 0.7;
	visibility: visible;
}

#to_top:hover{
	opacity: 1;
}
