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

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

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

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

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

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		        animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		        animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		-webkit-transition-duration: 0.01ms !important;
		        transition-duration: 0.01ms !important;
	}
}
.farlo-ui-lightbox {
	bottom: 0;
	left: 0;
	max-height: 100vh;
	max-height: calc(var(--vh, 1vh) * 100);
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	visibility: hidden;
	width: 100vw;
	z-index: 2;
}
.farlo-ui-lightbox__toggle {
	cursor: pointer;
}
.farlo-ui-lightbox__toggle * {
	pointer-events: none;
}
.farlo-ui-lightbox--active {
	opacity: 1;
	visibility: visible;
}
.farlo-ui-lightbox__backdrop {
	background-color: rgba(0, 0, 0, 0.8);
	height: calc(var(--vh, 1vh) * 100);
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
	z-index: 1;
}
.farlo-ui-lightbox__container {
	height: 100%;
	margin: 0 auto;
	max-height: 90vh;
	max-width: 600px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 2;
}
.farlo-ui-lightbox__container--video, .farlo-ui-lightbox__container--audio {
	height: auto;
}
@media screen and (max-width: 823px) {
	.farlo-ui-lightbox__container {
		max-width: 95%;
	}
}
.farlo-ui-lightbox__content {
	background-color: #ffffff;
	height: 100%;
	max-height: 90vh;
	max-width: 100%;
	overflow-y: auto;
}
.farlo-ui-lightbox__content-inner {
	color: #000000;
	padding: 30px;
	position: relative;
	width: 100%;
}
.farlo-ui-lightbox__close {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background-color: #000000;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	height: 48px;
	padding: 0;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 48px;
	z-index: 2;
}
.farlo-ui-lightbox__close::after, .farlo-ui-lightbox__close::before {
	background-color: #ffffff;
	content: "";
	display: block;
	height: 15px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
	width: 2px;
}
.farlo-ui-lightbox__close::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.farlo-ui-lightbox__close:focus, .farlo-ui-lightbox__close:hover {
	background-color: #999999;
}
@media screen and (max-width: 823px) {
	.farlo-ui-lightbox__close {
		right: 0;
		top: 0;
	}
}
.farlo-ui-lightbox__iframe-container {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.farlo-ui-lightbox__iframe-container iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.body__farlo-ui-lightbox--active {
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100vw;
}

/* stylelint-disable -- Lowercase is not wanted for fonts name. */
html {
	-ms-font-feature-settings: inherit;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	height: auto;
	margin: 0;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}

body {
	font-family: sofia-pro, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	overflow-x: hidden;
	width: 100%;
}

a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:focus, a:hover {
	text-decoration: underline;
}

img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 100%;
}

.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	min-height: 100vh;
	min-width: 280px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.site-main {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	position: relative;
	z-index: 1;
}
@media (max-width: 1023px) {
	.site {
		padding-bottom: 8.5rem;
	}
}

