@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
html {
  width: auto !important;
}

body {
  word-wrap: break-word;
  font-family: "CenturyGothic", "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
  background: #000 !important;
}

a {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.mainTitle {
  color: #fff;
  font-size: 50px;
  margin: 3% 0;
  text-align: center;
  text-shadow: 0 0 10px #9c00cf, 0 0 20px #524fff;
}

@media (max-width: 960px) {
  .mainTitle {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 500px) {
  .mainTitle {
    color: #fff;
    font-size: 34px;
    line-height: 34px;
  }
}

.commonTitle {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 3% 0;
  margin: 0;
  -webkit-transform: skewX(34deg);
          transform: skewX(34deg);
}

@media (max-width: 1024px) {
  .commonTitle {
    font-size: 24px;
  }
}

.commonTitle1 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 3% 0;
  min-height: 60px;
}

@media (max-width: 1024px) {
  .commonTitle1 {
    font-size: 24px;
  }
}

.commonTitle2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10vh;
}

@media (max-width: 960px) {
  .commonTitle2 {
    color: #ffffff;
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .commonTitle2 {
    color: #ffffff;
    font-size: 16px;
  }
}

.commonTitle3 {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  margin: 6% 0;
  text-align: center;
}

@media (max-width: 960px) {
  .commonTitle3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
  }
}

.commonTitle4 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 3% 0;
  padding-left: 27%;
}

@media (max-width: 960px) {
  .commonTitle4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
  }
}

.mainText {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 960px) {
  .mainText {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 500px) {
  .mainText {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
  }
}

.commonText {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 0;
}

@media (max-width: 1024px) {
  .commonText {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 500px) {
  .commonText {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }
}

.commonText1 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

.commonText2 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.commonNote {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 0;
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .commonNote {
    color: #fff;
    font-size: 14px;
  }
}

.commonNote1 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
  display: block;
  margin: 3% auto;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .commonNote1 {
    text-align: center;
  }
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.hidden {
  display: none !important;
}

.textAlign {
  text-align: center;
}

/* to top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999;
  border: 3px solid #8c8c8c;
}

.btn-top img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-top:hover {
  background-color: rgba(126, 126, 126, 0.5);
  color: #0d133a;
}

.btn-top:hover i {
  font-size: 20px;
}

.msilogo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 6;
  width: 100px;
}

@media (max-width: 767px) {
  .msilogo {
    top: 25px;
    left: 25px;
    width: 90px;
  }
}

@media (max-width: 575px) {
  .msilogo {
    top: 23px;
    left: 23px;
    width: 80px;
  }
}

.msilogo img {
  width: 100%;
}

/* kv */
.kv {
  background: #000;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 500px) {
  .kv {
    height: 100vh;
  }
}

.kv::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 200px;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.kv__itemblock {
  position: relative;
  margin: 0px auto 0px;
  max-width: 1200px;
  width: 100%;
  height: 100vh;
  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;
}

.kv__itemblock .layer {
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  top: auto;
}

.kv__itemblock .layer img {
  width: 100%;
  max-width: 100%;
}

.kv__itemblock__img {
  height: 0px;
  pointer-events: all !important;
  width: 100%;
}

.kv__itemblock__img .layer-bg {
  width: 120vw;
  height: 120vh;
  left: 50% !important;
  top: 50% !important;
  margin-left: -60vw;
  margin-top: -60vh;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: Shiny;
          animation-name: Shiny;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 1400px) {
  .kv__itemblock__img .layer-bg {
    width: 130vw;
    height: 130vh;
    margin-left: -65vw;
    margin-top: -65vh;
  }
}

@media (max-width: 1200px) {
  .kv__itemblock__img .layer-bg {
    width: 150vw;
    height: 150vh;
    margin-left: -75vw;
    margin-top: -75vh;
  }
}

@media (max-width: 991px) {
  .kv__itemblock__img .layer-bg {
    width: 200vw;
    height: 200vh;
    margin-left: -100vw;
    margin-top: -100vh;
  }
}

@media (max-width: 767px) {
  .kv__itemblock__img .layer-bg {
    width: 240vw;
    height: 240vh;
    margin-left: -120vw;
    margin-top: -120vh;
  }
}

@media (max-width: 640px) {
  .kv__itemblock__img .layer-bg {
    width: 340vw;
    height: 340vh;
    margin-left: -170vw;
    margin-top: -170vh;
  }
}

.kv__itemblock__img .layer-line {
  width: 110vw;
  height: 110vh;
  left: 50% !important;
  top: 50% !important;
  margin-left: -55vw;
  margin-top: -55vh;
  background-image: url("../images/kv-line.png");
}

@media (max-width: 1200px) {
  .kv__itemblock__img .layer-line {
    width: 140vw;
    height: 140vh;
    margin-left: -70vw;
    margin-top: -67vh;
  }
}

@media (max-width: 991px) {
  .kv__itemblock__img .layer-line {
    width: 160vw;
    height: 160vh;
    margin-left: -80vw;
    margin-top: -75vh;
  }
}

@media (max-width: 767px) {
  .kv__itemblock__img .layer-line {
    width: 140vw;
    height: 140vh;
    margin-left: -70vw;
    margin-top: -70vh;
  }
}

@media (max-width: 640px) {
  .kv__itemblock__img .layer-line {
    width: 300vw;
    height: 300vh;
    margin-left: -150vw;
    margin-top: -145vh;
  }
}

.kv__itemblock__img .layer-dragon {
  width: 40%;
  left: 50% !important;
  margin-left: -20%;
  margin-top: -35%;
}

@media (max-width: 800px) {
  .kv__itemblock__img .layer-dragon {
    width: 34%;
    left: 50% !important;
    margin-left: -17%;
    margin-top: -29%;
  }
}

@media (max-width: 767px) {
  .kv__itemblock__img .layer-dragon {
    width: 50%;
    margin-left: -25%;
    margin-top: -50%;
  }
}

@media (max-width: 700px) {
  .kv__itemblock__img .layer-dragon {
    width: 30%;
    margin-left: -15%;
    margin-top: -24%;
  }
}

@media (max-width: 640px) {
  .kv__itemblock__img .layer-dragon {
    width: 56%;
    margin-left: -28%;
    margin-top: -55%;
  }
}

.kv__itemblock__img .layer-item img {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 133, 255, 0.3));
  filter: drop-shadow(0px 0px 7px rgba(0, 133, 255, 0.3));
}

