.huizhi-gf,
.huizhi-gf * {
	box-sizing: border-box;
}

.huizhi-gf {
	--huizhi-gf-navy-950: #061723;
	--huizhi-gf-navy-900: #092838;
	--huizhi-gf-navy-800: #103b4d;
	--huizhi-gf-teal: #35c3bb;
	--huizhi-gf-orange: #f28a42;
	--huizhi-gf-paper: #fffdf8;
	--huizhi-gf-muted: #aebfc6;
	--huizhi-gf-line: rgba(255, 255, 255, 0.15);
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-top: 4px solid var(--huizhi-gf-orange);
	color: #fff;
	background:
		radial-gradient(circle at 92% 4%, rgba(53, 195, 187, 0.18), transparent 34rem),
		linear-gradient(135deg, var(--huizhi-gf-navy-950), var(--huizhi-gf-navy-900));
}

.huizhi-gf::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	opacity: 0.19;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 28px 28px;
}

.huizhi-gf__inner,
.huizhi-gf__bottom {
	position: relative;
	width: min(1360px, calc(100% - 48px));
	margin-inline: auto;
}

.huizhi-gf__inner {
	display: grid;
	grid-template-columns: minmax(245px, 0.78fr) minmax(330px, 1.02fr) minmax(470px, 1.55fr);
}

.huizhi-gf__brand,
.huizhi-gf__nav,
.huizhi-gf__inquiry {
	min-width: 0;
	padding-block: clamp(44px, 4vw, 58px);
}

.huizhi-gf__brand {
	padding-inline-end: clamp(24px, 3vw, 44px);
}

.huizhi-gf__nav,
.huizhi-gf__inquiry {
	border-inline-start: 1px solid var(--huizhi-gf-line);
	padding-inline: clamp(24px, 3vw, 48px);
}

.huizhi-gf__logo-link,
.huizhi-gf__wordmark {
	display: inline-flex;
	min-height: 68px;
	align-items: center;
	margin-bottom: 24px;
	border-radius: 10px;
	text-decoration: none;
}

.huizhi-gf__logo-link {
	max-width: 230px;
	padding: 10px 14px;
	background: rgba(255, 253, 248, 0.98);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
}

.huizhi-gf__logo-image {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 54px;
	object-fit: contain;
}

.huizhi-gf__wordmark {
	color: #fff;
	font-size: clamp(25px, 2vw, 34px);
	font-weight: 800;
	letter-spacing: -0.035em;
}

