@charset "UTF-8";
/*
Version: 1.0.2
Theme Name: Museum of Sex
Theme URI: http://museumofsex.com/
Author: Nitro Interactive
Author URI: http://nitrointeractive.com/
Description: Museum of Sex WordPress/Elementor theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Element First Media Queries
========================================================= */
html {
	scroll-behavior: smooth !important;
}

body {
	color: #000;
}

input,
select,
textarea,
figure,
img {
	border-radius: 0 !important;
}

.elementor-icon,
.elementor-button {
	border-radius: 0 !important;
}

.sfe-locomotive-scroll-wrapper {
	position: relative;
	perspective: 1px;
	overflow-x: hidden;
	overflow: hidden;
}

a {
	color: #e72364;
}

a:hover {
	transition: all 0.2s ease-in-out;
}

p {
	margin-bottom: 20px;
}
p a {
	text-decoration: underline !important;
}

ul {
	padding-inline-start: 36px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	ul {
		padding-inline-start: 30px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
}

blockquote {
	font-family: "Metric", Sans-serif;
	font-size: 50px;
	font-weight: 600;
	text-transform: lowercase;
	line-height: 1;
	color: #000;
	margin: 0 auto;
	margin-bottom: 60px;
}

.exhibitions h2 blockquote {
	text-transform: none;
}
blockquote::first-letter {
	text-transform: capitalize;
}
@media (max-width: 767px) {
	blockquote {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 30px;
	}
}

.small blockquote {
	font-size: 40px;
}
@media (max-width: 1024px) {
	.small blockquote {
		font-size: var(--font-size-medium-extra);
	}
}

figcaption {
	font-family: "Metric", Sans-serif;
	font-size: var(--font-size-medium);
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000;
	margin: 0;
	margin-top: 10px;
}
@media (max-width: 767px) {
	figcaption {
		font-size: 18px;
		line-height: 24px;
	}
}

.small figcaption {
	font-size: 18px;
}
@media (max-width: 767px) {
	.small figcaption {
		font-size: 16px;
	}
}

.content-images {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	column-gap: 40px;
	margin: 20px 0;
}

.page_item a {
	border-radius: 0 !important;
}

.address-line {
	display: block;
}

.phone-number {
	display: block;
}

.text-hover:hover a {
	color: #707070 !important;
	transition: all 0.4s ease;
}

.elementor-location-archive,
.elementor-location-single {
	position: relative;
	z-index: 200;
}

.elementor-text-editor a {
	text-decoration: underline;
}

.elementor-tab-content a {
	text-decoration: underline;
}

.elementor-accordion-title {
	pointer-events: none;
}

.elementor-field-textual.elementor-size-lg {
	min-height: 50px;
}

.elementor-field {
	height: 50px;
}

.black-overlay .elementor-element::before {
	mix-blend-mode: hard-light;
}

.button-fixed a, #event-archive .event__link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	max-width: 200px;
	height: 50px;
	text-decoration: none;
}
@media (max-width: 1460px) {
	.button-fixed a, #event-archive .event__link a {
		min-width: 160px;
		width: 100%;
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.button-fixed a, #event-archive .event__link a {
		width: 100% !important;
		font-size: 18px;
		padding: 0 20px !important;
	}
}

.elementor-tabs-content-wrapper .button-fixed a, .elementor-tabs-content-wrapper #event-archive .event__link a, #event-archive .elementor-tabs-content-wrapper .event__link a {
	text-decoration: none !important;
}

.centered {
	margin: 0 auto;
}

@media (max-width: 767px) {
	.width-auto {
		width: auto;
	}
}

.border a {
	border: 2px solid #000;
}

.background-container {
	aspect-ratio: 16/9;
}

.vh-center {
	position: absolute;
	top: calc(50% - 50px);
	left: 50%;
	width: max-content;
	max-width: 1140px;
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.menu-item {
		margin-bottom: 0;
	}
}

.animated.reverse {
	animation-fill-mode: forwards;
}

.mobile-overflow-hidden {
	overflow: hidden;
}

#wpadminbar {
	display: none;
}

a.underline {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.elementor-accordion-icon i {
		font-size: 16px !important;
	}
}
.image-1x1 {
	width: 100%;
	max-width: 700px;
}
.image-1x1::before {
	position: relative;
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
.image-1x1 .elementor-widget-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.not-found {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
	.not-found {
		text-align: center;
		padding: 15px;
	}
}
.not-found.visible {
	visibility: visible;
	opacity: 1;
}

.swiper-slide .hero__background {
	transition: 18000ms ease-out !important;
	transform: scale(1) !important;
	animation-fill-mode: forwards !important;
}

.swiper-slide-visible .hero__background,
.swiper-slide-duplicate-prev .hero__background,
.swiper-slide-duplicate-active .hero__background,
.swiper-slide-prev .hero__background,
.swiper-slide-active .hero__background {
	transform: scale(1.3) !important;
	animation-fill-mode: forwards !important;
}

.nav-button-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

/* [data-elementor-type=popup] .elementor-section-wrap:not(:empty) + #elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-area) {
	display: block;
	position: fixed;
	z-index: 1000000000;
	top: 0;
	width: 100%;
} */
.mobile-menu-popup [data-elementor-type=popup]:not(.elementor-edit-area) {
	display: block;
	position: fixed;
	z-index: 1000000000;
	top: 0;
	width: 100%;
}
https://mosex1stg.wpenginepowered.com/wp-admin/
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.elementor-accordion .elementor-tab-title {
	display: flex;
	align-items: start;
	padding: 20px 0;
}
@media (max-width: 767px) {
	.elementor-accordion .elementor-tab-title {
		line-height: 24px;
		padding: 10px 0;
	}
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	line-height: 32px;
}
@media (max-width: 767px) {
	.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		line-height: 24px;
		width: 30px;
	}
}
.elementor-accordion .elementor-tab-content {
	padding: 20px 36px;
}
@media (max-width: 767px) {
	.elementor-accordion .elementor-tab-content {
		padding: 20px 30px;
	}
}

.elementor .footer__link {
	text-decoration: underline !important;
}
.elementor .elementor-text-editor a,
.elementor .elementor-tab-content a {
	text-decoration: underline !important;
}

:root {
	--heading-font-family: "National", Sans-serif;
	--body-font-family: "Metric", Sans-serif;
	--border-radius-small: 0;
	--border-radius-large: 0;
	--border-radius-rounded: 0;
	--font-size-medium: 21px;
	--font-size-medium-extra: 21px;
	--body-text-color: #000;
	--body-background-color: #fff;
	--accordion-text-color: #fff;
	--accordion-background-color: #000;
	--super-funland-pink: #e72364;
	--animation-timing: cubic-bezier(0.30, 0, 0, 1);
	--animation-timing-alternate: cubic-bezier(.215, .61, .355, 1);
}

.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: var(--border-radius-rounded);
	opacity: 0;
	transition: all 0.3s ease-out;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	mix-blend-mode: difference;
	z-index: 10000;
	pointer-events: none;
}
@media (max-width: 767px) {
	.back-to-top {
		bottom: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
	}
}
.back-to-top__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	transform: translate(-50%, -50%);
}
.back-to-top.visible {
	opacity: 1;
	pointer-events: auto;
}
.back-to-top svg {
	width: 22px;
	height: auto;
}
@media (max-width: 767px) {
	.back-to-top svg {
		width: 16px;
	}
}

.sticky-header {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.85);
	pointer-events: none;
	padding: 15px 30px 15px;
	transform: translate3d(0, -100px, 0);
	transition: transform 0.64s cubic-bezier(0.62, 0.28, 0.23, 0.99);
	z-index: 999;
}
@media (max-width: 767px) {
	.sticky-header {
		padding: 15px;
	}
}
.sticky-header__container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.sticky-header .nav-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 50px;
	border-radius: var(--border-radius-rounded);
}
.sticky-header .nav-button-label {
	font-family: "National", Sans-serif;
	font-size: var(--font-size-medium-extra);
	text-transform: uppercase;
	color: #fff;
}

.visible {
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
}

.logo {
	align-items: center;
	width: 100%;
	height: 60px;
}
.logo.small {
	width: 100% !important;
	height: 50px;
}
@media (max-width: 767px) {
	.logo.small {
		height: 40px;
	}
}
.logo.small svg {
	width: auto;
	height: 100%;
}

.nav-button svg {
	width: 16px;
	height: auto;
}

.visit-button {
	color: #fff;
	background-color: transparent;
}

.visit-button a {
	color: #fff;
}

.hidden {
	visibility: hidden !important;
	transform: translate3d(0, -100px, 0) !important;
	z-index: -999;
}

