/* stylelint-disable -- Lowercase is not wanted for fonts name. */
/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
	padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core body defaults */
body {
	line-height: 1.5;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
	list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
	display: block;
	max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.flickity-slider {
	height: 100%;
	position: absolute;
	width: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
	background: hsla(0deg, 0%, 100%, 0.75);
	border: none;
	color: #333;
	position: absolute;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	box-shadow: 0 0 0 5px #19F;
	outline: none;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	cursor: auto;
	opacity: 0.3;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
	border-radius: 50%;
	height: 44px;
	top: 50%;
	/* vertically center */
	transform: translateY(-50%);
	width: 44px;
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	left: 10px;
	right: auto;
}

.flickity-prev-next-button .flickity-button-icon {
	height: 60%;
	left: 20%;
	position: absolute;
	top: 20%;
	width: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
	bottom: -25px;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	background: #333;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 8px;
	opacity: 0.25;
	width: 10px;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

body {
	background: #25062a;
}

#page,
.wrapper {
	overflow-x: hidden;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.page-section {
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}
.page-section.full-height {
	align-items: center;
	max-height: 210vw;
	min-height: calc(var(--vh) * 100);
}
@media screen and (max-width: 767px) {
	.page-section.full-height {
		padding-top: 60px;
	}
}
.page-section:not(.full-height) .-half {
	padding-top: 30px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height) .-half {
		padding-top: calc(30px + 30 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height) .-half {
		padding-top: 60px;
	}
}
.page-section:not(.full-height) .-half {
	padding-bottom: 30px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height) .-half {
		padding-bottom: calc(30px + 30 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height) .-half {
		padding-bottom: 60px;
	}
}
.page-section:not(.full-height).double-pad .full-width {
	padding-top: 30px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height).double-pad .full-width {
		padding-top: calc(30px + 30 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height).double-pad .full-width {
		padding-top: 60px;
	}
}
.page-section:not(.full-height).double-pad .full-width {
	padding-bottom: 30px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height).double-pad .full-width {
		padding-bottom: calc(30px + 30 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height).double-pad .full-width {
		padding-bottom: 60px;
	}
}
.page-section:not(.full-height).double-pad .-half {
	padding-top: 60px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height).double-pad .-half {
		padding-top: calc(60px + 60 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height).double-pad .-half {
		padding-top: 120px;
	}
}
.page-section:not(.full-height).double-pad .-half {
	padding-bottom: 60px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height).double-pad .-half {
		padding-bottom: calc(60px + 60 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height).double-pad .-half {
		padding-bottom: 120px;
	}
}

.container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1460px;
	padding: 0;
	position: relative;
	width: 100%;
}

.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: calc(100% - 60px);
	padding: 0;
	width: 100%;
}

.-col,
.-quarter,
.-third,
.-half {
	align-self: center;
	flex: 1 0 100%;
	max-width: 100%;
	padding: 0 30px;
}

.-col {
	flex: 1 0 auto;
}

.-full {
	padding: 0 30px;
}

.-auto {
	flex-grow: 1;
	flex-shrink: 1;
}

.-grow {
	flex-grow: 1;
	flex-shrink: 0;
}

.-shrink {
	flex-grow: 0;
	flex-shrink: 1;
}

.-offset-half-top {
	transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
	.-quarter,
.-half {
		max-width: 50%;
	}
}
@media screen and (min-width: 992px) {
	.-quarter {
		max-width: 25%;
	}

	.-third {
		max-width: 33.333%;
	}
}
.bg-white {
	background: white;
	position: relative;
}
.bg-white:before {
	background: white;
	bottom: 0;
	content: "";
	left: -10em;
	position: absolute;
	right: -10em;
	top: 0;
	z-index: -1;
}

.has-text-align-center {
	text-align: center;
}

.bg-purple,
.bg-yellow,
.mobile-bg-dark-purple {
	position: relative;
}
.bg-purple:before,
.bg-yellow:before,
.mobile-bg-dark-purple:before {
	background: #FFC000;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	.bg-purple:before,
.bg-yellow:before,
.mobile-bg-dark-purple:before {
		bottom: -50em;
		left: -50em;
		right: -50em;
		top: -50em;
	}
}
.bg-purple > *,
.bg-yellow > *,
.mobile-bg-dark-purple > * {
	position: relative;
	z-index: 1;
}

.bg-purple a {
	color: #FFC000;
}

@media (max-width: 980px) {
	.mobile-bg-dark-purple::before {
		background: #25062a;
	}
}
.bg-purple:before {
	background: linear-gradient(180deg, #9B0A70 0%, #85136E 100%);
}

@media screen and (min-width: 768px) {
	.bg-left {
		padding-right: 100px;
	}
	.bg-left:before {
		right: 40px;
	}

	.bg-right:before {
		left: -40px;
	}

	.mobile-bg-dark-purple::before {
		background: transparent;
	}
}
.wp-block-farlo-ui-tabbed-contents {
	margin: 0 auto 60px;
}
.wp-block-farlo-ui-tabbed-contents .wp-block-farlo-ui-tabbed-content {
	flex-wrap: wrap;
}
.wp-block-farlo-ui-tabbed-contents .tab-labels {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.wp-block-farlo-ui-tabbed-contents .tab-labels .tab-label {
	align-items: center;
	background: transparent;
	border: 1px solid #C6892F;
	border-radius: 7px;
	box-shadow: -3px 3px 10px rgba(15, 1, 15, 0.7);
	color: #FFC000;
	cursor: pointer;
	display: inline-flex;
	flex-grow: 1;
	font-size: 22px;
	font-weight: 500;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	padding: 15px 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out;
	z-index: 1;
}
.wp-block-farlo-ui-tabbed-contents .tab-labels .tab-label::before {
	background-image: radial-gradient(47.61% 388.73% at 50% 50%, #FEE824 22.92%, #EBBF2C 34.9%, #FFC000 57.29%, #C6892F 84.9%, #DEA81C 98.44%);
	bottom: -140%;
	content: "";
	left: -20%;
	opacity: 0.2;
	position: absolute;
	right: -20%;
	top: -140%;
	transform: rotate(40deg);
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.wp-block-farlo-ui-tabbed-contents .tab-labels .tab-label.active {
	color: #85136e;
}
.wp-block-farlo-ui-tabbed-contents .tab-labels .tab-label.active::before {
	opacity: 1;
}
@media (max-width: 980px) {
	.wp-block-farlo-ui-tabbed-contents .tab-labels .tab-label {
		max-width: 220px;
	}
}
@media (max-width: 980px) {
	.wp-block-farlo-ui-tabbed-contents .tab-labels {
		gap: 15px;
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
@keyframes treatment-bg {
	0% {
		background-size: 0 0;
		opacity: 0;
		transform: rotate(-540deg);
	}
	100% {
		background-size: 100% 100%;
		opacity: 1;
		transform: rotate(0);
	}
}
@keyframes pulse {
	0%, 100% {
		transform: rotate(0) scale(1);
	}
	50% {
		transform: rotate(10deg) scale(1.1);
	}
}
@keyframes shine {
	0% {
		opacity: 0;
		transform: rotate(-300deg) scale(0);
	}
	100% {
		opacity: 1;
		transform: rotate(0deg) scale(1);
	}
}
@keyframes shine-repeat {
	0%, 100% {
		transform: scale(1) rotate(0);
	}
	50% {
		transform: scale(1.1) rotate(16deg);
	}
}
html,
body,
p,
input,
textarea,
button,
div {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.wp-block-button,
.wp-block-button a,
.menu-item,
.menu-item a {
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
}

html,
body,
p,
input,
textarea,
button,
div {
	font-style: normal;
	line-height: 1.3334;
}

body {
	color: white;
}

.bg-white p,
.bg-white h2,
.bg-white h3 {
	color: #25062a;
}

.bg-purple p,
.bg-purple h2,
.bg-purple h3 {
	color: white;
}

.bg-yellow p,
.bg-yellow h2,
.bg-yellow h3 {
	color: #25062a;
}

@media (max-width: 980px) {
	.mobile-bg-dark-purple p,
.mobile-bg-dark-purple h2,
.mobile-bg-dark-purple h3 {
		color: white;
	}
}
a {
	text-decoration: none;
}

.-text-left {
	text-align: left;
}

.-text-center {
	text-align: center;
}

.-text-right {
	text-align: center;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.wp-block-button,
.wp-block-button a,
.menu-item,
.menu-item a {
	font-style: normal;
	line-height: 1.05;
	text-transform: uppercase;
}

h1, .h1 {
	line-height: 85%;
}
h1, .h1 {
	font-size: 42px;
	letter-spacing: -1px;
}
@media screen and (min-width: 767px) {
	h1, .h1 {
		font-size: calc(42px + 38 * ((100vw - 767px) / 693));
		letter-spacing: calc(-1px + -2 * ((100vw - 767px) / 693));
	}
}
@media screen and (min-width: 1460px) {
	h1, .h1 {
		font-size: 80px;
		letter-spacing: -3px;
	}
}
h1, .h1 {
	margin-bottom: 20px;
}
@media screen and (min-width: 375px) {
	h1, .h1 {
		margin-bottom: calc(20px + 20 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	h1, .h1 {
		margin-bottom: 40px;
	}
}

h2, .h2 {
	line-height: 85%;
}
h2, .h2 {
	font-size: 34px;
	letter-spacing: -0.8px;
}
@media screen and (min-width: 767px) {
	h2, .h2 {
		font-size: calc(34px + 36 * ((100vw - 767px) / 693));
		letter-spacing: calc(-0.8px + -1.7 * ((100vw - 767px) / 693));
	}
}
@media screen and (min-width: 1460px) {
	h2, .h2 {
		font-size: 70px;
		letter-spacing: -2.5px;
	}
}
h2, .h2 {
	margin-bottom: 20px;
}
@media screen and (min-width: 375px) {
	h2, .h2 {
		margin-bottom: calc(20px + 20 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	h2, .h2 {
		margin-bottom: 40px;
	}
}

h3, .h3 {
	line-height: 85%;
}
h3, .h3 {
	font-size: 24px;
	letter-spacing: -0.5px;
}
@media screen and (min-width: 767px) {
	h3, .h3 {
		font-size: calc(24px + 24 * ((100vw - 767px) / 693));
		letter-spacing: calc(-0.5px + -1.5 * ((100vw - 767px) / 693));
	}
}
@media screen and (min-width: 1460px) {
	h3, .h3 {
		font-size: 48px;
		letter-spacing: -2px;
	}
}
h3, .h3 {
	margin-bottom: 20px;
}
@media screen and (min-width: 375px) {
	h3, .h3 {
		margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	h3, .h3 {
		margin-bottom: 30px;
	}
}

h4, .h4 {
	line-height: 85%;
}
h4, .h4 {
	font-size: 22px;
	letter-spacing: -0.5px;
}
@media screen and (min-width: 767px) {
	h4, .h4 {
		font-size: calc(22px + 12 * ((100vw - 767px) / 693));
		letter-spacing: calc(-0.5px + -1 * ((100vw - 767px) / 693));
	}
}
@media screen and (min-width: 1460px) {
	h4, .h4 {
		font-size: 34px;
		letter-spacing: -1.5px;
	}
}
h4, .h4 {
	margin-bottom: 15px;
}
@media screen and (min-width: 375px) {
	h4, .h4 {
		margin-bottom: calc(15px + 15 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	h4, .h4 {
		margin-bottom: 30px;
	}
}

h5, .h5 {
	line-height: 85%;
}
h5, .h5 {
	font-size: 18px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	h5, .h5 {
		font-size: calc(18px + 2 * ((100vw - 767px) / 693));
	}
}
@media screen and (min-width: 1460px) {
	h5, .h5 {
		font-size: 20px;
		letter-spacing: 0;
	}
}
h5, .h5 {
	margin-bottom: 15px;
}
@media screen and (min-width: 375px) {
	h5, .h5 {
		margin-bottom: calc(15px + 15 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	h5, .h5 {
		margin-bottom: 30px;
	}
}

p, div {
	font-size: 18px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	p, div {
		font-size: calc(18px + 6 * ((100vw - 767px) / 693));
	}
}
@media screen and (min-width: 1460px) {
	p, div {
		font-size: 24px;
		letter-spacing: 0;
	}
}
p:not(div), div:not(div) {
	margin-bottom: 15px;
}
@media screen and (min-width: 375px) {
	p:not(div), div:not(div) {
		margin-bottom: calc(15px + 15 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	p:not(div), div:not(div) {
		margin-bottom: 30px;
	}
}

.site-footer,
.site-footer a,
.site-footer div,
.site-footer .menu-item,
.site-footer .menu-item a {
	font-size: 14px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	.site-footer,
.site-footer a,
.site-footer div,
.site-footer .menu-item,
.site-footer .menu-item a {
		font-size: calc(14px + 4 * ((100vw - 767px) / 693));
	}
}
@media screen and (min-width: 1460px) {
	.site-footer,
.site-footer a,
.site-footer div,
.site-footer .menu-item,
.site-footer .menu-item a {
		font-size: 18px;
		letter-spacing: 0;
	}
}

.menu-item,
.menu-item a {
	color: white;
	font-size: 22px;
}
.menu-item.current-menu-item, .menu-item.current-menu-item a, .menu-item:hover,
.menu-item a.current-menu-item,
.menu-item a.current-menu-item a,
.menu-item a:hover {
	color: #FFC000;
}

.yellow {
	color: #FFC000;
}

.masthead p,
#newsletter-signup p {
	font-weight: 600;
}

.wp-block-buttons + p {
	margin-top: 30px;
}

.wp-block-button,
.btn {
	align-items: center;
	background: #FFC000;
	border: 1px solid #C6892F;
	border-radius: 7px;
	box-shadow: -3px 3px 10px rgba(15, 1, 15, 0.7);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.wp-block-button .wp-block-button__link,
.btn .wp-block-button__link {
	background: transparent;
}
.wp-block-button:not(.has-custom-width),
.btn:not(.has-custom-width) {
	max-width: 300px;
}
.wp-block-button.wp-block-button__width-50,
.btn.wp-block-button__width-50 {
	flex: 1 0 49%;
	max-width: 49%;
}
.wp-block-button.wp-block-button__width-100,
.btn.wp-block-button__width-100 {
	flex: 1 0 100%;
	max-width: 100%;
}
.wp-block-button:before,
.btn:before {
	background-image: radial-gradient(47.61% 388.73% at 50% 50%, #FEE824 22.92%, #EBBF2C 34.9%, #FFC000 57.29%, #C6892F 84.9%, #DEA81C 98.44%);
	bottom: -140%;
	content: "";
	left: -20%;
	position: absolute;
	right: -20%;
	top: -140%;
	transform: rotate(40deg);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}
.wp-block-button:hover:before,
.btn:hover:before {
	left: -50%;
	right: -50%;
}
.wp-block-button:hover a,
.btn:hover a {
	color: #A7248C;
}
.wp-block-button > a,
.wp-block-button > span,
.btn > a,
.btn > span {
	border: 1px solid #C6892F;
	border-radius: 7px;
	color: #85136E;
	font-size: 18px;
	padding: 15px 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.wp-block-button > a,
.wp-block-button > span,
.btn > a,
.btn > span {
		font-size: 22px;
		padding: 15px 30px;
	}
}
.wp-block-button.has-custom-width.wp-block-button__width-50:before,
.btn.has-custom-width.wp-block-button__width-50:before {
	bottom: -200%;
	top: -200%;
}
.wp-block-button.has-custom-width.wp-block-button__width-100:before,
.btn.has-custom-width.wp-block-button__width-100:before {
	bottom: -300%;
	top: -300%;
}
.wp-block-button.is-style-outline,
.btn.is-style-outline {
	background: transparent;
	border-color: #FFC000;
	color: #FFC000;
	-moz-transition: border-color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}
.wp-block-button.is-style-outline:before,
.btn.is-style-outline:before {
	opacity: 0.2;
}
.wp-block-button.is-style-outline > a,
.wp-block-button.is-style-outline > span,
.btn.is-style-outline > a,
.btn.is-style-outline > span {
	border: 0;
	color: #FFC000;
}
.wp-block-button.is-style-outline:hover,
.btn.is-style-outline:hover {
	border-color: white;
	color: white;
}
.wp-block-button.is-style-outline:hover > a,
.wp-block-button.is-style-outline:hover > span,
.btn.is-style-outline:hover > a,
.btn.is-style-outline:hover > span {
	color: white;
}

.site-downloads {
	display: flex;
	flex-direction: column;
}
.site-downloads .wp-block-button {
	margin-bottom: 20px;
	max-width: 100%;
}
.site-downloads .wp-block-button::before {
	opacity: 0.5;
	width: 100%;
}
.site-downloads .wp-block-button:hover::before {
	width: 200%;
}

.masthead.page-section {
	overflow: visible;
}

.masthead-content {
	margin-top: 40px;
}
@media screen and (min-width: 375px) {
	.masthead-content {
		margin-top: calc(40px + 20 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.masthead-content {
		margin-top: 60px;
	}
}
.masthead-content {
	margin-bottom: 40px;
}
@media screen and (min-width: 375px) {
	.masthead-content {
		margin-bottom: calc(40px + 20 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.masthead-content {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.masthead.auto-height {
		padding-top: 60px;
	}
	.masthead.auto-height .-half {
		padding-bottom: 0;
		padding-top: 0;
	}
}

.masthead-about h1 br {
	display: none;
}
.masthead-about h1 span {
	display: block;
}
@media screen and (min-width: 768px) {
	.masthead-about h1 br {
		display: block;
	}
	.masthead-about h1 span {
		display: inline;
	}
}

.scroll-down {
	display: none;
}
@media screen and (min-width: 768px) {
	.scroll-down {
		display: inline-flex;
		position: absolute;
		top: calc(var(--vh) * 110);
		-moz-transition: top 0.3s ease-in-out;
		-webkit-transition: top 0.3s ease-in-out;
		transition: top 0.3s ease-in-out;
	}
}

.loaded .scroll-down {
	background: url(/app/uploads/2022/04/arrow-right-1.svg) 100% 50% no-repeat;
	background-size: 33px;
	color: transparent;
	filter: invert(1) brightness(2);
	height: 60px;
	left: 50%;
	top: calc(var(--vh) * 90);
	transform: translateX(-50%) rotate(90deg);
	width: 60px;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
	.loaded .scroll-down {
		top: calc(var(--vh) * 85);
	}
}

.cast {
	justify-content: center;
	margin-bottom: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.cast-item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 480px) {
	.cast-item {
		max-width: 50%;
		padding: 1rem;
	}
}
@media screen and (min-width: 768px) {
	.cast-item {
		max-width: 33.33%;
	}
}
@media screen and (min-width: 1025px) {
	.cast-item {
		max-width: 25%;
	}
}
.cast-item p {
	font-size: 1.2rem;
	margin-bottom: 0;
}
.cast-item--image {
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
}
.cast-item figcaption {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0 0 1rem 1rem;
	flex: 1;
	padding: 1rem;
	width: 100%;
}
.cast-item figcaption h4 {
	font-size: 19px;
	letter-spacing: -0.5px;
	margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
	.cast-item figcaption h4 {
		font-size: 23px;
	}
}
@media screen and (min-width: 768px) {
	.cast-item figcaption {
		padding: 1.5rem;
	}
}
.cast-item img {
	height: auto;
}
.cast .btn-lightbox {
	align-items: center;
	background: #FFC000;
	border: 1px solid #C6892F;
	border-radius: 7px;
	box-shadow: -3px 3px 10px rgba(15, 1, 15, 0.7);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.4rem;
	justify-content: center;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.carousel {
	background: rgba(255, 255, 255, 0.1);
	display: block;
	max-width: none;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.carousel:not(.flickity-enabled) {
	opacity: 0;
}
.carousel-image {
	align-items: center;
	display: flex;
	max-width: 100%;
	min-height: 100%;
}
@media screen and (min-width: 768px) {
	.carousel-image {
		margin: 0 10px;
	}
}
.carousel-image img {
	display: block;
	margin: 0 auto;
	max-height: 683px;
	max-width: 100%;
	min-width: 20%;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.carousel-image img.flickity-preloaded, .carousel-image img.flickity-lazyloaded {
	opacity: 1;
}

.media-carousel-controls {
	display: none;
}

.rank-math-block {
	margin: 0 auto;
	max-width: 1024px;
	padding: 40px 30px;
}

.rank-math-list-item {
	background: rgba(233, 197, 232, 0.2);
	border-bottom: 1px solid rgba(242, 242, 248, 0.2);
	padding: 20px;
}
.rank-math-list-item:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.rank-math-list-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.rank-math-list-item .rank-math-question {
	color: white;
	cursor: pointer;
	font-size: 30px;
	letter-spacing: 0.01em;
	line-height: 34px;
	margin: 0;
	position: relative;
}
.rank-math-list-item .rank-math-question.faq-active + .rank-math-answer {
	display: flex;
	flex-direction: column;
}
.rank-math-list-item .rank-math-question.faq-active::after {
	transform: rotate(-90deg) translateY(-50%);
	transform-origin: 10px 0px;
}
.rank-math-list-item .rank-math-question::after {
	background: url(/app/uploads/2022/04/arrow-right-1.svg) 100% 50% no-repeat;
	content: "";
	display: block;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: rotate(90deg) translateY(-50%);
	transform-origin: 10px 0;
	transition: 0.3s ease;
	width: 20px;
}
.rank-math-list-item .rank-math-answer {
	display: none;
	padding-top: 20px;
}
.rank-math-list-item .rank-math-answer p {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.rank-math-list-item .rank-math-answer p + p {
	margin-top: 20px;
}
.rank-math-list-item .rank-math-answer a {
	color: #FFC000;
}

.content-scroll #site-header {
	background: #25062a;
}
@media screen and (max-width: 649px) {
	.content-scroll .ukds-social-icons {
		background: #25062a;
	}
}

#site-header {
	background: transparent;
	left: 0;
	position: fixed;
	right: 0;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	z-index: 2;
}
@media screen and (max-width: 1140px) {
	#site-header .btn {
		bottom: 10px;
		left: 10px;
		max-width: none;
		position: fixed;
		right: 10px;
		z-index: 3;
	}
	#site-header .btn:before {
		bottom: -400%;
		top: -400%;
	}
}
@media screen and (min-width: 768px) {
	#site-header {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}
#site-header .wrapper {
	display: flex;
	overflow: visible;
}
@media screen and (min-width: 992px) {
	#site-header .wrapper {
		align-items: center;
		justify-content: space-between;
	}
	#site-header .wrapper #toggle-nav {
		display: none;
	}
	#site-header .wrapper .menu-primary-menu-container {
		margin-left: auto;
	}
}
@media screen and (min-width: 992px) and (min-width: 992px) {
	#site-header .wrapper .menu-primary-menu-container {
		margin-right: 20px;
	}
}
@media screen and (min-width: 992px) {
	#site-header .wrapper .menu-primary-menu-container #menu-primary-menu {
		display: flex;
	}
}
@media screen and (max-width: 991.9px) {
	#site-header .wrapper #toggle-nav {
		margin-top: 30px;
		position: fixed;
		z-index: 2;
	}
	#site-header .wrapper .ukds-social-icons {
		align-items: center;
		display: flex;
		justify-content: flex-end;
		left: 0;
		padding: 30px;
		position: fixed;
		right: 0;
		z-index: 1;
	}
	#site-header .wrapper .menu-primary-menu-container {
		align-items: center;
		background: #25062a;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		left: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		transform: translateY(-120%);
		-moz-transition: transform 0.3s ease-in-out;
		-webkit-transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		visibility: hidden;
	}
}
#site-header .wrapper .menu-item {
	margin: 0 10px;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	#site-header .wrapper #toggle-nav {
		margin-top: 18px;
	}
	#site-header .wrapper .ukds-social-icons {
		padding: 20px 30px;
	}
}

#toggle-nav {
	background: transparent;
	border: 0;
	display: flex;
	flex-direction: column;
	height: 30px;
	justify-content: space-between;
	padding: 0;
	width: 40px;
}
#toggle-nav span {
	background: white;
	border-radius: 2px;
	height: 3px;
	transform-origin: left;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.nav-open #toggle-nav span:nth-child(1) {
	transform: rotate(45deg);
}
.nav-open #toggle-nav span:nth-child(2) {
	height: 0;
	width: 0;
}
.nav-open #toggle-nav span:nth-child(3) {
	transform: rotate(-45deg);
}
.nav-open .menu-primary-menu-container {
	transform: translateY(0) !important;
	visibility: visible !important;
}

@media screen and (max-width: 1140px) {
	body:not(.page-template-page-tour-dates) #page:after {
		background: #25062a;
		bottom: 0;
		content: "";
		height: 74px;
		left: 0;
		position: fixed;
		right: 0;
		z-index: 1;
	}
	body:not(.page-template-page-tour-dates) #page {
		padding-bottom: 74px;
	}
}
.page-template-page-tour-dates #site-header .btn {
	display: none;
}

footer {
	padding-bottom: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}
footer #menu-footer-navigation {
	display: flex;
	flex-direction: column;
}
footer #menu-footer-navigation li {
	justify-content: center;
	margin: 0 0 10px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	footer #menu-footer-navigation {
		flex-direction: row;
	}
	footer #menu-footer-navigation li {
		margin: 0 20px 0 0;
	}
}
footer #copyright {
	color: #fff;
	opacity: 0.4;
	text-align: center;
}
footer #copyright a {
	color: #fff;
}
footer .-col {
	flex-basis: 100%;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 992px) {
	footer .-col {
		flex-basis: auto;
	}
}

.loaded #logo-treatment:before {
	animation: treatment-bg 1s ease-out forwards;
	background-image: url(/app/uploads/2022/04/bg.jpg);
}
.loaded #logo-treatment img:nth-child(1) {
	display: flex !important;
	opacity: 1;
	transform: scale(0);
	visibility: visible;
}
.loaded #logo-treatment img:nth-child(2) {
	display: flex !important;
}
.loaded #logo-treatment.pulse:before {
	animation: pulse 10s linear infinite;
	background-size: 100% 100%;
	opacity: 1;
}
.loaded #logo-treatment.pulse img:nth-child(1) {
	animation: bounceIn 1.5s forwards;
}
.loaded #logo-treatment.pulse img:nth-child(2) {
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.6s ease-out;
	transition-delay: 1.2s;
	visibility: visible;
}
.loaded #logo-treatment.bounced .shine {
	animation: shine 0.6s forwards;
	display: inline-flex !important;
	transform: scale(0) rotate(-300deg);
}
.loaded #logo-treatment.bounced .shine.shine-2 {
	animation-delay: 0.1s;
}
.loaded #logo-treatment.bounced .shine.shine-3 {
	animation-delay: 0.25s;
}
.loaded #logo-treatment.bounced .shine.shine-4 {
	animation-delay: 0.4s;
}
.loaded #logo-treatment.bounced .shine.shine-5 {
	animation-delay: 0.55s;
}
.loaded #logo-treatment.bounced .shine.shine-6 {
	animation-delay: 0.7s;
}
.loaded #logo-treatment.bounced .shine.shine-7 {
	animation-delay: 0.85s;
}
.loaded #logo-treatment.bounced .shine.shined {
	animation: shine-repeat 5s linear infinite;
}

