.cta-form-wrap {
    margin: 0 auto;
    max-width: 1160px;
}
.cta-form-wrap .section-header {
    margin-bottom: 8px;
}
.cta-form-container {
    margin: 0 auto;
    max-width: 920px;
	position: relative;
}
.gfield_label, .gfield_required {
    font-size: 14px !important;
    line-height: 24px;
    color: #333333 !important;
    font-weight: 400 !important;
    margin-bottom: 1px !important;
}
.gfield_required {
	text-transform: lowercase;
	font-style: none;
}
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea{
	border: 2px solid #000;
}
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
    height: 57px;
    padding: 6px 15px 0px !important;
    font-size: 14px !important;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
.gfield_checkbox label.gform-field-label{
	color:#333333;
	font-size: 14px;
	line-height: 24px;
    color: var(--wp--preset--color--black-web);
}
.gfield_checkbox label.gform-field-label a{
	color: #000 !important;
}
.gform_wrapper input, .gform_wrapper select{
	height: 57px;
}
div#field_1_8 {
    margin-top: 9px;
}
div#field_1_8 label.gfield_label {
    margin-bottom: 5px !important;
}
.gform_wrapper label.gfield_label a{
	color: #000;
}
.gform_wrapper input.gfield-choice-input {
    height: auto;
    margin-right: 15px;
}
.gform_wrapper textarea{
	height: 110px !important;
}
.gform_wrapper.gravity-theme .gform_button {
    display: inline-block;
    font-weight: 600;
    padding: 1.125rem 2rem 1.125rem 3.75rem !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out !important;
    outline: none;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px !important;
    line-height: 1.5;
    background: #000;
    border: 0 !important;
    color: #fff;
    width: auto !important;
    height: auto !important;
}
.cta-form-container .gform_footer {
    position: relative;
    width: auto;
    height: auto;
    right: 0;
    bottom: 0;
    justify-content: flex-end;
    padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}
.ginput_container_select select{
	appearance: none;
}
.ginput_container_select{
	position: relative;
}
.ginput_container_select:after {
    content: '';
    font-family: fontawesome;
    background: url(../../assets/images/toggle.png);
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
	pointer-events: none;
}