/*FORM*/

.gfield_description.validation_message.gfield_validation_message {
    background: #ff0033;
    padding: 5px 16px;
    color: white;
    width: fit-content;
    border-radius: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    font-family: "futura-pt", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.gform-loader{
    display:none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none!important;
    --gf-local-border-color: transparent !important;
}

a.chosen-single > div{
    margin-right: 16px;
    max-width: 24px !important;
    background-image: url(/wp-content/uploads/2025/09/faq_arrowDown.svg) !important;
    background-size: 24px 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
}

.contact-form .gfield select {
    background-image: url(/wp-content/uploads/2025/09/faq_arrowDown.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 12px) 50% !important;
}


.contact-form .gfield select:focus {
	background-image: url(/wp-content/uploads/2025/09/faq_arrowUp.svg) !important
}

a.chosen-single:hover > div{
	background-image: url(/wp-content/uploads/2025/09/faq_arrowDown_hover.svg) !important
}
.chosen-with-drop.chosen-container-active a.chosen-single > div{
	background-image: url(/wp-content/uploads/2025/09/faq_arrowUp.svg) !important
}

.contact-form{
	position: relative
}

.gform_validation_errors {
    display: none !important;
}

textarea:focus,
select:focus,
input:focus{
	box-shadow: none !important;
	outline: none !important
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form .gfield input {
    border-radius: 50px;
    color: var(--Salmon---light, #DF805F);
    font-family: "futura-pt";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 15px;
    min-height: 40px;
    border: 0;
	color: var(--Salmon---light, #DF805F);
	box-shadow: none;
	background: #F4EFEA;
}


body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form .gfield input {
    border-radius: 50px;
    color: var(--Salmon---light, #DF805F);
    font-family: "futura-pt";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 15px;
    min-height: 40px;
    border: 0;
	background: #F4EFEA;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form span.gfield_required.gfield_required_custom{
	display: none
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form .gfield .ginput_container.ginput_container_consent input {
    border-radius: 50%;
    min-height: 24px;
    width: 24px;
    padding: 0;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label, 
body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
    color: var(--Linen---light, #F9F7F5);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "futura-pt";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form{
	display: flex;
	gap: 10px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form .gform-body.gform_body{
	width: calc(100% - 124px);
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form .gform-footer.gform_footer.top_label{
	width: 124px;
    margin-top: 0;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form input[type=submit].gform_button.button {
    height: auto;
    max-height: 40px;
    color: var(--Salmon, #C44F26);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "futura-pt";
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #F4EFEA;
    background: #F4EFEA;
    padding: 7px 30px;
    border-radius: 50px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form .validation_message {
    color: #F4EFEA;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form input[type=submit].gform_button.button:hover {
    color: #F4EFEA;
    background: #C44F26;
    border-color: #F4EFEA;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form .gform_fields {
    column-gap: 10px ;
    row-gap: 16px ;
}


body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form  .ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
    padding: 8px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .textarea::placeholder,
.contact-form .gfield input::placeholder{
	opacity: 0.6
}

.contact-form .gfield input{
    border-radius: 50px;
    color: #111;
    font-family: "futura-pt";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 16px;
    min-height: 48px;
    border: 0;
	border: 1px solid var(--Salmon---light, #DF805F);
	border-width: 1px;
	box-shadow: none;
	background: transparent;
	transition: 0.5s ease-in-out border-width;
}


body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .textarea:focus,
body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .textarea:not(:placeholder-shown),
.contact-form .gfield input[type="text"]:focus,
.contact-form .gfield input[type="email"]:focus,
.contact-form .gfield input[type="text"]:not(:placeholder-shown),
.contact-form .gfield input[type="email"]:not(:placeholder-shown){
    border: 2px solid var(--Salmon, #C44F26);
	border-width: 2px;
	transition: 0.5s ease-in-out border-width;
}

a.chosen-single{
	outline: 0 !important
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form a.chosen-single,
.contact-form .gfield select{
    border-radius: 50px !important;
    color: #111;
    font-family: "futura-pt";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    padding: 0px 15px;
    min-height: 48px;
    border: 0;
    border: 1px solid var(--Salmon---light, #DF805F);
    box-shadow: none;
    background: transparent;
    border-color: #DF805F !important;
}

.chosen-search{
	display: none
}

.contact-form legend.gfield_label.gform-field-label,
.contact-form label.gfield_label.gform-field-label {
    color: var(--Black, #111);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Futura-PT";
    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 4px;
    margin-bottom: 8px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .textarea{
    border-radius: 20px;
     color: #111;
    font-family: futura-pt;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 16px;
    border: 1px solid var(--Salmon---light, #DF805F);
    box-shadow: none;
    background: transparent;
    min-height: 120px;
	min-block-size: 120px;
	overflow-wrap: break-word !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form  li.active-result {
    color: var(--Black, #111);
    font-family: "Futura-PT";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 8px 12px;
	margin-bottom: 4px;
}

.gform-theme--framework.gform-theme.gform_wrapper 
.contact-form li.active-result.result-selected {
    border-radius: 16px;
    background: var(--Linen, #F4EFEA);
    box-shadow: none !important;
    background-image: url('/wp-content/uploads/2025/09/form-icon-correct.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: right 8px center;
    padding-right: 28px;
}

.gform-theme--framework.gform-theme.gform_wrapper 
.contact-form li.active-result.highlighted:not(.result-selected):hover {
    background: #F4EFEA;
    background-image: none !important;
    padding-right: 0;
    border-radius: 16px;

}


body .gform-theme--framework.gform-theme.gform_wrapper .contact-form ul.chosen-results{
	padding: 0
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form  .chosen-drop {
    padding: 8px !important;
    border-radius: 20px !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gform-field-label.gform-field-label--type-inline p {
    color: var(--Black, #111);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: auto;
    text-transform: none;
	margin-top: 8px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield_radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield_radio .gchoice input {
    display: none;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form  .gfield_radio  .gchoice {
    opacity: 0.7;
    border-radius: 10px;
    border: 1px solid rgba(196, 79, 38, 0.50);
    background: transparent;
    min-height: 190px;
    cursor: pointer;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield_radio .gchoice.choice-selected {
    opacity: 1;
    background: #F4EFEA;
    border: 1px solid #C44F26;
    padding: 10px 0px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield_radio  .gchoice .gform-field-label.gform-field-label--type-inline , 
body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield_radio  .gchoice .gform-field-label.gform-field-label--type-inline a {
    color: var(--Black, #111);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "futura-pt";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin-left: 0;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield_radio  .gchoice .gform-field-label.gform-field-label--type-inline a{
	color: #C44F26;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield_radio .gchoice .gform-field-label.gform-field-label--type-inline {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a, 
body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label{
	color: var(--Black, #111);
    font-family: "Futura-PT";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
} 

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a{
	color: #C44F26;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label, 
body .gform-theme--framework.gform-theme.gform_wrapper .contact-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
    color: var(--Black, #111);
    font-family: "Futura-PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a{
	color: var(--Salmon, #C44F26);
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form .gfield .ginput_container.ginput_container_consent input {
    border-radius: 50%;
    min-height: 18px;
    width: 18px;
    padding: 0;
    border: 1px solid #C44F26;
    padding: 0 !important;
    block-size: 18px !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper  .contact-form .gfield .ginput_container.ginput_container_consent input {
    border-radius: 50%;
    min-height: 24px;
    width: 24px;
    padding: 0;
}


body .gform-theme--framework.gform-theme.gform_wrapper  .newsletter-footer-form .gfield .ginput_container.ginput_container_consent input:checked,
body .gform-theme--framework.gform-theme.gform_wrapper  .contact-form .gfield .ginput_container.ginput_container_consent input:checked{
	background: #C44F26;
	color: #F9F7F5;
}

body .gform-theme--framework.gform-theme.gform_wrapper  .newsletter-form .gfield .ginput_container.ginput_container_consent input::before{
	color: #C44F26 !important;
	font-size: 12px;
	font-weight: 300
}

body .gform-theme--framework.gform-theme.gform_wrapper  .newsletter-footer-form .gfield .ginput_container.ginput_container_consent input::before,
body .gform-theme--framework.gform-theme.gform_wrapper  .contact-form .gfield .ginput_container.ginput_container_consent input::before{
	color: #F9F7F5 !important;
	font-size: 12px;
	font-weight: 300
}

body .gform-theme--framework.gform-theme.gform_wrapper  .contact-form .gform-footer.gform_footer.top_label {
    position: absolute;
    bottom: 0;
    right: 0;
}

body .gform-theme--framework.gform-theme.gform_wrapper span.gfield_required.gfield_required_asterisk {
    color: var(--Black, #111);
    font-family: "Futura-PT";
    font-size: 10px;
}

p.gform_required_legend{
	display: none
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gform_button.button {
    height: auto;
    max-height: 40px;
    color: #F9F7F5;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "futura-pt";
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #C44F26;
    border: 1px solid #C44F26 !important;
    padding: 7px 30px;
    border-radius: 50px;
    width: 170px;
    box-shadow: none;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield.gfield--type-consent{
	width: calc(100% - 180px);
    padding: 8px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gform_fields {
    row-gap: 16px;
}


body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form .gform_button.button{
    background-color: transparent;
    height: 20px;
    padding: 0;
    width: 20px;
    box-shadow: none;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form span.gfield_required.gfield_required_custom{
	display: none
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form  .ginput_container.ginput_container_consent {
    padding: 8px;
	align-items: center;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form .gform_fields{
	gap: 5px !important
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form {
    max-width: 265px !important;
    width: 100% !important;
    position: relative;
}

body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-footer-form .gform-footer.gform_footer.top_label {
    background: transparent;
    width: fit-content;
    position: absolute;
    top: 0;
    margin: 0;
    right: 15px;
}

@media screen and (max-width: 767px){
	
	body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form {
		display: flex;
		gap: 10px;
		flex-direction: column;
	}
	
	body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form .gform-body.gform_body {
		width: 100%;
	}
	
	body .gform-theme--framework.gform-theme.gform_wrapper .newsletter-form .gform-footer.gform_footer.top_label {
		width: 100%;
		margin-top: 0;
		justify-content: center;
	}
	
	.gform-theme--foundation .chosen-container {
		width: 100% !important;
	}

	body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield_radio {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	
	body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield_radio .gchoice {
		min-height: 98px;
	}
	
	body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gform-field-label.gform-field-label--type-inline p{
		margin-bottom: 12px
	}
	
	body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gform-footer.gform_footer.top_label {
		position: static;
		justify-content: center;
	}
	
	
	body .gform-theme--framework.gform-theme.gform_wrapper .contact-form .gfield.gfield--type-consent {
		width: 100%;
		text-align: center;
		padding: 0 20px;
	}
	
}