.box-shadow .container .content {
  box-shadow: 0px 3px 6px #00000029;
}

.haet-cleverreach .haet-cleverreach-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}

.haet-cleverreach .type-email {
  display: inline-block;
  width: 70%;
  margin: 0 !important;
}

.haet-cleverreach .type-email input {
  width: 100%;
  margin: 0 !important;
  font-size: 1rem !important;
  padding: 12px 14px !important;
  background-color: #f0ebfa !important;
}

.haet-cleverreach .type-submit {
  display: inline-block;
  width: 30%;
  padding-left: 20px !important;
  margin: 0 !important;
}

.haet-cleverreach .type-submit button {
  width: 100%;
  font-size: 1rem !important;
  height: 44px;
}

.haet-cleverreach .type-policy_confirm {
  display: flex;
  width: 100%;
  margin-top: 50px;
}

.haet-cleverreach .type-policy_confirm label {
  display: flex !important;
  color: #b5b3b3 !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

.haet-cleverreach .type-policy_confirm [type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  appearance: none;
}
.haet-cleverreach .type-policy_confirm [type="checkbox"] + label {
  position: absolute;
}
.haet-cleverreach .type-policy_confirm [type="checkbox"] + label::before {
  width: 25px;
  height: 15px;
  border: 1px solid transparent;
  background-color: #f0ebfa;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}
.haet-cleverreach
  .type-policy_confirm
  [type="checkbox"]:checked
  + label::before {
  border: 1px solid #a283de;
  background-color: #fff;
  background-image: url("./checked.svg");
  background-size: 15px;
}

@media only screen and (max-width: 1024px) {
  .haet-cleverreach .type-policy_confirm [type="checkbox"] + label::before {
    width: 33px;
  }
  .haet-cleverreach .type-policy_confirm {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 989px) {
  .haet-cleverreach .type-email,
  .haet-cleverreach .type-submit {
    width: 50%;
  }
  .haet-cleverreach .type-policy_confirm [type="checkbox"] + label {
    position: relative;
  }
  .haet-cleverreach .type-policy_confirm [type="checkbox"] + label::before {
    width: 50px;
  }
  .haet-cleverreach .haet-cleverreach-form {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .haet-cleverreach .type-email {
    display: flex;
    width: 100%;
    order: 1;
  }
  .haet-cleverreach .type-submit {
    display: flex;
    width: 100%;
    order: 3;
    padding-left: 0 !important;
  }
  .haet-cleverreach .type-policy_confirm {
    display: flex;
    position: relative;
    order: 2;
    margin-top: 10px;
  }
  .haet-cleverreach .type-policy_confirm [type="checkbox"] + label::before {
    width: 62px !important;
  }
}

/* newsletter footer */

#footer .haet-cleverreach .type-email {
  display: flex;
  width: 100%;
  order: 1;
}

#footer .haet-cleverreach .type-email input,
#footer .haet-cleverreach .type-email input::placeholder {
  background-color: #fff !important;
  color: #807d7d !important;
}

#footer .haet-cleverreach .type-submit {
  display: flex;
  width: 100%;
  order: 3;
  padding-left: 0 !important;
}

#footer .haet-cleverreach .type-submit button {
  background-color: #a183de !important;
  color: #ffffff !important;
  border-color: #8061bc !important;
}

#footer .haet-cleverreach .type-policy_confirm {
  display: flex;
  position: relative;
  order: 2;
  margin-top: 10px;
}
#footer .haet-cleverreach .type-policy_confirm [type="checkbox"] + label {
  position: relative;
}
#footer .haet-cleverreach .type-policy_confirm label {
  color: #fff !important;
}

#footer
  .haet-cleverreach
  .type-policy_confirm
  [type="checkbox"]
  + label::before {
  width: 50px;
}

@media only screen and (max-width: 1024px) {
  #footer
    .haet-cleverreach
    .type-policy_confirm
    [type="checkbox"]
    + label::before {
    width: 60px;
  }
}

@media only screen and (max-width: 989px) {
  #footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer .container .av_one_third {
    width: 47% !important;
  }
  #footer .container .av_one_third:last-child {
    border-top: 1px solid #fff;
    width: 100% !important;
    margin-left: 0 !important;
  }
  #footer
    .haet-cleverreach
    .type-policy_confirm
    [type="checkbox"]
    + label::before {
    width: 25px !important;
  }

  #socket {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .container .av_one_third {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #footer
    .haet-cleverreach
    .type-policy_confirm
    [type="checkbox"]
    + label::before {
    width: 50px !important;
  }
}
