/*--***********************************************************************************
ABOUT CONTACT
*********************************************************************************** --*/
.about-contact .container { z-index: 3; position: relative;}
.about-contact .container > * { max-width: 830px;}
.contact-form-wrapper { padding: 4rem 4.1rem 4.6rem 4.7rem; border-radius: var(--brdrd); background: rgba(180,189,211,.2);}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield_label { display: block; margin-bottom: .6rem; font-size: inherit; font-weight: inherit;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { border: 0; border-radius: var(--brdrd); background: white;}
.contact-form-wrapper button, .contact-form-wrapper input[type="button"], .contact-form-wrapper input[type="reset"], .contact-form-wrapper input[type="submit"] { padding: 0 1rem; height: 3.5rem; font-size: 1.6rem; font-weight: 600; color: white; background: var(--blue-light); box-shadow: 0px 0px 3.58333px rgba(0, 0, 0, 0.25);}
}