.wrapper {
	margin: 0 auto;
	max-width: 1600px;
	padding: 40px 3rem;
	width: 100%;
}
@media (max-width: 1023px) {
	.wrapper {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (max-width: 767px) {
	.wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 480px) {
	.home .site-page .wrapper {
		padding-top: 1rem;
	}
}

/**
 * Alignments
 */
.aligncenter {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: auto;
}

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

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

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

.alignleft {
	float: left;
}
@media (max-width: 767px) {
	.alignleft {
		float: none;
	}
}

.alignright {
	float: right;
}
@media (max-width: 767px) {
	.alignright {
		float: none;
	}
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eeeeee;
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 99;
}

.desktop-hidden {
	display: none;
}
@media (max-width: 980px) {
	.desktop-hidden {
		display: block;
	}
}

.mobile-hidden {
	display: block;
}
@media (max-width: 980px) {
	.mobile-hidden {
		display: none;
	}
}

/* Farlo UI */
.farlo-ui-social-icons__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.farlo-ui-social-icons__list-item {
	max-height: 48px;
	max-width: 48px;
}

.farlo-ui-social-icon__icon {
	display: block;
	height: 100%;
	width: 100%;
}
.farlo-ui-social-icon__icon svg,
.farlo-ui-social-icon__icon > span {
	display: block;
	height: 100%;
	width: 100%;
}

@-webkit-keyframes flowerBloom {
	0% {
		-webkit-transform: scale(0) rotateY(-180deg);
		        transform: scale(0) rotateY(-180deg);
	}
	50% {
		-webkit-transform: scale(0.5) rotateY(0deg);
		        transform: scale(0.5) rotateY(0deg);
	}
	100% {
		-webkit-transform: scale(1) rotateY(0deg);
		        transform: scale(1) rotateY(0deg);
	}
}

@keyframes flowerBloom {
	0% {
		-webkit-transform: scale(0) rotateY(-180deg);
		        transform: scale(0) rotateY(-180deg);
	}
	50% {
		-webkit-transform: scale(0.5) rotateY(0deg);
		        transform: scale(0.5) rotateY(0deg);
	}
	100% {
		-webkit-transform: scale(1) rotateY(0deg);
		        transform: scale(1) rotateY(0deg);
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@-webkit-keyframes slideInLeft {
	0% {
		left: -100vw;
	}
	100% {
		left: 0;
	}
}
@keyframes slideInLeft {
	0% {
		left: -100vw;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes slideInRight {
	0% {
		right: -100vw;
	}
	100% {
		right: 0;
	}
}
@keyframes slideInRight {
	0% {
		right: -100vw;
	}
	100% {
		right: 0;
	}
}
@-webkit-keyframes logo-treatment-folded-flower {
	0% {
		-webkit-transform: scale(0.1);
		        transform: scale(0.1);
	}
	60% {
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
}
@keyframes logo-treatment-folded-flower {
	0% {
		-webkit-transform: scale(0.1);
		        transform: scale(0.1);
	}
	60% {
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
}
@-webkit-keyframes logo-treatment-logo-flower {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	20% {
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes logo-treatment-logo-flower {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	20% {
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes logo-treatment-logo-text {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	38% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	55% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	72% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	81% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(0.84);
		transform: scale(0.84);
	}
	89% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	95% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	100% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes logo-treatment-logo-text {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	38% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	55% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	72% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	81% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(0.84);
		transform: scale(0.84);
	}
	89% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	95% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	100% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes pre-logo-treatment {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1rem);
		        transform: translateY(1rem);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes pre-logo-treatment {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1rem);
		        transform: translateY(1rem);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@font-face {
	font-display: swap;
	font-family: "PenumbraSansStd-Bold";
	src: url("../fonts/penumbra-bold.woff2") format("woff2"), url("../fonts/penumbra-bold.woff") format("woff");
}
h1 {
	font-family: "PenumbraSansStd-Bold", sans-serif;
	font-size: 5rem;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 6rem !important;
	text-shadow: 1px 3px 0px #0d355d, -1px 3px 0px #0d355d;
	text-transform: uppercase;
}
@media (max-width: 980px) {
	h1 {
		font-size: 4rem;
		line-height: 4rem;
	}
}

h2 {
	color: #fff;
	font-family: sofia-pro, sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.2;
	text-transform: uppercase;
}
@media (max-width: 980px) {
	h2 {
		font-size: 2.4rem;
	}
}

h3, h4, h5, h6 {
	color: #fff;
	font-family: sofia-pro, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

h3 {
	font-weight: 300;
	letter-spacing: 3px;
}

h5 {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 5px;
}

h6 {
	font-size: 13px;
	letter-spacing: 3px;
}

.site-header {
	background: rgb(0, 5, 21);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44.27%, rgba(0, 51, 104, 0.5)), to(rgba(0, 5, 104, 0)));
	background: linear-gradient(180deg, rgba(0, 51, 104, 0.5) 44.27%, rgba(0, 5, 104, 0) 100%);
	z-index: 3;
}
.site-header__wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	max-width: 100%;
	padding: 1rem 2rem;
}
.site-header__navicon {
	display: none;
	position: relative;
}
.site-header__navicon.button {
	border: 0;
	height: 48px;
	padding: 0;
	width: 48px;
	z-index: 4;
}
.site-header__navicon.button:hover, .site-header__navicon.button:active, .site-header__navicon.button:focus {
	background: transparent;
	border: 0;
}
.site-header__navicon-line {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 30px;
}
.site-header__navicon-line::after, .site-header__navicon-line::before {
	background-color: #fff;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3px;
	left: 0;
	position: absolute;
	top: 8px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}
.site-header__navicon-line::before {
	top: -8px;
}
.site-header__navicon--active .site-header__navicon-line {
	width: 0;
}
.site-header__navicon--active .site-header__navicon-line::after, .site-header__navicon--active .site-header__navicon-line::before {
	height: 100%;
	left: 50%;
	opacity: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
	width: 25px;
}
.site-header__navicon--active .site-header__navicon-line::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 1023px) {
	.site-header__navicon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-right: auto;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		z-index: 2;
	}
}
.site-logo {
	margin-left: 0;
	margin-right: 2rem;
}
@media (max-width: 1023px) {
	.site-logo {
		margin-right: 0;
	}
}
.site-logo__image {
	display: block;
	max-width: 7.8rem;
}
@media (max-width: 480px) {
	.site-logo__image {
		max-width: 5.8rem;
	}
}

.site-navigation__list {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.site-navigation__list > .menu-item {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6rem;
	margin: 0 10px;
	text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
	.site-navigation__list > .menu-item {
		margin: 0;
	}
}
.site-navigation__list > .menu-item a {
	display: block;
	letter-spacing: 2px;
	opacity: 1;
	padding: 15px 10px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	white-space: nowrap;
}
.site-navigation__list > .menu-item a:focus, .site-navigation__list > .menu-item a:hover {
	opacity: 1;
}
.site-navigation__list > .menu-item.menu-item-has-children {
	padding-right: 2rem;
	position: relative;
}
@media (max-width: 1023px) {
	.site-navigation__list > .menu-item.menu-item-has-children {
		padding-right: 0;
	}
}
.site-navigation__list > .menu-item.menu-item-has-children:after {
	border: 0 solid #fff;
	border-width: 0 0.2rem 0.2rem 0;
	content: "";
	height: 1rem;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	width: 1rem;
}
@media (max-width: 1023px) {
	.site-navigation__list > .menu-item.menu-item-has-children:after {
		content: none;
	}
}
.site-navigation__list > .menu-item.menu-item-has-children:hover:after {
	-webkit-transform: translate(2px, -60%) rotate(45deg);
	        transform: translate(2px, -60%) rotate(45deg);
}
.site-navigation__list > .menu-item.menu-item-has-children:hover .sub-menu {
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}
.site-navigation__list > .menu-item.menu-item-has-children > a + .sub-menu {
	padding-top: 0px;
	position: absolute;
	text-align: center;
	-webkit-transform: scale3d(1, 0, 1);
	        transform: scale3d(1, 0, 1);
	-webkit-transform-origin: center top;
	        transform-origin: center top;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	z-index: 2;
}
.site-navigation__list > .menu-item.menu-item-has-children > a + .sub-menu:hover {
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}
.site-navigation__list > .menu-item.menu-item-has-children > a + .sub-menu a {
	padding-bottom: 5px;
	padding-top: 5px;
}
@media (max-width: 1023px) {
	.site-navigation__list > .menu-item.menu-item-has-children > a + .sub-menu {
		position: relative;
		-webkit-transform: none;
		        transform: none;
	}
	.site-navigation__list > .menu-item.menu-item-has-children > a + .sub-menu a {
		padding: 15px 10px;
	}
}
.site-navigation__list > .menu-item.current-menu-item a {
	opacity: 1;
}
@media (max-width: 1200px) {
	.site-navigation__list > .menu-item {
		font-size: 1.6rem;
		margin: 0;
	}
}
@media (max-width: 1023px) {
	.site-navigation {
		background: -webkit-gradient(linear, left top, right top, from(rgb(0, 51, 104)), to(rgba(0, 51, 104, 0.8)));
		background: linear-gradient(to right, rgb(0, 51, 104), rgba(0, 51, 104, 0.8));
		bottom: 0;
		display: block;
		left: 0;
		max-width: 60%;
		padding: 3rem;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		z-index: 3;
	}
	.site-navigation .site-navigation__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: 100%;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding-top: 4rem;
	}
	.body__site-navigation--active .site-navigation {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}

.book-now-button {
	margin-left: auto;
	margin-right: 0;
}
@media screen and (max-width: 1350px) {
	.book-now-button .button {
		padding-left: 14px;
		padding-right: 14px;
	}
}
@media (max-width: 1023px) {
	.book-now-button {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 104, 0)), to(rgba(0, 51, 104, 0.5)));
		background-image: linear-gradient(to bottom, rgba(0, 51, 104, 0), rgba(0, 51, 104, 0.5));
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		left: 0;
		padding: 15px;
		position: fixed;
		width: 100%;
		z-index: 5;
	}
	.book-now-button a {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #fff;
		color: rgb(13, 53, 93);
		min-width: 60%;
		text-align: center;
	}
	.book-now-button a:focus, .book-now-button a:hover {
		background: rgb(13, 53, 93);
		color: #fff;
	}
}

.site-footer__wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 20px;
	position: relative;
	z-index: 2;
}
.site-footer__wrapper p,
.site-footer__wrapper a {
	color: #ffffff;
	opacity: 0.8;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
.site-footer__wrapper p a, .site-footer__wrapper p:focus, .site-footer__wrapper p:hover,
.site-footer__wrapper a a,
.site-footer__wrapper a:focus,
.site-footer__wrapper a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.site-footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.site-footer__navigation-list {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
@media (max-width: 767px) {
	.site-footer__navigation-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 5px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}
}
.site-footer__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 50%;
	    -ms-flex: 50%;
	        flex: 50%;
	margin-left: 0;
	margin-right: auto;
}
@media (max-width: 767px) {
	.site-footer__left {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}
}
.site-footer__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 50%;
	    -ms-flex: 50%;
	        flex: 50%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-left: auto;
	margin-right: 0;
}
@media (max-width: 767px) {
	.site-footer__right {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
		width: 100%;
	}
}

body {
	background-color: rgb(0, 51, 104);
	color: #ffffff;
}
body:before {
	background-image: url("/app/themes/Farlo/dist/assets/media/homepage-background.jpg");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	min-height: calc(var(--vh, 1vh) * 100);
	opacity: 0.9;
	position: fixed;
	right: 0;
	top: 0;
}
@media (max-width: 980px) {
	body:before {
		background-position: 0 100%;
	}
}
@media screen and (width: 768px) and (height: 1024px) {
	body:before {
		background-position: 80% 100%;
	}
}
@media screen and (orientation: landscape) and (min-width: 1400px) {
	body.home:after {
		background: -webkit-gradient(linear, right top, left top, from(rgba(0, 52, 104, 0.4)), to(transparent));
		background: linear-gradient(to left, rgba(0, 52, 104, 0.4), transparent);
		bottom: 0;
		content: "";
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transition: opacity 3s ease-in-out;
		transition: opacity 3s ease-in-out;
		width: 50%;
		z-index: 0;
	}
}
body.home.loaded:after {
	opacity: 1;
}
body:not(.home):before {
	opacity: 0.75;
}

.site-page__wrapper h1,
.site-page__wrapper h2,
.site-page__wrapper h3,
.site-page__wrapper h4,
.site-page__wrapper h5,
.site-page__wrapper h6,
.site-page__wrapper p {
	margin-bottom: 30px;
}

.button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	border: 0.2rem solid #fff;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2.5rem;
	padding: 12px 46px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.button:focus, .button:hover {
	background: #fff;
	color: rgb(13, 53, 93);
	text-decoration: none;
}
.button--secondary {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #fff;
	color: rgb(13, 53, 93);
}
.button--secondary:focus, .button--secondary:hover {
	background: rgb(13, 53, 93);
	color: #fff;
}
.button--large {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	border: 0.2rem solid #fff;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 1.7rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
	line-height: 2.89rem;
	padding: 12px 46px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.button--large:focus, .button--large:hover {
	background: #fff;
	color: rgb(13, 53, 93);
	text-decoration: none;
}

.older-face,
.younger-face {
	-webkit-animation: fadeIn 1s;
	        animation: fadeIn 1s;
	background-image: url("/app/themes/Farlo/dist/assets/media/older-face@2x.webp");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 100vh;
	left: 0;
	opacity: 1;
	position: fixed;
	visibility: visible;
	width: 50vw;
}
.no-webp .older-face,
.no-webp .younger-face {
	background-image: url("/app/themes/Farlo/dist/assets/media/older-face@2x.png");
}
.home .older-face,
.home .younger-face {
	-webkit-animation: fadeIn 2s;
	        animation: fadeIn 2s;
}
@media (max-width: 1200px) {
	.older-face,
.younger-face {
		left: -10vw;
	}
}
@media (max-width: 1023px) {
	.older-face,
.younger-face {
		display: none;
	}
}

.younger-face {
	-webkit-animation: fadeIn 2s;
	        animation: fadeIn 2s;
	background-image: url("/app/themes/Farlo/dist/assets/media/young-face@2x.webp");
	background-position: right top;
	left: auto;
	right: 0;
}
.no-webp .younger-face {
	background-image: url("/app/themes/Farlo/dist/assets/media/young-face@2x.png");
}
.home .younger-face {
	-webkit-animation: fadeIn 4s;
	        animation: fadeIn 4s;
}
@media (max-width: 1200px) {
	.younger-face {
		right: -10vw;
	}
}

.farlo-ui-social-icons {
	position: absolute;
	right: 250px;
	top: 26px;
	z-index: 3;
}
.farlo-ui-social-icons__list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
@media screen and (max-width: 1240px) {
	.farlo-ui-social-icons {
		display: none;
	}
}
@media (max-width: 1023px) {
	.farlo-ui-social-icons {
		bottom: unset;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		left: 0;
		position: fixed;
		right: unset;
		top: 70%;
		-webkit-transform: translateX(-120%);
		        transform: translateX(-120%);
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		width: 60%;
	}
	.body__site-navigation--active .farlo-ui-social-icons {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}

.farlo-ui-social-icon__icon {
	fill: #fff;
	height: 48px;
}
.farlo-ui-social-icon__icon span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.farlo-ui-social-icon__icon svg, .farlo-ui-social-icon__icon-svg {
	height: 24px;
	margin: auto;
}

.creative-team::before {
	background-color: #fff;
	content: "";
	height: 1px;
	margin: 40px auto;
	width: 90%;
}
@media (max-width: 767px) {
	.creative-team::before {
		margin-bottom: 0;
	}
}
.creative-team__text-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.cast,
.creative-team {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.cast h4,
.creative-team h4 {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 3px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.cast h4 + p,
.creative-team h4 + p {
	letter-spacing: 1px;
}
.cast p,
.creative-team p {
	margin: 0;
}
.cast__text,
.creative-team__text {
	-webkit-box-flex: calc(33.33% - 30px);
	    -ms-flex: calc(33.33% - 30px);
	        flex: calc(33.33% - 30px);
	text-align: center;
}
@media (max-width: 980px) {
	.cast__text,
.creative-team__text {
		-webkit-box-flex: calc(50% - 30px);
		    -ms-flex: calc(50% - 30px);
		        flex: calc(50% - 30px);
	}
}
@media (max-width: 767px) {
	.cast__text,
.creative-team__text {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
}
.cast__role,
.creative-team__role {
	font-size: 1.8rem;
	font-style: italic;
	line-height: 2.6rem;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.cast__text-inner, .cast__image-caption,
.creative-team__text-inner,
.creative-team__image-caption {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2.6rem;
	text-transform: uppercase;
}
.cast__image,
.creative-team__image {
	-webkit-box-flex: calc(33.33% - 30px);
	    -ms-flex: calc(33.33% - 30px);
	        flex: calc(33.33% - 30px);
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	text-align: center;
}
.cast__image img,
.creative-team__image img {
	border-radius: 100%;
	margin-bottom: 15px;
	max-width: 100%;
}
@media (max-width: 767px) {
	.cast__image img,
.creative-team__image img {
		max-width: 60%;
	}
}
@media (max-width: 980px) {
	.cast__image,
.creative-team__image {
		-ms-flex-preferred-size: calc(50% - 30px);
		    flex-basis: calc(50% - 30px);
	}
}
@media (max-width: 767px) {
	.cast__image,
.creative-team__image {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

.form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 980px) {
	.form-container {
		padding: 0;
	}
}
.form-container__wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);
	background-color: rgba(13, 53, 93, 0.9);
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}
@media (max-width: 1023px) {
	.form-container__wrapper {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: none;
	}
}
.home .form-container__wrapper {
	margin-right: 0;
}
@media (max-width: 767px) {
	.form-container__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.form-container .form-text, .form-container .form-inner {
	-webkit-box-flex: 50%;
	    -ms-flex: 50%;
	        flex: 50%;
	width: 100%;
}
.form-container .form-text {
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 980px) {
	.form-container .form-text {
		font-size: 2rem;
	}
}
.form-container .form__field {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	width: 100%;
}
.form-container .form__field-label {
	-webkit-box-flex: 170px;
	    -ms-flex: 170px;
	        flex: 170px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.form-container .form__field-label {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		margin-bottom: 5px;
		width: 100%;
	}
}
.form-container .form__field-input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: rgba(255, 255, 255, 0.2);
	border: none;
	border-radius: 5px;
	color: #fff;
	display: block;
	-webkit-box-flex: calc(100% - 165px);
	    -ms-flex: calc(100% - 165px);
	        flex: calc(100% - 165px);
	font-size: 1.6rem;
	line-height: 1.6rem;
	padding: 12px 20px;
	width: 100%;
}
.form-container .form__field--submit {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 25px;
}
.form-container .form__field--submit .button {
	margin: 0 auto;
	width: 40%;
}
@media (max-width: 767px) {
	.form-container .form__field--submit .button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.form-container .form__field {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.form-container .form__message {
	display: none;
	margin-top: 20px;
	width: 100%;
}
.form-container .form__message--show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#organisation-field {
	display: none;
}

#organisations #organisation-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.farlo-ui-lightbox__backdrop {
	background-color: rgba(0, 51, 104, 0.6);
}
.farlo-ui-lightbox__container {
	background-color: rgb(0, 51, 104);
	border-radius: 0;
	height: auto;
	max-height: 80vh;
	overflow: hidden;
}
.farlo-ui-lightbox__content {
	background-color: rgba(13, 53, 93, 0.35);
	max-height: calc(80vh - 48px);
}
.farlo-ui-lightbox__content-inner {
	color: #ffffff;
}
.farlo-ui-lightbox__close {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: none;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 0 30px;
	position: relative;
	right: auto;
	text-transform: uppercase;
	top: auto;
	width: 100%;
}
.farlo-ui-lightbox__close:hover {
	background: none;
}
.farlo-ui-lightbox__close::after {
	display: none;
}
.farlo-ui-lightbox__close::before {
	background: none;
	color: #e7e3d6;
	content: "< Back to Cast and Creative";
	display: block;
	font-size: 1.2rem;
	height: auto;
	left: 0;
	line-height: 1.7rem;
	position: relative;
	text-decoration: underline;
	-webkit-transform: none;
	        transform: none;
	width: auto;
}

.wp-block-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.wp-block-columns > .wp-block-column {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media (max-width: 1023px) {
	.wp-block-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.wp-block-columns > .wp-block-column:empty {
		display: none;
	}
}

body:not(.home) .site-page > .wrapper > .wp-block-group {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.home-columns > .wp-block-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: -9vh;
	min-height: calc(var(--vh, 1vh) * 100);
}
@media screen and (orientation: landscape) and (max-aspect-ratio: 32/18) and (max-width: 1700px) {
	.home-columns > .wp-block-column {
		margin-top: -3vh;
	}
}
@media (max-width: 1500px) {
	.home-columns > .wp-block-column {
		margin-top: -6vh;
	}
}
@media (max-width: 1023px) {
	.home-columns > .wp-block-column {
		margin-top: 0;
		min-height: 0;
	}
}
@media (max-width: 1023px) {
	.home-columns > .wp-block-column .logo-treatment + p {
		margin-top: calc(var(--vh, 1vh) * 50);
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.home-columns > .wp-block-column .wp-block-buttons {
		display: none;
	}
}

#google-map {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.venue-address {
	-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);
	background: rgba(0, 52, 104, 0.8);
	border-radius: 0 0 10px 10px;
	margin-bottom: 3rem;
	margin-top: -6px;
	padding: 2rem;
}
.venue-address > div {
	margin-bottom: 0;
}
.venue-address h3 {
	color: rgb(223, 176, 85);
	font-weight: 700;
	margin-bottom: 0;
}
.venue-address p:last-child {
	margin-bottom: 0;
}

.page-id-293 #organisation-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pre-logo-treatment {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	        transform: translateY(1rem);
}
.loaded .pre-logo-treatment {
	-webkit-animation: pre-logo-treatment 1s ease-in-out forwards;
	        animation: pre-logo-treatment 1s ease-in-out forwards;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.pre-logo-treatment h6,
.pre-logo-treatment h5,
.pre-logo-treatment p {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
.pre-logo-treatment h5 {
	margin: 1rem 0;
}
@media (max-width: 1500px) {
	.pre-logo-treatment h5 {
		font-size: 1.75vw;
		letter-spacing: 0.35vw;
	}
}
@media (max-width: 1023px) {
	.pre-logo-treatment h5 {
		font-size: 2.7vw;
	}
}
@media (max-width: 480px) {
	.pre-logo-treatment h5 {
		font-size: 4vw;
		letter-spacing: 0.5vw;
	}
}
.pre-logo-treatment h6 {
	line-height: 1.2;
}
@media (max-width: 1500px) {
	.pre-logo-treatment h6 {
		font-size: 0.95vw;
	}
}
@media (max-width: 1023px) {
	.pre-logo-treatment h6 {
		font-size: 1.5vw;
		letter-spacing: 0.4vw;
	}
}
@media (max-width: 480px) {
	.pre-logo-treatment h6 {
		font-size: 2.2vw;
		letter-spacing: 0.6vw;
	}
}
.pre-logo-treatment h6 .h6-spacer {
	display: block;
}
@media screen and (min-width: 768px) {
	.pre-logo-treatment h6 .h6-spacer {
		display: inline-block;
		width: 2rem;
	}
}
.pre-logo-treatment .present-text {
	margin: 1rem 0;
}
.pre-logo-treatment .present-text,
.pre-logo-treatment .starring {
	font-size: 14px;
	letter-spacing: 3px;
	position: relative;
}
.pre-logo-treatment .present-text:before, .pre-logo-treatment .present-text:after,
.pre-logo-treatment .starring:before,
.pre-logo-treatment .starring:after {
	background: #fff;
	content: "";
	height: 0.2rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 12rem;
}
.pre-logo-treatment .present-text:before,
.pre-logo-treatment .starring:before {
	margin-left: -13rem;
}
.pre-logo-treatment .present-text:after,
.pre-logo-treatment .starring:after {
	margin-left: 12.8rem;
}
@media (max-width: 480px) {
	.pre-logo-treatment .present-text:before,
.pre-logo-treatment .starring:before {
		margin-left: -10rem;
		width: 8rem;
	}
	.pre-logo-treatment .present-text:after,
.pre-logo-treatment .starring:after {
		margin-left: 9.8rem;
		width: 8rem;
	}
}
.pre-logo-treatment .present-text:before,
.pre-logo-treatment .present-text:after {
	content: none;
}
.pre-logo-treatment .main-cast {
	margin: 0 auto;
	max-width: 380px;
}
@media (max-width: 480px) {
	.pre-logo-treatment .main-cast {
		max-width: 280px;
	}
}
.pre-logo-treatment .main-cast > div {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.pre-logo-treatment .main-cast > div p {
	letter-spacing: 3px;
	max-width: 12rem;
	text-align: center;
	word-spacing: 10rem;
}
@media (max-width: 480px) {
	.pre-logo-treatment .main-cast > div p {
		font-size: 3vw;
		max-width: 8rem;
	}
}

.logo-treatment {
	margin-left: auto;
	margin-right: auto;
	margin-top: -6rem;
	max-width: 60%;
	position: relative;
}
@media (max-width: 1023px) {
	.logo-treatment {
		max-width: 40%;
	}
}
@media (max-width: 480px) {
	.logo-treatment {
		max-width: 60%;
	}
}
.logo-treatment__main {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.logo-treatment__main picture:nth-child(1) {
	max-width: 50%;
	position: absolute;
	-webkit-transform: scale(0.1);
	        transform: scale(0.1);
}
.loaded .logo-treatment__main picture:nth-child(1) {
	-webkit-animation: logo-treatment-folded-flower 0.5s ease-out forwards;
	        animation: logo-treatment-folded-flower 0.5s ease-out forwards;
}
.logo-treatment__main picture:nth-child(2) {
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
}
.loaded .logo-treatment__main picture:nth-child(2) {
	-webkit-animation: logo-treatment-logo-flower 1.1s forwards;
	        animation: logo-treatment-logo-flower 1.1s forwards;
	-webkit-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}
.logo-treatment__main figcaption {
	display: block;
	font-family: "PenumbraSansStd-Bold", sans-serif;
	font-size: 4rem;
	margin-top: 2%;
	position: absolute;
	text-align: center;
	text-shadow: 1px 2px 0px #0d355d;
	text-transform: uppercase;
	-webkit-transform: scale(0);
	        transform: scale(0);
}
@media (max-width: 1500px) {
	.logo-treatment__main figcaption {
		font-size: 2.7vw;
	}
}
@media (max-width: 1023px) {
	.logo-treatment__main figcaption {
		font-size: 4vw;
	}
}
@media (max-width: 480px) {
	.logo-treatment__main figcaption {
		font-size: 5vw;
	}
}
.loaded .logo-treatment__main figcaption {
	-webkit-animation: logo-treatment-logo-text 1.5s ease-in forwards;
	        animation: logo-treatment-logo-text 1.5s ease-in forwards;
	-webkit-animation-delay: 0.35s;
	        animation-delay: 0.35s;
}
.logo-treatment__main figcaption span {
	display: block;
	font-size: 10rem;
	line-height: 1.2;
	text-shadow: 2px 3px 0px #0d355d;
}
@media (max-width: 1500px) {
	.logo-treatment__main figcaption span {
		font-size: 6.7vw;
	}
}
@media (max-width: 1023px) {
	.logo-treatment__main figcaption span {
		font-size: 9vw;
	}
}
@media (max-width: 480px) {
	.logo-treatment__main figcaption span {
		font-size: 12vw;
	}
}
.logo-treatment__flares {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transition: -webkit-transform 4s ease-in-out;
	transition: -webkit-transform 4s ease-in-out;
	transition: transform 4s ease-in-out;
	transition: transform 4s ease-in-out, -webkit-transform 4s ease-in-out;
	width: 60%;
	z-index: -1;
}
.loaded .logo-treatment__flares {
	-webkit-animation-delay: 2.5s;
	        animation-delay: 2.5s;
	-webkit-transform: scale(1) translate(50%, 50%);
	        transform: scale(1) translate(50%, 50%);
}
.logo-treatment__flares > img,
.logo-treatment__flares > picture {
	position: absolute;
}

.post-logo-treatment h5, .post-logo-treatment h3 {
	margin: 0;
}
@media (max-width: 1023px) {
	.post-logo-treatment {
		margin-top: 3rem;
	}
}
@media (max-width: 980px) {
	.post-logo-treatment {
		margin-top: 2rem;
	}
}
@media (max-width: 1023px) {
	.post-logo-treatment h5 {
		font-size: 3.7vw;
		letter-spacing: 0.35vw;
		line-height: 1.3;
	}
}
@media (max-width: 480px) {
	.post-logo-treatment h5 {
		font-size: 5vw;
		letter-spacing: 0.5vw;
	}
}
@media (max-width: 1023px) {
	.post-logo-treatment h3 {
		font-size: 2.7vw;
		letter-spacing: 0.35vw;
		line-height: 1.2;
	}
}
@media (max-width: 480px) {
	.post-logo-treatment h3 {
		font-size: 4vw;
		letter-spacing: 0.5vw;
	}
}

.main-characters {
	-webkit-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
	z-index: 0;
}
.main-characters picture:first-child {
	z-index: 1;
}
body:not(.home) .main-characters {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
}
@media (max-width: 1023px) {
	body:not(.home) .main-characters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: none;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
body:not(.home) .main-characters picture {
	bottom: 0;
	max-width: 33%;
	position: absolute;
}
body:not(.home) .main-characters picture:nth-child(1) {
	left: 0;
}
@media (max-width: 1650px) {
	body:not(.home) .main-characters picture:nth-child(1) {
		left: unset;
		max-width: 25%;
	}
}
@media (max-width: 1023px) {
	body:not(.home) .main-characters picture:nth-child(1) {
		left: unset;
		max-width: 50%;
	}
}
body:not(.home) .main-characters picture:nth-child(2) {
	right: 0;
}
@media (max-width: 1650px) {
	body:not(.home) .main-characters picture:nth-child(2) {
		left: unset;
		max-width: 25%;
	}
}
@media (max-width: 1023px) {
	body:not(.home) .main-characters picture:nth-child(2) {
		max-width: 50%;
		right: unset;
	}
}
.home .main-characters {
	bottom: -20%;
	left: 0;
	position: fixed;
	right: 0;
}
@media screen and (width: 1024px) and (height: 768px) {
	.home .main-characters {
		bottom: -5%;
	}
}
@media screen and (orientation: portrait) {
	.home .main-characters {
		bottom: -10%;
	}
}
@media screen and (orientation: portrait) and (max-aspect-ratio: 1/2) {
	.home .main-characters {
		bottom: 0%;
	}
}
@media (max-width: 1023px) {
	.home .main-characters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.home .main-characters picture {
	bottom: 0;
	position: absolute;
}
.home .main-characters picture:nth-child(1) {
	left: 5%;
	width: 33%;
}
@media (max-width: 1023px) {
	.home .main-characters picture:nth-child(1) {
		left: unset;
		width: 50%;
	}
}
.home .main-characters picture:nth-child(2) {
	left: 5%;
	opacity: 0;
	width: 33%;
}
@media (max-width: 1023px) {
	.home .main-characters picture:nth-child(2) {
		left: unset;
		width: 50%;
	}
}
.home .main-characters img {
	width: 100%;
}
.home.loaded .main-characters picture:nth-child(1) {
	-webkit-animation: george-home 3s ease-out forwards;
	        animation: george-home 3s ease-out forwards;
}
@media (max-width: 1023px) {
	.home.loaded .main-characters picture:nth-child(1) {
		-webkit-animation: george-home-mobile 3s ease-out forwards;
		        animation: george-home-mobile 3s ease-out forwards;
	}
}
.home.loaded .main-characters picture:nth-child(2) {
	-webkit-animation: telly-home 3s ease-out forwards;
	        animation: telly-home 3s ease-out forwards;
}
@media (max-width: 1023px) {
	.home.loaded .main-characters picture:nth-child(2) {
		-webkit-animation: telly-home-mobile 3s ease-out forwards;
		        animation: telly-home-mobile 3s ease-out forwards;
	}
}

@-webkit-keyframes george-home {
	0% {
		left: 5%;
	}
	100% {
		left: 0%;
	}
}

@keyframes george-home {
	0% {
		left: 5%;
	}
	100% {
		left: 0%;
	}
}
@-webkit-keyframes telly-home {
	0% {
		left: 5%;
		opacity: 0;
	}
	100% {
		left: 23%;
		opacity: 1;
	}
}
@keyframes telly-home {
	0% {
		left: 5%;
		opacity: 0;
	}
	100% {
		left: 23%;
		opacity: 1;
	}
}
@-webkit-keyframes george-home-mobile {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-30%);
		        transform: translateX(-30%);
	}
}
@keyframes george-home-mobile {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-30%);
		        transform: translateX(-30%);
	}
}
@-webkit-keyframes telly-home-mobile {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(30%);
		        transform: translateX(30%);
	}
}
@keyframes telly-home-mobile {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(30%);
		        transform: translateX(30%);
	}
}
.hotel-logo {
	margin-left: auto;
	margin-top: 4rem;
	max-width: 50%;
	position: relative;
	z-index: 2;
}
body:not(.home) .hotel-logo {
	margin-right: auto;
}
@media (max-width: 1023px) {
	.hotel-logo {
		margin-right: auto;
		max-width: 100%;
	}
}
.hotel-logo img {
	max-width: 270px;
}

.hotel-overlay {
	background: rgb(67, 67, 67);
	bottom: 0;
	display: grid;
	gap: 4rem;
	grid-auto-rows: auto;
	grid-template-areas: "logo content" "gallery gallery";
	grid-template-columns: 0.5fr 1.5fr;
	left: 0;
	padding: 4rem;
	position: fixed;
	right: 0;
	-webkit-transform: translateY(120%);
	        transform: translateY(120%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	z-index: 4;
}
@media (max-width: 480px) {
	.hotel-overlay {
		overflow-y: auto;
		top: 0;
	}
}
@media (max-width: 1023px) {
	.hotel-overlay {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.hotel-overlay .logo-section {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: logo;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.hotel-overlay .content-section {
	grid-area: content;
}
.hotel-overlay .gallery-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: gallery;
}
.hotel-overlay .gallery-section picture {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.hotel-overlay .gallery-section picture img {
	width: 100%;
}
@media (max-width: 480px) {
	.hotel-overlay .gallery-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 20px;
	}
}
.hotel-overlay h3 {
	font-weight: 700;
}
.hotel-overlay p {
	font-weight: 300;
}
.hotel-overlay-close {
	color: #fff;
	cursor: pointer;
	font-size: 6rem;
	height: 50px;
	line-height: 6rem;
	position: absolute;
	right: 2rem;
	text-align: center;
	top: -1rem;
	width: 50px;
}
.hotel-overlay-view .hotel-overlay {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

@media (max-width: 480px) {
	.hotel-overlay-view {
		overflow: hidden;
	}
}
/*# sourceMappingURL=theme.css.map */