/* 202511210926 UTC */
.st-header{
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(109,109,109,0.3) ,0 2px 6px 2px rgba(109,109,109,0.15);
}

.st-footer{
	padding: 40px 0px 0px 0px;
	background-color: var(--color-footer);	
}

.st-footer-row{
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.st-main{
	padding-top: 80px;	
}

.st-lg-menu-nav {
	display: flex;
	align-items: center;
	justify-content: space-evenly; 
	text-align: center;
	flex-wrap: wrap;
  	gap: 1rem; 
  	margin-top: 18px;
}

.st-lg-menu-link{
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
	white-space: nowrap;
	color: var(--color-primary-blue);
}

.st-lg-menu-link-active{
	border-bottom: 2px solid var(--color-primary-orange);
}

.st-lg-menu-link-active:hover{
	border-bottom: 2px solid var(--color-primary-orange);
}

.st-lg-menu-link-inactive{
	border-bottom: 2px solid white;
}

.st-lg-menu-link-inactive:hover{
	border-bottom: 2px solid var(--color-primary-orange);
}
/****/
.st-lg-menu-more {
	position: relative;
	display: none;
}

#st-lg-menu-more-btn {
	background: white;
	border: none;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
	padding: 0px 5px;
	color: var(--color-primary-blue);
}

#st-lg-menu-more-btn:hover{
	color: var(--color-primary-orange);
}

#st-lg-menu-more-btn:focus{
	color: var(--color-primary-orange);
}

.st-lg-menu-more-popup{
  	display: none;
  	position: absolute;
  	background-color: #FFFFFF;
  	overflow: auto;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	z-index: 1;
 	margin-top: 10px;
 	margin-left: -80px;
}

.st-lg-menu-more-popup-content{
	background-color: #FFFFFF;
	margin: 30px auto;
	padding: 5px 20px 0px;
}

.st-lg-menu-more-popup a{
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
	white-space: nowrap;
	color: var(--color-primary-blue);
	border-bottom: 2px solid white;
	padding: 10px;
	display: block;
	text-align: left;
}

.st-lg-menu-more-popup a:hover{
	border-bottom: 2px solid var(--color-primary-orange);
}

@media (max-width: 1720px) {
	.st-lg-menu-link-extra-item {
		display: none;
  	}
  	
	.st-lg-menu-more{
		display: block;
	}
}

/*****/

.st-lg-menu-button{
	display:inline-block;
	padding: 10px 20px 10px;
	background-color: var(--color-primary-orange);
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
}

.st-lg-menu-button:hover{
	background-color: var(--color-primary-blue);
}

.st-lg-menu-side{
	margin-top: 15px;
	margin-right: 10px;
}

.st-lg-menu-side .st-lg-menu-button{
	margin-top: 5px;
}

.st-lg-menu-lang{
	float: right;
}

.st-lg-menu-lang-size{
	padding: 17px 25px 0px 0px;
}

.st-lg-menu-lang-box{
	cursor: pointer;
}

.st-lg-menu-lang-box img{
	float: right;
	border: 1px solid var(--color-primary-grey-dark);
}

.st-lg-menu-lang-box-txt{
	display: inline-block;
	line-height: 20px;
	margin-right: 5px;
	color: var(--color-primary-blue);
	font-size: var(--font-size-normal);
	font-weight: bold;
}

.st-lg-menu-lang-box:hover img{
	border: 1px solid var(--color-primary-blue);
}

.st-lg-menu-lang-box:hover .st-lg-menu-lang-box-txt{
	color: var(--color-primary-orange);
}

.mn-sm-menu-state-hidden .st-sm-menu-lang-box{
	display: none;	
}

.mn-sm-menu-state-showing .st-sm-menu-lang-box{
	display: block;	
}

.st-sm-menu-lang-box{
	cursor: pointer;
	float: left;
	padding-left: 10px;
	margin-top: 6px;
}

.st-sm-menu-lang-box img{
	float: right;
	border: 1px solid var(--color-primary-grey-dark);
}

.st-sm-menu-lang-box:hover img{
	border: 1px solid var(--color-primary-blue);
}

.st-sm-menu-lang-box-txt{
	display: inline-block;
	font-size: var(--font-size-normal);
	font-weight: bold;
	line-height: 20px;
	margin-right: 5px;
	color: var(--color-primary-blue);
}

.st-sm-menu-lang-box:hover .st-sm-menu-lang-box-txt{
	color: var(--color-primary-orange);
}

.st-sm-menu-nav{
	padding-top: 15px;
	padding-right: 10px;
}