.main-navigation-container {
	display: flex;
	gap: 50px;
	z-index: 6000;
}
.exhibition-dropdown-tickets{
	width:100%;
	z-index:60;
}
@media (max-width: 1024px) {
	.main-navigation-container {
		gap: 30px;
	}
}
@media (max-width: 767px) {
	.main-navigation-container {
		gap: 20px;
	}
}
@media (max-width: 1080px) {
	.main-navigation-container > div:not(.hamburger__container) {
		display: none;
	}
}
.main-navigation-container .disabled {
	cursor: default !important;
	pointer-events: none !important;
}
.main-navigation-container .disabled .nav-button {
	opacity: 0.5;
	pointer-events: none !important;
}
.main-navigation-container .nav-button,
.exhibition-dropdown-tickets .nav-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 50px;
	border-radius: var(--border-radius-rounded);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.49, 1);
}
.main-navigation-container .nav-button:hover:not(.visit-button, .now-on-view-button, .tickets-button, .main-nav-button) {
	background-color: rgb(255, 255, 255);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.49, 1);
}
.main-navigation-container .nav-button:hover:not(.visit-button, .now-on-view-button, .tickets-button, .main-nav-button) .nav-button-label {
	color: #000;
}
.main-navigation-container .nav-button.visit-button {
	color: #fff;
	background-color: transparent;
	cursor: default;
	margin-right: -65px;
}
.main-navigation-container .nav-button.now-on-view-button {
	color: #fff;
	background-color: transparent;
	cursor: default;
	margin-right: -12px;
}
.main-navigation-container .nav-button.tickets-button {
	background-color: #fff;
	margin-right: 0;
}
.main-navigation-container .nav-button.tickets-button .nav-button-label {
	color: #000;
}
.main-navigation-container .nav-button.fixed-width {
	width: 180px;
}
.main-navigation-container .nav-button.dropdown,
.exhibition-dropdown-tickets .nav-button.dropdown{
	background-color: rgb(231, 35, 100) !important;
	margin-bottom: 10px;
}
.main-navigation-container .nav-button.dropdown .nav-button-label,
.exhibition-dropdown-tickets .nav-button.dropdown .nav-button-label{
	color: #fff !important;
}
.main-navigation-container .nav-button.dropdown:hover,
.exhibition-dropdown-tickets .nav-button.dropdown:hover{
	background-color: #fff !important;
}
.main-navigation-container .nav-button.dropdown:hover .nav-button-label,
.exhibition-dropdown-tickets .nav-button.dropdown:hover .nav-button-label{
	color: rgb(231, 35, 100) !important;
}
.main-navigation-container .nav-button.dropdown:first-child,
.exhibition-dropdown-tickets .nav-button.dropdown:first-child{
	margin-top: 10px;
}
.main-navigation-container .nav-button .nav-button-label,
.exhibition-dropdown-tickets .nav-button .nav-button-label{
/* 	font-family: "National", Sans-serif; */
	font-family: "Metric", Sans-serif;
	font-weight: 900;
	font-size: var(--font-size-medium-extra);
	text-transform: uppercase;
	color: #fff;
}
@media (min-width: 768px) and (max-width: 1025px) {
	.main-navigation-container .nav-button .nav-button-label {
		font-size: 20px;
	}
}
.main-navigation-container .nav-button .nav-button-label svg {
	width: 16px;
	height: auto;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.49, 1);
	transform-origin: center center;
	transform: rotate(0);
	margin-left: 10px;
}
.main-navigation-container .visit-dropdown-container .nav-button:not(.visit-button) {
	background-color: rgb(0, 0, 0);
}
.main-navigation-container .visit-dropdown-container .nav-button:not(.visit-button) .nav-button-label {
	color: #fff;
}
.main-navigation-container .visit-dropdown-container .nav-button:hover:not(.visit-button) {
	background-color: rgb(255, 255, 255);
}
.main-navigation-container .visit-dropdown-container .nav-button:hover:not(.visit-button) .nav-button-label {
	color: #000;
}
.main-navigation-container .now-on-view-dropdown-container .nav-button:not(.visit-button) {
	background-color: rgb(0, 0, 0);
}
.main-navigation-container .now-on-view-dropdown-container .nav-button:not(.visit-button) .nav-button-label {
	color: #fff;
}
.main-navigation-container .now-on-view-dropdown-container .nav-button:hover:not(.visit-button) {
	background-color: rgb(255, 255, 255);
}
.main-navigation-container .now-on-view-dropdown-container .nav-button:hover:not(.visit-button) .nav-button-label {
	color: #000;
}
.main-navigation-container .tickets-dropdown-container .nav-button:not(.tickets-button) {
	background-color: rgb(255, 255, 255);
}
.main-navigation-container .tickets-dropdown-container .nav-button:not(.tickets-button) .nav-button-label {
	color: #000;
}
.main-navigation-container .tickets-dropdown-container .nav-button:hover:not(.tickets-button) {
	background-color: rgb(0, 0, 0);
}
.main-navigation-container .tickets-dropdown-container .nav-button:hover:not(.tickets-button) .nav-button-label {
	color: #fff;
}
.main-navigation-container .tickets-dropdown-container.mobile {
	display: none !important;
}
@media (max-width: 1024px) {
	.main-navigation-container .tickets-dropdown-container.mobile {
		display: flex !important;
	}
}
.main-navigation-container .tickets-dropdown-container.mobile .nav-button {
	width: 120px !important;
	height: 30px;
}
.main-navigation-container .tickets-dropdown-container.mobile .nav-button .nav-button-label {
	font-size: 14px;
	color: #000;
}
@media (max-width: 767px) {
	.main-navigation-container .tickets-dropdown-container.mobile .nav-button .nav-button-label {
		font-size: 12px;
	}
}
.main-navigation-container .tickets-dropdown-container.mobile .nav-dropdown-tickets {
	top: 30px;
}

.nav-dropdown-location.active,
.nav-dropdown-now-on-view.active,
.nav-dropdown-tickets.active,
.exhibition-dropdown-tickets.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.visit-dropdown-container:hover .visit-button,
.now-on-view-dropdown-container:hover .now-on-view-button {
	opacity: 0.5;
}

.nav-dropdown-location .button-0,
.nav-dropdown-now-on-view .button-0,
.nav-dropdown-tickets .button-0 {
	transition-delay: 0.1s;
}

.nav-dropdown-location .button-1,
.nav-dropdown-now-on-view .button-1,
.nav-dropdown-tickets .button-1 {
	transition-delay: 0s;
}

.visit-dropdown-container:hover .nav-dropdown-location .button-0,
.now-on-view-dropdown-container:hover .nav-dropdown-now-on-view .button-0,
.tickets-dropdown-container:hover .nav-dropdown-tickets .button-0 {
	transition-delay: 0s;
}

.visit-dropdown-container:hover .nav-dropdown-location .button-1,
.now-on-view-dropdown-container:hover .nav-dropdown-now-on-view .button-1,
.tickets-dropdown-container:hover .nav-dropdown-tickets .button-1 {
	transition-delay: 0.1s;
}

.tickets-dropdown-container:hover .tickets-button {
	opacity: 0.5;
	cursor: default;
}

.nav-button .nav-button-label svg.active,
.nav-button:hover .nav-button-label svg {
	transform: rotate(-180deg) !important;
}

.nav-dropdown-location,
.nav-dropdown-now-on-view,
.nav-dropdown-tickets,
.exhibition-dropdown-tickets{
	position: absolute;
}

.nav-dropdown-location.sticky,
.nab-dropdown-now-on-view.sticky,
.nav-dropdown-tickets.sticky {
	margin-top: 10px;
}

.nav-dropdown-location.sticky .nav-button,
.nav-dropdown-now-on-view.sticky .nav-button {
	border: 2px solid #fff;
}

.nav-dropdown-tickets.sticky .nav-button,
.nav-dropdown-now-on-view.sticky .nav-button {
	border: 2px solid #000;
}

.nav-dropdown-location,
.nav-dropdown-now-on-view,
.nav-dropdown-tickets,
.exhibition-dropdown-tickets{
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.49, 1);
	transform: translateY(40px) scale(1);
}

@media only screen and (max-width: 767px) {
	.nav-button {
		width: 80px;
		height: 35px;
	}

	.nav-button-label {
		font-size: 14px;
	}

	.nav-button svg {
		width: 12px;
	}
}
.location__icon, .location__icon--large {
	position: relative;
	display: flex;
	justify-content: center;
	width: auto;
	height: 32px !important;
}
.location__icon svg, .location__icon--large svg {
	width: auto;
	height: 32px;
}
.location__icon--large {
	height: 64px;
	margin-bottom: 20px;
}
.location__icon--large svg {
	height: 64px;
}

.custom-checkbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.custom-checkbox .options {
	display: flex;
	flex-direction: column;
	align-items: left;
	width: 100%;
}
.custom-checkbox .item {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: "Metric", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
}
.custom-checkbox .item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #c2c2c2;
	border-radius: var(--border-radius-small);
	transition: all 0.2s ease-in-out;
}
.custom-checkbox .item:hover input ~ .checkmark {
	background-color: #707070;
}
.custom-checkbox .item input:checked ~ .checkmark {
	background-color: #000;
}
.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-checkbox .item input:checked ~ .checkmark:after {
	display: block;
}
.custom-checkbox .item .checkmark:after {
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
}

.vue-select {
	width: 80px;
	color: #000;
	background-color: #fff;
	user-select: none;
	border: 2px solid #000;
	border-radius: var(--border-radius-small);
	transition: all 0.3s linear;
	cursor: pointer;
	z-index: 2000;
}
.vue-select .selected-option {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding-left: 15px;
	width: 100%;
	height: 40px;
	position: relative;
	box-sizing: border-box;
	transition: all 0.3s linear;
}
.vue-select .selected-option:hover {
	color: rgba(255, 255, 255, 0.45);
}
.vue-select .selected-option svg {
	fill: #000;
	position: absolute;
	right: 8px;
	top: 50%;
	width: 16px;
	height: auto;
	transform: translateY(-50%);
	transition: fill 300ms linear;
	/*
	   &:hover {
	     fill: darken($vue-teal, 15%);
	   }
	*/
}

.dropdown-options-container {
	position: absolute;
	background-color: #000;
	height: auto;
	width: 80px;
	overflow-y: scroll;
}

.dropdown-options--cell {
	height: 40px;
	padding-left: 15px;
	user-select: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropdown-options--cell:hover {
	color: #000;
	background-color: #707070;
	border: none;
}

.dropdown-options.selected .dropdown-options--cell {
	color: #000;
	background-color: #707070;
	border: none;
}

.slide-enter-active, .slide-leave-active {
	transition: height 150ms ease;
}

.slide-enter, .slide-leave-to {
	height: 0px;
}

/*
Elementor: Custom embedded video play icon
*/
.eicon-play {
	display: none;
}

.elementor-custom-embed-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	opacity: 0.8;
	content: url(/wp-content/uploads/2022/04/video-play-icon.svg);
	transform: translate(-50%, -50%) scale(1);
	transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

.elementor-custom-embed-play:hover {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
}

/* Exhibitions Slider */
#exhibitionsSliderNew .exhibition {
	transition: all 0.6s var(--animation-timing) 0s !important;
}
#exhibitionsSliderNew .exhibition__card {
	height: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: var(--border-radius-large);
	-webkit-border-radius: var(--border-radius-large);
	-webkit-transform: translateZ(0);
}
#exhibitionsSliderNew .exhibition__card img {
	object-fit: cover;
}
#exhibitionsSliderNew .exhibition__thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#exhibitionsSliderNew .exhibition__thumbnail:hover {
	transform: scale(1.2);
}
#exhibitionsSliderNew .exhibition__title {
	max-width: 494px;
	font-family: "National", Sans-serif;
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0 0;
}
@media (max-width: 767px) {
	#exhibitionsSliderNew .exhibition__title {
		display: flex;
		max-width: unset;
		font-size: var(--font-size-medium-extra);
		line-height: 24px;
	}
}
#exhibitionsSliderNew .exhibition__tag {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 50px;
	background-color: rgba(231, 35, 100, 0.65);
	border-radius: var(--border-radius-small);
	padding: 0 20px;
	z-index: 100;
}
@media (max-width: 767px) {
	#exhibitionsSliderNew .exhibition__tag {
		height: 40px;
	}
}
#exhibitionsSliderNew .exhibition__label {
	font-family: "Metric", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	color: #fff;
}
@media (max-width: 767px) {
	#exhibitionsSliderNew .exhibition__label {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (min-width: 1460px) {
	#exhibitionsSliderNew .swiper-container {
		overflow: visible;
	}
}
#exhibitionsSliderNew .swiper-wrapper {
	transition-timing-function: ease !important;
}
#exhibitionsSliderNew .swiper-slide-prev .exhibition,
#exhibitionsSliderNew .swiper-slide-nth-prev-2 .exhibition {
	opacity: 0.25 !important;
	transition: all 0.6s var(--animation-timing) 0s !important;
}
@media (max-width: 1024px) {
	#exhibitionsSliderNew .swiper-slide-prev .exhibition,
#exhibitionsSliderNew .swiper-slide-nth-prev-2 .exhibition {
		opacity: 1 !important;
	}
}
#exhibitionsSliderNew .swiper-slide-nth-next-2 .exhibition {
	opacity: 0.25 !important;
	transition: all 0.6s var(--animation-timing) 0s !important;
}
@media (max-width: 1024px) {
	#exhibitionsSliderNew .swiper-slide-nth-next-2 .exhibition {
		opacity: 1 !important;
	}
}
#exhibitionsSliderNew .swiper-slide-active .exhibition,
#exhibitionsSliderNew .swiper-slide-next .exhibition {
	opacity: 1 !important;
	transition: all 0.6s var(--animation-timing) 0s !important;
}