.home #logo-treatment {
	margin-right: auto;
}
.home #logo-treatment {
	margin-top: 60px;
}
@media screen and (min-width: 375px) {
	.home #logo-treatment {
		margin-top: calc(60px + -40 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.home #logo-treatment {
		margin-top: 20px;
	}
}
.home #logo-treatment {
	margin-bottom: 40px;
}
@media screen and (min-width: 375px) {
	.home #logo-treatment {
		margin-bottom: calc(40px + 20 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.home #logo-treatment {
		margin-bottom: 60px;
	}
}

#logo-treatment {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: auto;
	max-width: 60vh;
	position: relative;
}
#logo-treatment:before {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0 0;
	content: "";
	mix-blend-mode: lighten;
	opacity: 0;
	position: absolute;
	transform: rotate(-500deg);
	z-index: -1;
}
#logo-treatment:before {
	width: 550px;
}
@media screen and (min-width: 375px) {
	#logo-treatment:before {
		width: calc(550px + 450 * ((100vw - 375px) / 393));
	}
}
@media screen and (min-width: 768px) {
	#logo-treatment:before {
		width: 1000px;
	}
}
#logo-treatment:before {
	height: 550px;
}
@media screen and (min-width: 375px) {
	#logo-treatment:before {
		height: calc(550px + 450 * ((100vw - 375px) / 393));
	}
}
@media screen and (min-width: 768px) {
	#logo-treatment:before {
		height: 1000px;
	}
}
@media screen and (min-width: 768px) {
	#logo-treatment:before {
		width: 600px;
	}
}
@media screen and (min-width: 768px) and (min-width: 375px) {
	#logo-treatment:before {
		width: calc(600px + 1000 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
	#logo-treatment:before {
		width: 1600px;
	}
}
@media screen and (min-width: 768px) {
	#logo-treatment:before {
		height: 600px;
	}
}
@media screen and (min-width: 768px) and (min-width: 375px) {
	#logo-treatment:before {
		height: calc(600px + 1000 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
	#logo-treatment:before {
		height: 1600px;
	}
}
#logo-treatment > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: scale(0.8);
}
@media screen and (min-width: 768px) {
	#logo-treatment > div {
		max-width: 60vw;
		transform: scale(1);
	}
}
#logo-treatment > div img:nth-child(1) {
	opacity: 0;
	transform: scale(0);
	visibility: hidden;
}
#logo-treatment > div img:nth-child(2) {
	margin-top: -10%;
	opacity: 0;
	transform: translateY(3rem);
	visibility: hidden;
}
#logo-treatment > div .shine-1,
#logo-treatment > div .shine-2,
#logo-treatment > div .shine-3,
#logo-treatment > div .shine-4,
#logo-treatment > div .shine-5,
#logo-treatment > div .shine-6,
#logo-treatment > div .shine-7 {
	position: absolute;
}
#logo-treatment > div .shine-1 {
	left: -2%;
	max-width: 20%;
	top: 21%;
}
#logo-treatment > div .shine-2 {
	left: 8%;
	max-width: 17%;
	top: 63%;
}
#logo-treatment > div .shine-3 {
	left: 22.8%;
	max-width: 17%;
	top: 42%;
}
#logo-treatment > div .shine-4 {
	left: 16.5%;
	max-width: 32%;
	top: 0;
}
#logo-treatment > div .shine-5 {
	left: 42%;
	max-width: 20%;
	top: -6%;
}
#logo-treatment > div .shine-6 {
	left: 56%;
	max-width: 20%;
	top: -12%;
}
#logo-treatment > div .shine-7 {
	left: 70%;
	max-width: 32%;
	top: 16%;
}
#logo-treatment + p {
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	max-width: 690px;
	text-align: center;
}

