body .gform_wrapper.gravity-theme input[type="color"],
body .gform_wrapper.gravity-theme input[type="date"],
body .gform_wrapper.gravity-theme input[type="datetime-local"],
body .gform_wrapper.gravity-theme input[type="datetime"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="month"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="search"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="time"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="week"],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea,
#email_login {
	border-radius: 5px;
	border: 1px solid rgba(102, 115, 128, 0.3);
	padding: 14px 12px;
}

body .gform-theme--foundation .gfield input.medium,
body .gform-theme--foundation .gfield select.medium,
body .gform-theme--foundation .ginput_container_date input,
#email_login {
	width: 100%;
}

body .gform_wrapper.gravity-theme .gfield_description:not(.gfield_validation_message) {
	padding-top: 5px;
	margin-bottom: 10px;
	opacity: .8;
}

body .gform_wrapper.gravity-theme .ginput_counter {
	opacity: .5;
	color: inherit;
}

.gfield_description img {
	max-width: 100%;
}

body .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}

.gform-theme--framework .gform_heading .gform_required_legend {
	margin: 0;
}

.gform-theme--framework {
	margin-top: 0;
}

/* Vaildation
--------------------------------------------- */

body .gform_wrapper.gform-theme--framework .validation_error {
	color: #c02b0a;
}

/* Select
--------------------------------------------- */

body .gform_wrapper.gravity-theme select {
	background: #fff;
}

/* Date/Time fields
--------------------------------------------- */

body .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}

body .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
	max-width: 100%;
	flex: 1;
}

body .gform_wrapper.gravity-theme .ginput_container_time {
	flex: 1;
	max-width: 100%;
}

body .gform_wrapper.gravity-theme .ginput_container_time {
	flex: 1;
	max-width: 100%;
}

/* Action fields
--------------------------------------------- */

.action-field {
	padding: 12px;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	width: 100%;
	position: relative;
	white-space: normal;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: #f7f7f7;
	box-sizing: border-box;
}

.action-clicked::after {
	content: "\f14a";
	color: #00c431;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	line-height: normal;
	max-height: 20px;
}

.action-clicked .action-bonus {
	display: none !important;
}

.action-field i {
	min-width: 32px;
}

.action-field i:not(.fab) {
	color: #2e3d4c;
}

.action-field i::before {
	font-size: 20px;
}

.ginput_container_fbshare i {
	color: #3b5998;
}

.ginput_container_tweet i {
	color: #3cf;
}

.ginput_container_linkedinshare i {
	color: #0077b5;
}

.ginput_container_pin i {
	color: #bd081c;
}

.gf_left_half .action-field,
.gf_right_half .action-field,
.gf_left_third .action-field,
.gf_middle_third .action-field,
.gf_right_third .action-field {
	width: 100%;
}

body .ginput_container_button {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body .gform_wrapper ul.gform_fields li.gf_right_half,
body .gform_wrapper ul.gform_fields li.gf_right_third {
	padding-right: 0;
}

.action-text {
	color: #444;
	display: inline-flex;
	flex: 0 1 100%;
	align-items: center;
	margin-right: 5px;
	/* justify-content: space-between; */
}

.action-status,
.action-label {
	display: none;
}

.action-bonus {
	font-weight: 700;
	white-space: nowrap;
	color: rgba(44, 62, 80, 0.8);
}

body .gform_wrapper .ginput_container .action-field span {
	margin-bottom: 0;
}

/* Buttons
--------------------------------------------- */

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type="submit"][id*="gform_submit_button_"] {
	inline-size: 100% !important;
}

