/* stylelint-disable no-descending-specificity */

.es-homepage--pc {
	--es-ink: #202527;
	--es-muted: #616b70;
	--es-line: #d9ddde;
	--es-orange: #ef4b18;
	--es-orange-dark: #c93b10;
	--es-green: #177553;
	--es-navy: #17384c;
	--es-warm: #f6f3ef;
	color: var(--es-ink);
	background: #fff;
	font-family: inherit;
}

.es-homepage--pc *,
.es-homepage--pc *::before,
.es-homepage--pc *::after {
	box-sizing: border-box;
}

.es-homepage--pc img {
	display: block;
	max-width: 100%;
}

.es-homepage--pc figure {
	margin: 0;
}

.es-homepage--pc h1,
.es-homepage--pc h2,
.es-homepage--pc h3,
.es-homepage--pc p {
	margin-top: 0;
}

.es-homepage--pc h1,
.es-homepage--pc h2,
.es-homepage--pc h3 {
	letter-spacing: 0;
	text-wrap: wrap;
}

.es-homepage--pc p {
	text-wrap: pretty;
}

.es-homepage--pc a {
	color: inherit;
}

.es-homepage--pc [hidden] {
	display: none !important;
}

.es-homepage--pc :focus-visible {
	outline: 3px solid rgba(239, 75, 24, 0.34);
	outline-offset: 3px;
}

.es-homepage--pc .es-shell {
	width: min(1400px, calc(100% - 120px));
	margin-inline: auto;
}

.es-homepage--pc .es-section {
	min-height: 620px;
	padding: 108px 0;
}

.es-homepage--pc .es-eyebrow,
.es-homepage--pc .es-location {
	margin: 0 0 10px;
	color: var(--es-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.es-homepage--pc .es-location {
	display: inline-flex;
	padding: 7px 10px;
	color: #fff;
	background: rgba(31, 37, 40, 0.78);
	letter-spacing: 0;
}

.es-homepage--pc h2 {
	max-width: 760px;
	margin-bottom: 18px;
	font-size: 43.2px;
	font-weight: 770;
	line-height: 1.08;
}

.es-homepage--pc h3 {
	font-weight: 700;
	line-height: 1.25;
}

.es-homepage--pc .es-lead,
.es-homepage--pc .es-section-heading > p,
.es-homepage--pc .es-qc__copy > p:not(.es-eyebrow, .es-note),
.es-homepage--pc .es-consolidation__copy > p:not(.es-eyebrow, .es-note),
.es-homepage--pc .es-restrictions__layout > div > p:not(.es-eyebrow, .es-note),
.es-homepage--pc .es-business__layout > div > p:not(.es-eyebrow, .es-note),
.es-homepage--pc .es-faq__grid > div > p:not(.es-eyebrow, .es-note),
.es-homepage--pc .es-cta__inner > div > p:not(.es-eyebrow, .es-note) {
	max-width: 68ch;
	color: var(--es-muted);
	font-size: 16px;
	line-height: 1.68;
}

.es-homepage--pc .es-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 750px) minmax(320px, 500px);
	justify-content: space-between;
	gap: 60px;
	align-items: end;
	margin-bottom: 45px;
}

.es-homepage--pc .es-section-heading > p {
	margin-bottom: 0;
	line-height: 1.65;
}

.es-homepage--pc .es-section-heading h2 {
	margin-bottom: 0;
}

.es-homepage--pc .es-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.es-homepage--pc .es-button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 800;
	cursor: pointer;
}

.es-homepage--pc .es-button--primary {
	color: #fff;
	background: var(--es-orange);
}

.es-homepage--pc .es-button--primary:hover {
	background: var(--es-orange-dark);
}

.es-homepage--pc .es-button--ghost {
	color: var(--es-ink);
	border-color: var(--es-ink);
	background: transparent;
}

.es-homepage--pc .es-button--dark {
	color: #fff;
	background: var(--es-ink);
}

.es-homepage--pc .es-button--light {
	color: var(--es-ink);
	background: #fff;
}

.es-homepage--pc .es-button--outline-light {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.8);
	background: transparent;
}

.es-homepage--pc .es-text-link {
	display: inline-flex;
	margin-top: 20px;
	color: var(--es-orange-dark);
	font-weight: 800;
	text-decoration: none;
}

.es-homepage--pc .es-note {
	color: var(--es-muted);
	font-size: 12px;
	line-height: 1.55;
}

.es-homepage--pc .es-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.es-homepage--pc .es-hero {
	min-height: 918px;
	padding: 0;
	background: #fffefc;
}

.es-homepage--pc .es-hero__grid {
	width: min(1600px, 100%);
	height: 575px;
	display: grid;
	grid-template-columns: minmax(0, 53fr) minmax(0, 47fr);
	margin-inline: auto;
}

.es-homepage--pc .es-hero__copy {
	position: relative;
	padding: 62px clamp(64px, 5vw, 84px) 42px clamp(32px, calc((100vw - 1320px) / 2), 76.8px);
	background: #fffefc;
}

.es-homepage--pc .es-hero h1 {
	max-width: none;
	margin: 0;
	font-size: min(52px, 3.71vw);
	font-weight: 780;
	line-height: 1.109;
}

.es-homepage--pc .es-hero h1 span {
	display: inline-block;
	color: var(--es-orange);
}

.es-homepage--pc .es-hero .es-lead {
	max-width: none;
	margin: 20px 0 0;
	font-size: 18px;
	line-height: 1.55;
}

.es-homepage--pc .es-hero__media {
	position: relative;
	height: 575px;
	overflow: hidden;
	background: #202527;
}

.es-homepage--pc .es-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.es-homepage--pc .es-hero__media figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 11px 14px;
	color: #fff;
	background: rgba(31, 37, 40, 0.84);
	font-size: 12px;
	font-weight: 800;
}

.es-homepage--pc .es-search {
	position: relative;
	z-index: 2;
	width: min(740px, calc(100% + 79px));
	margin-top: 31px;
	padding: 18px 20px 15px;
	border: 1px solid var(--es-line);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 14px 30px rgba(31, 37, 40, 0.08);
}

.es-homepage--pc .es-tabs {
	height: 36px;
	display: flex;
	gap: 26px;
	border-bottom: 1px solid var(--es-line);
}

.es-homepage--pc .es-tab {
	min-height: 36px;
	padding: 0 8px;
	border: 0;
	border-bottom: 3px solid transparent;
	color: var(--es-muted);
	background: transparent;
	font-weight: 800;
	cursor: pointer;
}

.es-homepage--pc .es-tab.is-active {
	color: var(--es-orange);
	border-bottom-color: var(--es-orange);
}

.es-homepage--pc .es-search__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 12px;
	margin-top: 14px;
}

.es-homepage--pc .es-search__input {
	min-height: 50px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	border: 1px solid #abb3b6;
}

.es-homepage--pc .es-search__input input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	color: var(--es-ink);
	background: transparent;
	font: inherit;
}

.es-homepage--pc .es-search__input input::placeholder {
	color: #5d666a;
	opacity: 1;
}

.es-homepage--pc .es-upload {
	min-height: 70px;
	display: grid;
	grid-column: 1;
	place-items: center;
	border: 1px dashed #abb3b6;
	background: #f8f8f7;
	cursor: pointer;
}

.es-homepage--pc .es-upload input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.es-homepage--pc .es-hint {
	margin: 10px 0 0;
	color: var(--es-muted);
	font-size: 12px;
}

.es-homepage--pc .es-marketplaces {
	height: 63px;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 15px 4px 0;
}

.es-homepage--pc .es-marketplaces > strong {
	margin-right: 6px;
	font-size: 12px;
}

.es-homepage--pc .es-marketplaces span {
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--es-muted);
	font-size: 10px;
}

.es-homepage--pc .es-marketplaces img {
	width: auto;
	max-width: 58px;
	height: 34px;
	object-fit: contain;
}

.es-homepage--pc .es-hero__routes {
	height: 343px;
	margin-top: 0;
}

.es-homepage--pc .es-quick__grid {
	height: 107px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 295px;
	gap: 26px;
	padding: 21px 0 12px;
}

.es-homepage--pc .es-quick__paths {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--es-line);
	background: #fff;
}

.es-homepage--pc .es-quick__item {
	min-width: 0;
	min-height: 74px;
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 12px 20px;
	border-right: 1px solid var(--es-line);
	text-decoration: none;
}

.es-homepage--pc .es-quick__paths .es-quick__item:last-child {
	border-right: 0;
}

.es-homepage--pc .es-quick__item.is-active {
	position: relative;
	color: var(--es-orange-dark);
	outline: 1px solid var(--es-orange);
	outline-offset: -1px;
}

.es-homepage--pc .es-quick__item strong,
.es-homepage--pc .es-quick__item small {
	display: block;
}

.es-homepage--pc .es-quick__item small {
	margin-top: 3px;
	color: var(--es-muted);
	font-size: 11px;
}

.es-homepage--pc .es-quick__item .ui-icon,
.es-homepage--pc .es-benefit-grid .ui-icon,
.es-homepage--pc .es-hero__facts .ui-icon {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentcolor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.es-homepage--pc .es-quick__item--support {
	grid-template-columns: 32px minmax(0, 1fr) 18px;
	padding-inline: 8px;
	border-right: 0;
}

.es-homepage--pc .es-quick__item--support > .ui-icon:first-child {
	width: 28px;
	height: 28px;
	color: var(--es-green);
}

.es-homepage--pc .es-quick__item--support > .ui-icon:last-child {
	width: 17px;
	height: 17px;
}

.es-homepage--pc .es-quick__item--support strong {
	color: var(--es-green);
}

.es-homepage--pc .es-benefit-grid {
	height: 112px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 0;
	background: #fff;
}

.es-homepage--pc .es-benefit-grid article {
	min-width: 0;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 20px 34px;
	border-right: 1px solid var(--es-line);
}

.es-homepage--pc .es-benefit-grid article:last-child {
	border-right: 0;
}

.es-homepage--pc .es-benefit-grid strong,
.es-homepage--pc .es-benefit-grid small {
	display: block;
}

.es-homepage--pc .es-benefit-grid .ui-icon {
	width: 22px;
	height: 22px;
	padding: 10px;
	box-sizing: content-box;
	border-radius: 50%;
	background: #f4f2ed;
}

.es-homepage--pc .es-benefit-grid small {
	margin-top: 4px;
	color: var(--es-muted);
	font-size: 11px;
}

.es-homepage--pc .es-hero__facts {
	height: 108px;
	display: grid;
	grid-template-columns: 1.47fr 1fr 1.67fr 0.83fr;
	margin-top: 16px;
	background: #faf8f3;
}

.es-homepage--pc .es-hero__facts > * {
	min-width: 0;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 16px;
	border-right: 1px solid var(--es-line);
	text-decoration: none;
}

.es-homepage--pc .es-hero__facts > *:last-child {
	border-right: 0;
}

.es-homepage--pc .es-hero__facts small,
.es-homepage--pc .es-hero__facts b {
	display: block;
	margin-top: 2px;
	color: var(--es-muted);
	font-size: 10px;
}

.es-homepage--pc .es-hero__coupon strong {
	color: var(--es-orange-dark);
	font-size: 18px;
}

.es-homepage--pc .es-hero__coupon {
	background: #f4e8dd;
}

.es-homepage--pc .es-payment {
	min-height: 826px;
	margin-top: 16px;
	padding: 98px 0 108px;
	background: #fff;
}

.es-homepage--pc .es-payment__layout {
	display: grid;
	grid-template-columns: minmax(0, 2.4fr) minmax(300px, 1fr);
	gap: 24px;
}

.es-homepage--pc .es-payment__stages {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.es-homepage--pc .es-payment__stages article {
	min-height: 430px;
	padding: 30px;
	border: 1px solid var(--es-line);
}

.es-homepage--pc .es-payment__stages article:last-child {
	color: #fff;
	border-color: var(--es-navy);
	background: var(--es-navy);
}

.es-homepage--pc .es-number {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 1px solid var(--es-orange);
	border-radius: 50%;
	color: var(--es-orange);
	font-weight: 900;
}

.es-homepage--pc .es-payment__stages h3 {
	margin: 18px 0 8px;
	font-size: 23px;
}

.es-homepage--pc .es-payment__stages article > p {
	min-height: 42px;
	margin-bottom: 0;
	color: var(--es-muted);
	font-size: 13px;
}

.es-homepage--pc .es-payment__stages article:last-child > p {
	color: #cfd9de;
}

.es-homepage--pc .es-payment__stages ul {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.es-homepage--pc .es-payment__stages li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid var(--es-line);
	font-size: 13px;
}

.es-homepage--pc .es-payment__stages article:last-child li {
	border-color: rgba(255, 255, 255, 0.2);
}

.es-homepage--pc .es-payment__example {
	min-height: 430px;
	padding: 30px;
	background: var(--es-warm);
}

.es-homepage--pc .es-payment__example h3 {
	margin: 8px 0 10px;
	font-size: 24px;
}

.es-homepage--pc .es-payment__example > p:not(.es-eyebrow) {
	color: var(--es-muted);
	font-size: 13px;
}

.es-homepage--pc .es-payment__example dl {
	margin: 18px 0 0;
}

.es-homepage--pc .es-payment__example dl div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 10px 0;
	border-bottom: 1px solid var(--es-line);
	font-size: 12px;
}

.es-homepage--pc .es-payment__example dd {
	margin: 0;
	font-weight: 800;
}

.es-homepage--pc .es-payment__example .is-total {
	font-weight: 800;
}

.es-homepage--pc .es-payment__example small {
	display: block;
	margin-top: 14px;
	color: var(--es-muted);
	line-height: 1.5;
}

.es-homepage--pc .es-payment__example .es-text-link {
	line-height: 18px;
}

.es-homepage--pc .es-process {
	min-height: 945.7px;
	background: var(--es-warm);
}

.es-homepage--pc .es-process__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(430px, 0.85fr);
	gap: 0;
}