.kv__itemblock__img .layer-item span {
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  display: block;
}

@media (max-width: 1400px) {
  .kv__itemblock__img .layer-item span {
    letter-spacing: 0px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .kv__itemblock__img .layer-item span {
    display: none;
  }
}

.kv__itemblock__img .layer-item1 {
  width: 22%;
  left: 50% !important;
  margin-left: -11%;
  margin-top: -3%;
  z-index: 3;
}

@media (max-width: 800px) {
  .kv__itemblock__img .layer-item1 {
    width: 20%;
    margin-left: -10%;
  }
}

@media (max-width: 767px) {
  .kv__itemblock__img .layer-item1 {
    width: 26%;
    margin-left: -13%;
    margin-top: -8%;
  }
}

@media (max-width: 700px) {
  .kv__itemblock__img .layer-item1 {
    width: 18%;
    margin-left: -9%;
    margin-top: -2%;
  }
}

@media (max-width: 640px) {
  .kv__itemblock__img .layer-item1 {
    width: 30%;
    margin-left: -15%;
    margin-top: -9%;
  }
}

.kv__itemblock__img .layer-item1 span {
  position: relative;
  bottom: 0px;
}

.kv__itemblock__img .layer-item2 {
  width: 25%;
  left: 60% !important;
  margin-right: -12%;
  margin-top: -5%;
  z-index: 2;
}

@media (max-width: 800px) {
  .kv__itemblock__img .layer-item2 {
    width: 22%;
    left: 59% !important;
    margin-right: -11%;
  }
}

@media (max-width: 767px) {
  .kv__itemblock__img .layer-item2 {
    width: 27%;
    left: 60% !important;
    margin-top: -10%;
  }
}

@media (max-width: 700px) {
  .kv__itemblock__img .layer-item2 {
    width: 20%;
    left: 58% !important;
    margin-right: -10%;
  }
}

@media (max-width: 640px) {
  .kv__itemblock__img .layer-item2 {
    width: 30%;
    left: 60% !important;
    margin-top: -10%;
  }
}

.kv__itemblock__img .layer-item3 {
  width: 25%;
  right: 60% !important;
  left: auto !important;
  margin-left: -12%;
  margin-top: -5%;
  z-index: 2;
}

@media (max-width: 800px) {
  .kv__itemblock__img .layer-item3 {
    width: 22%;
    right: 59% !important;
    margin-left: -11%;
  }
}

@media (max-width: 767px) {
  .kv__itemblock__img .layer-item3 {
    width: 27%;
    right: 60% !important;
    margin-top: -10%;
  }
}

@media (max-width: 700px) {
  .kv__itemblock__img .layer-item3 {
    width: 20%;
    right: 58% !important;
    margin-left: -10%;
  }
}

@media (max-width: 640px) {
  .kv__itemblock__img .layer-item3 {
    width: 30%;
    right: 62%;
    margin-top: -10%;
  }
}

.kv__itemblock__img .layer-item4 {
  width: 20%;
  left: 75% !important;
  margin-right: -10%;
  margin-top: -12%;
  z-index: 1;
}

@media (max-width: 800px) {
  .kv__itemblock__img .layer-item4 {
    width: 18%;
    margin-right: -9%;
  }
}

@media (max-width: 767px) {
  .kv__itemblock__img .layer-item4 {
    width: 20%;
    left: 74% !important;
    margin-top: -14%;
  }
}

@media (max-width: 700px) {
  .kv__itemblock__img .layer-item4 {
    width: 16%;
    margin-right: -8%;
  }
}

@media (max-width: 640px) {
  .kv__itemblock__img .layer-item4 {
    width: 22%;
    left: 77% !important;
  }
}

.kv__itemblock__img .layer-item4 span {
  position: absolute;
  right: 0px;
  bottom: -20px;
}

.kv__itemblock__img .layer-item5 {
  width: 20%;
  right: 75% !important;
  left: auto !important;
  margin-left: -10%;
  margin-top: -12%;
  z-index: 1;
}

@media (max-width: 800px) {
  .kv__itemblock__img .layer-item5 {
    width: 18%;
    margin-left: -9%;
  }
}

@media (max-width: 767px) {
  .kv__itemblock__img .layer-item5 {
    width: 20%;
    right: 74% !important;
    margin-top: -14%;
  }
}

@media (max-width: 700px) {
  .kv__itemblock__img .layer-item5 {
    width: 16%;
    margin-left: -8%;
  }
}

@media (max-width: 640px) {
  .kv__itemblock__img .layer-item5 {
    width: 22%;
    right: 77% !important;
  }
}

.kv__itemblock__img .layer-item5 span {
  position: absolute;
  left: 0px;
  bottom: -20px;
}

.kv__itemblock .layer-content {
  width: 90%;
  max-width: 1440px;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

@media (max-width: 767px) {
  .kv__itemblock .layer-content {
    top: 80%;
  }
}

@-webkit-keyframes Shiny {
  0% {
    background-image: url("../images/loading-bg1.jpg");
  }
  50% {
    background-image: url("../images/loading-bg2.jpg");
  }
  100% {
    background-image: url("../images/loading-bg1.jpg");
  }
  /* Early Bird Program */
}

@keyframes Shiny {
  0% {
    background-image: url("../images/loading-bg1.jpg");
  }
  50% {
    background-image: url("../images/loading-bg2.jpg");
  }
  100% {
    background-image: url("../images/loading-bg1.jpg");
  }
  /* Early Bird Program */
}

.program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 6%;
}

.program > figure {
  z-index: -2;
}

.program__bg img {
  width: 100%;
}

.program__wrap {
  width: 70%;
  margin: auto;
  margin-top: -55%;
}

@media (max-width: 1600px) {
  .program__wrap {
    width: 80%;
  }
}

@media (max-width: 1300px) {
  .program__wrap {
    width: 90%;
  }
}

.program__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .program__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.program__flexbox-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.program__flexbox-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.program__itemblock {
  width: 20vw;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .program__itemblock {
    width: 25vw;
  }
}

@media (max-width: 1300px) {
  .program__itemblock {
    width: 30vw;
  }
}

@media (max-width: 768px) {
  .program__itemblock {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .program__itemblock {
    width: 80%;
  }
}

.program__itemblock__title {
  position: relative;
}

.program__itemblock__title span:nth-of-type(1)::before {
  content: "";
  display: block;
  background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/title-deco.png") no-repeat;
  height: 14px;
  width: 100%;
  position: absolute;
  top: -42%;
  left: -8%;
}

.program__itemblock__title span:nth-of-type(1)::after {
  content: "";
  display: block;
  background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/title-deco.png") no-repeat;
  height: 14px;
  width: 100%;
  position: absolute;
  bottom: -42%;
  right: -21%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.program__itemblock__title span:nth-of-type(2)::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 122, 150, 0.5)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(3, 122, 150, 0.5) 0%, rgba(125, 185, 232, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20%;
  left: -3%;
  -webkit-transform: skewX(146deg);
          transform: skewX(146deg);
  z-index: -1;
}

.program__itemblock__title span:nth-of-type(2)::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 122, 150, 0.5)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(3, 122, 150, 0.5) 0%, rgba(125, 185, 232, 0) 100%);
  width: 22%;
  height: 15px;
  position: absolute;
  bottom: 12%;
  right: 0;
  -webkit-transform: skewX(146deg);
          transform: skewX(146deg);
  z-index: -1;
}

