html#alien-scope {
  overflow-x: hidden;
}
html#alien-scope * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html#alien-scope body {
  margin: 0;
  overflow-x: hidden;
}
html#alien-scope section {
  display: block;
}
html#alien-scope a {
  text-decoration: none;
}
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  background-color: #fff;
  padding: 20px 0;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}
header a {
  text-decoration: none;
}
header nav.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 140px;
}
@media screen and (max-width: 1279px) {
  header nav.menu-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  header nav.menu-wrap {
    padding: 0 15px 0 0;
  }
}
header nav.menu-wrap .left-wrap .logo {
  font-size: 34px;
  line-height: 44px;
  color: #41165c;
  font-family: 'Roboto', sans-serif;
  padding: 0 27.5px;
}
@media screen and (max-width: 1023px) {
  header nav.menu-wrap .left-wrap .logo {
    font-size: 24px;
  }
}
header nav.menu-wrap .right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav.menu-wrap .right-wrap .s-hid {
  padding: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  header nav.menu-wrap .right-wrap .s-hid {
    display: none;
  }
}
header nav.menu-wrap .right-wrap .s-hid:hover .border-bottom {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
header nav.menu-wrap .right-wrap .s-hid .text-wrap {
  position: relative;
}
header nav.menu-wrap .right-wrap .s-hid .border-bottom {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #76bed5;
  -webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
header nav.menu-wrap .right-wrap .text {
  font-size: 20px;
  color: #41165c;
}
@media screen and (max-width: 1023px) {
  header nav.menu-wrap .right-wrap .icon-menu {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon-menu.svg");
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
header .m-menu-wrap {
  display: none;
}
@media screen and (max-width: 1023px) {
  header .m-menu-wrap {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 9999;
    background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  }
}
header .m-menu-wrap.active {
  opacity: 1;
  visibility: visible;
}
header .m-menu-wrap .m-menu {
  padding: 26px 50px;
  width: 85%;
  height: 100vh;
  background-color: #fff;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 0.6s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.6s cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .m-menu-wrap .m-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header .m-menu-wrap .m-menu .logo {
  font-size: 34px;
  line-height: 44px;
  color: #41165c;
  font-family: 'Roboto', sans-serif;
}
header .m-menu-wrap .m-menu .content-wrap {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .m-menu-wrap .m-menu .content-wrap .group-box {
  overflow: hidden;
  margin-bottom: 30px;
}
header .m-menu-wrap .m-menu .content-wrap .group {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
}
header .m-menu-wrap .m-menu .content-wrap .group.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 0.5s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.5s cubic-bezier(0.68, 0, 0.265, 1);
}
header .m-menu-wrap .m-menu .content-wrap .group .text {
  font-size: 20px;
  color: #41165c;
}
header .m-menu-wrap .m-menu .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("../img/close.svg");
  background-size: cover;
  left: -25px;
  top: 15px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
}
header .m-menu-wrap .m-menu .close.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
footer {
  position: relative;
}
footer .footer-wrap {
  max-width: 1547px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap {
    padding: 0;
  }
}
footer .section-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  color: #41165c;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  footer .section-title {
    font-size: 36px;
    line-height: 50px;
  }
}
footer .content-wrap {
  padding-top: 95px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  footer .content-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
  }
}
footer .content-wrap .item-wrap {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  footer .content-wrap .item-wrap {
    padding-left: 20px;
  }
}
footer .content-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}
footer .content-wrap .item .icon {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  footer .content-wrap .item .icon {
    width: 40px;
    height: 40px;
  }
}
footer .content-wrap .item .icon.tel {
  background-image: url("../img/tel.svg");
}
footer .content-wrap .item .icon.email {
  background-image: url("../img/email.svg");
}
footer .content-wrap .item .icon.time {
  background-image: url("../img/time.svg");
}
footer .content-wrap .text {
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  color: #41165c;
  padding-left: 35px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 767px) {
  footer .content-wrap .text {
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
footer .img-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 100px;
  margin-right: -176px;
}
@media screen and (max-width: 1023px) {
  footer .img-wrap {
    padding-left: 0;
    margin-right: 0;
    padding-top: 50px;
    width: 100%;
  }
}
footer .img-wrap .ratio {
  width: 100%;
  padding-bottom: 39%;
  position: relative;
}
footer .img-wrap .ratio .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/footer.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
footer .img-wrap .ratio .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/footer-mask.png");
  background-size: 100%;
  z-index: 2;
}
#alien-scope {
  font-family: 'Noto Sans TC', sans-serif;
}
#alien-scope .enter-animation .dot1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 70vw;
  height: 100vh;
  background-color: #e0f3ff;
  z-index: 200;
  -webkit-animation-name: dot1;
  animation-name: dot1;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#alien-scope .enter-animation .dot2 {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50vh;
  width: 100vw;
  background-color: #e0f3ff;
  z-index: 200;
  -webkit-animation-name: dot2;
  animation-name: dot2;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#alien-scope .enter-animation .dot3 {
  position: fixed;
  top: 0;
  right: 0;
  width: 70vw;
  height: 80vh;
  background-color: #e0f3ff;
  z-index: 200;
  -webkit-animation-name: dot3;
  animation-name: dot3;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#alien-scope .fade-in {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 1s cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 1s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 1s cubic-bezier(0.68, 0, 0.265, 1);
  opacity: 0;
}
#alien-scope .fade-in.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#alien-scope .scroll-to-top {
  width: 50px;
  height: 50px;
  background-image: url("../img/top.svg");
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-size: cover;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #alien-scope .scroll-to-top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}
#alien-scope .scroll-to-top.active {
  opacity: 1;
  visibility: visible;
}
#alien-scope section.hero {
  max-width: 1680px;
  margin: 0 auto;
  -webkit-transition: all 1500ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 1500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 1500ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
  padding-top: 64px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #alien-scope section.hero {
    padding-top: 104px;
    margin-bottom: 60px;
  }
}
#alien-scope section.hero.zoom {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#alien-scope section.hero .hero-bg {
  width: 100%;
  height: 100%;
  position: relative;
}
#alien-scope section.hero .hero-bg .bg-wrap img {
  display: block;
}
#alien-scope section.hero .hero-bg .bg-wrap img.people {
  width: 100%;
  position: relative;
}
#alien-scope section.hero .hero-bg .bg-wrap img.l {
  display: block;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.hero .hero-bg .bg-wrap img.l {
    display: none;
  }
}
#alien-scope section.hero .hero-bg .bg-wrap img.background {
  position: absolute;
  width: 100%;
}
#alien-scope section.hero .hero-bg .bg-wrap img.m {
  display: none;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.hero .hero-bg .bg-wrap img.m {
    display: block;
  }
}
#alien-scope section.hero .hero-bg .title-wrap {
  position: absolute;
  top: calc(50% - 7vw);
  left: 5.5vw;
}
@media screen and (max-width: 1620px) {
  #alien-scope section.hero .hero-bg .title-wrap {
    left: 3vw;
  }
}
@media screen and (max-width: 1023px) {
  #alien-scope section.hero .hero-bg .title-wrap {
    padding: 0;
    background-image: none;
    top: 70px;
    left: calc(50% - 150px);
  }
}
@media screen and (max-width: 600px) {
  #alien-scope section.hero .hero-bg .title-wrap {
    top: 0px;
    left: calc(50% - 91.5px);
  }
}
#alien-scope section.hero .hero-bg .title-wrap .top .title {
  font-size: 3.75vw;
  color: #41165c;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.hero .hero-bg .title-wrap .top .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 600px) {
  #alien-scope section.hero .hero-bg .title-wrap .top .title {
    font-size: 36px;
    text-align: center;
  }
}
#alien-scope section.hero .hero-bg .title-wrap .top .subtitle {
  font-size: 2.5vw;
  letter-spacing: 1.7vw;
  color: #41165c;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.hero .hero-bg .title-wrap .top .subtitle {
    font-size: 48px;
    letter-spacing: 32.5px;
  }
}
@media screen and (max-width: 600px) {
  #alien-scope section.hero .hero-bg .title-wrap .top .subtitle {
    font-size: 24px;
    letter-spacing: 18px;
    text-align: center;
  }
}
#alien-scope section.hero .hero-bg .title-wrap .top .subtitle span.letter-space {
  letter-spacing: 0;
}
#alien-scope section.hero .hero-bg .title-wrap .bottom {
  padding: 2vw 0 0;
}
#alien-scope section.hero .hero-bg .title-wrap .bottom .text {
  width: 100%;
  font-weight: 300;
  font-size: 0.94vw;
  letter-spacing: 0.755vw;
  line-height: 1.77vw;
  background-color: #41165c;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.hero .hero-bg .title-wrap .bottom .text {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 14.5px;
  }
}
@media screen and (max-width: 767px) {
  #alien-scope section.hero .hero-bg .title-wrap .bottom .text {
    letter-spacing: 3.5px;
    padding: 0 18px;
  }
}
#alien-scope section.hero .hero-bg .title-wrap .bottom span.letter-space {
  letter-spacing: 0;
}
#alien-scope section.about {
  padding: 0 20px 40px;
  max-width: 1547px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #alien-scope section.about {
    padding: 0 0 40px;
  }
}
#alien-scope section.about .section-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  color: #41165c;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  #alien-scope section.about .section-title {
    font-size: 36px;
    line-height: 50px;
  }
}
#alien-scope section.about .subtitle {
  font-weight: bold;
  font-size: 24px;
  padding: 50px 20px 0;
  color: #41165c;
}
@media screen and (max-width: 767px) {
  #alien-scope section.about .subtitle {
    padding: 30px 25px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  #alien-scope section.about .subtitle {
    font-size: 18px;
  }
}
#alien-scope section.about .content-box {
  padding-bottom: 150px;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.about .content-box {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #alien-scope section.about .content-box {
    padding-bottom: 40px;
  }
}
#alien-scope section.about .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.about .content-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#alien-scope section.about .content-wrap .text-wrap {
  width: 50%;
  padding: 5px 20px 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.about .content-wrap .text-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 25px 0;
  }
}
#alien-scope section.about .content-wrap .text {
  font-size: 18px;
  line-height: 35px;
  max-width: 700px;
  color: #41165c;
  padding: 10px 0;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.about .content-wrap .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #alien-scope section.about .content-wrap .text {
    font-size: 16px;
    line-height: 24px;
  }
}
#alien-scope section.about .content-wrap .img-wrap {
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  #alien-scope section.about .content-wrap .img-wrap {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1279px) {
  #alien-scope section.about .content-wrap .img-wrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #alien-scope section.about .content-wrap .img-wrap {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#alien-scope section.about .content-wrap .img-wrap img {
  margin-top: -70px;
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  #alien-scope section.about .content-wrap .img-wrap img {
    margin-top: -40px;
  }
}
@media screen and (max-width: 1023px) {
  #alien-scope section.about .content-wrap .img-wrap img {
    position: static;
    margin: 0 auto;
  }
}
#alien-scope section.about .content-wrap .img-wrap img.plant {
  position: absolute;
  width: 257.14px;
  bottom: 0;
  left: 100px;
  z-index: 0;
}
#alien-scope section.project {
  background-color: #302b44;
  padding: 200px 0;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.project {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 767px) {
  #alien-scope section.project {
    padding: 50px 0px;
  }
}
#alien-scope section.project .section-wrap {
  max-width: 1547px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #alien-scope section.project .section-wrap {
    padding: 0 20px;
  }
}
#alien-scope section.project .section-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #alien-scope section.project .section-title {
    font-size: 36px;
    line-height: 50px;
  }
}
#alien-scope section.project .subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  padding: 40px 5px 10px;
}
@media screen and (max-width: 767px) {
  #alien-scope section.project .subtitle {
    font-size: 20px;
    padding: 20px 5px 5px;
  }
}
@media screen and (max-width: 374px) {
  #alien-scope section.project .subtitle {
    font-size: 18px;
  }
}
#alien-scope section.project .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 880px;
}
#alien-scope section.project .flex-wrap .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px 5px;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.project .flex-wrap .flex-item {
    width: 100%;
  }
}
#alien-scope section.project .flex-wrap .text {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  max-width: 360px;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.project .flex-wrap .text {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  #alien-scope section.project .flex-wrap .text {
    font-size: 16px;
    line-height: 24px;
  }
}
#alien-scope section.project .flex-wrap .label {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding-right: 15px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #alien-scope section.project .flex-wrap .label {
    font-size: 16px;
    line-height: 24px;
  }
}
#alien-scope section.explanation {
  max-width: 1547px;
  margin: 0 auto;
  padding: 200px 40px;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.explanation {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 767px) {
  #alien-scope section.explanation {
    padding: 50px 0;
  }
}
#alien-scope section.explanation .section-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  color: #41165c;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.explanation .section-title {
    padding: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  #alien-scope section.explanation .section-title {
    font-size: 36px;
    line-height: 50px;
    padding: 0 20px;
  }
}
#alien-scope section.explanation .subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 41px;
  color: #41165c;
  padding: 50px 5px;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.explanation .subtitle {
    padding: 20px 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  #alien-scope section.explanation .subtitle {
    font-size: 20px;
    padding: 20px 25px 5px;
  }
}
@media screen and (max-width: 374px) {
  #alien-scope section.explanation .subtitle {
    font-size: 18px;
  }
}
#alien-scope section.explanation .description {
  font-size: 18px;
  line-height: 41px;
  color: #41165c;
  padding: 20px 5px 0;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.explanation .description {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #alien-scope section.explanation .description {
    font-size: 14px;
    line-height: 20px;
    padding: 0 25px;
  }
}
#alien-scope section.explanation table {
  font-size: 18px;
  line-height: 20px;
  border-spacing: 0;
  -webkit-box-shadow: 0px 6px 30px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 30px rgba(0,0,0,0.1);
  margin: auto;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.explanation table {
    display: none;
  }
}
#alien-scope section.explanation table.fade-in {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 1s cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 1s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 1s cubic-bezier(0.68, 0, 0.265, 1);
  opacity: 0;
}
#alien-scope section.explanation table.fade-in.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#alien-scope section.explanation table tr:nth-of-type(2n+1) {
  background-color: #f1f4ff;
}
#alien-scope section.explanation table tr:nth-of-type(1) td {
  color: #41165c;
}
#alien-scope section.explanation table tr:nth-of-type(1) td:nth-of-type(1),
#alien-scope section.explanation table tr:nth-of-type(1) td:nth-of-type(2) {
  background-color: #fff;
}
#alien-scope section.explanation table tr:nth-of-type(1) td:nth-of-type(1) {
  white-space: nowrap;
}
#alien-scope section.explanation table tr td {
  height: 80px;
  line-height: 24px;
  color: #4f4f4f;
  padding: 10px;
}
#alien-scope section.explanation table tr:nth-of-type(1) td,
#alien-scope section.explanation table tr:nth-of-type(2) td {
  height: 50px;
}
#alien-scope section.explanation table tr td:first-of-type {
  width: 75px;
  text-align: center;
}
#alien-scope section.explanation table tr td:nth-of-type(2) {
  width: 400px;
  padding-left: 18px;
}
#alien-scope section.explanation table tr:nth-of-type(2) td {
  width: 260px;
  text-align: left;
  padding-left: 14.3px;
  color: #945ab8;
}
#alien-scope section.explanation table tr:first-of-type td:nth-of-type(3) {
  text-align: center;
}
#alien-scope section.explanation table tr:nth-of-type(n+2) td:nth-of-type(n+2) {
  padding-left: 14.3px;
}
#alien-scope section.explanation .m-table {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #alien-scope section.explanation .m-table {
    display: block;
  }
}
#alien-scope .popup-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 30px;
}
@media screen and (max-width: 413px) {
  #alien-scope .popup-wrap {
    padding: 0px 15px;
  }
}
#alien-scope .popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
#alien-scope .popup-wrap.active .popup-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#alien-scope .popup-wrap .popup-content {
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  width: 500px;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}
#alien-scope .popup-wrap .popup-content .close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ccc;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
}
#alien-scope .popup-wrap .popup-content .close-popup:hover {
  color: #41165c;
}
#alien-scope .popup-wrap .popup-content .title {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 50px;
}
#alien-scope .popup-wrap .popup-content .pad {
  padding: 0px 30px;
}
@media screen and (max-width: 413px) {
  #alien-scope .popup-wrap .popup-content .pad {
    padding: 0px 15px;
  }
}
#alien-scope .popup-wrap .popup-content form {
  padding-top: 15px;
}
#alien-scope .popup-wrap .popup-content form .warning {
  font-size: 14px;
  color: #cf4132;
}
#alien-scope .popup-wrap .popup-content form .input-wrap {
  margin: 15px 0px;
}
#alien-scope .popup-wrap .popup-content form .input-wrap label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
#alien-scope .popup-wrap .popup-content form .input-wrap input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid #ccc;
  outline: none;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0px;
  background-color: inherit;
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
}
#alien-scope .popup-wrap .popup-content form .input-wrap input:focus {
  border-color: #41165c;
}
#alien-scope .popup-wrap .popup-content form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
#alien-scope .popup-wrap .popup-content form .buttons .button-wrap {
  padding: 15px 15px;
}
@media screen and (max-width: 767px) {
  #alien-scope .popup-wrap .popup-content form .buttons .button-wrap {
    width: 50%;
  }
  #alien-scope .popup-wrap .popup-content form .buttons .button-wrap:nth-of-type(1) {
    padding-left: 0px;
  }
  #alien-scope .popup-wrap .popup-content form .buttons .button-wrap:nth-of-type(2) {
    padding-right: 0px;
  }
}
#alien-scope .popup-wrap .popup-content form .buttons .button-wrap .button {
  width: 120px;
  text-align: center;
  border: 1px solid #41165c;
  border-radius: 0px;
  background-color: inherit;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  background-color: #41165c;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
}
@media screen and (max-width: 767px) {
  #alien-scope .popup-wrap .popup-content form .buttons .button-wrap .button {
    width: 100%;
  }
}
#alien-scope .popup-wrap .popup-content form .buttons .button-wrap .button:hover {
  background-color: #6e259c;
  border-color: #6e259c;
}
#alien-scope .popup-wrap .popup-content form .buttons .button-wrap .button.cancel {
  background-color: inherit;
  color: #666;
  border-color: #ccc;
}
#alien-scope .popup-wrap .popup-content form .buttons .button-wrap .button.cancel:hover {
  background-color: inherit;
  border-color: #ccc;
}
@-moz-keyframes dot1 {
  0% {
    border-radius: 0;
  }
  20% {
    border-radius: 0 0 10% 30%;
  }
  40% {
    border-radius: 0 0 60% 10%;
  }
  60% {
    border-radius: 0 0 90% 50%;
  }
  80% {
    border-radius: 0 0 60% 10%;
  }
  100% {
    border-radius: 0 0 0 0;
    top: -100%;
    display: none;
    height: 0;
  }
}
@-webkit-keyframes dot1 {
  0% {
    border-radius: 0;
  }
  20% {
    border-radius: 0 0 10% 30%;
  }
  40% {
    border-radius: 0 0 60% 10%;
  }
  60% {
    border-radius: 0 0 90% 50%;
  }
  80% {
    border-radius: 0 0 60% 10%;
  }
  100% {
    border-radius: 0 0 0 0;
    top: -100%;
    display: none;
    height: 0;
  }
}
@-o-keyframes dot1 {
  0% {
    border-radius: 0;
  }
  20% {
    border-radius: 0 0 10% 30%;
  }
  40% {
    border-radius: 0 0 60% 10%;
  }
  60% {
    border-radius: 0 0 90% 50%;
  }
  80% {
    border-radius: 0 0 60% 10%;
  }
  100% {
    border-radius: 0 0 0 0;
    top: -100%;
    display: none;
    height: 0;
  }
}
@keyframes dot1 {
  0% {
    border-radius: 0;
  }
  20% {
    border-radius: 0 0 10% 30%;
  }
  40% {
    border-radius: 0 0 60% 10%;
  }
  60% {
    border-radius: 0 0 90% 50%;
  }
  80% {
    border-radius: 0 0 60% 10%;
  }
  100% {
    border-radius: 0 0 0 0;
    top: -100%;
    display: none;
    height: 0;
  }
}
@-moz-keyframes dot2 {
  0% {
    border-radius: 0;
  }
  20% {
    border-radius: 20% 20% 0 0;
  }
  40% {
    border-radius: 60% 60% 0 0;
  }
  60% {
    border-radius: 100% 100% 0 0;
  }
  80% {
    border-radius: 0% 0% 0 0;
  }
  100% {
    border-radius: 0 0 0 0;
    height: 0px;
    display: none;
  }
}
@-webkit-keyframes dot2 {
  0% {
    border-radius: 0;
  }
  20% {
    border-radius: 20% 20% 0 0;
  }
  40% {
    border-radius: 60% 60% 0 0;
  }
  60% {
    border-radius: 100% 100% 0 0;
  }
  80% {
    border-radius: 0% 0% 0 0;
  }
  100% {
    border-radius: 0 0 0 0;
    height: 0px;
    display: none;
  }
}
@-o-keyframes dot2 {
  0% {
    border-radius: 0;
  }
  20% {
    border-radius: 20% 20% 0 0;
  }
  40% {
    border-radius: 60% 60% 0 0;
  }
  60% {
    border-radius: 100% 100% 0 0;
  }
  80% {
    border-radius: 0% 0% 0 0;
  }
  100% {
    border-radius: 0 0 0 0;
    height: 0px;
    display: none;
  }
}
@keyframes dot2 {
  0% {
    border-radius: 0;
  }
  20% {
    border-radius: 20% 20% 0 0;
  }
  40% {
    border-radius: 60% 60% 0 0;
  }
  60% {
    border-radius: 100% 100% 0 0;
  }
  80% {
    border-radius: 0% 0% 0 0;
  }
  100% {
    border-radius: 0 0 0 0;
    height: 0px;
    display: none;
  }
}
@-moz-keyframes dot3 {
  0% {
    border-radius: 50% 0 0 50%;
  }
  100% {
    right: -100%;
    display: none;
  }
}
@-webkit-keyframes dot3 {
  0% {
    border-radius: 50% 0 0 50%;
  }
  100% {
    right: -100%;
    display: none;
  }
}
@-o-keyframes dot3 {
  0% {
    border-radius: 50% 0 0 50%;
  }
  100% {
    right: -100%;
    display: none;
  }
}
@keyframes dot3 {
  0% {
    border-radius: 50% 0 0 50%;
  }
  100% {
    right: -100%;
    display: none;
  }
}