.gform_button,
.gform_next_button,
.gform_previous_button,
.gform_button_select_files,
.gform_send_resume_link_button,
.button {
	width: 100%;
	border: 2px solid #000;
	border-radius: 5px;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	padding: 0.8em 1em;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.button:not(.gform_button) {
	width: auto;
	display: inline-block;
}

.submit_field_type .gform-button {
	width: 100%;
}

.gform_button_select_files {
	width: auto;
	border: none;
	background-color: rgb(44, 62, 80);
}

.gform_send_resume_link_button {
	border: none;
	background-color: rgb(44, 62, 80);
}

body .gform_wrapper.gravity-theme .gform_page_footer input + input {
	margin-left: 0;
}

.gform_next_button,
.gform_previous_button {
	width: auto;
	min-width: 100px;
}

body .gform_wrapper.gravity-theme .gform_previous_button.button {
	background-color: transparent !important;
	color: #ff4a00;
}

.gform_button:hover,
.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button_select_files:hover,
.button:hover {
	opacity: .9;
}

body .gform_wrapper.gravity-theme .gform_save_link.button {
	width: 100%;
	color: #2e3d4c;
	max-width: 50%;
}

body .gform_wrapper.gravity-theme .gform_page .gform_save_link.button {
	width: auto;
}

body .gform_wrapper.gravity-theme .gform_footer .gform_ppcp_smart_payment_buttons, 
body .gform_wrapper.gravity-theme .gform_page_footer .gform_ppcp_smart_payment_buttons {
	margin-right: 0;
	width: 100%;
}

.gform-theme--foundation .gform_ppcp_smart_payment_buttons.medium {
	inline-size: 100%;
	margin-right: 0;
}

body .gform_wrapper.gravity-theme .gform_previous_button {
	height: auto;
}

/* Total field
--------------------------------------------- */

body .gform_wrapper .gform_fields div.gfield_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 12px 20px;
	background: #f9f9f9;
	border-radius: 5px;
	flex-wrap: wrap;
}

body .gform_wrapper .gfield_total label.gfield_label {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0;
}

body .gform-theme--framework input[type].ginput_total {
	font-size: 22px;
	font-weight: 600;
	width: 100%;
}

.gfield_total .gfield_description {
	flex: 0 0 100%;
}

body .gform_wrapper.gravity-theme .ginput_total {
	border: none;
	box-shadow: none;
	padding: 0;
	font-size: 22px;
}

@media only screen and (min-width: 450px) {
	body .gform_wrapper .ginput_total {
		text-align: right;
	}
}

/* Stripe field
--------------------------------------------- */

.gform_legacy_markup_wrapper .ginput_full[data-payment-element="false"] .StripeElement,
.gravity-theme .ginput_full[data-payment-element="false"] .StripeElement {
	border: 1px solid rgba(102,115,128,.3);
	border-radius: 5px;
	height: 48px;
	padding: 14px 12px;
}

/* Group field
--------------------------------------------- */

body .gform_wrapper .collapsible-sections-field,
.collapsible-sections-field {
  cursor: pointer;
  padding: 12px 20px !important;
  margin: 24px 0 0 0;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}

.collapsible-sections-field .gsection_title {
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
}

body .gform_wrapper .collapsible-sections-field h3.gsection_title {
  padding-right: 30px !important;
}

body .gform_wrapper .collapsible-sections-field .gsection_title+.gsection_description {
  padding-right: 0;
  margin-bottom: 0;
}

