#main {
  --swiper-theme-color: #ffd027 !important;
  --swiper-pagination-color: #ffd027 !important;
  --swiper-pagination-bullet-inactive-color: #A09EBA !important;
  --swiper-pagination-bullet-inactive-opacity: 1 !important;
}

.hero-choose-your {
  background: #fff;
  overflow: hidden;
}

.hero-choose-your .lattice-line-left {
  left: 0;
  pointer-events: none;
}

.hero-choose-your .lattice-line-right {
  right: 0;
  pointer-events: none;
}

@media (max-width: 1919px) {
  .hero-choose-your .lattice-line-left {
    display: none;
  }
}

@media (max-width: 1919px) {
  .hero-choose-your .lattice-line-right {
    display: none;
  }
}

#hero .recommendedBox {
  background: #fff;
  margin: 0 -16px !important;
  padding-left: 16px;
  padding-right: 16px;
}

/* --------------------------------------------------------------
# Hero Section
-------------------------------------------------------------- */

#hero {
  overflow: hidden;
  width: 100%;
  background: #F7F6FF;
}

#hero .hero {
  background: black;
  /*background-size: 100% auto, 100% auto, 100% auto, 100% auto, 100% auto;*/
}

#hero .hero-bg {
  position: relative;
}

#hero .recommended-bundles-common {
  margin-top: 150px;
}

#hero .hero-container {
  padding-top: 230px;
  padding-bottom: 130px;
}

#hero .hero-left {
  max-width: 695px;
  width: 60.41%;
  margin-right: 50px;
}

#hero .hero-left .mySwiper2 {
  width: 100%;
  height: 505px;
  border-radius: 30px;
}

#hero .hero-left .mySwiper2 img, #hero .hero-left .mySwiper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

#hero .hero-left .mySwiper {
  width: 100%;
  height: 78px;
  margin-top: 20px;
}

#hero .hero-left .mySwiper .swiper-slide {
  border-radius: 10px;
  cursor: pointer;
}

#hero .hero-left .mySwiper .swiper-slide img {
  border-radius: 10px;
}

#hero .hero-left .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border: 6px solid #ffd027;
}

#hero .hero-left .mySwiper .swiper-slide.swiper-slide-thumb-active img {
  border-radius: 0 !important;
}

#hero .hero-left .swiper-button-next, #hero .hero-left .swiper-button-prev {
  display: none;
}

#hero .hero-left .mySwiper2:hover .swiper-button-next, #hero .hero-left .mySwiper2:hover .swiper-button-prev {
  display: block;
}

#mySwiper2Placeholder, #mySwiperPlaceholder {
  width: 100%;
  height: 100%;
  text-align: center;
}

#mySwiper2Placeholder .placeholder, #mySwiperPlaceholder .placeholder {
  height: 100%;
}

#hero .hero-right {
  flex: 1;
}

#hero .hero-right .title-text h1.title {
  color: #F7F6FF;
  font-style: normal;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

#hero .hero-right .title-text h3.sub-title {
  color: #F7F6FF;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-top: 5px;
}

#hero .hero-right .price {
  margin-top: 35px;
  justify-content: center;
  align-items: flex-end;
  align-items: center;
}

#hero .hero-right .price .price-text {
  color: #ffd027;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
}

#hero .hero-right .evaluation .text-evaluation {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

#hero .hero-right .evaluation {
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero .hero-right .qty {
  margin-top: 20px;
}

#hero .hero-right .qty .qty-text {
  color: #F7F6FF;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  margin-right: 10px;
}

#hero .hero-right #qty-input {
  width: 80px;
  height: 36px;
  border: 1px solid #FFFFFF;
  border-radius: 80px;
  background-color: rgba(0,0,0,0);
  text-align: center;
  color: #FFFFFF;
  padding: 4px 8px;
}

#hero .hero-right .add-order {
  margin-top: 36px;
  display: flex;
}

#hero .hero-right .add-order .my-btn {
  border-radius: 100px;
  color: #0D0B33;
  font-size: 18px;
  line-height: 160%;
  border: none;
  padding: 16px 24px;
  flex: 1;
}

#hero .hero-right .add-order .my-btn.my-btn-add {
  background: #6A66FF;
  color: #ffffff;
  margin-right: 8px;
}

#hero .hero-right .add-order .my-btn.my-btn-order {
  background: #ffd027;
  margin-left: 8px;
}

#hero .hero-right .dividing-line {
  width: 100%;
  border: 1px solid rgba(223, 223, 223, 0.1);
  margin: 36px 0px 32px;
}

#hero .hero-right .shg-content {
  background: rgba(0,0,0,0);
}

#hero .hero-right .shg-content .shg-item {
  /*padding: 16px 12px;*/
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-bottom: 10px;
}

#hero .hero-right .shg-content .shg-item .shg-item-box {
  padding: 16px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#hero .hero-right .shg-content .shg-item:nth-last-child(1) {
  margin: 0px;
}

#hero .hero-right .shg-content .shg-item .shg-item-img {
  margin-right: 8px;
}

#hero .hero-right .shg-content .shg-item .shg-item-text {
  font-weight: 400;
  font-size: 14px;
  /*line-height: 100%;*/
  color: #F7F6FF;
}

#hero .recommended-bundles h1.title {
  padding-top: 135px;
}

#hero .hero-stripe1 {
  max-width: 100%;
  max-height: 1035px;
  top: 0;
  left: 50px;
  pointer-events: none;
}

#hero .hero-stripe2 {
  top: 16%;
  right: -0.2%;
  pointer-events: none;
}

@media (max-width: 991px) {
  #hero .recommended-bundles-common {
    margin-top: 66px;
  }
}

@media (max-width: 991px) {
  #hero .recommended-bundles h1.title {
    padding-top: 70px !important;
  }
}

@media (max-width: 991px) {
  #hero {
    overflow: hidden;
    width: 100%;
    position: relative;
    /*background: linear-gradient(158.47deg, #0D0B33 38.16%, #4B3ED3 125.54%);*/
    background: #F7F6FF;
  }
}

@media (max-width: 991px) {
  #hero .hero {
    /*padding-bottom: 200px;*/
    background:  linear-gradient(158.47deg, #0b2e33 38.16%, #3ebfd3 125.54%);
    background-size: 100% auto, 100% auto, 100% auto, 100% auto, 100% auto;
  }
}

