.top_section {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 400px;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden!important;
	position: relative;
	align-items: flex-start;
	background-color: var(--cor17);
	justify-content: flex-start;
	transition: all 0.2s ease;
}

.top_section .base_main_content_boxed_md {
	height: 100%;
	z-index: 2;
	position: relative;
}

.top_section_inner_div {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	transition: all 0.2s ease;
}

.top_section_content {
	gap: 24px;
	margin: 0;
	padding: 0 124px 0 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	display: flex;
	z-index: 2;
	position: relative;
	box-sizing: border-box;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	transition: all 0.2s ease;
}

.top_section_heading {
	gap: 4px;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.top_section_eyebrow {
	margin: 0;
	padding: 0;
	width: 100%;
	color: var(--cor1);
	text-align: left;
	word-break: break-word;
	letter-spacing: -0.01em;
	font: 400 18px/26px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 18;
}

.top_section_title {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	word-break: break-word;
	transition: all 0.2s ease;
	font: 600 48px/56px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 48;
}

.top_section_desc {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 720px;
	border: none;
	outline: none;
	flex-wrap: wrap;
	text-align: left;
	color: var(--cor1);
	word-break: break-word;
	transition: all 0.2s ease;
	font: 400 18px/26px 'NewKansas', sans-serif;
}

.top_section_svg_abs_1 {
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	width: 100px;
	height: 400px;
	border: none;
	outline: none;
	display: block;
	z-index: 3;
	overflow: hidden;
	position: absolute;
	stroke: transparent;
	background-color: var(--cor17);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.top_section_svg_line {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 12px;
	border: none;
	outline: none;
	display: block;
	overflow: hidden;
	flex: 0 0 12px;
	stroke: transparent;
	background-color: var(--cor17);
	box-sizing: content-box;
	transition: all 0.2s ease;
}


.top_section_svg_bg_1 {
	background-color: var(--cor13);
}

.top_section_svg_bg_2 {
	background-color: var(--cor11);
}

.top_section_svg_bg_3 {
	background-color: var(--cor47);
}

.top_section_svg_abs_2 {
	margin: 0;
	padding: 0;
	z-index: 1;
	width: auto;
	right: 64px;
	border: none;
	height: 15vw;
	outline: none;
	bottom: -10px;
	min-height: 160px;
	max-height: 215px;
	position: absolute;
	fill: var(--cor31);
	stroke: transparent;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.top_section_svg_abs_3 {
	margin: 0;
	padding: 0;
	z-index: 1;
	width: auto;
	right: 64px;
	border: none;
	height: 35vw;
	outline: none;
	bottom: -240px;
	min-height: 450px;
	max-height: 500px;
	position: absolute;
	fill: var(--cor25);
	stroke: transparent;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.top_section_svg_abs_4 {
	margin: 0;
	padding: 0;
	z-index: 1;
	width: auto;
	right: 64px;
	border: none;
	height: 28vw;
	outline: none;
	bottom: -100px;
	min-height: 320px;
	max-height: 388px;
	position: absolute;
	fill: var(--cor13);
	stroke: transparent;
	box-sizing: content-box;
	transition: all 0.2s ease;
}


@media screen and (max-width: 1200px) {
	.top_section_title {
		font: 600 44px/52px 'NewKansas', sans-serif;
	}
}

@media screen and (max-width: 983px) {
	.top_section {
		height: 360px;
	
	}

	.top_section_content {
		padding-right: 110px;
	}

	.top_section_title {
		font: 600 40px/48px 'NewKansas', sans-serif;
	}

	.top_section_desc {
		max-width: 650px;
		font: 400 17px/25px 'NewKansas', sans-serif;
	}

	.top_section_svg_abs_1 {
		width: 90px;
		height: 360px;
	}

	.top_section_svg_abs_3,
	.top_section_svg_abs_4 {
		filter: grayscale(40%) brightness(110%);
	}

	.top_section_eyebrow {
	font: 400 17px/25px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 17;
}
}


@media screen and (max-width: 768px) {
	.top_section {
		height: 320px;
	}

	.top_section_content {
		gap: 20px;
		padding-right: 90px;
	}

	.top_section_title {
		font: 600 32px/40px 'NewKansas', sans-serif;
	}

	.top_section_desc {
		max-width: 560px;
		font: 400 16px/24px 'NewKansas', sans-serif;
	}

	.top_section_svg_abs_1 {
		width: 80px;
		height: 320px;
	}

	.top_section_svg_abs_2,
	.top_section_svg_abs_3,
	.top_section_svg_abs_4 {
		right: 0;
	}
	.top_section_eyebrow {
	font: 400 16px/24px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}
}


@media screen and (max-width: 420px) {
	.top_section {
		height: auto;
		min-height: 300px;
	}

	.top_section_content {
		padding: 48px 0;
	}

	.top_section_title {
		font: 600 28px/36px 'NewKansas', sans-serif;
	}

	.top_section_desc {
		font: 400 15px/23px 'NewKansas', sans-serif;
	}

	.top_section_svg_abs_1,
	.top_section_svg_abs_2,
	.top_section_svg_abs_3,
	.top_section_svg_abs_4 {
		display: none;
	}

	.top_section_svg_line {
		width: 80px;
		height: 10px;
		flex-basis: 10px;
	}

	.top_section_eyebrow {
	font: 400 15px/23px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 15;
}
}
