/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: local("Exo Regular"), url("../fonts/Exo-Regular.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: italic;
  font-weight: 400;
  src: local("Exo Italic"), url("../fonts/Exo-Italic.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 300;
  src: local("Exo Thin"), url("../fonts/Exo-Thin.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: italic;
  font-weight: 300;
  src: local("Exo Thin Italic"), url("../fonts/Exo-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 100;
  src: local("Exo ExtraLight"), url("../fonts/Exo-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Exo ExtraLight Italic";
  font-style: normal;
  font-weight: 100;
  src: local("Exo ExtraLight Italic"), url("../fonts/Exo-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo Light";
  font-style: normal;
  font-weight: 300;
  src: local("Exo Light"), url("../fonts/Exo-Light.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: italic;
  font-weight: 300;
  src: local("Exo Light Italic"), url("../fonts/Exo-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  src: local("Exo Medium"), url("../fonts/Exo-Medium.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: italic;
  font-weight: 500;
  src: local("Exo"), url("../fonts/Exo-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 600;
  src: local("Exo SemiBold"), url("../fonts/Exo-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: italic;
  font-weight: 600;
  src: local("Exo SemiBold Italic"), url("../fonts/Exo-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  src: local("Exo Bold"), url("../fonts/Exo-Bold.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: italic;
  font-weight: 700;
  src: local("Exo Bold Italic"), url("../fonts/Exo-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 800;
  src: local("Exo ExtraBold"), url("../fonts/Exo-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: italic;
  font-weight: 800;
  src: local("Exo ExtraBold Italic"), url("../fonts/Exo-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 900;
  src: local("Exo Black"), url("../fonts/Exo-Black.woff") format("woff");
}
@font-face {
  font-family: "Exo";
  font-style: italic;
  font-weight: 900;
  src: local("Exo Black Italic"), url("../fonts/Exo-BlackItalic.woff") format("woff");
}
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  width: 100%;
  background: #071a28 center/cover no-repeat fixed;
}
@media (min-aspect-ratio: 0.7) {
  html {
    background-image: url("../img/landscape.jpg");
  }
}
@media (max-aspect-ratio: 0.7) {
  html {
    background-image: url("../img/portrait.jpg");
  }
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  color: #fff;
  font-family: "Exo", "Tahoma", sans-serif;
}

a {
  position: relative;
  display: inline-block;
  color: #f8931e;
  text-decoration: none;
}
@media (max-aspect-ratio: 0.7) {
  a {
    font-size: 20px;
    font-size: clamp(16px, max(2.5vw, 2vh), 36px);
    text-shadow: -1px 1px 0 black;
  }
}
@media (min-aspect-ratio: 0.7) {
  a {
    font-size: 18px;
    font-size: max(3vh, 2.2vw);
  }
}
a {
  font-weight: 700;
  opacity: 0;
  -webkit-animation: clipRevealLink 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards;
  animation: clipRevealLink 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards;
  transition: color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f8931e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
a {
  -webkit-text-stroke: 0.2vw black;
  paint-order: stroke fill;
}
a:hover {
  -webkit-text-stroke: 0.2vw black;
  paint-order: stroke fill;
}
@media (max-aspect-ratio: 0.7) {
  a:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@media (min-aspect-ratio: 0.7) {
  a {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
  }
  a:hover {
    text-shadow: 0.5em 0.25em 0 rgba(0, 0, 0, 0.3);
  }
}
a:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

ul.links {
  list-style: none;
  padding: 2vh 1vh;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  gap: max(0.5vh, 0.5vw);
  position: relative;
  z-index: 2;
  animation: fadeIn 0.8s ease-out forwards;
  font-size: clamp(12px, 3vw, 22px);
}
@media (min-aspect-ratio: 0.7) {
  ul.links {
    font-size: max(1.5vh, 1vw);
  }
}
@media (max-aspect-ratio: 0.7) {
  ul.links {
    margin: -1vh 40px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media (min-aspect-ratio: 0.7) {
  ul.links {
    padding: 0 2vw 0 0;
    position: absolute;
    left: calc(58vw + 50px);
    top: 10vh;
    top: min(10vw, 16vh);
  }
}
ul.links li {
  padding: 5px;
}

.main-wrapper {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  position: relative;
  min-height: 45vw;
}

@media (max-aspect-ratio: 0.7) {
  .main-content {
    padding-top: 35vh;
    padding-top: max(32vh, 40vw);
    padding-bottom: 60px;
  }
}

.countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: url("../img/countdown.svg") center/contain no-repeat;
}
@media (min-aspect-ratio: 0.7) {
  .countdown-wrapper {
    height: 7vw;
    width: 39vw;
    padding: 3vw 5vw;
    position: absolute;
    bottom: 12vh;
    bottom: max(12vw, 12vh);
    left: calc(6vw + 20px);
  }
}
@media (max-aspect-ratio: 0.7) {
  .countdown-wrapper {
    height: 10vw;
    height: min(80px, 10vw);
    padding: 5vw;
    padding: min(40px, 5vw);
  }
}

#countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#countdown .unit-box {
  display: inline-block;
  margin-right: 1.5vw;
}
#countdown .unit-box:last-child {
  margin-right: 0;
}
@media (min-aspect-ratio: 0.7) {
  #countdown .unit-box {
    min-width: 7vw;
  }
}
@media (max-aspect-ratio: 0.7) {
  #countdown .unit-box {
    width: 11vw;
    width: max(46px, 11vw);
    max-width: 80px;
  }
}
#countdown .unit-box {
  text-align: center;
}
@media (min-aspect-ratio: 0.7) {
  #countdown {
    font-size: 22px;
    font-size: max(22px, 4vw);
    line-height: 2;
  }
}
@media (max-aspect-ratio: 0.7) {
  #countdown {
    font-size: 32px;
    font-size: clamp(24px, 6vw, 48px);
  }
}

img {
  display: block;
  -webkit-animation: fadeIn 0.8s ease-out forwards;
  animation: fadeIn 0.8s ease-out forwards;
}
img.date {
  -webkit-animation: fadeIn 1.2s ease-out;
  animation: fadeIn 1.2s ease-out;
}
@media (max-aspect-ratio: 0.7) {
  img.date {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(2vh + 30px);
    width: 36vw;
    max-width: 300px;
    z-index: -1;
  }
}
@media (min-aspect-ratio: 0.7) {
  img.date {
    position: absolute;
    left: 30vw;
    left: min(60vh, 30vw);
    top: 6vw;
    top: min(8vh, 6vw);
    width: 15vw;
    width: max(15vw, 15vh);
  }
}
img.hex {
  width: 24vw;
  -webkit-transform: translateX(3vw);
  transform: translateX(3vw);
  margin: auto;
}
@media (min-aspect-ratio: 0.7) {
  img.hex {
    position: absolute;
    bottom: 1vh;
    left: 6vw;
    left: min(6vw, 6vh);
    width: 12vw;
  }
}
img.gamma {
  position: relative;
  z-index: 10;
  margin: auto;
}
@media (min-aspect-ratio: 0.7) {
  img.gamma {
    position: absolute;
    bottom: 10px;
    left: 15vw;
    max-width: 70vw;
    max-height: 30vh;
  }
}
img.ppl {
  position: absolute;
  z-index: 3;
  -webkit-animation: fadeIn 1.5s ease-out;
  animation: fadeIn 1.5s ease-out;
}
@media (max-aspect-ratio: 0.7) {
  img.ppl {
    top: calc(2vh + 40px);
    left: 0;
    width: min(26vh, 42vw);
  }
}
@media (min-aspect-ratio: 0.7) {
  img.ppl {
    top: 1.5vw;
    left: 1.5vw;
    width: min(70vh, 40vw);
  }
}
@media (min-aspect-ratio: 0.7) {
  img.title {
    top: 0;
    right: 0;
    width: 50vw;
  }
}

.deco .stroke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 15px;
  z-index: -1;
  border: 1px solid #fff;
}
.deco .stroke .title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 90vw;
  max-width: 640px;
  -webkit-animation: fadeInUp 1s ease-out forwards;
  animation: fadeInUp 1s ease-out forwards;
}
.deco .stroke .dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
}
.deco .stroke .dot.left {
  left: -4px;
}
.deco .stroke .dot.right {
  right: -4px;
}
.deco .stroke .dot.top {
  top: -4px;
}
.deco .stroke .dot.bottom {
  bottom: -4px;
}
.deco img {
  position: absolute;
}
@media (min-aspect-ratio: 0.7) {
  .deco img.hk {
    width: min(20vw, 30vh);
    bottom: 10px;
    right: 10px;
  }
}
@media (max-aspect-ratio: 0.7) {
  .deco img.hk {
    height: min(25vh, 41vw);
    top: calc(15vh - 5px);
    top: calc(15dvh - 5px);
    right: 3px;
  }
}
.deco img.resistance {
  z-index: 11;
}
@media (max-aspect-ratio: 0.7) {
  .deco img.resistance {
    width: 8vw;
    bottom: calc(60px + 10vw);
    right: 15px;
  }
}
@media (min-aspect-ratio: 0.7) {
  .deco img.resistance {
    width: 7vh;
    width: max(5vw, 7vh);
    bottom: 1vw;
    left: 1.5vw;
  }
}
@media (max-aspect-ratio: 0.7) {
  .deco img.arrows {
    right: calc(10px - 1.5vw);
    bottom: 60px;
    height: 10vw;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-animation: arrowBounce 2s infinite;
    animation: arrowBounce 2s infinite;
  }
}
@media (min-aspect-ratio: 0.7) {
  .deco img.arrows {
    left: calc(40vw + 50px);
    top: 10vh;
    top: min(8vw, 10vh);
    height: 12vh;
    height: max(12vw, 12vh);
    transition: all 0.3s;
  }
}
.deco img.bottom_left, .deco img.bottom_right {
  position: fixed;
  bottom: 8px;
  height: 16px;
}
.deco img.bottom_left {
  left: 15px;
}
.deco img.bottom_right {
  right: 15px;
}
.deco img.bottom_mid {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  bottom: 35px;
  height: 25px;
}
@media (min-aspect-ratio: 0.7) {
  .deco .arrows-wrapper {
    display: inline-block;
    -webkit-animation: floatHorizontal 3s infinite;
    animation: floatHorizontal 3s infinite;
  }
}

@media (min-aspect-ratio: 0.7) {
  .visible-portrait {
    display: none;
  }
}

@media (max-aspect-ratio: 0.7) {
  .visible-landscape {
    display: none;
  }
}

@-webkit-keyframes clipRevealLink {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes clipRevealLink {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes floatHorizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(1.25vw);
    transform: translateX(1.25vw);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes arrowBounce {
  0%, 100% {
    bottom: 60px;
  }
  50% {
    bottom: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  img, .title, a {
    -webkit-animation: none !important;
    animation: none !important;
    transition: none !important;
  }
}

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