body {
	font-family: 'Red Hat Display', sans-serif;
	color: #292043;
	font-weight: 400;
	background-color: #fff;
}

.bg-img-cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.accordion-button::after {
    background-image: url(../images/icon/plus-icon-primary.svg);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/minus-icon-primary.svg);
}
.accordion-button:focus {
	--bs-accordion-btn-focus-border-color:  none;
	box-shadow:  none;
}
.accordion-button:not(.collapsed) {
	color: #815AF0;
	background-color: transparent;
	align-items: start!important;
}


.form-control {
	border: 2px solid #DCD9E5;
	border-radius: 10px;
	font-weight: 500;
	padding: 22px 30px;
	color: #635C7F;
	font-size: 32px;
	line-height: 40px;
}
.form-control:valid {
	background-image: url('../../assets/images/icon/tick-circle-green.svg');
	background-repeat: no-repeat;
	background-position: 98%;
	position: relative;
	z-index: 999;
}
.form-control::placeholder {
	color: #635C7F;
}
.form-control:focus {
	border-color: #DCD9E5;
	box-shadow: none;
	color: #635C7F;
}


.select-box .ts-control {
	height: 88px;
	border: 2px solid #DCD9E5;
	border-radius: 10px;
	font-weight: 500;
	padding: 22px 30px;
	color: #635C7F;
	font-size: 32px;
	line-height: 40px;
}
.select-box .ts-control, 
.select-box .ts-control input, 
.select-box .ts-dropdown {
	color: #635C7F!important;
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
}
.select-box .ts-control input::placeholder {
	color: #635C7F;
}
.select-box .dropdown-input-wrap {
	display: none;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
	border: 2px solid #DCD9E5;
}
.ts-control:before {
	content: url('../../assets/images/icon/arrows/dropdown-arrow.svg');
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 2rem;	
	display: flex;
	height: 100%;
	align-items: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 910;
	
}
.plugin-dropdown_input.focus.dropdown-active .ts-control:before {
	transform: scaleY(-1);
}
.ts-dropdown {
	margin-top: 0;
}


.label-check {
	border-radius: 15px;
}
.btn-check:checked+.label-check, .btn-check:hover+.label-check, .btn-check:active+.label-check {
    background-color: #fff!important;
    border: 2px solid #815AF0!important;
    position: relative;
}
.btn-check:checked+.label-check .text-secondary, .btn-check:hover+.label-check .text-secondary, .btn-check:active+.label-check .text-secondary {
    color: #815AF0!important;
}
.btn-check:checked+.label-check:after {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%)!important;
    color: #815AF0;
    font-size: 2rem;
    z-index: 9999;
    font-weight: 900!important;
	background-color: #fff;
}

.section-hero .device-wrap {
	padding-bottom: 10.375rem;
}

@media (max-width: 1399.98px) { 
	.headline-2 {
		font-size: 3rem;
	}
	.section-hero .headline-2 {
		font-size: 4rem;
	}
	.header-img-absolute.start-0 { 
		margin-left: -3.75rem!important;
	}
	.section-features .mt-neg {
		margin-top: -7.5rem!important;
		margin-bottom: 1.5rem!important;
	}
	.section-hero .device-wrap {
		padding-bottom: 15.125rem;
	}
	.section-hero .device-item {
		width: 261px!important;
	}
	
}

@media (max-width: 1199.98px) { 
	.header-img-absolute.start-0 {
		width: 332px!important;
		margin-left: -6.5rem!important;
	}
	.section-features .mt-neg {
		margin-top: -3rem!important;
		margin-bottom: 5.25rem!important;
	}
	.section-hero .device-wrap {
		padding-bottom: 10.25rem;
	}
	.section-hero .position-absolute .headline-4 {
		font-size: 2rem;
	}
	.section-hero .position-absolute .btn-lg {
		font-size: 1.25rem;
		padding: 1rem 2rem;
	}
}
/*md*/
@media (max-width: 991.98px) { 
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.header-img-absolute {
		position: relative!important;
		transform: translate(0%,0%)!important;
		top: 0!important;
	}
	.header-img-absolute.end-0 {
		width: 111px!important;
	}
	.header-img-absolute.start-0 {
		width: 368px!important;
		margin-left: 0rem!important;
		margin-top: 2.25rem;
	}
	.section-intro.mb-8 {
		margin-bottom: 2.25rem;
	}
	.section-features .container-1 .headline-2 {
		font-size: 2.5rem; 
	}
	.section-features .container-xl {
		max-width: 720px;
	}
	.section-features .mt-neg {
		margin-top: 0!important;
		margin-bottom: 1.25rem!important;
	}
}
/*sm*/
@media (max-width: 767.98px) { 
	.mobile-menu {
		width: 100%;
	}
	.section-intro.mb-8 {
		margin-bottom: 4.313rem;
	}
	.section-features .container-xl {
		max-width: 540px;
	}
	.section-features .mb-8 {
		margin-bottom: 4.313rem;
	}
	.section-features .mt-neg {
		margin-bottom: 0rem!important;
	}
}



/*xs*/
@media (max-width: 575.98px) { 
	.section-features .container-xl {
		max-width: 100%;
	}
	

}