.hero_section {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 550px;
	border: none;
	outline: none;
	display: flex;
	position: relative;
	align-items: flex-start;
	overflow: hidden;
	justify-content: flex-start;
	background-color: var(--cor17);
}

.hero_section .base_main_content_boxed_md {
	height: 100%;
}

.hero_section_inner_div {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}

.hero_section_side_1 {
	gap: 24px;
	margin: 0;
	width: 55%;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 28px;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}

.hero_section_title {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	width: fit-content;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 500 64px/72px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 64;
}

.hero_section_desc {
	margin: -12px 0 0 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	width: fit-content;
	color: var(--cor35);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	letter-spacing: -0.01em;
	font: 600 20px/28px 'DMSans', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 20;
}

.hero_section_side_1 .base_btn2 {
	width: 310px;
	height: 60px;
	padding: 0 24px;
	box-sizing: border-box;
}

.hero_section_side_1 .base_btn2 span {
	font: 600 20px/28px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 20;
}

.hero_section_side_2 {
	gap: 0;
	padding: 0;
	top: 0;
	right: 8%;
	width: 36%;
	border: none;
	outline: none;
	display: flex;
	height: 100%;
	overflow: hidden;
	max-width: 560px;
	position: absolute;
	margin: 0;
	align-items: flex-start;
	justify-content: flex-start;
}

.hero_section_side_2_img_1 {
	margin: 0;
	padding: 0;
	z-index: 1;
	order: 2;
	width: calc(100% - 92px);
	height: 100%;
	border: none;
	outline: none;
	display: block;
	flex: 1;
	object-fit: cover;
	object-position: center center;
	position: relative;
}

.hero_section_svg_abs_1 {
	margin: 0;
	padding: 0;
	z-index: 2;
	order: 1;
	width: 92px;
	border: none;
	height: 100%;
	outline: none;
	display: block;
	flex: 0 0 92px;
	position: relative;
	background-color: var(--cor41);
}

@media screen and (max-width: 1530px) and (min-width: 1401px) {
    .hero_section_side_2 {
        width: 550px;
        max-width: 550px;
        right: calc((100vw - 1400px) * 0.94);
    }
}

@media screen and (max-width: 1400px) {
    .hero_section_side_2 {
        right: 0;
        width: 39.3%;
        max-width: 550px;
    }
}

@media screen and (max-width: 1200px) {
	.hero_section {
		height: 500px;
	}
	.hero_section_side_1 {
		width: 55%;
		padding: 0 0 0 28px;
	}
	.hero_section_side_2 {
		right: 0;
		width: 39%;
	}
	.hero_section_svg_abs_1 {
		width: 83px;
		flex-basis: 83px;
	}
	.hero_section_side_2_img_1 {
		width: calc(100% - 83px);
	}
	.hero_section_title {
		width: 100%;
		font: 500 52px/60px 'NewKansas', sans-serif;
		font-variation-settings: 'wght' 500, 'opsz' 52;
	}
	.hero_section_desc {
		width: 100%;
		font: 600 18px/26px 'DMSans', sans-serif;
		font-variation-settings: 'wght' 600, 'opsz' 18;
	}
	.hero_section_side_1 .base_btn2 {
		width: 280px;
		height: 56px;
		padding: 0 20px;
	}
	.hero_section_side_1 .base_btn2 span {
		font: 600 18px/26px 'NewKansas', sans-serif;
		font-variation-settings: 'wght' 600, 'opsz' 18;
	}
}

@media screen and (max-width: 983px) {
	.hero_section {
		height: 460px;
	}
	.hero_section_side_1 {
		width: 55%;
		min-width: 0;
		padding: 0;
		align-items: flex-start;
	}
	.hero_section_side_2 {
		right: 0;
		width: 36%;
	}
	.hero_section_svg_abs_1 {
		width: 77px;
		flex-basis: 77px;
	}
	.hero_section_side_2_img_1 {
		width: calc(100% - 77px);
	}
	.hero_section_side_1 .base_btn2 {
		width: 250px;
		height: 52px;
	}
	.hero_section_side_1 .base_btn2 span {
		font: 600 16px/24px 'NewKansas', sans-serif;
		font-variation-settings: 'wght' 600, 'opsz' 16;
	}
}

@media screen and (max-width: 768px) {
	.hero_section {
		height: auto;
	}
	.hero_section .base_main_content_boxed_md {
		padding: 0;
		width: 100%;
		height: auto;
		max-width: none;
	}
	.hero_section_inner_div {
		gap: 0;
		height: auto;
		flex-direction: column;
	}
	.hero_section_side_1 {
		width: 100%;
		min-width: 0;
		padding: 64px 20px;
		align-items: center;
	}
	.hero_section_side_2 {
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		max-width: none;
		margin: 0;
		position: relative;
		aspect-ratio: 2/1;
		flex-basis: auto;
	}
	.hero_section_svg_abs_1 {
		width: 8.3333%;
		flex-basis: 8.3333%;
	}
	.hero_section_side_2_img_1 {
		width: 91.6667%;
		flex-basis: 91.6667%;
	}
	.hero_section_title,
	.hero_section_desc {
		width: 100%;
		max-width: 650px;
		text-align: center;
		text-align: -webkit-center;
	}
	.hero_section_title {
		font: 500 36px/44px 'NewKansas', sans-serif;
		font-variation-settings: 'wght' 500, 'opsz' 36;
	}
	.hero_section_desc {
		font: 600 16px/24px 'DMSans', sans-serif;
		font-variation-settings: 'wght' 600, 'opsz' 16;
	}
	.hero_section_side_1 .base_btn2 {
		width: 220px;
		height: 52px;
	}
}

@media screen and (max-width: 420px) {
	.hero_section_side_1 {
		gap: 16px;
		padding: 48px 20px;
	}
	.hero_section_title {
		font: 500 28px/36px 'NewKansas', sans-serif;
		font-variation-settings: 'wght' 500, 'opsz' 28;
	}
	.hero_section_desc {
		font: 600 14px/22px 'DMSans', sans-serif;
		font-variation-settings: 'wght' 600, 'opsz' 14;
	}
	.hero_section_side_1 .base_btn2 {
		width: 190px;
		height: 48px;
		padding: 0 16px;
		max-width: 100%;
	}
	.hero_section_side_1 .base_btn2 span {
		text-align: center;
		text-align: -webkit-center;
		font: 600 14px/22px 'NewKansas', sans-serif;
		font-variation-settings: 'wght' 600, 'opsz' 14;
	}
}