body .gform_wrapper .collapsible-sections-field[aria-expanded="true"] {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.group_heading {
	position: relative;
}

.group_heading i::before {
	margin-right: 20px;
}

.group_heading i {
	color: rgba(44, 62, 80, 0.8);
	font-size: 20px;
	min-width: 40px;
	text-align: center;
}

.collapsible-sections-collapsible-body {
	padding: 20px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
}

.collapsible-sections-collapsible-body:after {
  content: "";
  display: table;
  clear: both;
}

.collapsible-sections-collapsible-body .gsection_description {
  padding: 0;
}

.form-has-collapsible-sections.collapsible-sections-footer-inside_last .gform_footer {
  clear: both;
}

body .gform_wrapper .gfield.collapsible-sections-end-field.collapsible-sections-end-field-hidden {
  visibility: hidden;
}

body .gform_wrapper .gsection.collapsible-sections-field.collapsible-sections-section-error,
.collapsible-sections-field.collapsible-sections-section-error {
  border-color: #790000 !important;
  background-color: rgba(255, 223, 224, 0.25);
}

body .gform_wrapper .gsection.collapsible-sections-field.collapsible-sections-section-error .gsection_title,
body .gform_wrapper .gsection.collapsible-sections-field.collapsible-sections-section-error .gsection_description,
body .gform_wrapper .gsection.collapsible-sections-field.collapsible-sections-section-error .gsection_title:after,
.collapsible-sections-field.collapsible-sections-section-error .gsection_title,
.collapsible-sections-field.collapsible-sections-section-error .gsection_description,
.collapsible-sections-field.collapsible-sections-section-error .gsection_title:after {
  color: #790000;
}

/*
body .gform_wrapper:not(.gform_legacy_markup_wrapper) .form-has-collapsible-sections .gform_fields {
  padding-bottom: 2rem;
}
*/

body .gform_wrapper:not(.gform_legacy_markup_wrapper) .gsection.collapsible-sections-field,
body .gform_wrapper:not(.gform_legacy_markup_wrapper) .collapsible-sections-field {
  margin: 0 0 -20px 0 !important;
}

body .gform_wrapper .gsection.collapsible-sections-field .gsection_title,
body .gform_wrapper .collapsible-sections-field .gsection_title {
  margin: 0;
}

body .gform_wrapper:not(.gform_legacy_markup_wrapper) .collapsible-sections-collapsible-body {
  padding: 2rem 20px;
  width: 100%;
  grid-column: 1 / -1;
  margin-bottom: -1rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (auto)[auto-fill];
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}

body .gform_wrapper:not(.gform_legacy_markup_wrapper) .collapsible-sections-collapsible-body:after {
  content: none;
}

body .gform_wrapper:not(.gform_legacy_markup_wrapper) .collapsible-sections-collapsible-body>.gfield:last-child {
  margin-bottom: 0;
}

.collapsible-sections-field .gsection_title:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
	font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
	color: #bbb;
}

.collapsible-sections-field.collapsible-sections-open .gsection_title:after {
  content: "\f106" !important;
}

@media only screen and (max-width: 840px) {
  body .gform_wrapper:not(.gform_legacy_markup_wrapper) .collapsible-sections-collapsible-body {
    grid-column-gap: 0;
  }
}

/* Image choices field
--------------------------------------------- */

.image-choices-lightbox-btn {
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
}

.jl-overlay {
	background: #000;
	opacity: 0.9;
}

.jl-wrapper .jl-navigation button,
.jl-wrapper .jl-close {
	color: #fff;
}

body .lg-backdrop {
	z-index: 99999;
}

body .lg-outer {
	z-index: 99999;
}

/* reCAPTCHA
--------------------------------------------- */

.grecaptcha-badge {
	visibility: hidden;
}

.captcha_field_type {
	position: absolute;
}

/* File upload
--------------------------------------------- */

body .gform_wrapper.gravity-theme .gform_fileupload_rules {
	font-size: 14px;
	color: #999;
}

body .gform_wrapper.gravity-theme .gform_fileupload_rules {
	display: none;
}

/* Survey fields
--------------------------------------------- */

.gsurvey-rank-choice {
	padding: .5rem 1.5rem .5rem 3rem;
}

.gsurvey-rating:not(:checked) > label {
	width: 36px;
	font-size: 0 !important;
	line-height: 36px;
	background-size: 32px 32px;
}

.gsurvey-rating:not(:checked) > label:hover,
.gsurvey-rating:not(:checked) > label:hover ~ label,
.gsurvey-rating > input:checked ~ label {
	background-size: 32px 32px;
}

table.gsurvey-likert td.gsurvey-likert-choice,
table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
	background-size: 20px 20px;
}

