.general_inquiries .js-form-item {
    position: relative;
    margin-bottom: 0;
}
.general_inquiries .captcha__element label.js-form-required.form-required.form-item__label:after {
    content: unset;
}
.general_inquiries .form-item__textfield {
    width: 40px;
}
body .general_inquiries .form-item {
    color: inherit;
    margin-bottom: 1em;
}
label.js-form-required.form-required.form-item__label:after {
    content: '*';
}
.general_inquiries .comments.js-form-item.form-item{
    max-width: 100%;
    width: 100%;
}
.general_inquiries .comments label.form-item__label {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #24144c;
    font-family: var(--v-primary-font);
    margin: 0;
    line-height: 1;
    letter-spacing: normal;
    padding: 0 0 10px;
 
    @media only screen and (min-width: 768px) {
        padding: 0 0 12px;
        font-size: 20px;
}
}
.general_inquiries .message {
    font-family: var(--v-secondary-font);
    font-weight: 400;
    line-height: 1.5;
    background: transparent;
    border: 1px solid #9189A5;
    border-radius: 8px;
    font-size: 14px;
    padding: 1.6rem;
    max-width: 100%;
    height: 61px;
    width: 100%;
    overflow: hidden;
    resize: none;
 
@media only screen and (min-width: 768px) {
    font-size: 18px;
    padding: 1.7rem;
}
}
 
.general_inquiries .validation-error {
    display: block;
    color: red; /* Adjust color as needed */
    font-size: 0.875em; /* Adjust font size as needed */
    margin-top: 0.5em; /* Adjust spacing as needed */
}
 
.general_inquiries input:invalid + .validation-error {
    display: block;
}
.general_inquiries .containers {
  display: flex;
  gap: 2rem;
}
.general_inquiries .read_and_agree_height{
margin: 0;
}
.general_inquiries .webform-flex--container {
  margin: 0;
}
.signup-form:has(.general_inquiries) {
  background: #f8f8f8;
}
 
.general_inquiries .webform-flexbox {
  gap: 98px;
  margin: 0;
  justify-content: center;
}
.general_inquiries .webform-flex--1:first-child {
  flex-basis: 39.2rem;
  flex-grow: 0;
}
.general_inquiries .webform-flex--1:last-child {
  flex-basis: 66.2rem;
  flex-grow: 0;
}
.general_inquiries .webform-section-wrapper .h3--xl-modifier {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #24144c;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2rem;
  letter-spacing: normal;
 
@media only screen and (min-width: 768px) {
  font-size: 5.6rem;
  line-height: 1.06;
  margin-bottom: 4rem;
}
}
.general_inquiries span.validation-error {
    position: relative;
    max-width: 100%;
    padding: 6px 8px 6px 16px;
    background: #fadcdc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0;
    width: 100%;
    margin-top: 12px;
    line-height: 1.4;
    letter-spacing: normal;
}
.general_inquiries span.validation-error::before {
    content: "!";
    background: #da1414;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
}
.general_inquiries .form-item--radio label {
  display: ruby-text;
  margin-left: 0;
  padding: 0;
  margin-right: 0;
}
.general_inquiries .form-fieldset .form-item {
padding-bottom: 2rem;
    margin-left: 0;
    max-width: 100rem;
    width: 100%;
@media only screen and (max-width: 767px) {
width: 100%;
        max-width: 100%;
}
}
.general_inquiries input {
  border-radius: 8px;
}
 
.general_inquiries .right-section {
    display: flex;
gap: 2rem;
}
.general_inquiries .form-fieldset .read_and_agree.form-item {
    display:flex;
    flex-wrap: wrap;
gap: 12px;
  margin: 0 0 10px 0;
  max-width: none;
height: auto;
    width: 100%;
    letter-spacing: normal;
}
 
.general_inquiries {
  width: 89%;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
 
@media only screen and (min-width: 768px) {
  padding-top: 4.8rem;
  padding-bottom: 10rem;
 
}
}
.general_inquiries .hide_lablel legend {
  display: none;
}
.general_inquiries .hide_lablel .show-legend legend {
  display: block;
}
 
.general_inquiries .form-fieldset.show-legend .form-item {
    margin: 0 0 10px 0;
    max-width: none;
    height: auto;
width: unset;
}
 
