/* 2027 site overrides - scoped to body.theme2027 */

.theme2027.home {
	background: #fff;
	--home-section-y: 32px;
	--home-section-y-mobile: 24px;
	--home-section-header-gap: 20px;
	--home-carousel-bottom: 20px;
	--home-hero-usps-gap: 48px;
	--home-hero-usps-gap-mobile: 32px;
}

.theme2027.home div.verticalspace {
	padding-top: var(--home-section-y);
}

.theme2027.home .homeUsps--2027 ~ .tourCarousel--2027 {
	padding-top: 0;
}

.theme2027.home .tourCarousel--2027 ~ .tourCarousel--2027 {
	padding-top: 16px;
}

.theme2027.home .homeUsps--2027 {
	padding-top: var(--home-hero-usps-gap);
	padding-bottom: 0;
}

.theme2027.home .homeUsps--2027 .homeUsps__carousel {
	padding-bottom: 0;
}

.theme2027.home .typeCollections--2027 {
	padding-top: 16px;
}

.theme2027 .headerHero--2027 {
	--hero-radius: 0 0 24px 24px;
	--hero-search-height: 64px;
	--hero-caption-bottom-space: clamp(200px, 26svh, 260px);
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-top: calc(var(--menu-topbar-height) + var(--menu-mainbar-height));
	overflow: visible;
	background: #fff;
}

.theme2027 .headerHero__frame {
	position: relative;
	overflow: hidden;
	border-radius: var(--hero-radius);
	background: var(--site-blue);
}

.theme2027 .headerHero__media {
	position: relative;
	min-height: clamp(520px, calc(100svh - 132px), 690px);
	background: var(--site-blue);
}

.theme2027 .headerHero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: rgba(0, 0, 0, calc(var(--hero-overlay, 40) / 100));
}

.theme2027 .headerHero__media picture,
.theme2027 .headerHero__media .contentImage,
.theme2027 .headerHero__media .headerImage {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(520px, calc(100svh - 132px), 690px);
	object-fit: cover;
}

.theme2027 .headerHero__media .imgContainer {
	position: absolute;
	inset: 0;
	height: 100%;
	overflow: hidden;
}

.theme2027 .headerHero__caption {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 0;
	padding: 36px 24px var(--hero-caption-bottom-space);
	color: #fff;
	text-align: center;
	text-transform: none;
	pointer-events: none;
}

.theme2027 .headerHero__caption h5,
.theme2027 .headerHero__caption .headerHero__subheading,
.theme2027 .headerHero__caption .headerHero__subheading a {
	pointer-events: auto;
}

.theme2027 .headerHero__caption h5 {
	max-width: 980px;
	margin: 0;
	color: #fff;
	font-family: Catamaran, sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 62px;
	letter-spacing: 0;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
}

.theme2027 .headerHero__caption .headerHero__subheading {
	max-width: 780px;
	margin: 14px 0 36px;
	color: #fff;
	font-family: Catamaran, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

.theme2027 .headerHero__caption .headerHero__subheading p {
	margin: 0;
	font: inherit;
	letter-spacing: inherit;
	text-align: inherit;
}

.theme2027 .headerSearch--2027 {
	position: absolute;
	right: 50%;
	top: clamp(258px, 38svh, 354px);
	z-index: 5;
	width: min(88vw, 707px);
	transform: translateX(50%);
}

.theme2027 .headerSearch--2027 .headerSearch__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: var(--hero-search-height);
	padding: 12px 16px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.theme2027 .headerSearch--2027 .headerSearch__field {
	position: relative;
	min-width: 0;
	border-bottom: 1px solid rgba(22, 37, 62, 0.7);
}

.theme2027 .headerSearch--2027 .headerSearch__select {
	width: 100%;
	height: 40px;
	padding: 0 26px 0 6px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	color: var(--site-blue);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	appearance: none;
	cursor: pointer;
}

.theme2027 .headerSearch--2027 .headerSearch__arrow--2027 {
	position: absolute;
	top: 45%;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--site-blue);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
	transform: translateY(-50%);
}

.theme2027 .headerSearch--2027 .headerSearch__field--country .headerSearch__arrow--2027 {
	left: 70px;
}

.theme2027 .headerSearch--2027 .headerSearch__field--type .headerSearch__arrow--2027 {
	left: 120px;
}

.theme2027 .headerSearch--2027 .headerSearch__field:focus-within {
	border-bottom-color: var(--site-orange);
}

.theme2027 .headerSearch--2027 .headerSearch__select:focus {
	box-shadow: none;
	outline: 0;
}

.theme2027 .headerSearch--2027 .headerSearch__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 40px;
	min-width: 148px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: #c95407;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.theme2027 .headerSearch--2027 .headerSearch__button:hover,
.theme2027 .headerSearch--2027 .headerSearch__button:focus {
	background: var(--site-orange);
	color: #fff;
	transform: translateY(-1px);
}

.theme2027 .headerSearch--2027 .headerSearch__button svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

@media (min-width: 992px) and (max-height: 700px) {
	.theme2027 .headerHero--2027 {
		--hero-caption-bottom-space: 220px;
	}

	.theme2027 .headerHero__caption h5 {
		font-size: clamp(40px, 4.4vw, 48px);
		line-height: 1.08;
	}

	.theme2027 .headerHero__caption .headerHero__subheading,
	.theme2027 .headerHero__caption .headerHero__subheading p {
		font-size: clamp(24px, 2.8vw, 30px);
		line-height: 1.08;
	}
}

@media(min-width: 768px) {
	.theme2027 #searchBar.ontoggle {
		top: 155px;
	}

	.theme2027 #searchBar.ontoggle[data-state-navbar="scrolled"] {
		top: 80px; /* main bar only — top bar is hidden when scrolled */
	}

	.theme2027 #searchBar.ontoggle[data-state-tabmenu="scrolled"] {
		top: 150px;
	}
}

.theme2027 .homeUsps--2027 {
	padding: var(--home-section-y) 24px 0;
	background: #fff;
}

