.offer2-page {
	color: #333;
	line-height: 1.8;
}

.offer2-page a {
	text-decoration: none;
}

.offer2-hero {
	background: #f4f8ff;
	border: 1px solid #dbe8ff;
	padding: 34px 32px;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}

.offer2-hero::after {
	content: "";
	position: absolute;
	right: -80px;
	top: -90px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(21, 67, 141, 0.08);
}

.offer2-hero-inner {
	position: relative;
	z-index: 1;
}

.offer2-kicker {
	display: inline-block;
	background: #15438d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 12px;
	margin-bottom: 12px;
}

.offer2-hero h2 {
	font-size: 36px;
	line-height: 1.35;
	color: #15438d;
	font-weight: 900;
	margin-bottom: 14px;
}

.offer2-lead {
	font-size: 17px;
	margin-bottom: 18px;
}

.offer2-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.offer2-badges li {
	background: #fff;
	border: 1px solid #c9daf7;
	color: #15438d;
	font-weight: bold;
	padding: 6px 12px;
}

.offer2-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.offer2-cta {
	display: inline-block;
	background: #e94820;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 28px;
	box-shadow: 0 4px 0 #b73318;
}

.offer2-subnote {
	color: #555;
	font-size: 13px;
}

.offer2-section {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 28px;
	margin-bottom: 22px;
}

.offer2-section h3 {
	font-size: 24px;
	color: #15438d;
	font-weight: 900;
	border-bottom: 3px solid #15438d;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.offer2-section h4 {
	font-size: 18px;
	color: #15438d;
	font-weight: bold;
	margin-bottom: 8px;
}

.offer2-section-intro {
	margin: 0 0 16px 0;
	font-size: 15px;
	line-height: 1.8;
}

.offer2-red {
	color: #e94820;
	font-weight: bold;
}

.offer2-underline {
	font-weight: bold;
	background: linear-gradient(transparent 62%, #ffe2d9 62%);
}

.offer2-check-grid,
.offer2-target-grid,
.offer2-voice-grid,
.offer2-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.offer2-check-grid li,
.offer2-target-grid li {
	background: #f8fbff;
	border-left: 0;
	padding: 12px 14px 12px 44px;
	font-weight: bold;
	position: relative;
}

.offer2-check-grid li::before,
.offer2-target-grid li::before {
	font-family: FontAwesome;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #15438d;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

.offer2-check-grid li::before {
	content: "\f00c";
}

.offer2-target-grid li::before {
	content: "\f007";
	background: #e94820;
}

.offer2-image-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px;
	gap: 18px;
	align-items: center;
}

.offer2-image-split .offer2-target-grid {
	grid-template-columns: 1fr;
}

.offer2-photo-card {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 8px;
}

.offer2-photo-card img,
.offer2-flow-note img,
.offer2-venue img {
	display: block;
	width: 100%;
	height: auto;
}

.offer2-section-photo {
	background: #f8fbff;
	border: 1px solid #dce9fb;
	padding: 10px;
	margin-bottom: 16px;
}

.offer2-section-photo-bottom {
	margin-top: 16px;
	margin-bottom: 0;
	background: #fff8f5;
	border-color: #f1c8b8;
}

.offer2-section-photo img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: center;
}

.offer2-section-photo-bottom img {
	object-position: 72% 28%;
}

.offer2-section-photo + h3 {
	margin-top: 18px;
}

.offer2-flow-note {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 18px;
	align-items: center;
	background: #f8fbff;
	border: 1px solid #dce9fb;
	padding: 16px;
	margin-bottom: 18px;
}