.huizhi-gf__company {
	max-width: 31ch;
	margin: 0 0 13px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.huizhi-gf__summary {
	max-width: 34ch;
	margin: 0 0 20px;
	color: #d0dde2;
	font-size: 14px;
	line-height: 1.7;
}

.huizhi-gf__proof {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 5px 9px;
	margin: 0 0 27px;
	padding: 8px 11px;
	border: 1px solid rgba(53, 195, 187, 0.33);
	border-radius: 7px;
	color: #d8fffb;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
	background: rgba(53, 195, 187, 0.08);
}

.huizhi-gf__contact,
.huizhi-gf__address {
	display: grid;
	gap: 5px;
	margin: 0;
	color: #d0dde2;
	font-size: 13px;
	font-style: normal;
	line-height: 1.6;
}

.huizhi-gf__address {
	margin-top: 18px;
}

.huizhi-gf__contact span,
.huizhi-gf__address span,
.huizhi-gf__nav h2,
.huizhi-gf__eyebrow {
	color: var(--huizhi-gf-teal);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.105em;
	line-height: 1.3;
	text-transform: uppercase;
}

.huizhi-gf__contact a {
	width: fit-content;
	color: #fff;
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.huizhi-gf__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
	gap: 34px;
}

.huizhi-gf__nav h2 {
	margin: 3px 0 23px;
	color: var(--huizhi-gf-orange);
}

.huizhi-gf__nav ul {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.huizhi-gf__nav li {
	margin: 0;
}

.huizhi-gf__nav a {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	color: #e4edf0;
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
}

.huizhi-gf__eyebrow {
	margin: 0 0 10px;
}

.huizhi-gf__inquiry > h2 {
	max-width: 24ch;
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 2.65vw, 40px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.huizhi-gf__lead {
	max-width: 58ch;
	margin: 13px 0 25px;
	color: #c4d2d8;
	font-size: 14px;
	line-height: 1.65;
}

.huizhi-gf__status {
	margin: 0 0 16px;
	padding: 11px 13px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.5;
}

.huizhi-gf__status--success {
	border: 1px solid rgba(53, 195, 187, 0.5);
	color: #dbfffc;
	background: rgba(53, 195, 187, 0.14);
}

.huizhi-gf__status--error {
	border: 1px solid rgba(255, 171, 112, 0.55);
	color: #fff3e9;
	background: rgba(242, 138, 66, 0.14);
}

.huizhi-gf__form {
	display: grid;
	gap: 12px;
}

.huizhi-gf__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.huizhi-gf__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.huizhi-gf__form label {
	min-width: 0;
	margin: 0;
}

.huizhi-gf__fields label,
.huizhi-gf__message,
.huizhi-gf__upload {
	display: grid;
	gap: 7px;
}

.huizhi-gf__fields label > span,
.huizhi-gf__message > span,
.huizhi-gf__upload > span {
	color: #dce7eb;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.35;
}

.huizhi-gf__form b {
	color: var(--huizhi-gf-orange);
	font-weight: inherit;
}

.huizhi-gf__form input:not([type="checkbox"], [type="file"], [type="hidden"]),
.huizhi-gf__form textarea {
	display: block;
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	outline: 0;
	color: #fff;
	font: inherit;
	font-size: 14px;
	line-height: 1.45;
	background: rgba(255, 255, 255, 0.045);
	box-shadow: none;
}

.huizhi-gf__form textarea {
	min-height: 96px;
	resize: vertical;
}

.huizhi-gf__form input::placeholder,
.huizhi-gf__form textarea::placeholder {
	color: #9eb0b8;
	opacity: 1;
}

.huizhi-gf__upload-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: end;
	gap: 6px;
	padding: 10px 14px;
	border: 1px dashed rgba(255, 255, 255, 0.32);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.035);
}

.huizhi-gf__upload input[type="file"] {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	color: #dce7eb;
	font-size: 12px;
}

.huizhi-gf__upload input[type="file"]::file-selector-button {
	min-height: 36px;
	margin-inline-end: 10px;
	padding: 8px 12px;
	border: 0;
	border-radius: 7px;
	color: #05222c;
	font-weight: 750;
	cursor: pointer;
	background: #d9f6f3;
}

.huizhi-gf__upload-row p {
	margin: 0;
	color: var(--huizhi-gf-muted);
	font-size: 11px;
	line-height: 1.45;
}

.huizhi-gf__consent {
	display: flex !important;
	align-items: flex-start;
	gap: 9px;
	color: #b9c8ce;
	font-size: 11px;
	line-height: 1.55;
}

.huizhi-gf__consent input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 1px 0 0;
	accent-color: var(--huizhi-gf-orange);
}

.huizhi-gf__consent a,
.huizhi-gf__actions a {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.5);
	text-underline-offset: 3px;
}

.huizhi-gf__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 20px;
	margin-top: 2px;
}

.huizhi-gf__actions button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 13px 23px;
	border: 0;
	border-radius: 999px;
	color: #10232c;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	background: var(--huizhi-gf-orange);
	box-shadow: 0 13px 30px rgba(242, 138, 66, 0.19);
}

.huizhi-gf__actions a {
	font-size: 12px;
	line-height: 1.45;
}

.huizhi-gf__bottom {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	border-top: 1px solid var(--huizhi-gf-line);
	color: #91a5ad;
	font-size: 12px;
	line-height: 1.5;
}

.huizhi-gf__bottom p {
	margin: 0;
}

.huizhi-gf__bottom > div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
}

.huizhi-gf__bottom a {
	color: #b5c4ca;
	text-decoration: none;
}

