@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-ThinIt.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-LightIt.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-BookIt.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-Regular.woff2") format("woff2");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-RegularIt.woff2") format("woff2");
  font-weight: 450;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-MediumIt.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-SemiBoldIt.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-BoldIt.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-ExtraBoldIt.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: url("./assets/fonts/Cygre-BlackIt.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
html {
  font-family: "Cygre", system-ui, sans-serif;
}

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

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

[data-reveal]:not(.front-hero__plane) {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

[data-reveal]:not(.front-hero__plane).is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-reveal][data-reveal-delay="1"]:not(.front-hero__plane) {
  transition-delay: 0.08s;
}

[data-reveal][data-reveal-delay="2"]:not(.front-hero__plane) {
  transition-delay: 0.16s;
}

[data-reveal][data-reveal-delay="3"]:not(.front-hero__plane) {
  transition-delay: 0.24s;
}

[data-reveal][data-reveal-delay="4"]:not(.front-hero__plane) {
  transition-delay: 0.32s;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal]:not(.front-hero__plane) {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
.btn {
  --text-color: #000;
  --icon-color: #000;
  --border-color: #fff;
  --background-color: #fff;
  --text-color-hover: #000;
  --icon-color-hover: #000;
  --border-color-hover: #fff;
  --background-color-hover: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0.9722222222vw;
  color: var(--text-color);
  background: var(--background-color);
  border: 0.2083333333vw solid var(--border-color);
  border-radius: 6.9444444444vw;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2.2222222222vw;
  letter-spacing: -0.0347222222vw;
  text-transform: uppercase;
  height: 4.4444444444vw;
  padding: 0 2.7777777778vw;
}
.btn svg {
  display: block;
  width: auto;
  height: 1.8055555556vw;
  color: var(--icon-color);
}
.btn:hover {
  color: var(--text-color-hover);
  background: var(--background-color-hover);
  border-color: var(--border-color-hover);
}
.btn:hover svg {
  color: var(--icon-color-hover);
}
.btn--orange {
  --text-color: #000;
  --icon-color: #9F98FF;
  --background-color: #FED5C7;
  --border-color: #FED5C7;
  --text-color-hover: #000;
  --icon-color-hover: #9F98FF;
  --border-color-hover: #FED5C7;
  --background-color-hover: linear-gradient(92deg, rgba(255, 255, 255, 0.40) 13.87%, rgba(153, 153, 153, 0.00) 96.73%), #FED5C7;
  border-width: 0;
}

.front-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 6.25vw 0 2.7777777778vw;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
}
.front-hero img {
  max-width: none;
}
.front-hero__background, .front-hero__background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.front-hero__info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.front-hero__text {
  display: block;
  margin: 0;
  color: #FDFCFD;
  text-align: center;
  text-shadow: 0.2777777778vw 0.2777777778vw 0.2777777778vw rgba(65, 103, 192, 0.25);
  font-size: 21.3888888889vw;
  font-weight: 700;
  line-height: 17.0833333333vw;
  letter-spacing: -1.7361111111vw;
}
.front-hero__caption {
  display: block;
  margin: -1.3888888889vw 0 0;
  padding: 0 3.4722222222vw 0 0;
  color: #FDFCFD;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2.1527777778vw;
  letter-spacing: -0.0347222222vw;
  text-transform: uppercase;
  text-align: right;
}
.front-hero__character {
  display: flex;
  justify-content: center;
  position: relative;
  margin: -19.4444444444vw 0 0 11.8055555556vw;
  pointer-events: none;
  z-index: 3;
}
.front-hero__character-image {
  display: block;
  width: 39.8611111111vw;
  height: auto;
}
.front-hero__plane {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 4;
  margin-left: 7.6388888889vw;
  transform: translate(-50%, -29.1666666667vw);
}
.front-hero__plane[data-reveal] {
  opacity: 1;
  transform: translate(-50%, -29.1666666667vw);
}
.front-hero__plane[data-reveal] picture {
  display: block;
  opacity: 1;
  transform: translate3d(42vw, -28vh, 0) rotate(-16deg) scale(0.55);
  transform-origin: 85% 45%;
  transition: transform 1.1s cubic-bezier(0.28, 0.9, 0.32, 1);
  will-change: transform;
}
.front-hero__plane[data-reveal].is-revealed picture {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}
@media (max-width: 767.99px) {
  .front-hero__plane[data-reveal] picture {
    transform: translate3d(52vw, -22vh, 0) rotate(-18deg) scale(0.5);
    transform-origin: 92% 40%;
  }
}
.front-hero__plane-image {
  display: block;
  width: 67.3611111111vw;
  height: auto;
}
.front-hero__btn {
  position: relative;
  margin: -8.3333333333vw auto 0;
  min-width: 22.5vw;
  z-index: 4;
}

.admin-bar .front-hero {
  min-height: calc(100vh - 32px);
}

@media (prefers-reduced-motion: reduce) {
  .front-hero__plane[data-reveal] picture {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 767.99px) {
  .for-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .for-mobile {
    display: none;
  }
}

/*# sourceMappingURL=critical.css.map */
