.footerDivider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
	padding-left:0;
}



.footerWrapper .btn.desktop, .footerDivider .btn.mobile {
align-items: center;
    background: transparent;
    border-radius: 34.387px;
    border: 1.375px solid #FFF;
    padding: 10px 20.632px;
    cursor: pointer;
    display: inline-flex;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 11.004px;
    font-weight: 900;
    line-height: 133%;
    letter-spacing: 1.651px;
    text-transform: uppercase;
    gap: 20px; /* Default gap */
    justify-content: space-between;
    text-decoration: none;
    flex-grow: 0; /* Prevent buttons from growing */
    flex-shrink: 0; /* Prevent shrinking */
    transition: gap 0.3s ease;
}
.footer-cta .btn.desktop:hover, .footer-cta .btn.mobile:hover {
    gap: 35px; /* Increase gap only on the hovered button */
}
.footer-cta .btn {
    flex-grow: 0;
    flex-shrink: 0; 
    width:auto;
	
}

footer .nav ul, ul.hs-menu-children-wrapper li {
	margin:0;
}

.footerDivider h3 {
  color: white;
  flex-basis: 37%;
  margin-bottom: 0px;
}
.divider {
  height: 3px;
  background-color: var(--accent-color);
  width: 100%;
}
.footer-links {
  display: flex;
  gap: 25px;
}
.footer-container p {
  font-size: 16px;
}
.footer-cta {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}

.footerWrapper {
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  padding-bottom: 50px;
	/*gap: clamp(0px, 2vw, 50px)*/
}
.footerItem_left img {
  height: unset;
  max-width: 280px !important;
}
.footerItem_left {
  display:flex;
  flex-direction: column;
  row-gap:30px;
}
.footerItem_right {
	max-width:350px;
	gap:20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
	height:100%;
  flex-wrap: wrap;
  line-height: 25px;
  margin-bottom:50px;
}
.footerItem_right *{ 
  color:#ffffff;
}


.footerWrapper .hs-menu-depth-1 a {
	    color: var(--primary-blue);
    --border-width: 2px;
    --bottom-distance: -5px;
    /*background-image: linear-gradient(var(--primary-button-background), var(--primary-button-background));
    background-position: 0 calc(71% - var(--bottom-distance));
    background-repeat: no-repeat;
    background-size: 0 var(--border-width);
    transition: background-image 0.2s ease-out, background-size 0.2s ease-out !important;*/
    width: fit-content;
}

.footerWrapper .hs-menu-depth-1 a:hover {
    background-size: 100% var(--border-width);
    text-decoration: none;
}
.footerMenu__container .hs-menu-wrapper ul li {
  line-height: 25px;
  height: 40px;
}
.footer-phone {
    text-decoration: none;
}
.footer-phone,
p.footerAddress {
   line-height: 150%;
   font-size:16px;
}
.block {
  text-decoration: none;
}
.footerHeadlines {
  font-size: 20px; 
  font-weight: 700; 
  margin-bottom: 10px;
  margin-top:0px;
}

.footerMenu__container ul{
  padding-left: 0px; 
  list-style-type: none; 
color: #ffffff;
  margin-top:0px;
  display: flex;
  column-gap: 42px;
  row-gap:5px;
  flex-wrap: wrap;
  max-width:495px;
  justify-content: center;
}
.footerMenu__container ul li a {
  font-size: 18px;
  text-decoration: none; 
}
.footerDivider a,
.footerCopyright a {
    text-decoration: none; 
    font-size: 14px;
}
.footerMenu__container ul li a:hover ,
.footerDivider a:hover,
.footerCopyright a:hover {
  text-decoration: underline; 
}
.footerSocialContainer {
flex-basis:145px;
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: flex-start;  
  align-items: center;  
  gap: 20px;
}
.footerCopyright {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  font-size:14px;
  margin-top:50px;
  align-items:center;
  column-gap:50%;
}
.footerCopyright .hs-menu-wrapper ul {
  display:flex;
  gap:20px;
  list-style:none;
  padding:0px
    
}
.footerCopyright .hs-menu-wrapper ul li a{
   font-size:14px; 
}
.footerCopyright p {
   display: block;
   font-size: 14px;
	margin:0!important;
}

.footer-mobile{
  display:none;
}
a.ironpaper {
  text-decoration:none;
}
a.ironpaper:hover {
  text-decoration:underline;
}
	.footerDivider .btn.mobile {
	display:none;
	}

.social-mobile {
  display:none;
}