/*
.exhibitions-slider {
	width: calc(474px * 2 + 20px) !important;

	@media (min-width: 481px) and (max-width: 767px) {
		width: 100% !important;
	}

	@media (min-width: 768px) and (max-width: 1024px) {
		width: 100% !important;
	}

	.exhibition {
		transition: all 0.6s var(--animation-timing) 0s !important;

		&__thumbnail {
			width: 474px;
			height: 474px;
			object-fit: cover;
			border-radius: var(--border-radius-large);
			overflow: hidden;	

			@media (max-width: 480px) {
				width: 100%;
				height: 100%;
				max-height: 300px;
			}

			@media (min-width: 481px) and (max-width: 767px) {
				width: 100%;
				height: 100%;
				max-height: 400px;
			}

			@media (min-width: 768px) and (max-width: 1024px) {
				width: 100%;
				height: 400px;
				max-height: 400px;
			}

			@media (min-width: 1025px) and (max-width: 1400px) {
				width: 100%;
				max-height: 400px;
			}

			img {
				transition: all 0.6s cubic-bezier(.215, .61, .355, 1);

				&:hover {
					transform: scale(1.1);
				}
			}
		}

		img {
			width: 100%;
			height: 100%;
			border-radius: var(--border-radius-large) !important;
			object-fit: cover;
		}

		&__tag {
			position: absolute;
			top: 10px;
			right: 10px;
			display: flex;
			justify-content: center;
			align-items: center;
			width: auto;
			height: 50px;
			background-color: rgba(231, 35, 100, 0.65);
			border-radius: var(--border-radius-small);
			padding: 0 20px;
			z-index: 100;
		}

		&__label {
			font-family: "Metric", sans-serif;
			font-size: 18px;
			font-weight: 600;
			line-height: 32px;
			color: #fff;
		}

		&__title {
			display: block;
			font-family: "National", Sans-serif;
			font-size: 32px;
			line-height: 38px;
			text-transform: uppercase;
			margin: 20px 0 0;

			@include responsive(mobile) {
				font-size: var(--font-size-medium-extra);
				line-height: 30px;
				max-width: unset;
			}

			a {
				color: #fff;
			}
		}
	}

	.swiper-wrapper {		
		transition-timing-function: ease !important;
	}

	.swiper-slide-active,
	.swiper-slide-next {
		.exhibition {
			opacity: 1 !important;
			transition: all 0.6s var(--animation-timing) 0s !important;			
		}
	}

	@include responsive(mobile) {
		.swiper-slide-next {
			.exhibition {
				opacity: 0.25 !important;
			}
		}
	}

	.swiper-slide-nth-prev-2,
	.swiper-slide-nth-prev-3 {
		.exhibition {
			opacity: 0.25 !important;
			transition: all 0.6s var(--animation-timing) 0s !important;

			@include responsive(tablet-lg) {
				opacity: 1 !important;
			}
		}
	}

	.swiper-slide-nth-next-2,
	.swiper-slide-nth-next-3 {
		.exhibition {
			opacity: 0.25 !important;
			transition: all 0.6s var(--animation-timing) 0s !important;

			@include responsive(tablet-lg) {
				opacity: 1 !important;
			}
		}
	}
}
*/
.mask-slider {
	min-width: 442px;
	-webkit-transform: translateZ(0);
}
@media (max-width: 1460px) {
	.mask-slider {
		min-width: unset;
	}
}

.mask-slider::before {
	content: "";
	display: block;
	position: absolute;
	left: -100vw;
	width: 100vw;
	height: 100%;
	background-color: #000;
	z-index: 200;
}
@media (max-width: 1400px) {
	.mask-slider::before {
		display: none;
	}
}

@media (max-width: 1400px) {
	.no-masking-yes {
		overflow: hidden !important;
	}
}

/* Location slider */
#locationSlider.swiper-container {
	height: 398px;
	opacity: 0;
	z-index: 500;
	pointer-events: none;
}
#locationSlider .swiper-slide {
	overflow: hidden;
	transform-origin: center center;
	margin-top: -2px;
}
#locationSlider .elementor-heading-title {
	color: #fff;
	font-family: "National", Sans-serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 70px;
	z-index: 50;
}
#locationSlider .attraction__container {
	display: flex;
	width: 100%;
	height: 100%;
	gap: 10px;
}
#locationSlider .attraction__text {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	border-radius: var(--border-radius-large);
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: hidden;
}
#locationSlider .attraction__background {
	position: relative;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transform-origin: center center;
	border-radius: var(--border-radius-large);
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: hidden;
	z-index: 30;
}
#locationSlider .wipe__container {
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 50;
}
#locationSlider .wipe__background {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	z-index: 2000;
}
#locationSlider .wipe__text {
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 70;
}
#locationSlider .wipe__slide {
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
}

.slider-navigation {
	display: flex;
	column-gap: 20px;
}
@media (max-width: 767px) {
	.slider-navigation {
		column-gap: 10px;
	}
}

.slider-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: var(--border-radius-rounded);
	border: 2px solid #fff;
	cursor: pointer;
	transition: all 0.4s ease;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
	.slider-button {
		width: 50px;
		height: 50px;
	}
}
.slider-button.prev {
	transform: rotate(-90deg);
}
.slider-button.next {
	transform: rotate(90deg);
}
.slider-button svg {
	width: auto;
	height: 22px;
}
@media (max-width: 767px) {
	.slider-button svg {
		width: auto;
		height: 16px;
	}
}

@media (hover: hover) {
	.slider-button:hover {
		background-color: #fff;
		border-color: #fff;
	}
	.slider-button:hover svg path {
		stroke: #000;
	}
}
.feature {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.feature__row {
	display: flex;
	height: 200px;
	transition: all 0.6s var(--animation-timing) 0.3s !important;
	border-radius: var(--border-radius-large);
	overflow: hidden;
}
.feature__row:hover {
	height: 500px;
	transition-delay: 0s !important;
}
.feature__row:hover .feature__description {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition-delay: 0.2s !important;
}
.feature__row:hover .feature__link {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition-delay: 0.4s !important;
}
.feature__row:nth-child(even) {
	flex-direction: row-reverse;
	justify-content: flex-end;
	text-align: right;
}
.feature__row:nth-child(even) .feature__link {
	margin-left: auto;
}
.feature__content {
	display: flex;
	flex-direction: column;
	background-color: var(--accordion-background-color);
	transition: all 0.6s var(--animation-timing);
}
.feature__content:nth-child(odd) {
	padding: 60px 120px 60px 90px;
}
.feature__content:nth-child(even) {
	padding: 60px 90px 60px 120px;
}
.feature__heading {
	font-family: var(--heading-font-family);
	font-size: 60px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	color: var(--accordion-text-color);
	margin: 0;
}
.feature__subheading {
	font-family: var(--body-font-family);
	font-size: var(--font-size-medium-extra);
	font-weight: normal;
	line-height: 32px;
	color: var(--accordion-text-color);
}
.feature__description {
	font-family: var(--body-font-family);
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: var(--accordion-text-color);
	margin: 30px 0;
	opacity: 0 !important;
	transform: translateY(-20px) !important;
	transition: all 0.6s var(--animation-timing) 0s !important;
	transition-delay: 0.2s !important;
}
.feature__description.active {
	opacity: 1 !important;
	visibility: visible;
	transform: translateX(0) !important;
}
.feature__link {
	display: flex;
	align-items: center;
	width: fit-content;
	opacity: 0 !important;
	transform: translateY(-20px) !important;
	transition: all 0.6s var(--animation-timing) 0s !important;
}
.feature__link span {
	font-family: var(--body-font-family);
	font-size: var(--font-size-medium-extra);
	font-weight: normal;
	line-height: 32px;
	color: var(--accordion-text-color);
}
.feature__link i {
	width: 8px;
	margin-left: 10px;
}
.feature__link i svg {
	width: 100%;
	height: auto;
}
.feature__photo {
	min-width: 474px;
	height: 100%;
}
.feature__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all 0.6s linear;
}

table {
	font-family: var(--body-font-family);
	font-size: var(--font-size-medium-extra);
	font-weight: normal;
}
@media (max-width: 767px) {
	table {
		font-size: 18px;
	}
}
table td {
	background-color: transparent !important;
	line-height: 44px;
	border: none;
	padding: 0;
}
@media (max-width: 767px) {
	table td {
		line-height: 1.6;
	}
}
table tr {
	background-color: transparent;
}
table .row-spacer {
	margin-bottom: 10px;
}

#tabs.elementor-tabs {
	/* TODO: Style mobile tabs */
}
#tabs.elementor-tabs .elementor-tabs-wrapper {
	display: flex;
	border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
	#tabs.elementor-tabs .elementor-tabs-wrapper {
		overflow-x: auto;
	}
	#tabs.elementor-tabs .elementor-tabs-wrapper::-webkit-scrollbar {
		height: 3px;
		width: 100%;
		background: #000;
	}
	#tabs.elementor-tabs .elementor-tabs-wrapper::-webkit-scrollbar-thumb:horizontal {
		width: 40px;
		height: 1px;
		background-color: rgb(231, 35, 100);
	}
}
#tabs.elementor-tabs .elementor-tabs-content-wrapper {
	border-bottom: none;
}
#tabs.elementor-tabs .elementor-tab-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 50px;
	font-family: "Metric", Sans-serif;
	font-size: var(--font-size-medium-extra);
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	color: #000;
	padding: 0 40px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
	#tabs.elementor-tabs .elementor-tab-title {
		height: 50px;
		font-size: 18px;
		border: none;
		padding: 0 40px;
	}
}
#tabs.elementor-tabs .elementor-tab-title.elementor-active {
	color: #e72364;
	border-bottom: 4px solid #e72364;
}
#tabs.elementor-tabs .elementor-tab-content {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	border: none;
	padding-top: 40px;
	transition: transform 0.3s ease-out, opacity 0.3s linear;
	transform: translateX(20px);
}
@media (max-width: 767px) {
	#tabs.elementor-tabs .elementor-tab-content {
		text-align: left;
	}
}
#tabs.elementor-tabs .elementor-tab-content.elementor-active {
	max-height: auto;
	opacity: 1;
	visibility: visible;
	transition: transform 0.3s ease-out, opacity 0.3s linear;
	transform: translateX(0);
}
#tabs.elementor-tabs .elementor-tab-content .exhibition__content {
	overflow: hidden;
}
#tabs.elementor-tabs .elementor-tab-mobile-title {
	display: none;
}

#page-selector {
	display: block;
	width: 375px;
}
@media (max-width: 767px) {
	#page-selector {
		width: 60%;
	}
}

#page-selector .elementor-tabs-wrapper {
	display: flex;
	border-bottom: 2px solid #000;
}
@media (max-width: 767px) {
	#page-selector .elementor-tabs-wrapper {
		flex-direction: row;
	}
}

