.matte-black-form [type="submit"] {
  background-color: #0033a0 !important;
  border-radius: 1.6rem !important;
  font-family: hind, sans-serif;
  font-size: 1rem;
  letter-spacing: 0rem;
  line-height: 120%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.whole-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
}
.matte-black-form {
  background-color: #ffd100;
  flex: 1;
  padding: 1.5rem;
}
.matte-black-form input,
.matte-black-form select {
  background-color: #fff;
  border-color: #cbd2cc;
  border-radius: 0.625rem;
  border-style: solid;
  border-width: 1px;
  font-weight: 600;
  padding: 0.5rem;
}
.matte-black-form div {
  border-bottom: none;
}
.user-content p {
  padding: 2px !important;
}
.matte-black-form label {
  display: none;
}
.matte-black-form span {
  color: #0033a0;
  font-family: rockwell, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 120%;
}
.matte-black-form .half-column {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 2%;
  text-align: center;
  width: 48%;
}
.matte-black-form .gform_title {
  color: #0033a0;
  font-family: rockwell, sans-serif;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 120%;
}
/* Hide the entire form on smaller screens */
@media screen and (max-width: 767px) {
  .gform_button {
    background-color: #0033a0 !important;
  }
  .user-content img {
    justify-self: center !important;
  }
  .gform_heading {
    background-color: #0033a0;
    margin-left: 50%;
    padding-top: 0 !important;
    transform: translateX(-50%);
    width: 100vw;
  }
  .gform_title,
  .gform_description {
    color: white !important;
    text-align: left;
  }
  .gform_description {
    font-size: 1.75rem !important;
    line-height: 120% !important;
    text-align: left !important;
  }
  .gform_body div {
    border-bottom: none;
  }
  .top-content,
  h4 {
    text-align: center;
  }
  .gform_body,
  div {
    justify-content: center !important;
  }
  .gform_body input,
  .gform_body select {
    background-color: #fff;
    border-color: #cbd2cc;
    border-radius: 0.625rem;
    border-style: solid;
    border-width: 1px;
    font-weight: 600;
    padding: 0.5rem;
  }
  .callout-box--1 {
    text-align: center;
  }
  .matte-black-form {
    background-color: #ffd100 !important;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    display: none;
    left: 50%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0 1rem 2rem;
    position: fixed;
    text-align: start;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95vw;
    z-index: 9999;
  }
  .matte-black-form.active {
    display: block;
  }
  .custom-mobile-heading {
    background-color: #0033a0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #fff;
    justify-items: start;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 0;
    padding-left: 1rem;
    padding-top: 0;
    width: calc(100% + 2rem);
  }
  .custom-mobile-heading-title {
    color: #fff !important;
    font-family: rockwell, sans-serif;
    font-size: 1.4375rem !important;
  }
  .custom-mobile-heading-close {
    align-items: center;
    background: none;
    border: none;
    color: #0033a0;
    cursor: pointer;
    display: flex;
    font-size: 2rem;
    height: 2.5rem;
    padding: 0 0.5rem;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
  }

  .matte-black-form span {
    color: #fff;
    font-family: rockwell, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 120%;
  }

  #matte-black-form-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9998;
  }

  #matte-black-form-overlay.active {
    display: block;
  }
  .custom-mobile-heading-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
