.wrap {
  max-width: 60rem;
  margin: 0 auto;
  padding: 15px;
  margin-top: 80px;
}
.wrap .header {
  font-family: "Ginto Nord", sans-serif;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .wrap .header {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .wrap .header {
    font-size: 2rem;
  }
}
.wrap .flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .wrap .flex {
    display: block;
  }
}
.wrap .form {
  flex: 0 0 55%;
  border-radius: 0.5rem;
  padding: 2rem;
  border-color: rgb(227, 230, 237);
  border-radius: 0.5rem;
  box-shadow: rgba(13, 15, 17, 0.12) 0px 2px 6px;
  margin-bottom: 40px;
}
.wrap .form input {
  color: rgb(17, 19, 23);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  outline: none;
  padding: 0.75rem;
  transition-duration: 150ms;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: all;
  width: 100% !important;
  border: 1px solid rgb(208, 214, 225);
  border-radius: 5px !important;
}
.wrap .form input:focus {
  border: solid thin #000;
}
.wrap .form input.hs-button {
  background: #000;
  color: white !important;
  width: auto !important;
  border-radius: 30px !important;
  display: inline-block;
  padding: 0 25px !important;
  height: 50px;
  line-height: 50px;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .wrap .form input.hs-button {
    width: 100% !important;
    display: block;
    border-radius: 30px !important;
  }
}
.wrap .form label {
  font-weight: 500;
  font-size: 0.875rem;
}
.wrap .form label.hs-error-msg {
  color: rgb(209, 46, 51);
}
.wrap .form select {
  outline: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 20 20' aria-hidden='true' focusable='false' fill='%23000'%3E%3Cpath d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: 97% center;
  color: rgb(17, 19, 23);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  outline: none;
  padding: 0.75rem;
  transition-duration: 150ms;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: all;
  width: 100%;
  border: 1px solid rgb(208, 214, 225);
  border-radius: 5px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100% !important;
  background-color: #fff !important;
  min-height: 50px;
}
.wrap .form select:focus {
  border-color: #000;
}
.wrap .form select[multiple] {
  background: none;
}
.wrap .form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(208, 214, 225);
  border-radius: 0.25rem;
  box-shadow: none;
  color: rgb(17, 19, 23);
  filter: none;
  font-family: "Graphik Web";
  font-size: 0.9375rem;
  font-weight: 500;
  height: 50px;
  outline: none;
  position: relative;
  transition: all 150ms ease-out 0s;
  line-height: 20px;
  width: 100%;
  padding: 1em;
  min-height: 75px;
  width: 100% !important;
}
.wrap .form textarea:focus {
  border-color: black;
}
.wrap .text {
  margin-left: 1.5rem;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .wrap .text {
    margin: 0;
    padding: 0 0 40px;
  }
}
.wrap .text ul {
  margin-bottom: 40px;
}
.wrap .text li {
  display: flex;
  position: relative;
  align-items: center;
  padding: 7px 0;
  align-items: flex-start;
}
.wrap .text li .check {
  flex: 0 0 32px;
  max-width: 32px;
}
.wrap .text li svg {
  fill: #FF277E;
  height: 15px;
  width: 15px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .wrap .form {
    box-shadow: none;
    padding: 0;
    border-bottom: solid thin rgb(208, 214, 225);
    padding-bottom: 60px;
    border-radius: 0;
  }
}
.wrap .bold {
  font-weight: 500;
}
.wrap fieldset {
  border: none;
  max-width: none !important;
}
.wrap .hs-form-field {
  margin-bottom: 1.5rem;
}
.wrap .hs_additional_notes label {
  color: rgb(17, 19, 23);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  font-weight: 500;
}
.wrap legend {
  font-size: 0.875rem;
  line-height: 1.42857;
  display: block;
  margin: -0.25rem 0px 0.5rem;
  color: rgb(103, 111, 126);
  font-weight: 400;
  padding: 0;
}

fieldset.form-columns-1 .input {
  margin: 0 !important;
}

.hs-lastname .input {
  margin: 0 !important;
}

@media only screen and (max-width: 480px) {
  .hs-firstname .input {
    margin: 0 !important;
  }
}

.submitted-message p {
  margin-bottom: 20px;
}
.submitted-message a {
  color: #FF277E;
  text-decoration: underline;
}