:root {
	--mosaico-primary: #006684;
	--mosaico-primary-bright: #06b3e3;
	--mosaico-teal: #047d7d;
	--mosaico-lime: #a7d632;
	--mosaico-ink: #1a1c1e;
	--mosaico-muted: #5d6870;
	--mosaico-border: #e2e8f0;
	--mosaico-soft: #f4f7f8;
	--mosaico-white: #fff;
	--mosaico-dark: #202427;
	--mosaico-shadow: 0 18px 55px rgba(20, 43, 53, .12);
}

.mosaico-program,
.mosaico-program * {
	box-sizing: border-box;
}

.mosaico-program {
	--mosaico-sticky-offset: 128px;
	background: #fbfcfd;
	color: var(--mosaico-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow: clip;
}

.mosaico-program h1,
.mosaico-program h2,
.mosaico-program h3,
.mosaico-program p,
.mosaico-program dl,
.mosaico-program blockquote {
	margin-top: 0;
}

.mosaico-program h1,
.mosaico-program h2,
.mosaico-program h3 {
	color: inherit;
	font-family: "Hanken Grotesk", Inter, Arial, sans-serif;
	letter-spacing: -.025em;
	overflow-wrap: anywhere;
}

.mosaico-program iframe,
.mosaico-program video,
.mosaico-program embed,
.mosaico-program object {
	max-width: 100%;
}

.mosaico-rich-text,
.mosaico-section__intro,
.mosaico-program__lead,
.mosaico-contact-card,
.mosaico-booking-card {
	overflow-wrap: anywhere;
}

.mosaico-rich-text table,
.mosaico-section__intro table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mosaico-program h2 {
	font-size: clamp(30px, 4vw, 43px);
	line-height: 1.15;
	margin-bottom: 28px;
}

.mosaico-program h3 {
	font-size: 21px;
	line-height: 1.3;
}

.mosaico-program img {
	display: block;
	max-width: 100%;
}

.mosaico-container {
	margin-inline: auto;
	max-width: 1280px;
	padding-inline: 40px;
	width: 100%;
}

.mosaico-program__hero {
	align-items: center;
	background-color: #174a5a;
	background-image: var(--mosaico-hero-image);
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: min(820px, 86vh);
	position: relative;
}

.mosaico-program__hero--plain {
	background-image:
		radial-gradient(circle at 78% 18%, rgba(6, 179, 227, .55), transparent 27%),
		linear-gradient(135deg, #073d50, #006684 60%, #047d7d);
}

.mosaico-program__hero-overlay {
	background: linear-gradient(90deg, rgba(9, 25, 31, .86) 0%, rgba(9, 25, 31, .62) 48%, rgba(9, 25, 31, .22) 100%);
	inset: 0;
	position: absolute;
}

.mosaico-program__hero-copy > * {
	animation: mosaico-hero-copy-in .8s cubic-bezier(.2, .8, .2, 1) both;
}

.mosaico-program__hero-copy > :nth-child(1) {
	animation-delay: .08s;
}

.mosaico-program__hero-copy > :nth-child(2) {
	animation-delay: .16s;
}

.mosaico-program__hero-copy > :nth-child(3) {
	animation-delay: .24s;
}

.mosaico-program__hero-copy > :nth-child(4) {
	animation-delay: .32s;
}

@keyframes mosaico-hero-copy-in {
	from {
		opacity: 0;
		transform: translateY(22px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.mosaico-program__hero-inner {
	padding-block: 120px 155px;
	position: relative;
	z-index: 1;
}

.mosaico-program__hero-copy {
	color: #fff;
	max-width: 850px;
}

.mosaico-program__eyebrows {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 26px;
}

.mosaico-pill {
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	padding: 8px 14px;
	text-transform: uppercase;
}

.mosaico-pill--primary {
	background: var(--mosaico-primary-bright);
	color: #003f51;
}

.mosaico-pill--glass {
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .25);
	color: #fff;
}

.mosaico-program__hero h1 {
	color: #fff;
	font-size: clamp(44px, 6.3vw, 78px);
	line-height: 1.02;
	margin-bottom: 26px;
	max-width: 1000px;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .18);
}

.mosaico-program__lead {
	color: rgba(255, 255, 255, .9);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.6;
	margin-bottom: 35px;
	max-width: 720px;
}

.mosaico-program__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.mosaico-button {
	align-items: center;
	border: 0;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px transparent;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	line-height: 1.2;
	padding: 17px 24px;
	text-decoration: none !important;
	transition:
		transform .35s cubic-bezier(.2, .8, .2, 1),
		background-color .35s ease,
		color .35s ease,
		border-color .35s ease,
		box-shadow .35s ease;
}

.mosaico-button:hover {
	transform: translateY(-3px);
}

.mosaico-button:focus-visible {
	outline: 3px solid rgba(6, 179, 227, .35);
	outline-offset: 3px;
}

.mosaico-button > span {
	transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}

.mosaico-button:hover > span {
	transform: translateX(4px);
}

.mosaico-button--light {
	background: #fff;
	color: var(--mosaico-primary);
}

.mosaico-program .mosaico-button--light:hover {
	background: var(--mosaico-primary);
	box-shadow: inset 0 0 0 2px #fff, 0 12px 30px rgba(0, 0, 0, .18);
	color: #fff;
}

.mosaico-button--outline {
	background: rgba(255, 255, 255, .05);
	border: 2px solid rgba(255, 255, 255, .85);
	color: #fff;
}

.mosaico-program .mosaico-button--outline:hover {
	background: #fff;
	border-color: #fff;
	color: var(--mosaico-primary);
}

.mosaico-button--primary {
	background: var(--mosaico-primary);
	box-shadow: 0 10px 30px rgba(0, 102, 132, .22);
	color: #fff;
}

.mosaico-program .mosaico-button--primary:hover {
	background: #fff;
	box-shadow: inset 0 0 0 2px var(--mosaico-primary), 0 12px 30px rgba(0, 102, 132, .14);
	color: var(--mosaico-primary);
}

.mosaico-button--secondary {
	background: var(--mosaico-teal);
	color: #fff;
}

.mosaico-program .mosaico-button--secondary:hover {
	background: #fff;
	box-shadow: inset 0 0 0 2px var(--mosaico-teal), 0 12px 30px rgba(4, 125, 125, .14);
	color: var(--mosaico-teal);
}

.mosaico-button--full {
	width: 100%;
}

.mosaico-button__download-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
}

.mosaico-button__download-icon svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 18px;
}

.mosaico-program__body {
	padding-bottom: 95px;
	position: relative;
	z-index: 3;
}

.mosaico-program__layout {
	align-items: start;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 2fr) minmax(310px, .9fr);
	margin-top: -90px;
}

