* {
  margin: 0;
  padding: 0;
  list-style: none;
}

#home-splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  background: linear-gradient(0deg, #000, #3a0017, #000);
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}

#home-splash.hide {
  display: none
}

#home-splash img {
  height: 40px;
  animation: splashANi 2s infinite;
  display: block;
  transform-origin: center bottom;
}


@keyframes splashANi {
  0% {
    transform: translateY(0) scale(1, 1);
  }

  30% {
    transform: translateY(0) scale(1.025, .975);
  }

  60% {
    transform: translateY(-10px) scale(.975, 1.025);
  }

  80% {
    transform: translateY(0px) scale(1, 1);
  }
}

#home-landpage {
  font-size: 14px;
  font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  background: #fff
}

#home-landpage .in-mc {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

#home-landpage .site-header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

#home-landpage .site-header .btn-menu svg {
  display: none;
}

#home-landpage .site-header .logo h1 {
  font-size: 0;
}

#home-landpage .site-header .logo img {
  display: block;
  width: 212px;
}

#home-landpage .site-header .nav {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#home-landpage .site-header .nav .onav {
  display: inline-block;
  padding: 2px;
  text-decoration: none;
  color: #fff;
  margin: 0 15px;
}

#home-landpage .site-header .nav .onav.cur {
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

#home-landpage .site-header .nav .onav.cur::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  background: #CA92FF;
  filter: blur(3px);
}

#home-landpage .site-header .nav .btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 20px;
  background: #FE0069;
  color: #fff;
  font-size: 14px;
  min-width: 60px;
  border-radius: 18px;
}

#home-landpage h2 {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}

#home-landpage .the-act {
  display: inline-flex;
  flex-direction: column;
  border: 1px solid #FE0069;
  box-sizing: border-box;
  padding: 18px;
  border-radius: 46px;
}

#home-landpage .the-act>* {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 315px;
  color: #fff;
  font-size: 20px;
  background: #FE0069;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

#home-landpage .btn-start::before {
  position: absolute;
  width: 331px;
  height: 72px;
  border-radius: 36px;
  border: 1px solid #FE0069;
  content: '';

}


#home-landpage .first-screen {
  background: #000 url(/images/home/s1-bg.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
}

#home-landpage .first-screen .in-mc {
  display: flex;
  align-items: center;
  min-height: 740px
}

#home-landpage .first-screen .the-txt {
  width: 50%;
  padding: 80px 0 160px;
}

#home-landpage .first-screen .the-img {
  position: relative;
  height: 374px;
  width: 570px;
  background: #D8D8D8;
  border-radius: 36px;
  overflow: hidden;
  padding: 5px;
  box-sizing: border-box;
}

#home-landpage .first-screen .the-img video {
  height: 100%;
  width: 100%;
  object-fit: fill;
  border-radius: 34px;
}

#home-landpage .first-screen .solgn {
  margin-bottom: 50px;
}

#home-landpage .first-screen .solgn h1 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}

#home-landpage .first-screen .solgn h2 {
  text-align: left;
  font-size: 68px;
  margin-bottom: 0;
}

#home-landpage .first-screen .solgn p {
  font-size: 20px;
}



#home-landpage .two-screen {
  background: #000 url(/images/home/s2-bg.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
}

#home-landpage .two-screen .img-box {
  text-align: center;
}
#home-landpage .two-screen .img-box img {
  max-width: 100%;
}


#home-landpage .two-screen .sub-txt {
  font-size: 16px;
  text-align: center;
  padding: 0 120px 30px;

}

#home-landpage .txt-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 50px;
}


#home-landpage .txt-img.odd {
  flex-direction: row-reverse;
}

#home-landpage .txt-img .the-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  font-size: 14px;
}

#home-landpage .txt-img .the-txt h3 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: left;
}

#home-landpage .txt-img .the-txt p {
  margin-bottom: 20px;
}

#home-landpage .txt-img .the-img {
  width: 474px;
}



#home-landpage .txt-img .the-img img {
  display: block;
  width: 100%;
}

#home-landpage .txt-img .sub-txt {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding: 30px 0 40px;
}

#home-landpage .three-screen {
  background: #8D043D;
  color: #fff;
  padding: 100px 0;
}


#home-landpage .three-screen .why-list ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 44px;
}

#home-landpage .three-screen .why-list li {
  display: flex;
  width: 100%;
  gap: 16px;
  font-size: 16px;
  box-sizing: border-box;
  flex-direction: column;
  grid-column: span 2;
}

#home-landpage .three-screen .why-list li:nth-child(4) {
  grid-column: span 3;
}

#home-landpage .three-screen .why-list li:nth-child(5) {
  grid-column: span 3;
}


#home-landpage .three-screen .why-list li .idx {
  width: 82px;
  height: 82px;
  flex-shrink: 0;
}

