@import url('./resource/css/global-basic.css');


/**************** Login page******************/
@media only screen and (max-width:767px) {
	.loginContent .LoginPanel {
		width: 100% !important;
	}
	.loginContent .dnnFormItem .dnnLoginRememberMe {
		white-space: nowrap;
	}
	.loginContent .dnnFormLabel {
		display: block !important;
		text-align: left !important;
	}
}

form[action*="/Login?returnurl"] .loginContent .LoginPanel{
	width:500px!important;
}
form[action*="/Login?returnurl"] .loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space:inherit;
}
form[action*="/Login?returnurl"] .loginContent .dnnFormLabel {
	display: inline-block !important;
	text-align: right !important;
}


.registerGroup ul,
.registerGroup li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.registerGroup,
.loginGroup{
	display: inline-block;
}
.registerGroup a,
.loginGroup a,
.registerGroup a:link,
.loginGroup a:link,
.registerGroup a:active,
.loginGroup a:active,
.registerGroup a:visited,
.loginGroup a:visited{
	color:inherit;
}

.loginContent a,
.loginContent a:link{
	color:#333;
}
.loginContent a.dnnPrimaryAction{
	color:#FFF;
}
.loginContent a:hover{
	text-decoration: none;
}

/**************** register page******************/
@media only screen and (max-width:767px) {
.dnnRegistrationForm {
	min-width: inherit !important;
}
.dnnRegistrationForm .dnnForm {
	width: 100%;
}
.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}
.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}
.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}
.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and (max-width:767px) {
.dnnSendPasswordContent {
	width: auto !important;
}
.dnnSendPasswordContent .dnnLabel {
	display: block !important;
	width: 100% !important;
	text-align: left;
}
.dnnSendPasswordContent a.dnnFormHelp,
.dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp,
.dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
	position: static;
}
.dnnSendPasswordContent input[type="text"],
.dnnSendPasswordContent input[type="password"],
.dnnSendPasswordContent input[type="email"],
.dnnSendPasswordContent input[type="tel"],
.dnnSendPasswordContent select,
.dnnSendPasswordContent textarea {
	width: 90%;
	margin-bottom: 10px !important;
}
.dnnSendPasswordContent ul.dnnActions {
	padding: 0 !important;
}
}
/*footer*/
footer.footer .dngTextBox,
.footer-logoin{
	display: inline-block
}
.footer-logoin{

	
}

/* ********** Control Panel Style ************** */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}
A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}
.FileManager A:hover {
	color: #000;
	text-decoration: none;
}
/* ********** Pane Style ************** */
.DNNEmptyPane {
	display: none;
}
#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}
ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}
form#Form {
	height: 100%;
}
.ModuleTitle_SubMenu {
	z-index: 9999!important;
}
/* ********** Pane Style End ************** */

/*dnn*/
.dnnEditState .actionMenu { 
	z-index: 1!important; display: block!important; 
}
#Body[style*="margin-left: 80px"]{
	position: relative;
}
#Body[style*="margin-left: 80px"] .dng-main.Wide .floating-active.header-wrap,
#Body[style*="margin-left: 80px"] .dng-main.Wide .sticky-fixed .floating-nav.floating-nav-sticky {
	left: 80px;
	width: auto;
	right: 0;
}
#Body[style*="margin-left: 80px"] .headersidenav{
	left: 80px;
}
#Body[style*="margin-left: 80px"] .leftslidemenu.active{
	margin-left: 80px;
}
#Form.showControlBar{
	position: relative;
}

.dnnEditState .overlay-panel-content{
    position: relative!important;
    display: block!important;
    z-index: 99!important;
    overflow: visible;
    width: 100%;
}
.dnnEditState .overlay-panel-content:before{
	position: absolute;
}
.dnnEditState .overlay-panel-content .overlay-panel-close{
	position: absolute;
}

.dnnEditState .overlay-panel-content .dng_animate_visible,
.cke_editable .dng_animate_visible{
	opacity: 1;
}
.dnnEditState .side-panel-box.side-panel .side-panel-main{
	min-height: 100vh

}

.dnnEditState .side-panel {
    position: relative!important;
    left: auto!important;
    right: 0!important;
    top: 0!important;
	visibility: visible!important;
	display: inline-block;
	z-index: 100!important;
}

#PageTemplate_Modal .modal-body{
	height:calc(100% - 65px);
}
#PageTemplate_Modal .close{
	position: absolute;
	right: 4px;
	top: -3px;
	font-size: 35px;
}

#setting-message-info{
	position: fixed;
	right: 25px;
	top:25px;
	z-index: 10001;
	display: none;
	padding: 15px;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	background-color: #32373c;
}
#setting-message-info .fa{
	border-width: 2px;
	border-style: solid ;
	font-size: 10px;
	width: 25px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 2px;
	
}
#setting-message-info-full {
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000001;
    background: #000;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
	display: none;
}
#setting-message-info-full .waitaminute-message{
	position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -30px;
}

