html, body, #main {
  background: #2b3283;
  color: #815631;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
}

#header::after {
  background: #d6000f;
}

#footer::after {
  background: #d6000f;
}

#header .nav {
  filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
  max-width: 16.66667em;
}

#header .social-links .line-link {
  background-image: url(/_img/icon_line.png);
  background-size: 100% 200%;
}

#header .logo-link {
  background-image: none;
  width: 7.7em;
  height: 1.3em;
  margin-right: auto;
}

#header .logo-link img {
  max-width: 100%;
}

#footer .foot {
  filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
}

.bg-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  z-index: -5;
  width: 32em;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background: #2b3283;
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===================*/
/* MAIN PAGE CONTENT */
.dl-btn-container {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 16.66667em;
  max-width: 100vw;
  text-align: center;
  margin-bottom: 0em;
  margin-top: 0em;
}

.dl-btn, .play-btn, .station-btn {
  display: inline-block;
  position: relative;
  font-size: smaller;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0.02em 0 0.01em rgba(0, 0, 0, 0.5), -0.02em 0 0.01em rgba(0, 0, 0, 0.5), 0 0.02em 0.01em rgba(0, 0, 0, 0.5), 0 -0.02em 0.01em rgba(0, 0, 0, 0.5);
  color: #fff;
  background: #0d0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent 75%, rgba(255, 255, 255, 0.2)), linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent 20%, transparent 80%, rgba(0, 0, 0, 0.25));
  background-clip: padding-box;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.5);
  width: 7em;
  height: 2em;
  padding: 0.15em 0.5em;
  margin: 0.2em;
  border: 0 solid transparent;
  border-radius: 0.9em;
}
.dl-btn::before, .dl-btn::after, .play-btn::before, .play-btn::after, .station-btn::before, .station-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.dl-btn::before, .play-btn::before, .station-btn::before {
  bottom: 0.2em;
  border-radius: 0.9em;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.25)), radial-gradient(closest-side, rgba(255, 255, 255, 0.5), transparent) left 50% bottom 105%/80% 0.2em no-repeat, radial-gradient(closest-side, rgba(255, 255, 255, 0.5), transparent) left 50% bottom -0.05em/80% 0.2em no-repeat;
  box-shadow: inset 0 0 0.1em #fff, inset 0 0.25em rgba(255, 255, 255, 0.35), 0 0 0 0.01em rgba(0, 0, 0, 0.5);
}
.dl-btn::after, .play-btn::after, .station-btn::after {
  inset: -0.2em;
  border-radius: 1.2em;
  background: linear-gradient(rgba(255, 255, 255, 0.2), transparent), radial-gradient(closest-side, white, transparent) left 60% bottom -0.1em/1em 1em no-repeat, radial-gradient(closest-side, white, transparent) right 0.5em bottom 0.25em/0.5em 0.5em no-repeat;
  box-shadow: inset 0 0 0.1em 0.05em #fff, inset 0 0.3em rgba(255, 255, 255, 0.35), 0 0.18em rgba(0, 0, 0, 0.5), 0 0.2em 0.02em rgba(255, 255, 255, 0.4);
}
.dl-btn:hover, .dl-btn:active, .play-btn:hover, .play-btn:active, .station-btn:hover, .station-btn:active {
  border-top-width: 0.1em;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), transparent 25%, rgba(0, 0, 0, 0.5)), linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent 20%, transparent 80%, rgba(0, 0, 0, 0.25));
}
.dl-btn:hover::before, .dl-btn:active::before, .play-btn:hover::before, .play-btn:active::before, .station-btn:hover::before, .station-btn:active::before {
  bottom: 0.1em;
}
.dl-btn:hover::after, .dl-btn:active::after, .play-btn:hover::after, .play-btn:active::after, .station-btn:hover::after, .station-btn:active::after {
  top: -0.3em;
  background: none;
}

