.footerwrapper {
 flex-direction: column;
 gap: 36px;
}
.ftlogowrapper {
  padding-bottom: 36px; 
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.linkswrapper {
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.links-item-ft {
 gap: 10px; 
}

.links-item-ft a {
  transition: all .8s ease; 
}

.links-item-ft a:hover {
  color: #55653B;
}

.coninfo p  {
  transition: all .8s ease; 
}

.coninfo:hover p {
  color: #55653B !important;
}

.linkswrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  width: 100%;
  gap: 40px;
}

.coninfo {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 8px;
}

.coninfo img {
  margin-top: 3px; 
}

.lh18 {
 line-height: 18px; 
}

.legal a {
    transition: all .8s ease; 
}

.legal a:hover {
   color: #55653B; 
}


.form-container-footer form {
   background: none !important;
   padding: 0 !important;
   display: flex;
    align-items: center;
    justify-content: start;
    width: 100% !important;
    gap: 6px;
}

.form-container-footer form .hs-form-field {
  width: 100% !important;
  max-width: 100% !important;
}

.form-container-footer .form-title {
 display: none !important; 
}

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


.form-container-footer input[type=email] {
  padding: 12px;
  background: var(--White, #FFF);
  color: var(--Neutral-N-70, #B3B3B3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}

.form-container-footer input[type=submit] {
  background: var(--PRIMARY-FOREST-GREEN-Primary-FG-80, rgba(85, 101, 59, 0.80));
  padding: 14px 16px;
  color: var(--Main-Palette-Senska-White, #FFF);
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: all 0.8s ease;
}

.form-container-footer input[type=submit]:hover {
  background: #FFF;
  color: #000;
}


.form-container-footer {

}

.subscription-wrapper {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  margin-bottom: 32px;
}

 @media only screen and (max-width: 1050px) {
  .form-container-footer form .hs-form-field {
          width: 185px !important;
    max-width: 100% !important;
}
   
    @media only screen and (max-width: 900px) {
    .linkswrapper {
      grid-template-columns: 2fr 2fr;
    }
}
        
        
@media only screen and (max-width: 770px) {
  .termspages {
   flex-direction: column;
   gap: 8px !important;
  }
.footer-menus-wrapper {
  grid-template-columns: 1fr 1fr; 
 }
  .subscription-wrapper {
   flex-direction: column; 
    align-items: start;
    gap: 16px;
  }
  .form-container-footer {
    align-items: start;
    gap: 8px;
  }
}
   
@media only screen and (max-width: 670px) {
  .extralinkswrapper {
    align-items: start !important;
  }
   }

   
@media only screen and (max-width: 615px) {
  
   .linkswrapper {
      column-gap: 2px;
     grid-template-columns: 1fr;
    }
  
   }
   
   
   @media only screen and (max-width: 440px) {
  
  .extralinkswrapper {
   flex-direction: column;
   gap: 42px;
  }
     
     .rowgap6 {
      row-gap: 6px; 
     }
  
   }
 