/*
 * Schoenewolf Entrée offers.
 * Every visible rule is derived from the verified home-page design system.
 */

.sw-nswe {
	--sw-purple: #7958a2;
	--sw-lavender: #a69abb;
	--sw-text: #6c6c6c;
	--sw-heading: #000;
	--sw-pink: #f6ddda;
	--sw-rose: #fdd8d6;
	--sw-sand: #ede9d6;
	--sw-line: rgba(98, 98, 98, 0.2);
	background-color: #fff;
	background-image: url("/wp-content/uploads/2025/07/balletschule-schoenewolf_SCHWAN_optisch_feinzentriert.svg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--sw-text);
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	overflow: hidden;
}

.sw-nswe *,
.sw-nswe *::before,
.sw-nswe *::after {
	box-sizing: border-box;
}

.sw-nswe :focus-visible {
	outline: 2px solid var(--sw-purple);
	outline-offset: 4px;
}

.sw-nswe h1,
.sw-nswe h2,
.sw-nswe h3,
.sw-nswe p,
.sw-nswe figure {
	margin-top: 0;
}

.sw-nswe p:last-child,
.sw-nswe figure:last-child {
	margin-bottom: 0;
}

.sw-nswe__sr-only {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.sw-nswe__wrap {
	margin: 0 auto;
	max-width: 1330px;
	padding-left: 42px;
	padding-right: 42px;
	width: 100%;
}

/* Main-page hero system. */
.sw-nswe__hero {
	background: var(--sw-rose);
	height: 56.25vw;
	margin-top: 0;
	max-height: 1080px;
	min-height: 820px;
	position: relative;
}

@media (min-width: 1025px) {
	body.sw-nswe-page .mkdf-page-header .mkdf-menu-area {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: transparent !important;
		box-shadow: none;
	}

	body.sw-nswe-page .mkdf-page-header .mkdf-menu-area #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
		color: #3f3942;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.64);
	}

	body.sw-nswe-page--events .mkdf-page-header .mkdf-menu-area #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link,
	body.sw-nswe-page--studio .mkdf-page-header .mkdf-menu-area #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
		color: #fff;
		text-shadow: 0 1px 5px rgba(18, 8, 16, 0.72);
	}

	body.sw-nswe-page--events .mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper img.mkdf-normal-logo {
		filter: brightness(0) invert(1) drop-shadow(0 1px 4px rgba(18, 8, 16, 0.54));
	}

	body.sw-nswe-page .mkdf-page-header .mkdf-menu-area #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link:hover,
	body.sw-nswe-page .mkdf-page-header .mkdf-menu-area #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link:focus-visible,
	body.sw-nswe-page .mkdf-page-header .mkdf-menu-area #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
	body.sw-nswe-page .mkdf-page-header .mkdf-menu-area #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
	body.sw-nswe-page .mkdf-page-header .mkdf-menu-area #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
		color: var(--sw-purple);
	}
}

.sw-nswe__hero-slides,
.sw-nswe__hero-slide,
.sw-nswe__hero-media,
.sw-nswe__hero-media picture,
.sw-nswe__hero-shade {
	inset: 0;
	margin: 0;
	position: absolute;
}

.sw-nswe__hero-slide {
	display: flex;
	opacity: 0;
	overflow: hidden;
	transition: opacity 1100ms ease-in-out, visibility 0s linear 1100ms;
	visibility: hidden;
	z-index: 1;
}

.sw-nswe__hero-slide.is-active {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
	z-index: 2;
}

.sw-nswe__hero-media img,
.sw-nswe__hero-media video {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: var(--sw-image-position, 50% 50%);
	width: 100%;
}

.sw-nswe__hero-video-poster {
	inset: 0;
	margin: 0;
	position: absolute;
}

.sw-nswe__hero-video-poster img {
	transform: none !important;
	transition: none !important;
}

.sw-nswe__hero-slide--video .sw-nswe__hero-media video {
	opacity: 0;
	position: relative;
	transition: opacity 1200ms ease;
	z-index: 1;
}

.sw-nswe__hero-slide--video.is-tour-ready .sw-nswe__hero-media video {
	opacity: 1;
}

.sw-nswe__hero-media img {
	transform: scale(1);
	transition: transform var(--sw-hero-interval, 7800ms) ease-in-out;
}

.sw-nswe__hero-slide.is-active .sw-nswe__hero-media img {
	transform: scale(1.12);
}

.sw-nswe--studio .sw-nswe__hero-slide:not(.sw-nswe__hero-slide--video) .sw-nswe__hero-media img {
	transition-timing-function: cubic-bezier(0.2, 0.55, 0.25, 1);
}

.sw-nswe--studio .sw-nswe__hero-slide:nth-child(2) .sw-nswe__hero-media img {
	transform: scale(1.035) translate3d(-1.6%, 0, 0);
}

.sw-nswe--studio .sw-nswe__hero-slide:nth-child(2).is-active .sw-nswe__hero-media img {
	transform: scale(1.17) translate3d(1.8%, -0.6%, 0);
}

.sw-nswe--studio .sw-nswe__hero-slide:nth-child(3) .sw-nswe__hero-media img {
	transform: scale(1.035) translate3d(1.6%, 0, 0);
}

.sw-nswe--studio .sw-nswe__hero-slide:nth-child(3).is-active .sw-nswe__hero-media img {
	transform: scale(1.17) translate3d(-1.8%, -0.5%, 0);
}

.sw-nswe__hero-media video {
	background: #e9e4dd;
	filter: saturate(0.92) contrast(1.02);
	transform: scale(1.018);
}

.sw-nswe--studio .sw-nswe__hero-slide--video .sw-nswe__hero-shade {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 30%, rgba(255, 255, 255, 0.16) 62%, rgba(255, 255, 255, 0.04) 100%);
}

body:has(.sw-nswe--studio) #ht-ctc-chat {
	bottom: 82px !important;
	right: 20px !important;
}

body:has(.sw-nswe--studio) #mkdf-back-to-top {
	bottom: 18px;
	right: 82px;
}

.sw-nswe__studio-tour-meta {
	align-items: center;
	color: rgba(51, 56, 66, 0.72);
	display: flex;
	font-size: 10px;
	font-weight: 500;
	gap: 11px;
	letter-spacing: 1.8px;
	line-height: 16px;
	margin-top: 22px;
	text-transform: uppercase;
}

.sw-nswe__studio-tour-meta::before {
	background: var(--sw-purple);
	content: "";
	height: 1px;
	width: 30px;
}

.sw-nswe__hero-slide--light .sw-nswe__hero-shade {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.63) 43%, rgba(255, 255, 255, 0.08) 74%);
}

.sw-nswe__hero-slide--dark .sw-nswe__hero-shade {
	background: linear-gradient(90deg, rgba(20, 16, 25, 0.76) 0%, rgba(20, 16, 25, 0.48) 45%, rgba(20, 16, 25, 0.08) 76%);
}

.sw-nswe__hero-inner {
	align-self: center;
	padding-left: clamp(130px, 8.5vw, 165px);
	position: relative;
	transform: translateY(-72px);
	z-index: 1;
}

.sw-nswe__hero-script {
	color: #5e3a3d;
	font-family: "Scriptina", cursive;
	font-size: 126px;
	font-weight: 400;
	line-height: 142px;
	margin: 0;
	max-width: 820px;
}

.sw-nswe__hero-title {
	color: #000;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-size: 54px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.08;
	margin: -2px 0 52px;
	max-width: 920px;
	text-transform: uppercase;
}

.sw-nswe--studio .sw-nswe__hero-slide--title-only .sw-nswe__hero-inner {
	transform: translateY(-28px);
}

.sw-nswe--studio .sw-nswe__hero-slide--title-only .sw-nswe__hero-title {
	font-size: clamp(64px, 5vw, 82px);
	letter-spacing: 0.055em;
	line-height: 1.02;
	max-width: 1020px;
}

.sw-nswe__hero-lead {
	color: #4a4a4a;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 48px;
	max-width: 680px;
}

.sw-nswe__hero-button {
	align-items: center;
	border: 1px solid currentColor;
	color: #000;
	display: inline-flex;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 4px;
	line-height: 24px;
	min-height: 54px;
	min-width: 234px;
	padding: 14px 24px;
	text-decoration: none;
	transition: color 220ms ease, border-color 220ms ease;
}

.sw-nswe__hero-button:hover,
.sw-nswe__hero-button:focus-visible {
	border-color: var(--sw-purple);
	color: var(--sw-purple);
}

.sw-nswe__hero-slide--dark .sw-nswe__hero-script,
.sw-nswe__hero-slide--dark .sw-nswe__hero-title,
.sw-nswe__hero-slide--dark .sw-nswe__hero-lead,
.sw-nswe__hero-slide--dark .sw-nswe__hero-button {
	color: #fff;
}