.sr-only {
  position: fixed;
  top: -9in;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section {
  max-width: 16.66667em;
  width: 100%;
  margin: 0 auto;
}

/*==============*/
/* PAGE CONTENT */
img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

hr {
  border: none;
  border-top: 1px dashed #ffd800;
}

.content {
  position: relative;
  max-width: 16em;
  margin: 0 auto;
}

.head-title {
  display: block;
  position: relative;
  z-index: 0;
  width: 32em;
  max-height: 14em;
  top: 0;
  left: calc(50% - 16em);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 2.1em 0 0.25em;
}

.border, .border2 {
  position: relative;
  display: block;
  z-index: 0;
  font-weight: 400;
  text-align: center;
  min-height: 2em;
  margin: 1em auto 0.25em;
  padding: 0.8em;
  -o-border-image: url(../_img/border-side.png) 420 105 fill/7em 1.75em/0 0.8em space;
     border-image: url(../_img/border-side.png) 420 105 fill/7em 1.75em/0 0.8em space;
  color: #fff;
  filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.5));
}
.border::before, .border2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0.6em;
  border-radius: 0.5em;
  background: url(../_img/border-bg.png) center/2.6em 1.9em;
  background-color: inherit;
  box-shadow: inset 0 0 0.25em #000, 0 0 0.1em rgba(255, 255, 255, 0.5), 0.05em 0.05em 0.1em rgba(255, 255, 255, 0.5), -0.05em -0.05em 0.1em rgba(0, 0, 0, 0.5);
}
.border::after, .border2::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0.4em;
  border: 0 solid transparent;
  border-radius: 0.7em;
  background: linear-gradient(-45deg, #fff 24%, #b00 26%, #b00 49%, #fff 51%, #fff 74%, #b00 76%) center/0.7em 0.7em;
  background-color: #206900;
  box-shadow: inset 0.05em 0.05em 0.1em rgba(255, 255, 255, 0.5), inset -0.05em -0.05em 0.1em rgba(0, 0, 0, 0.5);
}
.border p, .border ul, .border ol, .border2 p, .border2 ul, .border2 ol {
  font-size: 0.55em;
  line-height: 1.5;
  padding: 0 0;
  margin: 0.75em auto 0.75em;
  filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.5));
}

.border2 {
  background-image: linear-gradient(-45deg, #fff 24%, #2aaf00 26%, #2aaf00 49%, #fff 51%, #fff 74%, #2aaf00 76%);
  background-color: #206900;
}

.title {
  position: relative;
  font-size: 0.8em;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-weight: bold;
  width: 16.875em;
  height: 2.1875em;
  margin: -2.35em auto 0;
  padding: 0.5em 0.5em 0;
  text-align: center;
  line-height: 1.2;
  --outline-color: #0f4005;
  color: #fff;
  background: url(../_img/title-bg.png) center/100% 100% no-repeat;
  text-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.5);
}