.huizhi-gf a,
.huizhi-gf button,
.huizhi-gf input,
.huizhi-gf textarea {
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.huizhi-gf a:hover {
	color: #72ddd6;
}

.huizhi-gf__actions button:hover {
	color: #10232c;
	background: #ff9e5b;
	transform: translateY(-2px);
}

.huizhi-gf__actions button:disabled {
	cursor: wait;
	opacity: 0.75;
	transform: none;
}

.huizhi-gf__form input:not([type="checkbox"], [type="file"], [type="hidden"]):focus,
.huizhi-gf__form textarea:focus {
	border-color: var(--huizhi-gf-teal);
	background: rgba(255, 255, 255, 0.08);
}

.huizhi-gf a:focus-visible,
.huizhi-gf button:focus-visible,
.huizhi-gf input:focus-visible,
.huizhi-gf textarea:focus-visible {
	outline: 3px solid #86eee7;
	outline-offset: 3px;
}

body.huizhi-global-footer-active #colophon {
	display: none;
}

html[dir="rtl"] .huizhi-gf {
	text-align: right;
}

html[dir="rtl"] .huizhi-gf__eyebrow,
html[dir="rtl"] .huizhi-gf__wordmark {
	letter-spacing: 0;
	text-transform: none;
}

@media (max-width: 1120px) {
	.huizhi-gf__inner {
		grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	}

	.huizhi-gf__inquiry {
		grid-column: 1 / -1;
		padding-inline: 0;
		border-top: 1px solid var(--huizhi-gf-line);
		border-inline-start: 0;
	}
}

@media (max-width: 767px) {
	body.huizhi-global-footer-active.huizhi-footer-in-view #ast-scroll-top {
		visibility: hidden;
		pointer-events: none;
	}

	.huizhi-gf__inner,
	.huizhi-gf__bottom {
		width: min(100% - 32px, 1360px);
	}

	.huizhi-gf__inner {
		display: block;
	}

	.huizhi-gf__brand,
	.huizhi-gf__nav,
	.huizhi-gf__inquiry {
		padding: 38px 0;
		border-inline-start: 0;
	}

	.huizhi-gf__nav,
	.huizhi-gf__inquiry {
		border-top: 1px solid var(--huizhi-gf-line);
	}

	.huizhi-gf__fields,
	.huizhi-gf__upload-row {
		grid-template-columns: 1fr;
	}

	.huizhi-gf__form input:not([type="checkbox"], [type="file"], [type="hidden"]),
	.huizhi-gf__form textarea {
		font-size: 16px;
	}

	.huizhi-gf__nav a {
		min-height: 44px;
	}

	.huizhi-gf__nav ul {
		gap: 4px;
	}

	.huizhi-gf__actions button {
		width: 100%;
	}

	.huizhi-gf__bottom {
		min-height: auto;
		flex-direction: column;
		align-items: flex-start;
		padding: 25px 0 29px;
	}
}

@media (max-width: 430px) {
	.huizhi-gf__nav {
		gap: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.huizhi-gf *,
	.huizhi-gf *::before,
	.huizhi-gf *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

@media (prefers-contrast: more) {
	.huizhi-gf__form input:not([type="checkbox"], [type="file"], [type="hidden"]),
	.huizhi-gf__form textarea,
	.huizhi-gf__upload-row {
		border-color: rgba(255, 255, 255, 0.75);
	}
}

@media (forced-colors: active) {
	.huizhi-gf,
	.huizhi-gf__proof,
	.huizhi-gf__upload-row,
	.huizhi-gf__form input,
	.huizhi-gf__form textarea,
	.huizhi-gf__actions button {
		forced-color-adjust: auto;
	}
}

@media print {
	.huizhi-gf__form,
	.huizhi-gf__eyebrow,
	.huizhi-gf__lead {
		display: none !important;
	}

	.huizhi-gf {
		border: 1px solid #555;
		color: #000;
		background: #fff;
	}

	.huizhi-gf * {
		color: #111 !important;
		background: transparent !important;
	}
}