.mosaico-program__content {
	min-width: 0;
}

.mosaico-highlight-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 76px;
}

.mosaico-highlight-card {
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(20, 43, 53, .06);
	padding: 34px;
	transition:
		border-color .4s ease,
		box-shadow .4s cubic-bezier(.2, .8, .2, 1),
		transform .4s cubic-bezier(.2, .8, .2, 1);
}

.mosaico-highlight-card:hover {
	border-color: rgba(6, 179, 227, .45);
	box-shadow: var(--mosaico-shadow);
	transform: translateY(-7px);
}

.mosaico-highlight-card .mosaico-icon {
	transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.mosaico-highlight-card:hover .mosaico-icon {
	transform: rotate(-5deg) scale(1.08);
}

.mosaico-location-card {
	background: var(--mosaico-dark);
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(20, 43, 53, .14);
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .85fr);
	margin: -38px 0 76px;
	min-height: 310px;
	overflow: hidden;
}

.mosaico-location-card__map {
	min-height: 310px;
	overflow: hidden;
	position: relative;
}

.mosaico-location-card__map::after {
	background: linear-gradient(90deg, transparent 75%, rgba(32, 36, 39, .32));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.mosaico-location-card__map iframe {
	border: 0;
	filter: saturate(.82) contrast(1.04);
	height: 100%;
	inset: 0;
	position: absolute;
	transition: filter .5s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
	width: 100%;
}

.mosaico-location-card:hover .mosaico-location-card__map iframe {
	filter: saturate(1) contrast(1);
	transform: scale(1.012);
}

.mosaico-location-card__content {
	color: #fff;
	display: block;
	padding: 38px 36px;
}

.mosaico-location-card__pin {
	align-items: center;
	background: var(--mosaico-primary-bright);
	border-radius: 12px;
	color: #003f51;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 24px;
	width: 48px;
}

.mosaico-location-card__pin svg {
	fill: none;
	height: 25px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 25px;
}

.mosaico-location-card h2 {
	color: #fff;
	font-size: clamp(27px, 3vw, 36px);
	line-height: 1.14;
	margin-bottom: 13px;
	max-width: 420px;
}

.mosaico-location-card__content > div > p:not(.mosaico-section__kicker) {
	color: rgba(255, 255, 255, .66);
	font-size: 14px;
	line-height: 1.55;
	margin-bottom: 24px;
}

.mosaico-location-card__actions {
	display: grid;
	gap: 9px;
}

.mosaico-location-card__actions a {
	align-items: center;
	color: #8bdfff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 7px;
	line-height: 1.4;
	text-decoration: none;
	transition: color .3s ease, gap .3s ease;
}

.mosaico-location-card__actions a:hover {
	color: #fff;
	gap: 11px;
}

.mosaico-highlight-card h2 {
	font-size: 25px;
	margin-bottom: 12px;
}

.mosaico-highlight-card p {
	color: var(--mosaico-muted);
	margin-bottom: 0;
}

.mosaico-icon {
	align-items: center;
	border-radius: 12px;
	display: flex;
	height: 52px;
	justify-content: center;
	margin-bottom: 24px;
	width: 52px;
}

.mosaico-icon svg {
	fill: none;
	height: 27px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 27px;
}

.mosaico-icon--blue {
	background: rgba(6, 179, 227, .14);
	color: var(--mosaico-primary);
}

.mosaico-icon--green {
	background: rgba(167, 214, 50, .16);
	color: #587400;
}

.mosaico-section {
	margin-bottom: 88px;
}

.mosaico-content-tabs {
	background: rgba(255, 255, 255, .96);
	border: 1px solid var(--mosaico-border);
	border-radius: 14px;
	box-shadow: 0 10px 35px rgba(20, 43, 53, .08);
	margin: -35px 0 56px;
	padding: 8px;
	position: sticky;
	top: var(--mosaico-sticky-offset);
	transition: top .25s ease, box-shadow .3s ease;
	z-index: 20;
}

.mosaico-content-tabs__scroller {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: visible;
}

.mosaico-content-tabs__button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: var(--mosaico-muted);
	cursor: pointer;
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	padding: 11px 14px;
	min-width: 0;
	transition: background-color .3s ease, color .3s ease, transform .3s ease;
	white-space: normal;
}