.theme2027 .homeUsps--2027 .homeUsps__carousel {
	width: min(100%, 1120px);
	margin: 0 auto;
}

.theme2027 .homeUsps--2027 .homeUsps__indicators {
	display: none;
}

@media (min-width: 992px) {
	.theme2027 .homeUsps--2027 .homeUsps__inner {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: clamp(28px, 5vw, 86px);
		width: 100%;
		margin: 0 auto;
		transform: none !important;
	}

	.theme2027 .homeUsps--2027 .homeUsps__carousel .carousel-item {
		display: flex !important;
		margin-right: 0;
		transform: none !important;
	}
}

.theme2027 .homeUsps--2027 .homeUsps__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.theme2027 .homeUsps--2027 .homeUsps__icon {
	display: block;
	width: 73px;
	height: 73px;
	margin-bottom: 20px;
	object-fit: contain;
}

.theme2027 .homeUsps--2027 .homeUsps__title {
	margin: 0 0 9px;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}

.theme2027 .homeUsps--2027 .homeUsps__title:empty {
	min-height: 21px;
}

.theme2027 .homeUsps--2027 .homeUsps__text,
.theme2027 .homeUsps--2027 .homeUsps__text p {
	margin: 0;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.18;
}

.theme2027 .homeUsps--2027 .homeUsps__text {
	max-width: 188px;
}

.theme2027 .homeUsps--2027 .homeUsps__text:empty {
	min-height: 32px;
}

.theme2027 .tourCarousel--2027 {
	padding: var(--home-section-y) 24px;
	background: #fff;
}

.theme2027 .tourCarousel--2027 .tourCarousel__inner {
	width: min(100%, 1120px);
	margin: 0 auto;
}

.theme2027 .tourCarousel--2027 .tourCarousel__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 56px;
	align-items: start;
	margin-bottom: var(--home-section-header-gap);
}

.theme2027 .tourCarousel--2027 .tourCarousel__title h2 {
	margin: 0;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.theme2027 .tourCarousel--2027 .tourCarousel__intro {
	padding-top: 4px;
}

.theme2027 .tourCarousel--2027 .tourCarousel__text,
.theme2027 .tourCarousel--2027 .tourCarousel__text p {
	margin: 0;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
}

.theme2027 .tourCarousel--2027 .tourCarousel__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 18px;
	font-weight:700;
	line-height: 1;
	text-transform: uppercase;
}

.theme2027 .tourCarousel--2027 .tourCarousel__link a {
	color: inherit;
	text-decoration: none;
	font-weight: 700;
}

.theme2027 .tourCarousel--2027 .tourCarousel__link a:hover {
	color: var(--site-orange);
}

.theme2027 .tourCarousel--2027 .tourCarousel__link svg {
	width: 13px;
	height: 13px;
	fill: var(--site-orange);
}

.theme2027 .tourCarousel--2027 .tourCarousel__carousel {
	position: relative;
	padding-bottom: var(--home-carousel-bottom);
	background: #fff;
}

.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile {
	display: none;
}

.theme2027 .tourCarousel--2027 .tourCarousel__carousel--desktop {
	display: block;
	overflow: visible;
}

.theme2027 .tourCarousel--2027 .tourCarousel__stage {
	position: relative;
	--tour-carousel-peek-width: 10%;
}

.theme2027 .tourCarousel--2027 .tourCarousel__viewport {
	position: relative;
	overflow: hidden;
	width: calc(100% + var(--tour-carousel-peek-width));
	padding: 12px 10px 28px;
	background: #fff;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

.theme2027 .tourCarousel--2027 .tourCarousel__viewport img,
.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile img {
	-webkit-user-drag: none;
	user-drag: none;
}

.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .carousel-item:not(.active) {
	pointer-events: none;
}

.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .carousel-item.active {
	pointer-events: auto;
}

.theme2027 .tourCarousel--2027 .tourCarousel__viewport.is-dragging {
	cursor: grabbing;
}

.theme2027 .tourCarousel--2027 .tourCarousel__track {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 10px;
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s ease;
	will-change: transform;
}

.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .carousel-inner {
	padding: 0 0 18px;
	background: #fff;
}

.theme2027 .tourCarousel--2027 .carousel-item {
	background: #fff;
	transition: transform 0.3s ease;
}

.theme2027 .tourCarousel--2027 .tourCarousel__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	align-items: stretch;
	overflow: visible;
	background: #fff;
}

.theme2027 .tourCarousel--2027 .tourCarousel__carousel--desktop .tourCarousel__card {
	box-sizing: border-box;
	flex: 0 0 auto;
	min-width: 0;
	overflow: visible;
	padding: 4px 2px 20px;
	background: transparent;
}

.theme2027 .tourCarousel--2027 .tourCarousel__card {
	min-width: 0;
	overflow: visible;
	padding: 4px 2px 20px;
	background: transparent;
}

.theme2027 .tourCarousel--2027 .tourCarousel__carousel--desktop .tourCarousel__card.is-peek {
	opacity: 0.22;
	pointer-events: none;
}

.theme2027 .tourCarousel--2027 .tourItem2026 {
	height: 100%;
	margin: 0 !important;
	background: #fff;
	box-shadow: 0 18px 28px -18px rgba(12, 12, 13, 0.28);
}

.theme2027 .tourCarousel--2027 .tourItem2026:hover {
	box-shadow: 0 18px 28px -18px rgba(12, 12, 13, 0.28);
	transform: none;
}

.theme2027 .tourCarousel--2027 .tourItem2026-image {
	background: #fff;
}

.theme2027 .tourCarousel--2027 .tourItem2026-image,
.theme2027 .tourCarousel--2027 .tourItem2026-image > a:not(.tourItem2026-favorite),
.theme2027 .tourCarousel--2027 .tourItem2026-image picture,
.theme2027 .tourCarousel--2027 .tourItem2026-image img.imgthumb {
	height: 238px;
}

.theme2027 .tourCarousel--2027 .tourItem2026-image .tourItem2026-favorite {
	width: 40px;
	height: 40px;
	background: #fff;
}