.es-homepage--pc .es-process__visual {
	position: relative;
	height: 540px;
	overflow: hidden;
	background: #202527;
}

.es-homepage--pc .es-process__visual > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.es-homepage--pc .es-process__visual figcaption {
	position: absolute;
	inset: auto 0 0;
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 5px 16px;
	padding: 22px 24px;
	color: #fff;
	background: rgba(31, 37, 40, 0.9);
}

.es-homepage--pc .es-process__visual figcaption b {
	grid-row: 1 / 3;
	color: #ff9a70;
	font-size: 26px;
}

.es-homepage--pc .es-process__visual figcaption strong {
	font-size: 18px;
}

.es-homepage--pc .es-process__visual figcaption span {
	color: #dce2e4;
	font-size: 12px;
}

.es-homepage--pc .es-process__steps {
	display: grid;
	grid-template-rows: repeat(6, 1fr);
}

.es-homepage--pc .es-process-step {
	min-height: 84px;
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 14px;
	align-items: center;
	padding: 13px 18px;
	border: 0;
	border-bottom: 1px solid var(--es-line);
	text-align: left;
	background: #fff;
	cursor: pointer;
}

.es-homepage--pc .es-process-step.is-active {
	box-shadow: inset 4px 0 0 var(--es-orange);
	background: #fff7f3;
}

.es-homepage--pc .es-process-step > b {
	color: var(--es-orange);
}

.es-homepage--pc .es-process-step strong,
.es-homepage--pc .es-process-step small {
	display: block;
}

.es-homepage--pc .es-process-step small {
	margin-top: 3px;
	color: var(--es-muted);
	font-size: 11px;
	line-height: 1.4;
}

.es-homepage--pc .es-qc {
	min-height: 830px;
	background: #fff;
}

.es-homepage--pc .es-qc__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 58px;
	align-items: center;
}

.es-homepage--pc .es-qc__copy article {
	padding: 15px 0;
	border-bottom: 1px solid var(--es-line);
}

.es-homepage--pc .es-qc__copy article strong {
	display: block;
}

.es-homepage--pc .es-qc__copy article p {
	margin: 4px 0 0;
	color: var(--es-muted);
	font-size: 12px;
}

.es-homepage--pc .es-qc__copy .es-button {
	margin-top: 22px;
}

.es-homepage--pc .es-qc__gallery figure {
	position: relative;
	height: 430px;
	overflow: hidden;
	background: #eee;
}

.es-homepage--pc .es-qc__gallery figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.es-homepage--pc .es-qc__gallery figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 9px 12px;
	color: #fff;
	background: rgba(31, 37, 40, 0.82);
	font-size: 11px;
}

.es-homepage--pc .es-qc__gallery > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.es-homepage--pc .es-qc__gallery button {
	padding: 0;
	border: 2px solid transparent;
	background: none;
	cursor: pointer;
}

.es-homepage--pc .es-qc__gallery button.is-active {
	border-color: var(--es-orange);
}

