@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&display=swap");

body {
	background: #faf8f2;
	color: #2f2a24;
}

#top-header .top-contact-bar,
#top-header .nav-container,
#top-header .navbar {
	background-color: #faf8f2 !important;
}

#top-header .top-contact-bar {
	border-bottom-color: rgba(47, 42, 36, 0.1) !important;
	font-size: 13px;
}

#top-header .top-contact-bar,
#top-header .top-contact-bar a,
#top-header .top-contact-bar .text-muted,
#top-header .top-contact-bar .text-secondary {
	color: #6f665c !important;
}

#top-header .top-contact-bar .fas.fa-envelope {
	font-size: 0;
}

#top-header .top-contact-bar .fas.fa-envelope::before {
	content: "\f0e0";
	color: #9b5d38;
	font-family: "FontAwesome";
	font-size: 13px;
	font-weight: normal;
}

#top-header .top-contact-bar .text-secondary {
	color: #c15f36 !important;
	font-weight: 650;
}

#top-header .top-contact-bar .container {
	width: min(1280px, calc(100% - 40px));
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

#top-header .top-contact-bar .row {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	align-items: center;
	gap: 24px;
	margin-right: 0;
	margin-left: 0;
}

#top-header .top-contact-bar .col-md-6:first-child {
	flex: 0 0 auto;
	width: auto;
	padding-right: 0;
	padding-left: 0;
}

#top-header .top-contact-bar .col-md-6.text-end {
	display: flex;
	flex: 0 1 auto;
	width: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	white-space: nowrap;
}

#top-header .top-contact-bar .col-md-6.text-end .me-3,
#top-header .top-contact-bar .col-md-6.text-end .me-2,
#top-header .top-contact-bar .col-md-6.text-end .ms-2 {
	margin: 0 !important;
}

#top-header .top-contact-bar .btn {
	flex: 0 0 auto;
	padding: 0.24rem 0.68rem;
	border-radius: 999px;
	line-height: 1.25;
	font-weight: 650;
}

#top-header .top-contact-bar .btn-primary {
	background-color: #2f2a24;
	border-color: #2f2a24;
	color: #fffaf2;
}

#top-header .top-contact-bar .btn-primary:hover,
#top-header .top-contact-bar .btn-primary:focus {
	background-color: #171411;
	border-color: #171411;
	color: #fffaf2;
}

#top-header .top-contact-bar .btn-outline-secondary {
	background-color: rgba(255, 250, 242, 0.62);
	border-color: rgba(47, 42, 36, 0.24);
	color: #2f2a24;
}

#top-header .top-contact-bar .btn-outline-secondary:hover,
#top-header .top-contact-bar .btn-outline-secondary:focus {
	background-color: #fffaf2;
	border-color: rgba(47, 42, 36, 0.38);
	color: #2f2a24;
}

#top-header .nav-container {
	border-bottom-color: rgba(47, 42, 36, 0.12) !important;
}

#top-header .navbar {
	padding: 0.65rem 0;
}

#top-header .navbar-brand img {
	filter: hue-rotate(132deg) saturate(1.25) brightness(0.96);
}

#top-header .navbar-nav .nav-link {
	color: #4c443b;
	font-size: 15px;
	font-weight: 650;
}

#top-header .navbar-nav .nav-link:hover,
#top-header .navbar-nav .nav-link:focus {
	color: #72452d;
}

#top-header .navbar .btn-primary {
	background-color: #2f2a24;
	border-color: #2f2a24;
}

#top-header .navbar .btn-outline-primary {
	color: #2f2a24;
	border-color: rgba(47, 42, 36, 0.24);
	background-color: rgba(255, 250, 242, 0.62);
	border-radius: 999px;
	font-weight: 500;
}

#top-header .navbar .btn-outline-primary:hover,
#top-header .navbar .btn-outline-primary:focus {
	background-color: #fffaf2;
	border-color: rgba(47, 42, 36, 0.38);
	color: #2f2a24;
}

#top-header #navbarNav > .d-flex .btn-primary[data-bs-target="#loginModal"] {
	display: none;
}