.program__itemblock__gift {
  width: 20vw;
  height: 20vw;
  border-radius: 100%;
  background: rgba(22, 56, 126, 0.5);
  margin: 15% auto 10%;
  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;
  -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .program__itemblock__gift {
    width: 50vw;
    height: 50vw;
  }
}

.program__itemblock__gift figure {
  width: 50%;
  margin: auto;
}

.program__itemblock__link {
  width: 100%;
  margin: 5% auto;
}

.program__itemblock__link .linkBtn {
  color: #ffffff;
  font-size: 22px;
  width: 60%;
  display: block;
  border: 2px solid #3ad3ff;
  border-radius: 50px;
  padding: 16px 10px;
  position: relative;
  margin: auto;
  -webkit-box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
          box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
  -webkit-animation: spotlight 2s linear infinite;
          animation: spotlight 2s linear infinite;
}

@media (max-width: 1024px) {
  .program__itemblock__link .linkBtn {
    color: #ffffff;
    font-size: 20px;
    width: 80%;
  }
}

.program__itemblock__link .linkBtn:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(0px 0px 15px #4444dd);
          filter: drop-shadow(0px 0px 15px #4444dd);
  -webkit-box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
          box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
}

.program__itemblock__link .linkBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #16387e;
  border-radius: 50px;
  padding: 12px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: -1;
}

