.b-footer-form-wrap {
  background: url("/images/alumet/bner.jpg") center/cover no-repeat;
  padding: 48px 0;
}

.b-footer-form-inner {
  max-width: 1112px;
  margin: 0 auto;
  background: #FAFAFA;
  padding: 80px 94px;
}
@media (max-width: 900px) {
  .b-footer-form-inner {
    padding: 48px 40px;
  }
}
@media (max-width: 600px) {
  .b-footer-form-inner {
    padding: 48px 24px;
  }
}

.b-iex-success {
  font-size: 18px;
  color: #333;
  text-align: center;
}

.b-iex-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left  right" "policy submit";
  row-gap: 33px;
  column-gap: 16px;
}
@media (max-width: 900px) {
  .b-iex-form {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right" "policy" "submit";
    row-gap: 24px;
  }
}

.b-iex-left {
  grid-area: left;
  align-self: start;
}
@media (max-width: 900px) {
  .b-iex-left {
    padding-right: 0;
  }
}

.b-footer-form-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.15;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .b-footer-form-title {
    font-size: 24px;
  }
}

.b-footer-form-subtitle {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

.b-iex-right {
  grid-area: right;
}
.b-iex-right > div {
  margin-bottom: 25px;
}
.b-iex-right > div:last-child {
  margin-bottom: 0;
}
.b-iex-right input[type=text] {
  width: 100%;
  height: 55px;
  border: 1px solid #D4D4D4;
  border-radius: 27.5px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}
.b-iex-right input[type=text]::placeholder {
  color: #737373;
}
.b-iex-right input[type=text]:focus {
  border-color: #01AAEA;
}

.b-iex-policy {
  grid-area: policy;
  align-self: center;
}

.b-iex-policy label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
}
.b-iex-policy label input[type=checkbox] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
  border: 1.5px solid #D4D4D4;
  background: #fff;
  cursor: pointer;
  margin-top: 1px;
  flex-shrink: 0;
  outline: none;
  box-shadow: none;
  color-scheme: light;
}
.b-iex-policy label input[type=checkbox]:checked {
  background-color: #01AAEA;
  border-color: #01AAEA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='none' d='M1 5L5.5 9L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
}
.b-iex-policy label span {
  font-size: 14px;
  color: #737373;
  line-height: 1.5;
}
.b-iex-policy label span a {
  color: #01AAEA;
  text-decoration: none;
}
.b-iex-policy label span a:hover {
  text-decoration: underline;
}

.b-iex-submit {
  grid-area: submit;
}

.b-iex-submit .iexform-common-error {
  font-size: 13px;
  color: #cc3333;
  margin-bottom: 8px;
  padding-left: 4px;
}
.b-iex-submit .iexform-common-error:empty {
  display: none;
}

.b-iex-submit button[type=submit] {
  width: 100%;
  height: 56px;
  background: #01AAEA;
  color: #fff;
  border: none;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease;
}
.b-iex-submit button[type=submit]:hover {
  background: #009ad4;
}

/*# sourceMappingURL=iex-styles.css.map */