table.gsurvey-likert td.gsurvey-likert-choice {
	height: 40px;
}

.gravity-theme table.gsurvey-likert .gsurvey-likert-row-label,
.gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label {
	font-size: 1rem;
	font-weight: 400;
}

body .gform-theme--foundation .gsurvey-rating:not(:checked) > label {
	background-size: 40px;
	block-size: 40px;
	width: 48px;
	height: 54px;
}

body .gform-theme--foundation .gsurvey-rating:not(:checked) > label:hover,
body .gform-theme--foundation .gsurvey-rating:not(:checked) > label:hover ~ label,
body .gform-theme--foundation .gsurvey-rating > input:checked ~ label {
	background-size: 40px;
}

/* rating icons */
.gform-theme--foundation .survey-icon-star .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/star.svg');
}
.gform-theme--foundation .survey-icon-heart .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/heart.svg');
}
.gform-theme--foundation .survey-icon-thumb .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/thumb.svg');
}
.gform-theme--foundation .survey-icon-checkmark .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/checkmark.svg');
}
.gform-theme--foundation .survey-icon-trophy .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/trophy.svg');
}
.gform-theme--foundation .survey-icon-circle .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/circle.svg');
}
.gform-theme--foundation .survey-icon-flag .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/flag.svg');
}
.gform-theme--foundation .survey-icon-lightbulb .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/lightbulb.svg');
}
.gform-theme--foundation .survey-icon-smile-face .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/smile-face.svg');
}
.gform-theme--foundation .survey-icon-sad-face .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/sad-face.svg');
}
.gform-theme--foundation .survey-icon-bolt .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/bolt.svg');
}
.gform-theme--foundation .survey-icon-crown .gsurvey-rating:not(:checked) > label {
    background-image: url('../../lib/images/rating-icons/original/crown.svg');
}

/* Checked state */
.gform-theme--foundation .survey-icon-star .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-star .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-star .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/star.svg');
}

.gform-theme--foundation .survey-icon-heart .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-heart .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-heart .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/heart.svg');
}

.gform-theme--foundation .survey-icon-thumb .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-thumb .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-thumb .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/thumb.svg');
}

.gform-theme--foundation .survey-icon-checkmark .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-checkmark .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-checkmark .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/checkmark.svg');
}

.gform-theme--foundation .survey-icon-trophy .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-trophy .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-trophy .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/trophy.svg');
}

.gform-theme--foundation .survey-icon-circle .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-circle .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-circle .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/circle.svg');
}

.gform-theme--foundation .survey-icon-flag .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-flag .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-flag .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/flag.svg');
}

.gform-theme--foundation .survey-icon-lightbulb .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-lightbulb .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-lightbulb .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/lightbulb.svg');
}

.gform-theme--foundation .survey-icon-smile-face .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-smile-face .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-smile-face .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/smile-face.svg');
}

.gform-theme--foundation .survey-icon-sad-face .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-sad-face .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-sad-face .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/sad-face.svg');
}

.gform-theme--foundation .survey-icon-bolt .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-bolt .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-bolt .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/bolt.svg');
}

.gform-theme--foundation .survey-icon-crown .gsurvey-rating:not(:checked) > label:hover,
.gform-theme--foundation .survey-icon-crown .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform-theme--foundation .survey-icon-crown .gsurvey-rating > input:checked ~ label {
	background-image: url('../../lib/images/rating-icons/selected/crown.svg');
}

/* NPS survey */

.gform-theme--framework .nps-survey table.gsurvey-likert tbody tr {
  background: none;
  padding: 0;
}

.nps-survey thead {
	display: none;
}