#page-selector .elementor-tab-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-family: "National", Sans-Serif;
	font-size: var(--font-size-medium-extra);
	font-weight: 900;
	line-height: 32px;
	text-transform: uppercase;
	color: #000;
	border-bottom: solid 4px transparent;
	cursor: pointer;
}
@media (max-width: 767px) {
	#page-selector .elementor-tab-title {
		height: 40px;
		border: none;
		font-size: 18px;
	}
}

#page-selector .elementor-tab-content {
	padding-top: 40px;
}

#page-selector .elementor-tab-title.elementor-active {
	color: #e72364;
	border-bottom: 4px solid #e72364;
}

#page-selector .elementor-tab-content {
	display: none;
}

#page-selector .elementor-tab-content.elementor-active {
	display: block;
}

#page-selector .elementor-tab-mobile-title {
	display: none;
}

.consumer__reviews {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 100px 30px;
}
@media (max-width: 1024px) {
	.consumer__reviews {
		justify-content: space-between;
		padding: 50px 30px;
	}
}
@media (max-width: 767px) {
	.consumer__reviews {
		flex-wrap: nowrap;
		column-gap: 20px;
		row-gap: 0;
		padding: 30px;
	}
}

.consumer__review .platform {
	padding: 0 60px;
}
@media (max-width: 1024px) {
	.consumer__review .platform {
		padding: 0;
	}
}

.platform__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
}
.platform__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100px;
}
@media (max-width: 767px) {
	.platform__logo {
		height: auto;
	}
}
.platform__logo svg {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.platform__rating {
	font-size: var(--font-size-medium);
	font-weight: 600;
	color: #666;
	margin-right: 10px;
}
@media (max-width: 767px) {
	.platform__rating {
		margin-right: 0;
	}
}
.platform__widget {
	margin-right: 10px;
}
@media (max-width: 767px) {
	.platform__widget {
		display: flex;
		align-items: center;
		height: 20px;
		margin-right: 0;
	}
}
.platform__count {
	font-size: 16px;
	color: #666;
}

.press__container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 100px 0;
}
@media (max-width: 1024px) {
	.press__container {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.press__container {
		height: auto;
		padding: 30px 0;
	}
}

.press__logos {
	display: flex;
}
.press__logos .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14.2857142857% !important;
	height: auto;
	padding: 0;
}
@media (max-width: 1024px) {
	.press__logos .swiper-slide {
		width: 33.333% !important;
	}
}

.press__logo svg {
	width: 100%;
	height: 30px;
	transition: all 0.3s ease-out;
}
.press__logo svg path {
	fill: #222 !important;
	transition: all 0.3s ease-out !important;
}

.swiper-slide-active .press__logo svg {
	opacity: 1;
}

.press__reviews {
	display: flex;
	align-items: center;
}

.press__reviews .swiper-slide {
	background-color: #000;
}

.press__statement {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1140px;
	color: #fff;
	font-family: "Metric", Sans-serif !important;
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 1024px) {
	.press__statement {
		font-size: 40px;
		line-height: 1;
	}
}
@media (max-width: 767px) {
	.press__statement {
		font-size: var(--font-size-medium-extra);
		line-height: 1;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.press__section--top {
		padding: 0 30px;
	}
}

.press__section--bottom {
	position: relative;
	width: 100%;
}

.press__section--bottom:before {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	left: 0;
	top: 50%;
	background: transparent;
	background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 400;
	transform: translateY(-50%);
	pointer-events: none;
}
@media (max-width: 767px) {
	.press__section--bottom:before {
		width: 100px;
		height: 100px;
	}
}

.press__section--bottom:after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	right: 0;
	top: 50%;
	background: transparent;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	z-index: 400;
	transform: translateY(-50%);
	pointer-events: none;
}
@media (max-width: 767px) {
	.press__section--bottom:after {
		width: 100px;
		height: 100px;
	}
	.platform__logo svg {
    	max-height: 100px;
	}
}

.yelp .platform__logo svg {
	stroke: rgba(0, 0, 0, 0.15);
	stroke-width: 1px;
	stroke-linejoin: round;
}

.swiper-slide-duplicate-active .press__logo svg path,
.swiper-slide-active .press__logo svg path {
	fill: #fff !important;
}

.post-navigation {
	width: 100%;
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation {
		column-gap: 20px;
	}
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation__link {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation__prev .post-nav-has-thumbnail {
		flex-direction: column;
		align-items: flex-start;
	}
}
.post-navigation .elementor-post-navigation__prev .post-nav-has-thumbnail .footer-nav__thumbnail {
	top: unset;
	left: unset;
	margin-right: 20px;
}
.post-navigation .elementor-post-navigation__next .post-nav-has-thumbnail {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation__next .post-nav-has-thumbnail {
		flex-direction: column;
		align-items: end;
	}
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation__next .post-nav-has-thumbnail .footer-nav {
		flex-direction: column-reverse;
	}
}
.post-navigation .elementor-post-navigation__next .post-nav-has-thumbnail .footer-nav__title {
	text-align: right;
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation__next .post-nav-has-thumbnail .footer-nav__title {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation__next .post-nav-has-thumbnail .footer-nav__title {
		text-align: right;
	}
}
.post-navigation .elementor-post-navigation__next .post-nav-has-thumbnail .footer-nav__thumbnail {
	top: unset;
	right: unset;
	margin-left: 20px;
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation__next .post-nav-has-thumbnail .footer-nav__thumbnail {
		margin-right: 0;
		margin-left: 0;
	}
}
.post-navigation .elementor-post-navigation .footer-nav {
	display: flex;
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation .footer-nav {
		flex-direction: column;
		align-items: center;
	}
}
.post-navigation .elementor-post-navigation .footer-nav__arrow {
	width: 40px;
	height: 40px;
	border-radius: var(--border-radius-rounded);
	padding: 10px;
	transition: all 0.3s ease-out;
	display: none;
}
.post-navigation .elementor-post-navigation .footer-nav__title {
	width: 400px;
	font-size: var(--font-size-medium-extra);
	line-height: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation .footer-nav__title {
		font-size: 18px;
		width: 100%;
	}
}
.post-navigation .elementor-post-navigation .footer-nav__thumbnail {
	position: relative !important;
	display: flex !important;
	width: auto !important;
	height: 80px !important;
	transform-origin: bottom center;
	opacity: 1;
	border-radius: var(--border-radius-large) !important;
	z-index: 1500;
	pointer-events: none;
	display: block !important;
}
@media (max-width: 767px) {
	.post-navigation .elementor-post-navigation .footer-nav__thumbnail {
		margin-left: 0;
		margin-bottom: 10px;
	}
}

.nav-previous:hover .footer-nav__arrow svg {
	background-color: #ebebeb;
}

.nav-next:hover .footer-nav__arrow svg {
	background-color: #ebebeb;
}

.arrow-prev {
	margin-right: 20px;
}

.arrow-next {
	margin-left: 20px;
}

.spinner {
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	animation: 1s linear infinite svg-animation;
	/*
	&__overlay {
	    position: absolute;
	    top: 0;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(255, 255, 255, 0.9);
	    transition: all 0.3s ease-in-out;
	    z-index: 10100;
	}
	*/
}
.spinner circle {
	animation: 1.4s ease-in-out infinite both circle-animation;
	-webkit-transition: stroke 0.3s linear;
	-moz-transition: stroke 0.3s linear;
	-o-transition: stroke 0.3s linear;
	transition: stroke 0.3s linear, opacity 0.3s ease-in-out;
	display: block;
	fill: transparent;
	stroke: rgba(231, 35, 100, 0.65);
	stroke-linecap: round;
	stroke-dasharray: 283;
	stroke-dashoffset: 280;
	stroke-width: 10px;
	transform-origin: 50% 50%;
}
.spinner__container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
}
.spinner__overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	z-index: 10200;
}

@keyframes svg-animation {
	0% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
	}
}
@keyframes circle-animation {
	0%, 25% {
		stroke-dashoffset: 280;
		transform: rotate(0);
	}
	50%, 75% {
		stroke-dashoffset: 75;
		transform: rotate(45deg);
	}
	100% {
		stroke-dashoffset: 280;
		transform: rotate(360deg);
	}
}
.modal__container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	z-index: 10000;
}
.modal__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100vw - 60px);
	height: calc(100vh - 60px);
	background-color: rgb(0, 0, 0);
	padding: 60px;
	border-radius: var(--border-radius-large);
	z-index: 10000;
}
@media (max-width: 1024px) {
	.modal__content {
		width: calc(100vw - 60px);
	}
}
@media (max-width: 768px) {
	.modal__content {
		width: 100vw;
		height: 100vh;
		padding: 30px;
		border-radius: 0;
	}
}
.modal__close {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.modal__close svg {
	width: 30px;
	height: 30px;
}
.modal__header {
	display: flex;
	width: 100%;
	height: 100px;
}
.modal__orientation {
	display: flex;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.modal__orientation {
		flex-direction: column-reverse;
	}
}
.modal__image {
	display: flex;
	justify-content: flex-end;
	width: 60%;
	height: 100%;
	margin-right: 60px;
}
@media (max-width: 768px) {
	.modal__image {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.modal__image {
		max-height: 70vh;
	}
}
.modal__image img {
	max-height: 100%;
	border-radius: var(--border-radius-large);
	object-fit: cover;
}
.modal__meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
	height: 100%;
	margin: 0;
}
@media (max-width: 768px) {
	.modal__meta {
		justify-content: flex-start;
		width: 100%;
		height: initial;
	}
}
@media (max-width: 767px) {
	.modal__meta {
		max-height: 30vh;
	}
}
.modal__meta p {
	color: #fff;
}
.modal__description {
	font-size: 18px;
	line-height: 26px;
}

.collection__title {
	font-family: "National", Sans-serif;
	font-size: var(--font-size-medium-extra);
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}
@media (max-width: 768px) {
	.collection__title {
		width: calc(100% - 60px);
	}
}

#elementor-popup-modal-7730 {
	position: fixed;
}

.close {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.close {
		width: 30px;
		height: 30px;
	}
}
.close:hover::before, .close:hover::after {
	background: #fff;
}
.close::before, .close::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
	border-radius: var(--border-radius-small);
	transition: all 0.2s ease-out;
}
.close::before {
	transform: rotate(45deg);
}
.close::after {
	transform: rotate(-45deg);
}
.close:hover::before, .close:hover::after {
	transform: rotate(0);
}
.close.big {
	transform: scale(2);
}
.close.hairline::before, .close.hairline::after {
	height: 1px;
}
.close.thick::before, .close.thick::after {
	height: 4px;
	margin-top: -2px;
}
.close.black::before, .close.black::after {
	height: 8px;
	margin-top: -4px;
}
.close.heavy::before, .close.heavy::after {
	height: 12px;
	margin-top: -6px;
}
.close.pointy::Before, .close.pointy::after {
	width: 200%;
	left: -50%;
}
.close.rounded::before, .close.rounded::after {
	border-radius: 100vh;
}
.close.blades::before, .close.blades::after {
	border-radius: 5px 0;
}
.close.warp::before, .close.warp::after {
	border-radius: 120% 0;
}
.close.fat::before, .close.fat::after {
	border-radius: 100%;
}

