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;
}

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;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

input, textarea, select {
  font: inherit;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  --letter-spacing: 0.07em;
}

@font-face {
  font-family: "Candy Darling";
  src: url("../assets/CandyDarling-Regular-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
.font-candy, .lander__text span, .drop-menus .drop-menu h2 {
  font-family: "Candy Darling";
  -webkit-text-stroke: 0.06em black;
  letter-spacing: normal;
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Bootzy TM";
  src: url("../assets/BootzyTM.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.font-bootzy, .lander__address button, .lander__address, .lander__text, .drop-menus #closeMenu, .drop-menus, .font-bootzy p, .lander__address p, .lander__text p, .drop-menus #closeMenu p, .drop-menus p, h3, h4, h5 {
  font-family: "Bootzy TM";
  letter-spacing: var(--letter-spacing);
  font-weight: 400;
  font-style: normal;
}

*::-moz-selection {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
}

*::selection {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
}

@media (min-width: 1025px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
body.menu--active .drop-menus {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1025px) {
  body.menu--active .drop-menus {
    filter: blur(0);
  }
}
body.menu--active .lander {
  opacity: 0;
  filter: blur(10px);
}

.drop-menus {
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  transition: opacity 0.3s ease, filter 0.5s ease;
}
@media (min-width: 1025px) {
  .drop-menus {
    filter: blur(10px);
  }
}
@media (max-width: 1024px) {
  .drop-menus {
    display: block;
    position: absolute;
    overflow-y: auto;
  }
}
.drop-menus #closeMenu {
  font-size: 2.5rem;
  color: rgb(46, 46, 46);
  position: fixed;
  top: 2rem;
  right: 2rem;
  background-color: transparent;
  border: none;
  z-index: 99;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .drop-menus #closeMenu {
    padding: 0 0.5rem;
  }
}
.drop-menus::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
  display: block;
  background: #6aa6de;
  background: linear-gradient(180deg, rgb(106, 166, 222) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}
@media (max-width: 1024px) {
  .drop-menus::before {
    position: fixed;
    height: 100px;
  }
}
.drop-menus::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #6aa6de;
  background: linear-gradient(0deg, rgb(106, 166, 222) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
}
@media (max-width: 1024px) {
  .drop-menus::after {
    position: fixed;
    height: 100px;
  }
}
.drop-menus--active {
  opacity: 1;
  pointer-events: all;
}
.drop-menus .drop-menu {
  position: relative;
  overflow-y: auto;
  height: 100vh;
  height: 100dvh;
  flex: 1;
  padding: 2rem;
  color: white;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .drop-menus .drop-menu {
    height: auto;
    overflow-y: visible;
  }
}
.drop-menus .drop-menu::before {
  display: block;
  content: "";
  z-index: -1;
  height: 9999999px;
}
@media (max-width: 1024px) {
  .drop-menus .drop-menu::before {
    display: none;
  }
}
.drop-menus .drop-menu__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: absolute;
  width: calc(100% - 4rem);
}
@media (max-width: 1024px) {
  .drop-menus .drop-menu__inner {
    position: static;
    min-height: unset;
    width: 100%;
  }
  .drop-menus .drop-menu__inner:last-child {
    display: none;
  }
}
.drop-menus .drop-menu__decor {
  white-space: pre;
  font-family: monospace;
  font-size: 1.5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .drop-menus .drop-menu__decor {
    -webkit-text-stroke: 1px white;
    font-size: 4vw;
  }
}
.drop-menus .drop-menu--left {
  flex-direction: column;
}
.drop-menus .drop-menu--left .drop-menu__inner {
  flex-direction: column;
}
.drop-menus .drop-menu--left ul {
  display: flex;
  flex-direction: column;
}
.drop-menus .drop-menu--left h2 {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .drop-menus .drop-menu--left h2 {
    position: sticky;
    left: unset;
    bottom: unset;
    top: 2rem;
    margin-top: unset;
    margin-bottom: 2rem;
  }
}
.drop-menus .drop-menu--right h2 {
  position: fixed;
  top: 2rem;
  left: calc(50% + 2rem);
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .drop-menus .drop-menu--right h2 {
    position: sticky;
    left: unset;
    top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .drop-menus .drop-menu--right .drop-menu__inner {
    padding-top: 6rem;
  }
}
.drop-menus .drop-menu h2 {
  font-size: 3rem;
  color: transparent;
  z-index: 20;
}
@media (max-width: 767px) {
  .drop-menus .drop-menu h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .drop-menus .drop-menu h2 {
    font-size: 2rem;
  }
}
.drop-menus .drop-menu .decor-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.drop-menus .drop-menu .decor-heading h3 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .drop-menus .drop-menu .decor-heading h3 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .drop-menus .drop-menu .decor-heading h3 {
    font-size: 1.5rem;
  }
}
.drop-menus .drop-menu .decor-heading div {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  margin-left: 1rem;
}
.drop-menus .drop-menu .decor-heading div::after {
  white-space: pre;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*";
  font-family: monospace;
  font-size: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .drop-menus .drop-menu .decor-heading div::after {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .drop-menus .drop-menu .decor-heading div::after {
    font-size: 1rem;
  }
}
.drop-menus .drop-menu h4 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .drop-menus .drop-menu h4 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .drop-menus .drop-menu h4 {
    font-size: 1.5rem;
  }
}
.drop-menus .drop-menu h5 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .drop-menus .drop-menu h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .drop-menus .drop-menu h5 {
    font-size: 1rem;
  }
}
.drop-menus .drop-menu p {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .drop-menus .drop-menu p {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .drop-menus .drop-menu p {
    font-size: 1rem;
  }
}
.drop-menus .drop-menu ul li {
  margin-bottom: 1.5rem;
}

html, body {
  overflow: hidden;
}

@media (min-width: 1025px) {
  html, *, body {
    cursor: none !important;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.mouse-mover {
  font-size: 3rem;
  width: 50px;
  height: 50px;
  position: absolute;
  left: var(--mouse-x);
  top: var(--mouse-y);
  transform: scaleX(-1);
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .mouse-mover {
    display: none;
  }
}

.bg-video {
  position: fixed;
  z-index: -1;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-video img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.twinkle-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.twinkle-container .star {
  position: absolute;
  color: white;
  font-family: monospace;
  font-size: 1.5rem;
  opacity: 0.7;
  animation: twinkle 2s infinite ease-in-out;
  filter: blur(1px);
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.3;
    filter: blur(2px);
  }
  50% {
    opacity: 0.75;
    filter: blur(0.5px);
  }
}
header {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
}
header nav {
  width: 100%;
  flex: 1;
}
header ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 1.25rem;
}
header ul a {
  color: rgb(46, 46, 46);
}
header ul button {
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
}

.lander {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  transition: opacity 0.5s ease, filter 0.4s ease;
}
@media (max-width: 1024px) {
  .lander {
    padding: 2rem;
    align-items: center;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .lander > *:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.lander__text {
  width: 70%;
  font-size: 3rem;
  color: white;
  line-height: 1.2;
}
.lander__text span {
  color: transparent;
}
@media (max-width: 1024px) {
  .lander__text {
    font-size: 2.5rem;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .lander__text {
    font-size: 2rem;
  }
}
.lander__address {
  width: 60%;
  font-size: 2rem;
  color: white;
  line-height: 1.2;
}
.lander__address button {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  color: white;
  text-decoration: underline;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .lander__address button {
    font-size: 1.5rem;
  }
}
.lander__address p {
  margin-bottom: 1.5rem;
}
.lander__address a {
  color: white;
}
@media (max-width: 1024px) {
  .lander__address {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lander__address a {
    font-size: 1.25rem;
  }
}
.lander .logo {
  position: absolute;
  bottom: 20%;
  right: 15%;
  width: 25%;
}
@media (max-width: 1024px) {
  .lander .logo {
    position: relative;
    bottom: unset;
    right: unset;
    width: 250px;
    max-width: 90%;
  }
}
.lander .logo img {
  width: 100%;
  height: auto;
}
.lander .logo .eye {
  width: 4%;
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 50%;
}
.lander .logo .eye.left-eye {
  top: 41.5%;
  left: 30.25%;
}
.lander .logo .eye.left-eye .pupil {
  width: 52%;
}
.lander .logo .eye.right-eye {
  top: 41.25%;
  left: 38%;
}
.lander .logo .eye.right-eye .pupil {
  width: 57%;
}
.lander .logo .eye .pupil {
  width: 55%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgb(35, 35, 35);
}/*# sourceMappingURL=main.css.map */