.mosaico-content-tabs__button:hover {
	background: var(--mosaico-soft);
	color: var(--mosaico-primary);
	transform: translateY(-1px);
}

.mosaico-content-tabs__button.is-active {
	background: var(--mosaico-primary);
	color: #fff;
}

.mosaico-content-tabs__button--all {
	border: 1px dashed var(--mosaico-border);
}

.mosaico-program.is-tabbed [data-mosaico-panel][hidden] {
	display: none !important;
}

.mosaico-program.is-tabbed [data-mosaico-panel]:not([hidden]) {
	animation: mosaico-panel-in .5s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes mosaico-panel-in {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.mosaico-section__kicker,
.mosaico-mini-label {
	color: var(--mosaico-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mosaico-section > h2 {
	border-left: 4px solid var(--mosaico-primary-bright);
	padding-left: 22px;
}

.mosaico-section__intro {
	color: #38464c;
	font-size: 20px;
	line-height: 1.65;
	margin-bottom: 28px;
}

.mosaico-rich-text {
	color: #435159;
}

.mosaico-rich-text > :last-child,
.mosaico-section__intro > :last-child {
	margin-bottom: 0;
}

.mosaico-check-grid {
	display: grid;
	gap: 25px 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mosaico-check-item {
	display: flex;
	gap: 14px;
}

.mosaico-check-item h3 {
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	margin-bottom: 4px;
}

.mosaico-check-item p {
	color: var(--mosaico-muted);
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

.mosaico-check {
	align-items: center;
	background: rgba(4, 125, 125, .12);
	border-radius: 50%;
	color: var(--mosaico-teal);
	display: flex;
	flex: 0 0 24px;
	font-size: 14px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	margin-top: 2px;
}

.mosaico-date-list {
	border-top: 1px solid var(--mosaico-border);
}

.mosaico-date-list article {
	align-items: center;
	border-bottom: 1px solid var(--mosaico-border);
	display: flex;
	gap: 25px;
	justify-content: space-between;
	padding: 21px 0;
}

.mosaico-date-list h3 {
	font-size: 18px;
	margin-bottom: 4px;
}

.mosaico-date-list p,
.mosaico-date-list small {
	color: var(--mosaico-muted);
	display: block;
	font-size: 13px;
	margin-bottom: 0;
}

.mosaico-date-list__availability {
	flex: 0 0 auto;
	text-align: right;
}

.mosaico-date-list__availability strong,
.mosaico-date-list__availability span {
	display: block;
}

.mosaico-date-list__availability strong {
	color: var(--mosaico-primary);
}

.mosaico-date-list__availability span {
	color: var(--mosaico-teal);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.mosaico-section--soft {
	background: var(--mosaico-soft);
	border: 1px solid var(--mosaico-border);
	border-radius: 20px;
	padding: 42px;
}

.mosaico-stat-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 34px;
	overflow: hidden;
}

.mosaico-stat {
	background: #fff;
	padding: 22px 15px;
	text-align: center;
}

.mosaico-stat:first-child {
	border-radius: 12px 0 0 12px;
}

.mosaico-stat:last-child {
	border-radius: 0 12px 12px 0;
}

.mosaico-stat strong,
.mosaico-stat span {
	display: block;
}

.mosaico-stat strong {
	color: var(--mosaico-primary);
	font-family: "Hanken Grotesk", Inter, sans-serif;
	font-size: 27px;
	line-height: 1.1;
}

.mosaico-stat span {
	color: var(--mosaico-muted);
	font-size: 11px;
	line-height: 1.3;
	margin-top: 7px;
	text-transform: uppercase;
}

.mosaico-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 28px;
}

.mosaico-tag-list span {
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 999px;
	color: #44545b;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 12px;
}

.mosaico-accordion {
	margin-top: 30px;
}

.mosaico-accordion details {
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 10px;
	margin-top: 10px;
	padding: 0 18px;
	transition: border-color .3s ease, box-shadow .3s ease;
}

.mosaico-accordion details:hover,
.mosaico-accordion details[open] {
	border-color: rgba(6, 179, 227, .45);
	box-shadow: 0 8px 24px rgba(20, 43, 53, .06);
}

.mosaico-accordion summary {
	cursor: pointer;
	font-weight: 800;
	padding: 17px 0;
}

.mosaico-accordion details > div {
	border-top: 1px solid var(--mosaico-border);
	color: var(--mosaico-muted);
	padding: 16px 0;
}

.mosaico-program .mosaico-accordion ul {
	list-style: none !important;
	margin: 12px 0 0 !important;
	padding: 0 !important;
}

.mosaico-program .mosaico-accordion li {
	list-style: none !important;
	padding: 3px 0 3px 17px !important;
	position: relative;
}

.mosaico-program .mosaico-accordion li::before {
	color: var(--mosaico-primary-bright) !important;
	content: "—" !important;
	display: block !important;
	font-size: 12px;
	left: 0 !important;
	position: absolute !important;
	top: 3px !important;
}

.mosaico-program .mosaico-accordion li::marker {
	content: none;
}

.mosaico-destination {
	background: var(--mosaico-dark);
	border-radius: 22px;
	color: #fff;
	margin-bottom: 88px;
	overflow: hidden;
	padding: 44px;
}

.mosaico-destination h2 {
	color: #fff;
	font-size: 38px;
	margin-bottom: 15px;
}

.mosaico-destination__copy > p:not(.mosaico-section__kicker) {
	color: rgba(255, 255, 255, .7);
}

.mosaico-destination__copy > a {
	color: #8bdfff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: color .3s ease, letter-spacing .3s ease;
}

.mosaico-destination__copy > a:hover {
	color: #fff;
	letter-spacing: .02em;
}

.mosaico-gallery {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 32px;
}

.mosaico-gallery__item {
	appearance: none;
	background: #263036;
	border: 0;
	border-radius: 10px;
	cursor: zoom-in;
	height: 135px;
	overflow: hidden;
	padding: 0;
}

.mosaico-gallery__item img {
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
	width: 100%;
}

.mosaico-gallery__item:hover img {
	transform: scale(1.06);
}

.mosaico-program__top-gallery {
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 18px;
	box-shadow: var(--mosaico-shadow);
	margin-bottom: 26px;
	padding: 18px;
}

.mosaico-program__top-gallery-heading {
	align-items: end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.mosaico-program__top-gallery-heading h2 {
	font-size: 25px;
	line-height: 1.15;
	margin: 0;
}

.mosaico-program__top-gallery-heading .mosaico-section__kicker {
	margin-bottom: 4px;
}

.mosaico-program__top-gallery-heading > span {
	color: var(--mosaico-muted);
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.mosaico-program__top-gallery .mosaico-gallery {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0;
}

.mosaico-program__top-gallery .mosaico-gallery__item {
	height: 118px;
	position: relative;
}

.mosaico-program__top-gallery .mosaico-gallery--single {
	grid-template-columns: minmax(0, 1fr);
}

.mosaico-program__top-gallery .mosaico-gallery--single .mosaico-gallery__item {
	height: 220px;
}

.mosaico-gallery__more {
	align-items: center;
	background: rgba(5, 27, 34, .66);
	color: #fff;
	display: flex;
	font-size: 24px;
	font-weight: 800;
	inset: 0;
	justify-content: center;
	position: absolute;
}

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

.mosaico-image-card {
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 16px;
	overflow: hidden;
	transition:
		border-color .4s ease,
		box-shadow .4s cubic-bezier(.2, .8, .2, 1),
		transform .4s cubic-bezier(.2, .8, .2, 1);
}

.mosaico-image-card:hover {
	border-color: rgba(6, 179, 227, .45);
	box-shadow: var(--mosaico-shadow);
	transform: translateY(-6px);
}

.mosaico-image-card > img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2, .8, .2, 1);
	width: 100%;
}

.mosaico-image-card:hover > img {
	transform: scale(1.045);
}

.mosaico-image-card__body {
	padding: 26px;
}

.mosaico-image-card__body h3 {
	margin-bottom: 12px;
}

.mosaico-program .mosaico-inline-details {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none !important;
	margin: 18px 0 0;
	padding: 0;
}

.mosaico-program .mosaico-inline-details li {
	background: var(--mosaico-soft);
	border-radius: 5px;
	color: var(--mosaico-muted);
	font-size: 11px;
	list-style: none !important;
	padding: 5px 8px;
	text-transform: capitalize;
}

.mosaico-program .mosaico-inline-details li::before,
.mosaico-program .mosaico-inline-details li::marker {
	content: none !important;
	display: none !important;
}

.mosaico-experience-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 30px;
}

.mosaico-experience {
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 14px;
	display: grid;
	grid-template-columns: 115px 1fr;
	overflow: hidden;
	transition:
		border-color .4s ease,
		box-shadow .4s cubic-bezier(.2, .8, .2, 1),
		transform .4s cubic-bezier(.2, .8, .2, 1);
}

.mosaico-experience:hover {
	border-color: rgba(6, 179, 227, .42);
	box-shadow: 0 16px 38px rgba(20, 43, 53, .1);
	transform: translateY(-5px);
}

.mosaico-experience > img {
	height: 100%;
	min-height: 160px;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2, .8, .2, 1);
	width: 100%;
}

.mosaico-experience:hover > img {
	transform: scale(1.06);
}

.mosaico-experience > div {
	padding: 20px;
}

.mosaico-experience h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.mosaico-experience p {
	color: var(--mosaico-muted);
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.mosaico-included {
	color: var(--mosaico-teal);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.mosaico-section--dark {
	background: var(--mosaico-dark);
	border-radius: 20px;
	color: #fff;
	padding: 44px;
}

.mosaico-section--dark h2 {
	border-color: var(--mosaico-lime);
	color: #fff;
}

.mosaico-section--dark .mosaico-rich-text {
	color: rgba(255, 255, 255, .74);
}

.mosaico-dark-note {
	border-left: 2px solid var(--mosaico-lime);
	color: rgba(255, 255, 255, .74);
	margin-top: 25px;
	padding-left: 20px;
}

.mosaico-dark-note h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 7px;
}

.mosaico-dark-note p:last-child {
	margin-bottom: 0;
}

.mosaico-detail-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 32px 0 0;
}

.mosaico-detail-grid > div {
	background: rgba(255, 255, 255, .06);
	padding: 18px;
}

.mosaico-detail-grid dt {
	color: rgba(255, 255, 255, .55);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.mosaico-detail-grid dd {
	font-weight: 800;
	margin: 4px 0 0;
}

.mosaico-table-wrap {
	border: 1px solid var(--mosaico-border);
	border-radius: 12px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mosaico-table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	min-width: 650px;
	width: 100%;
}

.mosaico-table th,
.mosaico-table td {
	border: 0;
	border-bottom: 1px solid var(--mosaico-border);
	padding: 16px;
	text-align: left;
}

.mosaico-table th {
	background: var(--mosaico-soft);
	color: var(--mosaico-muted);
	font-size: 11px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.mosaico-table tr:last-child td {
	border-bottom: 0;
}

.mosaico-table td:last-child {
	color: var(--mosaico-primary);
}

.mosaico-supplements {
	border-top: 1px solid var(--mosaico-border);
	margin-top: 28px;
	padding-top: 24px;
}

.mosaico-supplements h3 {
	font-size: 19px;
}

.mosaico-supplements > div {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 8px 0;
}

.mosaico-supplements small {
	color: var(--mosaico-muted);
	display: block;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 2px;
}

.mosaico-package-list {
	border-top: 1px solid var(--mosaico-border);
	margin-top: 28px;
	padding-top: 24px;
}

.mosaico-package-list h3 {
	font-size: 19px;
}

.mosaico-package-list article {
	display: flex;
	gap: 12px;
	margin-top: 14px;
}

.mosaico-package-list article strong {
	display: block;
	font-size: 14px;
}

.mosaico-package-list article p {
	color: var(--mosaico-muted);
	font-size: 12px;
	margin: 2px 0 0;
}

.mosaico-note {
	background: #f4f7f8;
	border-left: 3px solid var(--mosaico-primary-bright);
	color: var(--mosaico-muted);
	font-size: 13px;
	margin-top: 24px;
	padding: 14px 18px;
}

.mosaico-note p:last-child {
	margin-bottom: 0;
}

.mosaico-document-list {
	display: grid;
	gap: 10px;
	margin-bottom: 30px;
}

.mosaico-document-list > a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 10px;
	color: var(--mosaico-ink);
	display: flex;
	gap: 14px;
	padding: 15px;
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease;
}

.mosaico-document-list > a:hover {
	border-color: var(--mosaico-primary-bright);
	transform: translateX(3px);
}

.mosaico-document-list > a > span {
	align-items: center;
	background: rgba(6, 179, 227, .12);
	border-radius: 8px;
	color: var(--mosaico-primary);
	display: flex;
	flex: 0 0 38px;
	font-size: 20px;
	font-weight: 800;
	height: 38px;
	justify-content: center;
}

.mosaico-document-list > a > span svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 20px;
}

.mosaico-document-list strong,
.mosaico-document-list small {
	display: block;
}

.mosaico-document-list small {
	color: var(--mosaico-muted);
	font-size: 11px;
	margin-top: 2px;
}

.mosaico-program__sidebar {
	min-width: 0;
}

.mosaico-program__sticky {
	display: grid;
	gap: 26px;
	position: sticky;
	top: 120px;
}

.mosaico-booking-card,
.mosaico-contact-card {
	background: rgba(255, 255, 255, .96);
	border: 1px solid var(--mosaico-border);
	border-radius: 18px;
	box-shadow: var(--mosaico-shadow);
	padding: 30px;
}

.mosaico-booking-card__price {
	align-items: flex-end;
	display: flex;
	gap: 15px;
	justify-content: space-between;
}

.mosaico-booking-card__price > div > span,
.mosaico-booking-card__price > div > strong {
	display: block;
}

.mosaico-booking-card__price > div > span {
	color: var(--mosaico-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.mosaico-booking-card__price > div > strong {
	color: var(--mosaico-primary);
	font-family: "Hanken Grotesk", Inter, sans-serif;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.1;
	margin-top: 3px;
}

.mosaico-status {
	background: #dcf8ed;
	border-radius: 6px;
	color: #006b4b;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.25;
	padding: 7px 9px;
	text-align: center;
	text-transform: uppercase;
}

.mosaico-status--ultimas_plazas {
	background: #fff0ce;
	color: #7f5200;
}

.mosaico-status--completo {
	background: #ffe0dc;
	color: #9c1c15;
}

.mosaico-overview {
	border-block: 1px solid var(--mosaico-border);
	margin: 27px 0 22px;
	padding: 14px 0;
}

.mosaico-overview > div {
	align-items: baseline;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 8px 0;
}

.mosaico-overview dt {
	color: var(--mosaico-muted);
	font-size: 13px;
}

.mosaico-overview dd {
	font-size: 13px;
	font-weight: 800;
	margin: 0;
	text-align: right;
}

.mosaico-booking-card__dates {
	color: #3e4c53;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 12px;
}

.mosaico-booking-card__places {
	color: var(--mosaico-teal);
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 19px;
}

.mosaico-booking-card__small {
	color: var(--mosaico-muted);
	font-size: 11px;
	margin: 13px 0 0;
	text-align: center;
}

.mosaico-contact-card {
	background: var(--mosaico-soft);
	box-shadow: none;
	scroll-margin-top: 130px;
}

.mosaico-contact-card h2 {
	font-size: 26px;
	margin-bottom: 13px;
}

.mosaico-contact-card > p:not(.mosaico-section__kicker) {
	color: var(--mosaico-muted);
	font-size: 13px;
	line-height: 1.5;
}

.mosaico-contact-options {
	display: grid;
	gap: 11px;
	margin-top: 20px;
}

.mosaico-contact-options > a:not(.mosaico-button) {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 9px;
	display: flex;
	justify-content: space-between;
	padding: 12px 14px;
	text-decoration: none;
	transition: background-color .3s ease, border-color .3s ease, transform .3s ease;
}

.mosaico-contact-options > a:not(.mosaico-button) > * {
	min-width: 0;
}

.mosaico-contact-options > a:not(.mosaico-button):hover {
	background: #fff;
	border-color: var(--mosaico-primary-bright);
	transform: translateX(3px);
}

.mosaico-contact-options > a span {
	color: var(--mosaico-muted);
	font-size: 12px;
}

.mosaico-contact-options > a strong {
	color: var(--mosaico-primary);
	font-size: 13px;
	overflow-wrap: anywhere;
	text-align: right;
}

.mosaico-contact-card__form input,
.mosaico-contact-card__form textarea,
.mosaico-contact-card__form select {
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 8px;
	margin-top: 5px;
	padding: 12px;
	width: 100%;
}

.mosaico-contact-card__form input[type="submit"],
.mosaico-contact-card__form button[type="submit"] {
	background: var(--mosaico-teal);
	border: 0;
	color: #fff;
	font-weight: 800;
}

.mosaico-inquiry-form {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.mosaico-program .mosaico-inquiry-form > button[type="submit"] {
	background: var(--mosaico-teal);
	box-shadow: 0 9px 22px rgba(4, 125, 125, .2);
	color: #fff;
	font-size: 15px;
	line-height: 1.25;
	min-height: 56px;
	padding: 18px 26px;
}

.mosaico-program .mosaico-inquiry-form > button[type="submit"]:hover {
	background: #036c6c;
	box-shadow: 0 13px 28px rgba(4, 108, 108, .28);
	color: #fff;
}

.mosaico-program .mosaico-inquiry-form > button[type="submit"]:active {
	box-shadow: 0 5px 14px rgba(4, 108, 108, .2);
	transform: translateY(0);
}

.mosaico-inquiry-form__field label {
	color: #34434a;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.mosaico-inquiry-form__field label span {
	color: #b42318;
}

.mosaico-inquiry-form__field input,
.mosaico-inquiry-form__field textarea {
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 8px;
	box-shadow: none;
	color: var(--mosaico-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	outline: none;
	padding: 12px 13px;
	transition: border-color .2s ease, box-shadow .2s ease;
	width: 100%;
}

.mosaico-inquiry-form__field textarea {
	min-height: 105px;
	resize: vertical;
}

.mosaico-inquiry-form__field input:focus,
.mosaico-inquiry-form__field textarea:focus {
	border-color: var(--mosaico-primary-bright);
	box-shadow: 0 0 0 3px rgba(6, 179, 227, .13);
}

.mosaico-inquiry-form__privacy {
	align-items: flex-start;
	display: flex;
	gap: 9px;
}

.mosaico-inquiry-form__privacy input {
	flex: 0 0 auto;
	height: 16px;
	margin: 3px 0 0;
	width: 16px;
}

.mosaico-inquiry-form__privacy label {
	color: var(--mosaico-muted);
	font-size: 10px;
	line-height: 1.45;
}

.mosaico-inquiry-form__honeypot {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.mosaico-form-notice {
	border-radius: 8px;
	font-size: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 11px 13px;
}

.mosaico-form-notice--success {
	background: #dcf8ed;
	border: 1px solid #a7e8d1;
	color: #006b4b;
}

.mosaico-form-notice--error {
	background: #fff0ee;
	border: 1px solid #f4c7c2;
	color: #8f2119;
}

.mosaico-testimonials {
	background: var(--mosaico-soft);
	border-block: 1px solid var(--mosaico-border);
	padding: 90px 0;
}

.mosaico-testimonials > .mosaico-container > h2 {
	font-size: clamp(32px, 4vw, 45px);
	max-width: 650px;
}

.mosaico-testimonial-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 38px;
}

.mosaico-testimonial {
	background: #fff;
	border: 1px solid var(--mosaico-border);
	border-radius: 15px;
	margin-bottom: 0;
	padding: 28px;
}

.mosaico-testimonial__stars {
	color: #e6a817;
	letter-spacing: 2px;
	margin-bottom: 17px;
}

.mosaico-testimonial > p {
	color: #37454c;
	font-size: 15px;
	font-style: italic;
	line-height: 1.7;
}

.mosaico-testimonial footer {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 22px;
}

.mosaico-testimonial footer img {
	border-radius: 50%;
	height: 46px;
	object-fit: cover;
	width: 46px;
}

.mosaico-testimonial footer strong {
	font-size: 13px;
}

.mosaico-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity .75s cubic-bezier(.2, .8, .2, 1),
		transform .75s cubic-bezier(.2, .8, .2, 1);
	transition-delay: var(--mosaico-reveal-delay, 0ms);
}

.mosaico-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.mosaico-lightbox {
	align-items: center;
	background: rgba(6, 15, 19, .92);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 55px;
	position: fixed;
	z-index: 99999;
}

.mosaico-lightbox[hidden] {
	display: none;
}

.mosaico-lightbox img {
	max-height: 88vh;
	max-width: min(1100px, 92vw);
	object-fit: contain;
}

.mosaico-lightbox__close {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 45px;
	line-height: 1;
	position: absolute;
	right: 25px;
	top: 18px;
}

.mosaico-program .mosaico-lightbox__nav {
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, .94);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .3);
	color: #15262c;
	cursor: pointer;
	display: flex;
	font-size: 42px;
	height: 52px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 52px;
	padding: 0 0 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	z-index: 1;
}

.mosaico-program .mosaico-lightbox__nav[hidden] {
	display: none;
}

.mosaico-lightbox__nav--prev {
	left: 24px;
}

.mosaico-lightbox__nav--next {
	right: 24px;
}

.mosaico-lightbox__counter {
	background: rgba(5, 18, 23, .72);
	border-radius: 999px;
	bottom: 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	left: 50%;
	margin: 0;
	padding: 7px 13px;
	position: absolute;
	transform: translateX(-50%);
}

.mosaico-callback-modal {
	align-items: center;
	background: rgba(6, 15, 19, .78);
	display: flex;
	inset: 0;
	justify-content: center;
	overflow-y: auto;
	padding: 30px 18px;
	position: fixed;
	z-index: 100000;
}

.mosaico-callback-modal[hidden] {
	display: none;
}

.mosaico-callback-modal__panel {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
	max-height: calc(100vh - 60px);
	overflow-y: auto;
	padding: 38px;
	position: relative;
	width: min(560px, 100%);
}

.mosaico-callback-modal__panel h2 {
	font-size: clamp(27px, 4vw, 36px);
	margin-bottom: 10px;
}

.mosaico-callback-modal__panel > p:not(.mosaico-section__kicker) {
	color: var(--mosaico-muted);
	font-size: 14px;
	margin-bottom: 24px;
}

.mosaico-callback-modal__close {
	-webkit-appearance: none;
	appearance: none;
	background: var(--mosaico-soft);
	border: 0;
	border-radius: 50%;
	color: var(--mosaico-primary);
	cursor: pointer;
	font-size: 28px;
	height: 42px;
	line-height: 1;
	padding: 0 0 3px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 42px;
}

.mosaico-callback-modal__form input,
.mosaico-callback-modal__form select,
.mosaico-callback-modal__form textarea {
	max-width: 100%;
}

@media (max-width: 560px) {
	.mosaico-callback-modal {
		align-items: flex-start;
		padding: 15px;
	}

	.mosaico-callback-modal__panel {
		max-height: calc(100vh - 30px);
		padding: 30px 22px;
	}
}

.mosaico-mobile-cta {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.mosaico-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.mosaico-button,
	.mosaico-highlight-card,
	.mosaico-gallery__item img {
		transition: none;
	}

	.mosaico-program__hero-copy > * {
		animation: none;
	}
}

@media (max-width: 1050px) {
	.mosaico-program__layout {
		gap: 32px;
		grid-template-columns: minmax(0, 1.65fr) minmax(290px, .8fr);
	}

	.mosaico-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mosaico-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mosaico-stat:first-child,
	.mosaico-stat:last-child {
		border-radius: 0;
	}

	.mosaico-experience-grid {
		grid-template-columns: 1fr;
	}

	.mosaico-location-card {
		grid-template-columns: minmax(0, 1.05fr) minmax(290px, .95fr);
	}
}

@media (max-width: 820px) {
	.mosaico-container {
		padding-inline: 22px;
	}

	.mosaico-program__hero {
		min-height: 670px;
	}

	.mosaico-program__hero-inner {
		padding-block: 105px 135px;
	}

	.mosaico-program__layout {
		display: block;
		margin-top: -70px;
	}

	.mosaico-program__sidebar {
		margin-top: 55px;
	}

	.mosaico-program__sticky {
		position: static;
	}

	.mosaico-content-tabs {
		margin-top: -28px;
		position: relative;
		top: auto;
	}

	.mosaico-content-tabs__scroller {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mosaico-highlight-grid,
	.mosaico-check-grid,
	.mosaico-card-grid,
	.mosaico-testimonial-grid {
		grid-template-columns: 1fr;
	}

	.mosaico-highlight-grid {
		margin-bottom: 62px;
	}

	.mosaico-location-card {
		grid-template-columns: 1fr;
		margin-top: -25px;
	}

	.mosaico-location-card__map {
		min-height: 280px;
	}

	.mosaico-location-card__map iframe {
		min-height: 280px;
		position: relative;
	}

	.mosaico-location-card__map::after {
		background: linear-gradient(0deg, rgba(32, 36, 39, .2), transparent 35%);
	}

	.mosaico-testimonial-grid {
		max-width: 620px;
	}

	.mosaico-mobile-cta {
		align-items: center;
		background: #fff;
		border-top: 1px solid var(--mosaico-border);
		bottom: 0;
		box-shadow: 0 -10px 30px rgba(20, 43, 53, .12);
		display: flex;
		gap: 14px;
		justify-content: space-between;
		left: 0;
		padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		z-index: 9990;
	}

	.mosaico-mobile-cta > div {
		min-width: 0;
	}

	.mosaico-mobile-cta > div strong {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mosaico-program:not(.mosaico-school):not(.mosaico-testimony) .mosaico-program__body {
		padding-bottom: calc(110px + env(safe-area-inset-bottom));
	}

	.mosaico-mobile-cta > div span,
	.mosaico-mobile-cta > div strong {
		display: block;
	}

	.mosaico-mobile-cta > div span {
		color: var(--mosaico-muted);
		font-size: 10px;
		text-transform: uppercase;
	}

	.mosaico-mobile-cta > div strong {
		color: var(--mosaico-primary);
		font-size: 18px;
	}

	.mosaico-mobile-cta > a {
		background: var(--mosaico-primary);
		border-radius: 8px;
		color: #fff;
		font-size: 12px;
		font-weight: 800;
		padding: 12px 16px;
		text-decoration: none;
		transition: background-color .3s ease, box-shadow .3s ease, color .3s ease;
	}

	.mosaico-mobile-cta > a:hover {
		background: #fff;
		box-shadow: inset 0 0 0 2px var(--mosaico-primary);
		color: var(--mosaico-primary);
	}
}

@media (max-width: 560px) {
	.mosaico-container {
		padding-inline: 16px;
	}

	.mosaico-program__hero {
		background-position: 62% center;
		min-height: 620px;
	}

	.mosaico-program__hero-overlay {
		background: linear-gradient(0deg, rgba(8, 25, 31, .88), rgba(8, 25, 31, .45));
	}

	.mosaico-program__hero h1 {
		font-size: clamp(34px, 10.5vw, 40px);
	}

	.mosaico-program__hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mosaico-program__hero-actions .mosaico-button {
		width: 100%;
	}

	.mosaico-program__top-gallery {
		padding: 13px;
	}

	.mosaico-program__top-gallery-heading {
		align-items: flex-start;
	}

	.mosaico-program__top-gallery-heading > span {
		display: none;
	}

	.mosaico-program__top-gallery .mosaico-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mosaico-program__top-gallery .mosaico-gallery--single {
		grid-template-columns: minmax(0, 1fr);
	}

	.mosaico-program__top-gallery .mosaico-gallery--single .mosaico-gallery__item {
		height: 180px;
	}

	.mosaico-program .mosaico-lightbox__nav {
		font-size: 34px;
		height: 42px;
		min-width: 42px;
		width: 42px;
	}

	.mosaico-lightbox__nav--prev {
		left: 10px;
	}

	.mosaico-lightbox__nav--next {
		right: 10px;
	}

	.mosaico-highlight-card,
	.mosaico-section--soft,
	.mosaico-section--dark,
	.mosaico-destination,
	.mosaico-booking-card,
	.mosaico-contact-card {
		padding: 25px;
	}

	.mosaico-location-card {
		border-radius: 16px;
		margin-bottom: 55px;
	}

	.mosaico-location-card__map,
	.mosaico-location-card__map iframe {
		min-height: 230px;
	}

	.mosaico-location-card__content {
		padding: 27px 23px;
	}

	.mosaico-location-card__pin {
		height: 42px;
		margin-bottom: 18px;
		width: 42px;
	}

	.mosaico-section {
		margin-bottom: 65px;
	}

	.mosaico-content-tabs {
		border-radius: 11px;
		margin-bottom: 40px;
		margin-inline: -4px;
		padding: 6px;
	}

	.mosaico-content-tabs__button {
		font-size: 11px;
		padding: 10px 12px;
	}

	.mosaico-section h2,
	.mosaico-destination h2 {
		font-size: 31px;
	}

	.mosaico-stat-grid,
	.mosaico-detail-grid {
		grid-template-columns: 1fr;
	}

	.mosaico-gallery {
		grid-template-columns: 1fr 1fr;
	}

	.mosaico-gallery__item {
		height: 105px;
	}

	.mosaico-experience {
		display: block;
	}

	.mosaico-experience > img {
		height: 180px;
	}

	.mosaico-booking-card__price {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.mosaico-overview > div,
	.mosaico-contact-options > a:not(.mosaico-button) {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.mosaico-overview dd,
	.mosaico-contact-options > a strong {
		text-align: left;
	}

	.mosaico-date-list article {
		align-items: flex-start;
	}

	.mosaico-lightbox {
		padding: 20px;
	}
}