#home-landpage .three-screen .why-list li .idx img {
  width: 100%;
}

#home-landpage .three-screen .why-list li h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#home-landpage .four-screen {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 100px 0 50px;
}

#home-landpage .four-screen .how-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 23px;
}

#home-landpage .four-screen .the-txt h2,
#home-landpage .four-screen .the-txt {
  text-align: left;

}
#home-landpage .four-screen .the-txt h2 {
  margin-bottom: 20px;
}

#home-landpage .four-screen .the-txt .sub-p{
  text-align: left;
  margin-top: 20px;
}

#home-landpage .four-screen .how-list p {
  width: 414px;
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#home-landpage .four-screen .how-item {
  display: flex;
  padding-left: 16px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  height: 65px;
  background: linear-gradient( 270deg, rgba(213,19,99,0) 0%, #D51363 100%);

}


#home-landpage .five-screen {

  background: #000 url(/images/home/s7-bg.jpg) center top no-repeat;
  background-size: contain;
  text-align: center;
  padding: 80px 0;
  color: #fff;

}



.five-screen .f-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 100px;
  font-size: 14px;
  text-align: left;
}

.five-screen .f-list h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

.five-screen .single-box {
  margin-top: 80px;
}

.five-screen .single-box .img-box {
  margin-top: 35px;
}


#home-landpage .six-screen {
  background: #8D043D;
  color: #fff;
  text-align: center;
  padding: 260px 0 80px;
  margin-top: -325px;
}

#home-landpage .six-screen .sub-txt {
  font-size: 14px;
  padding: 0 120px 30px;

}


#home-landpage .six-screen .img-box {
  margin-bottom: -50px;
  margin-top: -100px;

}

#home-landpage .seven-screen {
  background: #000 url(/images/home/s7-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}


#home-landpage .site-footer {
  background: #F8F0FF;
  padding: 30px 0 0px;
}

#home-landpage .site-footer .dl-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

#home-landpage .site-footer .dl-link img {
  display: block;
  height: 86px;
}

#home-landpage .site-footer .ft-link {
  padding-top: 50px;
  text-align: center;
}

#home-landpage .site-footer .ft-link a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  margin: 0 20px;
}

#home-landpage .site-footer .copy-right {
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
  line-height: 1.5;
}


#home-landpage .drop-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: none;
}

#home-landpage .drop-menu.show {
  display: block;
}

#home-landpage .drop-menu .inc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .6rem;
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
}

#home-landpage .drop-menu .inc a {
  display: block;
  padding: .2rem 0;
  border-bottom: dotted 1px #00000010;
  text-decoration: none;
  font-size: .4rem;
  margin: .3rem 0;
  color: #000;
}


@media only screen and (min-width:681px) {
  .hidden-sm-and-up {
    display: none !important;
  }
}


@media screen and (max-width: 680px) {

  .hidden-xs-only {
    display: none !important;
  }

  #home-landpage {
    font-size: 14px;
  }

  #home-landpage .in-mc {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 .386rem;
  }

  #home-landpage .site-header {
    max-width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 0 .3rem;
  }

  #home-landpage .site-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
  }

  #home-landpage .site-header .btn-menu svg {
    display: block;
    width: .5rem;
    height: .5rem;
  }

  #home-landpage .site-header .logo img {
    width: auto;
    height: 30px;
  }

  #home-landpage .site-header .nav .onav {
    display: none
  }

  #home-landpage .site-header .nav .btn-login {

    font-size: 15px;
  }


  #home-landpage .the-act {

    padding: 18px;
    border-radius: 46px;
  }

  #home-landpage .the-act>* {

    height: 1.352rem;
    width: 7.608rem;
    font-size: 20px;
    border-radius: 0.762rem;
  }

  #home-landpage .btn-start::before {
    width: 7.995rem;
    height: 1.739rem;
    border-radius: 0.869rem;
    border: 1px solid #FE0069;
    content: '';

  }


  #home-landpage h2 {
    font-size: 0.724rem;
    text-align: center;
    margin-bottom: 0.483rem;
  }


  #home-landpage .txt-img {
    flex-direction: column-reverse;
  }

  #home-landpage .txt-img .the-img {
    width: 100%;
  }


  #home-landpage .the-img img {}

  #home-landpage .txt-img .the-txt {
    text-align: center;
    font-size: .32rem;
    box-sizing: border-box;
    width: 100%;
  }

  #home-landpage .txt-img .the-txt h3 {
    font-size: 0.724rem;
    margin-bottom: .5rem;
    text-align: center;
  }

  #home-landpage .txt-img.odd {
    flex-direction: column-reverse;
  }


  #home-landpage .txt-img.odd .the-img {
    width: 80%;
    margin: 0 auto;
  }

  #home-landpage .odd .the-txt {}



  #home-landpage .first-screen {
    background-image: url(/images/home/s1-bg-m.jpg);
    padding-bottom: 40px;
  }

  #home-landpage .first-screen .in-mc {
    flex-direction: column;
    min-height: auto;
  }

  #home-landpage .first-screen .the-img {
    width: 100%;
    height: 5.94rem;
    margin: 30px 0 50px;
    border-radius: 0.579rem;
  }

  #home-landpage .first-screen .the-img video {

    border-radius: 0.5rem;
  }

  #home-landpage .first-screen .the-txt {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0;
  }

  #home-landpage .first-screen .solgn {
    margin-bottom: 0;
  }

  #home-landpage .first-screen .solgn h2 {
    font-size: 36px;
    margin-bottom: 0;
    text-align: left;
  }


  #home-landpage .first-screen .solgn h1 {
    font-size: 20px;
    text-align: left;
  }


  #home-landpage .two-screen {
    padding: 30px 0;

  }

  #home-landpage .three-screen {
    padding: 30px 0;
  }

  #home-landpage .three-screen .in-mc {
    flex-direction: column-reverse;
    gap: 20px;
  }

