.elementor-kit-19464{--e-global-color-primary:#094C73;--e-global-color-secondary:#8ED0DC;--e-global-color-text:#000000;--e-global-color-accent:#017CA5;--e-global-color-ba572a4:#F49807;--e-global-color-b71eb1e:#B2C216;--e-global-color-3b8371b:#FFFFFF;--e-global-color-aaa0924:#7E6596;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans Hebrew";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;--e-global-typography-798ec1d-font-family:"FatFrank";--e-global-typography-798ec1d-font-size:52px;--e-global-typography-15eceeb-font-family:"FatFrank";--e-global-typography-15eceeb-font-size:42px;--e-global-typography-15eceeb-text-transform:uppercase;--e-global-typography-c098c14-font-family:"FatFrank";--e-global-typography-c098c14-font-size:36px;--e-global-typography-87e2cda-font-family:"Open Sans";--e-global-typography-87e2cda-font-size:24px;}.elementor-kit-19464 button,.elementor-kit-19464 input[type="button"],.elementor-kit-19464 input[type="submit"],.elementor-kit-19464 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-kit-19464 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-19464 a{color:var( --e-global-color-primary );}.elementor-kit-19464 a:hover{color:#000000;}.elementor-kit-19464 h1{color:var( --e-global-color-primary );font-family:"FatFrank", Open Sans;font-size:42px;text-transform:uppercase;}.elementor-kit-19464 h2{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
max-width: 100%;
overflow-x: hidden;
}


/*Sticky Header Code*/
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: #fff;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color:#fff;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

/*Industry Facts & Figures Section - Home*/
.industry-data-boxes a {
    color: #fff;
}

.industry-data-boxes a:hover,
.source-links a:hover{
    color: #F6CF1B;
}

/*Gravity Form Styles*/

/*Hides 'Required' text on consent field*/
.gform-theme--framework .gform-field-label>.gfield_required {
	display: none!important;
}

/*Hides validation block on top of forms when errors are made*/
#gform_6_validation_container, /*Horizontal Form - homepage*/
#gform_4_validation_container { /*Forms on footer and GET STARTED slide out in header*/
	display: none !important;
}

#gform_4 .gform-theme--foundation .gform_fields {
	    grid-template-columns: repeat(12, 1fr)!important;
}

/*Reduce gap between fields/rows*/
.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
}

.gfield_consent_label {
	color: #fff !important;
	font-size: 12px !important;
}

/*Button background color*/
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	background-color: #ff0000!important;
	color: #fff!important;
	font-family: sans-serif!important;
	font-size: 20px!important;
	font-weight: 500!important;
	border-radius: 50px!important;
	padding: 12px 24px!important;
}

.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
	background-color: #fff !important;
	color: #000!important;
}

/*Input field text color*/
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	color: #4e4e4e!important;
}

/*Gravity Horizontal Form Styles*/
/*Gravity Horizontal Form Styles*/

.gform-theme--foundation .gf-h-form .gform_fields {
	    grid-template-columns: repeat(7, 1fr)!important;
}
 .gform-theme--foundation .gf-h-form .gfield--width-quarter {
    grid-column: span 1!important;
 }

@media screen and (max-width: 1200px) {
	.gform-theme--foundation .gf-h-form .gform_fields {
	    grid-template-columns: repeat(12, 1fr)!important;
	}
 	.gform-theme--foundation .gf-h-form .gfield--width-quarter {
    	grid-column: span 3!important;
 	}
}

@media screen and (max-width: 900px) {
 	.gform-theme--foundation .gf-h-form .gfield--width-quarter {
    	grid-column: span 4!important;
 	}
}

@media screen and (max-width: 600px) {
 	.gform-theme--foundation .gf-h-form .gfield--width-quarter {
    	grid-column: span 6!important;
 	}
	.gform-theme--foundation .gf-h-form .gform_fields {
		grid-column-gap: 10px;
	}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FatFrank';
	font-display: auto;
	src: url('https://sfs.tfmwebdev.com/wp-content/uploads/2025/05/FatFrank-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */