.ce-fast-quote {
	max-width: 860px;
	margin: 0 auto;
}

.ce-fast-quote-form {
	display: grid;
	gap: 20px;
}

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

.ce-fast-quote-form label,
.ce-fast-quote-form fieldset {
	display: grid;
	gap: 7px;
	margin: 0;
}

.ce-fast-quote-form input[type="text"],
.ce-fast-quote-form input[type="email"],
.ce-fast-quote-form input[type="tel"],
.ce-fast-quote-form input[type="number"],
.ce-fast-quote-form input[type="date"],
.ce-fast-quote-form input[type="file"],
.ce-fast-quote-form select,
.ce-fast-quote-form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
}

.ceq-address {
	padding: 20px;
	border: 1px solid #dce4e4;
	border-radius: 4px;
	background: #f7f9f9;
}

.ceq-address legend {
	padding: 0 8px;
	font-weight: 800;
}

.ceq-field-help {
	margin: 0 0 14px;
	color: #62696c;
	font-size: .92em;
	line-height: 1.55;
}

.ceq-address-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ceq-address-wide {
	grid-column: 1 / -1;
}

.ce-fast-quote-form textarea {
	min-height: 130px;
	resize: vertical;
}

.ceq-choice {
	display: block !important;
}

.ceq-choice input {
	margin-right: 7px;
}

.ce-fast-quote-product,
.ce-fast-quote-basket,
.ce-fast-quote-success,
.ce-fast-quote-error {
	margin: 0 0 22px;
	padding: 16px 18px;
	border-radius: 4px;
}

.ce-fast-quote-product {
	background: #f3f5f7;
}

.ce-fast-quote-basket {
	background: #f3f5f7;
}

.ce-fast-quote-basket ul {
	margin: 10px 0 0 20px;
}

.ce-fast-quote-basket small {
	display: block;
}

.ce-fast-quote-product span {
	display: block;
	font-size: .9em;
}

.ce-fast-quote-success {
	border-left: 4px solid #2e7d32;
	background: #edf7ed;
}

.ce-fast-quote-error {
	border-left: 4px solid #b3261e;
	background: #fff0f0;
}

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

.ceq-required,
.ce-fast-quote-form small {
	font-size: .9em;
	opacity: .78;
}

.ce-fast-quote-form span,
.ceq-required span {
	color: #b3261e;
}

.ce-fast-quote-form .ceq-asterisk-spacer {
	visibility: hidden;
}

.ce-fast-quote-button-wrap {
	margin-top: 14px;
}

.ce-fast-quote-loop-button {
	margin-left: 6px;
}

.ce-fast-quote-cart-button,
.ce-fast-quote-mini-cart-button {
	display: block;
	margin-top: 10px;
	text-align: center;
}

@media (max-width: 680px) {
	.ceq-grid,
	.ceq-address-grid {
		grid-template-columns: 1fr;
	}

	.ceq-address-wide {
		grid-column: auto;
	}
}

/* Branded contact page. */
.ce-contact-page {
	--ce-ink: #111315;
	--ce-soft-ink: #262a2d;
	--ce-brand: #13b8bc;
	--ce-brand-dark: #087f83;
	--ce-paper: #f4f7f7;
	--ce-line: #dce4e4;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--ce-ink);
	background: #fff;
}

.ce-contact-page * {
	box-sizing: border-box;
}

.ce-contact-inner {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.ce-contact-hero {
	position: relative;
	padding: 88px 0;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 85% 20%, rgba(19, 184, 188, .22), transparent 28%),
		linear-gradient(135deg, #0d0f10 0%, #171b1d 60%, #101213 100%);
}

.ce-contact-hero::after {
	position: absolute;
	right: -120px;
	bottom: -220px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .02);
	content: "";
}

.ce-contact-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: 76px;
	align-items: center;
}

