.bread-crumbs {
	background: #f2f2f2;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0;
}

.bread-crumbs .container {
	padding-top: 0;
	padding-bottom: 0;
}

.bread-crumbs-yoast {
	font-size: 11px;
	line-height: 1.2;
	color: #7f7f7f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bread-crumbs-yoast a {
	color: #8a8a8a;
	text-decoration: none;
}

.bread-crumbs-yoast a:hover,
.bread-crumbs-yoast a:focus {
	color: #666;
	text-decoration: underline;
}

.bread-crumbs-yoast .breadcrumb_last {
	color: #f29b30;
	font-weight: 400;
}

.offer-hero {
	--offer-hero-bg-image: none;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 275px;
	background-color: #e7e7e7;
	background-image: var(--offer-hero-bg-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.offer-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.78);
}

.offer-hero .container {
	position: relative;
	z-index: 1;
}

.offer-hero__title {
	margin: 0;
	text-align: center;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1.15;
	color: #111;
}

@media (max-width: 767px) {
	.bread-crumbs-yoast { 
		font-size: 11px;
		white-space: normal;
	}

	.offer-hero {
		min-height: 220px;
	}

	.offer-hero__title {
		font-size: clamp(26px, 7vw, 34px);
	}
}

.offer-intro-section {
	padding: 80px 48px;
	margin: 0;
}

.offer-alt-module:nth-of-type(even) {
	background: #f5f5f5;
}

.offer-intro-section__inner {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
	gap: 34px;
	align-items: start;
	max-width: 1400px;
	margin: 0 auto;
}

.offer-intro-gallery__main {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}

.offer-intro-gallery__main-img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.offer-intro-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px 8px;
	margin-top: 10px;
}

.offer-intro-gallery__thumb {
	position: relative;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	overflow: visible;
	cursor: pointer;
	transition: border-color .2s ease;
	max-width: 100px;
	max-height: 100px;
}

.offer-intro-gallery__thumb.is-active {
	border-color: #f29b30;
}

.offer-intro-gallery__thumb img {
	display: block;
	width: 100px;
	height: 100px;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	border-radius: 7px;
}

.offer-intro-gallery__thumb::after {
	content: attr(data-alt);
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 12px);
	padding: 3px 8px;
	border-radius: 999px;
	background: #f29b30;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	pointer-events: none;
	z-index: 2;
}

.offer-intro-gallery__thumb[data-alt=""]::after {
	content: none;
}

.offer-intro-section__content {
	font-size: 15px;
	line-height: 1.45;
}

.offer-intro-section__content .offer-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 98px;
	height: 50px;
	padding: 0 30px;
	border-radius: 4px;
	background: var(--accent-color);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease, transform .15s ease;
}

.offer-intro-section__content .offer-cta-btn:hover,
.offer-intro-section__content .offer-cta-btn:focus-visible {
	background: #df7c00;
	color: #fff;
	text-decoration: none;
}

.offer-intro-section__content .offer-cta-btn:active {
	transform: translateY(1px);
}

.offer-intro-section__content .accent-color {
	color: var(--accent-color);
}

.offer-intro-section__content h5 {
	font-size: 32px;
	line-height: 1.2;
}

.offer-intro-section__content p {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.offer-intro-section__content ul li::marker {
	color: var(--accent-color);
}

.offer-intro-section__content ul {
	padding-left: 20px;
}

.offer-intro-section__content > *:last-child {
	margin-bottom: 0;
}

.offer-intro-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 10000;
}

.offer-intro-modal.is-open {
	display: block;
}

.offer-intro-modal__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(45, 45, 45, 0.78);
	cursor: zoom-out;
}

.offer-intro-modal__dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1200px, 92vw);
	height: min(820px, 90vh);
	transform: translate(-50%, -50%);
}

.offer-intro-modal__img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
	cursor: pointer;
}

.offer-intro-modal__nav,
.offer-intro-modal__close {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.62);
	color: #fff;
	cursor: pointer;
	z-index: 2;
	transition: background-color .2s ease;
}

.offer-intro-modal__nav:hover,
.offer-intro-modal__nav:focus-visible,
.offer-intro-modal__close:hover,
.offer-intro-modal__close:focus-visible {
	background: rgba(242, 155, 48, 0.95);
	outline: none;
}

.offer-intro-modal__nav {
	top: 50%;
	width: 46px;
	height: 46px;
	font-size: 30px;
	line-height: 1;
	transform: translateY(-50%);
}