.hamburger__container {
	right: 0;
	top: 0;
	z-index: 10000;
}
.hamburger__container.menu {
	position: fixed;
	top: 15px;
	right: 15px;
}
@media (min-width: 1081px) {
	.hamburger__container {
		display: none;
	}
}

.hamburger .line {
	width: 30px;
	height: 3px;
	background-color: #fff;
	display: block;
	margin: 5px auto;
	border-radius: 1.5px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}
.hamburger .line:first-child {
	margin-top: 0;
}
.hamburger .line:last-child {
	margin-bottom: 0;
}

.hamburger:hover {
	cursor: pointer;
}

.hamburger {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hamburger.active {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

hamburger.disabled {
	pointer-events: none;
}

@keyframes smallbig {
	0%, 100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}
.hamburger.active .line:nth-child(1),
.hamburger.active .line:nth-child(2),
.hamburger.active .line:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.hamburger.active .line:nth-child(2) {
	opacity: 0;
}

.hamburger.active .line:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotapaddle-topte(45deg);
}

.hamburger.active .line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

.toggle-switch {
	background: #000;
	border-radius: var(--border-radius-rounded);
	cursor: pointer;
	flex: none;
	height: 26px;
	position: relative;
	transition: background-color 150ms;
	width: 50px;
}
.toggle-switch:hover::before {
	transform: translateX(5px);
}

.toggle-switch::before {
	position: absolute;
	background: #fff;
	background-image: radial-gradient(circle at 0.375em 0.375em, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 1em);
	border-radius: var(--border-radius-rounded);
	box-shadow: 0.0625em 0.0625em 0.0625em rgba(0, 0, 0, 0.08);
	content: "";
	display: block;
	height: 20px;
	top: 3px;
	width: 20px;
	transition-duration: 0.3s;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
	animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
	will-change: transform;
	transform: translateX(3px);
}

.checked {
	background-color: rgb(231, 35, 100);
}
.checked:hover::before {
	transform: translateX(25px);
}

.checked::before {
	background-image: radial-gradient(circle at 0.375em 0.375em, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 1em);
	transform: translateX(27px);
}

.toggle-switch:hover {
	box-shadow: 0.0625em 0.0625em 0.125em rgba(0, 0, 0, 0.12) inset;
}

.toggle-switch:hover::before {
	background-image: radial-gradient(circle at 0.375em 0.375em, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0375) 1em);
	box-shadow: 0.0625em 0.0625em 0.0625em rgba(0, 0, 0, 0.12);
}

.filter {
	position: relative;
}
.filter__bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.filter__bar {
		padding: 0 15px;
	}
}
.filter__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
	z-index: 1000;
}
.filter__overlay.active {
	opacity: 1;
	visibility: visible;
}
.filter__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #000;
	border: 2px solid #000;
	border-radius: var(--border-radius-large);
	transition: all 0.3s ease-out;
	cursor: pointer;
}
@media (max-width: 767px) {
	.filter__icon {
		width: 40px;
		height: 40px;
	}
}
.filter__icon:hover {
	background-color: rgb(231, 35, 100);
	border-color: rgb(231, 35, 100);
}
.filter__icon.active {
	background-color: rgb(231, 35, 100);
	border-color: rgb(231, 35, 100);
}
.filter__icon svg {
	width: 24px;
	height: auto;
	fill: #fff;
}
.filter__dropdown {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s ease-out;
	z-index: 10000;
}
.filter__dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.filter__container {
	display: flex;
	width: max-content;
	height: 100%;
	background-color: #fff;
	column-gap: 90px;
	border-radius: var(--border-radius-large);
	border: 2px solid #000;
	margin: -50px 0 0 60px;
	padding: 30px;
}
@media (max-width: 767px) {
	.filter__container {
		flex-direction: column;
		row-gap: 20px;
	}
}
.filter__wrapper {
	display: flex;
	column-gap: 90px;
}
@media (max-width: 767px) {
	.filter__wrapper {
		flex-direction: column;
	}
}
.filter__section {
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	.filter__section {
		margin-bottom: 40px;
	}
	.filter__section:last-child {
		margin-bottom: 20px;
	}
}
.filter__category {
	font-family: "Metric", Sans-serif;
	font-size: var(--font-size-medium);
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 6px;
}
.filter__toggle {
	display: flex;
	align-items: center;
	height: 38px;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.filter__label {
	display: flex;
	align-items: center;
	font-family: "Metric", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: #000;
	margin-right: 60px;
}
.filter__buttons {
	display: flex;
	margin-top: 43px;
}
@media (max-width: 767px) {
	.filter__buttons {
		margin-top: 0;
	}
}
.filter__buttons .exhibitions-archive-filters__clear {
	max-width: 204px;
	height: 40px;
	color: #fff !important;
	background-color: #000;
	transition: all 0.3s ease-out;
}
.filter__buttons .exhibitions-archive-filters__clear:hover {
	color: #000 !important;
	background-color: #fff !important;
}
@media (max-width: 767px) {
	.filter__buttons .exhibitions-archive-filters__clear {
		max-width: 100%;
	}
}
.filter__button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-family: "Metric", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	color: #fff !important;
	background-color: #000;
	border: 2px solid #000;
	border-radius: var(--border-radius-rounded);
	padding: 0 20px;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.filter__button:hover {
	color: #000 !important;
	background-color: #fff;
}
.filter__close {
	position: absolute;
	top: -40px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	line-height: 14px;
	border-radius: var(--border-radius-rounded);
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.filter__close:hover {
	background-color: #fff;
}
.filter__close:hover svg {
	fill: rgb(231, 35, 100);
}
.filter__close svg {
	width: 10px;
	height: auto;
	fill: #000;
	transition: all 0.3s ease-out;
}
.filter .hamburger__container {
	position: absolute;
	display: block;
	right: 15px;
	top: -15px;
}
.filter .hamburger .line {
	width: 24px;
	height: 2px;
	background-color: #000;
	margin: 6px auto;
	border-radius: 0;
}

.mobile-menu__navigation {
	opacity: 0;
	visibility: hidden;
}
.mobile-menu__navigation.visible {
	opacity: 1;
	visibility: visible;
}

.paddles {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	gap: 10px;
}

.paddle {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	line-height: 20px;
	background: #e72364;
	border-radius: var(--border-radius-small);
	padding: 0;
	opacity: 1;
	outline: none;
	visibility: visible;
	transition: opacity 0.3s ease-out;
	z-index: 200;
}

.paddle.hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out;
}

.paddle svg {
	height: 10px;
	fill: #fff;
}

.left-paddle {
	left: 0;
}

.right-paddle {
	right: 0;
}

.elementor-tabs-wrapper {
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 600px) {
	.paddles {
		display: none;
	}
}
.paddles-top {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

button.paddle-top {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 40px;
	line-height: 20px;
	background: #fff;
	border: 2px solid #000;
	border-radius: var(--border-radius-small);
	padding: 0;
	outline: none;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease-out;
	z-index: 200;
}
button.paddle-top:focus, button.paddle-top:hover {
	background: #000;
}
button.paddle-top:focus svg, button.paddle-top:hover svg {
	fill: #fff;
}

.paddle-top:focus {
	background-color: #fff;
}

.paddle-top:focus svg {
	fill: #000;
}

.paddle-top svg {
	height: 10px;
	fill: #000;
}

.paddle-top.hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out;
}

.left-paddle-top {
	left: 0;
}

.right-paddle-top {
	right: 0;
}

.elementor-tabs-wrapper {
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 600px) {
	.paddles-top {
		display: none;
	}
}
.subpage__header h1 {
	margin-top: -85px;
}
@media (max-width: 767px) {
	.subpage__header h1 {
		margin-top: -50px;
	}
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 30vh;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%) !important;
	z-index: 10;
}
.swiper-slide.hero__slide {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100% !important;
	height: 100vh;
	z-index: 210;
}
.swiper-container {overflow:hidden}
@media (max-width: 767px) {
	.swiper-slide.hero__slide {
		height: 600px;
	}
}
.hero__background {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.hero__background img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.hero__layer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 600;
}
.hero__overlay::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 210;
}
@media (max-width: 767px) {
	.hero__overlay::before {
		height: 600px;
	}
}
.hero__overlay::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 210;
}
@media (max-width: 767px) {
	.hero__overlay::after {
		height: 600px;
	}
}
.hero__section {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	z-index: 10;
}
.hero__content, .hero__content--full {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 1500px;
	padding: 0 30px 0;
	z-index: 400;
}
@media (max-width: 1024px) {
	.hero__content, .hero__content--full {
		max-width: 100vw;
	}
}
.hero__content--full {
	max-width: 100%;
}
.hero__content--full .hero__header, .hero__content--full .hero__header--center {
	padding: 0;
}
.hero__content--full .hero__subheading {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.hero__content--full .hero__subheading {
		justify-content: center;
		width: 100%;
		font-size: 18px;
		margin-bottom: 100px;
	}
}
.hero__header, .hero__header--center {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: start;
	width: 100%;
	height: 100vh;
	padding: 0 0 160px;
	will-change: transform;
}
.hero__header--center {
	flex-direction: row;
	justify-content: center;
	height: auto;
	padding: 0;
}
.hero__heading {
	max-width: 800px;
	color: #ffffff;
	font-family: var(--heading-font-family);
	font-size: 90px !important;
	font-weight: var(--e-global-typography-ae55aa3-font-weight);
	text-transform: var(--e-global-typography-ae55aa3-text-transform);
	line-height: 70px;
	letter-spacing: var(--e-global-typography-ae55aa3-letter-spacing);
	word-spacing: var(--e-global-typography-ae55aa3-word-spacing);
	margin-bottom: 10px;
	will-change: transform;
}
@media (max-width: 1024px) {
	.hero__heading {
		max-width: 65vw;
		font-size: 70px !important;
		line-height: 0.7777777778;
	}
}
@media (max-width: 768px) {
	.hero__heading {
		max-width: 65vw;
	}
}
@media (max-width: 767px) {
	.hero__heading {
		max-width: 100%;
		font-size: 50px !important;
		line-height: 0.8889;
	}
}
.hero__title {
	max-width: 1100px;
	color: #ffffff;
	font-family: var(--heading-font-family);
	font-size: 90px !important;
	font-weight: var(--e-global-typography-ae55aa3-font-weight);
	text-align: center;
	text-transform: var(--e-global-typography-ae55aa3-text-transform);
	line-height: 70px;
	letter-spacing: var(--e-global-typography-ae55aa3-letter-spacing);
	word-spacing: var(--e-global-typography-ae55aa3-word-spacing);
	margin-bottom: 40px;
	will-change: transform;
}
@media (max-width: 1024px) {
	.hero__title {
		max-width: 65vw;
		font-size: 70px !important;
		line-height: 0.7777777778;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.hero__title {
		max-width: 65vw;
	}
}
@media (max-width: 767px) {
	.hero__title {
		max-width: 100%;
		font-size: 40px !important;
		line-height: 0.8889;
	}
}
.hero__subheading {
	display: flex;
	justify-content: flex-start;
	color: #ffffff;
	font-family: var(--body-font-family);
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 20px;
	will-change: transform;
}
@media (max-width: 1600px) {
	.hero__subheading {
		max-width: 50vw !important;
	}
}
@media (max-width: 1024px) {
	.hero__subheading {
		max-width: 60vw !important;
		font-size: 28px !important;
		line-height: 36px;
	}
}
@media (max-width: 768px) {
	.hero__subheading {
		max-width: 65vw !important;
	}
}
@media (max-width: 767px) {
	.hero__subheading {
		max-width: 100% !important;
		font-size: var(--font-size-medium-extra) !important;
		line-height: 32px;
		margin-bottom: 30px;
	}
}
.hero__button {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 65px;
	line-height: 80px;
	background-color: rgb(231, 35, 100);
	border-radius: var(--border-radius-rounded);
	transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
	.hero__button {
		width: 240px;
		height: 55px;
	}
}
.hero__button:hover {
	background-color: #fff;
}
.hero__button:hover .hero__label {
	color: rgb(231, 35, 100);
}
.hero__label {
	font-family: "National", Sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
	.hero__label {
		font-size: var(--font-size-medium-extra);
	}
}
.hero__exhibition-fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	z-index: 300;
}
body.home .hero__exhibition-fullscreen {
	 flex-direction: column;
}
.hero__exhibition-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.hero__exhibition-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero__exhibition-logo img {
	width: 100%;
	max-width: 80vw;
	height: 100%;
	max-height: 200px;
}
@media (max-width: 1024px) {
	.hero__exhibition-logo img {
		max-width: 50vw;
		max-height: 160px;
	}
}
@media (max-width: 767px) {
	.hero__exhibition-logo img {
		max-width: 80vw;
		max-height: 160px;
	}
}
.hero__fullscreen {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 100%;
	overflow: hidden;
	z-index: 400;
}
.hero__fullscreen::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #e72364;
	opacity: 0.65;
	z-index: 1;
}
.hero__fullscreen .hero__content, .hero__fullscreen .hero__content--full {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
}
.hero__fullscreen .hero__eyebrow {
	font-family: "National", Sans-serif;
	font-size: var(--font-size-medium-extra);
	font-weight: 900;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	will-change: transform;
}
@media (max-width: 768px) {
	.hero__fullscreen .hero__eyebrow {
		font-size: 18px;
		line-height: 24px;
	}
}
.hero__fullscreen .hero__heading {
	font-family: "National", Sans-serif;
	font-size: 320px !important;
	font-weight: 600;
	line-height: 270px;
	color: #fff;
	margin: 0;
	will-change: transform;
}
@media (max-width: 768px) {
	.hero__fullscreen .hero__heading {
		font-size: 160px !important;
		line-height: 0.84375;
	}
}
.hero__locations {
	display: flex;
	justify-content: center;
	column-gap: 40px;
}
@media (max-width: 767px) {
	.hero__locations {
		flex-direction: column;
		align-items: center;
		row-gap: 10px;
	}
}
.hero__location {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 70px;
	background-color: rgb(231, 35, 100);
	border-radius: var(--border-radius-rounded);
	transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
	.hero__location {
		width: 240px;
		height: 55px;
	}
}
.hero__location:hover:not(.inactive) {
	background-color: #fff;
}
.hero__location:hover:not(.inactive) .hero__label {
	color: rgb(231, 35, 100);
}
.hero__location.inactive {
	opacity: 0.5 !important;
	cursor: default;
	pointer-events: none;
}
.hero__label {
	font-family: "National", Sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
	.hero__label {
		font-size: var(--font-size-medium-extra);
	}
}