#setting-message-info-full .cog{
    position: relative;
    display: inline-block;
    width: 60px;
    line-height: 1;
	margin-bottom: 10px;

 

}
#setting-message-info-full .cog .fa-cog{
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url('data:image/svg+xml;utf8,<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg"><path d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z" fill="%23ffffff" ></path></svg>');
	background-size: cover;

}
#setting-message-info-full .cog .fa-cog::before{
	content: none;
}
#setting-message-info-full .cog .icon1{
	-webkit-animation: rotatemessage-r 5s infinite linear;
	animation: rotatemessage-r 5s infinite linear;
}
#setting-message-info-full .cog .icon2{
    position: absolute;
    font-size: 0.5em;
    top: 0;
	-webkit-animation: rotatemessage 3s infinite linear;
	animation: rotatemessage 3s infinite linear;

}
#setting-message-info-full .cog .icon3{
	position: absolute;
    font-size: 0.5em;
    bottom: 0;
	-webkit-animation: rotatemessage 3s infinite linear;
	animation: rotatemessage 3s infinite linear;
}

/* Animations */
@-webkit-keyframes rotatemessage {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @keyframes rotatemessage {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @-webkit-keyframes rotatemessage-r {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(-360deg);
			  transform: rotate(-360deg);
	}
  }
  @keyframes rotatemessage-r {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(-360deg);
			  transform: rotate(-360deg);
	}
  }

.DNNEmptyPane{
	display: none!important;
}

/*pane name*/
.dnnEditState .edit-panename{
	position: absolute;
	z-index: 100;
	pointer-events: none;
	user-select: none; 
	color: #cdcdcd;
    font-size: 18px;
	font-weight: bold;
	left: 50%;
	top: 20px;
	transform: translate(-50%,0);
	text-shadow: 0 0 1px rgba(255,255,255,0.2);
}

/*SkinPlugin*/
.SkinPlugin_icon{
	display: none;
}
.SkinPluginPro_icon:not(.sidebarIcon) {
	position:fixed;
	top:20%;
	left:0;
	z-index:9999;
	cursor:pointer;
	text-align: left;
	white-space: pre;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body[style*="margin-left: 80px;"] .SkinPluginPro_icon:not(.sidebarIcon){
	left: 80px;
}	


.SkinPluginPro_icon:not(.sidebarIcon) a{
	display:inline-flex;
    flex-direction: row-reverse;
	height:34px;
	line-height: 34px;
	text-decoration:none;
	background-color: #20a3f0;
	text-align: center;
	border-radius:0 4px 4px 0; 
	white-space: nowrap;
	padding: 0;
	margin: 0 0 2px;
}
.SkinPluginPro_icon:not(.sidebarIcon) span{
	color: #FFF;
	max-width: 0px;
	overflow: hidden;
	display:inline-block;
	vertical-align: middle;

	font-size: 13px;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;  
	-webkit-transition: all ease-in 300ms;  
	-o-transition: all ease-in 300ms; 
	-ms-transition: all ease-in 300ms; 
}
.SkinPluginPro_icon:not(.sidebarIcon) i{
	font-size: 16px;
	color: #FFF;
	width:34px;
	display: inline-block;
	vertical-align: middle;
}
.SkinPluginPro_icon:not(.sidebarIcon) i::before{
	content: none;
}
.SkinPluginPro_icon:not(.sidebarIcon) a:hover span{
	max-width:160px;
	padding-right: 10px;
}
.SkinPluginPro_icon:not(.sidebarIcon)  a{
	background-image: url(resource/images/cog.png);
    background-repeat: no-repeat;
    background-position: 0 2px;

}
.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-theme{
    background-position: left -3px top -30px;

}
.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-page{
    background-position: left -3px top 2px;
}
.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-import{
    background-position: left -3px top -60px;

}

.btn-plugin.btn-plugin-headerlayout{
	width: 40px;
    height: 40px;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
    background-color: rgba(0, 172, 214,0.8);
	color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E %3Cpath fill='rgba(255,255,255,1)' d='M461.9 114.9l-56.5 56.7-55.1-10-9.9-55.1 56.5-56.7c-12.7-12.7-30.8-18.5-44.2-17.8-13.5.7-42.3 8.3-64.6 32-21.6 22.8-44.3 65.3-24.2 112.5 2.4 5.7 5.1 13.2-2.9 21.2-8.1 8-215 202.8-215 202.8-19.4 16.7-18 47.6-.1 65.6 18.2 17.9 48.9 19 65.6-.3 0 0 193.2-205.8 202.7-215.1 8.5-8.3 16.1-5.5 21.2-2.9 35.6 18.4 86.3 2.4 112.6-23.9 26.3-26.3 31.1-51.7 31.9-64.7.8-12.9-3.7-30-18-44.3zM91.3 443.2c-6.3 6.2-16.5 6.2-22.7 0-6.2-6.3-6.2-16.5 0-22.7 6.3-6.2 16.5-6.2 22.7 0 6.2 6.3 6.2 16.5 0 22.7z'/%3E%3C/svg%3E");
	background-size: 1em 1em;
	background-position: center center;
	background-repeat: no-repeat;
	transition:all 300ms ease-in;
}
.btn-plugin.btn-plugin-headerlayout span,
.btn-plugin.btn-plugin-headerlayout i{
	display: none;
}
.btn-plugin.btn-plugin-headerlayout:hover{
    background-color: rgb(0, 172, 214);
}

div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li{
	height: auto!important;
}

 
.col-md-12 {
    float: none!important;
}

#dnn_content .dnnForm.dnnLogin{
	padding-top: 100px;
}