@media (max-width: 991px) {
  #hero .hero-bg {
    padding: 0 16px;
  }
}

@media (max-width: 991px) {
  #hero .hero-container {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  #hero .hero-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  #hero .hero-left .mySwiper2 {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  #hero .hero-left .mySwiper2 img {
    width: 100%;
    /*height: 100%;*/
    height: auto;
    display: block;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  #mySwiper2Placeholder {
    height: 270px;
  }
}

@media (max-width: 991px) {
  #hero .hero-left .swiper-button-next, #hero .hero-left .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 991px) {
  #hero .hero-left .mySwiper-mobile-pagination {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .title-text h1.title {
    color: #F7F6FF;
    font-style: normal;
    font-weight: 1000;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .title-text h3.sub-title {
    color: #F7F6FF;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .price {
    margin-top: 20px;
    justify-content: space-between;
    align-items: flex-end;
    align-items: start;
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .evaluation .text-evaluation {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .evaluation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .qty {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .qty .qty-text {
    color: #F7F6FF;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right #qty-input {
    width: 80px;
    height: 36px;
    border: 1px solid #FFFFFF;
    border-radius: 80px;
    background-color: rgba(0,0,0,0);
    text-align: center;
    color: #FFFFFF;
    padding: 4px 8px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .add-order {
    margin-top: 36px;
    display: flex;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .add-order .my-btn {
    border-radius: 100px;
    color: #0D0B33;
    font-size: 18px;
    line-height: 160%;
    border: none;
    padding: 16px 24px;
    flex: 1;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .add-order .my-btn.my-btn-add {
    background: #6A66FF;
    color: #ffffff;
    margin-right: 8px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .add-order .my-btn.my-btn-order {
    background: #ffd027;
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .dividing-line {
    width: 100%;
    border: 1px solid rgba(223, 223, 223, 0.1);
    margin: 36px 0px 32px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .shg-content {
    background: rgba(0,0,0,0);
  }
}

@media (max-width: 991px) {
  #hero .hero-right .shg-content .shg-item {
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    /*padding: 16px 12px;*/
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .shg-content .shg-item:nth-last-child(1) {
    margin: 0px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .shg-content .shg-item .shg-item-img {
    margin-right: 8px;
  }
}

@media (max-width: 991px) {
  #hero .hero-right .shg-content .shg-item .shg-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #F7F6FF;
  }
}

@media (max-width: 991px) {
  #hero .hero-stripe1 {
    top: 84px;
    left: 12.4%;
    pointer-events: none;
  }
}

@media (max-width: 375px) {
  #hero .hero-right .add-order {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 375px) {
  #hero .hero-right .add-order .my-btn.my-btn-add {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  #hero .hero-right .add-order .my-btn.my-btn-order {
    margin-left: 0px;
  }
}

/* discover
-------------------------------- */

#discover {
  text-align: center;
  margin-top: 135px;
  margin-bottom: 60px;
}

#discover .discover-item {
  position: relative;
  padding: 0px !important;
  margin-bottom: 140px;
}

#discover .discover-item.mgb30 {
  margin-bottom: 30px !important;
}

#discover .discover-item .title-top, #discover .discover-item .title-bottom {
  margin-bottom: 20px;
}

#discover .discover-item .title-top h1 {
  color: #000000;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}

#discover .containerBox {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#discover .label {
  border-bottom: 2px solid #000;
}

#discover .label img {
  max-width: 128px;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

#discover .label img.x1 {
  max-width: 82px;
}

#discover .label .name {
  margin-top: 20px;
  color: #000;
  font-weight: 700;
}

#discover .label .price {
  margin-top: 20px;
  color: #4A21EF;
  font-weight: 700;
}

#discover .label .des {
  color: #C5C5C5;
  font-size: 12px;
}

#discover .label .link {
  color: #000;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
}

#discover .itemBox {
  border-bottom: 1px solid #99AFCF;
  height: 100px;
}

#discover .noBorder {
  border: none;
}

#discover .item {
  padding: 35px 8px;
  flex: 1.5;
  color: #000;
  word-break: break-word;
  font-size: 16px;
}

#discover .item2, #discover .item3 {
  flex: 2;
}

#discover .item1 {
  color: #000000;
  max-width: 400px;
  text-align: left;
  font-weight: 900;
  font-size: 18px;
}

#discover .item1 p {
  line-height: 1.2;
  font-size: 18px;
}

#discover .label .item2 {
  background: linear-gradient(357deg, #FFF 0%, #EAEFF5 100%);
}

#discover .label .item3 {
  background: linear-gradient(357deg, #FFF 0%, #EAEFF5 100%);
}

#discover .item3 {
  border-left: 1px solid #99AFCF;
  border-right: 1px solid #99AFCF;
}

#discover .item1 img {
  width: 40px;
  margin-right: 16px;
}

#discover .trusted-item {
  width: 100%;
  max-width: 440px;
  min-height: 350px;
  background: #ffffff;
  border-radius: 24px;
  padding: 50px;
  color: #1d1d1d;
  height: auto;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

#discover .trusted-item .describe p {
  line-height: 1.6;
  font-size: 18px;
  text-align: left;
}

#discover .trusted-item .describe h3 {
  color: #1D1D1D;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-align: left;
  margin-bottom: 10px;
}

#discover .trusted-item .character-info {
  margin-bottom: 20px;
}

#discover .trusted-item .character-info .avatar {
  border-radius: 50%;
  max-width: 56px;
  max-height: 56px;
}

#discover .trusted-item .character-info .info {
  margin-left: 12px;
}

#discover .trusted-item .character-info .info .name {
  font-size: 16px;
  line-height: 1.6;
  color: #0d0b33;
  text-align: left;
}

#discover .swiper-pagination-trusted {
  margin-top: 50px;
  text-align: center;
}

#discover .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
  height: auto !important;
  padding: 20px 0px;
}

#discover .trustedBox {
  background: #fff;
}

#backedby {
  color: #000;
  padding: 100px 0 150px 0;
}

#backedby .line {
  border-bottom: 1px solid #847CB1;
}

#backedby .titleBox {
  align-items: center;
}

#backedby .item {
  flex: 1;
  text-align: center;
}

#backedby .imgBox img {
  height: 87px;
  flex: 1;
}