.es-homepage--pc .es-qc__gallery button img {
	width: 100%;
	height: 90px;
	object-fit: cover;
}

.es-homepage--pc .es-consolidation {
	min-height: 776px;
	color: #fff;
	background: var(--es-navy);
}

.es-homepage--pc .es-consolidation__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 64px;
	align-items: center;
}

.es-homepage--pc .es-consolidation__media {
	position: relative;
	height: 560px;
	overflow: hidden;
}

.es-homepage--pc .es-consolidation__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.es-homepage--pc .es-consolidation__media figcaption {
	position: absolute;
	left: 18px;
	bottom: 18px;
	padding: 13px 16px;
	background: rgba(31, 37, 40, 0.86);
}

.es-homepage--pc .es-consolidation__media figcaption strong,
.es-homepage--pc .es-consolidation__media figcaption span {
	display: block;
}

.es-homepage--pc .es-consolidation__media figcaption span {
	color: #cfdbe0;
	font-size: 12px;
}

.es-homepage--pc .es-consolidation .es-eyebrow {
	color: #ff9d76;
}

.es-homepage--pc .es-consolidation h2 {
	color: #fff;
}

.es-homepage--pc .es-consolidation__copy > p {
	color: #d7e0e4;
}

.es-homepage--pc .es-compare-table {
	margin-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.es-homepage--pc .es-compare-table > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.es-homepage--pc .es-compare-table span,
.es-homepage--pc .es-compare-table strong {
	padding: 12px;
}

.es-homepage--pc .es-compare-table > div > :last-child {
	color: #ffb092;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.es-homepage--pc .es-consolidation .es-note {
	margin-top: 18px;
	color: #cbd7dc;
}

.es-homepage--pc .es-shipping {
	min-height: 1112.7px;
	background: var(--es-warm);
}

.es-homepage--pc .es-shipping__layout {
	display: grid;
	grid-template-columns: 550px minmax(0, 1fr);
	gap: 26px;
}

.es-homepage--pc .es-shipping__calculator {
	min-height: 580px;
	padding: 28px;
	border: 1px solid var(--es-line);
	background: #fff;
}

.es-homepage--pc .es-shipping__calculator h3 {
	margin: 8px 0 22px;
	font-size: 28px;
}

.es-homepage--pc .es-shipping__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.es-homepage--pc .es-shipping__fields label {
	min-height: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 12px;
	border: 1px solid var(--es-line);
}

.es-homepage--pc .es-shipping__fields label > span:first-child {
	color: var(--es-muted);
	font-size: 10px;
}

.es-homepage--pc .es-shipping__fields input {
	width: 70px;
	min-height: 32px;
	margin-top: 3px;
	border: 1px solid var(--es-line);
}

.es-homepage--pc .es-shipping__fields select {
	width: 100%;
	min-height: 32px;
	margin-top: 3px;
	border: 1px solid var(--es-line);
	color: var(--es-ink);
	background: #fff;
	font: inherit;
}

.es-homepage--pc .es-chips button {
	min-height: 36px;
	padding: 0 10px;
	border: 1px solid var(--es-line);
	color: var(--es-muted);
	background: #fff;
	cursor: pointer;
}

.es-homepage--pc .es-shipping__route-label {
	margin: 20px 0 7px;
	color: var(--es-muted);
	font-size: 11px;
}

.es-homepage--pc .es-routes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.es-homepage--pc .es-routes button {
	min-height: 82px;
	padding: 12px;
	border: 1px solid var(--es-line);
	text-align: left;
	background: #fff;
	cursor: pointer;
}

.es-homepage--pc .es-routes button.is-active {
	border-color: var(--es-orange);
	background: #fff7f3;
}

.es-homepage--pc .es-routes b,
.es-homepage--pc .es-routes span {
	display: block;
}

.es-homepage--pc .es-routes span {
	margin-top: 3px;
	color: var(--es-muted);
	font-size: 10px;
}

.es-homepage--pc .es-shipping__estimate {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
	color: #fff;
	background: var(--es-navy);
}

.es-homepage--pc .es-shipping__estimate > span {
	padding: 13px 16px;
}

.es-homepage--pc .es-shipping__estimate small,
.es-homepage--pc .es-shipping__estimate strong {
	display: block;
}

.es-homepage--pc .es-shipping__estimate small {
	color: #cdd9de;
	font-size: 9px;
}

.es-homepage--pc .es-shipping__estimate strong {
	margin-top: 3px;
	font-size: 18px;
}

.es-homepage--pc .es-shipping__calculator .es-note {
	margin: 15px 0 0;
}

.es-homepage--pc .es-shipping__media {
	position: relative;
	min-height: 580px;
	overflow: hidden;
}

.es-homepage--pc .es-shipping__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.es-homepage--pc .es-shipping__media figcaption {
	position: absolute;
	inset: auto 0 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	color: #fff;
	background: rgba(31, 37, 40, 0.84);
	font-size: 11px;
}

.es-homepage--pc .es-shipping__media figcaption > span {
	min-height: 78px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 11px 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.es-homepage--pc .es-shipping__media figcaption > span:last-child {
	border-right: 0;
}

.es-homepage--pc .es-shipping__media figcaption strong,
.es-homepage--pc .es-shipping__media figcaption small {
	display: block;
}

.es-homepage--pc .es-shipping__media figcaption small {
	margin-top: 5px;
	color: #dce2e4;
	font-size: 11px;
}

.es-homepage--pc .es-customs {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	align-items: center;
	margin-top: 18px;
	padding: 20px 24px;
	border: 1px solid var(--es-orange);
	background: #fff;
}

.es-homepage--pc .es-customs h3 {
	margin: 0 0 6px;
	font-size: 17px;
}

.es-homepage--pc .es-customs p {
	max-width: 104ch;
	margin: 0;
	color: var(--es-muted);
	font-size: 11px;
	line-height: 1.5;
}

.es-homepage--pc .es-customs .es-text-link {
	margin-top: 0;
	white-space: nowrap;
}

.es-homepage--pc .es-restrictions {
	min-height: 434.5px;
	padding: 85px 0;
	background: #fff;
}

.es-homepage--pc .es-restrictions__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 70px;
	align-items: center;
}

.es-homepage--pc .es-restrictions h2 {
	font-size: 38px;
}

.es-homepage--pc .es-restriction-legend {
	display: flex;
	gap: 18px;
	color: var(--es-muted);
	font-size: 10px;
}

.es-homepage--pc .es-restriction-legend span::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	margin-right: 6px;
	border-radius: 50%;
	background: var(--es-green);
}