.general_inquiries .hide_lablel legend.form-required{
  display: block;
  font-family: var(--v-primary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #24144c;
  margin-left: 0;
  border: 0;
  margin-bottom: 20px;
    letter-spacing: normal;
 
@media only screen and (min-width: 768px) {
       font-size: 20px;
}
}
 
.general_inquiries .left-section .size h2 {
  font-size: 56px;
  line-height: 46px;
  font-family: auto;
}
.left-section .color h2 {
  color: #24144c;
}
 
.general_inquiries .left-section .size p {
  font-family: var(--v-secondary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #24144c;
  letter-spacing: normal;
  margin-bottom: 30px;
 
 
@media only screen and (min-width: 768px) {
   font-size: 16px;
}
}
 
.general_inquiries .form_section .right-section label,
.general_inquiries .bottom_form label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #24144c;
  font-family: var(--v-primary-font);
  margin: 0;
  line-height: 1;
padding: 0 0 1rem 0;
letter-spacing: normal;
 
@media only screen and (min-width: 768px) {
font-size: 20px;
padding: 0 0 1.2rem 0;
 
}
}
.general_inquiries .bottom_form .full-width {
  width: 100%;
}
.general_inquiries .form_section .right-section input,
.general_inquiries .bottom_form input {
  padding: 16px;
  gap: 27px;
  border: 1px solid #9189A5;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--v-secondary-font);
  background: transparent;
  line-height: 1.5;
width: 100%;
color: #4E426E;
 
@media only screen and (min-width: 768px) {
  padding: 17px;
  font-size: 18px;
}
}
 
.general_inquiries .form-fieldset {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.general_inquiries .js-webform-radios .js-form-item label {
  font-family: var(--v-primary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #24144c;
margin-bottom: 12px;
 
 
@media only screen and (min-width: 768px) {
  font-size: 16px;
  line-height: 1.1;
}
}
.general_inquiries div#edit-button {
    margin-bottom: 0;
    padding-bottom: 0;
}
.general_inquiries legend#edit-can-we-reach-out-to-you-for-a-follow-up--wrapper-legend {
    margin-bottom: 12px;
}
.general_inquiries input[type="checkbox"],
.general_inquiries input[type="radio"] {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem;
    min-height: 2rem;
    max-width: 2rem;
    max-height: 2rem;
    box-sizing: border-box;
  margin: 0;
}
body .general_inquiries .captcha {
        margin-left: 0px;
        padding: 0;
        max-width: 100% !important;
    }
legend.captcha__title.js-form-required.form-required {
    display: none;
}
.general_inquiries .form_section .webform-element--title-inline label, .captcha__element, .captcha__description {
  font-family: var(--v-secondary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: rgba(36, 20, 76, 0.8);
  padding: 0 110px 0 0;
flex: 1 1 calc(85.333% - 2px);
margin: 0;
/*  padding-left: 1.2rem */
    vertical-align: top;
 
@media only screen and (min-width: 768px) {
  font-size: 16px;
}
}
.general_inquiries .form_section .hide_lablel .webform-button--submit {
  padding: 14px 24px;
  background: #463797;
  text-transform: none;
  font-family: var(--v-primary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
    text-align: center;
  color: #ffffff;
    border-radius: 4rem;
        max-height: 4.6rem;
        min-height: 4.6rem;
        min-width: auto;
 
    
@media only screen and (min-width: 768px) {
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 1rem;
    min-width: 15.7rem;
    min-height: 5rem;
width: auto;
 
}
}
.general_inquiries .read_and_agree span.validation-error {
    margin-top: 0;
}
.general_inquiries .js-webform-radios {
  display: flex;
  gap: 6rem;
}
.general_inquiries .js-webform-radios .form-item {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
.general_inquiries .right-section {
    display: block;
}
}
@media only screen and (min-width: 768px) and (max-width: 870px) {
  .general_inquiries .form_section .right-section label,
  .general_inquiries .bottom_form label {
    font-size: 16px;
  }
  .general_inquiries .webform-flexbox {
    gap: 4rem;
  }
}
@media only screen and (max-width: 767px) {
.general_inquiries .captcha__description {
margin-bottom : 10px;
}
}