.home #logo-treatment > div {
	transform: scale(1);
}

.cta-strip {
	align-items: center;
	background: #FFC000;
	border: 1px solid #C6892F;
	border-radius: 7px;
	box-shadow: -3px 3px 10px rgba(15, 1, 15, 0.7);
	color: #25062a;
	flex: 1 0 100%;
	justify-content: center;
	min-height: 100px;
	overflow: hidden;
	position: relative;
}
.cta-strip:before {
	background-image: radial-gradient(47.61% 388.73% at 50% 50%, #FEE824 22.92%, #EBBF2C 34.9%, #FFC000 57.29%, #C6892F 84.9%, #DEA81C 98.44%);
	bottom: -310%;
	content: "";
	content: "";
	left: -20%;
	position: absolute;
	position: absolute;
	right: -20%;
	top: -310%;
	transform: rotate(10deg);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}
.cta-strip .-shrink {
	white-space: nowrap;
}
.cta-strip:hover {
	color: #A7248C;
}
.cta-strip:hover:before {
	left: -50%;
	right: -50%;
}
.cta-strip h3, .cta-strip div, .cta-strip h4 {
	line-height: 100%;
	margin-bottom: 0;
	text-align: center;
}
.cta-strip .h5 {
	color: #85136E;
}
.cta-strip > div {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.cta-strip > div {
		flex-direction: row;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cta-strip > div .-col {
		padding: 20px;
	}
	.cta-strip > div h3, .cta-strip > div div, .cta-strip > div h4 {
		text-align: left;
	}
}
.cta-strip > div .cta-action {
	background: url(/app/uploads/2022/04/arrow-right-1.svg) 100% 50% no-repeat;
	padding-right: 50px;
}

.cta-container {
	padding-left: 30px;
	padding-right: 30px;
}
.cta-container .cta-message {
	color: #85136E;
}

.cta-button {
	padding: 20px;
	position: relative;
}

.cta-message {
	padding: 20px;
}

.cta-button:after,
.cta-button:before {
	background: #CC9A00;
	content: "";
	height: 1px;
	left: -250px;
	position: absolute;
	right: -250px;
	top: -1px;
}

.cta-button:after {
	background: #FFD966;
	top: 0px;
}

@media screen and (min-width: 768px) {
	.cta-message,
.cta-button {
		padding-bottom: 0;
		padding-top: 0;
	}

	.cta-button:after,
.cta-button:before {
		background: #CC9A00;
		bottom: 0;
		content: "";
		height: auto;
		left: -21px;
		position: absolute;
		right: unset;
		top: 0;
		width: 1px;
	}

	.cta-button:after {
		background: #FFD966;
		left: -20px;
		right: unset;
	}
}
#tour-dates {
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
}
#tour-dates .cta-strip {
	background: rgba(233, 197, 232, 0.12);
	border: 0;
	border-bottom: 1px solid rgba(242, 242, 248, 0.2);
	border-radius: 0;
	box-shadow: none;
	color: white;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
#tour-dates .cta-strip:first-child {
	border-radius: 7px 7px 0 0;
}
#tour-dates .cta-strip:last-child {
	border-radius: 0 0 7px 7px;
}
#tour-dates .cta-strip:hover {
	background: rgba(255, 255, 255, 0.2);
}
#tour-dates .cta-strip h3,
#tour-dates .cta-strip .tour-date-dates {
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
#tour-dates .cta-strip h4 {
	margin: 5px 0;
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
#tour-dates .cta-strip h4 {
	font-size: 22px;
	letter-spacing: -0.5px;
}
@media screen and (min-width: 767px) {
	#tour-dates .cta-strip h4 {
		font-size: calc(22px + 4 * ((100vw - 767px) / 693));
		letter-spacing: calc(-0.5px + -1 * ((100vw - 767px) / 693));
	}
}
@media screen and (min-width: 1460px) {
	#tour-dates .cta-strip h4 {
		font-size: 26px;
		letter-spacing: -1.5px;
	}
}
#tour-dates .cta-strip h5, #tour-dates .cta-strip .h5 {
	color: #FFC000;
}
#tour-dates .cta-strip h5, #tour-dates .cta-strip .h5 {
	font-size: 14px;
	letter-spacing: -0.2px;
}
@media screen and (min-width: 767px) {
	#tour-dates .cta-strip h5, #tour-dates .cta-strip .h5 {
		font-size: calc(14px + 4 * ((100vw - 767px) / 693));
		letter-spacing: calc(-0.2px + -0.3 * ((100vw - 767px) / 693));
	}
}
@media screen and (min-width: 1460px) {
	#tour-dates .cta-strip h5, #tour-dates .cta-strip .h5 {
		font-size: 18px;
		letter-spacing: -0.5px;
	}
}
#tour-dates .cta-strip .tour-date-dates {
	margin-bottom: 7px;
}
#tour-dates .cta-strip:before {
	content: none;
}
#tour-dates .cta-strip .cta-button {
	padding-top: 0;
}
#tour-dates .cta-strip .cta-button .cta-action {
	color: #25062a;
	filter: invert(1) brightness(2);
}
@media screen and (min-width: 768px) {
	#tour-dates .cta-strip .cta-button {
		padding-top: 20px;
	}
}
#tour-dates .cta-strip .cta-button:before {
	background: #eaeaf0;
	content: none;
}
@media screen and (min-width: 768px) {
	#tour-dates .cta-strip .cta-button:before {
		content: "";
	}
}
#tour-dates .cta-strip .cta-button:after {
	content: none;
}