#event-archive .exhibitions-archive-body__not-found {
	display: none;
}
#event-archive .filter__bar {
	max-width: 1140px;
	margin: 0 auto;
}
#event-archive .event {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 350px;
	padding: 0 30px;
}
@media (max-width: 1460px) {
	#event-archive .event {
		height: unset;
		padding: 60px 30px;
	}
}
@media (max-width: 768px) {
	#event-archive .event {
		padding: 40px 30px;
	}
}
#event-archive .event:nth-child(even) {
	background-color: #fafafa;
}
#event-archive .event__container {
	display: grid;
	grid-template-columns: 354px 1fr auto;
	grid-template-rows: 225px;
	column-gap: 40px;
	width: 100%;
	max-width: 1140px;
}
@media (max-width: 1024px) {
	#event-archive .event__container {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr auto auto;
	}
}
#event-archive .event__thumbnail {
	width: 100%;
	height: auto;
	object-fit: cover;
	overflow: hidden;
}
@media (max-width: 767px) {
	#event-archive .event__thumbnail {
		margin-bottom: 20px;
	}
}
#event-archive .event__thumbnail img {
	width: 100%;
	border-radius: var(--border-radius-large);
}
#event-archive .event__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
	padding: 10px 0;
}
#event-archive .event__title {
	font-family: var(--body-font-family);
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	color: var(--e-global-color-primary);
	margin-bottom: 10px;
}
@media (max-width: 1460px) {
	#event-archive .event__title {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (max-width: 767px) {
	#event-archive .event__title {
		font-size: 30px;
		line-height: 30px;
	}
}
#event-archive .event__meta {
	display: block;
	font-family: var(--body-font-family);
	font-size: var(--font-size-medium-extra);
	font-weight: normal;
	line-height: 32px;
	color: var(--e-global-color-primary);
	margin-bottom: 10px;
}
@media (max-width: 1460px) {
	#event-archive .event__meta {
		font-size: 18px;
		line-height: 24px;
	}
}
#event-archive .event__link {
	display: flex;
	justify-content: flex-end;
	align-items: start;
	padding: 17px 0;
}
@media (max-width: 1024px) {
	#event-archive .event__link {
		justify-content: center;
		align-items: center;
		padding: 20px 0 0;
	}
}
#event-archive .event__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px !important;
	height: 50px !important;
	font-family: var(--heading-font-family);
	font-size: var(--font-size-medium-extra);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 32px;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-primary);
	border: 2px solid #000;
	border-radius: var(--border-radius-rounded);
	opacity: 0.2;
	pointer-events: none;
}
#event-archive .event__button.active {
	opacity: 1;
	pointer-events: auto;
}
#event-archive .event__button:hover {
	color: var(--e-global-color-primary);
	background-color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-primary);
}

#collection-archive .exhibitions-archive__container,
#event-archive .exhibitions-archive__container,
#now-on-view .exhibitions-archive__container {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#collection-archive .exhibitions-archive__header,
#event-archive .exhibitions-archive__header,
#now-on-view .exhibitions-archive__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
#collection-archive .exhibitions-archive__body,
#event-archive .exhibitions-archive__body,
#now-on-view .exhibitions-archive__body {
	position: relative;
}
#collection-archive .exhibitions-archive-main,
#event-archive .exhibitions-archive-main,
#now-on-view .exhibitions-archive-main {
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
#collection-archive .exhibitions-archive-main__grid,
#event-archive .exhibitions-archive-main__grid,
#now-on-view .exhibitions-archive-main__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	column-gap: 20px;
	transition: all 0.6s ease-out;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-main__grid,
#event-archive .exhibitions-archive-main__grid,
#now-on-view .exhibitions-archive-main__grid {
		grid-template-columns: 1fr;
	}
}
#collection-archive .exhibitions-archive-filters,
#event-archive .exhibitions-archive-filters,
#now-on-view .exhibitions-archive-filters {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters,
#event-archive .exhibitions-archive-filters,
#now-on-view .exhibitions-archive-filters {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (min-width: 768px) and (max-width: 1460px) {
	#collection-archive .exhibitions-archive-filters,
#event-archive .exhibitions-archive-filters,
#now-on-view .exhibitions-archive-filters {
		flex-wrap: wrap;
		align-items: end;
	}
}
#collection-archive .exhibitions-archive-filters__header,
#event-archive .exhibitions-archive-filters__header,
#now-on-view .exhibitions-archive-filters__header {
	display: flex;
}
#collection-archive .exhibitions-archive-filters__header span,
#event-archive .exhibitions-archive-filters__header span,
#now-on-view .exhibitions-archive-filters__header span {
	font-family: "National", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
#collection-archive .exhibitions-archive-filters__wrap,
#event-archive .exhibitions-archive-filters__wrap,
#now-on-view .exhibitions-archive-filters__wrap {
	display: flex;
	width: 100%;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__wrap,
#event-archive .exhibitions-archive-filters__wrap,
#now-on-view .exhibitions-archive-filters__wrap {
		flex-direction: column;
		row-gap: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1460px) {
	#collection-archive .exhibitions-archive-filters__wrap,
#event-archive .exhibitions-archive-filters__wrap,
#now-on-view .exhibitions-archive-filters__wrap {
		flex-wrap: wrap;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#collection-archive .exhibitions-archive-filters__wrap > div,
#event-archive .exhibitions-archive-filters__wrap > div,
#now-on-view .exhibitions-archive-filters__wrap > div {
		margin-top: 20px;
	}
}
#collection-archive .exhibitions-archive-filters__locations,
#event-archive .exhibitions-archive-filters__locations,
#now-on-view .exhibitions-archive-filters__locations {
	margin-right: 60px;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__locations,
#event-archive .exhibitions-archive-filters__locations,
#now-on-view .exhibitions-archive-filters__locations {
		margin-right: unset;
	}
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__times,
#event-archive .exhibitions-archive-filters__times,
#now-on-view .exhibitions-archive-filters__times {
		margin-top: 10px;
	}
}
#collection-archive .exhibitions-archive-filters__search,
#event-archive .exhibitions-archive-filters__search,
#now-on-view .exhibitions-archive-filters__search {
	display: flex;
	position: relative;
	width: auto;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__search,
#event-archive .exhibitions-archive-filters__search,
#now-on-view .exhibitions-archive-filters__search {
		width: 100%;
	}
}
#collection-archive .exhibitions-archive-filters__search svg,
#event-archive .exhibitions-archive-filters__search svg,
#now-on-view .exhibitions-archive-filters__search svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#collection-archive .exhibitions-archive-filters__search-input,
#event-archive .exhibitions-archive-filters__search-input,
#now-on-view .exhibitions-archive-filters__search-input {
	width: 300px;
	height: 50px;
	font-family: "Metric", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	color: #000;
	border: 2px solid #000;
	border-radius: var(--border-radius-large);
	padding: 0 20px;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__search-input,
#event-archive .exhibitions-archive-filters__search-input,
#now-on-view .exhibitions-archive-filters__search-input {
		width: 100%;
	}
}
#collection-archive .exhibitions-archive-filters__search-input:focus-visible,
#event-archive .exhibitions-archive-filters__search-input:focus-visible,
#now-on-view .exhibitions-archive-filters__search-input:focus-visible {
	outline: none;
}
#collection-archive .exhibitions-archive-filters__search-input::placeholder,
#event-archive .exhibitions-archive-filters__search-input::placeholder,
#now-on-view .exhibitions-archive-filters__search-input::placeholder {
	width: 100%;
	font-family: "Metric", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	opacity: 1;
	padding: 0;
}
#collection-archive .exhibitions-archive-filters__tag,
#event-archive .exhibitions-archive-filters__tag,
#now-on-view .exhibitions-archive-filters__tag {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: #c2c2c2;
	border-radius: var(--border-radius-rounded);
	margin-right: 10px;
	padding: 0 20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__tag,