.ce-contact-kicker {
	margin: 0 0 16px;
	color: var(--ce-brand);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ce-contact-hero h1 {
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(44px, 6.4vw, 84px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.045em;
}

.ce-contact-hero h1 span {
	color: var(--ce-brand);
}

.ce-contact-intro {
	max-width: 690px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 19px;
	line-height: 1.7;
}

.ce-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.ce-contact-actions a {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 23px;
	border: 1px solid var(--ce-brand);
	border-radius: 3px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, background .18s ease;
}

.ce-contact-actions a:hover {
	transform: translateY(-2px);
}

.ce-contact-primary {
	color: #071112 !important;
	background: var(--ce-brand);
}

.ce-contact-secondary {
	color: #fff !important;
	background: transparent;
}

.ce-contact-brand-card {
	position: relative;
	min-height: 430px;
	padding: 32px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 7px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
	box-shadow: 0 28px 60px rgba(0, 0, 0, .28);
}

.ce-contact-brand-card::before {
	position: absolute;
	top: 76px;
	right: -70px;
	width: 300px;
	height: 300px;
	border: 50px solid rgba(19, 184, 188, .1);
	border-radius: 50%;
	content: "";
}

.ce-contact-brand-topline {
	position: relative;
	z-index: 1;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	opacity: .62;
}

.ce-contact-brand-mark {
	position: relative;
	z-index: 1;
	margin: 35px 0 5px;
	color: var(--ce-brand);
	font-size: 110px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.09em;
}

.ce-contact-brand-title {
	position: relative;
	z-index: 1;
	margin-bottom: 34px;
	font-size: 24px;
	font-weight: 700;
}

.ce-contact-brand-options {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.ce-contact-brand-options span {
	padding: 11px 12px;
	border-left: 2px solid var(--ce-brand);
	color: rgba(255, 255, 255, .78);
	background: rgba(0, 0, 0, .24);
	font-size: 13px;
}

.ce-contact-details {
	position: relative;
	z-index: 2;
	background: var(--ce-brand);
}

.ce-contact-details-grid {
	display: grid;
	grid-template-columns: .8fr 1.1fr 1.3fr;
}

.ce-contact-details-grid > div {
	min-width: 0;
	padding: 28px 34px;
	border-right: 1px solid rgba(0, 0, 0, .13);
}

.ce-contact-details-grid > div:first-child {
	padding-left: 0;
}

.ce-contact-details-grid > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.ce-contact-detail-label {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ce-contact-details a,
.ce-contact-details strong {
	display: block;
	color: #081314;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	text-decoration: none;
	word-break: break-word;
}

.ce-contact-details-grid > div:first-child a {
	color: #000 !important;
	font-weight: 900 !important;
}

.ce-contact-details small {
	display: block;
	margin-top: 5px;
	color: rgba(0, 0, 0, .66);
}

.ce-contact-process {
	padding: 82px 0;
	background: #fff;
}

.ce-contact-section-heading {
	max-width: 720px;
	margin-bottom: 40px;
}

.ce-contact-section-heading h2,
.ce-contact-quote-copy h2 {
	margin: 0 0 14px;
	color: var(--ce-ink);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: -.035em;
}

.ce-contact-section-heading > p:last-child,
.ce-contact-quote-copy > p {
	font-size: 17px;
	line-height: 1.7;
}

.ce-contact-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.ce-contact-steps > div {
	padding: 28px;
	border: 1px solid var(--ce-line);
	border-radius: 5px;
	background: var(--ce-paper);
}

.ce-contact-steps span {
	display: block;
	margin-bottom: 34px;
	color: var(--ce-brand-dark);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: .04em;
}

.ce-contact-steps strong {
	display: block;
	margin-bottom: 9px;
	font-size: 18px;
}

.ce-contact-steps p {
	margin: 0;
	color: #62696c;
	line-height: 1.65;
}

.ce-contact-quote {
	padding: 86px 0 96px;
	border-top: 1px solid var(--ce-line);
	background: var(--ce-paper);
}

.ce-contact-quote-grid {
	display: grid;
	grid-template-columns: minmax(260px, .66fr) minmax(0, 1.34fr);
	gap: 64px;
	align-items: start;
}

.ce-contact-quote-copy {
	position: sticky;
	top: 32px;
}

.ce-contact-note {
	margin-top: 25px;
	padding: 18px 20px;
	border-left: 3px solid var(--ce-brand);
	background: #fff;
	line-height: 1.65;
}

.ce-contact-form-card {
	padding: 34px;
	border: 1px solid var(--ce-line);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 20px 45px rgba(18, 34, 35, .08);
}

.ce-contact-form-card .ce-fast-quote {
	max-width: none;
}

.ce-contact-form-card .ce-fast-quote-form input,
.ce-contact-form-card .ce-fast-quote-form textarea {
	border: 1px solid #cfd8d8;
	border-radius: 3px;
	background: #fff;
}

.ce-contact-form-card .ce-fast-quote-form input:focus,
.ce-contact-form-card .ce-fast-quote-form textarea:focus {
	border-color: var(--ce-brand-dark);
	outline: 2px solid rgba(19, 184, 188, .16);
}

.ce-contact-form-card .ce-fast-quote-form button {
	min-height: 52px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	background: var(--ce-ink);
	font-weight: 800;
}

@media (max-width: 920px) {
	.ce-contact-hero-grid,
	.ce-contact-quote-grid {
		grid-template-columns: 1fr;
	}

	.ce-contact-hero-grid {
		gap: 42px;
	}

	.ce-contact-brand-card {
		min-height: 360px;
	}

	.ce-contact-details-grid {
		grid-template-columns: 1fr;
	}

	.ce-contact-details-grid > div,
	.ce-contact-details-grid > div:first-child,
	.ce-contact-details-grid > div:last-child {
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .13);
	}

	.ce-contact-details-grid > div:last-child {
		border-bottom: 0;
	}

	.ce-contact-quote-copy {
		position: static;
	}
}

@media (max-width: 680px) {
	.ce-contact-inner {
		width: calc(100% - 30px);
		max-width: 1180px;
	}

	.ce-contact-hero {
		padding: 58px 0;
	}

	.ce-contact-hero-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ce-contact-intro {
		font-size: 17px;
	}

	.ce-contact-actions {
		flex-direction: column;
	}

	.ce-contact-actions a {
		width: 100%;
	}

	.ce-contact-brand-card {
		min-height: 330px;
		padding: 24px;
	}

	.ce-contact-brand-mark {
		font-size: 88px;
	}

	.ce-contact-brand-options,
	.ce-contact-steps {
		grid-template-columns: 1fr;
	}

	.ce-contact-process,
	.ce-contact-quote {
		padding: 58px 0;
	}

	.ce-contact-form-card {
		padding: 20px 16px;
	}
}