.mn-sm-menu-state-hidden .st-sm-menu-nav{
	background-color: white;
}

.mn-sm-menu-state-showing .st-sm-menu-nav{
	background-color: var(--color-header-menu-mobile);
}

.st-sm-menu-link-inactive{
	display: block;
	cursor: pointer;
	font-size: var(--font-size-normal);
	font-weight: bold;
	color: var(--color-primary-blue);  
	margin-bottom: 5px;	
	padding: 10px;
	text-decoration: none;
}

.st-sm-menu-link-active{ 
	border-bottom: 2px solid var(--color-primary-orange);
}

.st-sm-menu-link-active:hover{	
	border-bottom: 2px solid var(--color-primary-orange);
}

.st-sm-menu-link-inactive{
	border-bottom: 2px solid var(--color-header-menu-mobile);
}

.st-sm-menu-link-inactive:hover{
	border-bottom: 2px solid var(--color-primary-orange);
}

.st-lg-lang{
  	display: none;
  	position: absolute;
  	background-color: #FFFFFF;
  	overflow: auto;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	z-index: 1;
 	margin-top: 10px;
 	margin-left: -80px;
}

.st-sm-lang{
  	display: none;
  	position: absolute;
  	background-color: #FFFFFF;
  	overflow: auto;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	z-index: 1;
 	margin-top: 30px;
 	margin-left: 10px;
}

.st-lang-content{
	background-color: #FFFFFF;
	margin: 30px auto;
	padding: 0px 20px;
}