#event-archive .exhibitions-archive-filters__tag,
#now-on-view .exhibitions-archive-filters__tag {
		width: 100%;
		height: 40px;
	}
}
#collection-archive .exhibitions-archive-filters__tag:last-child,
#event-archive .exhibitions-archive-filters__tag:last-child,
#now-on-view .exhibitions-archive-filters__tag:last-child {
	margin-right: 0;
}
#collection-archive .exhibitions-archive-filters__tag:hover,
#event-archive .exhibitions-archive-filters__tag:hover,
#now-on-view .exhibitions-archive-filters__tag:hover {
	background-color: #707070;
}
#collection-archive .exhibitions-archive-filters__tag.active,
#event-archive .exhibitions-archive-filters__tag.active,
#now-on-view .exhibitions-archive-filters__tag.active {
	background-color: #000;
}
#collection-archive .exhibitions-archive-filters__tag.active:hover,
#event-archive .exhibitions-archive-filters__tag.active:hover,
#now-on-view .exhibitions-archive-filters__tag.active:hover {
	background-color: #707070;
}
#collection-archive .exhibitions-archive-filters__tag-label,
#event-archive .exhibitions-archive-filters__tag-label,
#now-on-view .exhibitions-archive-filters__tag-label {
	font-family: "Metric", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	color: #fff;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__tag-label,
#event-archive .exhibitions-archive-filters__tag-label,
#now-on-view .exhibitions-archive-filters__tag-label {
		font-size: 16px;
		line-height: 40px;
	}
}
#collection-archive .exhibitions-archive-filters__content,
#event-archive .exhibitions-archive-filters__content,
#now-on-view .exhibitions-archive-filters__content {
	display: flex;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__content,
#event-archive .exhibitions-archive-filters__content,
#now-on-view .exhibitions-archive-filters__content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 10px;
	}
}
@media (max-width: 600px) {
	#collection-archive .exhibitions-archive-filters__content,
#event-archive .exhibitions-archive-filters__content,
#now-on-view .exhibitions-archive-filters__content {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__content > #filtertimes,
#event-archive .exhibitions-archive-filters__content > #filtertimes,
#now-on-view .exhibitions-archive-filters__content > #filtertimes {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__content > .exhibitions-archive-filters__tag,
#collection-archive .exhibitions-archive-filters__content .exhibitions-archive-filters__clear,
#event-archive .exhibitions-archive-filters__content > .exhibitions-archive-filters__tag,
#event-archive .exhibitions-archive-filters__content .exhibitions-archive-filters__clear,
#now-on-view .exhibitions-archive-filters__content > .exhibitions-archive-filters__tag,
#now-on-view .exhibitions-archive-filters__content .exhibitions-archive-filters__clear {
		margin-top: 15px;
	}
}
#collection-archive .exhibitions-archive-filters__clear,
#event-archive .exhibitions-archive-filters__clear,
#now-on-view .exhibitions-archive-filters__clear {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-family: "Metric", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	border: 2px solid #000;
	border-radius: var(--border-radius-rounded);
	padding: 0 20px;
	cursor: pointer;
}
#collection-archive .exhibitions-archive-filters__clear:hover,
#event-archive .exhibitions-archive-filters__clear:hover,
#now-on-view .exhibitions-archive-filters__clear:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__clear,
#event-archive .exhibitions-archive-filters__clear,
#now-on-view .exhibitions-archive-filters__clear {
		width: 100%;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		margin: 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#collection-archive .exhibitions-archive-filters__clear,
#event-archive .exhibitions-archive-filters__clear,
#now-on-view .exhibitions-archive-filters__clear {
		display: flex;
		width: 135px;
	}
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__placeholder,
#event-archive .exhibitions-archive-filters__placeholder,
#now-on-view .exhibitions-archive-filters__placeholder {
		display: none;
	}
}
#collection-archive .exhibitions-archive-filters__selected-taxonomies,
#event-archive .exhibitions-archive-filters__selected-taxonomies,
#now-on-view .exhibitions-archive-filters__selected-taxonomies {
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__selected-taxonomies,
#event-archive .exhibitions-archive-filters__selected-taxonomies,
#now-on-view .exhibitions-archive-filters__selected-taxonomies {
		flex-wrap: wrap;
	}
}
#collection-archive .exhibitions-archive-filters__selected-taxonomies span,
#event-archive .exhibitions-archive-filters__selected-taxonomies span,
#now-on-view .exhibitions-archive-filters__selected-taxonomies span {
	font-family: "National", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	color: #000;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-filters__selected-taxonomies span,
#event-archive .exhibitions-archive-filters__selected-taxonomies span,
#now-on-view .exhibitions-archive-filters__selected-taxonomies span {
		font-size: var(--font-size-medium);
	}
}
#collection-archive .exhibitions-archive-filters__selected-taxonomies span::after,
#event-archive .exhibitions-archive-filters__selected-taxonomies span::after,
#now-on-view .exhibitions-archive-filters__selected-taxonomies span::after {
	content: ", ";
}
#collection-archive .exhibitions-archive-filters__selected-taxonomies span:last-child::after,
#event-archive .exhibitions-archive-filters__selected-taxonomies span:last-child::after,
#now-on-view .exhibitions-archive-filters__selected-taxonomies span:last-child::after {
	content: "";
}
#collection-archive .exhibitions-archive-body,
#event-archive .exhibitions-archive-body,
#now-on-view .exhibitions-archive-body {
	display: flex;
	flex-direction: row;
}
#collection-archive .exhibitions-archive-body__card,
#event-archive .exhibitions-archive-body__card,
#now-on-view .exhibitions-archive-body__card {
	transition: all 0.3s ease-out;
	z-index: 10;
}
#collection-archive .exhibitions-archive-body__card-hover,
#event-archive .exhibitions-archive-body__card-hover,
#now-on-view .exhibitions-archive-body__card-hover {
	cursor: pointer;
	transition: transform 0.3s ease-out;
}
#collection-archive .exhibitions-archive-body__card-hover:hover .exhibitions-archive-body__card-image img,
#event-archive .exhibitions-archive-body__card-hover:hover .exhibitions-archive-body__card-image img,
#now-on-view .exhibitions-archive-body__card-hover:hover .exhibitions-archive-body__card-image img {
	transform: scale(1.1);
}
#collection-archive .exhibitions-archive-body__content,
#event-archive .exhibitions-archive-body__content,
#now-on-view .exhibitions-archive-body__content {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-body__content,
#event-archive .exhibitions-archive-body__content,
#now-on-view .exhibitions-archive-body__content {
		padding: 0 15px;
	}
}
#collection-archive .exhibitions-archive-body__card-title,
#event-archive .exhibitions-archive-body__card-title,
#now-on-view .exhibitions-archive-body__card-title {
	position: relative;
	font-family: "Metric", Sans-serif;
	font-size: 30px;
	font-weight: 600 !important;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	margin: 20px 0 0;
}
@media (max-width: 1024px) {
	#collection-archive .exhibitions-archive-body__card-title,
#event-archive .exhibitions-archive-body__card-title,
#now-on-view .exhibitions-archive-body__card-title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		font-size: var(--font-size-medium-extra);
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-body__card-title,
#event-archive .exhibitions-archive-body__card-title,
#now-on-view .exhibitions-archive-body__card-title {
		font-size: var(--font-size-medium);
	}
}
#collection-archive .exhibitions-archive-body__card-meta,
#event-archive .exhibitions-archive-body__card-meta,
#now-on-view .exhibitions-archive-body__card-meta {
	font-family: "Metric", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	color: #999;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-body__card-meta,
#event-archive .exhibitions-archive-body__card-meta,
#now-on-view .exhibitions-archive-body__card-meta {
		font-size: 18px;
	}
}
#collection-archive .exhibitions-archive-body__line-break,
#event-archive .exhibitions-archive-body__line-break,
#now-on-view .exhibitions-archive-body__line-break {
	font-size: 16px;
	color: #999;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-body__line-break,
#event-archive .exhibitions-archive-body__line-break,
#now-on-view .exhibitions-archive-body__line-break {
		font-size: 18px;
	}
}
#collection-archive .exhibitions-archive-body__card-image,
#event-archive .exhibitions-archive-body__card-image,
#now-on-view .exhibitions-archive-body__card-image {
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: var(--border-radius-large);
	-webkit-transform: translateZ(0);
	position: relative;
}
#collection-archive .exhibitions-archive-body__card-image::before,
#event-archive .exhibitions-archive-body__card-image::before,
#now-on-view .exhibitions-archive-body__card-image::before {
	position: relative;
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
#collection-archive .exhibitions-archive-body__card-image > .content,
#event-archive .exhibitions-archive-body__card-image > .content,
#now-on-view .exhibitions-archive-body__card-image > .content {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#collection-archive .exhibitions-archive-body__card-image > .card,
#event-archive .exhibitions-archive-body__card-image > .card,
#now-on-view .exhibitions-archive-body__card-image > .card {
	position: absolute;
	top: 0;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-body__card-image,
#event-archive .exhibitions-archive-body__card-image,
#now-on-view .exhibitions-archive-body__card-image {
		aspect-ratio: 16/9;
		position: relative;
	}
	#collection-archive .exhibitions-archive-body__card-image::before,
#event-archive .exhibitions-archive-body__card-image::before,
#now-on-view .exhibitions-archive-body__card-image::before {
		position: relative;
		display: block;
		content: "";
		width: 100%;
		padding-top: 56.25%;
	}
	#collection-archive .exhibitions-archive-body__card-image > .content,
#event-archive .exhibitions-archive-body__card-image > .content,
#now-on-view .exhibitions-archive-body__card-image > .content {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	#collection-archive .exhibitions-archive-body__card-image > .card,
#event-archive .exhibitions-archive-body__card-image > .card,
#now-on-view .exhibitions-archive-body__card-image > .card {
		position: absolute;
		top: 0;
	}
}
#collection-archive .exhibitions-archive-body__card-image img,
#event-archive .exhibitions-archive-body__card-image img,
#now-on-view .exhibitions-archive-body__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease-out;
}
#collection-archive .exhibitions-archive-body__card-tags,
#event-archive .exhibitions-archive-body__card-tags,
#now-on-view .exhibitions-archive-body__card-tags {
	display: flex;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}
#collection-archive .exhibitions-archive-body__card-tag,
#event-archive .exhibitions-archive-body__card-tag,
#now-on-view .exhibitions-archive-body__card-tag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 50px;
	background-color: rgba(231, 35, 100, 0.65);
	border-radius: var(--border-radius-small);
	margin-right: 10px;
	padding: 0 20px;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-body__card-tag,