#backedby .imgBox {
  margin-top: 60px;
}

.blod {
  font-weight: 900;
}

#exhibit.ownBank {
  background: black;
}

#exhibit.ownBank h1 {
  color: #fff;
  font-size: 48px !important;
  font-weight: 1000;
  line-height: 1.1;
}

#exhibit.ownBank .list-item .text-show .describe .describe-item, #exhibit.ownBank .list-item .text-show .describe .describe-item a {
  color: #fff;
}

#exhibit.ownBank .list-item .text-show .describe .describe-item a {
  text-decoration: underline;
}

.ownBank .ownBankBox img {
  width: 610px;
}

.ownBank .ownBankBox .titleBox {
  margin-left: 100px;
}

.ownBank .ownBankBox .desc {
  margin-top: 26px;
}

#exhibit.ownBank .list-item {
  margin: 0 -50px !important;
}

#exhibit.ownBank .text-show-ownBank {
  padding: 0px 50px !important;
  max-width: 542px;
}

#exhibit.ownBank .image-show-ownBank {
  padding: 0px 50px !important;
}

#designedQR {
  max-height: 780px;
  position: relative;
  z-index: 0;
  color: #000;
}

#designedQR::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/designed.html) no-repeat center / cover;
  z-index: -1;
}

#designedQR .designedQR-container {
  height: 100%;
  max-height: 780px;
}

#designedQR .designedBox {
  max-width: 610px;
  text-align: left;
  padding: 400px 0px;
}

#designedQR .designedBox .title h1 {
  font-size: 48px;
  font-weight: 1000;
  line-height: 1.1;
}

#designedQR .designedBox .describe {
  max-width: 513px;
  margin-top: 18px;
}

#designedQR .designedBox .describe p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

#designedQR .describe .no-item {
  flex: 1;
  margin-left: 20px;
  margin-top: 38px;
}

@media (max-width: 991px) {
  #discover {
    /*padding: 0px 16px;*/
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .discover-item {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .discover-item .title-top {
    padding: 0px 16px;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .discover-item .title-top h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .containerBox .item1 p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .arrow-change {
    padding: 0px 16px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .arrow-change .arrow-change-left, #discover.choose_device .arrow-change .arrow-change-right {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .arrow-change .arrow-change-left svg, #discover.choose_device .arrow-change .arrow-change-right svg {
    max-width: 56px;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .arrow-change svg.arrow-change-svg[actived='x1'][name="left"] g {
    opacity: 0.2;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .arrow-change svg.arrow-change-svg[name="left"]:not([actived='x1']) g {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .arrow-change svg.arrow-change-svg[actived='s1pro'][name="right"] g {
    opacity: 0.2;
  }
}

@media (max-width: 991px) {
  #discover.choose_device .arrow-change svg.arrow-change-svg[name="right"]:not([actived='s1pro']) g {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  #discover .trustedBox {
    background: #fff;
    padding: 80px 16px 50px;
  }
}

@media (max-width: 991px) {
  #discover .label img.x1 {
    max-width: 50px;
  }
}

@media (max-width: 991px) {
  #discover .item {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  #discover .item2 {
    border-left: 1px solid #99AFCF;
    border-right: 1px solid #99AFCF;
  }
}

@media (max-width: 991px) {
  #discover .label .des {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  #discover .label .link {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #discover {
    text-align: center;
  }
}

@media (max-width: 991px) {
  #discover .trusted-item {
    width: auto;
    min-height: 350px;
    background: #F7F6FF;
    border-radius: 24px;
    padding: 30px;
    color: #1d1d1d;
    height: auto;
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  #discover .trusted-item .describe p {
    line-height: 1.6;
    font-size: 18px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  #discover .trusted-item .describe h3 {
    color: #1D1D1D;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #discover .trusted-item .character-info {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #discover .trusted-item .character-info .avatar {
    border-radius: 50%;
    max-width: 56px;
    max-height: 56px;
  }
}

@media (max-width: 991px) {
  #discover .trusted-item .character-info .info {
    margin-left: 12px;
  }
}

@media (max-width: 991px) {
  #discover .trusted-item .character-info .info .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #0d0b33;
    text-align: left;
  }
}

@media (max-width: 991px) {
  #discover .swiper-pagination-trusted {
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  #discover .trusted-list > .swiper-wrapper {
    transition-timing-function: linear !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  #discover .discover-item .title-top h1 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  #discover .item img {
    width: 90px;
  }
}

@media (max-width: 991px) {
  #discover .itemBox {
    height: 90px;
  }
}

@media (max-width: 991px) {
  #discover .itemBox img {
    display: none;
  }
}

@media (max-width: 991px) {
  #discover .name {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #exhibit h1 {
    font-size: 30px;
    font-weight: 1000;
    line-height: 1.1;
  }
}

@media (max-width: 991px) {
  #exhibit.ownBank h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 1000;
    margin-bottom: 20px;
    font-size: 30px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.ownBank .list-item .title {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #exhibit.ownBank .list-item .text-show .describe .describe-item div {
    text-align: center;
  }
}

@media (max-width: 991px) {
  #exhibit.always {
    background: #fff !important;
  }
}

@media (max-width: 991px) {
  #exhibit.always .list-item {
    padding: 100px 16px 74px;
  }
}

@media (max-width: 991px) {
  #exhibit.always .list-item .text-show .title h3 {
    font-size: 30px !important;
    text-align: left;
  }
}

@media (max-width: 991px) {
  #exhibit.always .list-item .text-show .describe .describe-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #exhibit.always .multiple-img {
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  #backedby {
    padding: 50px 0 100px;
  }
}

@media (max-width: 991px) {
  #backedby .line {
    display: none;
  }
}

@media (max-width: 991px) {
  #backedby .imgBox {
    display: block !important;
    text-align: center;
  }
}

@media (max-width: 991px) {
  #backedby .item img {
    width: 190px;
    height: auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #backedby .item2 img {
    width: 160px;
  }
}