@media screen and (max-width: 1200px){
	
	.footerWrapper {
		gap:0;
	}
	
	.footerDivider .btn.mobile  {
		display:inline-flex;
		max-width:fit-content;
	}
	
	.footerWrapper .btn.desktop  {
			display:none;
	}
	
  .footer-container {
  padding:0px 25px;

}
  .footerItem_right{
    column-gap:0px;
    justify-content:space-around;
  }
	
	 .social-mobile{
    display:flex;
    }
    .social-desktop{
    display:none;
    }
	
}



@media screen and (max-width: 991px) {
	
	.footer-cta {
justify-content:center;
	}
	
  .footerItem_right {
    display: none;
  }
  .footerAddress,
  .footerItem_left img {
    display: block;
    margin: 0 auto;
  }
 
 .footerItem_left {
  align-items:flex-start;
  margin-bottom:10px;
   justify-content:center;
   }
  .footerItem_right{
    justify-content:flex-start;
  }
  .footerMenu__container ul{
     flex-direction: column; 
  }
  .footerWrapper{
    flex-direction: column; 
    row-gap: 30px;
  }
  
  
  .footerHeadlines{
    margin-top: 7px; 
    margin-bottom: 7px; 
  }
  .footerSocialContainer{
    flex-basis: 100%; 
    text-align: center;
    justify-content: center;
  }

  .footerCopyright{
    flex-basis: 100%; 
    justify-content: center;
    text-align: center;
    flex-direction:column;
    gap: 20px;
  }
 p.footerAddress{
    text-align:center;
   font-size:14px;
	 padding-top:15px;
    }
  .footerSocialContainer {
    column-gap: 48px;
    }
}

.footer-menu ul {
    display: flex;
    column-gap: 50px;
    list-style-type: none;
    margin-top: 0px;
    padding-left: 0px;
}
.footer-menu ul a {
    display: block;
 
    text-decoration: none;
}

.footer-menu .hs-menu-depth-1 a {
   padding: 0 0 10px 0;
}
.footer-menu .hs-menu-depth-2 a{
   padding: 10px 0;
}

footer .btn .inner {
	font-size: 11.004px;
    font-weight: 900;
    line-height: 133%;
	color:#fff;
}

footer .footerDivider .innosphere-link {
	color: var(--Neutrals-White, #FFF);

/* Paragraph Bold */
/*font-family: Avenir;*/
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 30px */
}

.footer-menu li.hs-menu-depth-1.hs-item-has-children>a:first-of-type {
padding-top:0;
}
.footer-menu ul li:hover,
.footer-menu ul a:hover {
    text-decoration: none !important;
}
.footer-menu li.hs-menu-depth-1 > a:not(.hs-menu-depth-2) {
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 24px */
}
.footer-menu li.hs-item-has-children {
	padding-bottom:30px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.footer-menu ul.hs-menu-children-wrapper {
    flex-direction: column;
    padding: 0px;
    width: 100%;
}
.footer-menu .hs-menu-depth-1 .hs-menu-item.hs-menu-depth-2 {
    /*font-size: 18px;*/
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    margin-left: 0px;
}
.footer-mb {
    display: none;
}
@media screen and (max-width: 768px) {
	.footerDivider h3 {
		font-size:26px;
	}
	
	.footer-menu li.hs-item-has-children {
align-items:center;
	}
	
	footer {
		padding: 48px 30px!important;;
	}
	
	footer .container {
		padding:0;
	}
	
	
    .footerItem {
        margin: 0px 0px 2% 4%;
    }
    .footer-phone {
        display: none;
    }
    .footer-mb {
        display: block;
    }
    .footer-menu ul {
        flex-direction: column;
        padding-left: 24px;
			align-items:center;
    }
    .footer-menu ul a {
        padding: 15px 0;
    }
    .footerWrapper {
        gap: unset;
        padding-bottom: 40px;
    }
    .footerItem_right {
        display: none;
    }
    .footerCopyright {
        gap: 50px;
    }
}
footer .footerDivider a,
footer .footerCopyright a,
body footer li a {
    --border-width: 2px;
    --bottom-distance: -5px;
    background-image: linear-gradient(var(--primary-button-background), var(--primary-button-background));
    background-position: 0 calc(71% - var(--bottom-distance));
    background-repeat: no-repeat;
    background-size: 0 var(--border-width);
    transition: all 0.2s ease-out !important;
	width:fit-content;
}
footer .footerDivider a[href]:not([href^=“javascript:“]):hover,
footer .footerCopyright a[href]:not([href^=“javascript:“]):hover,
footer li a[href]:not([href^=“javascript:“]):hover {
  background-size: 100% var(--border-width);
  text-decoration: none;
}
/* footer li a[href$='javascript:;'] {
  background-image: unset;
  cursor: initial;
} */
.footer-bottom {
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .footer-bottom {
    margin-top: 50px;
  }
}