.offer-intro-modal__nav--prev {
	left: 12px;
}

.offer-intro-modal__nav--next {
	right: 12px;
}

.offer-intro-modal__nav[hidden] {
	display: none;
}

.offer-intro-modal__close {
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	font-size: 24px;
	line-height: 1;
}

.offer-intro-modal-open {
	overflow: hidden;
}

@media (max-width: 980px) {
	.offer-intro-section {
		padding: 30px 20px;
	}

	.offer-intro-section__inner {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.offer-intro-modal__dialog {
		width: 94vw;
		height: 86vh;
	}

	.offer-intro-modal__nav {
		width: 40px;
		height: 40px;
		font-size: 26px;
	}

	.offer-intro-modal__close {
		right: 4px;
		top: 4px;
	}
}

.offer-page__clear {
	clear: both;
}

.why-us {
	padding: 56px 48px;
	background: #ffffff;
}

.why-us__header {
	text-align: center;
	margin: 0 0 34px;
}

.why-us__eyebrow {
	margin: 0 0 0.3125rem;
	font-size: var(--font-size);
    text-transform: uppercase;
    color: var(--accent-color);
}

.why-us__title {
	font-size: var(--h1-font-size);
    line-height: var(--heading-line-height);
    margin: 0;
	color: #303036;
}

.why-us__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 26px;
	max-width: 1600px;
	margin: 0 auto;
}

.why-us__card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	column-gap: 14px;
	row-gap: 6px;
	align-items: start;
}

.why-us__icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-color);
	margin: 0;
	grid-column: 1;
	grid-row: 1 / -1;
	align-self: center;
}

.why-us__icon svg {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.why-us__icon svg * {
	vector-effect: non-scaling-stroke;
}

.why-us__card-title {
	color: #303036;
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
	grid-column: 2;
}

.why-us__card-text {
	font-size: 15px;
	line-height: 1.38;
	color: #565757;
	margin: 0;
	grid-column: 2;
}

@media (max-width: 980px) {
	.why-us {
		padding: 34px 20px;
	}

	.why-us__title {
		font-size: 30px;
	}

	.why-us__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 16px;
	}

	.why-us__card-title {
		font-size: 21px;
	}
}

@media (max-width: 640px) {
	.why-us__grid { 
		grid-template-columns: 1fr;
	}
}

.support-cta {
	--contact-cta-bg-image: url('/wp-content/uploads/support_banner.jpg');
	--contact-cta-overlay: linear-gradient(90deg, rgba(239, 239, 239, 0.96) 0%, rgba(239, 239, 239, 0.9) 30%, rgba(239, 239, 239, 0.45) 50%, rgba(239, 239, 239, 0) 60%, rgba(239, 239, 239, 0) 100%);
	background-image: var(--contact-cta-overlay), var(--contact-cta-bg-image);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	padding: 70px 50px;
	max-width: 1920px;
	margin: 0 auto;
}

.support-cta__inner {
	max-width: 1600px;
	margin: 0 auto;
}

.support-cta__content {
	max-width: 700px;
}

.support-cta__title {
	margin: 0 0 16px;
	font-size: clamp(24px, 4vw, 32px);
	line-height: 1.1;
	color: #000000;
}

.support-cta__text {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.45;
	color: #565757;
}

.support-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 4px;
	background: var(--accent-color);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: opacity .2s ease;
}

.support-cta__button:hover,
.support-cta__button:focus {
	opacity: 0.9;
	color: #fff;
}

@media (max-width: 980px) {
	.support-cta {
		padding: 36px 20px;
	}

	.support-cta__title {
		font-size: 34px;
	}
}

@media (max-width: 640px) {
	.support-cta__title {
		font-size: 30px;
	}
}

.print-section {
	background: #efefef;
	padding: 56px 48px;
}

.print-section__header {
	text-align: center;
	max-width: 1600px;
	margin: 0 auto 34px;
}

.print-section__eyebrow {
	font-size: var(--font-size);
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 0.3125rem;
}

.print-section__title {
	font-size: var(--h1-font-size);
	line-height: var(--heading-line-height);
	margin: 0;
}

.print-section__body {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
	gap: 48px;
	align-items: start;
	max-width: 1600px;
	margin: 0 auto;
}

.print-section__media {
	position: relative;
	min-height: 420px;
}