.dnnModuleDigitalAssetsBackground ,
.dnnModuleDigitalAssetsBackground *,
.dnnModuleDigitalAssetsBackground *::after, 
.dnnModuleDigitalAssetsBackground *::before{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
  box-sizing:content-box;
}
.dnnModuleDigitalAssetsBackground caption{
	padding: 0;
}





/* Custom */
:root {

	--nav-height: 128px;


	--font-size-sm: clamp(0.8rem, 0.25vw + 0.74rem, 0.94rem);
	--font-size-base: clamp(1rem, 0.45vw + 0.89rem, 1.25rem);
	--font-size-md: clamp(1.25rem, 0.76vw + 1.06rem, 1.67rem);
	--font-size-lg: clamp(1.56rem, 1.2vw + 1.26rem, 2.22rem);
	--font-size-xl: clamp(1.95rem, 1.83vw + 1.5rem, 2.96rem);
	--font-size-xxl: clamp(2.44rem, 2.74vw + 1.76rem, 3.95rem);


	--theme-bg: #111111;
    --theme-on-bg: #ffffff;
    --theme-primary: #36c600;
    --theme-primary--dark: rgb(47 171 0);
    --theme-on-primary--dark: #111111;
    --theme-secondary: #ffffff;
    --color-black: #0a0a0a;
    --color-dark-gray: #32373e;
    --color-gray: #697a90;
    --color-light-gray: #b4bcc7;
    --color-very-light-gray: #e7ebed;
    --color-white: #ffffff;

	--MobileSpacing: 10%; 

	
	--background-img-brightness: .65;
    --background-img-saturate: 1.25;
}

@media screen and (max-width: 575px){
	:root {
		--MobileSpacing: 30px; 
	}	
}

body :where(h1,h2,h3,h4,h5,h6,p,blockquote){
	margin-bottom: 1.5rem;
}

body .font-size-sm{
	font-size: var(--font-size-sm);
}
body .font-size-base{
	font-size: var(--font-size-base);
}
body .font-size-md{
	font-size: var(--font-size-md);
}
body .font-size-lg{
	font-size: var(--font-size-lg);
}
body .font-size-xl{
	font-size: var(--font-size-xl);
}
body .font-size-xxl{
	font-size: var(--font-size-xxl);
}


.d-wrapper a:hover {
	text-decoration: underline;
}

body .page-title-bg,
body .header-wrap > div{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
body .is-section{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.is-modal,
.dnnFormPopup,
div.actionMenu ul.dnn_mact li{
	color: #000;
}


header{
	--nav-transition: .15s all;
    --nav-item-vertical-padding: clamp(.4rem, .6vw, .6rem);
    --nav-item-horizontal-padding: clamp(.6rem, 1vw, 1.2rem);
    --nav-item-height: calc(1.5em + calc(var(--nav-item-vertical-padding) * 2));
    --nav-item-padding: var(--nav-item-vertical-padding) var(--nav-item-horizontal-padding);
    --nav-caret-size: clamp(1.2rem, 1.8vw, 1.8rem);
    --top-nav-font-size: clamp(1.04rem, 1.56vw, 1.56rem);
    --lvl1-nav-font-size: clamp(.8rem, 1.2vw, 1.2rem);
    --lvl2-nav-font-size: clamp(.8rem, 1.2vw, 1.2rem);
}
.primary_structure>li>a{
	font-size: var(--top-nav-font-size) !important;
	padding: var(--nav-item-padding) !important;
}
.dng-megamenu .primary_structure>li.dir>a>span:after{
	margin-left: 10px;
	height: 10px;
    width: 10px;
	border-bottom: 2px solid;
    border-right: 2px solid;
}

.dng-megamenu .dnngo_slide_menu{
	padding: 0;
}
.dng-megamenu .dnngo_slide_menu li a{
	padding: var(--nav-item-padding) !important;
	font-size: var(--lvl1-nav-font-size ) !important;
	line-height: 1.5 !important;
}
.dng-megamenu .dnngo_slide_menu li a:hover{
	color: #fff !important;
	background-color: var(--accent-color);
}


body .mobilemenu-main .m-menu{
	background-color: #111111;
	margin-left: 0;
}
body .mobilemenu-main.active .mobileclose{
	left: 0;
}

.blogImage{
	display: block;
    width: 50%;
    margin: 20px auto;
}
@media screen and (max-width: 767px){
	.blogImage {
		width: 100%;
	}	
}

@media screen and (min-width: 992px){
	#Form[action="/Privacy" i] #dnn_content,
	#Form[action="/Terms" i] #dnn_content{
		padding-top: var(--nav-height);
	}
}

/* Theme-Box-01 */
@media only screen and (max-width: 991px) {
	/* body .Theme-Box-01{
		padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing);
	}
	body .Theme-Box-02{
		padding-left: calc( var(--MobileSpacing) -  15px );
		padding-right: calc( var(--MobileSpacing) - 15px );
	} */

	.SidebarPane{
		padding-left: calc( var(--MobileSpacing) -  15px );
		padding-right: calc( var(--MobileSpacing) - 15px );
	}
}

@media only screen and (max-width: 1399px) {
	.d-wrapper .is-box .is-container{
		padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing);
	}
}