@media (max-width: 991px) {
  #exhibit.ownBank {
    text-align: center;
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  #exhibit.ownBank .list-item {
    margin: 0px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.ownBank .text-show-ownBank {
    padding: 0px !important;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.ownBank .image-show-ownBank {
    padding: 0px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.ownBank .list-item {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  #designedQR {
    height: auto;
    position: relative;
    z-index: 0;
    color: #000;
    padding: 40px 0 0px 0;
  }
}

@media (max-width: 991px) {
  #designedQR h1 {
    text-align: left;
    font-size: 30px !important;
    font-weight: 1000 !important;
    line-height: 1.2 !important;
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  #designedQR .designedBox .describe p {
    font-size: 18px !important;
  }
}

@media (max-width: 991px) {
  #designedQR::before {
    background: #F3F1F4;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  #designedQR .designedQR-container {
    height: auto;
  }
}

@media (max-width: 991px) {
  #designedQR .designedBox {
    position: unset;
    text-align: center;
    padding: 0 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #designedQR .icon-no-box {
    flex-flow: wrap;
    text-align: left;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  #designedQR .icon-no-box {
    flex-flow: wrap;
  }
}

@media (max-width: 991px) {
  #designedQR .icon-no-box .no-item {
    flex: unset;
    width: calc(50% - 20px);
  }
}

@media (max-width: 991px) {
  #exhibit.larger-screen {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  #exhibit.larger-screen .title h1 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.larger-screen .describe p {
    line-height: normal !important;
    font-size: 18px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.larger-screen .img-box {
    margin-top: 60px;
    padding: 0px;
  }
}

@media (max-width: 991px) {
  #exhibit.larger-screen img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #exhibit.larger-screen .list-box {
    margin: 0px;
    padding: 0px 16px;
  }
}

@media (max-width: 991px) {
  #exhibit.larger-screen .text-show.text-show1 {
    padding: 0px 6px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.ultraClear {
    padding: 40px 0px 80px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.ultraClear .list-item .text-show .title {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.ultraClear .list-item .text-show .title h1 {
    margin-bottom: 16px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.ultraClear img {
    width: 100%;
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  #exhibit.improved {
    padding: 0px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.improved .list-item .title {
    margin: 0px;
  }
}

@media (max-width: 991px) {
  #exhibit.improved .list-item .title h1 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.improved img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .languages {
    padding: 74px 0 0 0 !important;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-box {
    padding: 0 !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 991px) {
  #exhibit.connectExtension {
    background: #fff;
  }
}

@media (max-width: 991px) {
  #exhibit.connectExtension .text-show-extension {
    padding: 0px 16px !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  #exhibit.connectExtension .text-show-extension h1 {
    color: #1C1D1E;
    font-size: 30px !important;
    font-weight: 1000 !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 991px) {
  #exhibit.connectExtension .list .list-item {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box {
    padding-top: 0px !important;
    padding-bottom: 100px !important;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .title h3 {
    margin-top: 60px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .box-left .box-left-item {
    width: 100% !important;
    margin-bottom: 50px !important;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .titleBox {
    display: flex;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .titleBox .title-item {
    margin-left: 14px!important;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .titleBox h3 {
    font-size: 24px;
    margin: 0px !important;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .box-left .box-left-item h3 {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #backedby .titleBox {
    padding: 0px 16px;
  }
}

@media (max-width: 767px) {
  #discover .discover-item .img .youtube {
    width: 100%;
    height: 193px;
  }
}

@media (max-width: 374px) {
  #discover.choose_device .arrow-change .arrow-change-left, #discover.choose_device .arrow-change .arrow-change-right {
    padding: 0px 8px;
  }
}

@media (max-width: 374px) {
  #discover.choose_device .arrow-change .arrow-change-left svg, #discover.choose_device .arrow-change .arrow-change-right svg {
    max-width: 40px;
    height: auto;
    width: 100%;
  }
}

/* ----------------------  exhibit and larger-screen start  ------------------------- */

.improved {
  padding: 150px 0 50px 0;
  background: black;
}

.improved img {
  max-width: 680px;
  width: 100%;
}

#exhibit.improved .list-item {
  margin: 0px -21px;
}

#exhibit.improved .list-item .image-show {
  padding: 0px 21px;
}

#exhibit.improved .list-item .text-show {
  max-width: 474px;
  padding: 0px 21px;
}

.larger-screen {
  padding: 0;
  padding-top: 120px;
  background: black;
}

.larger-screen .text-box .title h1 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 1000 !important;
}

.larger-screen .text-box .describe-item p {
  font-size: 18px !important;
  line-height: normal;
}

.larger-screen .describe-item {
  margin-top: 16px;
}

.larger-screen .describe-item1 {
  margin-top: 20px;
}

.larger-screen .bodyImg {
  max-width: 646px;
}

.larger-screen .list-box {
  margin: 0px -54px;
}

.larger-screen .img-box, .larger-screen .text-box {
  padding: 0px 54px;
}

#exhibit.larger-screen .describe-item-point img {
  width: 98px;
  margin-right: 10px;
}

#exhibit.ultraClear {
  background: black;
  color: #fff;
  /*padding: 250px 0 150px 0;*/
}

.ultraClear img {
  /*max-width: 600px;*/
  transform: scale(1.12);
}

#exhibit.ultraClear h1 {
  color: #fff;
}

#exhibit.ultraClear .describe .describe-item {
  color: #fff !important;
}

#exhibit h1 {
  font-weight: 900;
  color: white;
  margin-bottom: 50px;
}

#exhibit.always {
  background-color: black;
}

.always .list .list-item {
  margin-top: 30px;
}

#exhibit.always .multiple-img {
  max-width: 600px;
}

#exhibit .describe {
  max-width: 800px;
  /*margin-bottom: 50px;*/
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
}

#exhibit .describe p {
  color: white;
  font-size: 18px;
  line-height: 1.6;
  /*text-align: center;*/
  text-align: left;
}

#exhibit .list-item {
  padding-bottom: 80px;
  padding-top: 70px;
  /*margin: 0 -30px;*/
}

#exhibit .list-item .text-show {
  padding: 0px 30px;
  box-sizing: content-box;
}

#exhibit .list-item-ultra {
  padding: 180px 0px;
}

#exhibit .list-item .text-show.text-show-ultra {
  max-width: 440px;
  padding: 0px !important;
}

#exhibit .list-item .image-show-ultra {
  padding: 0px !important;
}

#exhibit .list-item .text-show.text-show-ultra .describe {
  max-width: 440px;
}

#exhibit .list-item .text-show1 {
  max-width: 508px;
}

