/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	.elementor-column-gap-narrow > .elementor-row {
		width: calc(100% + 10px);
		margin-left: -5px;
		margin-right: -5px;
	}
	.elementor-column-gap-default > .elementor-row {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}
	.elementor-column-gap-extended > .elementor-row {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
	.elementor-column-gap-wide > .elementor-row {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	.elementor-column-gap-wider > .elementor-row {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media only screen and (min-width: 1025px) {
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1040px;
	}
}

@media (min-width: 1400px) {
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1260px;
	}
}

.elementor-top-section > .elementor-container.elementor-column-gap-default {
	padding: 0 10px;
}

.elementor-top-section > .elementor-top-section > .elementor-container.elementor-column-gap-extended {
	padding: 0 15px;
}

.elementor-top-section > .elementor-top-section > .elementor-container.elementor-column-gap-wide {
	padding: 0 20px;
}

.elementor-top-section > .elementor-top-section > .elementor-container.elementor-column-gap-wider {
	padding: 0 30px;
}

/*# sourceMappingURL=frontend.css.map */