/* Theme-banner-01 */
.Theme-banner-01{
	min-height: 85vh;
	padding-top: var(--nav-height);
}

.Theme-banner-01 .is-overlay-Video-bg::after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.65) 100%);
    opacity: .5;
}
@media only screen and (min-width: 1400px) {
	.Theme-banner-01{
		padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing);
	}
}
@media only screen and (max-width: 991px) {
	.Theme-banner-01{
		padding-top: 0;
		min-height: 400px;
	}
}


/* Theme-banner-02 */
.Theme-banner-02{
    width: 100%;
    padding: calc( 3rem + 30px ) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Theme-banner-02 .sub-title{
	color: var(--color-black);
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
}
.Theme-banner-02 .title{
    color: var(--color-white);
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
}
@media only screen and (min-width: 1400px) {
	.Theme-banner-02{
		padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing);
	}
}
@media only screen and (min-width: 992px) {
	.Theme-banner-02 .title{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 991px) {
	.Theme-banner-02{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 3rem 0;
	}
	.Theme-banner-02 .title{
		font-size: 2rem;
	}
}


/* Theme-pageTitle-01 */
.Theme-pageTitle-01{
	min-height: 60vh;
}
.Theme-pageTitle-01 .is-overlay-bg{
    filter: brightness(var(--background-img-brightness)) saturate(var(--background-img-saturate));
}
@media only screen and (min-width: 992px) {
	.Theme-pageTitle-01{
		/* padding-top: var(--nav-height); */
	}
	body .Theme-pageTitle-01{
		max-width: clamp(60%,10rem,90%);
	}
	body .Theme-pageTitle-01 .is-overlay{
		width: 100vw;
		max-width: 1920px;
		transform: translateX(-50%);
		left: 50%;
	}
	body .Theme-pageTitle-01.is-box .is-container{
		padding-left: 0;
    	padding-right: 0;
	}

}





/* Button */
.Theme-btnBox-01{
	display: flex;
	flex-wrap: wrap;
	margin: 30px -6px 0;
}
.is-align-center .Theme-btnBox-01,
.text-center .Theme-btnBox-01,
.text-center.Theme-btnBox-01{
	justify-content: center;
}


.Theme-btnBox-01 [class^='Theme-button-'],
.Theme-btnBox-01 [class*=' Theme-button-']{
	margin-left: 6px;
    margin-right: 6px;
}
body [class^='Theme-button-'],
body [class*=' Theme-button-']{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 12px 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 10px 28px;
    font-size: 1.5rem;
    font-weight: 700;
	line-height: 1.5;
    border-radius: 30px;
	border: none;
    text-transform: uppercase;
	text-decoration: none !important;
    transition: all 250ms;
}
body [class^='Theme-button-']:hover,
body [class*=' Theme-button-']:hover{
	text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
	body [class^='Theme-button-'],
	body [class*=' Theme-button-']{
		padding: 15px 30px;
		font-size: 16px;
		line-height: 20px;
	}
}

body .Theme-button-01:not(hover){
	color: #fff;
	background-color: var(--accent-color);
}
body .Theme-button-01:hover{
	color: #fff;
	background-color: rgb(10, 10, 10);
}	


body .Theme-button-02:not(:hover){
	color: var(--accent-color);
	background-color: #fff;
}
body .Theme-button-02:hover{
	color: #fff;
	background-color: rgb(10, 10, 10);
}


body .Theme-button-03:not(:hover){
	color: var(--accent-color);
	background-color: #0a0a0a;
}
body .Theme-button-03:hover{
	color: var(--accent-color);
	background-color: #fff;
}	



.Theme-imgBox-list-01{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1rem;
    padding: 32px 64px;
}
.Theme-imgBox-list-01 .imgBox{
	color: var(--theme-secondary);
    background-color: var(--color-black);
    text-align: center;
    width: 30%;
    box-shadow: 2px 7px 9px #000000bf;
    padding: 32px;
}
.Theme-imgBox-list-01 .imgBox .title{
    font-weight: 400;
    font-size: 1.5rem;
    margin: 20px 0;
}

@media screen and (max-width: 991px){
	.Theme-imgBox-list-01{
		padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing);
		/* padding-left: 0;
		padding-right: 0; */
	}
	.Theme-imgBox-list-01 .imgBox:where(:nth-child(3n+1),:nth-child(3n+2)){
		width: 48%;
	}
	.Theme-imgBox-list-01 .imgBox:nth-child(3n+3){
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.Theme-imgBox-list-01 .imgBox{
		width: 100%;
	}
}




/* Theme-picBox-01 */
.Theme-picBox-01{
	--gap: 3rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--gap);
	align-items: center;
	position: relative;
	z-index: 1;
	background-color: var(--theme-primary--dark);
}
.Theme-picBox-01,
.Theme-picBox-01 :where(h1,h2,h3,h4,h5,h6){
	color: var(--theme-on-primary--dark);
}
.Theme-picBox-01 .picBox{
	align-self: end;
}
.Theme-picBox-01 .picBox img{
	width: 100%;
}
.Theme-picBox-01 .textBox:first-child{
	padding-left: 10rem;
}
.Theme-picBox-01 .textBox:last-child{
	padding-right: 10rem;
}
.Theme-picBox-01 .Theme-list-01 a{
	text-decoration: underline;
	color: currentColor;
}
@media screen and (max-width: 991px){
	.Theme-picBox-01{
		display: flex;
		flex-direction: column;
		padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing);
	}
	.Theme-picBox-01 .picBox{
		order: 1;
		align-self: auto;
		width: 100%;
	}
	.Theme-picBox-01 .textBox:first-child,
	.Theme-picBox-01 .textBox:last-child{
		margin-top: 2rem;
		/* padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing); */
		padding-left: 0;
		padding-right: 0;
	}
}