.theme2027 .tourCarousel--2027 .tourItem2026-image img.imgthumb {
	object-fit: cover;
}

.theme2027 .tourCarousel--2027 .tourItem2026-image .tourItem2026-favorite img,
.theme2027 .tourCarousel--2027 .tourItem2026-image .tourItem2026-favorite svg {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.theme2027 .tourCarousel--2027 .tourItem2026-content {
	display: flex;
	flex-direction: column;
	min-height: 192px;
	padding: 18px 18px 20px;
}

.theme2027 .tourCarousel--2027 .tourItem2026-title {
	font-size: 15px;
	line-height: 1.22;
}

.theme2027 .tourCarousel--2027 .tourItem2026-meta {
	gap: 10px 14px;
	font-size: 11px;
}

.theme2027 .tourCarousel--2027 .tourItem2026-footer {
	margin-top: auto;
}

.theme2027 .tourCarousel--2027 .tourItem2026-price {
	font-size: 14px;
}

.theme2027 .tourCarousel--2027 .tourItem2026-price strong {
	font-size: 22px;
}

.theme2027 .tourCarousel--2027 .tourCarousel__control {
	position: absolute;
	top: 32%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 16px 36px rgba(22, 37, 62, 0.2);
	color: var(--site-blue);
	opacity: 1;
	transform: translateY(-50%);
}

.theme2027 .tourCarousel--2027 .tourCarousel__control--prev {
	left: -24px;
}

.theme2027 .tourCarousel--2027 .tourCarousel__control--next {
	right: -24px;
}

.theme2027 .tourCarousel--2027 .tourCarousel__control svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.theme2027 .tourCarousel--2027 .tourCarousel__indicators {
	position: absolute;
	right: auto;
	bottom: 0;
	left: 50%;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin: 0;
	transform: translateX(-50%);
}

.theme2027 .tourCarousel--2027 .tourCarousel__indicators button {
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: #cfd4d9;
	opacity: 1;
	cursor: pointer;
}

.theme2027 .tourCarousel--2027 .tourCarousel__indicators button.active,
.theme2027 .tourCarousel--2027 .tourCarousel__indicators [data-bs-target].active {
	background: var(--site-blue);
}

.theme2027 .typeCollections--2027 {
	padding: 0 24px var(--home-section-y);
	background: #fff;
}

.theme2027 .typeCollections--2027 .typeCollections__inner {
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: 32px 64px 28px;
	border-radius: 40px;
	background: #f4efe4;
	box-shadow: 0 24px 60px rgba(22, 37, 62, 0.08);
}

.theme2027 .typeCollections--2027 .typeCollections__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 56px;
	align-items: start;
	margin-bottom: var(--home-section-header-gap);
}

.theme2027 .typeCollections--2027 .typeCollections__title h2 {
	margin: 0;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.theme2027 .typeCollections--2027 .typeCollections__text,
.theme2027 .typeCollections--2027 .typeCollections__text p {
	margin: 0;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
}

.theme2027 .typeCollections--2027 .typeCollections__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.theme2027 .typeCollections--2027 .typeCollections__item {
	position: relative;
	min-width: 0;
}

.theme2027 .typeCollections--2027 .typeCollections-sourceLink {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 3;
}

.theme2027 .typeCollections--2027 .typeCollections-sourceLink .linkElement {
	display: none;
}

.theme2027 .typeCollections--2027 .typeCollections__card {
	position: relative;
	display: block;
	min-height: 250px;
	overflow: hidden;
	border-radius: 10px;
	background: var(--site-blue);
	color: var(--site-blue);
	text-decoration: none;
}

.theme2027 .typeCollections--2027 .typeCollections__image,
.theme2027 .typeCollections--2027 .typeCollections__image picture,
.theme2027 .typeCollections--2027 .typeCollections__image img.imgthumb {
	display: block;
	width: 100%;
	height: 250px;
}

.theme2027 .typeCollections--2027 .typeCollections__image img.imgthumb {
	object-fit: cover;
	transition: transform 0.35s ease;
}

.theme2027 .typeCollections--2027 .typeCollections__card:hover .typeCollections__image img.imgthumb {
	transform: scale(1.04);
}

.theme2027 .typeCollections--2027 .typeCollections__label {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 48px;
	padding: 0 16px;
	border-radius: 5px;
	background: #fff;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
	box-shadow: 0 12px 26px rgba(22, 37, 62, 0.14);
}

.theme2027 .typeCollections--2027 .typeCollections__label svg {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	fill: var(--site-orange);
}

.theme2027 .howItWorks--2027 {
	padding: var(--home-section-y) 24px;
	background: #fff;
}

.theme2027 .howItWorks--2027 .howItWorks__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-template-areas:
		"image-top steps-header"
		"image-top accordion"
		"about-header image-bottom"
		"about-body image-bottom";
	column-gap: 72px;
	row-gap: 0;
	width: min(100%, 1120px);
	margin: 0 auto;
	align-items: start;
}

.theme2027 .howItWorks--2027 .howItWorks__stepsHeader {
	grid-area: steps-header;
	color: var(--site-blue);
}

.theme2027 .howItWorks--2027 .howItWorks__image--top {
	grid-area: image-top;
	align-self: start;
}

.theme2027 .howItWorks--2027 .howItWorks__accordion {
	grid-area: accordion;
}

.theme2027 .howItWorks--2027 .howItWorks__aboutHeader {
	grid-area: about-header;
	align-self: start;
	padding-top: 32px;
	color: var(--site-blue);
}

.theme2027 .howItWorks--2027 .howItWorks__aboutBody {
	grid-area: about-body;
	align-self: start;
	color: var(--site-blue);
}

.theme2027 .howItWorks--2027 .howItWorks__image--bottom {
	grid-area: image-bottom;
	align-self: end;
	margin-top: 32px;
}

.theme2027 .howItWorks--2027 .howItWorks__image {
	overflow: hidden;
	border-radius: 10px;
	background: var(--site-bg-sand);
	box-shadow: 0 28px 68px rgba(22, 37, 62, 0.13);
}

