.menu-sec{
	display: flex;
	flex-direction: row;
	gap: 60px;

}

.foot-row-1{
	gap: 30px;
	display:flex;
}

.footer-menu-col{
	display:flex;
	flex-direction:column;
	flex:1;
}

.footer-menu-col h4{
	color: #FFF;
	font-family: Helvetica;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
	text-transform: uppercase;
}

.footer-menu-col .menu-block{
	border-top: 2px solid #fff;
	margin-bottom: 30px;
}

.hs-menu-item.hs-menu-depth-1 > a{

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:14px;
}

.footer-image-headline{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.32px;
	text-transform: uppercase;
}

.footer-form-wrapper{

	padding: 0;
}

.foot-form-title{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:5px;
}

.footer-form-col  p{

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	margin-bottom:10px;
}

.footer input {
  color: #000 !important;
  background-color: #fff !important;
}

.footer input::placeholder {
  color: #000;
}

.footer input.hs-button {
  background-color: #1A406F !important;
  color: #fff !important;
  border: 1px solid #1A406F  !important;
}

.footer input.hs-button:hover {
  background-color: rgba(75,81,89,1.0) !important;
  color: white !important;
  border: 1px solid white !important;
}



.footer-form-col form{
	padding:0;
	margin-bottom:30px;
}

.footer-form-col form label{
	display:none;
}


.menu-section{
	margin-bottom: 40px ;
	justify-content: space-between;
	display:flex !important;
	flex:1;
	gap: 40px;
}


.footer-menu-col .hs-menu-wrapper ul{
	flex-direction: column;

}

.menu-col .hs-menu-wrapper ul li a{
	color: #FFF;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}

.footer-nav{
	/* 	border-top: 1px solid #777777; */
} 

.footer-cta a{
	font-size: 13.709px;
	font-style: normal;
	font-weight: 700;
	line-height: 16.755px;
	letter-spacing: -0.411px;
	text-transform: uppercase;

}



.adress-col h5{
	color: #FFF;
	font-size: 16px;
	font-style: bold;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.32px;
	text-transform: uppercase;
}

.adress-col .text-block{

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
	margin-bottom: 22px;
}

.footer-mod .image-row{
	display:flex;
	flex-direction:row;
	align-items: flex-end;
	border-bottom:1px solid #fff;
	padding-bottom:30px;
}

.footer-mod .image-row img{
	max-height: 117px;
}
.copyright{
	margin-top: 27px;
}

@media(max-width: 768px){
	.rev-mobile{
		flex-direction: column-reverse;
	}

	.footer-form-wrapper{
		margin-bottom: 80px;
	}
	
	.foot-row-1{
		flex-direction:column;
	}


	.footer-form-col form{

		display: block;
	}


	.menu-section{
		text-align: center;
		margin-top: 40px;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 40px 0;
		justify-content:center
	}

	.footer-menu-col h4{
		color: #FFF;
		font-family: Helvetica;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px; /* 155.556% */
		text-transform: uppercase;
	}
	.adress-col{
		text-align: center;	
	}

	.social-row{
		display:flex;
		gap 10px;
	}
	
	.footer-mod .image-row{
		flex-direction:column;
	}
}