/* Theme-cardBox-list-01 */
.Theme-cardBox-list-01{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin: 0 auto;
	max-width: 90%;
}
.Theme-cardBox-list-01 .cardBox{
	background-clip: border-box;
	position: relative;
	z-index: 1;
	padding-top: 4rem;
	margin-right: 1rem;
	margin-left: 1rem;
}
.Theme-cardBox-list-01 .cardBox .link{
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}
.Theme-cardBox-list-01 .cardBox .link::after{
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	background: linear-gradient(to bottom,rgba(54,198,0,0) 0%,rgba(54,198,0,0) 45%,var(--accent-color) 85%,var(--accent-color) 100%);
	position: absolute;
	transition: height .5s;
	pointer-events: none;
}
.Theme-cardBox-list-01 .cardBox .link:hover::after{
	height: 120%;
}
.Theme-cardBox-list-01 .cardBox .pic{
	position: relative;
}
.Theme-cardBox-list-01 .cardBox .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Theme-cardBox-list-01 .cardBox .cont{
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 0 1.5rem;
}
.Theme-cardBox-list-01 .cardBox .cont .sub-title{
	margin: 0;
	color: var(--color-black);
	font-size: var(--font-size-base);
	line-height: 1.5;
}
.Theme-cardBox-list-01 .cardBox .cont .title{
	font-size: var(--font-size-lg);
	margin-bottom: 1.5rem;
}
@media (max-width: 1399px){
	.Theme-cardBox-list-01 {
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 991px){
	.Theme-cardBox-list-01{
		display: flex;
		flex-direction: column;
    	align-items: center;
	}
	.Theme-cardBox-list-01{
		max-width: 100%;
		padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing);
	}
	.Theme-cardBox-list-01 .cardBox{
		width: 100%;
	}
}




/* Theme-cardBox-list-02 */
.Theme-cardBox-list-02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	margin: 0 auto;
	max-width: 90%;
}
.Theme-cardBox-list-02 .cardBox{
	background-clip: border-box;
	position: relative;
	z-index: 1;
	padding-top: 4rem;
	margin-right: 1rem;
	margin-left: 1rem;
	max-width: calc( 100% - 2rem );
}
.Theme-cardBox-list-02 .cardBox .link{
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}
.Theme-cardBox-list-02 .cardBox .link::after{
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	background: linear-gradient(to bottom,rgba(54,198,0,0) 0%,rgba(54,198,0,0) 45%,var(--accent-color) 85%,var(--accent-color) 100%);
	position: absolute;
	transition: height .5s;
	pointer-events: none;
}
.Theme-cardBox-list-02 .cardBox .link:hover::after{
	height: 120%;
}
.Theme-cardBox-list-02 .cardBox .pic{
	position: relative;
}
.Theme-cardBox-list-02 .cardBox .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Theme-cardBox-list-02 .cardBox .cont{
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 0 1.5rem;
}
.Theme-cardBox-list-02 .cardBox .cont .sub-title{
	margin: 0;
	color: var(--color-black);
	font-size: var(--font-size-base);
	line-height: 1.5;
}
.Theme-cardBox-list-02 .cardBox .cont .title{
	font-size: var(--font-size-lg);
	margin-bottom: 1.5rem;
}
@media (max-width: 991px){
	.Theme-cardBox-list-02{
		display: flex;
		flex-direction: column;
    	align-items: center;
	}
	.Theme-cardBox-list-02{
		max-width: 100%;
		padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing);
	}
	.Theme-cardBox-list-02 .cardBox{
		width: 100%;
	}
}


