nav.scaleton {
	background-color: rgb(43, 89, 219);
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
}
nav.scaleton > div {
	align-items: center;
	display: flex;
	justify-content: space-between;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
nav.scaleton > div > div {
	align-items: center;
	display: flex;
	gap: 6rem;
	height: 100%;
}
@media (min-width: 1024px) {
	nav.scaleton > div > div {
		gap: 2.5rem;
	}
}
@media (min-width: 768px) {
	nav.scaleton > div > div {
		gap: 1.5rem;
	}
}
@media (min-width: 640px) {
	nav.scaleton > div > div {
		gap: 1rem;
	}
}
nav.scaleton > div > div > a {
	align-items: center;
	display: flex;
	height: 100%;
}
nav.scaleton > div > div > a img {
	max-width: 100%;
	height: auto;
}
nav.scaleton > div > div > ul {
	align-items: center;
	display: flex;
	gap: 2rem;
}
nav.scaleton > div > div > ul > li > div {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1rem;
	height: 100%;
	line-height: 1.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
nav.scaleton > div > button {
	background-color: #2b59db;
	border: 1.5px solid #6ce8c1;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	letter-spacing: 1px;
	line-height: 30px;
	min-width: 195px;
	opacity: 1;
	padding: 0;
	width: 195px;
}
@media (max-width: 768px) {
	nav.scaleton > div {
		justify-content: center;
	}
	nav.scaleton > div > div > ul,
	nav.scaleton > div > button {
		display: none;
	}
	nav.scaleton > div > div > a img {
		max-width: 88px;
	}
}
.banner.scaleton {
	background-color: rgb(43, 89, 219);
	position: relative;
}
.banner.scaleton aside {
	align-items: center;
	display: grid;
	padding: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 64rem;
}
.banner.scaleton aside > div.text {
	text-align: center;
}
.banner.scaleton aside > div.text h1 {
	color: #fff;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 300;
}
.banner.scaleton aside > div.text p {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 1.5rem;
}
.banner.scaleton aside > div.text a {
	background-color: rgb(108, 232, 193);
	border-radius: 0.5rem;
	color: rgb(43, 89, 219);
	display: inline-block;
	font-weight: 500;
	margin-top: 1.5rem;
	padding: 0.75rem 1.5rem;
}
.banner.scaleton aside > div.image {
	display: flex;
	justify-content: flex-end;
}
.banner.scaleton aside > div.image img {
	height: auto;
	max-height: 400px;
	max-width: 100%;
}
.banner.scaleton aside > div.button-mobile {
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: center;
}
.banner.scaleton aside > div.button-mobile a {
	background-color: rgb(108, 232, 193);
	border-radius: 0.5rem;
	color: rgb(43, 89, 219);
	font-weight: 500;
	padding: 0.75rem 1.5rem;
}
@media (min-width: 768px) {
	.banner.scaleton aside {
		gap: 2rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.banner.scaleton aside > div.text {
		color: #fff;
		padding-top: 2rem;
		padding-bottom: 2rem;
		text-align: left;
	}
	.banner.scaleton aside > div.text h1 {
		font-size: 3rem;
		line-height: 1;
		text-align: left;
	}
	.banner.scaleton aside > div.text p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.banner.scaleton aside > div.button-mobile {
		display: none;
	}
}
@media (max-width: 768px) {
	.banner.scaleton {
		padding-bottom: 58px;
	}
	.banner.scaleton aside > div.text a {
		display: none;
	}
	.banner.scaleton aside > div.image {
		justify-content: center;
	}
}

main.scaleton > h2 {
	color: #000;
	font-size: 2.25rem;
	font-weight: 300;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	text-align: center;
}
main.scaleton > .loan-calculation {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
main.scaleton form {
	align-items: stretch;
	align-self: stretch;
	column-gap: 30px;
	display: grid;
	grid-template-columns: 550px 360px;
	grid-template-rows: auto 70px;
	margin: 0 auto;
	max-width: 64rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	row-gap: 32px;
}

main.scaleton form section {
	background: #fff;
	border: 0;
	border-radius: 18px;
	flex-flow: column;
	margin-bottom: 0;
}
main.scaleton form section.calculate {
	grid-row-start: 1;
	grid-row-end: 3;
	height: 468px;
	padding: 0;
	position: relative;
}
main.scaleton form section.example {
	height: 366px;
}
main.scaleton form section.buttons {
	background: none;
	margin: 0;
	padding: 0;
}
main.scaleton form button {
	background-color: #2b59db;
	border: 1px solid #2b59db;
	border-radius: 18px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 30px;
	max-width: 100%;
	min-width: 260px;
	opacity: 1;
	outline: none;
	padding: 20px 15px 18px;
	width: 100%;
}
main.scaleton .OnlineCompletion {
	padding-top: 30px;
	text-align: center;
}
main.scaleton .OnlineCompletion h4 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}
main.scaleton .OnlineCompletion > div:not(.dialog) {
	border: 1px solid #6ce8c1;
	border-radius: 18px;
	color: #2b59db;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin: 24px auto;
	max-width: 355px;
	padding: 16px;
	width: 100%;
}
main.scaleton .OnlineCompletion > span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 68px;
}
main.scaleton .OnlineCompletion > div:not(.dialog) span {
	color: black;
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	main.scaleton > h2 {
		display: none;
	}
	main.scaleton > .loan-calculation {
		margin-top: -58px;
	}
	main.scaleton form {
		display: flex;
		flex-flow: column;
		row-gap: 0;
		padding: 0;
	}
	main.scaleton form section.calculate,
	main.scaleton form section.example {
		width: 100%;
	}
	main.scaleton form section.calculate {
		height: 464px;
	}
	main.scaleton form section.example {
		height: 184px;
	}
	main.scaleton form section.buttons {
		margin: 0;
	}
}

footer.scaleton {
	display: flex;
	flex-direction: column;
}
footer.scaleton > div:first-of-type {
	background-color: rgb(243, 244, 246);
	border-top-width: 1px;
	border-color: rgb(209, 213, 219);
	display: none;
	padding: 2.5rem 0.75rem 0;
}
footer.scaleton > div:first-of-type > div {
	display: flex;
	flex-direction: column;
	padding: 0 0.75rem 1.5rem;
}
footer.scaleton > div:first-of-type > div > span {
	color: #000;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25rem;
}
footer.scaleton > div:first-of-type > div > ul {
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
footer.scaleton > div:first-of-type > div > ul li:first-of-type {
	margin-bottom: 1rem;
}
footer.scaleton > div:first-of-type > div > ul li {
	align-items: center;
	color: rgb(43, 89, 219);
	display: flex;
	font-weight: 500;
	gap: 0.5rem;
}
footer.scaleton > div:first-of-type > div > ul li a {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}
footer.scaleton > div:first-of-type > div > ul li a .fa {
	font-size: 1.5rem;
	line-height: 2rem;
}
footer.scaleton > div:first-of-type > div > ul li span {
	font-size: 1rem;
	line-height: 1.5rem;
}
footer.scaleton > div:first-of-type > div > ul li:last-of-type a div {
	display: flex;
	flex-direction: column;
}
footer.scaleton > div:first-of-type > div > ul li:last-of-type a div span:first-of-type {
	padding-top: 0.5rem;
}
footer.scaleton > div:first-of-type > div > ul li:last-of-type a div span:last-of-type {
	color: #000;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-top: -0.25rem;
	margin-bottom: -0.25rem;
}
footer.scaleton > div:nth-of-type(2) {
	background-color: rgb(243, 244, 246);
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: rgb(209, 213, 219);
}
footer.scaleton > div:nth-of-type(2) > div {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
footer.scaleton > div:nth-of-type(2) > div > div:first-of-type {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	width: 33.333333%;
}
footer.scaleton > div:nth-of-type(2) > div > div:first-of-type {
	max-width: 120px;
}
footer.scaleton > div:nth-of-type(2) > div > div:last-of-type {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	width: 66.666666%;
}
footer.scaleton > div:nth-of-type(2) > div > ul {
	display: none;
	width: 100%;
}
footer.scaleton > div:nth-of-type(2) > div > ul li {
	margin-top: 0;
}
footer.scaleton > div:nth-of-type(2) > div > ul li div {
	align-items: center;
	color: #2b59db;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	font-size: 1.125rem;
	justify-content: space-between;
	line-height: 1.75rem;
	padding: 0.875rem 1rem;
	text-align: left;
	width: 100%;
}
footer.scaleton > div:nth-of-type(2) > div > div:last-of-type > div > div {
	color: rgb(43, 89, 219);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75rem;
}
footer.scaleton > div:nth-of-type(2) > div > div:last-of-type > div > ul {
	margin-top: 0.5rem;
}
footer.scaleton > div:nth-of-type(2) > div > div:last-of-type > div > ul li {
	color: #000;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
	footer.scaleton > div:nth-of-type(2) {
		border-bottom-width: 0;
		border-top-width: 0;
	}
	footer.scaleton > div:nth-of-type(2) > div > div:first-of-type,
	footer.scaleton > div:nth-of-type(2) > div > div:last-of-type.desktop,
	footer.scaleton > div:nth-of-type(3) div.desktop {
		display: none;
	}
	footer.scaleton > div:first-of-type,
	footer.scaleton > div:nth-of-type(2) > div > ul {
		display: block;
	}
	footer.scaleton > div:nth-of-type(2) > div {
		padding: 0;
	}
}
footer.scaleton > div:nth-of-type(3) {
	background-color: #f3f4f6;
}
footer.scaleton > div:nth-of-type(3) > div {
	max-width: 80rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	flex-wrap: wrap;
}
footer.scaleton > div:nth-of-type(3) > div > div:first-of-type {
	width: 100%;
	padding-top: 1rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
footer.scaleton > div:nth-of-type(3) > div > div:first-of-type > span {
	font-size: 0.875rem;
	font-weight: 500;
	color: #000;
}
footer.scaleton > div:nth-of-type(3) > div > div:first-of-type ul {
	display: flex;
	gap: 2rem;
}
footer.scaleton > div:nth-of-type(3) > div > div:first-of-type li {
	color: #2b59db;
	font-size: 1.5rem;
	padding: 1.25rem 0;
}
footer.scaleton > div:nth-of-type(3) > div > div:first-of-type a:hover {
	text-decoration: underline;
}
footer.scaleton > div:nth-of-type(3) > div > div:last-of-type {
	display: none;
}
footer.scaleton > div:nth-of-type(3) > div > div:last-of-type > span {
	font-size: 0.875rem;
	font-weight: 500;
	color: #000;
}
footer.scaleton > div:nth-of-type(3) > div > div:last-of-type ul {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}
footer.scaleton > div:nth-of-type(3) > div > div:last-of-type li {
	color: #2b59db;
	font-weight: 500;
	padding: 1.25rem 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
footer.scaleton > div:nth-of-type(3) > div > div:last-of-type li a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: inherit;
	text-decoration: none;
}
footer.scaleton > div:nth-of-type(3) > div > div:last-of-type li a:hover {
	text-decoration: underline;
}
footer.scaleton > div:nth-of-type(3) > div > div:last-of-type > span.text-xs {
	font-size: 0.75rem;
	color: #000;
}

@media (min-width: 768px) {
	footer.scaleton > div:nth-of-type(3) > div {
		padding: 0 0.75rem;
	}
	footer.scaleton > div:nth-of-type(3) > div > div:first-of-type {
		width: 33.333%;
		padding: 0;
	}
	footer.scaleton > div:nth-of-type(3) > div > div:first-of-type > span {
		font-size: 0.75rem;
	}
	footer.scaleton > div:nth-of-type(3) > div > div:last-of-type {
		display: flex;
		width: 66.666%;
		align-items: center;
		gap: 1.5rem;
	}
	footer.scaleton > div:nth-of-type(3) > div > div:last-of-type > span {
		font-size: 0.75rem;
	}
}
@media (max-width: 768px) {
	footer.scaleton > div:nth-of-type(3) > div > div:first-of-type {
		display: block;
	}
}
footer.scaleton > div:last-of-type {
	background-color: #ffffff;
}
footer.scaleton > div:last-of-type > div {
	max-width: 80rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 2rem;
	font-size: 0.75rem;
	font-weight: 300;
	color: #000;
}
@media (min-width: 768px) {
	footer.scaleton > div:last-of-type > div {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