.title2 {
  font-size: 0.75em;
  color: #fff54a;
  --outline-color: #a80000;
  margin: 0.25em 0;
  line-height: 1.2;
  padding: 0.35em 0.25em;
  text-align: center;
  background: linear-gradient(90deg, transparent, #ffe76e, #ffe76e, transparent) top/100% 0.1em no-repeat, linear-gradient(90deg, transparent, #ffe76e, #ffe76e, transparent) bottom/100% 0.1em no-repeat, linear-gradient(90deg, transparent, #a80000, #a80000, transparent) padding-box;
}

.box {
  max-width: 80%;
  margin: 0.5em auto;
  padding: 0.25em;
  background: rgba(13, 71, 9, 0.8);
  border: 0.05em solid #388f2f;
  border-radius: 0.5em;
  box-shadow: inset 0 0 0.25em rgba(0, 0, 0, 0.5);
}

a {
  color: inherit;
  text-underline-offset: 0.15em;
}

:visited {
  color: inherit;
}

.text-hilight {
  color: #ffcefe;
}

.text-yellow {
  color: #ffd800;
}

.text-blue {
  color: #a1f6fe;
}

.text-red {
  color: #f00;
}

.text-center {
  text-align: center;
}

.text-big {
  font-size: larger;
}

:root {
  --outline-color: #421500;
  --outline-width: .12em;
}

.text-outline {
  letter-spacing: normal;
  font-weight: 600;
  text-shadow: calc(0.7 * var(--outline-width)) calc(0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(0.7 * var(--outline-width)) calc(-0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(-0.7 * var(--outline-width)) calc(0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(-0.7 * var(--outline-width)) calc(-0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(1 * var(--outline-width)) 0 calc(0.25 * var(--outline-width)) var(--outline-color), calc(-1 * var(--outline-width)) 0 calc(0.25 * var(--outline-width)) var(--outline-color), 0 calc(1 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), 0 calc(-1 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(0.9 * var(--outline-width)) calc(0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(0.9 * var(--outline-width)) calc(-0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.9 * var(--outline-width)) calc(0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.9 * var(--outline-width)) calc(-0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(0.4 * var(--outline-width)) calc(0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(0.4 * var(--outline-width)) calc(-0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.4 * var(--outline-width)) calc(0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.4 * var(--outline-width)) calc(-0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color);
}

.text-gold {
  color: #ffbd00;
  --outline-color: #360707;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .text-gold {
    color: transparent;
    text-shadow: none;
    display: inline-block;
    padding: 0 0.05em;
    background: linear-gradient(#963200, #512b00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.2em transparent;
    filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.85));
  }
  .text-gold::before {
    content: attr(data-stroke);
    background: linear-gradient(#fff, #ff0 50%, #f80);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0em transparent;
    position: absolute;
    z-index: 1;
    filter: drop-shadow(0 0 0.025em #000);
  }
}

#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  max-width: 32em;
  min-height: 10em;
  overflow: hidden;
}

#content-area {
  counter-reset: step;
}

.step {
  position: relative;
  font-size: 0.63em;
  line-height: 1.25;
  text-align: left;
  padding: 0.35em 0 0.35em 3em;
  border: 0.12em solid #cea05d;
  border-radius: 2em;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  counter-increment: step;
}
.step::before {
  content: counter(step);
  display: inline-block;
  position: absolute;
  top: -0.25em;
  left: -0.1em;
  font-size: 2em;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  vertical-align: text-bottom;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.2;
  background: #cea05d;
  color: #154400;
  border: 0.08em solid #cea05d;
  border-radius: 1em;
}

.btn, .btn2 {
  font: inherit;
  font-size: smaller;
  font-weight: bold;
  flex-grow: 1;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  margin: 0.25em 0;
  padding: 0.35em 0.75em 0.45em;
  border: none;
  border-radius: 0.25em;
  line-height: 1.2;
  color: #431100;
  text-decoration: none;
  text-shadow: 0.01em 0.025em 0.025em #fff;
  background: linear-gradient(#fff0ea, #ffbf00, #6d3e00);
  box-shadow: inset 0.05em 0.05em 0.1em rgba(255, 255, 255, 0.65), inset -0.05em -0.05em 0.1em rgba(0, 0, 0, 0.65), 0.05em 0.05em 0.1em rgba(255, 255, 255, 0.35), -0.05em -0.05em 0.1em rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: filter 0.1s;
}
.btn img, .btn2 img {
  filter: drop-shadow(0 0.05em 0.05em rgba(0, 0, 0, 0.7));
}
.btn:hover, .btn:active, .btn2:hover, .btn2:active {
  background-image: linear-gradient(#6d3e00, #ffbf00, #fff0ea);
}
.btn:active, .btn2:active {
  box-shadow: inset -0.05em -0.05em 0.1em rgba(255, 255, 255, 0.65), inset 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.65), 0.05em 0.05em 0.1em rgba(255, 255, 255, 0.35), -0.05em -0.05em 0.1em rgba(0, 0, 0, 0.35);
}
.btn:disabled, .btn2:disabled {
  cursor: default;
  filter: grayscale(1);
  pointer-events: none;
}

.btn2 {
  color: #212121;
  background-image: linear-gradient(#fdf5ff, #b365e2, #61019c);
}
.btn2:hover, .btn2:active {
  background-image: linear-gradient(#61019c, #b365e2, #fdf5ff);
}

.btn3 {
  font: inherit;
  font-size: 0.75em;
  font-weight: normal;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  z-index: 0;
  margin: 0.25em 0;
  padding: 0 1em 0.8em;
  border: none;
  border-radius: 0.35em;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0.05em 0.1em #000, 0 0.1em 0.25em #008;
  background: linear-gradient(#edead2, #dddcdb);
  box-shadow: inset 0 -0.05em 0.15em 0.025em white, 0 0.25em #c8c8c8;
  cursor: pointer;
  transition: filter 0.1s;
  filter: brightness(1.1) drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.25));
}
.btn3 img {
  filter: drop-shadow(0 0.05em 0.05em rgba(0, 0, 0, 0.75));
}
.btn3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.25em;
  left: 0.25em;
  right: 0.25em;
  bottom: 0.6em;
  border-radius: 0.35em;
  background: linear-gradient(#4766e5, #0033b3);
  box-shadow: inset 0 -0.05em 0.15em 0.025em rgba(255, 255, 255, 0.5), 0 0.35em #12358d;
}
.btn3:hover, .btn3:active, .btn3:focus {
  padding: 0.1em 1em 0.7em;
}
.btn3:hover::after, .btn3:active::after, .btn3:focus::after {
  transform: translate(0, 0.1em);
  background: linear-gradient(#20ffcd, #05b4ef);
  box-shadow: inset 0 -0.05em 0.15em 0.025em rgba(255, 255, 255, 0.5), 0 0.25em #00a2cb;
}

.btn-link {
  font: inherit;
  color: #00fcff;
  display: inline;
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  cursor: pointer;
}

.btn-pointer::after {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  margin-top: 0.25em;
  background: url(../_img/btn-pointer.png) center/contain no-repeat;
  filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.35));
  animation: btnPointer 1s infinite alternate ease-in-out;
  pointer-events: none;
}
.btn-pointer:disabled::after {
  content: none;
}

@keyframes btnPointer {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0.5em, 0.5em) scale(1.05);
  }
}
.btn-group, .input-group {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0.5em auto;
  gap: 0.5em;
}
.btn-group .btn, .btn-group .btn2, .input-group .btn, .input-group .btn2 {
  margin: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.input {
  font: inherit;
  font-size: smaller;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  border: none;
  border-radius: 0.25em;
  box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.5);
  padding: 0.4em 0.5em 0.4em;
}
.input::-moz-placeholder {
  font-weight: normal;
  opacity: 0.5;
}
.input::placeholder {
  font-weight: normal;
  opacity: 0.5;
}

.side-container {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 2.25em;
  z-index: 5;
  pointer-events: none;
  width: 100%;
  max-width: 24em;
  opacity: 1;
}
.side-container > * {
  pointer-events: all;
}

.side-btn {
  display: block;
  margin-left: auto;
  margin-right: 0.25em;
  width: 3.15em;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 900px) {
  .side-btn {
    opacity: 0;
    pointer-events: none;
  }
}

#event1 p {
  color: #fff995;
  --outline-color: #aa0200;
  --outline-width: .15em;
}
#event1 p > * {
  display: inline-block;
}

#event2 p {
  margin: 0.25em 0;
  --outline-color: #aa0200;
}

#rules ul, #rules ol {
  text-align: justify;
  font-size: 0.5em;
  letter-spacing: -0.01em;
  font-weight: 400;
  padding-left: 1.35em;
  padding-right: 0.35em;
  margin: 0.75em auto;
  line-height: 1.35;
}
#rules li {
  position: relative;
}
#rules li + li {
  margin-top: 0.5em;
}