/* Theme-title-01 */
.Theme-title-01{
	text-align: center;
}
.Theme-title-01 .title-tag{
	display: inline-block;
	font-size: var(--font-size-base);
    background-color: var(--accent-color);
    border-radius: 32px;
    margin: 0 0 1rem;
    padding: 0.5rem 1rem;
}
.Theme-title-01 .title{
	font-size: 36px;
    margin-bottom: 0;
}


/* Theme-title-02 */
.Theme-title-02{
	margin-bottom: 4rem;
	text-align: center;
}
.Theme-title-02 .title{
	margin-bottom: 0;
	font-size: var(--font-size-xl);
}
.Theme-title-02 .sub-title{
	font-size: var(--font-size-lg);
	font-weight: 400;
	font-style: italic;
}



/* Theme-paddingBox-01 */
.Theme-paddingBox-01{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 15%;
}
@media (max-width: 991px){
	.Theme-paddingBox-01{
		/* padding-left: calc( var(--MobileSpacing) - 15px );
		padding-right: calc( var(--MobileSpacing) - 15px ); */
		padding-left: 0;
		padding-right: 0;
	}
}



.minilightbox-content .is-section.layout-hidden-content{
	display: block !important;
}
.minilightbox-content .is-section :where(h1,h2,h3,h4,h5,h6,p,ul,ol){
	color: #0a0a0a;
}

body .minilightbox-content .lightbox-htmlcont{
	pointer-events: auto;
	width: 100%;
	max-width: 70vw;
	max-height: 80vh;
	padding: 20px;
	border-radius: 0.5rem;
}
@media (max-width: 767px){
	body .minilightbox-content .lightbox-htmlcont{
		max-width: calc( 100vw - 60px );
		padding: 20px 0;
	}
}

.Theme-logoLost-01{
    width: 100%;
    height: 100%;
	display: flex;
	margin-bottom: 30px;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #0a0a0a;
    background-color: #fff;
    border-radius: 0.5rem;
}
.row.Theme-logoLost-01-row .Theme-logoLost-01{
	height: calc( 100% - 30px );
}
.Theme-logoLost-01 .title{
	font-size: var(--font-size-md);
    color: #0a0a0a;
}
@media (max-width: 991px){
	/* .row.Theme-logoLost-01-row{
		padding-left: calc( var(--MobileSpacing) - 15px );
		padding-right: calc( var(--MobileSpacing) - 15px );
	} */
}





/* Theme-list-01 */
.Theme-list-01{
    display: flex;
    flex-direction: column;

    list-style: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}