.print-section__img {
	display: block;
	width: 380px;
	height: auto;
	object-fit: cover;
}

.print-section__img--one {
	position: absolute;
	left: 0;
	top: 20px;
}

.print-section__img--two {
	position: absolute;
	left: 200px;
	top: 300px;
}

.print-section__description {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 24px;
}

.print-section__description h5 {
	font-size: 20px;
	color: var(--accent-color);
}

.print-section__description p {
	font-size: 15px;
	color: #565757;
}

.print-section__description > p:first-of-type {
	font-size: 22px;
	font-weight: bold;
}

.print-section__description ul {
	padding-left: 20px;
}

.print-section__description ul li {
	font-size: 15px;
	color: #565757;
}

.print-section__description ul li::marker {
  color: var(--accent-color);
}

.print-section__list-title {
	font-size: 20px;
	color: var(--accent-color);
	margin: 24px 0 10px;
}

.print-section__list {
	margin: 0 0 16px 18px;
	padding: 0;
}

.print-section__list li {
	margin: 0 0 8px;
	line-height: 1.45;
}

@media (max-width: 980px) {
	.print-section {
		padding: 32px 20px;
	}

	.print-section__body {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.print-section__media {
		min-height: unset;
		display: flex;
		gap: 14px;
	}

	.print-section__img,
	.print-section__img--one,
	.print-section__img--two {
		position: static;
		width: calc(50% - 7px);
	}

	.print-section__title {
		font-size: 30px;
	}
}

.print-options {
	padding: 0 48px;
	margin: 40px 0 70px;
}

.print-options__header {
	/* max-width: 900px; */
	margin: 0 auto 34px;
	text-align: center;
}

.print-options__eyebrow {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--accent-color);
	margin: 0 0 0.3125rem;
}

.print-options__title {
	font-size: var(--h1-font-size);
	line-height: var(--heading-line-height);
	margin: 0 0 20px;
}

.print-options__text {
	font-size: 18px;
	line-height: 1.55;
}

.print-options__text p {
	font-size: 15px;
	color: #565757;
	margin: 0 0 12px;
}

.print-options__text p:last-child {
	margin-bottom: 0;
}

.print-options__text > p:first-of-type {
	font-size: 22px;
	font-weight: bold;
}

.print-options__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 22px;
	align-items: stretch;
	max-width: 1600px;
	margin: 0 auto;
}

.print-option-card {
	background: #f5f5f5;
	border: 1px solid #f2a95b;
	border-radius: 9px;
	padding: 0;
	flex: 0 1 208px;
	width: 100%;
	max-width: 260px;
	position: relative;
}

.print-option-card__media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 8px;
}

.print-option-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.print-option-card__badge {
	display: block;
	/* width: fit-content; */
	max-width: 100%;
	margin: 10px auto 0;
	padding: 5px 10px;
	border-radius: 4px;
	background: var(--accent-color);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	position: absolute; 
	left: 50%; 
	transform: translateX(-50%); 
	bottom: -20px;
	/* width: 100%; */
}

@media (max-width: 980px) {
	.print-options {
		padding: 32px 20px;
	}

	.print-options__title {
		font-size: 30px;
	}

	.print-options__grid {
		gap: 14px;
	}

	.print-option-card {
		flex: 1 1 160px;
		max-width: 100%;
	}
}

.specs-section {
	background: #efefef;
	padding: 56px 48px;
	margin: 40px 0;
}

.specs-section table {
	margin-bottom: 40px;
}

.specs-section .specs-section__table h2 {
	font-size: 24px;
}

.specs-section ul {
  	padding-left: 20px;
}

.specs-section__content h5 {
	margin-top: 50px;
	margin-bottom: 15px;
}

.specs-section__content > ul:first-of-type {
	display: flex;
  	flex-wrap: wrap;
}

.specs-section__content > ul:first-of-type li {
	margin-right: 35px;
}

.specs-section li::marker {
  color: var(--accent-color);
}

.specs-section__header {
	text-align: center;
	max-width: 1600px;
	margin: 0 auto 30px;
}

.specs-section__eyebrow {
	font-size: var(--font-size);
	text-transform: uppercase;
	color: var(--accent-color);
	margin: 0 0 0.3125rem;
}

.specs-section__title {
	font-size: var(--h1-font-size);
	line-height: var(--heading-line-height);
	margin: 0;
}

.specs-section__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
	max-width: 1600px;
	margin: 0 auto;
}

