/* End Custom Fonts CSS */

.elementor-kit-7 {
	--e-global-color-primary: #97d700;
	--e-global-color-secondary: #323031;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #b0e041;
	--e-global-color-64b3aff: #e5f5bf;
	--e-global-color-27d8650: #c9ea7f;
	--e-global-color-6ef0545: #fff;
	--e-global-color-b7530ff: #f5a712;
	--e-global-color-91c18af: #e0e0e0;
	--e-global-color-c33c16f: #f88001;
	--e-global-color-03ac000: #f5a712;
	--e-global-color-2035f9c: #fea648;
	--e-global-color-e28fcb8: #f8bd4f;
	--e-global-typography-primary-font-family: "Neuzeit Grotesk";
	--e-global-typography-primary-font-size: 56px;
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Neuzeit Grotesk";
	--e-global-typography-secondary-font-size: 28px;
	--e-global-typography-secondary-font-weight: 600;
	--e-global-typography-text-font-family: "Neuzeit Grotesk";
	--e-global-typography-text-font-size: 18px;
	--e-global-typography-text-font-weight: 500;
	--e-global-typography-accent-font-family: "Neuzeit Grotesk";
	--e-global-typography-accent-font-size: 14px;
	--e-global-typography-accent-font-weight: 400;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
	background-color: var(--e-global-color-b7530ff);
	font-size: 28px;
	font-weight: 500;
	color: var(--e-global-color-6ef0545);
}

.elementor-kit-7 button:hover, .elementor-kit-7 button:focus, .elementor-kit-7 input[type="button"]:hover, .elementor-kit-7 input[type="button"]:focus, .elementor-kit-7 input[type="submit"]:hover, .elementor-kit-7 input[type="submit"]:focus, .elementor-kit-7 .elementor-button:hover, .elementor-kit-7 .elementor-button:focus {
	background-color: var(--e-global-color-text);
	color: var(--e-global-color-6ef0545);
	border-radius: 50px 50px 50px 50px;
}

.elementor-kit-7 e-page-transition {
	background-color: #ffbc7d;
}

.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-kit-7 {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-7 {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}