.theme2027 .howItWorks--2027 .howItWorks__image picture,
.theme2027 .howItWorks--2027 .howItWorks__image img.imgthumb {
	display: block;
	width: 100%;
	height: 396px;
}

.theme2027 .howItWorks--2027 .howItWorks__image img.imgthumb {
	object-fit: cover;
}

.theme2027 .howItWorks--2027 .howItWorks__content {
	color: var(--site-blue);
}

.theme2027 .howItWorks--2027 h2 {
	margin: 0 0 10px;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.theme2027 .howItWorks--2027 .howItWorks__intro,
.theme2027 .howItWorks--2027 .howItWorks__intro p,
.theme2027 .howItWorks--2027 .howItWorks__body,
.theme2027 .howItWorks--2027 .howItWorks__body p {
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
}

.theme2027 .howItWorks--2027 .howItWorks__intro {
	max-width: 520px;
	margin-bottom: 20px;
}

.theme2027 .howItWorks--2027 .howItWorks__intro p,
.theme2027 .howItWorks--2027 .howItWorks__body p {
	margin: 0 0 18px;
}

.theme2027 .howItWorks--2027 .howItWorks__body p:last-child {
	margin-bottom: 0;
}

.theme2027 .howItWorks--2027 .howItWorks__accordion {
	border-top: 1px solid rgba(22, 37, 62, 0.32);
}

.theme2027 .faq-accordion .faq-item {
	border-bottom: 0;
}

.theme2027 .howItWorks--2027 .faq-item {
	border-bottom: 1px solid rgba(22, 37, 62, 0.32);
}

.theme2027 .howItWorks--2027 .faq-question,
.theme2027 .howItWorks--2027 .faq-question * {
	font-size: 22px !important;
	line-height: 1.15;
}

.theme2027 .howItWorks--2027 .faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0;
	padding: 17px 0;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	cursor: pointer;
}

.theme2027 .howItWorks--2027 .faq-item.is-open .faq-question {
	color: var(--site-orange);
}

.theme2027 .howItWorks--2027 .faq-question-icon {
	position: relative;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.theme2027 .howItWorks--2027 .faq-question-icon::before,
.theme2027 .howItWorks--2027 .faq-question-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1.5px;
	background: currentColor;
	transform: translate(-50%, -50%);
}

.theme2027 .howItWorks--2027 .faq-question-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.theme2027 .howItWorks--2027 .faq-item.is-open .faq-question-icon::after {
	display: none;
}

.theme2027 .howItWorks--2027 .faq-answer {
	display: none;
	padding: 0 42px 18px 0;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 16px !important;
	line-height: 1.24;
}

.theme2027 .howItWorks--2027 .faq-item.is-open .faq-answer {
	display: block;
}

.theme2027 .howItWorks--2027 .faq-answer p {
	margin: 0;
	font-size: 18px !important;
	line-height: 1.24 !important;
}

.theme2027 .howItWorks--2027 .faq-answer, .faq-answer * {
	font-size: 20px !important;
	line-height: 1.24 !important;
}

.theme2027 .howItWorks--2027 .howItWorks__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.theme2027 .howItWorks--2027 .howItWorks__link a {
	color: inherit;
	text-decoration: none;
}

.theme2027 .howItWorks--2027 .howItWorks__link a:hover {
	color: var(--site-orange);
}

.theme2027 .howItWorks--2027 .howItWorks__link svg {
	width: 13px;
	height: 13px;
	fill: var(--site-orange);
}

.theme2027 .searchFormSubmit--2027 {
	position: fixed;
	inset: 0;
	z-index: 100000000;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
}

.theme2027 .searchFormSubmit--2027 img {
	width: calc(60vw);
	max-width: 100px;
}

.theme2027 .newHeaderImg--2027 {
	position: relative;
	z-index: 100000;
	padding: 16px calc(2vw);
	background: #fff;
}

.theme2027 .newHeaderImg--2027 > div {
	display: inline-block;
}

.theme2027 .contact2027 {
	background: var(--site-blue);
	font-family: Catamaran, sans-serif;
}

.theme2027 .contact2027__newsletter {
	display: flex;
	justify-content: center;
	padding: 38px 20px 36px;
	background: #fff;
}

.theme2027 .contact2027__newsletter form {
	margin: 0;
}

.theme2027 .contact2027__newsletterButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;    
	min-height: 39px;
    width: 449px;
	padding: 0 27px;
	border: 0;
	border-radius: 999px;
	background: var(--site-blue);
	color: #fff;
	font-family: Catamaran, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.theme2027 .contact2027__newsletterButton:hover,
.theme2027 .contact2027__newsletterButton:focus {
	background: #203552;
	color: #fff;
	transform: translateY(-1px);
}

.theme2027 .contact2027__newsletterButton svg {
	width: 14px;
	height: 14px;
	stroke: currentColor;
	stroke-width: 1.8;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.theme2027 .contact2027__bar {
	background: var(--site-orange);
	color: #fff;
}

.theme2027 .contact2027__barInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 98px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.theme2027 .contact2027__title {
	margin: 0;
	color: #fff;
	font-family: Catamaran, sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.1;
}

.theme2027 .contact2027__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(24px, 4.4vw, 48px);
	margin-left: auto;
}

.theme2027 .contact2027__action {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-width: 78px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.theme2027 .contact2027__action:hover,
.theme2027 .contact2027__action:focus {
	color: #fff;
	text-decoration: none;
}

.theme2027 .contact2027__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #fff;
	transition: transform 0.2s ease;
}

.theme2027 .contact2027__action:hover .contact2027__icon,
.theme2027 .contact2027__action:focus .contact2027__icon {
	transform: translateY(-2px);
}

.theme2027 .contact2027__icon svg,
.theme2027 .contact2027__icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.theme2027 .contact2027__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.theme2027 .contact2027__endorsement {
	background: var(--site-blue);
	color: #fff;
	margin-bottom: -8px;
}