#about h3.h2 {
	color: #FFC000;
}
#about h3.h2 {
	margin-bottom: 10px;
}
@media screen and (min-width: 375px) {
	#about h3.h2 {
		margin-bottom: calc(10px + 70 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	#about h3.h2 {
		margin-bottom: 80px;
	}
}
#about h2 {
	margin-bottom: 0;
}
#about h2 + p {
	margin-top: 40px;
}
#about .-half {
	padding-top: 40px;
}
@media screen and (min-width: 375px) {
	#about .-half {
		padding-top: calc(40px + 80 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	#about .-half {
		padding-top: 120px;
	}
}
#about .-half {
	padding-bottom: 40px;
}
@media screen and (min-width: 375px) {
	#about .-half {
		padding-bottom: calc(40px + 80 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	#about .-half {
		padding-bottom: 120px;
	}
}
@media screen and (min-width: 768px) {
	#about .-half {
		padding-bottom: 80px;
	}
}
@media screen and (min-width: 768px) and (min-width: 375px) {
	#about .-half {
		padding-bottom: calc(80px + 60 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
	#about .-half {
		padding-bottom: 140px;
	}
}
#about .-half:nth-child(2) {
	padding-bottom: 90px;
}
@media screen and (min-width: 375px) {
	#about .-half:nth-child(2) {
		padding-bottom: calc(90px + 50 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	#about .-half:nth-child(2) {
		padding-bottom: 140px;
	}
}

