
  .form-container {
    background-color: #F9FAF4;
    padding: 7.5em 6.25em;
    border-radius: .625em;
    display: flex;
    justify-content: center;
  }

@media (max-width: 768px) {
  .form-container {
    padding: 1.5em 1em;
  }
}

  .form-container-inner {
    max-width: 1232px;
    margin: 0 aut0;
    padding: em 1em;

  }


  .swept_form > .hs_cos_wrapper_type_form {
    width: 100%;

  }

  .swept_form form {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: end;
    padding: 0 2.5em;
    gap: 1.25em;
  }

  .swept_form label {
    color: var(--bg) !important;
    font-family: 'Montserrat', sans-serif; /* Font family */
    font-weight: 600; /* For SemiBold */
    font-size: 1.5em; /* Font size */
    line-height: 140%; /* Line height */
    letter-spacing: 0%; /* Letter spacing */

  }



  .swept_form .hs-form-field {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
    width: 100% !important;
  }


  .swept_form input,
  .swept_form select,
  .swept_form textarea {

    font-family: 'Montserrat', sans-serif; /* Font family */
    font-weight: 400; /* For Regular */
    /*     font-size: 1.5em; /* Font size */ */
    line-height: 160%; /* Line height */
    letter-spacing: 0%; /* Letter spacing */

    width: 100%;

    display: flex;
    padding: 1.15em 1.25em;
    align-items: flex-start;

    border-radius: 0.75em;
    border: 1px solid #1F282F;
    background: #F9FAF4;

  }

  /* Change the placeholder text color */
  .swept_form input::placeholder {
    color: rgba(1, 57, 96, 0.40);
    font-family: 'Montserrat', sans-serif; /* Font family */
    font-weight: 400; /* For Regular */
    font-size: 1.5em; /* Font size */
    /*     font-family: var(--mobile-body-copy-font-family);
    font-weight: var(--mobile-body-copy-font-weight);
    font-size: var(--mobile-body-copy-font-size);
    line-height: var(--mobile-body-copy-line-height);
    letter-spacing: var(--mobile-body-copy-letter-spacing);
    text-decoration: var(--mobile-body-copy-text-decoration); */
  }

  .swept_form .input {
    margin-right: 0em !important;
  }



  /* Remove the outline on focus for better appearance */
  .swept_form select:focus {
    outline: none;
  }

  /* .swept_form .input::after select { */
  .swept_form .hs-fieldtype-select .input::after {
    content: '\f078' !important; /* Unicode for Font Awesome left arrow */
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600 !important;
    font-size: 1em !important;
    transition: content 0.3s ease !important;
    opacity: 1 !important;
    color: var(--primary) !important;
    position: absolute;
    pointer-events: none;
    translate: 370px -39px;
  }

  .swept_form input:focus {
    /*     border: 2px solid var(--blue); */
  }

  .swept_form input:focus-visible {
    /*     outline: unset; */
  }

  .swept_form .hs-form-required {
    padding-left: 5px;
  }

  .swept_form .hs-error-msgs {

    list-style: none;
    padding-left: 0em;
    margin: 0 0;
  }

  .swept_form .hs-error-msgs label {
    color: var(--red) !important;
    font-family: 'Montserrat', sans-serif; /* Font family */
    font-weight: 500; /* For Medium */
    font-size: 1em; /* Font size */
    line-height: 160%; /* Line height */
    letter-spacing: 0%; /* Letter spacing */
  }


  .swept_form .hs_submit input {
    background-color: #C7AE6C;
    color: #F9FAF4;
    border: 1px solid #C7AE6C;
    font-weight: 600; /* For SemiBold */
    cursor: pointer;
    padding-right: 1.5em;
    padding-left: 1.5em;
    transition: .3s;
  }

  .swept_form .hs_submit input:hover {
    background: #1F282F;
    color: #C7AE6C;
    font-weight: 600;
  }

  .f-color-text {
    background: var(--gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .f-line {
    border: none;
    width: 97%;
    height: 1px;
    background: var(--gradient-1);
    margin: 1.25em auto;
  }

  .f-title {
    text-align: center;
  }

  .f-subtitle {
    text-align: center;
    margin-bottom: 3.75em;
    color: var(--bg);
  }


  @media (max-width: 768px) {

    .form-container-inner {

      padding: 1.5em 1em;

    }

    .f-line {
      border: none;
      width: 100%;
      height: 1px;
      background: var(--gradient-1);
      margin: .75em auto;
    }

    .f-subtitle {
      margin-bottom: 1em;
    }

    .swept_form {
      display: flex;
      /*       padding: 2.5em 1.25em 6em 1.25em; */
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 4em;
      align-self: stretch;
    }

    .swept_form input, .swept_form select, .swept_form textarea {
      font-size: 14px;
    }

    .swept_form form {
      padding: 0;
    }

    .swept_form .form-columns-2 {
      flex-direction: column;
      gap: 0;
      padding: 0;
    }

    .swept_form input,
    .swept_form select,
    .swept_form textarea {
      width: 100% !important;
    }

    .swept_form .hs-form-field {
      /*       padding: 1em 0em; */
    }

    .swept_form {
      font-size: 16px;
    }

    .swept_form .hs-fieldtype-select .input::after {
      translate: 260px -40px;
    }


    .swept_form form {
      flex-direction: column;
    }
    .hs_submit  {
      display: block;
      width: 100%;
    }
  }

