@charset "UTF-8";
footer#sitefoot {
	text-align: right;
	padding-bottom: 4.5em;
	background-color: var(--cl-pageink);
}
#sitefoot .elm {
	text-align: left;
	color: #fff;
}
	#sitefoot .lgm-wrap {
		
	}
		#sitefoot a.lgm {
			display: inline-block;
			width: 12.25em;
		}
			#sitefoot a.lgm > img {
				width: 100%;
				height: auto;
				max-height: 4.7em;
			}
		#sitefoot .lgm-wrap p {
			font-size: 0.8125em;
			margin-top: 3.75em;
			letter-spacing: 0.1em;
			font-weight: 500;
		}
			#sitefoot .lgm-wrap .font-roma {
				font-weight: 500;
			}
	#sitefoot small {
		margin-top: 1.25em;
		display: block;
		font-size: 0.8125em;
		line-height: 1.9em;
		font-weight: 500;
		letter-spacing: 0.01em;
	}
#sitefoot .controls {
	position: fixed;
	z-index: 1;
}
	#sitefoot .pagetop {
		display: inline-block;
		position: fixed;
		z-index: 10;
		right: 0;
		padding-right: 2em;
		padding-bottom: 2.3em;
		/*bottom: 44px;*/ /* fallback for enviroment can't use calc & env function */
		/*bottom: calc(env(safe-area-inset-bottom) + 44px);*/
		bottom: 0;
		opacity: 0.0;
		transform: translateY(-2em);
		transition: all 1s;
		transition-delay: inherit;
	}
		#sitefoot .pagetop div {
			position: relative;
		}
			#sitefoot .pagetop div::after {
				position: absolute;
				content: url("/share/im/nv_simar-up-gr.svg");
				width: 2em;
				height: 2em;
				right: 0;
				bottom: 0;
			}
	[data-ispagescrolled="true"] #sitefoot .pagetop {
		opacity: 1.0;
		transform: translateY(0em);
	}

/**/
#sitefoot .menus {
	padding-top: 5.25em;
	padding-bottom: 9.75em;
	padding-right: 2.75em;
}
	#sitefoot .menus a {
		text-transform: uppercase;
		font-size: 0.9375em;
		line-height: 1em;
		font-weight: 500;
		display: inline-block;
		padding: 0 1.5em;
		color: #fff;
		letter-spacing: 0.1em;
		transition: all 0.4s;
	}
	#sitefoot .menus a:last-of-type {
		padding-right: 0;
	}
	#sitefoot .menus a:hover {
		color: var(--cl-hover);
		transition: all 0.4s;
	}
@media only screen and (max-width:1279px) {
	#sitefoot .sitefoot_bottom.wide-bind {
		padding: 0 var(--pad-comp);
	}
}
@media only screen and (max-width:950px) {
	#sitefoot .sitefoot_bottom.wide-bind {
		padding: 0 2.25em;
	}
	#sitefoot .menus {
		padding-right: 0;
	}
		#sitefoot .menus a {
			padding: 0 0.75em;
		}
}
@media only screen and (max-width:750px) {
	#sitefoot .menus a {
		padding: 0 0.65em;
	}
}
@media only screen and (max-width:750px) {
	footer#sitefoot {
		padding-bottom: 7.2em;
	}
	#sitefoot .sitefoot_bottom.wide-bind {
		padding: 0 var(--pad-comp-smp);
	}
	#sitefoot .menus {
		padding-top: 2.875em;
		padding-bottom: 2.75em;
		margin-bottom: 6.75em;
	}
		#sitefoot .menus .primary {
			padding: 0 1.5em;
		}
			#sitefoot .menus a {
				width: 100%;
				text-align: left;
				margin-bottom: 2.2em;
				padding: 0;
			}
			#sitefoot .menus a:last-of-type {
				margin-bottom: 0;
			}
	#sitefoot .lgm-wrap {
		text-align: center;
	}
		#sitefoot .lgm-wrap p {
			text-align: left;
			margin-top: 2.7em;
			line-height: 1.54;
		}
	#sitefoot small {
		font-size: 0.5em;
		margin-top: 0.5em;
	}
	#sitefoot .elm {
		padding: 0 1.5em;
	}
}
/**/
#sitefoot .cloud_out {
	background-color: #fff;
}
	#sitefoot .contact_box {
		background-color: var(--cl-grey);
	}