@media (min-width: 992px) {
	#top-header {
		z-index: 1000;
	}

	#top-header .nav-container {
		position: relative;
	}

	#top-header .navbar,
	#top-header .navbar > .container,
	#top-header #navbarNav,
	#top-header .navbar-nav {
		position: static;
	}

	#top-header .navbar-nav .dropdown {
		position: static;
	}

	#top-header .navbar-nav {
		display: grid;
		grid-template-columns: 210px 200px 220px 130px;
		justify-content: center;
		width: 760px;
		max-width: calc(100vw - 360px);
	}

	#top-header .navbar-nav .nav-item {
		width: auto;
	}

	#top-header .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		white-space: nowrap;
	}

	#top-header .nav-container::after {
		content: "";
		display: none;
		position: absolute;
		top: calc(100% - 1px);
		left: calc(50% - 440px);
		width: min(880px, calc(100vw - 56px));
		height: 275px;
		border: 1px solid rgba(47, 42, 36, 0.08);
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 20px 46px rgba(47, 42, 36, 0.1);
	}

	#top-header .nav-container:hover::after,
	#top-header .nav-container:focus-within::after {
		display: block;
	}

	#top-header .nav-container:hover .dropdown-menu,
	#top-header .nav-container:focus-within .dropdown-menu {
		display: block;
	}

	#top-header .navbar-nav .dropdown-menu {
		position: absolute;
		top: calc(100% - 1px);
		min-width: 0;
		height: 275px;
		margin-top: 0;
		padding: 20px 20px;
		border: 0;
		border-left: 1px solid rgba(47, 42, 36, 0.08);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	#top-header .navbar-nav > .dropdown:nth-child(1) .dropdown-menu {
		left: calc(50% - 440px);
		width: 210px;
		border-left: 0;
	}

	#top-header .navbar-nav > .dropdown:nth-child(2) .dropdown-menu {
		left: calc(50% - 230px);
		width: 200px;
	}

	#top-header .navbar-nav > .dropdown:nth-child(3) .dropdown-menu {
		left: calc(50% - 30px);
		width: 220px;
	}

	#top-header .navbar-nav > .dropdown:nth-child(4) .dropdown-menu {
		left: calc(50% + 190px);
		width: 250px;
	}

	#top-header .navbar-nav .dropdown-menu::before {
		display: block;
		margin-bottom: 10px;
		color: #756d62;
		font-size: 11px;
		font-weight: 700;
		line-height: 1.3;
		text-transform: uppercase;
	}

	#top-header .navbar-nav > .dropdown:nth-child(1) .dropdown-menu::before {
		content: "Company";
	}

	#top-header .navbar-nav > .dropdown:nth-child(2) .dropdown-menu::before {
		content: "Quote";
	}

	#top-header .navbar-nav > .dropdown:nth-child(3) .dropdown-menu::before {
		content: "Guides";
	}

	#top-header .navbar-nav > .dropdown:nth-child(4) .dropdown-menu::before {
		content: "Tools";
	}

	#top-header .navbar-nav .dropdown-item {
		padding: 0.39rem 0;
		color: #2f2a24;
		font-size: 13px;
		line-height: 1.38;
		background: transparent;
		white-space: nowrap;
	}

	#top-header .navbar-nav .dropdown-item:hover,
	#top-header .navbar-nav .dropdown-item:focus {
		color: #72452d;
		background: transparent;
	}
}

.about3-page {
	--about3-ink: #2f2a24;
	--about3-muted: #756d62;
	--about3-line: rgba(47, 42, 36, 0.14);
	--about3-paper: #faf8f2;
	--about3-paper-deep: #f0eadf;
	--about3-accent: #9b5d38;
	--about3-accent-dark: #72452d;
	background: var(--about3-paper);
	color: var(--about3-ink);
	font-family: "Inter", "Pretendard", sans-serif;
	margin-top: 132px;
}

.about3-page section {
	background: transparent;
}

.about3-container {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
}

.about3-page .about3-hero {
	padding: 32px 0 70px;
	border-bottom: 1px solid var(--about3-line);
}

.about3-breadcrumb {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 18px;
	color: var(--about3-muted);
	font-size: 13px;
	font-weight: 500;
}

.about3-breadcrumb a:hover {
	color: var(--about3-accent-dark);
}

.about3-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(320px, 430px);
	gap: 42px;
	align-items: center;
}