/* footer-list-01 */
.footer-list-01{
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    list-style: square;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

/* footer-box-01 */
.footer-box-01{
	display: flex;
	
}
.footer-box-01 > .left-box,
.footer-box-01 > .right-box{
	width: 50%;
	padding: 0 10%;
}
.footer-box-01 > .right-box{
	display: flex;
	justify-content: space-between;
}
.footer-box-01 > .right-box .footer-list-01 a{
	color: currentColor;
}
.footer-box-01 > .right-box .footer-list-01 a:hover{
	color: var(--link-hover-color);
}

@media (max-width: 991px){
	.footer-box-01{
		padding: 0 var(--MobileSpacing);
		flex-wrap: wrap;
	}
	.footer-box-01 > .left-box,
	.footer-box-01 > .right-box{
		width: 100%;
		padding: 0;
	}
	.footer-box-01 > .right-box{
		flex-direction: column;
	}

}



body .Theme-footer_div{
	color: #000;
}
body .Theme-footer_div img{
	margin: 0 1rem;
	width: var(--font-size-xxl);
	max-width: 100%;
}
body .Theme-footer_div a{
	color: currentColor;
}

body .Theme-footer_div a.link{
	text-decoration: underline;
}
body .Theme-footer_div + .Theme-footer_div{
	margin-top: 16px;
}
@media (max-width: 991px){
	body .Theme-footer_div{
		/* padding-left: calc( var(--MobileSpacing) - 15px );
		padding-right: calc( var(--MobileSpacing) - 15px ); */
		flex-wrap: wrap;
	}

}


/* Theme-section-01 */
.Theme-section-01{
	transition: height ease 300ms;
}
.Theme-section-01 + .Theme-section-01{
	margin-top: 2rem;
}
.Theme-section-01 .is-overlay-bg{
	border-radius: 2rem;
}


/* Theme-section-02 */
.Theme-section-02 .is-overlay{
	max-width: var(--ContainerWidth);
	left: 50%;
	transform: translateX(-50%);
	filter: brightness(var(--background-img-brightness)) saturate(var(--background-img-saturate));
}
.Theme-section-02 .is-container{
	padding: 0 calc( 10% - 15px );
}




/* Start */
/* Theme-accordion01 */
/* Start */
.Theme-accordion01{
	--AccentColor: #36c600;
}
.Theme-accordion01 h4 {
	margin: 0 0 4px;
}

.Theme-accordion01 .panel-heading {
	margin-bottom: 0;
}

.Theme-accordion01 .panel-heading button {
	position: relative;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 22px 85px 22px 35px;
	font-weight: 700;
	display: block;
	overflow: hidden;
	background: none;
	border: none;
	width: 100%;
	text-align: left;


	transition: all ease 300ms;
}

.Theme-accordion01 .accordion-content {
	display: none;
	padding: 2rem;
	font-size: 18px;
}

.Theme-accordion01 .accordion-item {
	border-bottom: none;
	transition: all ease 300ms;
	position: relative;
	margin-bottom: 16px;
	border-radius: 6px;
	border: 2px solid #fff;
	border-left-color: var(--AccentColor);

}

.Theme-accordion01 .accordion-content p {
	margin: 0 0 1.5rem;
}
.Theme-accordion01 .accordion-content p:last-child{
	margin-bottom: 0;
}
.Theme-accordion01 .panel-heading .arrow {
	position: absolute;
	top: 17px;
	right: 25px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	background-color: var(--AccentColor);
	border-radius: 50%;
	transition: all ease-in 300ms;
}
.Theme-accordion01 .panel-heading .arrow svg{
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.Theme-accordion01 .accordion-item.opened{
	border-color: var(--AccentColor);
}
.Theme-accordion01 .accordion-item.opened button {
	background-color: var(--AccentColor);
	color: #FFF;
}

.Theme-accordion01 .accordion-item.opened .arrow {
	color: var(--AccentColor);
	background-color: #fff;
	transform: rotate(90deg);
}
.Theme-accordion01 .accordion-item:last-child {
	margin-bottom: 0;
}
/* End */
/* Theme-accordion01 */
/* End */




.Theme-Carousel01{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 0 calc( 4rem - 30px );
    justify-content: center;
	align-items: center;
}
.Theme-Carousel01 .left-box,
.Theme-Carousel01 .right-box{
    width: 40%;
    margin: 0 5%;
}
@media (max-width: 1399px){
	.Theme-Carousel01{
		flex-wrap: wrap;
	}
	.Theme-Carousel01 .left-box,
	.Theme-Carousel01 .right-box{
		width: 90%;
		margin: 0 auto;
	}
	.Theme-Carousel01 .left-box + .right-box{
		margin-top: 4rem;
	}
}
@media only screen and (max-width: 991px){
	.Theme-Carousel01 {
		/* padding-left: var(--MobileSpacing);
		padding-right: var(--MobileSpacing); */
	}
	.Theme-Carousel01 .left-box,
	.Theme-Carousel01 .right-box{
		width: 100%;
	}
}




.Theme-Carousel01 .left-box{
	padding: 2rem;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 0.5rem solid rgb(255, 255, 255);
    border-radius: 16px;
}
.Theme-Carousel01 .left-box span{
	font-weight: 700;
    font-size: var(--font-size-base);
    margin: 0.5rem 1rem;
	padding: 9px;
    border-radius: 64px;
    transition: all 0.2s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.Theme-Carousel01 .left-box span.active:not(:where(.NavPrev,.NavNext)),
.Theme-Carousel01 .left-box span:hover{
	background-color: rgb(251, 124, 53);
    box-shadow: rgba(0, 0, 0, 0.3) -3px 4px 16px;
    cursor: pointer;
}
.Theme-Carousel01 .left-box .slidePage{
    place-self: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
    grid-auto-rows: 4rem;
    box-sizing: border-box;
}
.Theme-Carousel01 .left-box .slideNav span{
	font-size: calc( var(--font-size-base) * 1.5 );
	width: 50%;
}
.Theme-Carousel01 .left-box .slideMore,
.Theme-Carousel01 .left-box .slideNav{
	display: none;
}
.Theme-Carousel01 .left-box .slideMore.hide,
.Theme-Carousel01 .left-box .slideNav.hide{
	display: none !important;
}
@media (min-width: 1400px){
	.Theme-Carousel01 .left-box .slideMore,
	.Theme-Carousel01 .left-box .slideNav{
		display: none;
	}
}
@media (max-width: 1399px){
	.Theme-Carousel01 .left-box .slideMore{
		display: block;
	}
	.Theme-Carousel01 .left-box span.slideTo{
		display: var(--Show,flex);
	}
}
@media (max-width: 991px){
	.Theme-Carousel01 .left-box .slideMore{
		display: none;
	}
	.Theme-Carousel01 .left-box .slideNav{
		display: flex;
	}
	.Theme-Carousel01 .left-box span.slideTo{
		display: var(--Display,none);
	}
}
body.builder-editor-mode .Theme-Carousel01 .left-box span.slideTo{
	display: flex;
}
body.builder-editor-mode .Theme-Carousel01 .left-box .slideMore,
body.builder-editor-mode .Theme-Carousel01 .left-box .slideNav{
	display: none !important;
}



.Theme-Carousel01 .right-box {

}
.Theme-Carousel01 .right-box .swiper-wrapper{
    align-items: stretch;
}
.Theme-Carousel01 .right-box .swiper-wrapper .swiper-slide {
    height: auto;
}
.Theme-Carousel01 .right-box .item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.Theme-Carousel01 .right-box .pic{
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
    box-sizing: border-box;
    border: 0.5rem solid rgb(255, 255, 255);
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
}



.Theme-powerforms-style01{
	margin: 0 auto;
  }
  .Theme-powerforms-style01 .form_list{
	display:flex;
  }
  .Theme-powerforms-style01 .form_list li {
	margin-bottom: 25px;
  }
  .Theme-powerforms-style01 .form_submit{
	/* text-align: center; */
  }
  .Theme-powerforms-style01 .form_list{
	text-align: left;
  }
  .Theme-powerforms-style01 .form_label{
	margin-bottom: 8px;
  }
  .Theme-powerforms-style01 .form_label label{
    font-size: 1rem;
    margin-bottom: 0.25rem;
    font-weight: normal;
  }
  .Theme-powerforms-style01 input[type=text],
  .Theme-powerforms-style01 input[type=email],
  .Theme-powerforms-style01 input[type=url],
  .Theme-powerforms-style01 input[type=tel],
  .Theme-powerforms-style01 input[type=number],
  .Theme-powerforms-style01 input[type=date],
  .Theme-powerforms-style01 select,
  .Theme-powerforms-style01 textarea {
	background-color:#eff2f9;
	color: inherit;
	border:none;
	height: 50px;
	outline: none;
	border-radius: 0;
	padding: 0.75rem;
	margin: 5px 0;
	font-size: 1rem;
	color: #000000;
	border-radius: 30px;
	border: 2px solid #dcdcdc;
  }
  .Theme-powerforms-style01 input[type=text]:focus,
  .Theme-powerforms-style01 input[type=email]:focus,
  .Theme-powerforms-style01 input[type=url]:focus,
  .Theme-powerforms-style01 input[type=tel]:focus,
  .Theme-powerforms-style01 input[type=number]:focus,
  .Theme-powerforms-style01 input[type=date]:focus,
  .Theme-powerforms-style01 select:focus, 
  .Theme-powerforms-style01 textarea:focus {
	border: 2px solid var(--accent-color);
  }

  .Theme-powerforms-style01 textarea {
	padding-top: 10px;
  }
  .Theme-powerforms-style01 .form_input{
	position: relative;
  }
  .Theme-powerforms-style01 .icon{
	position: absolute;
	top: 0;
	left: 29px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #494e5c;
  }
  .Theme-powerforms-style01 .icon ~ input{
	padding-left: 68px;
  }

  .Theme-powerforms-style01 .form-btn{
	padding: 10px 28px;
    border-radius: 30px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--accent-color);
    display: inline-block;
    margin: 12px 0px;
    border: none;
    transition: all 250ms;
  }
  .Theme-powerforms-style01 .form-btn i{
	font-size: 1.3em;
	vertical-align: sub;
	margin-left: 3px;
	color:inherit !important;
  }
 .Theme-powerforms-style01 .form-btn:hover{
	background-color: #0a0a0a;
 }
  
  .Theme-powerforms-style01 ~ .message-license{
	position: static;
	margin:10px auto 0;
	display: inline-block;
  }

  .html-night #Body .Theme-powerforms-style01 .formError .formErrorContent{
	color: #ffffff !important;
  }
   @media (max-width: 767px) {
	.Theme-powerforms-style01, 
	.Theme-powerforms-style01 > form,
	.Theme-powerforms-style01 .form_list{
	  display: block;
	}
	.Theme-powerforms-style01 .form-btn,
	.Theme-powerforms-style01 .form_list li:first-child input{
	  /* border-radius:0; */
	}
	.Theme-powerforms-style01 li{
	  width: 100% !important;
	}
  }

  html.html-night .Theme-powerforms-style01 input[type=text],
  html.html-night .Theme-powerforms-style01 input[type=email],
  html.html-night .Theme-powerforms-style01 input[type=url],
  html.html-night .Theme-powerforms-style01 input[type=tel],
  html.html-night .Theme-powerforms-style01 input[type=number],
  html.html-night .Theme-powerforms-style01 input[type=date],
  html.html-night .Theme-powerforms-style01 select,
  html.html-night .Theme-powerforms-style01 textarea {
	background-color:#0e0e0e;
	color: #fff;
  }