.theme2027 .contact2027__endorsementInner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-height: 70px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.theme2027 .contact2027__endorsementInner img {
	display: block;
	width: 134px;
	height: auto;
}

.theme2027 .contact2027__endorsementLine {
	display: block;
	width: 40px;
	height: 1px;
	background: rgba(255, 255, 255, 0.72);
}

.theme2027 #shareModal.shareModal--2027 .modal-content {
	border: 0;
	border-radius: 24px;
	box-shadow: 0 30px 90px rgba(22, 37, 62, 0.22);
	overflow: hidden;
}

.theme2027 #shareModal.shareModal--2027 .modal-header {
	padding: 18px 22px 0;
}

.theme2027 #shareModal.shareModal--2027 .modal-header a.close {
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	line-height: 1;
}

.theme2027 #shareModal.shareModal--2027 .modal-body {
	padding: 10px 32px 36px;
}

.theme2027 #shareModal.shareModal--2027 .modal-body #divSharePageHeader {
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.1;
}

.theme2027 #shareModal.shareModal--2027 .modal-body #lnkSharePageLink {
	display: inline-block;
	max-width: 100%;
	color: var(--site-orange);
	word-wrap: break-word;
}

.theme2027 #shareModal.shareModal--2027 .share-iconlist {
	margin: 26px 0 0;
}

.theme2027 #shareModal.shareModal--2027 .share-iconlist .share_button {
	margin: 0 8px 14px;
	color: var(--site-blue);
	text-decoration: none;
}

.theme2027 #shareModal.shareModal--2027 .share-iconlist .share_button span {
	color: var(--site-blue);
	font-family: Catamaran, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.theme2027 #footerContainer.footer2027 {
	margin-top: 0;
	padding: 0;
	background: var(--site-blue);
	color: #fff;
	font-family: Catamaran, sans-serif;
	text-align: left;
}

.theme2027 #footerContainer.footer2027 a {
	color: #fff;
	text-decoration: none;
}

.theme2027 #footerContainer.footer2027 a:hover,
.theme2027 #footerContainer.footer2027 a:focus {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.theme2027 .footer2027__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	padding-top: 32px;
	padding-bottom: 24px;
}

.theme2027 .footer2027__linkColumn {
	min-width: 0;
}

.theme2027 .footer2027__heading {
	display: block;
	margin: 0 0 13px;
	padding: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.15;
	text-transform: none;
}

.theme2027 .footer2027__heading .faq-question-icon {
	display: none;
}

.theme2027 .footer2027__links .faq-answer {
	display: block;
}

.theme2027 #footerContainer.footer2027 .footer2027__linkColumn > .faq-question,
.theme2027 #footerContainer.footer2027 .footer2027__linkColumn > .faq-question .faq-question-text,
.theme2027 #footerContainer.footer2027 .footer2027__linkColumn > .faq-question .faq-question-text *,
.theme2027 #footerContainer.footer2027 .footer2027__linkColumn.is-open > .faq-question,
.theme2027 #footerContainer.footer2027 .footer2027__linkColumn.is-open > .faq-question .faq-question-text,
.theme2027 #footerContainer.footer2027 .footer2027__linkColumn.is-open > .faq-question .faq-question-text *,
.theme2027 #footerContainer.footer2027 .footer2027__linkColumn:not(.is-open) > .faq-question,
.theme2027 #footerContainer.footer2027 .footer2027__linkColumn:not(.is-open) > .faq-question .faq-question-text,
.theme2027 #footerContainer.footer2027 .footer2027__linkColumn:not(.is-open) > .faq-question .faq-question-text * {
	color: #fff !important;
}

.theme2027 #footerContainer.footer2027 .footer2027__list {
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 16px;
}

.theme2027 #footerContainer.footer2027 .footer2027__list li {
	margin: 0;
	padding: 0;
}

.theme2027 #footerContainer.footer2027 .footer2027__list li a {
	display: inline-block;
	padding: 2px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	opacity: 0.94;
}

.theme2027 .footer2027__bottom {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(190px, 0.85fr) minmax(250px, 1fr);
	gap: clamp(34px, 8vw, 92px);
	align-items: start;
	padding-top: 22px;
	padding-bottom: 30px;
}

.theme2027 .footer2027__logo {
	display: block;
	width: 155px;
	height: auto;
	margin: 0 0 14px;
}

.theme2027 .footer2027__companyText,
.theme2027 .footer2027__companyText p,
.theme2027 .footer2027__copyright {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.theme2027 .footer2027__companyText p {
	margin-bottom: 0;
}

.theme2027 .footer2027__copyright {
	margin-top: 18px;
}

.theme2027 .footer2027__copyright--mobile {
	display: none;
}

.theme2027 .footer2027__shopping h2 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.theme2027 .footer2027__shoppingText,
.theme2027 .footer2027__shoppingText p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}

.theme2027 .footer2027__payments {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 7px;
}

.theme2027 .footer2027__payments img {
	display: block;
	width: auto;
	max-height: 26px;
	object-fit: contain;
}

.theme2027 .footer2027__currency {
	margin-top: 8px;
}

.theme2027 .footer2027__currency form {
	margin: 0;
}

.theme2027 .footer2027__currency select {
	min-width: 48px;
	padding: 0 16px 0 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	appearance: auto;
}

.theme2027 .footer2027__currency select:focus {
	outline: 1px solid rgba(255, 255, 255, 0.55);
	outline-offset: 2px;
}

.theme2027 .footer2027__currency option {
	color: var(--site-blue);
}

.theme2027 .footer2027__trust {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.theme2027 .footer2027__feefo {
	margin-bottom: 0;
}

.theme2027 .footer2027__feefo a {
	display: inline-block;
	color: #fff;
	line-height: 1.35;
	text-decoration: none;
}

.theme2027 .footer2027__feefo svg {
	display: inline;
	vertical-align: middle;
}

.theme2027 .footer2027__feefo img[alt="feefo rating"] {
	display: inline;
	width: 70px;
	height: 16px;
	max-width: 70px;
	vertical-align: middle;
}

.theme2027 .footer2027__trustGrid {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 280px;
}

.theme2027 .footer2027__trustRow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
}