#window-prize h3 {
  position: relative;
  z-index: 1;
}

#window-privacy ol {
  text-align: justify;
  padding: 0 0.5em;
}
#window-privacy ol li {
  display: inline;
  counter-increment: list-item;
}
#window-privacy ol li::before {
  content: "(" counter(list-item) ") ";
}

/*==============*/
/* MODAL STYLES */
.modal {
  font: 600 60px/1.5 "Noto Sans TC", Arial, Helvetica, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
}
.modal .mask {
  position: fixed;
  top: -50vh;
  left: -50vw;
  bottom: -50vh;
  right: -50vw;
  background: rgba(0, 0, 0, 0.75);
  animation: fade 0.4s ease-out;
}
@supports ((-webkit-backdrop-filter: blur(0.1rem)) or (backdrop-filter: blur(0.1rem))) {
  .modal .mask {
    -webkit-backdrop-filter: blur(0.15rem);
            backdrop-filter: blur(0.15rem);
    background: rgba(8, 8, 8, 0.8);
    transition: -webkit-backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out, -webkit-backdrop-filter 0.5s ease-out;
  }
}
.modal .btn-close {
  font: inherit;
  font-size: 0.9em;
  font-weight: 400;
  display: block;
  position: absolute;
  z-index: 2;
  right: -0.15em;
  top: -0.65em;
  width: 2em;
  height: 2em;
  border: none;
  border-radius: 100%;
  color: #ffffff;
  background: url(../_img/btn-close.png) center/contain no-repeat;
  filter: brightness(1) drop-shadow(0 0.1em 0.05em rgba(24, 8, 24, 0.5));
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: filter 0.2s;
}
.modal .btn-close:hover, .modal .btn-close:focus, .modal .btn-close:active {
  filter: brightness(1.1) drop-shadow(0 0.15em 0.1em rgba(24, 8, 24, 0.65));
}

.modal-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 100vh;
  scrollbar-width: none;
}
.modal-overflow::-webkit-scrollbar {
  width: 0px;
}

.modal-window {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 90%;
  max-width: 14.5em;
  min-height: 4em;
  margin: 1em auto 0.5em;
  line-height: 1.4;
  animation: pop 0.3s;
}

.modal-content {
  padding: 0.25em 0.5em;
}
.modal-content h3 {
  font-size: smaller;
  line-height: 1.2;
  margin: 0.5em 0.25em;
}
.modal-content p {
  font-size: 0.6em;
  margin: 0.5em auto;
  text-align: center;
}

/* ==================== */
/* JS ANIMATION CLASSES */
.fade-up, .fade-left, .fade-right, .fade-down, .fade-in {
  opacity: 0;
  transition: opacity 1.6s, transform 1s;
}
.fade-up.faded, .fade-left.faded, .fade-right.faded, .fade-down.faded, .fade-in.faded {
  transform: none;
  opacity: 1;
}

.fade-up {
  transform: translate(0, 1em);
}

.fade-down {
  transform: translate(0, -1em);
}

.fade-left {
  transform: translate(1em, 0);
}

.fade-right {
  transform: translate(-1em, 0);
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes glow {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
@keyframes blink {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}
@media (max-width: 666px) {
  #main, .modal {
    font-size: 6vw;
  }
}
@media (max-height: 720px) {
  .modal {
    font-size: 6vmin;
  }
}
@media (max-width: 420px) {
  .modal-window {
    max-width: 96%;
  }
}/*# sourceMappingURL=main.css.map */