.container-width {
  max-width: 1132px !important;
  width: 87.076%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-width-small {
  max-width: 1260px !important;
  width: 96.9%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width-small {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #ffffff;
}

body {
  margin-top: 7.1875rem;
}
@media (max-width: 992px) {
  body {
    margin-top: 4.375rem;
  }
}

img {
  display: block;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

body {
  margin-top: 0;
}

.invite-form {
  background-color: #F0EEEB;
  padding-top: 5rem;
  min-height: 100vh;
}
.invite-form .invite {
  position: relative;
  display: flex;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .invite-form .invite {
    padding: 1.5rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.invite-form .invite .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 640px) {
  .invite-form .invite .close {
    right: 1.5rem;
  }
}
.invite-form .invite .header {
  font-size: 3.25rem;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.08125rem;
  width: 38.3%;
}
@media (max-width: 992px) {
  .invite-form .invite .header {
    font-size: 1.5rem;
    line-height: 140%;
    letter-spacing: unset;
    width: 100%;
  }
  .invite-form .invite .header br {
    display: none;
  }
}
.invite-form .invite .form {
  width: 57.6%;
}
@media (max-width: 992px) {
  .invite-form .invite .form {
    width: 100%;
  }
}

.form .hs-form-field {
  margin-bottom: 10px;
}
.form .hs-error-msgs {
  margin: 0;
}
.form .hs-fieldtype-textarea textarea {
  margin-top: 10px;
}
.form .hs-richtext {
  padding-bottom: 0.75rem;
}
.form .hs-richtext strong {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.form .hs_feedback {
  padding-top: 1rem;
}
.form .hs-fieldtype-textarea span {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.form .hs-form-checkbox-display {
  display: grid;
  grid-template-columns: 0.02fr 1fr;
  gap: 0.625rem;
}
.form .hs-fieldtype-checkbox span {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.form .hs-fieldtype-checkbox span b {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  line-height: 140%;
}
.form .hs-fieldtype-radio span {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.form .hs-fieldtype-radio ul {
  display: flex;
  gap: 5px;
  margin-top: 0;
}
.form .hs-form-radio-display {
  display: flex;
  align-items: start;
  gap: 0.3125rem;
}
.form .hs_submit .actions .hs-button {
  margin-top: 12px;
  color: white;
  padding: 0.8125rem 1.1875rem;
  background-color: #000;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.form .input input[type=text],
.form input[type=email],
.form textarea {
  padding: 16px !important;
  padding-top: 24px !important;
  padding-bottom: 12px !important;
  border: none;
  border-radius: 8px;
  min-height: 58px !important;
  background: white;
  width: 100%;
  outline: none;
}
.form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 16px !important;
  padding-top: 24px !important;
  padding-bottom: 12px !important;
  border: none;
  border-radius: 8px;
  min-height: 58px !important;
  background: white;
  width: 100%;
  outline: none;
  margin-bottom: 10px;
}
.form .hs-fieldtype-select .input:after {
  content: "expand_more";
  /* Material icon name */
  font-family: "Material Icons";
  font-size: 24px;
  font-weight: 300;
  color: #555;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-58%);
  pointer-events: none;
}
.form .hs-fieldtype-text,
.form .hs-fieldtype-select,
.form .hs-fieldtype-phonenumber {
  position: relative;
}
.form .hs-fieldtype-text > label,
.form .hs-fieldtype-select > label,
.form .hs-fieldtype-phonenumber > label {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  margin: 0;
  font-size: 0.625rem;
  line-height: 140%;
  color: #5E6366;
  font-weight: 600;
  text-transform: uppercase;
}
.form .hs-fieldtype-text li label,
.form .hs-fieldtype-select li label,
.form .hs-fieldtype-phonenumber li label {
  font-size: 0.625rem;
  line-height: 140%;
}
.form textarea {
  min-height: 120px !important;
}
.form option {
  font-size: 5px;
}
.form .input ul {
  list-style: none;
  padding-left: 0px;
}
.form .hs-form-required {
  color: black;
}
.form .hs-error-msgs {
  color: red;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.form label {
  margin-top: 12px;
  margin-bottom: 8px;
}
.form label.hs-error-msg {
  margin-bottom: 0px;
}
.form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px !important;
  height: 20px !important;
  border: none;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  margin: 1px 5px 0 0;
}
.form input[type=checkbox]:checked {
  background-color: white;
  border-color: white;
  color: #038B58;
  position: relative;
}
.form input[type=checkbox]:checked::before {
  position: absolute;
  display: block;
  content: "check";
  font-family: "Material Icons";
  font-size: 18px;
  top: 1px;
}
.form input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px !important;
  height: 20px !important;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 0px 0 0;
  position: relative;
}
.form input[type=radio]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #038B58;
  /* green dot */
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}
.form .hs-form-booleancheckbox-display {
  display: grid;
  grid-template-columns: 0.1fr 10fr;
  gap: 0.3125rem;
}

/*# sourceMappingURL=invite-form.css.map */
