.pt-homepage--pc {
	--pt-navy: #0b2852;
	--pt-orange: #f04412;
	--pt-orange-dark: #d93a0d;
	--pt-warm: #faf8f5;
	--pt-line: #dde1e6;
	--pt-muted: #667085;
	--pt-green: #648b3c;
	--pt-green-bg: #e4edd8;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	color: var(--pt-navy);
	font-family: Manrope, "Avenir Next", "Segoe UI", Arial, sans-serif;
	line-height: normal;
	font-synthesis: none;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}

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

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

.pt-homepage--pc main {
	width: 100%;
}

.pt-homepage--pc h1,
.pt-homepage--pc h2,
.pt-homepage--pc h3,
.pt-homepage--pc p,
.pt-homepage--pc figure {
	margin: 0;
}

.pt-homepage--pc h1,
.pt-homepage--pc h2,
.pt-homepage--pc h3 {
	color: inherit;
	text-wrap: balance;
}

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

.pt-homepage--pc button,
.pt-homepage--pc input,
.pt-homepage--pc select,
.pt-homepage--pc textarea {
	font: inherit;
}

.pt-homepage--pc button {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.pt-homepage--pc a {
	color: inherit;
	text-decoration: none;
}

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

.pt-homepage--pc .ui-icon {
	width: 18px;
	height: 18px;
	flex: none;
}

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

.pt-homepage--pc .pt-pc-frame {
	width: min(1480px, calc(100% - 48px));
	margin-inline: auto;
}

.pt-homepage--pc .pt-pc-eyebrow {
	margin-bottom: 9px;
	color: var(--pt-orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.pt-homepage--pc .pt-pc-primary,
.pt-homepage--pc .pt-pc-outline {
	min-height: 44px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 800;
}

.pt-homepage--pc .pt-pc-primary {
	padding-inline: 20px;
	background: var(--pt-orange);
	color: #fff;
	transition: background-color 160ms ease, transform 160ms ease;
}

.pt-homepage--pc .pt-pc-outline {
	border: 1px solid var(--pt-navy);
	padding-inline: 16px;
}

.pt-homepage--pc .pt-pc-hero {
	min-height: 470px;
	border-inline: 1px solid var(--pt-line);
	display: grid;
	grid-template-columns: minmax(390px, 34%) minmax(490px, 45%) minmax(255px, 21%);
}

.pt-homepage--pc .pt-pc-hero__copy {
	min-width: 0;
	padding: 25px 18px 14px 6px;
}

.pt-homepage--pc .pt-pc-hero h1 {
	max-width: 600px;
	font-size: clamp(42px, 3.2vw, 55px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 0.99;
}

.pt-homepage--pc .pt-pc-hero__points {
	margin: 14px 0 15px;
	padding: 0;
	display: grid;
	gap: 5px;
	color: #31445e;
	font-size: 13px;
	list-style: none;
}

.pt-homepage--pc .pt-pc-hero__points li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	line-height: 1.35;
}

.pt-homepage--pc .pt-pc-hero__points .ui-icon {
	width: 15px;
	height: 15px;
	margin-top: 1px;
	color: var(--pt-green);
}

.pt-homepage--pc .pt-pc-hero__photo {
	min-width: 0;
	border-inline: 1px solid var(--pt-line);
	overflow: hidden;
}

.pt-homepage--pc .pt-pc-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 54% center;
}

.pt-homepage--pc .pt-pc-quote {
	border: 1px solid var(--pt-line);
	border-radius: 8px;
	padding: 12px 13px;
	background: #fff;
}

.pt-homepage--pc .pt-pc-quote h2 {
	margin-bottom: 7px;
	font-size: 18px;
}

.pt-homepage--pc .pt-pc-quote__tabs {
	margin-bottom: 8px;
	border-bottom: 1px solid var(--pt-line);
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 1.1fr;
}

.pt-homepage--pc .pt-pc-quote__tabs button {
	min-width: 0;
	min-height: 35px;
	border-bottom: 2px solid transparent;
	padding-inline: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

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

.pt-homepage--pc .pt-pc-quote__tabs .ui-icon {
	width: 16px;
	height: 16px;
}

.pt-homepage--pc .pt-pc-quote__input,
.pt-homepage--pc .pt-pc-quote__upload {
	width: 100%;
	min-height: 42px;
	border: 1px solid var(--pt-line);
	border-radius: 5px;
	padding-inline: 12px;
	display: flex;
	align-items: center;
	gap: 9px;
	color: #7c8798;
}

.pt-homepage--pc [data-search-input-icon],
.pt-homepage--pc [data-search-mode-icon] {
	display: grid;
	place-items: center;
}

.pt-homepage--pc .pt-pc-quote__input:focus-within,
.pt-homepage--pc .pt-pc-quote__upload:focus-within {
	border-color: var(--pt-orange);
	box-shadow: 0 0 0 3px rgb(240 68 18 / 8%);
}

.pt-homepage--pc .pt-pc-quote__input.is-invalid,
.pt-homepage--pc .pt-pc-quote__upload.is-invalid {
	border-color: #c62828;
	box-shadow: 0 0 0 3px rgb(198 40 40 / 8%);
}

.pt-homepage--pc .pt-pc-quote__input input,
.pt-homepage--pc .pt-pc-quote__upload input {
	min-width: 0;
	border: 0;
	outline: 0;
	color: var(--pt-navy);
	font-size: 12px;
}

.pt-homepage--pc .pt-pc-quote__input input {
	width: 100%;
}

.pt-homepage--pc .pt-pc-quote__input input::placeholder {
	color: #697487;
	opacity: 1;
}

.pt-homepage--pc .pt-pc-quote__upload {
	cursor: pointer;
}

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

.pt-homepage--pc .pt-pc-quote__upload span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pt-homepage--pc .pt-pc-quote__upload.is-ready {
	border-color: var(--pt-green);
	color: var(--pt-green);
}

.pt-homepage--pc .pt-pc-quote__actions {
	margin-top: 8px;
	display: grid;
	grid-template-columns: 84px 72px minmax(140px, 1fr);
	gap: 8px;
}

.pt-homepage--pc .pt-pc-quantity,
.pt-homepage--pc .pt-pc-currency {
	height: 40px;
	border: 1px solid var(--pt-line);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
}

.pt-homepage--pc .pt-pc-quantity button {
	width: 27px;
	height: 100%;
	display: grid;
	place-items: center;
}

.pt-homepage--pc .pt-pc-quantity button .ui-icon {
	width: 12px;
	height: 12px;
}

.pt-homepage--pc .pt-pc-quantity strong {
	flex: 1;
	text-align: center;
}

.pt-homepage--pc .pt-pc-quantity button:disabled {
	color: #aeb5bf;
	cursor: not-allowed;
}

.pt-homepage--pc .pt-pc-currency {
	gap: 4px;
	white-space: nowrap;
}

.pt-homepage--pc .pt-pc-currency .ui-icon {
	width: 13px;
}

.pt-homepage--pc .pt-pc-quote__actions .pt-pc-primary {
	min-height: 40px;
	padding-inline: 10px;
	font-size: 13px;
}

.pt-homepage--pc .pt-pc-search-status {
	margin-top: 8px;
	font-size: 10px;
}

.pt-homepage--pc .pt-pc-micro-trust {
	margin-top: 9px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: var(--pt-muted);
	font-size: 10px;
}

.pt-homepage--pc .pt-pc-micro-trust span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.pt-homepage--pc .pt-pc-micro-trust .ui-icon {
	width: 14px;
	height: 14px;
}

.pt-homepage--pc .pt-pc-payment {
	min-width: 0;
	padding: 14px 11px 10px;
	background: var(--pt-warm);
}

.pt-homepage--pc .pt-pc-payment > header {
	margin-bottom: 5px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

.pt-homepage--pc .pt-pc-payment > header div {
	display: grid;
	gap: 1px;
}

.pt-homepage--pc .pt-pc-payment > header strong {
	font-size: 16px;
}

.pt-homepage--pc .pt-pc-payment > header span {
	font-size: 12px;
	font-weight: 700;
}

.pt-homepage--pc .pt-pc-payment > header small {
	color: var(--pt-muted);
	font-size: 9px;
}

.pt-homepage--pc .pt-pc-payment__row {
	width: 100%;
	min-height: 50px;
	margin-top: 5px;
	border: 1px solid var(--pt-line);
	border-radius: 6px;
	padding: 6px;
	display: grid;
	grid-template-columns: 25px minmax(0, 1fr) auto 15px;
	align-items: center;
	gap: 6px;
	background: #fff;
	text-align: left;
}

.pt-homepage--pc .pt-pc-payment__row > span:nth-child(2) {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.pt-homepage--pc .pt-pc-payment__row b {
	font-size: 11px;
}

.pt-homepage--pc .pt-pc-payment__row small {
	color: var(--pt-muted);
	font-size: 9px;
}

.pt-homepage--pc .pt-pc-payment__row > strong {
	color: var(--pt-orange);
	font-size: 11px;
	white-space: nowrap;
}

.pt-homepage--pc .pt-pc-payment__row > .ui-icon {
	width: 15px;
	transition: transform 180ms ease;
}

.pt-homepage--pc .pt-pc-payment__row[aria-expanded="false"] > .ui-icon {
	transform: rotate(180deg);
}

.pt-homepage--pc .pt-pc-payment__number {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.pt-homepage--pc .pt-pc-payment__number.is-orange {
	background: var(--pt-orange);
}

.pt-homepage--pc .pt-pc-payment__number.is-navy {
	background: var(--pt-navy);
}

.pt-homepage--pc .pt-pc-payment__detail {
	margin: -5px 4px 5px;
	border: 1px solid var(--pt-line);
	border-top: 0;
	padding: 9px 7px 6px;
	display: grid;
	gap: 3px;
	background: #fff;
	font-size: 9px;
}

.pt-homepage--pc .pt-pc-payment__detail span {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.pt-homepage--pc .pt-pc-warehouse {
	margin-top: 6px;
	border: 1px solid var(--pt-line);
	border-radius: 6px;
	padding: 8px;
	background: #fff;
}

.pt-homepage--pc .pt-pc-warehouse > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 7px;
	font-size: 12px;
}

.pt-homepage--pc .pt-pc-warehouse > div span {
	width: fit-content;
	border-radius: 4px;
	padding: 4px 7px;
	background: var(--pt-green-bg);
	color: #456326;
	font-size: 9px;
	font-weight: 800;
}

.pt-homepage--pc .pt-pc-warehouse p {
	margin-top: 4px;
	display: grid;
	grid-template-columns: 18px 1fr auto;
	align-items: center;
	gap: 5px;
	color: var(--pt-muted);
	font-size: 9px;
}

.pt-homepage--pc .pt-pc-warehouse p b {
	color: var(--pt-navy);
}

.pt-homepage--pc .pt-pc-warehouse > small {
	display: block;
	margin-top: 5px;
	color: #7d8795;
	font-size: 8px;
}

.pt-homepage--pc .pt-pc-tax-note {
	margin-top: 6px;
	padding: 7px;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	background: #fff8f2;
	color: #526071;
	font-size: 9px;
	line-height: 1.3;
}

.pt-homepage--pc .pt-pc-tax-note .ui-icon {
	width: 14px;
	height: 14px;
}

.pt-homepage--pc .pt-pc-process {
	min-height: 104px;
	margin-block: 6px;
	border: 1px solid var(--pt-line);
	display: grid;
	grid-template-columns: 1.05fr repeat(4, 1fr) 1.15fr;
	align-items: stretch;
	background: #fff;
}

.pt-homepage--pc .pt-pc-process__title {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pt-homepage--pc .pt-pc-process__title h2 {
	font-size: 20px;
}

.pt-homepage--pc .pt-pc-process__title a {
	margin-top: 9px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 10px;
	text-decoration: underline;
}

.pt-homepage--pc .pt-pc-process__step {
	padding: 8px 10px;
	border-left: 1px solid var(--pt-line);
	display: grid;
	grid-template-columns: 28px 1fr;
	grid-template-rows: 28px auto;
	align-content: center;
	column-gap: 6px;
}

.pt-homepage--pc .pt-pc-process__step > span {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #f2f4f7;
	font-size: 10px;
	font-weight: 900;
}

.pt-homepage--pc .pt-pc-process__step > .ui-icon {
	width: 22px;
	height: 22px;
}

.pt-homepage--pc .pt-pc-process__step div {
	grid-column: 1 / -1;
	display: grid;
	gap: 4px;
}

.pt-homepage--pc .pt-pc-process__step b {
	font-size: 11px;
	line-height: 1.2;
}

.pt-homepage--pc .pt-pc-process__step small {
	color: var(--pt-muted);
	font-size: 9px;
	line-height: 1.3;
}

.pt-homepage--pc .pt-pc-process__photo {
	min-width: 0;
	border-left: 1px solid var(--pt-line);
	position: relative;
	overflow: hidden;
}

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

.pt-homepage--pc .pt-pc-process__photo figcaption {
	position: absolute;
	inset: auto 0 0;
	padding: 7px 9px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgb(11 40 82 / 90%);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
}

.pt-homepage--pc .pt-pc-operations {
	padding-bottom: 10px;
	display: grid;
	grid-template-columns: minmax(430px, 42%) 1fr;
	gap: 12px;
}

.pt-homepage--pc .pt-pc-estimator,
.pt-homepage--pc .pt-pc-orders {
	min-width: 0;
	border: 1px solid var(--pt-line);
	padding: 10px;
}

.pt-homepage--pc .pt-pc-estimator > header,
.pt-homepage--pc .pt-pc-orders > header {
	margin-bottom: 6px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.pt-homepage--pc .pt-pc-estimator > header h2,
.pt-homepage--pc .pt-pc-orders > header h2 {
	font-size: 18px;
}

.pt-homepage--pc .pt-pc-estimator > header > .ui-icon {
	width: 28px;
	height: 28px;
}

.pt-homepage--pc .pt-pc-orders > header > span {
	color: var(--pt-muted);
	font-size: 10px;
}

.pt-homepage--pc .pt-pc-destinations {
	border-bottom: 1px solid var(--pt-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pt-homepage--pc .pt-pc-destinations button {
	min-height: 30px;
	border-bottom: 2px solid transparent;
	font-size: 10px;
	font-weight: 700;
}

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

.pt-homepage--pc .pt-pc-estimator__fields {
	margin-top: 6px;
	display: grid;
	grid-template-columns: 0.7fr 1.25fr 0.85fr;
	gap: 8px;
}

.pt-homepage--pc .pt-pc-estimator__fields label {
	min-width: 0;
	display: grid;
	gap: 6px;
	color: var(--pt-muted);
	font-size: 10px;
	font-weight: 700;
}

.pt-homepage--pc .pt-pc-estimator__fields label > span:last-child {
	position: relative;
}

.pt-homepage--pc .pt-pc-estimator__fields input,
.pt-homepage--pc .pt-pc-estimator__fields select {
	width: 100%;
	min-width: 0;
	height: 34px;
	border: 1px solid var(--pt-line);
	border-radius: 5px;
	padding-inline: 9px;
	background: #fff;
	color: var(--pt-navy);
	outline: 0;
}

.pt-homepage--pc .pt-pc-estimator__fields label:first-child input {
	padding-right: 34px;
}

.pt-homepage--pc .pt-pc-estimator__fields label:first-child b {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 10px;
}

.pt-homepage--pc .pt-pc-estimator__fields [data-shipping-weight-field].is-invalid input {
	border-color: #c62828;
	box-shadow: 0 0 0 3px rgb(198 40 40 / 8%);
}

.pt-homepage--pc .pt-pc-estimator__result {
	margin-top: 6px;
	border-top: 1px solid var(--pt-line);
	padding-top: 6px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.pt-homepage--pc .pt-pc-estimator__result span {
	display: grid;
	gap: 5px;
}

.pt-homepage--pc .pt-pc-estimator__result span:last-child {
	text-align: right;
}

.pt-homepage--pc .pt-pc-estimator__result small {
	color: var(--pt-muted);
	font-size: 10px;
}

.pt-homepage--pc .pt-pc-estimator__result strong {
	font-size: 18px;
}

.pt-homepage--pc .pt-pc-estimator__result [data-shipping-price] {
	color: var(--pt-orange);
	font-size: 24px;
}

.pt-homepage--pc .pt-pc-fine-print {
	margin-top: 6px;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	color: var(--pt-muted);
	font-size: 9px;
	line-height: 1.35;
}

.pt-homepage--pc .pt-pc-fine-print .ui-icon {
	width: 14px;
	height: 14px;
}

.pt-homepage--pc .pt-pc-orders {
	display: flex;
	flex-direction: column;
}

.pt-homepage--pc .pt-pc-orders__table {
	border-block: 1px solid var(--pt-line);
	overflow-x: auto;
}

.pt-homepage--pc .pt-pc-orders table {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
}

.pt-homepage--pc .pt-pc-orders th,
.pt-homepage--pc .pt-pc-orders td {
	padding: 6px 7px;
	text-align: left;
	white-space: nowrap;
}

.pt-homepage--pc .pt-pc-orders th {
	color: var(--pt-muted);
	font-size: 9px;
	font-weight: 800;
}

.pt-homepage--pc .pt-pc-orders tbody tr + tr {
	border-top: 1px solid #eceeed;
}

.pt-homepage--pc .pt-pc-order-status {
	border-radius: 4px;
	padding: 4px 7px;
	display: inline-flex;
	background: var(--pt-green-bg);
	color: #456326;
	font-size: 9px;
	font-weight: 800;
}

.pt-homepage--pc .pt-pc-order-status.is-transit {
	background: #e6eef8;
	color: #315f91;
}

.pt-homepage--pc .pt-pc-orders > a {
	margin-top: auto;
	padding-top: 8px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 10px;
	text-decoration: underline;
}

.pt-homepage--pc .pt-pc-personas {
	margin-bottom: 28px;
	border: 1px solid var(--pt-line);
}

.pt-homepage--pc .pt-pc-personas__tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pt-homepage--pc .pt-pc-personas__tabs button {
	min-width: 0;
	min-height: 90px;
	border-bottom: 3px solid transparent;
	padding: 16px 20px;
	display: grid;
	grid-template-columns: 34px 1fr 24px;
	align-items: center;
	gap: 12px;
	text-align: left;
}

.pt-homepage--pc .pt-pc-personas__tabs button + button {
	border-left: 1px solid var(--pt-line);
}

.pt-homepage--pc .pt-pc-personas__tabs button.is-active {
	border-bottom-color: var(--pt-orange);
	background: #fff8f3;
}

.pt-homepage--pc .pt-pc-personas__tabs button > span {
	min-width: 0;
	display: grid;
	gap: 4px;
}

.pt-homepage--pc .pt-pc-personas__tabs button > .ui-icon:first-child {
	width: 25px;
	height: 25px;
}

.pt-homepage--pc .pt-pc-personas__tabs b {
	font-size: 15px;
}

.pt-homepage--pc .pt-pc-personas__tabs small {
	color: var(--pt-muted);
	font-size: 10px;
}

.pt-homepage--pc .pt-pc-personas__action {
	min-height: 64px;
	border-top: 1px solid var(--pt-line);
	padding: 10px 18px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	background: var(--pt-warm);
	font-size: 12px;
}

.pt-homepage--pc .pt-pc-marketplaces {
	border-block: 1px solid var(--pt-line);
	background: #fff;
}

.pt-homepage--pc .pt-pc-marketplaces__inner {
	min-height: 72px;
	display: grid;
	grid-template-columns: 190px 1fr 330px;
	align-items: center;
	gap: 24px;
}

.pt-homepage--pc .pt-pc-marketplaces__intro {
	display: grid;
	font-size: 12px;
	line-height: 1.4;
}

.pt-homepage--pc .pt-pc-marketplaces__logos {
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: center;
}

.pt-homepage--pc .pt-pc-marketplaces__logos img {
	width: 100%;
	max-width: 92px;
	height: 50px;
	border-right: 1px solid var(--pt-line);
	padding-right: 14px;
	justify-self: center;
	object-fit: contain;
}

.pt-homepage--pc .pt-pc-marketplaces__logos img:last-child {
	border-right: 0;
}

.pt-homepage--pc .pt-pc-coupon {
	min-height: 58px;
	border-left: 1px solid var(--pt-line);
	padding: 9px 14px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--pt-orange);
}

.pt-homepage--pc .pt-pc-coupon > .ui-icon {
	width: 28px;
	height: 28px;
}

.pt-homepage--pc .pt-pc-coupon span {
	display: grid;
	gap: 3px;
}

.pt-homepage--pc .pt-pc-coupon strong {
	font-size: 14px;
}

.pt-homepage--pc .pt-pc-coupon small {
	color: var(--pt-muted);
	font-size: 10px;
}

.pt-homepage--pc .pt-pc-proof {
	border-block: 1px solid #ece9e3;
	padding-block: 58px;
	background: var(--pt-warm);
}

.pt-homepage--pc .pt-pc-proof__heading {
	margin-bottom: 25px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: end;
	gap: 50px;
}

.pt-homepage--pc .pt-pc-proof__heading h2 {
	font-size: 36px;
}

.pt-homepage--pc .pt-pc-proof__heading > p {
	max-width: 640px;
	color: var(--pt-muted);
	line-height: 1.6;
}

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

.pt-homepage--pc .pt-pc-proof__grid article {
	min-height: 330px;
	border: 1px solid var(--pt-line);
	display: grid;
	grid-template-columns: 57% 43%;
	background: #fff;
}

.pt-homepage--pc .pt-pc-proof__grid article.is-reverse {
	grid-template-columns: 52% 48%;
}

.pt-homepage--pc .pt-pc-proof__grid figure {
	min-width: 0;
	overflow: hidden;
}

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

.pt-homepage--pc .pt-pc-proof__grid article > div {
	padding: 24px;
}

.pt-homepage--pc .pt-pc-proof__grid article > div > .ui-icon {
	width: 24px;
	height: 24px;
}

.pt-homepage--pc .pt-pc-proof__grid h3 {
	margin: 12px 0 8px;
	font-size: 20px;
}

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

.pt-homepage--pc .pt-pc-proof__grid ul {
	margin: 18px 0 0;
	padding: 0;
	display: grid;
	gap: 8px;
	font-size: 11px;
	list-style: none;
}

.pt-homepage--pc .pt-pc-proof__grid li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.pt-homepage--pc .pt-pc-proof__grid li .ui-icon {
	width: 14px;
	height: 14px;
	color: var(--pt-green);
}

.pt-homepage--pc .pt-pc-weight-change {
	margin: 18px 0 10px;
	display: grid;
	grid-template-columns: 1fr 24px 1fr;
	align-items: center;
	gap: 8px;
}

.pt-homepage--pc .pt-pc-weight-change span {
	padding: 10px;
	display: grid;
	background: var(--pt-warm);
	color: var(--pt-muted);
	font-size: 10px;
}

.pt-homepage--pc .pt-pc-weight-change b {
	color: var(--pt-navy);
	font-size: 16px;
}

.pt-homepage--pc .pt-pc-proof__grid article > div > small {
	color: var(--pt-muted);
	font-size: 9px;
}

.pt-homepage--pc .pt-pc-restrictions {
	min-height: 140px;
	margin-block: 30px;
	border: 1px solid var(--pt-line);
	padding: 22px 25px;
	display: grid;
	grid-template-columns: 1.05fr 1.2fr;
	align-items: center;
	gap: 24px;
}

.pt-homepage--pc .pt-pc-restrictions .pt-pc-eyebrow {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.5;
}

.pt-homepage--pc .pt-pc-restrictions h2 {
	margin-bottom: 7px;
	font-size: 24px;
}

.pt-homepage--pc .pt-pc-restrictions > div > p:last-child {
	color: var(--pt-muted);
	font-size: 12px;
	line-height: 1.5;
}

.pt-homepage--pc .pt-pc-restrictions form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 9px;
}

.pt-homepage--pc .pt-pc-restrictions label {
	height: 46px;
	border: 1px solid var(--pt-line);
	border-radius: 5px;
	padding-inline: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.pt-homepage--pc .pt-pc-restrictions input {
	min-width: 0;
	border: 0;
	outline: 0;
	flex: 1;
}

.pt-homepage--pc .pt-pc-restrictions > small {
	grid-column: 2;
	margin-top: -17px;
	color: var(--pt-muted);
	font-size: 9px;
}

.pt-homepage--pc .pt-pc-faq {
	padding-block: 48px 65px;
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 70px;
}

.pt-homepage--pc .pt-pc-faq header h2 {
	font-size: 34px;
}

.pt-homepage--pc .pt-pc-faq header > p:not(.pt-pc-eyebrow) {
	max-width: 32ch;
	margin-block: 12px;
	color: var(--pt-muted);
	line-height: 1.55;
}

.pt-homepage--pc .pt-pc-faq > div {
	border-top: 1px solid var(--pt-line);
}

.pt-homepage--pc .pt-pc-faq details {
	border-bottom: 1px solid var(--pt-line);
}

.pt-homepage--pc .pt-pc-faq summary {
	min-height: 64px;
	padding: 13px 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

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

.pt-homepage--pc .pt-pc-faq summary .ui-icon {
	transition: transform 180ms ease;
}

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

.pt-homepage--pc .pt-pc-faq details > p {
	margin: -3px 42px 19px 3px;
	color: var(--pt-muted);
	font-size: 13px;
	line-height: 1.6;
}

.pt-homepage--pc .pt-pc-cta {
	background: var(--pt-navy);
	color: #fff;
}

.pt-homepage--pc .pt-pc-cta .pt-pc-frame {
	min-height: 190px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.pt-homepage--pc .pt-pc-cta h2 {
	font-size: 36px;
}

.pt-homepage--pc .pt-pc-cta p:not(.pt-pc-eyebrow) {
	margin-top: 12px;
	color: #d8e2ef;
}

.pt-homepage--pc .pt-pc-cta .pt-pc-primary.is-light {
	background: #fff;
	color: var(--pt-navy);
}

@media (hover: hover) {

	.pt-homepage--pc .pt-pc-primary:hover {
		background: var(--pt-orange-dark);
		transform: translateY(-1px);
	}

	.pt-homepage--pc .pt-pc-outline:hover {
		border-color: var(--pt-orange);
		color: var(--pt-orange);
	}

	.pt-homepage--pc .pt-pc-personas__tabs button:hover,
	.pt-homepage--pc .pt-pc-quote__tabs button:hover,
	.pt-homepage--pc .pt-pc-destinations button:hover {
		color: var(--pt-orange);
	}

	.pt-homepage--pc .pt-pc-cta .pt-pc-primary.is-light:hover {
		background: #fff;
		color: var(--pt-orange);
	}
}

.pt-homepage--pc a:focus-visible,
.pt-homepage--pc button:focus-visible,
.pt-homepage--pc input:focus-visible,
.pt-homepage--pc select:focus-visible,
.pt-homepage--pc summary:focus-visible {
	outline: 3px solid rgb(240 68 18 / 35%);
	outline-offset: 2px;
}

@media (max-width: 1360px) {

	.pt-homepage--pc .pt-pc-hero {
		grid-template-columns: 32% 43% 25%;
	}

	.pt-homepage--pc .pt-pc-hero h1 {
		font-size: 44px;
	}

	.pt-homepage--pc .pt-pc-quote__tabs button {
		font-size: 10px;
	}

	.pt-homepage--pc .pt-pc-micro-trust {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.pt-homepage--pc .pt-pc-marketplaces__inner {
		grid-template-columns: 165px 1fr 285px;
		gap: 15px;
	}

	.pt-homepage--pc .pt-pc-coupon strong {
		font-size: 12px;
	}

	.pt-homepage--pc .pt-pc-process {
		grid-template-columns: 1fr repeat(4, 0.95fr) 1fr;
	}

	.pt-homepage--pc .pt-pc-process__title,
	.pt-homepage--pc .pt-pc-process__step {
		padding-inline: 11px;
	}

	.pt-homepage--pc .pt-pc-personas__tabs button {
		padding-inline: 14px;
	}
}

@media (max-width: 1179px) {

	.pt-homepage--pc .pt-pc-frame {
		width: calc(100% - 28px);
	}

	.pt-homepage--pc .pt-pc-hero {
		grid-template-columns: minmax(330px, 36%) minmax(390px, 42%) minmax(235px, 22%);
	}

	.pt-homepage--pc .pt-pc-hero h1 {
		font-size: 39px;
	}

	.pt-homepage--pc .pt-pc-marketplaces__inner {
		grid-template-columns: 145px 1fr 250px;
	}

	.pt-homepage--pc .pt-pc-proof__grid article > div {
		padding: 18px;
	}
}

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

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