.band-members {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 0 auto 5%;
	max-width: 1460px;
}
.band-members__text {
	flex-basis: calc(33.33% - 20px);
	text-align: center;
}
.band-members__text-inner {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	text-align: center;
}
.band-members__text-inner p {
	color: #FFC000;
	font-weight: 700;
	margin-bottom: 5px;
}

.production-team,
.creative-team {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 0 auto 150px;
	max-width: 1460px;
}
.production-team__text,
.creative-team__text {
	flex-basis: calc(33.33% - 20px);
	text-align: center;
}
.production-team__text-inner,
.creative-team__text-inner {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	text-align: center;
}
.production-team__text-inner p,
.creative-team__text-inner p {
	color: #FFC000;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 5px;
}
.production-team__text h4,
.creative-team__text h4 {
	line-height: 1.1;
	margin-bottom: 20px;
}
@media (max-width: 980px) {
	.production-team__text,
.creative-team__text {
		flex-basis: calc(50% - 20px);
	}
}
@media (max-width: 640px) {
	.production-team__text,
.creative-team__text {
		flex-basis: 100%;
	}
}
.production-team__text.quarter,
.creative-team__text.quarter {
	flex-basis: calc(25% - 20px);
}
@media (max-width: 980px) {
	.production-team__text.quarter,
.creative-team__text.quarter {
		flex-basis: calc(50% - 20px);
	}
}
@media (max-width: 640px) {
	.production-team__text.quarter,
.creative-team__text.quarter {
		flex-basis: 100%;
	}
}
.production-team__spacer,
.creative-team__spacer {
	flex-basis: 100%;
}
.production-team__large p,
.creative-team__large p {
	font-size: 150%;
}
@media (max-width: 980px) {
	.production-team__large p,
.creative-team__large p {
		font-size: 120%;
	}
}
.production-team__large h4,
.creative-team__large h4 {
	font-size: 160%;
}
@media (max-width: 980px) {
	.production-team__large h4,
.creative-team__large h4 {
		font-size: 120%;
	}
}
.production-team__med p,
.creative-team__med p {
	font-size: 120%;
}
@media (max-width: 980px) {
	.production-team__med p,
.creative-team__med p {
		font-size: 100%;
	}
}
.production-team__med h4,
.creative-team__med h4 {
	font-size: 140%;
}
@media (max-width: 980px) {
	.production-team__med h4,
.creative-team__med h4 {
		font-size: 100%;
	}
}
.production-team__sml p,
.creative-team__sml p {
	font-size: 100%;
}
@media (max-width: 980px) {
	.production-team__sml p,
.creative-team__sml p {
		font-size: 80%;
	}
}
.production-team__sml h4,
.creative-team__sml h4 {
	font-size: 100%;
	letter-spacing: 0;
}
@media (max-width: 980px) {
	.production-team__sml h4,
.creative-team__sml h4 {
		font-size: 80%;
	}
}