.theme2027 .footer2027__trustRow--certs {
	gap: 8px 10px;
}

.theme2027 .footer2027__trustRow--partners {
	gap: 8px;
}

.theme2027 .footer2027__trustLogo {
	display: block;
	flex: 0 0 auto;
}

.theme2027 .footer2027__trustLogo img,
.theme2027 img.footer2027__trustLogo {
	display: block;
	width: auto;
	height: auto;
	object-fit: contain;
}

.theme2027 .footer2027__trustLogo--fto {
	height: 50px;
	max-height: 50px;
}

.theme2027 .footer2027__trustLogo--iso img {
	height: 48px;
	max-height: 48px;
}

.theme2027 .footer2027__trustLogo--atta {
	height: 32px;
	max-height: 32px;
}

.theme2027 .footer2027__trustLogo--repower img {
	height: 32px;
	max-height: 32px;
}

.theme2027 .footer2027__trustLogo--travelife {
	height: 32px;
	max-height: 32px;
}

.theme2027 .footer2027__trustLogo--fiavet {
	height: 36px;
	max-height: 36px;
}

.theme2027 .service-carousel-container.feefo-widget-border {
	border: 1px solid #16253E !important;
	border-radius: 16px !important;

}

.theme2027 .service-carousel-container.SNAPSHOT {
	padding: 20px 40px !important;
}

