.new-footer{
	background: #181818;
	padding: 24px 0;
}
.new-footer__logo{
	display: block;
	width: 132px;
}
.new-footer__logo-img{
	display: block;
	width: 100%;
	height: auto;
}
.new-footer__copy{
	color: #A3A3A3;
	font-size: 14px;
	margin-top: 24px;
}
.new-footer ul.stay-tuned li a:after{
	display: none;
}
.new-footer ul.stay-tuned li a{
	display: flex;
}
.new-footer ul.stay-tuned{
	align-items: center;
}
.nf-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 0.5em;
	font-family: "D-DIN Condensed";
	font-size: 20px;
	text-transform: uppercase;
	padding: 13px 24px;
	margin-right: 16px;
	border: 2px solid #fff;
	text-decoration: none;
}
.nf-btn--white{
	color: #181818;
	background-color: #fff;
}

.nf-btn--white:hover svg path{
	fill: #F8F8F8;
}
.nf-btn--hollow{
	color: #fff;
	background-color: transparent;
}
.nf-btn--hollow svg path{
	fill: #fff;
}
.nf-btn--hollow:hover svg path{
	fill: #fff;
}
.nf-btn--white svg path{
	fill: #181818;
}
.nf-btn--hollow:hover,
.nf-btn--white:hover{
	border-color: #555;
	background-color: #555555;
	color: #F8F8F8;
}
.nf-btns{
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 40px;
}
.new-footer .footer-menu .menu-item a{
	color: #A3A3A3;
	font-size: 16px;
	font-family: 'Inter';
	text-decoration: none;
	padding: 6px 0;
	display: block;
	/*white-space: nowrap;*/
}
.new-footer .footer-menu .menu-item a:hover{
	color: #fff;
}
.new-footer .footer-menu .menu-item{
	display: block;
}
.new-footer .footer-menu .menu-item .sub-menu{
	margin-left: 0;
	margin-top: 11px;
}
.new-footer .footer-menu > .menu-item > a{
	text-transform: uppercase;
	color:#fff;
	font-size: 20px;
	font-family: 'D-DIN Condensed';
	padding: 0;
}
.new-footer ul.stay-tuned li:last-child{
	margin-right: 0;
}
.nf-btns .nf-btn{
	width: 100%;
}
.new-footer__copy > div:first-child{
	margin-bottom: 31px;
}
.new-footer__copy p{
	margin-bottom: 0;
}
.new-footer__menus{
	margin-top: 30px;
}
.new-footer ul.footer-menu{
	padding-bottom: 21px;
}
.new-footer ul.stay-tuned li{
	margin-right: 21px;
}
@media only screen and (min-width: 768px){
	.new-footer{
		padding: 40px 0;
	}
	.nf-btns{
		margin-top: 48px;
		flex-direction: row;
	}
	.new-footer__menus{
		display: flex;
		align-items: start;

		flex-wrap: wrap;
		margin-top: 46px;
	}
	.new-footer__menus > div{
		width: 33.3333%;
	}
	.nf-btns .nf-btn{
		flex: 1 0 auto;
		width: calc(50% - 8px);
		margin-right: 0;
		margin-bottom: 0;
	}
	.new-footer__copy > div:first-child{
		margin-bottom: 31px;
	}
}
@media only screen and (min-width: 1000px){
	.new-footer .menu-footer-menu-4-container ul.footer-menu li{
		margin-right: 0;
	}
	.nf-btns{
		flex-direction: column;
	}
	.new-footer__copy > div:first-child{
		margin-bottom: 0;
	}
	.new-footer__menus{
		margin-left: 40px;
		/*margin-left: 104px;*/
		margin-top: -3px;
		justify-content: flex-end;
		gap: 31px;
	}
	.new-footer__menus>div{
		width: auto;
	}
	body.lang-es_es .new-footer__menus>div,
	body.lang-it_it .new-footer__menus>div,
	body.lang-mc_fr .new-footer__menus>div,
	body.lang-fr_fr .new-footer__menus>div{
		max-width: 195px;
	}
	body.lang-de_de .new-footer__menus>div{
		max-width: 185px;
	}
	body.lang-de_de .new-footer__menus>div a{
		word-break: break-all;
	}
	.nf-btns .nf-btn{
		width: 320px;
	}
	.new-footer{
		padding: 40px 0;
		padding-top: 80px;
	}
	.new-footer__copy{
		margin-top: 77px;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}
	.new-footer__top{
		display: flex;
		align-items: start;
		justify-content: flex-start;
	}
	.new-footer .g-container{
		max-width: 1340px;
	}
	.new-footer ul.stay-tuned li{
		margin-right: 37px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1360px){
	body.lang-es_es .new-footer__menus>div,
	body.lang-it_it .new-footer__menus>div,
	body.lang-mc_fr .new-footer__menus>div,
	body.lang-fr_fr .new-footer__menus>div{
		width: calc(25% - 5px);
	}
	.new-footer__menus{
		gap: 5px;
	}
}
@media only screen and (max-width: 1000px){
	.new-footer .g-container{
		padding-left: 24px;
		padding-right: 24px;
	}
}
.we-are-growing-section{
	display: none !important;
}
.admin-bar #footer{
	display: none;
}
.new-footer__copy .stay-tuned__link:hover path{
	fill: #fff;
}