#welcome {
	flex-direction: column;
	padding-left: 30px;
	padding-right: 30px;
}
#welcome .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 690px;
}
#welcome .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
#welcome .wp-block-buttons .wp-block-button {
	margin-bottom: 10px;
}
#welcome h2 {
	text-align: center;
}
#welcome h2 {
	margin-top: 20px;
}
@media screen and (min-width: 375px) {
	#welcome h2 {
		margin-top: calc(20px + 40 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	#welcome h2 {
		margin-top: 60px;
	}
}
#welcome h2 {
	margin-bottom: 20px;
}
@media screen and (min-width: 375px) {
	#welcome h2 {
		margin-bottom: calc(20px + 40 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	#welcome h2 {
		margin-bottom: 60px;
	}
}

.ukds-social-icons .ukds-social-icon-list {
	display: flex;
	gap: 20px;
}
.ukds-social-icons .ukds-social-icon-list a, .ukds-social-icons .ukds-social-icon-list span {
	display: block;
	max-width: 48px;
}
.ukds-social-icons .ukds-social-icon-list a svg, .ukds-social-icons .ukds-social-icon-list span svg {
	fill: white;
	max-height: 24px;
	max-width: 24px;
	-moz-transition: fill 0.3s ease-in-out;
	-webkit-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
}
.ukds-social-icons .ukds-social-icon-list a:hover svg, .ukds-social-icons .ukds-social-icon-list span:hover svg {
	fill: #FFC000;
}