#exhibit .list-item .text-show .describe .describe-item-first {
  max-width: 420px;
}

#exhibit .list-item .image-show {
  padding: 0px 30px;
  overflow: hidden;
  text-align: center;
}

#exhibit .list-item .language-list.image-show .language-list-box {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  max-width: 640px;
  width: 100%;
  margin-bottom: 20px;
}

#exhibit .list-item .language-list.image-show .language-list-box .language-item {
  /*padding: 0px 10px;*/
}

#exhibit .list-item .language-list.image-show .language-list-box .language-item .language-item-text {
  /*margin-bottom: 20px;*/
  width: 200px;
  background: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  border-radius: 12px;
  padding: 18px 0px;
  box-shadow: 0px 8px 6px rgba(0,0,0,.12);
}

#exhibit .list-item .text-show-default {
  max-width: 593px;
  padding: 0px 20px;
}

#exhibit .list-item .image-show.image-show-padding20 {
  padding: 0px 20px;
}

#exhibit .list-item.replenish-item .text-show.tokens-list-text {
  padding: 0px 10px !important;
}

#exhibit .list-item .image-show.tokens-list {
  padding: 0px 10px;
  max-width: 770px;
  width: 100%;
}

#exhibit .list-item .image-show.tokens-list .tokens-item {
  padding: 0px 6px;
  margin-bottom: 10px;
  width: 75px;
  min-height: 78px;
}

#exhibit .list-item .image-show.tokens-list .tokens-item .tokens-name {
  margin-top: 8px;
  color: #000000;
  font-size: 15px;
  line-height: 1;
}

#exhibit .list-item .image-show.tokens-list .tokens-icon img {
  max-width: 46px;
  width: 100%;
}

#exhibit .list-item .text-show .title {
  margin-bottom: 28px;
}

#exhibit .list-item .text-show .title.title-storage {
  margin-bottom: 76px;
}

#exhibit .list-item .text-show .title h3 {
  color: white;
  font-weight: 1000;
  font-size: 48px;
  line-height: 120%;
  text-align: left;
  text-align: center;
}

#exhibit .list-item .text-show .describe .describe-item {
  font-size: 18px;
  line-height: 1.6;
  color: white;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
}

#exhibit .text-show .describe .describe-item .describe-item-point {
  padding-right: 8px;
}

#exhibit .list-item .text-show .describe .icon-no-box {
  display: flex;
  justify-content: space-around;
}

#exhibit .list-item .text-show .describe .icon-no-box .no-item {
  max-width: 120px;
  text-align: center;
}

#exhibit .list-item .text-show .describe .icon-no-box .no-item p {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 14px;
}

#exhibit .list-item.replenish-item .image-show img {
  max-width: 730px;
  width: 100%;
}

#exhibit .list-item.replenish-item .text-show {
  max-width: 740px;
  padding: 0px 30px;
  box-sizing: content-box;
}

#exhibit .list-item.replenish-item .text-show a {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  text-decoration-line: underline;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #exhibit .list-item .language-list.image-show .language-list-box {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
  }
}

@media (max-width: 991px) {
  #exhibit .list {
    /*padding: 0px 16px;*/
    padding: 0px;
  }
}

