.footer-bottom {
  background-color: #152a32;
  padding: 20px 20px;
  border-top: 1px solid #00D47F;
}

.footer-wrap {
}

.footer-bottom ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.footer-bottom ul li, .footer-bottom ul li a {
  color: #00D47F;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-bottom ul li a {
}
.footer-top {
  background: linear-gradient(90deg, #0000 calc(100% - 1px), #00D47F 0), linear-gradient(0deg, #0000 calc(100% - 1px), #00D47F 0);
  background-size: 40px 100%, 100% 40px;
  background-repeat: repeat;
  padding: 80px 20px 68px;
}
.footer-form .form-title {
  margin: 0px;
  background: no-repeat;
  font-size: 0px;
  padding: 0px;
}
.footer-wrapper {
  background-color: #152a32;
  background-image: url(https://www.datacouncil.ai/hubfs/Datacouncil25/Global/LogoIcon.svg);
  background-repeat: no-repeat;
  background-position: top left;
}

.footer-col.footer-col3 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.footer-col3 ul li {
}

.footer-col3 ul li a {
}

.footer-col3 ul li a svg {
  width: 24px;
  height: 24px;
  fill: #00D47F;
}

.footer-rows {
  background-color: #1A353E;
  border: 1px solid #00D47F;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
}

.footer-section {
  max-width: 68.9%;
  margin: 0 0 0 auto;
}

.footer-form form {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 66px;
  background-color: transparent;
}

.footer-form form .hs-form-field {
  width: 100%;
  margin: 0px;
  border: 1px solid #00D47F;
}

.footer-form form .hs-form-field label {
  font-size: 0px;
  margin: 0px;
}

.footer-form form .hs-form-field input {
  border-radius: 0px;
  color: #1A353E;
  font-size: 16px;
  line-height: 24px;
  background-image: url(https://www.datacouncil.ai/hubfs/Datacouncil25/Global/Group%20140.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
  padding-left: 100px;
  letter-spacing: 2px;
  height: 80px;
  position: relative;
}
.footer-form form .hs-form-field input::placeholder {
  color: #1A353E;
  font-size: 16px;
  line-height: 24px;
  font-family: Space Grotesk,sans-serif;
}
form .hs-button, form input[type=submit] {
  color: #1A353E;
  font-size: 18px;
  line-height: 24px;
  background: #91FF00;
  border: 1px solid #91FF00;
  border-radius: 0px;
  width: 240px;
  height: 80px;
  font-family:Space Grotesk,sans-serif';
}

.footer-form form .hs-form-field .input:before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #1A353E;
  height: 100%;
  left: 80px;
  top: 0;
  z-index: 1;
}

.footer-form form .hs-form-field .input {
  position: relative;
}

.footer-form {
  padding-bottom: 38px;
}

.footer-col ul {
  flex-direction: column;
}

.footer-col ul li {
}

.footer-col ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
  color: #00D47F;
}

.footer-col.footer-col3 p {
  font-size: 16px;
  line-height: 40px;
  color: #00D47F;
  margin: 0 0px 10px;
}
.footer-form .hs_error_rollup {
  display: none;
}

.footer-form  ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0px;
}

.footer-form form label.hs-error-msg.hs-main-font-element {
  font-size: 12px;
  margin-top: 10px;
}
.footer-form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
}
@media(max-width:1000px){
  .footer-section {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media(max-width:767px){
  .footer-form form {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .footer-rows {
    flex-direction: column;
    gap: 30px;
  }

}
@media(max-width:479px){
  .footer-bottom ul {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}