.help-page {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 120px;
}
.help-page .container {
	flex-direction: column;
}
.help-page #logo-treatment {
	margin-bottom: 50px;
	margin-left: 0;
	max-width: 240px;
}
.help-page #logo-treatment:before {
	height: 450px;
	width: 450px;
}
.help-page a {
	color: #fff;
	text-decoration: underline;
}

.ukds-mc-form > form,
.ukds-mc-form > form .ukds-mc-tab {
	background: #25062a;
}

button.btn {
	border: 1px solid #C6892F;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 16px;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	button.btn {
		font-size: 22px;
		padding: 15px 30px;
	}
}
button.btn:before {
	content: none;
}

.gform_wrapper {
	margin: 0 auto 60px;
	max-width: 1024px;
	padding-left: 30px;
	padding-right: 30px;
}
.gform_wrapper form {
	background: rgba(233, 197, 232, 0.2);
	border: 1px solid rgba(242, 242, 248, 0.2);
	border-radius: 10px;
	padding: 20px;
}

form input[type=text],
form input[type=email],
form select,
form textarea {
	appearance: none;
	background-color: white;
	border: 1px solid #C6892F;
	border-radius: 7px;
	color: #25062a;
	font-size: 18px !important;
	line-height: 20px !important;
	padding: 14px 15px !important;
}
form .gfield_label {
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	text-transform: uppercase;
}
form button.button,
form input[type=submit],
form button[type=submit] {
	align-items: center;
	appearance: none;
	background: #FFC000;
	border: 1px solid #C6892F;
	border-radius: 7px;
	box-shadow: -3px 3px 10px rgba(15, 1, 15, 0.7);
	color: #85136E;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	justify-content: center;
	padding: 15px 16px;
	text-transform: uppercase;
}
form .gform_drop_area {
	border-color: #C6892F;
}
form .gfield_consent_label,
form .gform_drop_instructions {
	font-size: 18px;
	line-height: 18px;
}
form .gfield_consent_label a,
form .gform_drop_instructions a {
	color: #FFC000;
}

