.content-bg {
	background: url(/include/img/bg_contact.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 890px;
	aspect-ratio: 2881 / 1302;
}

@media ( max-width: 1400px ) {
	.content-bg {
		height: 649px;
	}
}

#contact {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 72px;
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	position: relative;
	overflow: hidden;
}

#contact .section-title {
	margin-bottom: 46px; 
	position: relative;
}

#contact .container {
	margin-left: 300px;
	margin-right: 300px;
}

@media (max-width: 1400px) {
	#contact > .container {
		margin-left: 300px;
		margin-right: 300px;
	}
}

@media ( max-width: 1056px ) {
	#contact > .container {
		margin-left: 100px;
		margin-right: 100px;
	}
	
	.smart-forms.bigform .section {
		padding: 0 0 40px !important;
	}
}

.title-big {
	color: var(--text-default-default);
	text-align: left;
	font-size: 38px;
	line-height: 50px;
	font-weight: 700;
	position: relative;
	margin-bottom: 14px;
}

.title-sub-group {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.title-sub-group div {
	margin-bottom: 14px;
}

.title-sub {
	display: inline;
	color: var(--text-default-secondary);
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	position: relative;
	margin-right: 14px;
}

.download-file {
	border-radius: 100px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	color: var(--text-brand-aichatter, #7346FF);
	text-align: left;
}

.download-file > a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	color: inherit;
	text-decoration: unset;
	gap: 4px;
}

.download-file .material-symbols-outlined {
	font-size: 30px;
	width: 28px;
	height: 28px;
}

.download-file .text{
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-decoration: underline;
	position: relative;
}

#inquiry > div {
	background: #ffffff;
	border-radius: 20px;
	padding: 60px 120px 60px 120px;
	min-height: 582px;
	max-width: 1320px;
	position: relative;
	box-shadow: 0px 0px 20px 0px rgba(115, 70, 255, 0.1);
}

.text-star {
	color: var(--text-brand-aichatter);
	margin-right: 8px;
}

.bigform .button-text {
	color: var(--text-default-white);
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	padding: 0 6px;
	text-transform: none;
}

#row-agree {
	margin-top: 14px;
	padding-bottom: 0;
}

#row-agree > .row {
	justify-content: flex-end;
}


.smart-forms.bigform #row-agree .checkbox {
	width: 18px;
	height: 18px;
	margin: -7px 7px 3.5px -24px;
}

#row-agree .col-auto:not( :has(#btn-submit) ) .option {
	margin-right: 0;
}

label.option {
	width: calc( 100% - 28px );
}

.option-label {
	vertical-align: middle;
}

@media ( max-width: 1400px ) {
	#row-agree > .row {
		justify-content: unset;
	}
	
	#row-agree .col-auto:not( :has(#btn-submit) ) {
		width: 100%!important;
	}
	
	#row-agree .col-auto:has(#btn-submit) {
		margin: 28px 0 0 12px;
	}
}

#row-agree .col-auto:has( #btn-submit ) {
	display: flex;
	align-items: center;
	justify-self: end;
	justify-content: flex-end;
	padding-left: 0;
}

#view-tos {
	color: var(--text-default-middle) !important;
	text-decoration: underline !important;
	vertical-align: bottom;
	font-size: 14px;
}

#btn-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(
		90deg,
		rgba(171, 145, 255, 1) 0%,
		rgba(115, 70, 255, 1) 100%
	);
	border-radius: 10px;
	padding: 10px 12px;
	height: 40px;
	max-width: 180px;
	position: relative;
	justify-self: end;
	border: 0px transparent solid;
}

#btn-submit a, #btn-submit a span {
	text-decoration: unset;
}

#smallModal .modal-header {
	justify-content: space-between;
}

#smallModal .modal-header button {
	border: none !important;
	outline: none !important;
	background-color: var(--bg-default-default);
}

button.btn.btn-default {
	background-color: #E4E4E4;
}

.btn {
	display: inline-block;
	font-size: 13px;
	height: auto;
	padding: 13px 28px;
	margin: 0 10px 10px 0;
	font-weight: 600 !important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 0;
	position: relative;
	overflow: hidden;
	outline: 0;
	text-shadow: none;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
}

#iProcess {
	width: 0;
	height: 0;
	display: none;
}

.smallModal {
	z-index: 100000;
}

.select2-selection__arrow {
	width: 20px;
	height: 20px;
}

.select2-selection__arrow b {
	display: none;
}

.select2-selection__arrow::after {
	content: "keyboard_arrow_down";
	font-family: 'Material Symbols Outlined' !important;
	color: var(--text-default-light);
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}