body {
	margin: 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	line-height: 1.5;
}

p.gform_required_legend {
	display: none;
}


b,
strong {
	font-weight: bolder;
}

input,
textarea {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;

}

.header {
	min-width: 100%;
}

* {
	outline: none !important;
}

a {
	color: var(--e-global-color-accent);
}

p {
	margin-bottom: 35px;
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
}

.elementor-sticky--effects {
	box-shadow: 0px 5px 5px -4px rgba(0, 1, 1, 0.35);
	background: #FFFFFF;
}

p:empty,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.2;
}

a {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

img {
	display: block;
	max-width: 100%;
}



img.size-full {
	width: 100%;
}

.open-menu .elementor-icon-wrapper {
	display: flex;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 50px !important;
	height: 50px;
	border-radius: 3px;
	background: var(--e-global-color-primary);
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	font-size: 20px !important;
	opacity: 0;
	transition: all 0.4s;
}

.back-to-top .elementor-icon-wrapper {
	height: 25px;
	line-height: 1;
}

.back-to-top.show {
	opacity: 0.8;
}

.header {
	padding-top: 15px;
	padding-bottom: 15px;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	transition: all 0.4s ease-out 0s;
}

.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 160px;
}

.logo-2 img {
	transition: all 0.4s ease-out 0s;
}

.elementor-sticky--effects .logo-2 img {
	width: 130px !important;
}

.elementor-button-icon {
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	background: var(--e-global-color-primary);
	justify-content: center;
	fill: #fff;
}

span.elementor-button-content-wrapper {
	display: flex;
	gap: 40px;
	align-items: center;
}

.h-300 img {
	height: 300px;
	object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 8px;
}

.gform-theme--api,
.gform-theme--foundation {
	--gf-form-gap-x: 20px;
	--gf-form-gap-y: 30px;

}

.gform-theme--foundation .gfield textarea.large::placeholder,
.gform-theme--foundation .gfield .ginput_password.large::placeholder,
.gform-theme--foundation .gfield input.large::placeholder,
.gform-theme--foundation .gfield select.large::placeholder {
	color: #555;
	font-size: 16px;
}

.gform-theme--foundation .gfield textarea.large,
.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
	inline-size: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	background: #f6f6f6;
	padding-left: 15px;
	color: #555;
	height: 42px;
	outline: none;
	font-family: 'ProximaNova';
	font-style: normal;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
}

.gform-theme--foundation .gfield textarea.large {
	min-block-size: 165px;
}

body .gform_wrapper.gform-theme.gform-theme--framework .gform_button.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: auto;
	height: auto;
	block-size: auto;
	min-height: 0;
	min-block-size: 0;
	padding: 0 0 0 25px;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 0;
	background: var(--e-global-color-secondary);
	box-shadow: none;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: 1;
	overflow: hidden;
	transition: all 0.4s ease-out 0s;
}

body .gform_wrapper.gform-theme.gform-theme--framework .gform_button.button::after {
	content: "";
	flex: 0 0 49px;
	width: 49px;
	height: 49px;
	background-color: var(--e-global-color-primary);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M285.476 272.971 91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 16px;
}

body .gform_wrapper.gform-theme.gform-theme--framework .gform_button.button:hover,
body .gform_wrapper.gform-theme.gform-theme--framework .gform_button.button:focus {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
}