.sw-nswe__hero-slide--dark .sw-nswe__hero-button:hover,
.sw-nswe__hero-slide--dark .sw-nswe__hero-button:focus-visible {
	border-color: #d8cce6;
	color: #d8cce6;
}

.sw-nswe--events .sw-nswe__hero-slide:first-child .sw-nswe__hero-script {
	color: var(--sw-rose);
}

.sw-nswe__hero-slide .sw-nswe__hero-script,
.sw-nswe__hero-slide .sw-nswe__hero-title,
.sw-nswe__hero-slide .sw-nswe__hero-lead,
.sw-nswe__hero-slide .sw-nswe__hero-button {
	opacity: 0;
	transform: translateY(50px);
}

.sw-nswe__hero-slide.is-active .sw-nswe__hero-script,
.sw-nswe__hero-slide.is-active .sw-nswe__hero-title,
.sw-nswe__hero-slide.is-active .sw-nswe__hero-lead,
.sw-nswe__hero-slide.is-active .sw-nswe__hero-button {
	animation: sw-nswe-hero-reveal 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sw-nswe__hero-slide.is-active .sw-nswe__hero-title {
	animation-delay: 120ms;
}

.sw-nswe__hero-slide.is-active .sw-nswe__hero-lead {
	animation-delay: 260ms;
}

.sw-nswe__hero-slide.is-active .sw-nswe__hero-button {
	animation-delay: 420ms;
}

/* Event hero chapters: the page's fine-line and numbered editorial language, kept intentionally quiet. */
.sw-nswe__hero-nav {
	--sw-hero-nav-accent: var(--sw-rose);
	--sw-hero-nav-color: rgba(255, 255, 255, 0.9);
	--sw-hero-nav-line: rgba(255, 255, 255, 0.34);
	bottom: auto;
	color: var(--sw-hero-nav-color);
	left: 0;
	position: absolute;
	right: 0;
	top: min(calc(100svh - 38px), calc(100% - 42px));
	transform: translateY(-100%);
	transition: color 500ms ease;
	z-index: 4;
}

.sw-nswe__hero[data-active-tone="light"] .sw-nswe__hero-nav {
	--sw-hero-nav-accent: var(--sw-purple);
	--sw-hero-nav-color: rgba(48, 42, 46, 0.86);
	--sw-hero-nav-line: rgba(48, 42, 46, 0.28);
}

.sw-nswe__hero-nav-inner {
	align-items: end;
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(120px, 184px)) 38px;
	padding-left: clamp(130px, 8.5vw, 165px);
}

