@font-face {
  font-family: Warhaven;
  src: url('../fonts/NEXON_Warhaven_Regular.ttf') format("truetype"), url('../fonts/NEXON_Warhaven_OTF_Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Warhaven;
  src: url('../fonts/NEXON_Warhaven_Bold.ttf') format("truetype"), url('../fonts/NEXON_Warhaven_OTF_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --border: #bda5884d;
  --white: #ffffff1f;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.ms-nx-logo {
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.ms-f-logo {
  max-width: 155px;
  display: flex;
}

.a-scroll-link {
  z-index: 6;
  text-align: left;
  background-color: #00000080;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  max-height: 60px;
  margin-bottom: .6rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
}

.ms-pp-logo {
  margin-left: 1rem;
  margin-right: 1rem;
}

.c-main {
  z-index: 3;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
  overflow: hidden;
}

.c-main.cw {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ms-f-line {
  opacity: .3;
  background-color: #fff;
  width: 1px;
  height: 32px;
}

.ms-p-tiny {
  z-index: 9;
  position: relative;
}

.c-logo {
  z-index: 12;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-logo.intro {
  margin-bottom: 2rem;
}

.ms-f-wrap {
  z-index: 11;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 2rem 2.5rem;
  display: flex;
}

.c-pre-hero {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-cta {
  z-index: 2;
  color: #2b1d47;
  text-transform: uppercase;
  height: 48px;
  text-shadow: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-cta:hover {
  filter: contrast(150%);
  overflow: hidden;
}

.ms-f-text {
  z-index: 4;
  opacity: .8;
  min-width: 420px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.c-logo-b {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto;
}

.ms-f-logos {
  display: flex;
}

.ms-f-main {
  z-index: 999;
  color: #fff;
  background-image: none;
  width: 100%;
  padding-bottom: 3rem;
  position: relative;
  inset: auto 0% 0%;
}

.ms-desc {
  z-index: 3;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #f3f3f3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.c-pre-hero-ani {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 2rem 0% 0%;
  overflow: hidden;
}

.c-vid-embed {
  z-index: 0;
  place-content: center;
  align-items: flex-start;
  width: 2560px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s linear;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.ms-title {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ms-title.ms-mid {
  padding-top: 3rem;
}

.ms-title.v2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.ms-title.nt {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -3rem;
}

.ms-yt-wrap {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ms-yt-wrap.common {
  flex-flow: column;
  max-width: 1380px;
  margin-top: -7rem;
}

.ms-span {
  display: inline-flex;
}

.ms-pp-svg-f {
  height: 28px;
}

.ms-yt-link {
  border: 1px solid var(--border);
  background-image: none;
  border-radius: 20px;
  overflow: hidden;
}

.ms-nxlogo-svg {
  width: 80px;
  height: 24px;
}

.ms-pp-svg {
  height: 28px;
}

.ms-nav-pp-link {
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  transition: all .4s;
  display: flex;
}

.ms-nav-play {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(315deg, #ff8000, #ff5e00 80%);
  border-bottom: 4px solid #0000001a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: .3rem 1.8rem .1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  bottom: 0;
  box-shadow: inset 0 0 8px 6px #fff3;
}

.ms-nav-play:hover {
  bottom: 2px;
}

.ms-btn-img {
  width: 1.5rem;
  position: relative;
  right: .5rem;
}

.ms-sns-wrap {
  z-index: 2;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.ms-nav-cta {
  color: #26272d;
  min-width: 80px;
  margin-right: -1.5rem;
  padding: .5rem 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.ms-nav-cta:hover {
  color: #ff7735;
  bottom: 2px;
}

.ms-nav-cta.w--current {
  opacity: 1;
}

.ani-cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.ms-wrap {
  color: #333;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 100%;
  padding: .5rem .8rem;
  font-size: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.ms-wrap:hover {
  opacity: 1;
  color: #ff7735;
}

.ms-wrap.hide.x {
  width: 44px;
}

.ms-pp-wrap {
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms-pp-sns-wrap {
  align-self: center;
  height: 100%;
  display: flex;
}

.ms-top-wrap {
  z-index: 99;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  max-width: 100%;
  height: 64px;
  margin-bottom: -63px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: height .4s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 0 30px #00000029;
}

.body {
  color: #eee6ca;
  background-color: #090909;
  font-family: Exo, sans-serif;
}

.body.lucid {
  background-color: #212231;
  font-family: Jost, sans-serif;
}

.a-date {
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #0000 10%, #97764d4d 50%, #0000 90%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.c-border-light {
  z-index: 3;
  background-image: linear-gradient(90deg, #fff0, #76699e 50%, #c514f100);
  width: 60%;
  height: 1px;
  position: absolute;
  inset: -1px auto auto;
}

.c-border-light.btm {
  top: auto;
  bottom: -1px;
}

.c-border-light.center {
  background-image: linear-gradient(#fff0, #76699e 50%, #e214f100);
  width: 1px;
  min-width: 1px;
  height: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: relative;
}

.c-main-wrap {
  z-index: 4;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}

.c-main-wrap.lucid {
  z-index: 6;
  background-image: url('../images/main_bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 1rem;
  max-width: 100%;
  margin-top: 8rem;
  margin-bottom: -2rem;
  padding-bottom: 4rem;
  box-shadow: 0 0 20px 8px #2c566c;
}

.c-main-wrap.nt {
  background-color: #0000;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bg01.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  max-width: 100%;
  padding-top: 6rem;
}

.c-qol {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border: 1px solid var(--white);
  background-image: linear-gradient(#0003, #0003), url('../images/event_bg_1event_bg.avif');
  background-position: 0 0, 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200% 100%;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 2vw 0 2vw 2vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

.c-cw-boss {
  z-index: 3;
  border: 1px solid var(--border);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #eee;
  background-image: linear-gradient(135deg, #ab7f4733, #362f1e96);
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem .5rem 1.2rem;
  display: flex;
}

.c-nav-content {
  z-index: 4;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-nav-side-link {
  opacity: .8;
  color: #eff1ff;
  text-align: center;
  border-radius: .5rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  min-height: 48px;
  padding: .4rem 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c-nav-side-link:hover {
  opacity: 1;
}

.c-nav-side-link.w--current {
  opacity: 1;
  background-image: url('../images/astra_bg2_1astra_bg2.avif');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.c-nav-side-link.w--current:hover {
  -webkit-text-stroke-width: 0px;
}

.ms-nav-text {
  font-weight: 500;
}

.ms-footer {
  font-weight: 400;
}

.c-btn-nav {
  cursor: pointer;
  background-color: #000c;
  border: 1px solid #9e9e9e4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 14px auto auto -46px;
}

.c-nav-side {
  z-index: 99;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #effcff;
  background-color: #0000004d;
  background-image: radial-gradient(circle at 50% 0, #a934ad33, #0000 54%);
  border-radius: 8rem;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  transition: border-color .2s ease-in-out;
  display: flex;
  position: fixed;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.c-nav-side:hover {
  border-color: #bda58896;
}

.c-nav-side.ms-p-tiny {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: auto auto 2rem;
}

.c-nav-side-main {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.n-qol-m-wrap {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #19001d;
  background-image: radial-gradient(circle at 0 0, #6b065033, #19001d00 40%), url('../images/elements_line_5elements_line_2.avif'), url('../images/elements_line_4elements_line_3.avif');
  background-position: 0 0, -25px -2px, 100% 98%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 80px, 80px;
  border: 1px solid #e61c8b99;
  border-radius: .5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 1.8vw 1.2vw;
  display: grid;
  position: relative;
}

.core-illus {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.6rem;
  display: flex;
}

.core-img {
  width: 40vw;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.core-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000, #030305 94%);
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.core-icons {
  z-index: 1;
  width: 58vw;
  max-width: 760px;
  margin-top: -7rem;
  position: relative;
}

.core-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ea61ff14;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  padding-top: 3rem;
  display: flex;
  overflow: hidden;
}

.core-div.lucid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-bottom: 3rem;
}

.core-div.nt {
  padding-top: 2rem;
}

.core-title {
  width: 90vw;
  max-width: 1000px;
}

.core-title.mentor {
  filter: hue-rotate(137deg);
}

.core-title.lucid {
  filter: hue-rotate(33deg);
}

.core-ic {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-img {
  margin-top: 1.5rem;
}

.event-img.nt {
  margin-bottom: 1rem;
}

.event-img2 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.event-img2.mentor {
  filter: hue-rotate(137deg);
}

.event-img2.lucid {
  filter: hue-rotate(33deg);
  max-width: 230px;
}

.event-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.event-link {
  justify-content: center;
  align-items: center;
  min-width: 230px;
  max-width: 230px;
  height: 72px;
  display: flex;
}

.event-lucid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
}

.event-lucid-img {
  border-radius: 1rem;
  width: 100%;
}

.event-lucid-img2 {
  margin-top: -14rem;
  margin-left: 9rem;
}

.event-desc {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(2px, 2px) minmax(200px, .25fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2rem;
  display: grid;
}

.event-desc.special {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #0000;
  background-image: url('../images/main_bg.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  margin-top: 2.6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem 1rem 37%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 20px 2px #cc3fff7a;
}

.event-desc.special:hover {
  transform: scale(1.05);
}

.event-desc.lm {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.event-lucid-s {
  max-width: 60%;
  position: absolute;
  inset: auto auto 0% -8%;
}

.event-lucid-s2 {
  max-width: 200px;
}

.event-nt-logo {
  width: 25vw;
  max-width: 350px;
}

@media screen and (min-width: 1920px) {
  .c-main {
    max-width: 2000px;
  }

  .c-cta {
    height: 56px;
  }

  .ms-desc {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .c-vid-embed {
    width: 3440px;
  }

  .ms-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ms-yt-wrap.common {
    max-width: 1600px;
  }

  .ms-btn-img {
    width: 1.8rem;
  }

  .a-date {
    max-width: 1000px;
  }

  .c-main-wrap {
    max-width: 2000px;
  }

  .core-illus {
    padding-top: 4rem;
  }

  .core-img {
    max-width: 632px;
  }

  .core-div {
    max-width: 1600px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .event-wrap {
    width: 100%;
  }

  .event-lucid-img2 {
    width: 80vw;
  }

  .event-nt-logo {
    width: 30vw;
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .ms-nx-logo {
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .ms-f-logo {
    justify-content: center;
    align-items: center;
    width: 151px;
  }

  .a-scroll-link {
    max-width: 32px;
    max-height: 50px;
  }

  .ms-pp-logo {
    width: 120px;
  }

  .ms-f-wrap {
    flex-direction: column;
  }

  .ms-f-text {
    margin-top: 8px;
  }

  .ms-f-logos {
    margin-bottom: .5rem;
  }

  .ms-desc {
    justify-content: flex-start;
    align-items: center;
  }

  .c-vid-embed {
    width: 1600px;
  }

  .ms-title.nt {
    margin-bottom: -1rem;
  }

  .ms-yt-wrap {
    width: 90vw;
    min-width: 0;
  }

  .ms-yt-wrap.common {
    width: 92vw;
    margin-top: -4rem;
  }

  .ms-span {
    display: inline;
  }

  .ms-wrap {
    font-size: 20px;
  }

  .c-qol {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .n-qol-m-wrap {
    padding: 1.5rem 1rem;
  }

  .core-icons {
    margin-top: -4rem;
  }

  .core-title {
    width: 110vw;
    max-width: 100%;
  }

  .event-img2.lucid {
    max-width: 180px;
    height: 40px;
  }

  .event-link {
    min-width: 200px;
  }

  .event-lucid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .event-lucid-img2 {
    margin-top: -12.2rem;
  }

  .event-desc.special {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 11.3rem;
    padding-left: 3rem;
    display: flex;
  }

  .event-lucid-s {
    max-width: 100%;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .a-scroll-link {
    text-align: left;
  }

  .c-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-cta {
    height: 40px;
  }

  .ms-f-text {
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
  }

  .ms-f-main {
    padding-bottom: 0;
  }

  .c-vid-embed {
    width: 1400px;
    margin-left: auto;
  }

  .ms-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .ms-title.ms-mid {
    padding-top: 2rem;
  }

  .ms-title.v2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .ms-title.nt {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .ms-yt-wrap.common {
    margin-top: -8rem;
  }

  .ms-yt-link {
    border-width: 1px;
    border-radius: .5rem;
  }

  .ms-nav-play {
    height: 32px;
    padding: .2rem 1rem 0;
  }

  .ms-btn-img {
    display: none;
  }

  .ms-sns-wrap {
    margin-left: 16px;
    margin-right: 0;
  }

  .ms-nav-cta {
    padding-bottom: .4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ms-wrap {
    opacity: 1;
  }

  .ms-wrap.hide {
    width: 0;
    padding: 0;
    display: flex;
  }

  .ms-wrap.hide.x {
    width: 0;
  }

  .ms-top-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .c-main-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-nav-side.ms-p-tiny {
    display: none;
  }

  .n-qol-m-wrap {
    background-position: 0 0, -25px -2px, 110% 95%;
    background-size: auto, 60px, 60px;
  }

  .core-illus {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4.4rem;
  }

  .core-img {
    width: 51vw;
    max-width: 632px;
  }

  .core-icons {
    width: 80vw;
    margin-top: 0;
  }

  .core-div {
    border-radius: .5rem;
    padding-top: 2rem;
  }

  .core-ic {
    z-index: 1;
    margin-top: -4.4rem;
    position: relative;
  }

  .event-link {
    min-width: 200px;
    max-width: 200px;
    height: auto;
  }

  .event-lucid-img2 {
    max-width: 150%;
  }

  .event-desc {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .event-desc.lm {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .event-nt-logo {
    width: 50vw;
  }
}

@media screen and (max-width: 479px) {
  .a-scroll-link {
    text-align: center;
  }

  .ms-f-wrap {
    padding-bottom: 1rem;
  }

  .ms-f-text {
    min-width: 0;
  }

  .ms-f-main {
    padding-bottom: 0;
  }

  .c-vid-embed {
    width: 300vw;
  }

  .ms-nav-pp-link {
    width: 0;
  }

  .ms-sns-wrap {
    margin-left: 0;
  }

  .ms-nav-cta {
    margin-right: 0;
  }

  .ani-cta {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .ms-wrap {
    width: 45px;
  }

  .ms-wrap.hide {
    display: none;
  }

  .ms-pp-sns-wrap {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
  }

  .ms-top-wrap {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    height: 48px;
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .c-qol {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .c-btn-nav {
    top: auto;
    bottom: 15%;
    left: -3rem;
  }

  .c-nav-side {
    z-index: 32;
    top: auto;
    bottom: 4rem;
  }

  .c-nav-side.ms-p-tiny {
    display: none;
  }

  .core-img {
    width: 60vw;
  }

  .core-icons {
    width: 88vw;
  }

  .core-div {
    padding-top: 1rem;
  }

  .core-div.lucid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .core-title {
    width: auto;
    max-width: 180%;
  }

  .event-lucid-img {
    border-radius: .5rem;
  }

  .event-lucid-img2 {
    margin-top: -6.2rem;
    margin-left: 2.1rem;
  }

  .event-desc.special {
    padding-bottom: 10rem;
  }

  .event-lucid-s {
    max-width: 130%;
  }

  .event-nt-logo {
    width: 60vw;
  }
}

#w-node-dee46f7d-6ae5-c4a3-4a4a-d653f2e40151-aa8fc53d, #w-node-a1ba2c43-9b73-5b46-c271-5f6ea13d5a5c-aa8fc53d, #w-node-_726994b2-e1d7-2288-2e03-b53e260540ee-aa8fc53d, #w-node-_726994b2-e1d7-2288-2e03-b53e260540f2-aa8fc53d, #w-node-_9874be36-4a28-ac2e-5295-7dbefe0ef161-aa8fc53d, #w-node-_3205b47f-270b-7ef9-fb54-f3bcce7c0d2e-aa8fc53d, #w-node-_3205b47f-270b-7ef9-fb54-f3bcce7c0d39-aa8fc53d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Warhaven';
  src: url('../fonts/NEXON_Warhaven_Regular.ttf') format('truetype'), url('../fonts/NEXON_Warhaven_OTF_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warhaven';
  src: url('../fonts/NEXON_Warhaven_Bold.ttf') format('truetype'), url('../fonts/NEXON_Warhaven_OTF_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}