.elementor-kit-6{--e-global-color-primary:#1F95EB;--e-global-color-secondary:#061E2F;--e-global-color-text:#333333;--e-global-color-accent:#FFFFFF;--e-global-color-5275bf4:#27DB59;--e-global-color-5e5362e:#E62727;--e-global-color-db4d0fa:#FAFAFA;--e-global-color-f9cd42f:#E4E4E4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Hanken Grotesk", Sans-serif;font-size:1.125rem;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-size:1.125rem;font-weight:500;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:16px 32px 16px 32px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#44A7EE;border-style:solid;border-width:1px 1px 1px 1px;border-color:#44A7EE;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-size:2.5rem;font-weight:700;line-height:1.2em;}.elementor-kit-6 h2{font-size:2rem;font-weight:700;line-height:1.2em;}.elementor-kit-6 h3{font-size:1.5rem;font-weight:700;line-height:1.2em;}.elementor-kit-6 h6{color:#AEAEAE;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.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 */p:last-child {
	margin-bottom: 0;
}

p {
	hyphens: auto !important;
}

@media only screen and (max-width: 1024px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	h7,
	p,
	span {
		hyphens: auto !important;
	}
}

/* Fixing Elementor popup overlay animation - By Marks.art.br */

.elementor-popup-modal:not([style="display: none;"]) {
	transition: all 0.3s;
	opacity: 1 !important;
}

div.elementor-popup-modal[style="display: none;"] {
	transition: all 0.3s;
	opacity: 0;
	display: flex !important;
	z-index: -5;
}

.elementor-popup-modal[style="display: none;"]>div {
	display: none;
}

.elementor-popup-modal {
	-webkit-animation: fade-in-by-marks 0.2s ease-in-out;
	animation: fade-in-by-marks 0.2s ease-in-out;
}

@-webkit-keyframes fade-in-by-marks {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in-by-marks {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
	content: "";
	display: block;
	height: 216px;
	margin: -216px 0 0 0;
	visibility: hidden;
	pointer-events: none;
}/* End custom CSS */