@media (max-width: 991px) {
  #exhibit .title {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #exhibit .title h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #exhibit .describe {
    max-width: 100%;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #exhibit .text-show.text-show1 {
    max-width: 100%;
    padding: 0px 16px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show .title h3 {
    color: #000000;
    font-weight: 1000;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item {
    padding: 0px 16px;
    margin: 0px;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item.list-item-nopadding {
    padding: 0px !important;
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .image-show {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .language-list.image-show .language-list-box {
    max-width: 100%;
    width: 100%;
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .language-list.image-show .language-list-box .language-item {
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .language-list.image-show .language-list-box .language-item .language-item-text {
    width: 166px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    border-radius: 10px;
    padding: 14px 0px;
    box-shadow: 0px 4px 3px rgba(0,0,0,.12);
  }
}

@media (max-width: 991px) {
  #exhibit .list-item.replenish-item .text-show.tokens-list-text {
    padding: 0px 16px !important;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .image-show.tokens-list {
    padding: 0px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .image-show.tokens-list .tokens-item {
    padding: 0px 6px;
    margin-bottom: 10px;
    width: 75px;
    min-height: 78px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .image-show.tokens-list .tokens-item .tokens-name {
    margin-top: 8px;
    color: #000000;
    font-size: 15px;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .image-show.tokens-list .tokens-icon img {
    max-width: 46px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show {
    max-width: 100%;
    padding: 0px;
    margin-bottom: 14px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item-ultra {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show.text-show-ultra {
    max-width: 100%;
    margin-bottom: 36px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show.text-show-ultra .describe {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show-default {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .image-show img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show .describe .icon-no-box {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show .describe .icon-no-box .no-item {
    width: 50%;
    max-width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show .describe .icon-no-box .no-item img {
    max-width: 60px;
    height: auto;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show .describe .icon-no-box .no-item p {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item.replenish-item .image-show img {
    max-width: 730px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item.replenish-item .text-show {
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0px;
    box-sizing: content-box;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show .title.title-storage {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 641px) and (max-width: 991px) {
  #exhibit .list-item .language-list.image-show .language-list-box {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 375px) and (max-width: 640px) {
  #exhibit .list-item .language-list.image-show .language-list-box {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
  }
}

@media (max-width: 374px) {
  #exhibit .list-item .language-list.image-show .language-list-box .language-item .language-item-text {
    width: 120px;
  }
}

@media (max-width: 374px) {
  #exhibit .list-item .language-list.image-show .language-list-box {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
  }
}

/* -------------------------  exhibit and larger-screen end  ----------------------------- */

/* -------------------------------- */

#solutions-via {
  display: flex;
  justify-content: center;
}

#solutions-via .solutionsvia-box {
  overflow: hidden;
  margin: 150px auto 150px;
  background: black;
  border-radius: 48px;
}

#solutions-via .solutionsvia-content {
  padding: 55px 0px;
}

#solutions-via .solutionsvia-content .solutionsvia-top .pc-star .start-1 {
  top: 9%;
  left: 8.6%;
}

#solutions-via .solutionsvia-content .solutionsvia-top .pc-star .start-2 {
  top: 14%;
  right: 7.6%;
}

#solutions-via .solutionsvia-content .solutionsvia-top .title {
  margin: auto;
  margin-bottom: 20px;
}

#solutions-via .solutionsvia-content .solutionsvia-top .title-middle {
  max-width: 900px;
  margin-bottom: 10px;
}

#solutions-via .solutionsvia-content .solutionsvia-top .title-middle p {
  color: #FFFFFF;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

#solutions-via .solutionsvia-content .solutionsvia-top .title-bottom p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom {
  width: 100%;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item, #solutions-via .solutionsvia-content .solutionsvia-bottom-item .swiper-wrapper {
  max-width: 635px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0px 22px;
  z-index: 9;
}

#solutionsvia-swiper-img .swiper-img {
  max-height: 540px;
  width: auto;
}

#solutionsvia-swiper-img video.swiper-img {
  border-radius: 30px;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .top {
  position: relative;
  max-width: 515px;
  max-height: 457px;
  margin-bottom: 80px;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .middle {
  margin-bottom: 24px;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .middle h3 {
  color: #ffffff;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .bottom p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .item-right-item {
  border-radius: 12px;
  max-width: 500px;
  border: 1px solid #A09EBA;
  padding: 20px;
  margin-bottom: 10px;
  /*height: 110px;*/
  cursor: pointer;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .item-right-item.selected {
  border: 2px solid #ffd027;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .item-right-item:nth-last-child(1) {
  margin-bottom: 0px;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .item-right-item h3 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .item-right-item p {
  margin-top: 10px;
  color: #A09EBA;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#solutions-via .solutionsvia-content .solutionsvia-bottom-item .item-right-item.selected p {
  text-overflow: initial;
  display: -webkit-box;
  -webkit-box-orient: initial;
}

#solutions-via .solutionsvia-content .solutionsvia-moon {
  right: 0;
  top: 18%;
}

#solutions-via .solutionsvia-content .solutionsvia-stripe1 {
  top: -16%;
  left: 14.6%;
  pointer-events: none;
  z-index: 1;
}

#solutions-via .solutionsvia-content .solutionsvia-stripe2 {
  top: -11%;
  left: 19.6%;
  pointer-events: none;
  z-index: 1;
}

#solutions-via .solutionsvia-content .solutionsvia-stripe3 {
  bottom: -28px;
  right: 5.6%;
  pointer-events: none;
  z-index: 1;
}

/*  */

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content {
    padding: 46px 20px;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-bottom-item {
    margin-bottom: 14px;
    max-width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-bottom-item, #solutions-via .solutionsvia-content .solutionsvia-bottom-item .swiper-wrapper {
    max-width: 100%;
    align-items: stretch;
    /*flex-direction: row;*/
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-bottom-item .swiper-wrapper {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-bottom-item .item-right-item {
    max-width: 100%;
    padding: 12px;
    height: auto;
    /*height: 156px;*/
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-bottom-item .item-right-item:nth-last-child(1) {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-bottom-item .top {
    position: relative;
    max-width: 100%;
    max-height: inherit;
    margin-bottom: 36px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-bottom-item .item-right-item p {
    margin-top: 10px;
    text-overflow: initial;
    display: -webkit-box;
    -webkit-box-orient: initial;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-top .title {
    margin: auto;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-top .title-middle {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-top .title-bottom {
    margin: 0px -10px;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-top .title-middle p {
    color: #F9FBFE;
    font-weight: 1000;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  #solutions-via .solutionsvia-content .solutionsvia-top .title-bottom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center;
  }
}

@media (max-width: 991px) {
  #solutionsvia-swiper-img .swiper-img {
    max-height: 530px;
    width: auto;
  }
}

/* ------------- better-than -start -------------- */

#better-than {
  margin: 200px 0px 50px;
}

#better-than .title {
  margin-bottom: 36px;
}

#better-than .title h3 {
  color: #000000;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

#better-than .table-box .table-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-align: left;
  /*padding: 20px 0px;*/
  /*border-bottom: 1px solid #DFDFDF;*/
}

#better-than .table-box .table-item:first-child {
  border: none;
}

#better-than .table-box .table-item:nth-child(2) {
  /*border-color: #000000;*/
  /*border-width: 2px;*/
}

#better-than .table-box .table-item > div {
  flex: 1;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  padding: 0 10px;
}

#better-than .table-box .table-item .name-title {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

#better-than .table-box .table-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-align: left;
  /*padding: 20px 0px;*/
  border-bottom: 1px solid #fff;
}

#better-than .table-box .itemBox > div {
  padding: 20px 10px;
}

#better-than .table-box .itemBox {
  background: #EAEFF5;
  height: 90px;
}

#better-than .table-box .itemBox p {
  height: 100%;
}

#better-than .table-box .itemBox div:first-child {
  background: #fff;
  height: 100%;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

#better-than .table-box .itemBox div:first-child::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #EAEFF5;
}

#better-than .table-box .itemBox:first-child {
  background: #fff !important;
  height: 100%;
}

#better-than .table-box .table-item:first-child {
  border: none;
}

#better-than .table-box .table-item:nth-child(2) {
  /*border-color: #000000;*/
  /*border-width: 2px;*/
  background: #fff;
}

#better-than .table-box .table-item > div {
  font-weight: 400;
  font-size: 18px;
  border-right: 30px solid #fff;
  height: 100%;
  text-align: center;
}

#better-than .table-box .table-item > div.one {
  border-right: 0px !important;
}

#better-than .table-box .table-item .item {
  font-weight: 700;
  font-size: 18px;
  max-width: 230px;
}

#better-than .table-box .table-item .name-title {
  font-size: 18px;
}

#better-than .buyBtn {
  border-radius: 10px;
  background: #4A21EF;
  font-size: 12px;
  padding: 2px 4px;
  color: #fff;
}

#better-than .itemBox .s1 {
  font-weight: 700 !important;
}

#better-than .item .d-flex {
  justify-content: flex-start !important;
  text-align: left;
}

#better-than .item img {
  width: 40px;
  margin-right: 10px;
}

#better-than .table-box .table-item .x1_device_img {
  max-width: 88px;
  height: auto;
}

@media (max-width: 991px) {
  #better-than .item .d-flex {
    justify-content: flex-start !important;
  }
}

@media (max-width: 991px) {
  #better-than .item img {
    display: none;
  }
}