.about3-kicker {
	margin-bottom: 14px;
	color: var(--about3-accent-dark);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.about3-hero h2,
.about3-section-head h2,
.about3-feature-copy h2,
.about3-cta h2 {
	margin: 0;
	color: var(--about3-ink);
	font-family: "Source Serif 4", Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	letter-spacing: 0;
}

.about3-hero h2 {
	max-width: 690px;
	font-size: clamp(44px, 4.05vw, 66px);
	line-height: 1.06;
}

.about3-lede {
	max-width: 670px;
	margin-top: 24px;
	color: var(--about3-muted);
	font-size: 20px;
	line-height: 1.55;
}

.about3-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.about3-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border: 1px solid var(--about3-line);
	border-radius: 8px;
	font-size: 15px;
	font-weight: 650;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.about3-btn-primary {
	background: var(--about3-ink);
	border-color: var(--about3-ink);
	color: #fffaf2;
}

.about3-btn-primary:hover {
	background: #171411;
	border-color: #171411;
	color: #fffaf2;
}

.about3-btn-secondary {
	background: rgba(255, 255, 255, 0.48);
	color: var(--about3-ink);
}

.about3-btn-secondary:hover {
	background: #fffaf2;
	border-color: rgba(47, 42, 36, 0.28);
	color: var(--about3-ink);
}

.about3-feature-media {
	overflow: hidden;
	border: 1px solid var(--about3-line);
	border-radius: 8px;
	background: var(--about3-paper-deep);
}

.about3-hero-panel {
	padding: 28px;
	border: 1px solid var(--about3-line);
	border-radius: 8px;
	background: rgba(255, 250, 242, 0.62);
}

.about3-panel-label {
	margin-bottom: 26px;
	color: var(--about3-accent-dark);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.about3-panel-list {
	display: grid;
	gap: 18px;
}

.about3-panel-list div {
	padding-top: 18px;
	border-top: 1px solid var(--about3-line);
}

.about3-panel-list div:first-child {
	padding-top: 0;
	border-top: 0;
}

.about3-panel-list strong,
.about3-panel-list span {
	display: block;
}

.about3-panel-list strong {
	color: var(--about3-ink);
	font-size: 18px;
	font-weight: 650;
	line-height: 1.2;
}

.about3-panel-list span {
	margin-top: 8px;
	color: var(--about3-muted);
	font-size: 14px;
	line-height: 1.55;
}

.about3-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about3-page .about3-section {
	padding: 88px 0;
}

.about3-section-cream {
	background: #f1eadf !important;
}

.about3-section-head {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	align-items: start;
	margin-bottom: 32px;
}

.about3-section-head .about3-kicker {
	order: 2;
	margin: 0;
}

.about3-section-head h2 {
	justify-self: center;
	text-align: left;
}

.about3-section-head h2,
.about3-feature-copy h2,
.about3-cta h2 {
	max-width: 760px;
	font-size: clamp(38px, 3.45vw, 54px);
	line-height: 1.12;
}

.about3-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.about3-card {
	min-height: 260px;
	padding: 28px;
	border: 1px solid var(--about3-line);
	border-radius: 8px;
	background: rgba(251, 247, 239, 0.72);
}

.about3-card span {
	display: block;
	margin-bottom: 42px;
	color: var(--about3-accent);
	font-size: 13px;
	font-weight: 700;
}

.about3-card h3 {
	margin: 0;
	color: var(--about3-ink);
	font-size: 23px;
	font-weight: 650;
	line-height: 1.16;
}

.about3-card p,
.about3-feature-copy p {
	color: var(--about3-muted);
	font-size: 17px;
	line-height: 1.65;
}

.about3-card p {
	margin-top: 16px;
}

.about3-feature {
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
	gap: 58px;
	align-items: center;
	padding: 34px 0;
}

.about3-feature + .about3-feature {
	margin-top: 42px;
	padding-top: 72px;
	border-top: 1px solid var(--about3-line);
}

.about3-feature-reverse {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.about3-feature-reverse .about3-feature-media {
	order: 2;
}

.about3-feature-media {
	aspect-ratio: 5 / 4;
}

.about3-feature-copy p {
	margin-top: 22px;
	max-width: 620px;
}

.about3-page .about3-cta {
	padding: 72px 0 86px;
	background: #2f2a24 !important;
	color: #fffaf2;
}

.about3-cta .about3-kicker,
.about3-cta h2 {
	color: #fffaf2;
}

.about3-cta-inner {
	display: flex;
	justify-content: space-between;
	gap: 36px;
	align-items: center;
}

.about3-cta .about3-actions {
	margin-top: 0;
	flex: 0 0 auto;
}

.about3-cta .about3-btn-primary {
	background: #fffaf2;
	border-color: #fffaf2;
	color: #2f2a24;
}

.about3-cta .about3-btn-primary:hover {
	background: #efe6d8;
	border-color: #efe6d8;
	color: #2f2a24;
}

.about3-cta .about3-btn-secondary {
	background: transparent;
	border-color: rgba(255, 250, 242, 0.34);
	color: #fffaf2;
}

.about3-cta .about3-btn-secondary:hover {
	background: rgba(255, 250, 242, 0.1);
	color: #fffaf2;
}

@media (max-width: 991px) {
	#top-header .top-contact-bar .row,
	#top-header .top-contact-bar .col-md-6.text-end {
		flex-wrap: wrap;
	}

	#top-header .top-contact-bar .col-md-6.text-end {
		justify-content: flex-start;
	}

	.about3-page .about3-hero {
		padding: 46px 0 64px;
	}

	.about3-hero-grid,
	.about3-feature,
	.about3-feature-reverse {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.about3-feature-reverse .about3-feature-media {
		order: initial;
	}

	.about3-card-grid {
		grid-template-columns: 1fr;
	}

	.about3-card {
		min-height: auto;
	}

	.about3-card span {
		margin-bottom: 28px;
	}

	.about3-section-head,
	.about3-cta-inner {
		display: block;
	}

	.about3-cta .about3-actions {
		margin-top: 30px;
	}
}

@media (max-width: 575px) {
	.about3-container {
		width: min(100% - 28px, 1160px);
	}

	.about3-hero h2 {
		font-size: 43px;
	}

	.about3-lede {
		font-size: 18px;
	}

	.about3-page .about3-section {
		padding: 62px 0;
	}

	.about3-btn {
		width: 100%;
	}
}