.specs-section__body--table-only {
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
}

.specs-section__table {
	overflow-x: auto;
}

.specs-section__body--table-only .specs-section__table {
	width: min(100%, 900px);
}

.specs-section__table .tablepress {
	width: 100%;
	border-collapse: collapse;
	background: transparent;
	table-layout: fixed;
}

.specs-section__table .tablepress caption {
	display: none;
}

.specs-section__table .tablepress thead th {
	background: transparent !important;
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.35;
	padding: 12px 10px 14px;
	border: 0;
	border-bottom: 2px solid var(--accent-color);
}

.specs-section__table .tablepress thead th + th {
	border-left: 2px solid var(--accent-color);
}

.specs-section__table .tablepress tbody td {
	background: transparent !important;
	color: #505050;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.35;
	padding: 8px 10px;
	border: 0;
	border-bottom: 1px solid #7d7d7d;
}

.specs-section__table .tablepress tbody td + td {
	border-left: 1px solid #7d7d7d;
}

.specs-section__content {
	font-size: 15px;
	line-height: 1.33;
}

.specs-section__content h3,
.specs-section__content h4,
.specs-section__content h5 {
	color: var(--accent-color);
	margin-top: 20px;
}

.specs-section__body:not(.specs-section__body--table-only):has(.tablepress thead th:nth-child(7)) {
	grid-template-columns: minmax(0, 0.65fr) minmax(0, 0.35fr);
}

@media (max-width: 1439px) {
	.specs-section__body:not(.specs-section__body--table-only):has(.tablepress thead th:nth-child(7)) {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 980px) {
	.specs-section {
		padding: 32px 20px;
	}

	.specs-section__body {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.frame-section {
	padding: 22px 20px 26px;
	margin: 40px 0;
}

.frame-section__title {
	text-align: center;
	max-width: 1600px;
	margin: 0 auto 16px;
	margin-bottom: 30px;
	font-size: var(--h1-font-size);
    line-height: var(--heading-line-height);
}

.frame-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 22px;
	align-items: start;
	max-width: 1600px;
	margin: 0 auto;
}
  
.frame-gallery__item {
	display: block;
	width: 200px;
	margin: 0;
	appearance: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
	overflow: visible;
	position: relative;
	padding-bottom: 18px;
	text-align: center;
}

.frame-gallery__media {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid var(--accent-color);
	border-radius: 18px;
}

.frame-gallery__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.frame-gallery__badge {
	display: inline-block;
	max-width: 100%;
	padding: 5px 10px;
	border-radius: 4px;
	background: var(--accent-color);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translate(-50%, 50%);
	z-index: 2;
}

.frame-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
}

.frame-modal.is-open {
	display: block;
}

.frame-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
}

.frame-modal__dialog {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: min(92vw, 1200px);
	height: 92vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.frame-modal__img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border-radius: 8px;
	cursor: pointer;
}

.frame-modal__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 3;
}

.frame-modal__nav--prev {
	left: 10px;
}

.frame-modal__nav--next {
	right: 10px;
}

.frame-modal__nav[hidden] {
	display: none;
}

.frame-modal__close {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.frame-modal-open {
	overflow: hidden;
}

@media (max-width: 980px) {
	.frame-section__title {
		font-size: 30px;
	}

	.frame-gallery {
		justify-content: center;
		gap: 14px;
	}

	.frame-gallery__item {
		width: 200px;
	}
}

.extra-options {
	background: #efefef;
	padding: 80px 28px;
	/* margin: 40px 0; */
}

.extra-options__title {
	max-width: 1600px;
	margin: 0 auto 30px;
	text-align: center;
    font-size: var(--h1-font-size);
    line-height: var(--heading-line-height);
}

.extra-options__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 22px;
	align-items: start;
	max-width: 1600px;
	margin: 0 auto;
}

.extra-option-card {
	background: #f5f5f5;
	border: 1px solid #f2a95b;
	border-radius: 9px;
	padding: 0;
	width: 200px;
	margin: 0;
	position: relative;
}

.extra-option-card__media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 8px;
}

.extra-option-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.extra-option-card__badge {
	z-index: 1;
}

@media (max-width: 980px) {
	.extra-options {
		padding: 28px 18px;
	}

	.extra-options__title {
		font-size: 30px;
	}

	.extra-options__grid {
		justify-content: center;
		gap: 14px;
	}
}