#home-landpage .two-screen .sub-txt {
  padding: 0;
}


  #home-landpage .three-screen .why-list li {
    font-size: 14px;
    padding: 0;
    gap: 12px;
    margin-bottom: 30px;
    align-items: flex-start;
    grid-column: span 6;
  }


#home-landpage .three-screen .why-list li:nth-child(4) {
  grid-column: span 6;
}

#home-landpage .three-screen .why-list li:nth-child(5) {
  grid-column: span 6;
}

  #home-landpage .three-screen .why-list li .idx {}

  #home-landpage .three-screen .why-list li h3 {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  #home-landpage .three-screen .why-list li h3 .idx {
    width: 1.98rem;
  }

  #home-landpage .three-screen .the-img {
    padding-bottom: 30px;
    width: 100%;
  }

  #home-landpage .four-screen {
    padding: 30px 0;
  }

  #home-landpage .four-screen .in-mc {
    padding: 0;
  }

  #home-landpage .four-screen .the-txt h2 {
    text-align: center;
  }

  #home-landpage .four-screen .txt-img .the-img {
    width: 80%;
    margin: 0 auto;
  }

  #home-landpage .four-screen .how-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    gap: 30px;
  }

  #home-landpage .four-screen .how-item {

  }

  #home-landpage .four-screen .how-item:first-child {
    grid-column: 1;
  }

  #home-landpage .four-screen .how-list p {
    width: 100%;

  }

  #home-landpage .four-screen .the-txt .sub-p {
    text-align: center;
    padding: 0 18px;
    box-sizing: border-box;
  }

  #home-landpage .five-screen {
    background-image: url(/images/home/s7-bg-m.jpg);
    background-size: contain;
    background-position: top center;
    padding: 60px 0;
    text-align: left;
    overflow: hidden;
  }

  .five-screen .f-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .five-screen .single-box .img-box img {
    max-width: 100%;
    transform: scale(1.1);
  }

  #home-landpage .five-screen .txt-img img {
    width: 80%;
  }

  #home-landpage .five-screen .txt-img .f-list {
    position: initial;
    width: 100%;
    height: auto;
    gap: 20px;
    padding-top: 20px;
  }

  #home-landpage .five-screen .txt-img .ocell {
    gap: 12px;
  }

  #home-landpage .five-screen .txt-img .ocell .of {
    flex: 1;
    height: 54px;
    font-size: 14px;
  }

  #home-landpage .six-screen {
    padding: 200px 0 50px;
    margin-top: -200px;
    text-align: center;
  }


  #home-landpage .six-screen .sub-txt {
    font-size: 14px;
    padding: 0 0 20px;
  }

  #home-landpage .six-screen .sub-txt p {
    margin-bottom: 0.483rem;
  }

  #home-landpage .six-screen .the-list {
    flex-direction: column;
  }

  #home-landpage .six-screen .img-box {
    text-align: center;
    margin-bottom: -30px;
    margin-top: -50px;
  }

    #home-landpage .six-screen .img-box img{
    max-width: 100%;
  }


  #home-landpage .seven-screen {
    background-image: url(/images/home/s7-bg-m.jpg);
    background-size: contain;
    padding: 30px 0;

  }

  #home-landpage .site-footer .dl-link {
    flex-direction: column;
    gap: 30px;
  }

  #home-landpage .site-footer .dl-link img {
    height: 56px;
  }

  #home-landpage .site-footer .ft-link {
    padding-top: 10px;
  }

  #home-landpage .site-footer .ft-link a {

    margin: 20px 0px;
    display: block;
  }

  #home-landpage .site-footer .copy-right {
    font-size: 10px;
  }


}