
.spt-ib-page {
	background: #fff;
	color: #28243d;
	font-family: "Public Sans", sans-serif;
	overflow: hidden;
}

.spt-ib-shell {
	width: min(100% - 40px, 1030px);
	margin: 0 auto;
}

.spt-ib-hero {
	min-height: 770px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.spt-ib-hero-inner {
	position: relative;
	width: min(100% - 40px, 1120px);
	min-height: 770px;
	margin: 0 auto;
}

.spt-ib-hero-brand {
	position: absolute;
	top: 105px;
	left: 20px;
}

.spt-ib-hero-icon {
	display: block;
	width: 145px;
	height: auto;
}

.spt-ib-hero-copy {
	position: absolute;
	top: 115px;
	right: 0;
	width: 440px;
	text-align: center;
	color: #14529b;
}

.spt-ib-kicker {
	margin-bottom: 18px;
	font-size: 17px;
	font-weight: 800;
}

.spt-ib-hero h1 {
	margin: 0;
	font-size: 58px;
	line-height: .98;
	font-weight: 900;
	letter-spacing: -.035em;
	color: #14529b;
}

.spt-ib-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	padding: 0 31px;
	border-radius: 3px;
	background: #2fb5e9;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease;
}

.spt-ib-button:hover {
	transform: translateY(-2px);
	background: #20a7dc;
	color: #fff;
}

.spt-ib-section {
	padding: 92px 0;
}

.spt-ib-section-first {
	padding-top: 105px;
}

.spt-ib-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 95px;
}

.spt-ib-copy h2 {
	margin: 0 0 28px;
	color: #2fb5e9;
	font-size: 31px;
	line-height: 1.15;
	font-weight: 800;
}

.spt-ib-copy p {
	margin: 0;
	color: #4c668d;
	font-size: 14px;
	line-height: 2;
}

.spt-ib-copy p + p {
	margin-top: 16px;
}

.spt-ib-copy a {
	color: #2fb5e9;
	font-weight: 700;
	text-decoration: none;
}

.spt-ib-copy a:hover {
	text-decoration: underline;
}

.spt-ib-visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.spt-ib-visual img {
	display: block;
	max-width: 100%;
	height: auto;
}

.spt-ib-visual-left img {
	max-width: 410px;
}

.spt-ib-school-logo img {
	max-width: 385px;
}

.spt-ib-bottom {
	min-height: 610px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.spt-ib-bottom .spt-ib-shell {
	position: relative;
	min-height: 610px;
}

.spt-ib-bottom-copy {
	position: absolute;
	top: 120px;
	left: 0;
	width: 435px;
	color: #fff;
}

.spt-ib-bottom-copy h2 {
	margin: 0 0 28px;
	color: #fff;
	font-size: 31px;
	line-height: 1.15;
	font-weight: 800;
}

.spt-ib-bottom-copy p {
	margin: 0;
	font-size: 14px;
	line-height: 2;
	color: #fff;
}

.spt-ib-button-light {
	min-width: 200px;
	background: rgba(91, 203, 239, .82);
}

@media (max-width: 1050px) {
	.spt-ib-hero {
		min-height: 650px;
	}

	.spt-ib-hero-inner {
		min-height: 650px;
	}

	.spt-ib-hero-brand {
		top: 78px;
		left: 0;
	}

	.spt-ib-hero-copy {
		top: 85px;
		right: 10px;
		width: 390px;
	}

	.spt-ib-hero h1 {
		font-size: 49px;
	}

	.spt-ib-two-col {
		gap: 55px;
	}
}

@media (max-width: 820px) {
	.spt-ib-hero {
		min-height: 560px;
		background-position: 38% top;
	}

	.spt-ib-hero-inner {
		min-height: 560px;
	}

	.spt-ib-hero-brand {
		top: 35px;
		left: 10px;
	}

	.spt-ib-hero-icon {
		width: 100px;
	}

	.spt-ib-hero-copy {
		top: 55px;
		right: 0;
		width: 330px;
	}

	.spt-ib-hero h1 {
		font-size: 40px;
	}

	.spt-ib-section,
	.spt-ib-section-first {
		padding: 65px 0;
	}

	.spt-ib-two-col {
		gap: 38px;
	}

	.spt-ib-copy h2,
	.spt-ib-bottom-copy h2 {
		font-size: 26px;
	}

	.spt-ib-bottom-copy {
		left: 20px;
		width: 380px;
	}
}

@media (max-width: 650px) {
	.spt-ib-shell {
		width: min(100% - 32px, 540px);
	}

	.spt-ib-hero {
		min-height: 690px;
		background-position: 42% center;
	}

	.spt-ib-hero-inner {
		width: min(100% - 32px, 540px);
		min-height: 690px;
	}

	.spt-ib-hero-brand {
		top: 22px;
		left: 0;
	}

	.spt-ib-hero-copy {
		top: 32px;
		right: 0;
		width: 250px;
	}

	.spt-ib-kicker {
		font-size: 13px;
	}

	.spt-ib-hero h1 {
		font-size: 31px;
	}

	.spt-ib-button {
		min-height: 46px;
		margin-top: 18px;
		padding: 0 22px;
		font-size: 12px;
	}

	.spt-ib-two-col {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.spt-ib-two-col-reverse-mobile .spt-ib-copy {
		order: 2;
	}

	.spt-ib-two-col-reverse-mobile .spt-ib-visual {
		order: 1;
	}

	.spt-ib-copy h2 {
		margin-bottom: 20px;
		font-size: 25px;
	}

	.spt-ib-copy p {
		font-size: 13px;
		line-height: 1.8;
	}

	.spt-ib-bottom {
		min-height: 680px;
		background-position: 62% bottom;
	}

	.spt-ib-bottom .spt-ib-shell {
		min-height: 680px;
	}

	.spt-ib-bottom-copy {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 55px;
		padding-right: 38%;
	}

	.spt-ib-bottom-copy h2 {
		font-size: 25px;
	}

	.spt-ib-bottom-copy p {
		font-size: 12px;
		line-height: 1.75;
	}
}