@media (max-width: 991px) {
  #better-than {
    margin: 50px 0px 100px;
    padding: 0px;
  }
}

@media (max-width: 991px) {
  #better-than .title {
    padding: 0px 10px;
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  #better-than .title h3 {
    color: #000000;
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
  }
}

@media (max-width: 991px) {
  #better-than .contrast-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #better-than .contrast-box .name {
    font-size: 12px;
    color: #000;
    text-align: center;
  }
}

@media (max-width: 991px) {
  #better-than .contrast-box .vs {
    color: #4A21EF !important;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  #better-than .contrast-box .contrast-box-item {
    box-sizing: border-box;
    border-radius: 6px 0 0 6px;
    border: 1px solid #000000;
    padding: 12px 4px;
    font-size: 12px;
    min-width: 100px;
    max-width: 150px;
    text-align: center;
    line-height: 1;
    color: #000000;
  }
}

@media (max-width: 991px) {
  #better-than .contrast-box .contrast-box-item:last-child {
    border-radius: 0 6px 6px 0;
  }
}

@media (max-width: 991px) {
  #better-than .contrast-box .contrast-box-item.active {
    background: #4A21EF;
    color: #FFFFFF !important;
    border-color: #4A21EF;
  }
}

@media (max-width: 991px) {
  #better-than .contrast-box .contrast-box-item.active .vs {
    color: #FFFFFF !important;
  }
}

@media (max-width: 991px) {
  #better-than .contrast-box .contrast-box-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #better-than .contrast-box .contrast-box-item .vs {
    font-weight: 700;
    color: #4A21EF;
    margin: 0 8px;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .table-item > div {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .table-item .x1_device_img {
    max-width: 72px;
    height: auto;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .table-item .nanox_device_img {
    max-width: 84px;
    height: auto;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .table-item .one_device_img {
    max-width: 77px;
    height: auto;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .itemBox div:first-child {
    padding: 20px 10px;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .itemBox div:first-child::before {
    width: 0;
    height: 0;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .table-item .item {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .table-item .name-title {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .itemBox {
    height: 62px;
  }
}

@media (max-width: 991px) {
  #better-than .table-box .table-item > div {
    border-right: 1px solid #fff;
  }
}

/* ---------------- better-than - end  -------------------- */

/* --------------- countries-regions - start ------------------ */

#countries-regions .countries-regions-box {
  text-align: center;
  margin: 190px auto 100px;
}

#countries-regions .countries-regions-box .title {
  margin-bottom: 78px;
}

#countries-regions .countries-regions-box .title h3 {
  color: #000000;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#countries-regions .countries-regions-box .title a {
  color: #4A21EF;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-decoration-line: underline;
}

#countries-regions .countries-regions-box .content-box img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  #countries-regions .countries-regions-box {
    text-align: center;
    margin: 40px auto 100px;
    padding: 0px 16px;
  }
}

@media (max-width: 991px) {
  #countries-regions .countries-regions-box .title {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  #countries-regions .countries-regions-box .title h3 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  #countries-regions .countries-regions-box .content-box img {
    width: 100%;
    height: auto;
  }
}

/* --------------- countries-regions - end ------------------ */

/* -------------------------------- */

#inside-box {
  background: black;
  color: white;
}

#inside-box h1 {
  width: 48px;
  font-weight: 900;
  text-align: left;
}

#inside-box .inside-box {
  padding: 150px 0 150px 0;
}

#inside-box .inside-box .box-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: auto auto;
  grid-row-gap: 50px;
  grid-column-gap: 42px;
  grid-template-areas: 'a b c d' 'e f g h';
}

#inside-box .inside-box .box-grid .grid-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#inside-box .inside-box .box-grid .grid-item-usbcable {
  grid-area: d;
  grid-row-start: 1;
  grid-row-end: 3;
}

#inside-box .inside-box .box-grid .grid-item p {
  font-size: 18px;
  line-height: 1.6;
  color: #030303;
  margin-top: 13px;
}

#inside-box .inside-box .box-grid-m {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, auto);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

#inside-box .inside-box .box-grid-m .grid-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#inside-box .inside-box .box-grid-m .grid-item img {
  width: auto;
}

#inside-box .inside-box .box-grid-m .grid-item p {
  font-size: 12px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 10px;
}

#inside-box .mgt280 {
  margin-top: 280px;
}

#inside-box .inside-box .inside-box-item {
  width: 100%;
}

#inside-box .inside-box .inside-box-item .title {
  margin-bottom: 50px;
}

#inside-box .inside-box .inside-box-item .title h3 {
  color: white;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  margin-top: 0;
}

#inside-box .inside-box .inside-box-item .box-left {
  flex-flow: wrap;
}

#inside-box .inside-box .inside-box-item .box-left, #inside-box .inside-box .inside-box-item .box-right {
  padding: 0px 44px;
}

#inside-box .inside-box .inside-box-item .box-left-right {
  margin: 0px -44px;
}

#inside-box .inside-box .inside-box-item .box-left .box-left-item {
  width: 33%;
  margin-bottom: 50px;
  padding-right: 20px;
}

#inside-box .inside-box .inside-box-item .box-left .box-left-item img {
  width: 40px;
}

#inside-box .inside-box .inside-box-item .box-left .box-left-item:nth-last-child(1) {
  margin-bottom: 0px;
}

#inside-box .inside-box .inside-box-item .box-left .box-left-item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 5px;
  color: white;
}

#inside-box .inside-box .inside-box-item .box-left .box-left-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: white;
}

#inside-box .inside-box .inside-box-item .box-right img {
  max-width: 705px;
}