.nps-survey .gsurvey-likert-choice {
  position: relative;
  padding: 1rem 0;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

.nps-survey .gsurvey-likert-choice input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.nps-survey .gsurvey-likert-choice::before {
  content: attr(data-label);
  display: inline-flex;
  width: 3.6rem; 
  height: 3.6rem;
  line-height: 1;
  border: 2px solid #ccc;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: background-color .25s, border-color .25s, color .25s;
  margin-right: 10px;
}

.nps-survey .gsurvey-likert-choice:hover::before {
  border-color: #000;
}

.nps-survey .gsurvey-likert-choice:has(input:checked)::before {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.nps-survey table.gsurvey-likert td.gsurvey-likert-choice {
	height: 70px;
}

.gform-theme--foundation .gform_fields .nps-survey table.gsurvey-likert td::after {
	content: none;
}

.gform-theme--foundation .nps-survey table.gsurvey-likert {
	text-align: left;
}

@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .gform-theme--foundation .nps-survey table.gsurvey-likert td {
    display: inline-block;
  }
}

/* Page field
--------------------------------------------- */

body .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background: transparent;
	color: #607382;
	border-color: #607382;
	font-weight: bold;
}

/* HTML field
--------------------------------------------- */

.gfield_html img {
	width: 100%;
}

/* Multi Select field
--------------------------------------------- */

body .gform_wrapper.gravity-theme .chosen-container a.chosen-single {
	border-radius: 5px;
}

body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
	border: 1px solid rgba(102,115,128,.3);
	box-shadow: 0 0 4px 0 rgba(102,115,128,.1);
	height: 48px;
	background: #fff;
}

body .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
	background-image: none;
	border: 1px solid rgba(102,115,128,.3);
	box-shadow: none;
}

body .gform_wrapper.gravity-theme .chosen-container .chosen-drop {
	border: 1px solid rgba(102,115,128,.3);
}

body .gform_wrapper .chosen-container .chosen-results li {
	padding: 10px;
}

body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
	line-height: 48px;
}

body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
	top: 4px;
}

@media only screen and (max-width: 641px) {

	body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
		height: 60px;
	}

	body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
		line-height: 60px;
	}

	body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
		top: 0;
	}
}

/* Confirmations
--------------------------------------------- */

.gform_confirmation_wrapper  img.aligncenter {
	display: block;
	margin: 0 auto;
}

#gform_confirmation_wrapper img {
	height: auto;
	display: inline-block;
	max-width: 100%;
}

.create-form-cta {
	padding: 4%;
	background: #fff;
	text-align: center;
	box-shadow: 0 5px 30px 0 rgba(44,62,80,0.1);
	border-radius: 10px;
	margin: 40px auto;
}

.create-form-cta h2 {
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	margin-bottom: 20px;
}

.template-cta {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.template-cta .button {
	background-color: #000 !important;
	color: #fff !important;
}

.gform_confirmation_message figure {
	width: 100% !important;
}

/* Square
--------------------------------------------- */

.gravity-theme .ginput_container_square_card {
	max-width: 100%;
}

/* Conversational forms
--------------------------------------------- */

.gform-conversational.gform-theme--foundation .gform-conversational__background-overlay {
	background-color: #fff;
}

.gform-theme--foundation .gfield .ginput_password.medium,
.gform-theme--foundation .gfield input.medium,
.gform-theme--foundation .gfield select.medium {
	inline-size: 100%;
}

.gform-orbital-icon--arrow-sm-left::before {
	content: "\e912";
}

.gform-orbital-icon--arrow-sm-right::before {
	content: "\e914";
}

.gform-conversational .action-field {
	padding: 16px;
	border-radius: 10px;
	background: #fff;
	border: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.gform-conversational .action-field i::before {
	margin-right: 20px;
	font-size: 26px;
}

.gform-conversational .action-clicked::after {
	font-size: 26px;
	max-height: 26px;
}

.gform-conversational .action-field i {
	min-width: 40px;
}

.gform-conversational__field-nav-helper-text {
	display: none !important;
}

.gform-conversational.gform-theme--foundation .gform-conversational__form-nav-wrapper {
	max-inline-size: 100%;
}

.gform-conversational.gform-theme--framework .gform_confirmation_message>h2 {
    font-size: 32px;
}