.es-homepage--pc .es-restriction-legend span:nth-child(2)::before {
	background: #d39c21;
}

.es-homepage--pc .es-restriction-legend span:nth-child(3)::before {
	background: #be3b31;
}

.es-homepage--pc .es-restrictions form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.es-homepage--pc .es-restrictions input {
	min-width: 0;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--es-line);
	border-right: 0;
}

.es-homepage--pc .es-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 12px;
}

.es-homepage--pc .es-result {
	margin: 14px 0 0;
	color: var(--es-green);
	font-size: 11px;
}

.es-homepage--pc .es-business {
	min-height: 650px;
	padding: 0;
	color: #fff;
	background: var(--es-navy);
}

.es-homepage--pc .es-business__layout {
	width: 100%;
	max-width: none;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
}

.es-homepage--pc .es-business figure {
	min-height: 650px;
}

.es-homepage--pc .es-business figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.es-homepage--pc .es-business__layout > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px 8vw 70px 70px;
}

.es-homepage--pc .es-business h2 {
	color: #fff;
}

.es-homepage--pc .es-business__layout > div > p {
	color: #d6e0e4;
}

.es-homepage--pc .es-business ul {
	margin: 20px 0 26px;
	padding: 0;
	list-style: none;
}

.es-homepage--pc .es-business li {
	padding: 8px 0;
	color: #e4eaed;
}

.es-homepage--pc .es-business li::before {
	content: "✓";
	margin-right: 9px;
	color: #ff9a70;
	font-weight: 900;
}

.es-homepage--pc .es-business .es-button {
	align-self: flex-start;
}

.es-homepage--pc .es-case {
	min-height: 902.3px;
	background: #fff;
}

.es-homepage--pc .es-case__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
	gap: 42px;
	align-items: center;
}

.es-homepage--pc .es-case__images {
	position: relative;
	height: 510px;
	padding-right: 70px;
}