.program__itemblock:nth-of-type(2) .program__itemblock__gift figure {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 40%;
}

.program__title {
  border: 1px solid #00d0ff;
  -webkit-transform: skewX(146deg);
          transform: skewX(146deg);
  background: rgba(1, 200, 245, 0.2);
}

.program__popout {
  width: 45%;
  margin: 15% auto;
}

.program__popout .arrow {
  width: 40%;
  margin: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.program__popout .arrow:hover {
  -webkit-animation: arrowDown 1s linear infinite;
          animation: arrowDown 1s linear infinite;
}

@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes spotlight {
  0% {
    -webkit-box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
            box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
  }
  50% {
    -webkit-box-shadow: 0 0 15px #3ad3ff ,0 0 15px #3ad3ff inset;
            box-shadow: 0 0 15px #3ad3ff ,0 0 15px #3ad3ff inset;
  }
  100% {
    -webkit-box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
            box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
  }
}

@keyframes spotlight {
  0% {
    -webkit-box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
            box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
  }
  50% {
    -webkit-box-shadow: 0 0 15px #3ad3ff ,0 0 15px #3ad3ff inset;
            box-shadow: 0 0 15px #3ad3ff ,0 0 15px #3ad3ff inset;
  }
  100% {
    -webkit-box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
            box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
  }
}

.how {
  position: relative;
  background-size: cover;
}

.how__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .how__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.how__stepbox:nth-of-type(1) figure::after {
  content: "";
  display: block;
  background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/dashed01.png") no-repeat;
  height: 5px;
  background-size: contain;
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 18px;
}

@media (max-width: 768px) {
  .how__stepbox:nth-of-type(1) figure::after {
    background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/dashed.png") no-repeat;
    background-size: contain;
  }
}

.how__stepbox:nth-of-type(2) figure::after {
  content: "";
  display: block;
  background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/dashed02.png") no-repeat;
  height: 5px;
  background-size: contain;
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 18px;
}

@media (max-width: 768px) {
  .how__stepbox:nth-of-type(2) figure::after {
    background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/dashed.png") no-repeat;
    background-size: contain;
  }
}

.how__stepbox:nth-of-type(3) figure::after {
  content: "";
  display: block;
  background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/dashed03.png") no-repeat;
  height: 5px;
  background-size: contain;
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 18px;
}

@media (max-width: 768px) {
  .how__stepbox:nth-of-type(3) figure::after {
    background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/dashed.png") no-repeat;
    background-size: contain;
  }
}

.how__stepbox {
  width: calc( 100%/3 - 1px);
}

@media (max-width: 768px) {
  .how__stepbox {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .how__stepbox figure img {
    width: 50%;
    margin: auto;
  }
}

.how__stepbox__text {
  padding: 0 12%;
  margin: 10% auto;
  position: relative;
}

.how__stepbox__text a {
  color: #64daf8;
}

.how__stepbox figure {
  text-align: center;
  position: relative;
  width: 100%;
}

.how__stepbox__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.how__stepbox-title {
  display: block;
  width: 100%;
  margin-top: -9%;
  margin-bottom: 5%;
}

.how__stepbox-title img {
  width: 100% !important;
}

.how__stepbox-title::after {
  background: none !important;
}

.how__link {
  width: 100%;
  margin: 5% auto;
  z-index: 1;
}

.how__link a {
  color: #ffffff;
  font-size: 22px;
  width: 60%;
  display: block;
  border: 2px solid #3ad3ff;
  border-radius: 50px;
  padding: 16px 10px;
  position: relative;
  margin: auto;
  -webkit-box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
          box-shadow: 0 0 5px #3ad3ff ,0 0 5px #3ad3ff inset;
  text-align: center;
}

.how__link a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #16387e;
  border-radius: 50px;
  padding: 12px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: -1;
}

.EP__wrap {
  width: 80%;
  margin: auto;
}

@media (max-width: 1440px) {
  .EP__wrap {
    width: 100%;
  }
}

.EP__itemblock__bg {
  margin-top: -15%;
}

.EP__itemblock__bg img {
  width: 100%;
}

.EP__itemblock__textbox {
  position: relative;
  margin-top: -40%;
}

@media (max-width: 960px) {
  .EP__itemblock__textbox {
    margin-top: -70%;
    padding: 8% 0;
  }
}

.EP__itemblock__textbox .popup-close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transform: none;
          transform: none;
}

