/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  text-align: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  line-height: inherit;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Bold.eot");
  src: url("../../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gilroy-Bold.woff2") format("woff2"), url("../../fonts/Gilroy-Bold.woff") format("woff"), url("../../fonts/Gilroy-Bold.ttf") format("truetype"), url("../../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

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

.intro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/intro-layer-mobile.png");
  z-index: 100;
}
@media (min-width: 768px) {
  .intro-overlay {
    background-image: url("../../img/intro-layer.png");
  }
}

.main-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 300%;
  background-color: #005745;
  touch-action: none;
  z-index: 2;
  transition: transform 0.8s ease-in-out;
}
.main[data-window="0"] {
  transform: translate(-33.3334%, -33.3334%);
}
.main[data-window="1"] {
  transform: translate(0, 0);
}
.main[data-window="2"] {
  transform: translate(-66.6667%, 0);
}
.main[data-window="3"] {
  transform: translate(-66.6667%, -66.6667%);
}
.main[data-window="4"] {
  transform: translate(0, -66.6667%);
}

.window {
  position: absolute;
  width: 33.3334%;
  height: 33.3334%;
  z-index: 2;
}
.window[data-window="0"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .window[data-window="0"] {
    cursor: none;
  }
}
@media (min-width: 992px) {
  .window[data-window="0"] .hot-spot {
    cursor: none;
  }
}
.window[data-window="1"] {
  top: 0;
  left: 0;
}
.window[data-window="2"] {
  top: 0;
  right: 0;
}
.window[data-window="3"] {
  bottom: 0;
  right: 0;
}
.window[data-window="4"] {
  bottom: 0;
  left: 0;
}