.es-homepage--pc .es-case__images img:first-child {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.es-homepage--pc .es-case__images img:last-child {
	position: absolute;
	right: 0;
	bottom: -18px;
	width: 230px;
	height: 190px;
	object-fit: cover;
	border: 8px solid #fff;
	box-shadow: 0 4px 8px rgba(31, 37, 40, 0.18);
}

.es-homepage--pc .es-case__order {
	min-height: 470px;
	border: 1px solid var(--es-line);
	background: #fff;
}

.es-homepage--pc .es-case__order header {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px;
	border-bottom: 1px solid var(--es-line);
}

.es-homepage--pc .es-case__order header small,
.es-homepage--pc .es-case__order header strong {
	display: block;
}

.es-homepage--pc .es-case__order header small {
	color: var(--es-muted);
}

.es-homepage--pc .es-case__order header b {
	align-self: flex-start;
	padding: 5px 8px;
	color: var(--es-green);
	background: #eaf5ef;
	font-size: 11px;
}

.es-homepage--pc .es-case__order dl {
	margin: 0;
	padding: 8px 22px;
}

.es-homepage--pc .es-case__order dl div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 0;
	border-bottom: 1px solid var(--es-line);
	font-size: 12px;
}

.es-homepage--pc .es-case__order dd {
	margin: 0;
	font-weight: 800;
}

.es-homepage--pc .es-case__order dl div:last-child dd {
	color: var(--es-orange-dark);
	font-size: 16px;
}

.es-homepage--pc .es-case__order ol {
	display: flex;
	justify-content: space-between;
	margin: 18px 22px 0;
	padding: 0;
	list-style: none;
}

.es-homepage--pc .es-case__order li {
	position: relative;
	flex: 1;
	text-align: center;
}

.es-homepage--pc .es-case__order li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--es-line);
}

.es-homepage--pc .es-case__order li:first-child::before {
	left: 50%;
	width: 50%;
}

.es-homepage--pc .es-case__order li:last-child::before {
	width: 50%;
}

.es-homepage--pc .es-case__order li span {
	position: relative;
	z-index: 1;
	width: 11px;
	height: 11px;
	display: block;
	margin: 0 auto 7px;
	border-radius: 50%;
	background: var(--es-green);
}

.es-homepage--pc .es-case__order li small {
	color: var(--es-muted);
	font-size: 9px;
}

.es-homepage--pc .es-case > .es-shell > .es-note {
	margin-top: 34px;
}

.es-homepage--pc .es-aftersales {
	min-height: 691px;
	padding: 20px 0 108px;
	background: transparent;
}

.es-homepage--pc .es-after-list {
	border-top: 1px solid var(--es-line);
}

.es-homepage--pc .es-after-list article {
	min-height: 132px;
	display: grid;
	grid-template-columns: 70px 400px minmax(0, 1fr) 40px;
	gap: 25px;
	align-items: center;
	border-bottom: 1px solid var(--es-line);
}

.es-homepage--pc .es-after-list .ui-icon {
	width: 25px;
	height: 25px;
	justify-self: end;
	fill: none;
	stroke: var(--es-orange);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.es-homepage--pc .es-after-list article > b {
	color: var(--es-orange);
}

.es-homepage--pc .es-after-list h3,
.es-homepage--pc .es-after-list p {
	margin: 0;
}

.es-homepage--pc .es-after-list p {
	color: var(--es-muted);
	font-size: 13px;
	line-height: 1.55;
}

.es-homepage--pc .es-faq {
	min-height: 754.2px;
	background: #fff;
}

.es-homepage--pc .es-faq__grid {
	display: grid;
	grid-template-columns: 380px minmax(0, 1fr);
	gap: 110px;
	align-items: start;
}

.es-homepage--pc .es-faq h2 {
	font-size: 42px;
}

.es-homepage--pc .es-faq__grid > div:first-child .es-button {
	margin-top: 18px;
}

.es-homepage--pc .es-faq details {
	padding: 20px 0;
	border-bottom: 1px solid var(--es-line);
}

.es-homepage--pc .es-faq details:first-child {
	border-top: 1px solid var(--es-line);
}

.es-homepage--pc .es-faq summary {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	cursor: pointer;
	list-style: none;
	font-weight: 800;
}

.es-homepage--pc .es-faq summary::-webkit-details-marker {
	display: none;
}

.es-homepage--pc .es-faq summary span {
	color: var(--es-orange);
	font-size: 20px;
	transition: transform 0.18s ease-out;
}

.es-homepage--pc .es-faq details[open] summary span {
	transform: rotate(45deg);
}

.es-homepage--pc .es-faq details p {
	margin: 14px 40px 0 0;
	color: var(--es-muted);
	font-size: 13px;
	line-height: 1.6;
}

.es-homepage--pc .es-cta {
	min-height: 506px;
	padding: 78px 0;
	color: #fff;
	background: var(--es-orange);
}

.es-homepage--pc .es-cta__inner {
	display: grid;
	grid-template-columns: 470px minmax(0, 1fr);
	gap: 72px;
	align-items: center;
}

.es-homepage--pc .es-cta .es-eyebrow {
	color: #fff;
}

.es-homepage--pc .es-cta h2 {
	color: #fff;
	font-size: 48px;
}

.es-homepage--pc .es-cta__inner > div > p:not(.es-eyebrow, .es-note) {
	max-width: 530px;
	margin-top: 20px;
	color: #ffe2d6;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.es-homepage--pc .es-cta figure {
	height: 350px;
	overflow: hidden;
}

.es-homepage--pc .es-cta__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1320px) {

	.es-homepage--pc .es-search {
		width: min(740px, calc(100% + 100px));
	}
}

