/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.10.7.1669203934
Updated: 2022-11-23 11:45:34
*/

div.gform_confirmation_wrapper div {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	margin-top: 4rem;
}

body #page-container .et_pb_section a.et_pb_button_0:after,
body #page-container .et_pb_section a.custom-button:after,
body #main-content a.et_pb_button:after,
body #main-content a.custom-button::after {
	font-family: "Font Awesome 6 Pro" !important;
	font-weight: 300 !important;
}


body .gform_fields {
	display: flex !important;
	flex-direction: column;
	gap: 1rem !important;
}

body .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
	line-height: 100%;
}

body .gform_fields > .gfield_label {
	color: #FFF;
	font-family: Barlow;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.5rem;
	text-align: left;
	text-underline-position: from-font;
}

body .gform_fields > .gfield textarea,
body .gform_fields > .gfield input {
	background-color: transparent;
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
	padding: 1.5rem 0;
}

body .gform_fields > .gfield textarea,
body .gform_fields > .gfield input:not([type="checkbox"]) {
	border-bottom: 1px solid #FFF;
}

body .pum-container  .gform_fields > .gfield input[type="checkbox"] {
	border: 1px solid #33354A;
	color: #33354A !important;
}

body .pum-container .gform_fields > .gfield textarea,
body .pum-container .gform_fields > .gfield input {
	color: #33354A !important;
}

body .pum-container .gform_fields > .gfield textarea,
body .pum-container .gform_fields > .gfield input:not([type="checkbox"]) {
	border-bottom: 1px solid #33354A;
}

body .gform_fields > .gfield select {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:0;
	box-shadow:none;
	border:0!important;
	background: transparent;
	background-image: none;
	color:#FFF;
	cursor:pointer;
}
body .gform_fields > .gfield select::-ms-expand {
	display: none;
}


body .gform_fields > .gfield--type-select option {
	background-color: #2C656D;
}

body .gform_fields > .gfield--type-select {
	position: relative;
	display: flex;
	line-height: 3;
	background: transparent;
	overflow: hidden;
	border-radius: .25em;
}

body .gform_fields .ginput_container_select {
	width: 100%;
}

body .gform_fields > .gfield--type-select::after {
	content: '\f078';
	font-family: "Font Awesome 6 Pro" !important;
	font-weight: 300 !important;

	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: transparent;
	color: #fff;
	cursor:pointer;
	pointer-events:none;
	transition:.25s all ease;
}

body .gform_fields > .gfield--type-select:hover::after {
	color: #23b499;
}

body .gform_fields .ginput_container_consent {
	display: flex;
	align-items: center;
}

body .gform_fields .ginput_container_consent input {
	padding: 0 !important;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #fff;
	accent-color: #FFF;
}

body .pum-container .gform_fields .ginput_container_consent input {
	padding: 0 !important;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #33354A;
	accent-color: #33354A;
}

body .gform_fields .ginput_container_consent input:checked::before {
	color: #FFF;
}

body .gform_fields .ginput_container_consent label {
	font-family: Barlow;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.5rem;
	text-align: left;
	text-underline-position: from-font;
	
	color: #FFF;
}

body .pum-container .gform_fields .ginput_container_consent label {
	color: #33354A !important;
}

body .gform_fields .gfield--type-submit {
	margin-left: auto;
}

.form_button {
	font-family: Barlow;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.5rem;
	text-align: center;
	text-underline-position: from-font;

	background-color: #F08050 !important;
	color: #33354A !important;
	border-radius: 99em !important;
	gap: 1rem;
}

body button.form_button::after {
	--gf-icon-font-family: "Font Awesome 6 Pro" !important;
	content: '\f061' !important;
	font-weight: 300 !important;
	font-size: 1.125rem !important;
	color: #33354A !important;
}

body .pum-container {
	max-width: 60ch;
}

body .pum-container .gform_title {
	font-family: Arbutus Slab;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: -0.01em;
	text-align: left;
	text-underline-position: from-font;
	
	max-width: 26ch;
}

body .pum-close.popmake-close i::before {
	content: "\f057" !important;
	font-size: 2rem;
	color: #33354A;
	font-weight: 300 !important;
}

body  .pum-theme-474 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	top: 1rem !important;
	right: 1rem !important;
}