.farlo-ui-lightbox {
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	transform: translateZ(0);
	transition: 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 4;
}
.farlo-ui-lightbox__inner {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.farlo-ui-lightbox__inner-content {
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 50%;
	max-height: calc(90vh - 44px);
	max-width: 90%;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: normal;
	width: 100%;
}
.farlo-ui-lightbox__inner-content.dynamic {
	align-items: flex-start;
	background-color: white;
	color: #25062a;
	font-size: 1.6rem;
	height: 600px;
	justify-content: flex-start;
	left: 50%;
	line-height: 2.1334rem;
	max-height: 90vh;
	max-width: 90%;
	text-align: left;
	transition: scale 0.4s ease;
	width: 600px;
}
.farlo-ui-lightbox__inner-content.dynamic p,
.farlo-ui-lightbox__inner-content.dynamic > div {
	font-size: 1.6rem;
	line-height: 2.1334rem;
	margin-top: 15px;
}
.farlo-ui-lightbox__inner-content.dynamic p:first-of-type,
.farlo-ui-lightbox__inner-content.dynamic > div:first-of-type {
	margin-top: 0;
}
@media (max-width: 640px) {
	.farlo-ui-lightbox__inner-content.dynamic > div {
		flex-direction: column;
	}
}
.farlo-ui-lightbox__inner-content.geo-targeted {
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.farlo-ui-lightbox__inner-content.geo-targeted p {
	font-size: 2rem;
	line-height: 2.1334rem;
	margin-bottom: 30px;
}
.farlo-ui-lightbox__inner-content.geo-targeted .site-geo-targeting__buttons {
	display: flex;
	gap: 10px;
}
.farlo-ui-lightbox__inner-content iframe {
	height: 100%;
	width: 100%;
}
.farlo-ui-lightbox__inner-content iframe,
.farlo-ui-lightbox__inner-content > .wp-block-embed {
	margin: 0;
}
.farlo-ui-lightbox__inner-content iframe figcaption,
.farlo-ui-lightbox__inner-content > .wp-block-embed figcaption {
	display: none;
}
@media (max-width: 640px) {
	.farlo-ui-lightbox__inner-content {
		margin-top: 60px;
		max-height: calc(90vh - 60px);
		padding: 10px;
		top: calc(50% - 30px);
	}
}
.farlo-ui-lightbox--active {
	opacity: 1;
	visibility: visible;
}
.farlo-ui-lightbox--active .farlo-ui-lightbox__inner-content.dynamic {
	transform: scale(1) translate(-50%, -50%);
}
.farlo-ui-lightbox__button-close {
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	height: 48px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 48px;
}
.farlo-ui-lightbox__button-close::after, .farlo-ui-lightbox__button-close::before {
	background-color: white;
	content: "";
	display: block;
	height: 100%;
	left: 24px;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	width: 2px;
}
.farlo-ui-lightbox__button-close::after {
	transform: rotate(-45deg);
}

.basicLightbox {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	display: none;
	justify-content: center;
	lefT: 0;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}
.basicLightbox .lightbox-inner {
	background-color: #25062a;
	border-radius: 8px;
	color: #ffffff;
	max-width: 600px;
	padding: 10px;
}
.basicLightbox .lightbox-inner h4 {
	color: #ffc000;
}
.basicLightbox--visible {
	display: flex;
	z-index: 999;
}
/*# sourceMappingURL=theme.css.map */