@media (min-width: 1600px) {

	.es-homepage--pc .es-hero__grid {
		grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
	}

	.es-homepage--pc .es-search {
		width: 740px;
	}
}

@media (max-width: 1180px) {

	.es-homepage--pc .es-shell {
		width: min(100% - 64px, 1040px);
	}

	.es-homepage--pc .es-section-heading {
		grid-template-columns: 1.2fr 0.8fr;
		gap: 36px;
	}

	.es-homepage--pc .es-hero h1 {
		font-size: 50px;
	}

	.es-homepage--pc .es-hero__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.es-homepage--pc .es-hero__facts > :nth-child(2) {
		border-right: 0;
	}

	.es-homepage--pc .es-hero__facts > :nth-child(-n + 2) {
		border-bottom: 1px solid var(--es-line);
	}

	.es-homepage--pc .es-shipping__layout {
		grid-template-columns: 480px minmax(0, 1fr);
	}

	.es-homepage--pc .es-faq__grid {
		grid-template-columns: 330px minmax(0, 1fr);
		gap: 60px;
	}
}

@media (max-width: 900px) {

	.es-homepage--pc .es-shell {
		width: min(100% - 40px, 720px);
	}

	.es-homepage--pc .es-section {
		min-height: 0;
		padding: 72px 0;
	}

	.es-homepage--pc .es-hero__grid,
	.es-homepage--pc .es-section-heading,
	.es-homepage--pc .es-payment__layout,
	.es-homepage--pc .es-process__grid,
	.es-homepage--pc .es-qc__grid,
	.es-homepage--pc .es-consolidation__layout,
	.es-homepage--pc .es-shipping__layout,
	.es-homepage--pc .es-restrictions__layout,
	.es-homepage--pc .es-business__layout,
	.es-homepage--pc .es-case__layout,
	.es-homepage--pc .es-faq__grid,
	.es-homepage--pc .es-cta__inner {
		grid-template-columns: 1fr;
	}

	.es-homepage--pc .es-section-heading {
		align-items: start;
	}

	.es-homepage--pc .es-quick__grid,
	.es-homepage--pc .es-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.es-homepage--pc .es-hero__grid {
		gap: 30px;
	}

	.es-homepage--pc .es-hero__media {
		height: 360px;
	}

	.es-homepage--pc .es-payment__stages {
		grid-template-columns: 1fr;
	}

	.es-homepage--pc .es-process__steps {
		grid-template-rows: none;
	}

	.es-homepage--pc .es-consolidation__media,
	.es-homepage--pc .es-shipping__media {
		height: 460px;
		min-height: 0;
	}

	.es-homepage--pc .es-business figure {
		min-height: 480px;
	}

	.es-homepage--pc .es-business__layout > div {
		padding: 60px 40px;
	}

	.es-homepage--pc .es-after-list article {
		grid-template-columns: 50px 180px minmax(0, 1fr);
	}

	.es-homepage--pc .es-cta__inner {
		gap: 36px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.es-homepage--pc *,
	.es-homepage--pc *::before,
	.es-homepage--pc *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