@media (max-width: 991px) {
	.theme2027 .headerHero--2027 {
		--hero-mobile-headline-height: 102px;
		--hero-mobile-search-height: 188px;
		--hero-mobile-stack-gap: 12px;
		padding-top: calc(var(--menu-topbar-height) + var(--menu-mainbar-height));
	}

	.theme2027 .headerHero__media {
		min-height: clamp(520px, calc(100svh - var(--menu-topbar-height) - var(--menu-mainbar-height)), 680px);
	}

	.theme2027 .headerHero__media picture,
	.theme2027 .headerHero__media .contentImage,
	.theme2027 .headerHero__media .headerImage {
		min-height: clamp(520px, calc(100svh - var(--menu-topbar-height) - var(--menu-mainbar-height)), 680px);
	}

	.theme2027 .headerHero__caption {
		justify-content: center;
		padding: 0 20px 56px;
		pointer-events: none;
	}

	.theme2027 .headerHero__frame::after {
		display: none;
		content: none;
	}

	.theme2027 .headerHero__media::after {
		display: block;
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, calc(var(--hero-overlay, 40) * 0.25 / 100)) 0%,
			rgba(0, 0, 0, calc(var(--hero-overlay, 40) / 100)) 100%
		);
	}

	.theme2027 .headerHero__caption h5,
	.theme2027 .headerHero.headerHero--2027 .headerHero__caption h5,
	body.home.theme2027 #headerHero.headerHero--2027 .headerHero__caption h5 {
		max-width: none;
		width: min(100%, 340px);
		margin: 0;
		font-family: Catamaran, sans-serif;
		font-size: 44px;
		font-weight: 600;
		line-height: 1.1;
		transform: translateY(calc(-0.5 * (var(--hero-mobile-stack-gap) + var(--hero-mobile-search-height))));
	}

	.theme2027 .headerHero__caption .headerHero__subheading {
		position: static;
		max-width: min(100%, 340px);
		margin: 10px 0 28px;
		font-size: 20px;
		font-weight: 600;
		line-height: 100%;
		transform: translateY(calc(-0.5 * (var(--hero-mobile-stack-gap) + var(--hero-mobile-search-height))));
	}

	.theme2027 .headerHero__caption .headerHero__subheading,
	.theme2027 .headerHero__caption .headerHero__subheading p {
		font-size: 20px;
		font-weight: 600;
		line-height: 100%;
	}

	.theme2027 .headerSearch--2027 {
		top: calc(50% + (var(--hero-mobile-headline-height) + var(--hero-mobile-stack-gap) - var(--hero-mobile-search-height)) / 2);
		right: 50%;
		bottom: auto;
		width: min(calc(100% - 40px), 360px);
		transform: translateX(50%);
	}

	.theme2027 .headerSearch--2027 .headerSearch__form {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 8px 18px 16px;
		border-radius: 20px;
		background: #F5F1E7;
		box-shadow: none;
	}

	.theme2027 .headerSearch--2027 .headerSearch__field {
		padding: 2px 0;
		border-bottom-color: rgba(22, 37, 62, 0.22);
	}

	.theme2027 .headerSearch--2027 .headerSearch__field--type {
		margin-bottom: 12px;
	}

	.theme2027 .headerSearch--2027 .headerSearch__select {
		height: 46px;
		padding: 0 12px;
		text-align: center;
		text-align-last: center;
	}

	.theme2027 .headerSearch--2027 .headerSearch__arrow--2027 {
		display: none;
	}

	.theme2027 .headerSearch--2027 .headerSearch__button {
		width: 100%;
		height: 48px;
		min-width: 0;
		margin-top: 0;
	}

	.theme2027.home .homeUsps--2027 {
		padding-top: var(--home-hero-usps-gap-mobile);
	}

	.theme2027 .homeUsps--2027 {
		padding: var(--home-section-y-mobile) 24px 0;
	}

	.theme2027.home .homeUsps--2027 .homeUsps__carousel {
		position: relative;
		padding-bottom: 12px;
	}

	.theme2027 .homeUsps--2027 .homeUsps__carousel .carousel-inner {
		overflow: hidden;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}

	.theme2027 .homeUsps--2027 .homeUsps__carousel .carousel-item {
		padding: 0 12px;
		text-align: center;
	}

	.theme2027 .homeUsps--2027 .homeUsps__item {
		width: 100%;
	}

	.theme2027 .homeUsps--2027 .homeUsps__icon {
		width: 73px;
		height: 73px;
		margin: 0 auto 22px;
	}

	.theme2027 .homeUsps--2027 .homeUsps__title {
		margin-bottom: 12px;
		font-size: 22px;
	}

	.theme2027 .homeUsps--2027 .homeUsps__text {
		max-width: 280px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 1.35;
	}

	.theme2027 .homeUsps--2027 .homeUsps__indicators {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		gap: 10px;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	.theme2027 .homeUsps--2027 .homeUsps__indicators [data-bs-target] {
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		margin: 0;
		border: 0;
		border-radius: 50%;
		background: #cfd4d9;
		opacity: 1;
	}

	.theme2027 .homeUsps--2027 .homeUsps__indicators [data-bs-target].active {
		background: var(--site-blue);
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__header {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__title h2 {
		font-size: 28px;
		line-height: 1.15;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__text,
	.theme2027 .tourCarousel--2027 .tourCarousel__text p {
		font-size: 16px;
		line-height: 1.35;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__link,
	.theme2027 .tourCarousel--2027 .tourCarousel__link a {
		font-size: 18px;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--desktop {
		display: none;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile {
		display: block;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .carousel-inner {
		box-sizing: border-box;
		overflow: hidden;
		width: 100%;
		max-width: none;
		margin: 0 auto;
		min-height: 470px;
		padding: 8px 0 16px;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__cards {
		grid-template-columns: 1fr;
		gap: 10px;
		width: min(350px, 100%);
		max-width: none;
		margin: 0 auto;
		overflow: visible;
		justify-items: center;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel {
		padding-bottom: 0;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .tourCarousel__card {
		padding: 4px 0 20px;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .carousel-item {
		padding: 0;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .carousel-item.active,
	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .carousel-item-next,
	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .carousel-item-prev {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 470px;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .tourItem2026 {
		width: min(350px, 100%);
		max-width: 100%;
		height: 456px;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .tourItem2026-content {
		min-height: 210px;
	}

	.theme2027 .tourCarousel--2027 .tourItem2026-title,
	.theme2027 .tourCarousel--2027 .tourItem2026-title a {
		font-size: 18px;
		line-height: 1.25;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__carousel--mobile .tourItem2026-title a {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		min-height: calc(18px * 1.25 * 2);
	}

	.theme2027 .tourCarousel--2027 .tourItem2026-meta {
		font-size: 12px;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__control--prev {
		left: 10px;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__control--next {
		right: 10px;
	}

	.theme2027 .typeCollections--2027 .typeCollections__inner {
		padding: 24px 28px 20px;
	}

	.theme2027 .typeCollections--2027 .typeCollections__header {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.theme2027 .typeCollections--2027 .typeCollections__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.theme2027 .howItWorks--2027 {
		padding: var(--home-section-y-mobile) 20px;
	}

	.theme2027 .howItWorks--2027 .howItWorks__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"steps-header"
			"image-top"
			"accordion"
			"about-header"
			"image-bottom"
			"about-body";
		gap: 20px;
		max-width: 680px;
	}

	.theme2027 .howItWorks--2027 .howItWorks__accordion {
		border-top: none;
	}

	.theme2027 .howItWorks--2027 .faq-item:last-child {
		border-bottom: none;
	}

	.theme2027 .howItWorks--2027 .howItWorks__image--top,
	.theme2027 .howItWorks--2027 .howItWorks__image--top picture,
	.theme2027 .howItWorks--2027 .howItWorks__image--top img.imgthumb,
	.theme2027 .howItWorks--2027 .howItWorks__image--bottom,
	.theme2027 .howItWorks--2027 .howItWorks__image--bottom picture,
	.theme2027 .howItWorks--2027 .howItWorks__image--bottom img.imgthumb {
		width: 100%;
		max-width: 350px;
		height: 190px;
		margin-inline: auto;
	}

	.theme2027 .howItWorks--2027 .howItWorks__aboutHeader,
	.theme2027 .howItWorks--2027 .howItWorks__image--bottom {
		padding-top: 0;
		margin-top: 24px;
	}

	.theme2027 .howItWorks--2027 .howItWorks__link {
		font-size: 14px;
	}

	.theme2027 .contact2027__barInner {
		flex-direction: column;
		justify-content: center;
		gap: 22px;
		padding-top: 28px;
		padding-bottom: 30px;
	}

	.theme2027 .contact2027__actions {
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
	}

	.theme2027 .footer2027__trustGrid {
		max-width: 260px;
	}
}

@media (max-width: 767px) {
	.theme2027 .contact2027__endorsementLine {
		display: none;
	}

	.theme2027 .contact2027__endorsementInner {
		padding-bottom: 36px;
	}

	.theme2027 .footer2027__links {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 0;
		padding-top: 12px;
		padding-bottom: 8px;
		border-top: 0;
	}

	.theme2027 .footer2027__linkColumn {
		border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	}

	.theme2027 .footer2027__heading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin: 0;
		padding: 18px 0;
		font-size: 22px;
		font-weight: 600;
		cursor: pointer;
		user-select: none;
	}

	.theme2027 .footer2027__heading .faq-question-text,
	.theme2027 .footer2027__heading .faq-question-text * {
		font-size: 22px !important;
		font-weight: 600 !important;
		line-height: 1.15;
	}

	.theme2027 .footer2027__heading .faq-question-icon {
		position: relative;
		display: block;
		flex: 0 0 auto;
		width: 18px;
		height: 18px;
		margin-left: 0;
		background-image: none;
	}

	.theme2027 .footer2027__heading .faq-question-icon::before,
	.theme2027 .footer2027__heading .faq-question-icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		background: #fff;
		transform: translate(-50%, -50%);
	}

	.theme2027 .footer2027__heading .faq-question-icon::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.theme2027 .footer2027__linkColumn.is-open .faq-question-icon {
		background-image: none;
		color: #fff;
	}

	.theme2027 .footer2027__linkColumn.is-open .faq-question-icon::after {
		display: none;
	}

	.theme2027 #footerContainer.footer2027 .footer2027__linkColumn > .faq-question,
	.theme2027 #footerContainer.footer2027 .footer2027__linkColumn > .faq-question .faq-question-text,
	.theme2027 #footerContainer.footer2027 .footer2027__linkColumn > .faq-question .faq-question-text *,
	.theme2027 #footerContainer.footer2027 .footer2027__linkColumn.is-open > .faq-question,
	.theme2027 #footerContainer.footer2027 .footer2027__linkColumn.is-open > .faq-question .faq-question-text,
	.theme2027 #footerContainer.footer2027 .footer2027__linkColumn.is-open > .faq-question .faq-question-text *,
	.theme2027 #footerContainer.footer2027 .footer2027__linkColumn:not(.is-open) > .faq-question,
	.theme2027 #footerContainer.footer2027 .footer2027__linkColumn:not(.is-open) > .faq-question .faq-question-text,
	.theme2027 #footerContainer.footer2027 .footer2027__linkColumn:not(.is-open) > .faq-question .faq-question-text * {
		color: #fff !important;
	}

	.theme2027 .footer2027__links .faq-answer {
		display: none;
		padding: 0 0 18px;
	}

	.theme2027 .footer2027__linkColumn.is-open .faq-answer {
		display: block;
	}

	.theme2027 .footer2027__bottom {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.theme2027 .footer2027__company {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.theme2027 .footer2027__logo {
		width: 245px;
		height: 52px;
		object-fit: contain;
		object-position: left center;
	}

	.theme2027 .footer2027__copyright--company {
		display: none !important;
	}

	.theme2027 .footer2027__copyright--mobile {
		display: block;
		margin-top: 16px;
		color: #fff !important;
		font-size: 13px;
		line-height: 1.4;
		opacity: 0.9;
	}
}

@media (max-width: 575px) {
	.theme2027 .headerHero--2027 {
		--hero-radius: 0 0 24px 24px;
		--hero-mobile-search-height: 180px;
		--hero-mobile-stack-gap: 12px;
	}

	.theme2027 .headerHero__caption h5 {
		max-width: none;
	}

	.theme2027 .headerHero__caption .headerHero__subheading,
	.theme2027 .headerHero__caption .headerHero__subheading p {
		font-size: 18px;
	}

	.theme2027 .headerSearch--2027 {
		width: calc(100% - 32px);
	}

	.theme2027 .headerSearch--2027 .headerSearch__form {
		padding: 6px 16px 14px;
		border-radius: 18px;
	}

	.theme2027.home .homeUsps--2027 {
		padding-top: var(--home-hero-usps-gap-mobile);
	}

	.theme2027 .homeUsps--2027 {
		padding: var(--home-section-y-mobile) 20px 0;
	}

	.theme2027 .homeUsps--2027 .homeUsps__inner {
		max-width: 320px;
	}

	.theme2027 .tourCarousel--2027 {
		padding: var(--home-section-y-mobile) 10px;
	}

	.theme2027 .tourCarousel--2027 .tourCarousel__control {
		width: 42px;
		height: 42px;
	}

	.theme2027 .typeCollections--2027 {
		padding: 0 0 var(--home-section-y-mobile);
	}

	.theme2027 .typeCollections--2027 .typeCollections__inner {
		padding: 34px 16px 28px;
		border-radius: 0;
	}

	.theme2027 .typeCollections--2027 .typeCollections__title h2 {
		font-size: 34px;
	}

	.theme2027 .typeCollections--2027 .typeCollections__grid {
		grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
		gap: 8px;
	}

	.theme2027 .typeCollections--2027 .typeCollections__card {
		min-height: 132px;
		max-width: 249px;
		border-radius: 10px;
	}

	.theme2027 .typeCollections--2027 .typeCollections__image,
	.theme2027 .typeCollections--2027 .typeCollections__image picture,
	.theme2027 .typeCollections--2027 .typeCollections__image img.imgthumb {
		height: 132px;
	}

	.theme2027 .typeCollections--2027 .typeCollections__label {
		right: 10px;
		bottom: 10px;
		left: 10px;
		min-height: 36px;
		padding: 0 12px;
		font-size: 16px;
		gap: 8px;
	}

	.theme2027 .howItWorks--2027 h2 {
		font-size: 34px;
	}

	.theme2027 .howItWorks--2027 .faq-question,
	.theme2027 .howItWorks--2027 .faq-question * {
		font-size: 22px !important;
	}

	.theme2027 .contact2027__newsletter {
		padding: 30px 18px;
	}

	.theme2027 .contact2027__newsletterButton {
		width: 100%;
		max-width: 360px;
		min-height: 42px;
		padding: 0 22px;
		font-size: 14px;
	}

	.theme2027 .contact2027__title {
		font-size: 28px;
	}

	.theme2027 .contact2027__actions {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 22px 12px;
		width: 100%;
	}

	.theme2027 .contact2027__action {
		min-width: 0;
		font-size: 16px;
		font-weight: 600;
		white-space: normal;
	}

	.theme2027 .contact2027__endorsementInner {
		flex-direction: column;
		gap: 8px;
		padding-top: 18px;
		padding-bottom: 36px;
	}

	.theme2027 .contact2027__endorsementLine {
		display: none;
	}

	.theme2027 .footer2027__links {
		padding-top: 12px;
		padding-bottom: 8px;
	}

	.theme2027 .footer2027__heading,
	.theme2027 .footer2027__heading .faq-question-text,
	.theme2027 .footer2027__heading .faq-question-text * {
		font-size: 20px !important;
		font-weight: 600;
	}

	.theme2027 .howItWorks--2027 .faq-answer, .faq-answer * {
		font-size: 20px !important;
	}

	.theme2027 .howItWorks--2027 .faq-answer { 
		font-size: 50px;
	}

	.theme2027 #footerContainer.footer2027 .footer2027__list li {
		min-height: 44px;
	}

	.theme2027 #footerContainer.footer2027 .footer2027__list li a {
		font-size: 20px;
		line-height: 1.45;
	}

	.theme2027 .footer2027__bottom {
		padding-bottom: 34px;
	}
}