#event-archive .exhibitions-archive-body__card-tag,
#now-on-view .exhibitions-archive-body__card-tag {
		height: 40px;
	}
}
#collection-archive .exhibitions-archive-body__card-tag:last-child,
#event-archive .exhibitions-archive-body__card-tag:last-child,
#now-on-view .exhibitions-archive-body__card-tag:last-child {
	margin-right: 0;
}
#collection-archive .exhibitions-archive-body__card-tag.time,
#event-archive .exhibitions-archive-body__card-tag.time,
#now-on-view .exhibitions-archive-body__card-tag.time {
	background-color: rgba(0, 0, 0, 0.65);
}
#collection-archive .exhibitions-archive-body__card-label,
#event-archive .exhibitions-archive-body__card-label,
#now-on-view .exhibitions-archive-body__card-label {
	font-family: "Metric", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
}
@media (max-width: 767px) {
	#collection-archive .exhibitions-archive-body__card-label,
#event-archive .exhibitions-archive-body__card-label,
#now-on-view .exhibitions-archive-body__card-label {
		font-size: 16px;
		line-height: 22px;
	}
}
#collection-archive .exhibitions-archive-body__not-found,
#event-archive .exhibitions-archive-body__not-found,
#now-on-view .exhibitions-archive-body__not-found {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}
#collection-archive .paginator,
#event-archive .paginator,
#now-on-view .paginator {
	font-size: var(--font-size-medium);
}
#collection-archive .exhibitions__pagination-paginator,
#event-archive .exhibitions__pagination-paginator,
#now-on-view .exhibitions__pagination-paginator {
	display: flex;
}
#collection-archive .exhibitions__pagination,
#event-archive .exhibitions__pagination,
#now-on-view .exhibitions__pagination {
	display: flex;
	justify-content: center;
}
#collection-archive .page-options,
#event-archive .page-options,
#now-on-view .page-options {
	display: flex;
}
#collection-archive .page-options span,
#event-archive .page-options span,
#now-on-view .page-options span {
	display: inline-flex;
	align-items: center;
	font-size: var(--font-size-medium);
	margin-right: 20px;
}
#collection-archive .page-options select,
#event-archive .page-options select,
#now-on-view .page-options select {
	width: 80px;
	margin-left: 10px;
}
#collection-archive .arrange-grid,
#event-archive .arrange-grid,
#now-on-view .arrange-grid {
	display: flex;
}
#collection-archive .arrange-grid__toggle,
#event-archive .arrange-grid__toggle,
#now-on-view .arrange-grid__toggle {
	display: block;
	width: 24px;
	height: auto;
	margin-left: 10px;
	cursor: pointer;
}
#collection-archive .sort,
#event-archive .sort,
#now-on-view .sort {
	width: 24px;
	fill: #707070;
}
#collection-archive .sort.active,
#event-archive .sort.active,
#now-on-view .sort.active {
	stroke: #000;
	fill: #000;
}
#collection-archive [v-cloak],
#event-archive [v-cloak],
#now-on-view [v-cloak] {
	display: none;
	transition: all 0.3s ease-in-out;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
	opacity: 0;
}

/*
.list-item {
  transition: all 1s;
  display: inline-block;
  margin-right: 10px;
}

.list-enter-active,
.list-leave-active {
  transition: all 0.6s ease-out;
  opacity: 0;
}

.list-enter-from,
.list-leave-to {
  transition: all 0.6s ease-out;
  opacity: 0;
}
*/
.list-leave-active {
	position: absolute;
	opacity: 0 !important;
	transition: all 0s ease-out !important;
}

#collection-archive .exhibitions-archive-body__card-hover img {
	transform: scale(1.1);
}
#collection-archive .exhibitions-archive-body__card-hover:hover img {
	transform: scale(1.2) !important;
}

.exhibition__slider figure {
	border-radius: var(--border-radius-large);
}
.exhibition__tag h5 {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 50px;
	background-color: rgba(231, 35, 100, 0.65);
	border-radius: var(--border-radius-small);
	padding: 0 20px;
	z-index: 100;
}
@media (max-width: 767px) {
	.exhibition__tag h5 {
		height: 40px;
		padding: 0 20px;
	}
}
.exhibition__tag h5 span {
	font-family: "Metric", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
@media (max-width: 767px) {
	.exhibition__tag h5 span {
		font-size: 16px;
	}
}
.exhibition__content {
	font-family: "Metric", Sans-serif;
	font-size: var(--font-size-medium-extra);
	line-height: 32px;
}
@media (max-width: 767px) {
	.exhibition__content {
		font-size: 18px;
		line-height: 26px;
	}
}
.exhibition__content p,
.exhibition__content span {
	font-family: "Metric", Sans-serif;
	font-weight: 400;
}
.exhibition__content h1,
.exhibition__content h2,
.exhibition__content h3,
.exhibition__content h4,
.exhibition__content h5,
.exhibition__content h6 {
	font-family: "Metric", Sans-serif;
	font-weight: 600;
}
.exhibition__content .s1 {
	font-weight: 400;
}
.exhibition__content .s2 {
	font-weight: 600;
}

.back {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 50px;
	margin: 0 auto;
	padding: 0 30px;
	border-radius: var(--border-radius-rounded);
}
.back:hover {
	background-color: #ebebeb;
}
.back__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.back__label {
	display: flex;
	align-items: center;
	font-family: "Metric", Sans-serif;
	font-size: var(--font-size-medium-extra);
	font-weight: normal;
	line-height: 32px;
	color: #000;
}
@media (max-width: 767px) {
	.back__label {
		font-size: 18px;
		line-height: 24px;
	}
}

.next {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 0 30px;
	border-radius: var(--border-radius-rounded);
}
.next:hover {
	background-color: #ebebeb;
}
.next__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.next__label {
	display: flex;
	align-items: center;
	font-family: "Metric", Sans-serif;
	font-size: var(--font-size-medium-extra);
	font-weight: normal;
	line-height: 32px;
	color: #000;
}
@media (max-width: 767px) {
	.next__label {
		font-size: 18px;
		line-height: 24px;
	}
}

.locations__selector {
	position: relative;
}
.locations__selector::before {
	position: relative;
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
.locations__selector > .content {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.locations__selector > .card {
	position: absolute;
	top: 0;
}

.super-funland-logo {
	margin: 0 auto;
}
.super-funland-logo svg {
	width: 100%;
	height: 260px;
	margin: 0 auto;
}

.location__break {
	display: block;
	height: 20px;
}

.features {
	/*
	&__content {
	    @include responsive(mobile) {
	        height: 500px;
	    }
	}
	*/
}
.features__background .elementor-widget-container {
	height: 100%;
}
@media (max-width: 767px) {
	.features__background {
		height: 300px;
	}
}

.location-selection {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}
.location-selection__container {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	width: 100%;
}
@media (max-width: 767px) {
	.location-selection__container {
		grid-template-columns: 1fr;
	}
}

.location {
	position: relative;
}
.location::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 10;
}
.location__background {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 570px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding: 20px;
}
@media (max-width: 767px) {
	.location__background {
		height: 40vw;
	}
}
.location__title {
	font-family: "National", Sans-Serif;
	font-size: 60px;S
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	color: #fff;
	z-index: 20;
}
@media (max-width: 767px) {
	.location__title {
		font-size: 30px !important;
	}
}

.footer {
	position: relative;
	overflow: hidden;
}
.footer__container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer__container > div {
	display: flex;
	width: 100%;
	height: 100%;
}
.footer__background {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}
.footer__background svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-height: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.footer__link {
	color: #999 !important;
	text-decoration: underline !important;
	text-decoration-line: underline !important;
}
.footer__link.white {
	color: #fff !important;
	text-decoration: underline !important;
	text-decoration-line: underline !important;
}

@keyframes push-img {
	100% {
		left: 25%;
	}
}
@keyframes wipe-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes wipe-out {
	0% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}
@keyframes counter-slide {
	0% {
		transform: translateX(100%);
	}
	25%, 85% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes slide-container {
	0% {
		transform: translateX(-100%);
	}
	25%, 85% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
@keyframes show {
	100% {
		visibility: visible;
	}
}
@keyframes show--slide-right {
	0% {
		visibility: visible;
		width: 100%;
	}
	100% {
		width: 40%;
		visibility: visible;
	}
}
body:not(.elementor-editor-active) .animation-preset {
	opacity: 0;
}

.ts-mask {
	overflow: hidden;
	padding: 0 0 0.3125em 0;
	margin: 0 0 -0.3125em;
}

/**** Page transitions **/
.loader-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	will-change: transform;
	z-index: 1000000000000000000000000000000000;
}

.loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
	will-change: transform;
	z-index: 1000000000000000000000000000000000;
}

/**** Locomotive styles **/
body:not(.elementor-editor-active) .mos-fade-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

body:not(.elementor-editor-active) .mos-fade-up.is-inview {
	opacity: 1;
	transform: translateY(0);
}

body:not(.elementor-editor-active) .mos-fade-down {
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

body:not(.elementor-editor-active) .mos-fade-down.is-inview {
	opacity: 1;
	transform: none;
}

body:not(.elementor-editor-active) .mos-fade-in {
	opacity: 0;
	transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
	transition-delay: 1s !important;
}

body:not(.elementor-editor-active) .mos-fade-in.is-inview {
	opacity: 1;
}

/*** Move left **/
body:not(.elementor-editor-active) .mos-move-left {
	position: absolute;
	left: 0;
	margin-top: -1px;
	opacity: 0 !important;
	transform: translate3d(0%, 0, 0);
	transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

body:not(.elementor-editor-active) .mos-move-left.is-inview {
	opacity: 1 !important;
	transform: translate3d(calc(-50% - 7px), 0, 0);
}

/*** Move right **/
body:not(.elementor-editor-active) .mos-move-right {
	position: absolute;
	right: 0;
	margin-top: -1px;
	opacity: 0;
	transform: translate3d(0%, 0, 0);
	transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

body:not(.elementor-editor-active) .mos-move-right.is-inview {
	opacity: 1;
	transform: translate3d(50%, 0, 0);
}

/*** Zoom In **/
body:not(.elementor-editor-active) .mos-zoom-in .footer__background {
	opacity: 0;
	transform-origin: 50% 50%;
	transform: translate(-50%, -50%) scale(8);
	transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

body:not(.elementor-editor-active) .mos-zoom-in.is-inview .footer__background {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

body:not(.elementor-editor-active) .delay-1 {
	transition-delay: 0.2s !important;
}

body:not(.elementor-editor-active) .delay-2 {
	transition-delay: 0.4s !important;
}

body:not(.elementor-editor-active) .delay-3 {
	transition-delay: 0.6s !important;
}

body:not(.elementor-editor-active) .delay-4 {
	transition-delay: 0.8s !important;
}

body:not(.elementor-editor-active) .delay-5 {
	transition-delay: 0.1s !important;
}

body:not(.elementor-editor-active) .delay-6 {
	transition-delay: 0.12s !important;
}

body:not(.elementor-editor-active) .delay-7 {
	transition-delay: 0.14s !important;
}

body:not(.elementor-editor-active) .delay-8 {
	transition-delay: 0.16s !important;
}

body:not(.elementor-editor-active) .delay-9 {
	transition-delay: 0.18s !important;
}

body:not(.elementor-editor-active) .delay-10 {
	transition-delay: 0.2s !important;
}

.has-submenu {
	transition: all 0.3s ease-out !important;
}

.elementor-nav-menu--dropdown {
	transition: all 0.3s ease-out !important;
}
/*# sourceMappingURL=maps/style.css.map */