@media (max-width: 991px) {
  #inside-box {
    background: #F7F6FF;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box-main {
    background: #0b2e33;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box {
    padding: 0px 16px;
    padding-top: 44px;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #inside-box .mgt280 {
    margin-top: 150px;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .title {
    margin-bottom: 36px;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .title h3 {
    color: #FFF;
    font-size: 30px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .box-left, #inside-box .inside-box .inside-box-item .box-right {
    padding: 0px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .box-left-right {
    flex-direction: column;
    margin: 0px;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .box-right-m {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .box-left .box-left-item {
    margin-bottom: 40px;
    color: #FFFFFF;
    padding: 0px;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .box-left .box-left-item:nth-last-child(1) {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .box-left .box-left-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box .inside-box-item .box-right img {
    max-width: 705px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #inside-box .inside-box-main img.hardware-wallet-m {
    transform: translateY(40px);
  }
}

#yotpo, #my-comment {
  padding: 60px 0px 0px;
  background: #ffffff;
}

@media (max-width: 991px) {
  #yotpo, #my-comment {
    padding: 30px 0px 30px;
    background: #ffffff;
  }
}

/* ------------------------ inside-box start ----------------------------------- */

/* ------------------------------- inside-box end ---------------------------------------- */

/* ----------------------------------------------------------------- */

.one-wallet-footer {
  /*background: url("../images/crypto-stripe1.svg") no-repeat, url("../images/one-wallet-footer-bg.svg") no-repeat, url("../images/crypto-stripe1.svg") no-repeat, linear-gradient( 109.75deg, rgba(117, 84, 252, 0) 35.1%, rgba(117, 84, 252, 0.2) 99.39% ), linear-gradient(162.15deg, rgba(13, 11, 51, 0) 1.61%, #0d0b33 71.13%), #4a21ef;*/
  /*background-position: top left, bottom, bottom right -26%, center;*/
  /*background-size: auto;*/
  /*animation: starFooter 2.5s ease-in infinite;*/
  background: black;
  background-position: center;
}

/* .one-wallet-footer-main {
  background: url("../images/crypto-stripe1.svg") no-repeat,
    url("../images/one-wallet-footer-bg.svg") no-repeat,
    url("../images/crypto-stripe1.svg") no-repeat;
  background-position: top left, bottom, bottom right -26%;
  background-size: auto;
  animation: starFooter 5s ease-in infinite;
} */

@keyframes starFooter {
  0% {
    background: url("../images/one-wallet-footer-bg.html") no-repeat, url("../images/crypto-stripe1.html") no-repeat, url("../images/crypto-stripe1.html") no-repeat;
    background-position: bottom, top left, bottom right -26%, center;
    background-size: auto;
  }
  50% {
    background: url("../images/one-wallet-footer-bg2.html") no-repeat, url("../images/crypto-stripe1.html") no-repeat, url("../images/crypto-stripe1.html") no-repeat;
    background-position: bottom, top left, bottom right -26%, center;
    background-size: auto;
  }
  100% {
    background: url("../images/one-wallet-footer-bg.html") no-repeat, url("../images/crypto-stripe1.html") no-repeat, url("../images/crypto-stripe1.html") no-repeat;
    background-position: bottom, top left, bottom right -26%, center;
    background-size: auto;
  }
}

/* ----one-wallet---- */

#one-wallet .one-wallet {
  text-align: center;
  max-width: 800px;
  margin: 70px auto 40px;
}

#one-wallet .one-wallet .sfp-logo .logo-box {
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

#one-wallet .one-wallet .title {
  margin-bottom: 48px;
}

#one-wallet .one-wallet .title h3 {
  color: #ffffff;
  font-weight: 1000;
  font-size: 80px;
  line-height: 1;
  text-align: center;
}

#one-wallet .one-wallet .download .set-off-btn {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  /*background: linear-gradient( 183.08deg, rgba(191, 255, 228, 0.2) 43.82%, rgba(191, 255, 228, 0) 111.17% );*/
  border-radius: 100px;
  padding: 10px;
}

#one-wallet .one-wallet .download .downloads-btn {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  color: #0d0b33;
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #ffd027;
  line-height: 1.6;
  border: none;
}

@media (max-width: 991px) {
  .one-wallet-footer {
    background: linear-gradient( 109.75deg, rgba(117, 84, 252, 0) 35.1%, rgba(117, 84, 252, 0.2) 99.39% ), linear-gradient(162.15deg, rgba(13, 11, 51, 0) 1.61%, #0b2e33 71.13%), #3ebfd3;
  }
}

/* .one-wallet-footer-main {
    background: 
    url("../images/crypto-stripe1.svg") no-repeat,
    url("../images/one-wallet-footer-bg-m.svg") no-repeat,
    url("../images/crypto-stripe1.svg") no-repeat;
    background-position: top left, bottom, bottom right 320%, center;
    background-size: auto;
  } */

@media (max-width: 991px) {
  #one-wallet .one-wallet {
    max-width: 100%;
    padding: 0px 16px;
  }
}

@media (max-width: 991px) {
  #one-wallet .one-wallet .title h3 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  #one-wallet .one-wallet .download .downloads-btn {
    font-weight: 500;
  }
}

/* --------------------------------------------------------------
# Sections
-------------------------------------------------------------- */

section {
  overflow: hidden;
}

button {
  font-weight: 700 !important;
}

.languages {
  padding: 0px 0px 0px 0px;
  background: black;
}

.connectExtension {
  background: black;
}

#exhibit.connectExtension .list .list-item {
  padding: 120px 0 96px 0;
  margin: 0px -30px !important;
}

.connectExtension img {
  max-width: 494px;
}

#exhibit.connectExtension .text-show-extension {
  max-width: 504px;
  color: #1C1D1E;
}

#exhibit.connectExtension .text-show-extension h1 {
  font-size: 48px;
  font-weight: 1000;
  line-height: 1.1;
  margin-bottom: 34px;
}

#exhibit.connectExtension .text-show-extension .describe-item {
  color: white !important;
}

#exhibit.connectExtension .text-show-extension .describe-item-first {
  margin-bottom: 22px;
  max-width: 100% !important;
}

.border-right-none {
  border-right: none !important;
}

@media (max-width: 991px) {
  #exhibit.connectExtension .list .list-item {
    margin: 0px !important;
  }
}

@media (max-width: 991px) {
  #exhibit.connectExtension .text-show-extension .title {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  #exhibit.connectExtension .text-show-extension h1 {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  #exhibit .list-item .text-show .describe .describe-item-first {
    margin-bottom: 26px !important;
  }
}

#hero .hero-right .title-text h1.title-exclusive {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

#discover.choose_device_x1xa {
  margin-top: 0px !important;
}

#hero .hero-right .price .price-text .original-price {
  text-decoration-line: line-through;
  font-size: 16px;
  margin-left: 6px;
}

@media (max-width: 991px) {
  #hero .hero-right .title-text h1.title-exclusive {
    font-size: 20px;
  }
}

