div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) {
  all: unset;
  --gap: 16px;
  font-family: "ProximaNova", "Ubuntu", sans-serif;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  color: #2D2D2D;
  font-size: 14px;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform-tooltip-arrow {
  display: none !important;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) *:not(.no-unset) {
  all: unset;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity):not(.active) {
  display: none;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .__common-errors {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .__common-errors .b-pform-tooltip.error {
  color: white;
  background: red;
  padding: 2px 8px;
  border-radius: 100px;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: calc(24px - var(--gap));
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__legend {
  color: #797979;
  padding-bottom: 16px;
  margin-bottom: calc(24px - var(--gap));
  border-bottom: 1px #E6E6E6 solid;
  display: flex;
  gap: 4px;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__star {
  width: 16px;
  height: 16px;
  background: url("/images/asterisk.svg") center center no-repeat;
  background-size: 10px 10px;
  display: inline-block;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
@media (max-width: 470px) {
  div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item {
    flex-direction: column;
  }
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item .__left .b-pform__star {
  vertical-align: top;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item._agreement {
  margin-top: calc(53px - var(--gap));
  margin-bottom: calc(48px - var(--gap));
  color: #797979;
  align-items: center;
  position: relative;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item._agreement a {
  text-decoration: underline;
  cursor: pointer;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item._agreement .__error-hook {
  position: absolute;
  inset: 0;
  top: -20px;
  pointer-events: none;
  opacity: 0;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item .b-pform__input {
  cursor: text;
  padding: 14.5px 16px;
  border-radius: 16px;
  background-color: #F6F6F6;
  border: 1px #E6E6E6 solid;
  flex: 66% 0 0;
  margin-left: auto;
}
@media (max-width: 470px) {
  div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item .b-pform__input {
    margin-left: 0;
    flex: unset;
    width: 100%;
  }
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item .b-pform__input::placeholder {
  color: #797979;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item .b-pform-tooltip.error {
  color: white;
  background: red;
  padding: 2px 8px;
  border-radius: 100px;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item textarea.b-pform__input {
  height: 128px;
}
@media (min-width: 471px) {
  div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file {
    display: grid;
    grid-template-columns: 33.33% 66.66%;
    grid-template-rows: auto auto;
    gap: 28px 0;
  }
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__left {
  padding-right: 16px;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__left {
  grid-row: 1;
  grid-column: 1;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__filelist {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__filelist .b-pform__hintwrap {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: stretch;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__filelist .b-pform__hintwrap .b-pform__input {
  flex: 1 1;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__filelist .b-pform__hintwrap .b-pform__filebutton {
  font-size: 16px;
  font-weight: 700;
  color: #1A315B;
  padding: 16px 22px 16px 38px;
  background: url("/images/paperclip.svg") 14px center no-repeat, #ECEEF2;
  background-size: 16px 16px;
  border-radius: 24px;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__filelist .b-pform__hintwrap .b-pform__filebutton .__text {
  text-transform: uppercase;
}
@media (max-width: 750px) {
  div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__filelist .b-pform__hintwrap .b-pform__filebutton .__text {
    display: none;
  }
}
@media (max-width: 750px) {
  div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__filelist .b-pform__hintwrap .b-pform__filebutton {
    padding-right: 10px;
    background-position-x: 16px;
  }
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .__filelist .b-pform__hintwrap .b-pform__filereal {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .b-pform__plusbt {
  grid-row: 2;
  grid-column: 1/3;
  cursor: pointer;
  color: #0053FA !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__item.b-pform__item_file .b-pform__plusbt svg {
  vertical-align: top;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .b-pform__bt_submit {
  color: white;
  text-transform: uppercase;
  padding: 16px;
  background-color: #222D5A;
  border-radius: 9999px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .checkbox {
  position: relative;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .checkbox img {
  width: 16px;
  aspect-ratio: 1;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .checkbox input {
  display: block;
  opacity: 0;
  position: absolute;
  inset: 0;
}
div.b-new-form.iexform-before-success:not(.just-for-higher-specificity) .checkbox:not(:has(input:checked)) img {
  filter: brightness(0);
  opacity: 0.4;
}

/*# sourceMappingURL=common.css.map */