.EP__itemblock__textbox .popup-close::before {
  content: "";
  height: 2px;
  width: 30px;
  border-radius: 30px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.EP__itemblock__textbox .popup-close::after {
  content: "";
  height: 2px;
  width: 30px;
  border-radius: 30px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.EP__itemblock__textbox h5 {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}

.EP__itemblock__textbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  width: 80%;
  margin: auto;
  height: 13vw;
  overflow: auto;
}

@media (max-width: 1440px) {
  .EP__itemblock__textbox ul {
    height: 18vw;
  }
}

@media (max-width: 1200px) {
  .EP__itemblock__textbox ul {
    height: 16vw;
  }
}

@media (max-width: 960px) {
  .EP__itemblock__textbox ul {
    height: 27vw;
  }
}

@media (max-width: 768px) {
  .EP__itemblock__textbox ul {
    height: 25vw;
  }
}

@media (max-width: 500px) {
  .EP__itemblock__textbox ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.EP__itemblock__textbox ul::-webkit-scrollbar {
  width: 5px;
}

.EP__itemblock__textbox ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #004480;
          box-shadow: inset 0 0 6px #004480;
}

.EP__itemblock__textbox ul::-webkit-scrollbar-thumb {
  background-color: #0087ff;
  border: 1px solid #004480;
}

.EP__itemblock__textbox ul li {
  color: #000000;
  font-size: 22px;
  width: calc( 100%/3 - 20px);
  text-align: center;
  list-style-type: none !important;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0 !important;
  margin: 5px 10px;
}

@media (max-width: 768px) {
  .EP__itemblock__textbox ul li {
    color: #000000;
    font-size: 2.5vw;
    line-height: 2.6vw !important;
  }
}

.EP__itemblock__textbox ul li a {
  color: #000 !important;
  background: #fff;
  display: block;
  width: 100%;
}

.EP__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*# sourceMappingURL=main.css.map */