.offer2-flow-note h4 {
	border-left: 5px solid #e94820;
	padding-left: 10px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.offer2-flow-note p {
	font-weight: bold;
}

.offer2-flow {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.offer2-step {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 12px 8px;
	text-align: center;
	position: relative;
	min-height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 6px;
}

.offer2-step:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -9px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #15438d;
	transform: translateY(-50%);
	z-index: 2;
}

.offer2-step-num {
	display: block;
	color: #e94820;
	font-weight: 900;
	font-size: 13px;
	margin-bottom: 0;
}

.offer2-step-title {
	display: block;
	color: #15438d;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
	white-space: nowrap;
}

.offer2-step img {
	display: block;
	width: 100%;
	height: 58px;
	object-fit: contain;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 4px;
	box-sizing: border-box;
}

.offer2-step p {
	font-size: 12px;
	line-height: 1.55;
	color: #444;
	text-align: left;
	margin-top: 2px;
}

.offer2-faq details {
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 10px;
}

.offer2-faq summary {
	cursor: pointer;
	font-weight: bold;
	color: #15438d;
	padding: 14px 44px 14px 16px;
	position: relative;
	list-style: none;
}

.offer2-faq summary::-webkit-details-marker {
	display: none;
}

.offer2-faq summary::after {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #e94820;
}

.offer2-faq details[open] summary::after {
	content: "-";
}

.offer2-faq-answer {
	padding: 14px 16px 16px 16px;
	border-top: 1px solid #eee;
}

.offer2-voice {
	background: #f8fbff;
	border: 1px solid #dce9fb;
	padding: 18px;
}

.offer2-voice p {
	margin-bottom: 8px;
}

.offer2-voice span {
	color: #666;
	font-size: 13px;
}

.offer2-anxiety {
	background: #fff8f5;
	border: 2px solid #f1c8b8;
}

.offer2-anxiety-inner {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.offer2-anxiety-photo {
	background: #fff;
	border: 1px solid #f1c8b8;
	padding: 8px;
}

.offer2-anxiety-photo img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.offer2-outline dl {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
}

.offer2-outline dt {
	width: 150px;
	font-weight: bold;
	color: #15438d;
}

.offer2-outline dd {
	flex: 1;
}

.offer2-outline-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 18px;
	align-items: stretch;
}

.offer2-outline-list {
	min-width: 0;
}

.offer2-venue {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.offer2-venue-photo {
	background: none;
	border: 0;
	padding: 0;
}

.offer2-venue-main {
	margin-top: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.offer2-venue-photo h4,
.offer2-map h4 {
	margin-bottom: 10px;
}

.offer2-venue-photo h4 span,
.offer2-map h4 span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #15438d;
	color: #fff;
	text-align: center;
	line-height: 26px;
	margin-right: 8px;
	font-size: 14px;
}

.offer2-venue-photo img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.offer2-venue-main img {
	width: 100%;
	height: 210px;
	object-position: center;
}

.offer2-venue .offer2-venue-photo img {
	object-position: left center;
}

.offer2-venue .offer2-venue-photo {
	border: 1px solid #dce9fb;
	background: #f8fbff;
	padding: 10px;
	box-sizing: border-box;
}

.offer2-map {
	border: 1px solid #dce9fb;
	background: #f8fbff;
	padding: 10px;
}

.offer2-map iframe {
	display: block;
	width: 100%;
	height: 170px;
	border: 0;
}

.offer2-contact-card {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 18px;
	text-align: center;
}

.offer2-tel {
	font-size: 28px;
	font-weight: 900;
	color: #15438d;
}

.offer2-line img {
	max-width: 100%;
	height: auto;
}

.offer2-form-wrap {
	margin-top: 24px;
}

.offer2-form-box {
	background: #fff;
	border: 2px solid #15438d;
	padding: 24px;
}

.offer2-form-box .fi-formst {
	font-size: 20px;
	font-weight: bold;
	color: #15438d;
	margin-bottom: 12px;
}

.offer2-form-box form dl {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}

.offer2-form-box form dt {
	width: 190px;
	font-weight: bold;
	padding-top: 6px;
}

.offer2-form-box form dd {
	flex: 1;
}

.offer2-form-box input[type="text"],
.offer2-form-box input[type="email"],
.offer2-form-box input[type="tel"],
.offer2-form-box select {
	width: 100%;
	max-width: 420px;
	height: 36px;
	border: 1px solid #bbb;
	padding: 4px 8px;
	box-sizing: border-box;
}

.offer2-form-box .submit-btn {
	border: 0;
	background: #e94820;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 60px;
	cursor: pointer;
	box-shadow: 0 4px 0 #b73318;
}

.offer2-form-box .btn-box {
	text-align: center;
	margin-top: 20px;
}

.offer2-contact-link {
	display: inline-block;
	border: 1px solid #15438d;
	color: #15438d !important;
	background: #fff;
	font-weight: bold;
	padding: 10px 18px;
	margin-top: 10px;
}

.offer2-cta-bottom {
	margin-top: 16px;
	justify-content: center;
}

.offer2-form-note {
	margin-top: 16px;
}

@media screen and (max-width: 600px) {
	.offer2-hero {
		padding: 24px 16px;
		margin: 0 0 18px 0;
	}

	.offer2-hero h2 {
		font-size: 28px;
	}

	.offer2-lead {
		font-size: 15px;
	}

	.offer2-section {
		padding: 18px 14px;
		margin-bottom: 18px;
	}

	.offer2-section h3 {
		font-size: 20px;
	}

	.offer2-check-grid,
	.offer2-target-grid,
	.offer2-voice-grid,
	.offer2-contact-grid {
		grid-template-columns: 1fr;
	}

	.offer2-image-split,
	.offer2-flow-note,
	.offer2-outline-top,
	.offer2-venue {
		grid-template-columns: 1fr;
	}

	.offer2-flow-note {
		padding: 12px;
	}

	.offer2-flow {
		grid-template-columns: 1fr;
	}

	.offer2-step {
		min-height: auto;
		padding: 14px;
	}

	.offer2-step img {
		height: 90px;
	}

	.offer2-step p {
		text-align: center;
		font-size: 13px;
	}

	.offer2-step:not(:last-child)::after {
		right: 50%;
		top: auto;
		bottom: -13px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #15438d;
		border-bottom: 0;
		transform: translateX(50%);
	}

	.offer2-outline dl,
	.offer2-form-box form dl {
		display: block;
	}

	.offer2-outline dt,
	.offer2-form-box form dt {
		width: auto;
		margin-bottom: 5px;
	}

	.offer2-venue-photo img {
		height: auto;
	}

	.offer2-section-photo img {
		height: auto;
	}

	.offer2-anxiety-inner {
		grid-template-columns: 1fr;
	}

	.offer2-anxiety-photo img {
		height: auto;
	}

	.offer2-map iframe {
		height: 300px;
	}

	.offer2-form-box {
		padding: 18px 12px;
	}

	.offer2-form-box input[type="text"],
	.offer2-form-box input[type="email"],
	.offer2-form-box input[type="tel"],
	.offer2-form-box select {
		max-width: none;
	}

	.offer2-form-box .submit-btn {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.offer2-cta {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
}