.hot-spot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 9vw;
  z-index: 11;
}
@media (min-width: 992px) {
  .hot-spot {
    width: 8vw;
    height: 8vw;
  }
}
@media (min-width: 1300px) {
  .hot-spot {
    width: 7vw;
    height: 7vw;
  }
}
@media (min-width: 1600px) {
  .hot-spot {
    width: 6vw;
    height: 6vw;
  }
}
.hot-spot--with-label span {
  position: absolute;
  top: 50%;
  font-size: 18px;
  font-family: "Anton", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hot-spot--with-label span {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .hot-spot--with-label span {
    font-size: 23px;
  }
}
@media (min-width: 1300px) {
  .hot-spot--with-label span {
    font-size: 25px;
  }
}
.hot-spot--top-left {
  top: 0;
  left: 0;
}
.hot-spot--top-left svg {
  transform: rotate(135deg);
  -webkit-animation-name: arrow-top-left;
          animation-name: arrow-top-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.hot-spot--top-left span {
  top: 70%;
  left: 76%;
  line-height: 1;
}
.hot-spot--top-right {
  top: 0;
  right: 0;
}
.hot-spot--top-right svg {
  transform: rotate(225deg);
  -webkit-animation-name: arrow-top-right;
          animation-name: arrow-top-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.hot-spot--top-right span {
  top: 70%;
  right: 76%;
  line-height: 1;
}
.hot-spot--bottom-center {
  bottom: 0;
  left: 45%;
}
.hot-spot--bottom-center span {
  top: auto;
  right: auto;
  bottom: 25px;
  left: 100%;
  line-height: 1;
}
.hot-spot--center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.hot-spot--center-right svg {
  transform: rotate(-90deg);
}
.hot-spot--bottom-right {
  bottom: 0;
  right: 0;
}
.hot-spot--bottom-right svg {
  transform: rotate(-45deg);
  -webkit-animation-name: arrow-bottom-right;
          animation-name: arrow-bottom-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.hot-spot--bottom-right span {
  top: unset;
  bottom: 70%;
  right: 76%;
  line-height: 1;
}
.hot-spot--center-bottom {
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.hot-spot--bottom-left {
  bottom: 0;
  left: 0;
}
.hot-spot--bottom-left svg {
  transform: rotate(45deg);
}
.hot-spot--bottom-left span {
  top: unset;
  bottom: 70%;
  left: 76%;
  line-height: 1;
}
.hot-spot--center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hot-spot--center-left svg {
  transform: rotate(90deg);
}
.hot-spot--top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hot-spot--top-center svg {
  transform: rotate(180deg);
}
.hot-spot svg {
  display: block;
  width: 60%;
  height: auto;
}

@-webkit-keyframes arrow-top-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(135deg);
  }
  33.3334% {
    transform: translate(-10%, -10%) rotate(135deg);
  }
}

@keyframes arrow-top-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(135deg);
  }
  33.3334% {
    transform: translate(-10%, -10%) rotate(135deg);
  }
}
@-webkit-keyframes arrow-top-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(225deg);
  }
  33.3334% {
    transform: translate(10%, -10%) rotate(225deg);
  }
}
@keyframes arrow-top-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(225deg);
  }
  33.3334% {
    transform: translate(10%, -10%) rotate(225deg);
  }
}
@-webkit-keyframes arrow-bottom-center {
  0%, 66.6667%, 100% {
    transform: translate(0, 0);
  }
  33.3334% {
    transform: translate(0, 10%);
  }
}
@keyframes arrow-bottom-center {
  0%, 66.6667%, 100% {
    transform: translate(0, 0);
  }
  33.3334% {
    transform: translate(0, 10%);
  }
}
@-webkit-keyframes arrow-center-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(-90deg);
  }
  33.3334% {
    transform: translate(10%, 0) rotate(-90deg);
  }
}
@keyframes arrow-center-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(-90deg);
  }
  33.3334% {
    transform: translate(10%, 0) rotate(-90deg);
  }
}
@-webkit-keyframes arrow-bottom-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(-45deg);
  }
  33.3334% {
    transform: translate(10%, 10%) rotate(-45deg);
  }
}
@keyframes arrow-bottom-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(-45deg);
  }
  33.3334% {
    transform: translate(10%, 10%) rotate(-45deg);
  }
}
@-webkit-keyframes arrow-bottom-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(45deg);
  }
  33.3334% {
    transform: translate(-10%, 10%) rotate(45deg);
  }
}
@keyframes arrow-bottom-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(45deg);
  }
  33.3334% {
    transform: translate(-10%, 10%) rotate(45deg);
  }
}
@-webkit-keyframes arrow-center-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(90deg);
  }
  33.3334% {
    transform: translate(-10%, 0) rotate(90deg);
  }
}
@keyframes arrow-center-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(90deg);
  }
  33.3334% {
    transform: translate(-10%, 0) rotate(90deg);
  }
}
@-webkit-keyframes arrow-top-center {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(180deg);
  }
  33.3334% {
    transform: translate(0, -10%) rotate(180deg);
  }
}
@keyframes arrow-top-center {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(180deg);
  }
  33.3334% {
    transform: translate(0, -10%) rotate(180deg);
  }
}
.window-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.window-content {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .window-content {
    width: 83.3334%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .window-content {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .window-content {
    width: 66.66667%;
  }
}
@media (min-width: 1600px) {
  .window-content {
    width: 58.3334%;
  }
}
.window-content p {
  color: #ffffff;
}

.landing-cursor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 25vw;
  height: auto;
  z-index: 100;
  will-change: transform;
  pointer-events: none;
}
@media (min-width: 992px) {
  .landing-cursor {
    display: block;
  }
}
.landing-cursor clipPath {
  will-change: transform;
}

.landing-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.landing-layer--1 {
  background-image: url("../../img/landing-layer-top-mobile.jpg");
  z-index: 1;
}
@media (min-width: 768px) {
  .landing-layer--1 {
    background-image: url("../../img/landing-layer-top.jpg");
  }
}
.landing-layer--2 {
  display: none;
}
@media (min-width: 992px) {
  .landing-layer--2 {
    display: block;
    -webkit-clip-path: url(#landing-cursor-image);
            clip-path: url(#landing-cursor-image);
    background-image: url("../../img/landing-layer-bottom.jpg");
    z-index: 2;
  }
}

.window-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.window-1-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.window-1-text {
  position: absolute;
  bottom: calc(9vw + 15px);
  left: calc(9vw + 15px);
  z-index: 3;
}
@media (min-width: 992px) {
  .window-1-text {
    bottom: calc(8vw + 15px);
    left: calc(8vw + 15px);
  }
}
@media (min-width: 1300px) {
  .window-1-text {
    bottom: calc(7vw + 15px);
    left: calc(7vw + 15px);
  }
}
@media (min-width: 1600px) {
  .window-1-text {
    bottom: calc(6vw + 15px);
    left: calc(6vw + 15px);
  }
}
.window-1-text h1 {
  color: #ffffff;
  font-size: 6svh;
  font-family: "Anton", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .window-1-text h1 {
    font-size: 8svh;
  }
}
.window-1-text h1 strong {
  color: #cfb5ff;
}

.window-1-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;
}

.window-1-overlay-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.window-1-overlay-layer--1 {
  z-index: 1;
}
.window-1-overlay-layer--1 path {
  -webkit-animation: overlay-layer-1 2.4s infinite;
          animation: overlay-layer-1 2.4s infinite;
}
.window-1-overlay-layer--2 {
  z-index: 2;
}
.window-1-overlay-layer--2 path {
  -webkit-animation: overlay-layer-2 2.4s infinite;
          animation: overlay-layer-2 2.4s infinite;
}
.window-1-overlay-layer--3 {
  z-index: 3;
}
.window-1-overlay-layer--3 path {
  -webkit-animation: overlay-layer-3 2.4s infinite;
          animation: overlay-layer-3 2.4s infinite;
}
.window-1-overlay-layer path {
  cursor: pointer;
  transform-origin: center center;
  transform-box: fill-box;
}

@-webkit-keyframes overlay-layer-1 {
  0%, 40%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  60%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}

@keyframes overlay-layer-1 {
  0%, 40%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  60%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
@-webkit-keyframes overlay-layer-2 {
  0%, 20%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  40%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
@keyframes overlay-layer-2 {
  0%, 20%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  40%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
@-webkit-keyframes overlay-layer-3 {
  0%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  20%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
@keyframes overlay-layer-3 {
  0%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  20%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
.window-1-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
  transform: translateY(-100%);
  transition: transform 1.2s;
}
.window-1-new.active {
  transform: translateY(0);
}
.window-1-new.active .window-1-new-text h2 {
  opacity: 1;
  transform: translateY(0);
}

.window-1-new-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.window-1-new-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.window-1-new-text {
  position: absolute;
  right: calc(9vw + 15px);
  bottom: calc(9vw + 15px);
  text-align: right;
  z-index: 3;
}
@media (min-width: 992px) {
  .window-1-new-text {
    right: calc(8vw + 15px);
    bottom: calc(8vw + 15px);
  }
}
@media (min-width: 1300px) {
  .window-1-new-text {
    right: calc(7vw + 15px);
    bottom: calc(7vw + 15px);
  }
}
@media (min-width: 1600px) {
  .window-1-new-text {
    right: calc(6vw + 15px);
    bottom: calc(6vw + 15px);
  }
}
.window-1-new-text h2 {
  color: #ffffff;
  font-size: 3.5svh;
  font-family: "Anton", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s 1s, transform 0.8s 1s;
}
@media (min-width: 768px) {
  .window-1-new-text h2 {
    font-size: 8svh;
  }
}
.window-1-new-text h2 strong {
  color: #cfb5ff;
}

.window-1-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.window-1-close-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.window-1-close-overlay-layer--1 {
  z-index: 3;
}
.window-1-close-overlay-layer--1 path {
  -webkit-animation: overlay-layer-3 2.4s infinite;
          animation: overlay-layer-3 2.4s infinite;
}
.window-1-close-overlay-layer--2 {
  z-index: 2;
}
.window-1-close-overlay-layer--2 path {
  -webkit-animation: overlay-layer-2 2.4s infinite;
          animation: overlay-layer-2 2.4s infinite;
}
.window-1-close-overlay-layer--3 {
  z-index: 1;
}
.window-1-close-overlay-layer--3 path {
  -webkit-animation: overlay-layer-1 2.4s infinite;
          animation: overlay-layer-1 2.4s infinite;
}
.window-1-close-overlay-layer path {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: center center;
  transform-box: fill-box;
}

.window-2-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.window-2-horizontal {
  position: absolute;
  right: 40px;
  bottom: calc(9vw + 30px);
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  background-color: rgba(207, 181, 255, 0.5);
  z-index: 4;
}
@media (min-width: 768px) {
  .window-2-horizontal {
    padding: 0 15px 0 calc(9vw + 120px);
  }
}
@media (min-width: 992px) {
  .window-2-horizontal {
    bottom: calc(8vw + 30px);
  }
}
@media (min-width: 1300px) {
  .window-2-horizontal {
    bottom: calc(7vw + 30px);
  }
}
@media (min-width: 1600px) {
  .window-2-horizontal {
    bottom: calc(6vw + 30px);
  }
}
.window-2-horizontal > svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  z-index: 1;
  transform: translateX(100%);
}
.window-2-horizontal span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .window-2-horizontal span {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .window-2-horizontal span {
    font-size: 27px;
  }
}
@media (min-width: 1300px) {
  .window-2-horizontal span {
    font-size: 30px;
  }
}
.window-2-horizontal span sup {
  vertical-align: top;
  font-size: 60%;
}

.window-2-vertical {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: calc(9vw + 30px);
  width: 60px;
  padding: 0 15px;
  background-color: rgba(207, 181, 255, 0.5);
  z-index: 3;
}
@media (min-width: 992px) {
  .window-2-vertical {
    left: calc(8vw + 30px);
  }
}
@media (min-width: 1300px) {
  .window-2-vertical {
    left: calc(7vw + 30px);
  }
}
@media (min-width: 1600px) {
  .window-2-vertical {
    left: calc(6vw + 30px);
  }
}
.window-2-vertical span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  color: #ffffff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  transform: rotate(-90deg) translate(-50%, -75%);
}
@media (min-width: 768px) {
  .window-2-vertical span {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .window-2-vertical span {
    font-size: 27px;
  }
}
@media (min-width: 1300px) {
  .window-2-vertical span {
    font-size: 30px;
  }
}
.window-2-vertical > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 40px;
  z-index: 1;
  transform: translateY(-40px);
}

.window-2-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: calc(9vw + 90px);
  padding-left: calc(9vw + 90px);
  z-index: 5;
}
@media (min-width: 992px) {
  .window-2-content {
    padding-left: calc(8vw + 90px);
    padding-bottom: calc(8vw + 90px);
  }
}
@media (min-width: 1300px) {
  .window-2-content {
    padding-left: calc(7vw + 90px);
    padding-bottom: calc(7vw + 90px);
  }
}
@media (min-width: 1600px) {
  .window-2-content {
    padding-left: calc(6vw + 90px);
    padding-bottom: calc(6vw + 90px);
  }
}

.window-2-inner {
  display: block;
  width: 100%;
  text-align: center;
}
.window-2-inner h2 {
  color: #ffffff;
  font-size: 8vw;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.window-2-inner h2 sup {
  vertical-align: top;
  font-size: 60%;
}
.window-2-inner h3 {
  margin-top: 0.5em;
  color: #ffffff;
  font-size: 4vw;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}

.window-3-content {
  position: relative;
  display: block;
  height: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .window-3-content {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .window-3-content {
    padding-bottom: 0;
  }
}

.window-3-left {
  position: relative;
  display: block;
  width: 83.3334%;
  margin-right: auto;
  padding: 80px 15px 0;
  text-align: right;
}
@media (min-width: 768px) {
  .window-3-left {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .window-3-left {
    position: absolute;
    top: 0;
    right: calc(50% + 5vw);
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0 60px 0 0;
  }
}
.window-3-left:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: -30px;
  left: 20vw;
  background-color: #cfb5ff;
  z-index: 1;
}
@media (min-width: 768px) {
  .window-3-left:before {
    right: -45px;
    bottom: -60px;
  }
}
@media (min-width: 992px) {
  .window-3-left:before {
    right: 0;
    bottom: calc(50% - 8vw);
    left: auto;
    width: 35vw;
  }
}
.window-3-left:after {
  content: "";
  position: absolute;
  top: 0;
  width: 20vw;
  bottom: -30px;
  left: 0;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../../img/window-3-angle.svg");
  z-index: 2;
}
@media (min-width: 768px) {
  .window-3-left:after {
    bottom: -60px;
  }
}
@media (min-width: 992px) {
  .window-3-left:after {
    bottom: calc(50% - 8vw);
    width: 10vw;
  }
}
.window-3-left h3 {
  position: relative;
  color: #ffffff;
  font-size: 7vw;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  z-index: 3;
}
@media (min-width: 992px) {
  .window-3-left h3 {
    font-size: 3.4vw;
  }
}
.window-3-left h3 a {
  border-bottom: 1px solid #005745;
  color: #005745;
  transition: border-color 0.2s, color 0.2s;
}
.window-3-left h3 a:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.window-3-right {
  display: block;
  width: calc(100% - 30px);
  margin: 80px 0 0 auto;
  padding: 50px 50px 150px 50px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../../img/window-3-border.svg");
}
@media (min-width: 768px) {
  .window-3-right {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .window-3-right {
    position: absolute;
    top: 35%;
    left: 55%;
    bottom: 0;
    width: 45%;
    margin: 0;
    padding: 4vw 4vw 0;
  }
}
.window-3-right-intro {
  display: block;
  width: 100%;
}
.window-3-right-intro h4 {
  color: #ffffff;
  font-size: 7vw;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .window-3-right-intro h4 {
    font-size: 3.4vw;
  }
}
.window-3-right-intro a {
  display: block;
  margin-top: 0.2em;
  text-decoration: none;
  color: #cfb5ff;
  font-size: 20px;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .window-3-right-intro a {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .window-3-right-intro a {
    font-size: 27px;
  }
}
@media (min-width: 1300px) {
  .window-3-right-intro a {
    font-size: 30px;
  }
}

.window-3-left-logo {
  display: block;
  width: 150px;
  height: auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .window-3-left-logo {
    width: 180px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .window-3-left-logo {
    width: 210px;
    margin-top: 50px;
  }
}
@media (min-width: 1300px) {
  .window-3-left-logo {
    width: 240px;
  }
}

.window-3-right-tram {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 12px 0;
  border-top: 1px solid #cfb5ff;
  border-bottom: 1px solid #cfb5ff;
}
@media (min-width: 768px) {
  .window-3-right-tram {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .window-3-right-tram {
    margin-top: 50px;
  }
}
.window-3-right-tram p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .window-3-right-tram p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .window-3-right-tram p {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .window-3-right-tram p {
    font-size: 20px;
  }
}
.window-3-right-tram p a {
  color: #cfb5ff;
  text-decoration: none;
}

.window-3-right-footer {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.window-3-right-footer p {
  color: #ffffff;
  font-size: 15px;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .window-3-right-footer p {
    font-size: 16px;
  }
}
.window-3-right-footer span {
  display: block;
  margin-top: 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Gilroy", sans-serif;
}
.window-3-right-footer span a {
  color: inherit;
}

.window[data-window="4"] {
  overflow: auto;
}

.window-4-content {
  position: relative;
  padding-block: 50px;
  min-height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .window-4-content {
    padding-block: 100px;
  }
}
.window-4-content .triangle-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 31%;
  z-index: -1;
}
.window-4-content .content-inner {
  --gutter: 35px;
  --max: 700px;
  max-width: min(100% - var(--gutter) * 2, var(--max));
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .window-4-content .content-inner {
    --gutter: max(40px, 5vw);
  }
}
@media (min-width: 992px) {
  .window-4-content .content-inner {
    --max: 850px;
  }
}
@media (min-width: 1300px) {
  .window-4-content .content-inner {
    --max: 1200px;
  }
}
@media (min-width: 1600px) {
  .window-4-content .content-inner {
    --max: 1500px;
  }
}
.window-4-content .image-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.window-4-content .image-gallery:has(.gallery-item:hover) .gallery-item:not(:hover) {
  filter: brightness(0.7);
}
@media (min-width: 768px) {
  .window-4-content .image-gallery {
    row-gap: clamp(20px, 2.5vw, 70px);
    -moz-column-gap: clamp(10px, 1.5vw, 30px);
         column-gap: clamp(10px, 1.5vw, 30px);
  }
}
@media (min-width: 992px) {
  .window-4-content .image-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.window-4-content .gallery-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  transition: filter 0.2s;
}
.window-4-content .gallery-item .media-wrapper {
  position: relative;
  aspect-ratio: 1.64;
  width: 100%;
}
.window-4-content .gallery-item .item-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.window-4-content .gallery-item .item-caption {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
}
@media (min-width: 768px) {
  .window-4-content .gallery-item .item-caption {
    font-size: clamp(14px, 2vw, 30px);
  }
}

.fancybox__dialog .f-panzoom__wrapper {
  width: 1200px;
  max-width: 100%;
}
.fancybox__dialog .fancybox__container {
  --gutter: 20px;
  max-width: min(100vw - var(--gutter) * 2, 1600px) !important;
  margin-inline: auto;
}
.fancybox__dialog .f-carousel__toolbar {
  padding-inline: 0 !important;
  padding-block: 20px !important;
}
.fancybox__dialog .custom-close {
  --f-button-bg: #cfb5ff !important;
  --f-button-svg-stroke-width: 0 !important;
  --f-button-hover-bg: #cfb5ff !important;
}
.fancybox__dialog .custom-close svg {
  stroke-linecap: unset;
}
.fancybox__dialog .is-arrow {
  --f-button-bg: transparent !important;
  --f-button-color: #fff !important;
  --f-button-svg-stroke-width: 0 !important;
  --f-arrow-pos: 0px !important;
  --f-button-hover-bg: transparent !important;
}
@media (min-width: 768px) {
  .fancybox__dialog .is-arrow svg {
    --f-button-svg-width: 34px;
    --f-button-svg-height: 34px;
  }
}