.st-lang-content a{
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.st-lang-content a:hover{
	background-color: #FCFCFC;
}

.st-lang-content-link{
	cursor: pointer;
	display: block;
	overflow: hidden;
	clear: both;
}

.st-lang-content-link img{
	float: right;
	border: 1px solid var(--color-primary-grey-dark);
	margin-left: 5px;
}

.st-lang-content-link-txt{
	display: inline-block;
	text-align: left;
	color: var(--color-primary-blue);  
	font-size: var(--font-size-normal);
	font-weight: bold;
}

.st-lang-content-link:hover img{
	border: 1px solid var(--color-primary-blue);
}

.st-lang-content-link:hover .st-lang-content-link-txt{
	color: var(--color-primary-orange);
}


.st-lang-close{
	cursor: pointer;
  	color: var(--color-primary-blue);
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
  	text-decoration: none;
  	margin-right: 10px;
}

.st-lang-close:hover,
.st-lang-close:focus{
  color: var(--color-primary-orange);  
}

.st-box-text{
	font-weight: normal;
	display: block;
	text-align: left;
	width: 100%;	
	line-height: 2em;
	color: var(--color-font-text); 	
}

.st-box-text label{
	float: left;
	min-width: 7em;	
}

.st-box-text a{
	cursor: pointer;
	color: var(--color-primary-blue); 				
	text-decoration: none;
}

.st-box-text a:hover{
	color: var(--color-primary-orange);
}

.st-box-text-inline{
	display: inline-block;
	margin-right: 5px;
}	

.st-box-text-inline-margin{
	display: inline-block;
	margin: 0px 10px;	
}		

.st-home-banner-blue{
	background-image: url('../images/img-home-banner-blue.webp');
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	color: white;
}

.st-home-banner-blue-light {
	background-image: url('../images/img-home-banner-blue-light.webp');
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.st-home-banner-contact {
	background-image: url('../images/img-home-banner-contact.webp');
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	color: white;
}

.st-contact-text{
	font-weight: normal;
	display: block;
	text-align: left;
	width: 100%;	
	line-height: 2em;
}

.st-contact-text label{
	float: left;
	min-width: 7em;	
}

.st-contact-text a{
	cursor: pointer;
	color: var(--color-primary-orange); 				
	text-decoration: none;
}

.st-contact-text a:hover{
	color: var(--color-primary-orange-hover);
}

.st-contact-text-inline{
	display: inline-block;
	margin-right: 5px;
}	

.st-contact-text-inline-margin{
	display: inline-block;
	margin: 0px 10px;	
}	

.st-footer-menu{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	font-size: var(--font-size-normal);
}

.st-footer-menu h3{
	display: block;	
	color: var(--color-font-title-light);
}

.st-footer-menu a{
	display: block;
	color: #DEF0FF;
	cursor: pointer;	
	text-decoration: none;
	line-height: 2.2em;
}

.st-footer-menu a:hover{
	color: var(--color-primary-orange);
	text-decoration: underline;
}

.st-footer-menu-last{
	width: 180px;
	display: inline-block;
	font-size: 0.88em;
	color: #BABABA;	
}

.st-footer-menu-last h3{
	display: block;
	color: #BABABA;		
	text-align: left;
}

.st-footer-menu-box{
	width: 100%;
}

.st-footer-menu-box img{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.st-footer-menu-box a{
	float: left;
	color: #DEF0FF;
	cursor: pointer;	
	text-decoration: none;
	line-height: 2.5em;
}

.st-footer-menu-box a:hover{
	color: var(--color-primary-orange);
	text-decoration: underline;
}

.st-footer-menu-box div{
	float: left;
	margin-top: 7px;
}

.st-footer-social{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}

.st-footer-social-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: 7px;		
}

.st-footer-social-icon-fb{
	background-image: url("../images/img-social-facebook.png");
	background-repeat: no-repeat;
}

.st-footer-social-icon-fb:hover{
	background-image: url("../images/img-social-facebook-hover.png");
	 background-repeat: no-repeat;
}

.st-footer-social-icon-in{
	background-image: url("../images/img-social-linkedin.png");
	background-repeat: no-repeat;
}

.st-footer-social-icon-in:hover{
	background-image: url("../images/img-social-linkedin-hover.png");
	background-repeat: no-repeat;
}

.st-footer-social-icon-tw{
	background-image: url("../images/img-social-twitter.png");
	background-repeat: no-repeat;
}

.st-footer-social-icon-tw:hover{
	background-image: url("../images/img-social-twitter-hover.png");
	background-repeat: no-repeat;
}

.st-footer-copyright{
	font-size: 0.9em;
	line-height: 2.25em;
	color: var(--color-font-title-light);
}

.st-footer-validation{
	
}


	
@media only screen and (min-width:1280px){	
	.st-header-logo{
		cursor: pointer;
		width: 260px;
		height: 70px;
		background-image: url("../images/img-logo.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;
	}

	.st-lg-menu-side{
		margin-top: 15px;
		margin-right: 10px;
	}

	.st-lg-menu-lang-size{
		padding: 17px 25px 0px 0px;
	}

	.st-main{
		padding-top: 80px;
	}
}

/*@media only screen and (min-width: 1301px) and (max-width:1400px){	
	.st-header-logo{
		cursor: pointer;
		width: 260px;
		height: 70px;
		background-image: url("../images/img-logo.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;
	}
	
	.st-lg-menu-nav{
		text-align: center;
		padding-top: 18px;
	}
	
	.st-lg-menu-side{
		margin-top: 15px;
		margin-right: 10px;
	}
		
	.st-lg-menu-nav .st-lg-menu-link{
		margin-right: 25px;
	}

	.st-lg-menu-lang-size{
		padding: 17px 25px 0px 0px;
	}

	.st-main{
		padding-top: 80px;
	}
}*/

@media (max-width:1280px){	
	.st-header-logo{
		cursor: pointer;
		width: 170px;
		height: 50px;
		background-image: url("../images/img-logo-mob.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;
	}
	
	.st-lg-menu-side{
		margin-top: 5px;
		margin-right: 10px;
	}

	.st-lg-menu-lang-size{
		padding: 17px 20px 0px 0px;
	}
		
	.st-main{
		padding-top: 66px;
	}
}

/*@media only screen and (min-width: 1001px) and (max-width:1100px){	
	.st-header-logo{
		cursor: pointer;
		width: 170px;
		height: 50px;
		background-image: url("../images/img-logo-mob.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;
	}

	.st-lg-menu-nav{
		text-align: center;
		padding-top: 8px;
	}
	
	.st-lg-menu-side{
		margin-top: 5px;
		margin-right: 10px;
	}
	
	.st-lg-menu-nav .st-lg-menu-link{
		margin-right: 10px;
		font-size: 0.88em;
	}

	.st-lg-menu-lang-size{
		padding: 17px 10px 0px 0px;
	}
	
	.st-main{
		padding-top: 80px;
	}
}*/

/*@media only screen and (min-width: 501px) and (max-width:1000px){	
	.st-header-logo{
		cursor: pointer;
		width: 170px;
		height: 50px;
		background-image: url("../images/img-logo-mob.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;	
	}
	
	.st-main{
		padding-top: 66px;
	}
}*/

@media (max-width: 576px)  { 
	.st-header-logo{
		cursor: pointer;
		width: 170px;
		height: 50px;
		background-image: url("../images/img-logo-mob.png");
		background-repeat: no-repeat;		
		margin: 5px 0px 5px 0px;	
	}
	
	.st-main{
		padding-top: 66px;
	}
}