.sw-nswe__hero-nav-button,
.sw-nswe__hero-toggle {
	appearance: none;
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.sw-nswe__hero-nav-button {
	opacity: 0.52;
	padding: 0 0 13px;
	position: relative;
	text-align: left;
	transition: opacity 240ms ease, color 240ms ease;
}

.sw-nswe__hero-nav-button::before,
.sw-nswe__hero-nav-button::after {
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	transform-origin: left center;
}

.sw-nswe__hero-nav-button::before {
	background: var(--sw-hero-nav-line);
}

.sw-nswe__hero-nav-button::after {
	background: var(--sw-hero-nav-accent);
	transform: scaleX(0);
}

.sw-nswe__hero-nav-button.is-active {
	opacity: 1;
}

.sw-nswe__hero-nav-button.is-active::after {
	animation: sw-nswe-hero-progress var(--sw-hero-interval, 7800ms) linear forwards;
}

.sw-nswe__hero.is-paused .sw-nswe__hero-nav-button.is-active::after {
	animation-play-state: paused;
}

.sw-nswe__hero-nav-button span,
.sw-nswe__hero-nav-button strong {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}

.sw-nswe__hero-nav-button span {
	color: var(--sw-hero-nav-accent);
	font-size: 10px;
	letter-spacing: 1.8px;
	line-height: 14px;
	margin-bottom: 5px;
}

.sw-nswe__hero-nav-button strong {
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 16px;
}

.sw-nswe__hero-nav-button:hover,
.sw-nswe__hero-nav-button:focus-visible {
	opacity: 1;
}

.sw-nswe__hero-toggle {
	align-items: center;
	border: 1px solid var(--sw-hero-nav-line);
	display: flex;
	height: 34px;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
	transition: border-color 240ms ease, color 240ms ease;
	width: 34px;
}

.sw-nswe__hero-toggle:hover,
.sw-nswe__hero-toggle:focus-visible {
	border-color: var(--sw-hero-nav-accent);
	color: var(--sw-hero-nav-accent);
}

.sw-nswe__hero-toggle span {
	height: 12px;
	position: relative;
	width: 10px;
}

.sw-nswe__hero-toggle span::before,
.sw-nswe__hero-toggle span::after {
	background: currentColor;
	content: "";
	height: 12px;
	position: absolute;
	top: 0;
	width: 1px;
}

.sw-nswe__hero-toggle span::before {
	left: 2px;
}

.sw-nswe__hero-toggle span::after {
	right: 2px;
}

.sw-nswe__hero[data-user-paused="true"] .sw-nswe__hero-toggle span::before {
	background: transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid currentColor;
	border-top: 6px solid transparent;
	height: 0;
	left: 2px;
	top: 0;
	width: 0;
}

.sw-nswe__hero[data-user-paused="true"] .sw-nswe__hero-toggle span::after {
	display: none;
}

@keyframes sw-nswe-hero-reveal {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes sw-nswe-hero-progress {
	to {
		transform: scaleX(1);
	}
}

/* Shared home-page chapter language. */
.sw-nswe__chapter-script {
	color: var(--sw-lavender);
	font-family: "Scriptina", cursive;
	font-size: 68px;
	font-weight: 400;
	line-height: 95.2px;
	margin: 0;
	position: relative;
	z-index: 1;
}

.sw-nswe__chapter-title {
	color: var(--sw-heading);
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 2.52px;
	line-height: 49.98px;
	margin: 0;
	text-transform: uppercase;
}

.sw-nswe--studio .sw-nswe__chapter-title,
.sw-nswe--studio .sw-nswe__hero-title,
.sw-nswe--studio .sw-nswe__editorial-subtitle,
.sw-nswe--studio .sw-nswe__chapter-subtitle,
.sw-nswe--studio .sw-nswe__offer-title,
.sw-nswe--studio .sw-nswe__process-list strong,
.sw-nswe--studio .sw-nswe__faq summary {
	text-wrap: balance;
}

.sw-nswe__chapter-title--secondary {
	color: #626262;
	font-size: 30px;
	letter-spacing: 1.8px;
	line-height: 33.99px;
}

.sw-nswe__chapter-rule {
	background: #000;
	display: block;
	height: 1px;
	margin: 38px 0 28px;
	width: 120px;
}

.sw-nswe__center-heading {
	text-align: center;
}

.sw-nswe__center-heading .sw-nswe__chapter-rule {
	margin-left: auto;
	margin-right: auto;
}

/* Editorial opening, matching the Nicole home-page section. */
.sw-nswe__editorial {
	padding: 150px 0 140px;
}

.sw-nswe__editorial-grid {
	align-items: center;
	display: grid;
	gap: 90px;
	grid-template-columns: 602px 563px;
}

.sw-nswe__editorial-copy {
	max-width: 602px;
}

.sw-nswe__editorial-subtitle,
.sw-nswe__chapter-subtitle {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 1.14px;
	line-height: 23.75px;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.sw-nswe__editorial-text p,
.sw-nswe__chapter-copy p,
.sw-nswe__cta-copy {
	color: var(--sw-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 10px 0;
}

.sw-nswe__editorial-media {
	align-self: center;
	margin: 0;
	position: relative;
	z-index: 0;
}

.sw-nswe__editorial-media::before {
	background: var(--sw-rose);
	content: "";
	inset: -20px -20px 20px 20px;
	position: absolute;
	z-index: -1;
}

.sw-nswe__editorial-media img {
	display: block;
	height: 375px;
	object-fit: cover;
	width: 563px;
}

.sw-nswe__outline-button {
	align-items: center;
	background: transparent;
	border: 1px solid #000;
	color: #000;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 2.6px;
	line-height: 28.8px;
	margin-top: 36px;
	min-height: 55px;
	min-width: 329px;
	padding: 12px 48px;
	text-align: center;
	text-decoration: none;
	transition: border-color 180ms ease, color 180ms ease;
}

.sw-nswe__outline-button:hover,
.sw-nswe__outline-button:focus-visible {
	border-color: var(--sw-purple);
	color: var(--sw-purple);
}

.sw-nswe__editorial-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 25px;
}

.sw-nswe__editorial-links a {
	border-bottom: 1px solid rgba(121, 88, 162, 0.48);
	color: #333842;
	font-size: 11px;
	letter-spacing: 1.25px;
	padding-bottom: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.sw-nswe__editorial-links a:hover,
.sw-nswe__editorial-links a:focus-visible {
	color: var(--sw-purple);
}

/* Centered studio/event chapter. */
.sw-nswe__chapter {
	padding: 75px 0 100px;
	text-align: center;
}

.sw-nswe__chapter-inner {
	max-width: 1004px;
}

.sw-nswe__chapter .sw-nswe__chapter-script {
	font-size: 88px;
	line-height: 123.2px;
}

.sw-nswe__chapter-subtitle {
	margin: 26px 0 44px;
}

.sw-nswe__chapter-copy {
	margin: 0 auto;
	max-width: 920px;
}

/* Full-width photographic pauses from the home page. */
.sw-nswe__photo-break,
.sw-nswe__statement-media {
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.sw-nswe__photo-break {
	height: 580px;
}

.sw-nswe__photo-break--compact {
	height: 261px;
}

.sw-nswe__photo-break img,
.sw-nswe__statement-media img,
.sw-nswe__feature-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: var(--sw-photo-position, 50% 50%);
	width: 100%;
}

/* Course-table-derived offer presentation. */
.sw-nswe__offers {
	padding: 130px 0 150px;
	position: relative;
	scroll-margin-top: 110px;
	z-index: 0;
}

#sw-offers-title {
	scroll-margin-top: 150px;
}

.sw-nswe__offers::before {
	background-image: url("/wp-content/uploads/2025/07/balletschule-schoenewolf_SCHWAN_optisch_feinzentriert.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.16;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.sw-nswe__offers .sw-nswe__chapter-script {
	font-size: 68px;
	line-height: 95.2px;
}

.sw-nswe__offer-labels {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	list-style: none;
	margin: 58px 0 40px;
	padding: 0;
}

.sw-nswe__offer-labels li {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	min-width: 128px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.sw-nswe__offer-labels li.is-active {
	background: var(--sw-rose);
}

.sw-nswe__offer-grid {
	border: 1px solid rgba(108, 108, 108, 0.32);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1210px;
}

.sw-nswe__offer-card {
	background: rgba(255, 255, 255, 0.76);
	border-left: 1px solid rgba(108, 108, 108, 0.32);
	min-height: 390px;
	padding: 0 34px 44px;
}

.sw-nswe__offer-card:first-child {
	border-left: 0;
}

.sw-nswe__offer-card:nth-child(odd) {
	background: rgba(249, 247, 247, 0.82);
}

.sw-nswe__offer-card summary {
	align-items: center;
	color: #000;
	cursor: default;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 1.4px;
	line-height: 21px;
	list-style: none;
	min-height: 112px;
	text-align: center;
	text-transform: uppercase;
}

.sw-nswe__offer-card summary::-webkit-details-marker {
	display: none;
}

.sw-nswe__offer-card > .sw-nswe__offer-body {
	display: block !important;
	text-align: center;
}

.sw-nswe__offer-number {
	color: var(--sw-lavender);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2.6px;
	margin: 28px 0 30px;
}

.sw-nswe__offer-card > .sw-nswe__offer-body > p:last-of-type {
	color: var(--sw-text);
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}

.sw-nswe__offer-link {
	display: none;
}

/* Event offers keep the home-page typography, but use their own editorial rhythm. */
.sw-nswe--events .sw-nswe__offers {
	padding-bottom: 220px;
}

.sw-nswe--events .sw-nswe__offers::before {
	background-position: -120px 82%;
	background-size: 860px auto;
	opacity: 0.08;
}

.sw-nswe--events .sw-nswe__offer-labels {
	display: none;
}

.sw-nswe--events .sw-nswe__offer-grid {
	border: 0;
	counter-reset: sw-event-offer;
	gap: 54px 76px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 78px;
	max-width: 1140px;
}

.sw-nswe--events .sw-nswe__offer-card,
.sw-nswe--events .sw-nswe__offer-card:first-child,
.sw-nswe--events .sw-nswe__offer-card:nth-child(odd) {
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	border-top: 1px solid rgba(121, 88, 162, 0.5);
	counter-increment: sw-event-offer;
	cursor: pointer;
	min-height: 268px;
	padding: 44px 46px 40px;
	position: relative;
	transition: background-color 420ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sw-nswe--events .sw-nswe__offer-card::before {
	background: var(--sw-purple);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: -1px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sw-nswe--events .sw-nswe__offer-card:hover,
.sw-nswe--events .sw-nswe__offer-card:focus-within {
	background: rgba(253, 216, 214, 0.34);
	transform: translateY(-5px);
}

.sw-nswe--events .sw-nswe__offer-card:nth-child(2):hover,
.sw-nswe--events .sw-nswe__offer-card:nth-child(2):focus-within,
.sw-nswe--events .sw-nswe__offer-card:nth-child(4):hover,
.sw-nswe--events .sw-nswe__offer-card:nth-child(4):focus-within {
	background: rgba(253, 216, 214, 0.66);
	transform: translateY(63px);
}

.sw-nswe--events .sw-nswe__offer-card:hover::before,
.sw-nswe--events .sw-nswe__offer-card:focus-within::before {
	transform: scaleX(1);
}

.sw-nswe--events .sw-nswe__offer-card:nth-child(2),
.sw-nswe--events .sw-nswe__offer-card:nth-child(4) {
	background: rgba(253, 216, 214, 0.46);
	transform: translateY(68px);
}

.sw-nswe--events .sw-nswe__offer-heading {
	color: #000;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	justify-content: flex-start;
	letter-spacing: 1.4px;
	line-height: 21px;
	margin: 0;
	min-height: 0;
	padding-right: 112px;
	text-align: left;
	text-transform: uppercase;
}

.sw-nswe--events .sw-nswe__offer-heading::after {
	color: var(--sw-lavender);
	content: "0" counter(sw-event-offer);
	font-family: "Scriptina", cursive;
	font-size: 68px;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 38px;
	top: 26px;
	transition: color 320ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sw-nswe--events .sw-nswe__offer-card:hover .sw-nswe__offer-heading::after,
.sw-nswe--events .sw-nswe__offer-card:focus-within .sw-nswe__offer-heading::after {
	color: var(--sw-purple);
	transform: translate3d(-4px, -4px, 0);
}

.sw-nswe--events .sw-nswe__offer-card > .sw-nswe__offer-body {
	padding-top: 34px;
	text-align: left;
}

.sw-nswe--events .sw-nswe__offer-number {
	display: none;
}

.sw-nswe--events .sw-nswe__offer-card > .sw-nswe__offer-body > p:last-of-type {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	max-width: 440px;
}

.sw-nswe--events .sw-nswe__offer-link {
	border-bottom: 1px solid currentColor;
	color: #000;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1.8px;
	margin-top: 30px;
	padding-bottom: 3px;
	text-decoration: none;
	text-transform: uppercase;
}

.sw-nswe--events .sw-nswe__offer-link::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
}

.sw-nswe--events .sw-nswe__offer-link:hover,
.sw-nswe--events .sw-nswe__offer-link:focus-visible {
	color: var(--sw-purple);
}

.sw-nswe--studio .sw-nswe__offer-labels {
	display: none;
}

.sw-nswe--studio .sw-nswe__offer-grid {
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	border-top: 1px solid rgba(121, 88, 162, 0.42);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 74px;
	max-width: 1100px;
}

.sw-nswe--studio .sw-nswe__offer-card,
.sw-nswe--studio .sw-nswe__offer-card:first-child,
.sw-nswe--studio .sw-nswe__offer-card:nth-child(odd) {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(121, 88, 162, 0.28);
	cursor: pointer;
	min-height: 244px;
	padding: 42px 52px 38px 126px;
	position: relative;
	transition: background-color 360ms ease;
}

.sw-nswe--studio .sw-nswe__offer-card:nth-child(odd) {
	border-right: 1px solid rgba(121, 88, 162, 0.28);
}

.sw-nswe--studio .sw-nswe__offer-card:hover,
.sw-nswe--studio .sw-nswe__offer-card:focus-within {
	background: rgba(253, 216, 214, 0.26);
}

.sw-nswe--studio .sw-nswe__offer-heading {
	color: #333842;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.4px;
	line-height: 21px;
	margin: 0;
	text-transform: uppercase;
}

.sw-nswe--studio .sw-nswe__offer-card > .sw-nswe__offer-body {
	padding: 24px 0 0;
	text-align: left;
}

.sw-nswe--studio .sw-nswe__offer-number {
	color: var(--sw-lavender);
	font-family: "Scriptina", cursive;
	font-size: 60px;
	font-weight: 400;
	left: 42px;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 36px;
}

.sw-nswe--studio .sw-nswe__offer-card > .sw-nswe__offer-body > p:last-of-type {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	max-width: 390px;
}

.sw-nswe--studio .sw-nswe__offer-link {
	border-bottom: 1px solid currentColor;
	color: #333842;
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1.6px;
	margin-top: 26px;
	padding-bottom: 3px;
	text-decoration: none;
	text-transform: uppercase;
}

.sw-nswe--studio .sw-nswe__offer-link::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
}

.sw-nswe--studio .sw-nswe__offer-link:hover,
.sw-nswe--studio .sw-nswe__offer-link:focus-visible {
	color: var(--sw-purple);
}

/* Open editorial event chapters: airy, typographic and independent from the course grid. */
.sw-nswe__event-worlds {
	background: #fff;
	position: relative;
}

.sw-nswe__world-nav {
	left: 10px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate3d(-12px, -50%, 0);
	transition: opacity 360ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 20;
}

.sw-nswe__event-worlds.is-tracking .sw-nswe__world-nav {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, -50%, 0);
}

.sw-nswe__world-nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sw-nswe__world-nav li + li {
	margin-top: 17px;
}

.sw-nswe__world-nav a {
	align-items: center;
	color: rgba(51, 56, 66, 0.42);
	display: grid;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	gap: 4px;
	grid-template-columns: 14px 16px;
	position: relative;
	text-decoration: none;
	transition: color 260ms ease;
}

.sw-nswe__world-nav a span,
.sw-nswe__world-nav a strong {
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 14px;
	text-transform: uppercase;
}

.sw-nswe__world-nav a i {
	background: currentColor;
	display: block;
	height: 1px;
	transform-origin: left center;
	transition: background-color 260ms ease, transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 16px;
}

.sw-nswe__world-nav a strong {
	background: rgba(255, 255, 255, 0.94);
	left: 42px;
	opacity: 0;
	padding: 5px 8px;
	pointer-events: none;
	position: absolute;
	top: -5px;
	transform: translateX(-4px);
	transition: opacity 260ms ease, transform 260ms ease;
	white-space: nowrap;
}

.sw-nswe__world-nav a:hover,
.sw-nswe__world-nav a:focus-visible,
.sw-nswe__world-nav a.is-active {
	color: var(--sw-purple);
}

.sw-nswe__world-nav a:hover i,
.sw-nswe__world-nav a:focus-visible i,
.sw-nswe__world-nav a.is-active i {
	transform: scaleX(1.65);
}

.sw-nswe__world-nav a:hover strong,
.sw-nswe__world-nav a:focus-visible strong {
	opacity: 1;
	transform: none;
}

.sw-nswe__event-world {
	border-top: 1px solid rgba(121, 88, 162, 0.2);
	overflow: hidden;
	padding: 142px 0 136px;
	position: relative;
	scroll-margin-top: 110px;
}

.sw-nswe__world-position {
	color: var(--sw-lavender);
	display: block;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 14px;
	margin-bottom: 14px;
}

.sw-nswe__event-worlds.has-scroll-choreography .sw-nswe__event-world [data-sw-reveal] {
	opacity: 0;
	transform: translate3d(0, 26px, 0);
	transition: opacity 720ms ease, transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sw-nswe__event-worlds.has-scroll-choreography .sw-nswe__event-world .sw-nswe__chapter-rule[data-sw-reveal] {
	transform: scaleX(0);
	transform-origin: left center;
}

.sw-nswe__event-worlds.has-scroll-choreography .sw-nswe__event-world.is-revealed [data-sw-reveal] {
	opacity: 1;
	transform: none;
}

.sw-nswe__event-worlds.has-scroll-choreography .sw-nswe__event-world.is-revealed .sw-nswe__chapter-rule[data-sw-reveal] {
	transform: scaleX(1);
}

.sw-nswe__event-world [data-sw-reveal="title"] {
	transition-delay: 90ms;
}

.sw-nswe__event-world [data-sw-reveal="rule"] {
	transition-delay: 180ms;
}

.sw-nswe__event-world [data-sw-reveal="intro"] {
	transition-delay: 250ms;
}

.sw-nswe__event-world [data-sw-reveal="button"] {
	transition-delay: 320ms;
}

.sw-nswe__event-world .sw-nswe__event-world-detail[data-sw-reveal]:nth-child(1) {
	transition-delay: 150ms;
}

.sw-nswe__event-world .sw-nswe__event-world-detail[data-sw-reveal]:nth-child(2) {
	transition-delay: 230ms;
}

.sw-nswe__event-world .sw-nswe__event-world-detail[data-sw-reveal]:nth-child(3) {
	transition-delay: 310ms;
}

.sw-nswe__event-world .sw-nswe__event-world-detail[data-sw-reveal]:nth-child(4) {
	transition-delay: 390ms;
}

.sw-nswe__event-world:nth-of-type(even) {
	background: rgba(246, 221, 218, 0.24);
}

.sw-nswe__event-world:first-of-type::before {
	background-image: url("/wp-content/uploads/2025/07/balletschule-schoenewolf_SCHWAN_optisch_feinzentriert.svg");
	background-position: 120% 50%;
	background-repeat: no-repeat;
	background-size: 78%;
	content: "";
	inset: 0;
	opacity: 0.05;
	pointer-events: none;
	position: absolute;
}

.sw-nswe__event-world:nth-of-type(3)::before {
	background: rgba(166, 154, 187, 0.09);
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: clamp(110px, 17vw, 300px);
}

.sw-nswe__event-world:nth-of-type(4) {
	background: rgba(237, 233, 214, 0.34);
}

.sw-nswe__event-world-grid {
	align-items: start;
	display: grid;
	gap: 126px;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	position: relative;
}

.sw-nswe__event-world--reverse .sw-nswe__event-world-heading {
	grid-column: 2;
}

.sw-nswe__event-world--reverse .sw-nswe__event-world-details {
	grid-column: 1;
	grid-row: 1;
}

.sw-nswe__event-world-heading .sw-nswe__chapter-script {
	font-size: 72px;
	line-height: 86px;
	margin-left: -10px;
}

.sw-nswe__event-world-heading .sw-nswe__chapter-title {
	font-size: 34px;
	letter-spacing: 2.04px;
	line-height: 42px;
	max-width: 630px;
}

.sw-nswe__event-world-intro,
.sw-nswe__event-world-detail p {
	color: var(--sw-text);
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}

.sw-nswe__event-world-intro {
	max-width: 600px;
}

.sw-nswe__event-world-heading .sw-nswe__outline-button {
	margin-top: 38px;
	min-width: 270px;
}

.sw-nswe__event-world-details {
	border-top: 1px solid rgba(121, 88, 162, 0.42);
}

.sw-nswe__event-world-detail {
	border-bottom: 1px solid rgba(121, 88, 162, 0.28);
	display: grid;
	gap: 0 25px;
	grid-template-columns: 48px minmax(0, 1fr);
	padding: 34px 0 38px;
}

.sw-nswe__event-world-detail span {
	color: var(--sw-lavender);
	font-size: 12px;
	grid-row: 1 / span 2;
	letter-spacing: 1.8px;
	padding-top: 2px;
}

.sw-nswe__event-world-detail h3 {
	color: #333842;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.4px;
	line-height: 21px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

/* Dedicated Fluent Forms inquiry, paired with an original stage still. */
.sw-nswe__event-inquiry {
	background: #fff;
	border-top: 1px solid rgba(121, 88, 162, 0.2);
	padding: 142px 0 150px;
	scroll-margin-top: 110px;
}

.sw-nswe__event-inquiry-grid {
	align-items: start;
	display: grid;
	gap: 120px;
	grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.sw-nswe__event-inquiry-media {
	margin: 34px 0 0;
	position: relative;
}

.sw-nswe__event-inquiry-media::before {
	background: var(--sw-rose);
	content: "";
	inset: -24px -24px 24px 24px;
	position: absolute;
}

.sw-nswe__event-inquiry-media img {
	aspect-ratio: 4 / 5;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	width: 100%;
}

.sw-nswe__event-inquiry-heading {
	margin-bottom: 54px;
}

.sw-nswe__event-inquiry-heading .sw-nswe__chapter-script {
	font-size: 72px;
	line-height: 86px;
	margin-left: -10px;
}

.sw-nswe__event-inquiry-heading .sw-nswe__chapter-title {
	font-size: 34px;
	letter-spacing: 2.04px;
	line-height: 42px;
}

.sw-nswe__event-inquiry-heading > p:last-child {
	color: var(--sw-text);
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	max-width: 650px;
}

.sw-nswe__event-form .ff-el-group {
	margin-bottom: 29px;
}

.sw-nswe__event-form .ff-t-container {
	gap: 34px;
}

.sw-nswe__event-form .ff-el-input--label label,
.sw-nswe__event-form .ff-el-form-check-label,
.sw-nswe__event-form .ff-el-form-control,
.sw-nswe__event-form .ff-btn-submit {
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.sw-nswe__event-form .ff-el-input--label label {
	color: #333842;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.3px;
	line-height: 19px;
	text-transform: uppercase;
}

.sw-nswe__event-form .ff-el-form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(121, 88, 162, 0.38);
	border-radius: 0;
	box-shadow: none;
	color: #333842;
	font-size: 15px;
	font-weight: 500;
	height: 48px;
	line-height: 24px;
	padding: 9px 0 10px;
}

.sw-nswe__event-form textarea.ff-el-form-control {
	height: 128px;
	padding-top: 12px;
	resize: vertical;
}

.sw-nswe__event-form .ff-el-form-control:focus {
	border-color: var(--sw-purple);
	box-shadow: 0 1px 0 var(--sw-purple);
	outline: none;
}

.sw-nswe__event-form .ff-el-form-control::placeholder {
	color: rgba(108, 108, 108, 0.72);
}

.sw-nswe__event-form .ff-el-help-message,
.sw-nswe__event-form .ff-el-form-check-label {
	color: var(--sw-text);
	font-size: 12px;
	font-weight: 500;
	line-height: 19px;
}

.sw-nswe__event-form .sw-nswe-event-formats .ff-el-form-check {
	display: inline-flex;
	margin: 7px 25px 3px 0;
}

.sw-nswe__event-form input[type="checkbox"] {
	accent-color: var(--sw-purple);
}

.sw-nswe__event-form .ff_gdpr_field {
	margin-top: 10px;
}

.sw-nswe__event-form .ff_gdpr_field a {
	color: var(--sw-purple);
}

.sw-nswe__event-form .ff-btn-submit {
	background: transparent !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	color: #000 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	letter-spacing: 2px;
	line-height: 1;
	min-width: 258px;
	padding: 20px 30px !important;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.sw-nswe__event-form .ff-btn-submit:hover,
.sw-nswe__event-form .ff-btn-submit:focus-visible {
	background: #000 !important;
	color: #fff !important;
}

.sw-nswe__event-form .error,
.sw-nswe__event-form .text-danger {
	color: #8c3f46;
	font-size: 12px;
}

.sw-nswe__event-form .ff-message-success {
	background: rgba(246, 221, 218, 0.46);
	border: 1px solid rgba(121, 88, 162, 0.24);
	box-shadow: none;
	color: #333842;
	padding: 28px 30px;
}

.sw-nswe__studio-inquiry {
	background: rgba(246, 221, 218, 0.18);
}

.sw-nswe__studio-inquiry .sw-nswe__event-inquiry-media img {
	object-position: 58% 50%;
}

.sw-nswe__studio-inquiry .sw-nswe__event-inquiry-heading .sw-nswe__chapter-script {
	color: var(--sw-lavender);
}

/* Home-page testimonial construction, without fabricated testimonials. */
.sw-nswe__statement {
	padding-bottom: 175px;
	position: relative;
}

.sw-nswe__statement-media {
	height: 580px;
}

.sw-nswe--events .sw-nswe__statement-media img {
	height: calc(100% + 28px);
	transform: translate3d(0, var(--sw-statement-shift, -14px), 0) scale(1.025);
	will-change: transform;
}

.sw-nswe__statement-wrap {
	margin-top: -330px;
	position: relative;
	z-index: 1;
}

.sw-nswe__statement-card {
	align-items: center;
	background: var(--sw-rose);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	min-height: 450px;
	overflow: hidden;
	padding: 70px 120px;
	position: relative;
	text-align: center;
}

.sw-nswe__statement-card::before {
	background-image: url("/wp-content/plugins/arabesque-core/assets/img/testimonials-pattern.svg");
	background-position: center;
	background-repeat: repeat;
	content: "";
	inset: 0;
	opacity: 0.48;
	position: absolute;
}

.sw-nswe__statement-card > * {
	position: relative;
	z-index: 1;
}

.sw-nswe__statement-card h2 {
	color: #000;
	font-family: "Scriptina", cursive;
	font-size: 68px;
	font-weight: 400;
	line-height: 68px;
	margin: 0 0 30px;
	text-transform: none;
}

.sw-nswe__statement-card p {
	color: #333842;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	max-width: 760px;
}

.sw-nswe__statement-card strong {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1.2px;
	margin-top: 34px;
	text-transform: uppercase;
}

/* Process and FAQ use the same fine-line architecture as the home page. */
.sw-nswe__process {
	padding: 15px 0 135px;
}

/* The former standalone curtain becomes one restrained, emotional backdrop. */
.sw-nswe--events .sw-nswe__process {
	background: #21161e;
	overflow: hidden;
	padding: 118px 0 125px;
	position: relative;
}

.sw-nswe--events .sw-nswe__process::before {
	background-image: url("../images/nswe-event-curtain.webp");
	background-position: 50% 48%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: blur(8px);
	inset: -18px;
	opacity: 0.88;
	position: absolute;
	transform: scale(1.035);
}

.sw-nswe--events .sw-nswe__process::after {
	background: rgba(24, 15, 22, 0.74);
	content: "";
	inset: 0;
	position: absolute;
}

.sw-nswe--events .sw-nswe__process > .sw-nswe__wrap {
	position: relative;
	z-index: 1;
}

.sw-nswe--events .sw-nswe__process .sw-nswe__chapter-script {
	color: var(--sw-rose);
}

.sw-nswe--events .sw-nswe__process .sw-nswe__chapter-title,
.sw-nswe--events .sw-nswe__process .sw-nswe__process-list strong {
	color: #fff;
}

.sw-nswe--events .sw-nswe__process .sw-nswe__chapter-rule {
	background: rgba(255, 255, 255, 0.82);
}

.sw-nswe--events .sw-nswe__process .sw-nswe__process-list li {
	border-color: rgba(255, 255, 255, 0.28);
}

.sw-nswe--events .sw-nswe__process .sw-nswe__process-list span {
	color: #dacadd;
}

.sw-nswe--events .sw-nswe__process .sw-nswe__process-step-copy {
	color: rgba(255, 255, 255, 0.82);
}

.sw-nswe__process .sw-nswe__chapter-script,
.sw-nswe__faq .sw-nswe__chapter-script {
	font-size: 68px;
	line-height: 95.2px;
}

.sw-nswe__process-list {
	list-style: none;
	margin: 58px auto 0;
	max-width: 980px;
	padding: 0;
}

.sw-nswe__process-list li {
	align-items: center;
	border-bottom: 1px solid var(--sw-line);
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	min-height: 70px;
	padding: 18px 4px;
}

.sw-nswe--events .sw-nswe__process-list li {
	gap: 0 24px;
	grid-template-columns: 68px 250px minmax(0, 1fr);
}

.sw-nswe__process-list li:first-child {
	border-top: 1px solid var(--sw-line);
}

.sw-nswe__process-list span {
	color: var(--sw-lavender);
	font-size: 12px;
	letter-spacing: 1.8px;
}

.sw-nswe__process-list strong {
	color: #333842;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.sw-nswe__process-step-copy {
	color: var(--sw-text);
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

.sw-nswe__feature-image {
	height: 807px;
	margin: 0 auto;
	max-width: 1210px;
	overflow: hidden;
}

.sw-nswe__cta {
	padding: 90px 0 145px;
	text-align: center;
}

.sw-nswe__cta-inner {
	max-width: 930px;
}

.sw-nswe__cta .sw-nswe__chapter-script {
	font-size: 88px;
	line-height: 123.2px;
}

.sw-nswe__cta .sw-nswe__chapter-title {
	color: #626262;
	font-size: 30px;
	letter-spacing: 1.8px;
	line-height: 33.99px;
}

.sw-nswe__cta-copy {
	margin: 0 auto;
	max-width: 660px;
}

.sw-nswe__cta .sw-nswe__outline-button {
	margin-top: 38px;
}

.sw-nswe__faq {
	padding: 115px 0 120px;
}

.sw-nswe__faq-inner {
	max-width: 1104px;
}

.sw-nswe__faq .sw-nswe__chapter-title {
	color: #626262;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 3.64px;
	line-height: 37.8px;
}

.sw-nswe__faq-list {
	margin-top: 58px;
}

.sw-nswe__faq-list details {
	border-bottom: 1px solid var(--sw-line);
}

.sw-nswe__faq-list details:first-child {
	border-top: 1px solid var(--sw-line);
}

.sw-nswe__faq-list summary {
	align-items: center;
	color: #333842;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: space-between;
	letter-spacing: 1.4px;
	line-height: 21.7px;
	list-style: none;
	min-height: 70px;
	padding: 22px 4px;
	text-transform: uppercase;
}

.sw-nswe__faq-list summary::-webkit-details-marker {
	display: none;
}

.sw-nswe__faq-list summary span {
	flex: 0 0 20px;
	height: 20px;
	margin-left: 24px;
	position: relative;
}

.sw-nswe__faq-list summary span::before,
.sw-nswe__faq-list summary span::after {
	background: var(--sw-lavender);
	content: "";
	height: 1px;
	left: 1px;
	position: absolute;
	top: 9px;
	width: 18px;
}

.sw-nswe__faq-list summary span::after {
	transform: rotate(90deg);
	transition: transform 180ms ease;
}

.sw-nswe__faq-list details[open] summary span::after {
	transform: rotate(0);
}

.sw-nswe__faq-list details > div {
	max-width: 760px;
	padding: 0 44px 26px 4px;
}

.sw-nswe__faq-list details > div p {
	color: var(--sw-text);
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}

@media (max-width: 1024px) {
	.sw-nswe__world-nav {
		display: none;
	}

	.sw-nswe__wrap {
		padding-left: 34px;
		padding-right: 34px;
	}

	.sw-nswe__hero {
		height: 75vw;
		max-height: none;
		min-height: 720px;
	}

	.sw-nswe__hero-inner {
		padding-left: 72px;
		transform: translateY(-48px);
	}

	.sw-nswe__hero-script {
		font-size: 98px;
		line-height: 110px;
	}

	.sw-nswe__hero-title {
		font-size: 38px;
		margin-bottom: 38px;
	}

	.sw-nswe--studio .sw-nswe__hero-slide--title-only .sw-nswe__hero-inner {
		transform: translateY(-12px);
	}

	.sw-nswe--studio .sw-nswe__hero-slide--title-only .sw-nswe__hero-title {
		font-size: clamp(48px, 6vw, 60px);
	}

	.sw-nswe__hero-lead {
		font-size: 18px;
		line-height: 26px;
		max-width: 580px;
	}

	.sw-nswe__editorial-grid {
		gap: 54px;
		grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	}

	.sw-nswe__editorial-media img {
		height: 360px;
		width: 100%;
	}

	.sw-nswe__event-world-grid {
		gap: 64px;
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
	}

	.sw-nswe__event-inquiry-grid {
		gap: 68px;
		grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
	}

	.sw-nswe__event-world-heading .sw-nswe__chapter-title,
	.sw-nswe__event-inquiry-heading .sw-nswe__chapter-title {
		font-size: 29px;
		line-height: 37px;
	}

	.sw-nswe--events .sw-nswe__process-list li {
		grid-template-columns: 52px 210px minmax(0, 1fr);
	}

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

	.sw-nswe__offer-card:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(108, 108, 108, 0.32);
	}

	.sw-nswe__offer-card:nth-child(4) {
		border-top: 1px solid rgba(108, 108, 108, 0.32);
	}
}

@media (max-width: 767px) {
	body:has(.sw-nswe--studio) #ht-ctc-chat {
		bottom: 82px !important;
		right: 15px !important;
	}

	body:has(.sw-nswe--studio) #mkdf-back-to-top {
		bottom: 18px;
		right: 84px;
	}

	body:has(.sw-nswe--studio) .sw-nswe__hero-nav {
		padding-left: 20px;
		padding-right: 98px;
	}

	body:has(.sw-nswe--studio) .sw-nswe__hero-nav-list {
		gap: 8px;
	}

	.sw-nswe {
		background-color: var(--sw-pink);
		background-image: none;
		font-size: 16px;
		line-height: 24.8px;
	}

	.sw-nswe__wrap {
		padding-left: 26px;
		padding-right: 26px;
	}

	.sw-nswe__hero {
		height: max(852px, 100svh);
		margin-top: -70px;
		min-height: 0;
	}

	.sw-nswe__hero-slide--light .sw-nswe__hero-shade {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.42) 24%, rgba(255, 255, 255, 0.74) 48%, rgba(255, 255, 255, 0.16) 76%);
	}

	.sw-nswe__hero-slide--dark .sw-nswe__hero-shade {
		background: linear-gradient(180deg, rgba(20, 16, 25, 0.08) 0%, rgba(20, 16, 25, 0.4) 26%, rgba(20, 16, 25, 0.64) 54%, rgba(20, 16, 25, 0.14) 82%);
	}

	.sw-nswe__hero-media img {
		object-position: var(--sw-mobile-image-position, 50% 50%);
	}

	.sw-nswe__hero-media video {
		object-position: 50% 50%;
	}

	.sw-nswe--studio .sw-nswe__hero-slide--video .sw-nswe__hero-shade {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.46) 24%, rgba(255, 255, 255, 0.84) 46%, rgba(255, 255, 255, 0.42) 70%, rgba(255, 255, 255, 0.08) 100%);
	}

	.sw-nswe__studio-tour-meta {
		justify-content: center;
		margin-top: 16px;
	}

	.sw-nswe--studio .sw-nswe__hero-slide--video .sw-nswe__hero-script {
		font-size: 76px;
		line-height: 72px;
	}

	.sw-nswe--studio .sw-nswe__hero-slide--video .sw-nswe__hero-title {
		font-size: clamp(21px, 6vw, 24px);
		line-height: 30px;
		margin-top: 2px;
	}

	.sw-nswe--studio .sw-nswe__hero-slide--video .sw-nswe__hero-lead {
		max-width: 332px;
	}

	.sw-nswe__hero-inner {
		align-self: flex-start;
		padding: 0 20px;
		text-align: center;
		transform: translateY(252px);
	}

	.sw-nswe__hero-script {
		font-size: 82px;
		line-height: 76px;
		max-width: none;
	}

	.sw-nswe__hero-title {
		font-size: clamp(22px, 6.4vw, 25px);
		letter-spacing: 0.06em;
		line-height: 31px;
		margin: -1px auto 38px;
		max-width: 360px;
	}

	.sw-nswe--studio .sw-nswe__hero-slide--title-only .sw-nswe__hero-inner {
		transform: translateY(310px);
	}

	.sw-nswe--studio .sw-nswe__hero-slide--title-only .sw-nswe__hero-title {
		font-size: clamp(34px, 9.5vw, 42px);
		line-height: 1.05;
		margin-bottom: 44px;
		max-width: 350px;
	}

	.sw-nswe__hero-lead {
		font-size: 15px;
		line-height: 22px;
		margin: 0 auto 38px;
		max-width: 320px;
	}

	.sw-nswe__hero-button {
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 20px;
		min-height: 34px;
		min-width: 126px;
		padding: 6px 14px;
	}

	.sw-nswe__hero-nav {
		bottom: auto;
		top: min(calc(100svh - 106px), calc(100% - 54px));
		transform: none;
	}

	.sw-nswe__hero-nav-inner {
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr)) 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.sw-nswe__hero-nav-button {
		padding-bottom: 9px;
	}

	.sw-nswe__hero-nav-button span {
		font-size: 9px;
		letter-spacing: 1.2px;
		line-height: 12px;
		margin-bottom: 3px;
	}

	.sw-nswe__hero-nav-button strong {
		font-size: 8px;
		letter-spacing: 1px;
		line-height: 12px;
	}

	.sw-nswe__hero-toggle {
		height: 28px;
		width: 28px;
	}

	.sw-nswe__chapter-script,
	.sw-nswe__chapter .sw-nswe__chapter-script,
	.sw-nswe__offers .sw-nswe__chapter-script,
	.sw-nswe__process .sw-nswe__chapter-script,
	.sw-nswe__cta .sw-nswe__chapter-script,
	.sw-nswe__faq .sw-nswe__chapter-script {
		font-size: 60.45px;
		line-height: 57.4275px;
		padding: 4px 0 2px;
	}

	.sw-nswe__chapter-title {
		font-size: 28px;
		letter-spacing: 1.68px;
		line-height: 33.32px;
	}

	.sw-nswe__chapter-title--secondary {
		font-size: 30px;
		letter-spacing: 1.8px;
		line-height: 33.99px;
	}

	.sw-nswe__chapter-rule {
		margin: 30px auto 29px;
		width: 140px;
	}

	.sw-nswe__editorial {
		padding: 86px 0 76px;
		text-align: center;
	}

	.sw-nswe__editorial-grid {
		display: block;
	}

	.sw-nswe__editorial-subtitle {
		font-size: 19px;
		line-height: 23.75px;
		margin-bottom: 26px;
	}

	.sw-nswe__editorial-text p,
	.sw-nswe__chapter-copy p,
	.sw-nswe__cta-copy {
		font-size: 16px;
		line-height: 24.8px;
		margin: 10px 0;
	}

	.sw-nswe__outline-button {
		margin-top: 36px;
		min-width: 0;
		width: 100%;
	}

	.sw-nswe__editorial-media {
		margin-top: 54px;
	}

	.sw-nswe__editorial-media::before {
		display: none;
	}

	.sw-nswe__editorial-media img {
		height: 225px;
		width: 100%;
	}

	.sw-nswe__editorial-links {
		justify-content: center;
	}

	.sw-nswe__chapter {
		padding: 72px 0 78px;
	}

	.sw-nswe__chapter-subtitle {
		font-size: 16px;
		line-height: 20px;
		margin: 24px 0 34px;
	}

	.sw-nswe__photo-break {
		height: 580px;
	}

	.sw-nswe__photo-break--compact {
		height: 506px;
	}

	.sw-nswe__offers {
		padding: 84px 0 105px;
		scroll-margin-top: 74px;
	}

	#sw-offers-title {
		scroll-margin-top: 94px;
	}

	.sw-nswe__offers::before {
		background-position: 58% 50%;
		background-size: auto 100%;
		opacity: 0.12;
	}

	.sw-nswe__offer-labels {
		flex-wrap: wrap;
		gap: 4px 10px;
		margin: 28px 0 58px;
	}

	.sw-nswe__offer-labels li {
		font-size: 13px;
		min-width: 136px;
		padding: 8px 10px;
	}

	.sw-nswe__offer-labels li.is-active {
		background: rgba(255, 255, 255, 0.48);
		border: 1px solid rgba(255, 255, 255, 0.8);
		border-radius: 7px;
	}

	.sw-nswe__offer-grid {
		border: 0;
		display: block;
	}

	.sw-nswe__offer-card,
	.sw-nswe__offer-card:first-child,
	.sw-nswe__offer-card:nth-child(3),
	.sw-nswe__offer-card:nth-child(4) {
		background: rgba(255, 255, 255, 0.52);
		border: 1px solid rgba(255, 255, 255, 0.82);
		border-radius: 7px;
		margin: 0 0 16px;
		min-height: 0;
		padding: 0 18px;
	}

	.sw-nswe__offer-card summary {
		cursor: pointer;
		justify-content: space-between;
		min-height: 52px;
		text-align: left;
	}

	.sw-nswe__offer-card summary i {
		flex: 0 0 14px;
		height: 14px;
		position: relative;
	}

	.sw-nswe__offer-card summary i::before,
	.sw-nswe__offer-card summary i::after {
		background: #333842;
		content: "";
		height: 1px;
		left: 1px;
		position: absolute;
		top: 6px;
		width: 12px;
	}

	.sw-nswe__offer-card summary i::after {
		transform: rotate(90deg);
	}

	.sw-nswe__offer-card[open] summary i::after {
		transform: none;
	}

	.sw-nswe__offer-card > .sw-nswe__offer-body {
		display: none !important;
		padding: 2px 0 24px;
		text-align: left;
	}

	.sw-nswe__offer-card[open] > .sw-nswe__offer-body {
		display: block !important;
	}

	.sw-nswe__offer-number {
		margin: 4px 0 12px;
	}

	.sw-nswe--events .sw-nswe__offers {
		padding-bottom: 112px;
	}

	.sw-nswe--events .sw-nswe__offers::before {
		background-position: -245px 58%;
		background-size: 690px auto;
		opacity: 0.08;
	}

	.sw-nswe--events .sw-nswe__offer-grid {
		display: block;
		margin-top: 52px;
	}

	.sw-nswe--events .sw-nswe__offer-card,
	.sw-nswe--events .sw-nswe__offer-card:first-child,
	.sw-nswe--events .sw-nswe__offer-card:nth-child(2),
	.sw-nswe--events .sw-nswe__offer-card:nth-child(3),
	.sw-nswe--events .sw-nswe__offer-card:nth-child(4) {
		background: transparent;
		border: 0;
		border-radius: 0;
		border-top: 1px solid rgba(121, 88, 162, 0.38);
		margin: 0;
		padding: 26px 0 25px;
		transform: none;
	}

	.sw-nswe--events .sw-nswe__offer-card:last-child {
		border-bottom: 1px solid rgba(121, 88, 162, 0.38);
	}

	.sw-nswe--events .sw-nswe__offer-card:hover,
	.sw-nswe--events .sw-nswe__offer-card:focus-within,
	.sw-nswe--events .sw-nswe__offer-card:nth-child(2):hover,
	.sw-nswe--events .sw-nswe__offer-card:nth-child(2):focus-within,
	.sw-nswe--events .sw-nswe__offer-card:nth-child(4):hover,
	.sw-nswe--events .sw-nswe__offer-card:nth-child(4):focus-within {
		transform: none;
	}

	.sw-nswe--studio .sw-nswe__offer-grid {
		display: block;
		margin-top: 54px;
	}

	.sw-nswe--studio .sw-nswe__offer-card,
	.sw-nswe--studio .sw-nswe__offer-card:first-child,
	.sw-nswe--studio .sw-nswe__offer-card:nth-child(odd),
	.sw-nswe--studio .sw-nswe__offer-card:nth-child(3),
	.sw-nswe--studio .sw-nswe__offer-card:nth-child(4) {
		background: rgba(255, 255, 255, 0.82);
		border: 0;
		border-bottom: 1px solid rgba(121, 88, 162, 0.3);
		border-radius: 0;
		margin: 0;
		min-height: 0;
		padding: 36px 20px 34px 84px;
	}

	.sw-nswe--studio .sw-nswe__offer-number {
		font-size: 50px;
		left: 14px;
		top: 31px;
	}

	.sw-nswe--studio .sw-nswe__offer-card > .sw-nswe__offer-body {
		display: block !important;
		padding: 18px 0 0;
	}

	.sw-nswe__world-nav {
		display: none;
	}

	.sw-nswe__world-position {
		margin-bottom: 8px;
		text-align: center;
	}

	.sw-nswe--events .sw-nswe__offer-heading {
		font-size: 14px;
		line-height: 21px;
		margin: 0;
		min-height: 46px;
		padding: 0 72px 0 0;
	}

	.sw-nswe--events .sw-nswe__offer-heading::after {
		font-size: 52px;
		right: 28px;
		top: 20px;
	}

	.sw-nswe--events .sw-nswe__offer-card > .sw-nswe__offer-body {
		display: block !important;
		padding: 18px 0 12px;
	}

	.sw-nswe--events .sw-nswe__offer-card > .sw-nswe__offer-body > p:last-of-type {
		font-size: 15px;
		line-height: 24px;
	}

	.sw-nswe--events .sw-nswe__offer-link {
		margin-top: 22px;
	}

	.sw-nswe__event-world {
		padding: 84px 0 82px;
		scroll-margin-top: 74px;
	}

	.sw-nswe__event-world-grid {
		display: block;
	}

	.sw-nswe__event-world--reverse .sw-nswe__event-world-heading,
	.sw-nswe__event-world--reverse .sw-nswe__event-world-details {
		grid-column: auto;
		grid-row: auto;
	}

	.sw-nswe__event-world-heading {
		text-align: center;
	}

	.sw-nswe__event-world-heading .sw-nswe__chapter-script {
		font-size: 60.45px;
		line-height: 57.4275px;
		margin-left: 0;
		padding: 4px 0 2px;
	}

	.sw-nswe__event-world-heading .sw-nswe__chapter-title {
		font-size: 26px;
		hyphens: none;
		letter-spacing: 1.56px;
		line-height: 32px;
		overflow-wrap: normal;
		word-break: normal;
	}

	.sw-nswe__event-world-heading .sw-nswe__chapter-rule {
		margin-left: auto;
		margin-right: auto;
	}

	.sw-nswe__event-world-intro {
		font-size: 15px;
		line-height: 24px;
		margin: 0 auto;
	}

	.sw-nswe__event-world-heading .sw-nswe__outline-button {
		margin-top: 34px;
		min-width: 0;
	}

	.sw-nswe__event-world-details {
		margin-top: 58px;
	}

	.sw-nswe__event-world-detail {
		gap: 0 14px;
		grid-template-columns: 36px minmax(0, 1fr);
		padding: 27px 0 30px;
	}

	.sw-nswe__event-world-detail h3 {
		font-size: 13px;
		letter-spacing: 1.1px;
	}

	.sw-nswe__event-world-detail p {
		font-size: 15px;
		line-height: 24px;
	}

	.sw-nswe__event-world:first-of-type::before {
		background-position: 50% 18%;
		background-size: 180%;
	}

	.sw-nswe__event-world:nth-of-type(3)::before {
		height: 160px;
		right: -34px;
		top: auto;
		width: 128px;
	}

	.sw-nswe__event-inquiry {
		padding: 86px 0 92px;
		scroll-margin-top: 74px;
	}

	.sw-nswe__event-inquiry-grid {
		display: flex;
		flex-direction: column;
		gap: 70px;
	}

	.sw-nswe__event-inquiry-media {
		margin: 20px auto 0;
		max-width: 420px;
		order: 2;
		width: calc(100% - 22px);
	}

	.sw-nswe__event-inquiry-media::before {
		inset: -14px -14px 14px 14px;
	}

	.sw-nswe__event-inquiry-content {
		order: 1;
	}

	.sw-nswe__event-inquiry-heading {
		margin-bottom: 48px;
		text-align: center;
	}

	.sw-nswe__event-inquiry-heading .sw-nswe__chapter-script {
		font-size: 60.45px;
		line-height: 57.4275px;
		margin-left: 0;
		padding: 4px 0 2px;
	}

	.sw-nswe__event-inquiry-heading .sw-nswe__chapter-title {
		font-size: 26px;
		letter-spacing: 1.56px;
		line-height: 32px;
	}

	.sw-nswe__event-inquiry-heading .sw-nswe__chapter-rule {
		margin-left: auto;
		margin-right: auto;
	}

	.sw-nswe__event-inquiry-heading > p:last-child {
		font-size: 15px;
		line-height: 24px;
	}

	.sw-nswe__event-form .ff-t-container {
		display: block;
	}

	.sw-nswe__event-form .ff-t-cell {
		width: 100%;
	}

	.sw-nswe__event-form .sw-nswe-event-formats .ff-el-form-check {
		display: flex;
		margin-right: 0;
	}

	.sw-nswe__event-form .ff-btn-submit {
		min-width: 0;
		width: 100%;
	}

	.sw-nswe__statement {
		padding-bottom: 88px;
	}

	.sw-nswe__statement-wrap {
		margin-top: -158px;
	}

	.sw-nswe__statement-card {
		min-height: 560px;
		padding: 77px 12px 80px;
	}

	.sw-nswe__statement-card h2 {
		font-size: 46.8px;
		line-height: 1.35;
		margin-bottom: 34px;
		max-width: 320px;
	}

	.sw-nswe__statement-card p {
		font-size: 16px;
		line-height: 24.8px;
	}

	.sw-nswe__process {
		padding: 20px 0 92px;
	}

	.sw-nswe--events .sw-nswe__process {
		padding: 86px 0 92px;
	}

	.sw-nswe__process-list {
		margin-top: 50px;
	}

	.sw-nswe__process-list li {
		grid-template-columns: 44px minmax(0, 1fr);
		min-height: 77px;
		padding: 18px 0;
	}

	.sw-nswe--events .sw-nswe__process-list li {
		align-items: start;
		gap: 4px 12px;
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.sw-nswe--events .sw-nswe__process-list li > span {
		grid-row: 1 / span 2;
		padding-top: 2px;
	}

	.sw-nswe__process-list strong {
		font-size: 13px;
		letter-spacing: 0.975px;
		line-height: 20.15px;
	}

	.sw-nswe__process-step-copy {
		font-size: 14px;
		line-height: 21px;
	}

	.sw-nswe__feature-image {
		height: 316px;
		margin-left: 18px;
		margin-right: 18px;
	}

	.sw-nswe__cta {
		padding: 68px 0 106px;
	}

	.sw-nswe__cta .sw-nswe__chapter-title {
		font-size: 20.085px;
		letter-spacing: 0.903825px;
		line-height: 22.8969px;
	}

	.sw-nswe__cta-copy {
		max-width: 310px;
	}

	.sw-nswe__faq {
		padding: 92px 0 105px;
	}

	.sw-nswe__faq-inner {
		max-width: none;
		padding-left: 24px;
		padding-right: 24px;
	}

	.sw-nswe__faq .sw-nswe__chapter-title {
		font-size: 18px;
		letter-spacing: 1.44px;
		line-height: 26.1px;
	}

	.sw-nswe__faq-list {
		margin-top: 52px;
	}

	.sw-nswe__faq-list summary {
		font-size: 13px;
		letter-spacing: 0.975px;
		line-height: 20.15px;
		min-height: 77px;
		padding: 18px 0;
	}

	.sw-nswe__faq-list summary span {
		margin-left: 20px;
	}

	.sw-nswe__faq-list details > div {
		padding: 0 28px 24px 0;
	}
}

@media (max-width: 380px) {
	.sw-nswe__event-world-heading .sw-nswe__chapter-title {
		font-size: clamp(19px, calc(7.5vw - 5px), 24px);
		letter-spacing: 0.06em;
		line-height: calc(1em + 6px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sw-nswe__hero-slide,
	.sw-nswe__hero-media img,
	.sw-nswe__hero-media video,
	.sw-nswe__hero-slide .sw-nswe__hero-script,
	.sw-nswe__hero-slide .sw-nswe__hero-title,
	.sw-nswe__hero-slide .sw-nswe__hero-lead,
	.sw-nswe__hero-slide .sw-nswe__hero-button,
	.sw-nswe__hero-button,
	.sw-nswe__hero-nav-button,
	.sw-nswe__hero-nav-button::after,
	.sw-nswe__hero-toggle,
	.sw-nswe--events .sw-nswe__offer-card,
	.sw-nswe--events .sw-nswe__offer-card::before,
	.sw-nswe--events .sw-nswe__offer-heading::after,
	.sw-nswe__world-nav,
	.sw-nswe__world-nav a,
	.sw-nswe__world-nav a i,
	.sw-nswe__world-nav a strong,
	.sw-nswe__event-world [data-sw-reveal],
	.sw-nswe--events .sw-nswe__statement-media img,
	.sw-nswe__outline-button,
	.sw-nswe__faq-list summary span::after {
		animation: none;
		transition: none;
	}

	.sw-nswe__hero-slide.is-active .sw-nswe__hero-script,
	.sw-nswe__hero-slide.is-active .sw-nswe__hero-title,
	.sw-nswe__hero-slide.is-active .sw-nswe__hero-lead,
	.sw-nswe__hero-slide.is-active .sw-nswe__hero-button {
		opacity: 1;
		transform: none;
	}

	.sw-nswe__hero-media video {
		transform: none;
	}

	.sw-nswe--studio .sw-nswe__hero-slide:nth-child(2) .sw-nswe__hero-media img,
	.sw-nswe--studio .sw-nswe__hero-slide:nth-child(2).is-active .sw-nswe__hero-media img,
	.sw-nswe--studio .sw-nswe__hero-slide:nth-child(3) .sw-nswe__hero-media img,
	.sw-nswe--studio .sw-nswe__hero-slide:nth-child(3).is-active .sw-nswe__hero-media img {
		transform: none;
	}

	.sw-nswe__hero-nav-button.is-active::after {
		animation: none;
		transform: scaleX(1);
	}

	.sw-nswe__event-world [data-sw-reveal] {
		opacity: 1;
		transform: none;
	}

	.sw-nswe__event-worlds.has-scroll-choreography .sw-nswe__event-world [data-sw-reveal] {
		opacity: 1;
		transform: none;
	}

	.sw-nswe__event-world .sw-nswe__chapter-rule[data-sw-reveal] {
		transform: scaleX(1);
	}

	.sw-nswe__event-worlds.has-scroll-choreography .sw-nswe__event-world .sw-nswe__chapter-rule[data-sw-reveal] {
		transform: scaleX(1);
	}

	.sw-nswe--events .sw-nswe__offer-card:hover,
	.sw-nswe--events .sw-nswe__offer-card:focus-within,
	.sw-nswe--events .sw-nswe__offer-card:nth-child(2):hover,
	.sw-nswe--events .sw-nswe__offer-card:nth-child(2):focus-within,
	.sw-nswe--events .sw-nswe__offer-card:nth-child(4):hover,
	.sw-nswe--events .sw-nswe__offer-card:nth-child(4):focus-within,
	.sw-nswe--events .sw-nswe__offer-card:hover .sw-nswe__offer-heading::after,
	.sw-nswe--events .sw-nswe__offer-card:focus-within .sw-nswe__offer-heading::after {
		transform: none;
	}

	.sw-nswe__world-nav,
	.sw-nswe__event-worlds.is-tracking .sw-nswe__world-nav {
		transform: translate3d(0, -50%, 0);
	}

	.sw-nswe__world-nav a:hover i,
	.sw-nswe__world-nav a:focus-visible i,
	.sw-nswe__world-nav a.is-active i,
	.sw-nswe__world-nav a:hover strong,
	.sw-nswe__world-nav a:focus-visible strong {
		transform: none;
	}

	.sw-nswe--events .sw-nswe__statement-media img {
		transform: scale(1.025);
	}
}
