.banner {
  width: 100%;
}
.banner-top {
  width: 100%;
  padding: 3.659rem 0 1.28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-title h1 {
  font-weight: bold;
  font-size: 1.829rem;
  text-align: center;
  margin-bottom: 0.762rem;
}
.banner-title h2 {
  font-size: 1.098rem;
  color: #84828e;
  text-align: center;
  margin-bottom: 1.28rem;
}
.banner-downloads {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-downloads .download-btn {
  font-size: 0.732rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #a229f5 0%, #5695ec 100%);
  border-radius: 1.524rem;
  padding: 0.732rem 2.744rem;
  cursor: pointer;
  margin-bottom: 1.28rem;
  display: flex;
  align-items: center;
  column-gap: 0.305rem;
}
.banner-downloads .download-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.098rem;
}
.download-group .download-item {
  width: 5.488rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-group .download-item:hover {
  width: 5.488rem;
}
.download-group .download-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.download-group img {
  width: 2.134rem;
  height: 2.134rem;
}
.download-group .download-img span {
  font-size: 0.732rem;
  color: #181818;
}
.download-group .download-qrcode span {
  font-size: 10px;
  color: #181818;
}
.banner .banner-image {
  width: 100%;
}
.steps {
  width: 100%;
  padding: 2.561rem 0;
}
.steps .steps-title {
  font-weight: bold;
  font-size: 1.28rem;
  text-align: center;
  margin-bottom: 2.195rem;
}
.steps .steps-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2.439rem;
  background-color: #f7f6ff;
  padding: 0.915rem 1.22rem;
  border-radius: 0.61rem;
}
.steps .steps-content .steps-video {
  width: 420px;
}
.steps-content .steps-video video {
  width: 100%;
  border-radius: 0.305rem;
}
.steps .steps-content .steps-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  min-height: 568px;
  padding: 0.61rem 0;
}
.steps .steps-content .steps-item {
  display: flex;
  align-items: center;
  column-gap: 0.61rem;
}
.steps .steps-content .steps-item:not(:last-child) {
  margin-bottom: 0.61rem;
}
.steps-item .step-number {
  font-size: 2.134rem;
  font-weight: bold;
  color: #7a62f0;
}
.steps-item .step-detail {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.steps-item .step-title {
  font-size: 0.976rem;
  font-weight: 600;
}
.steps-item .step-desc {
  font-size: 0.61rem;
}
.steps-list .steps-btn {
  display: flex;
  padding: 0.366rem 1.098rem;
  border: 0.03rem solid transparent;
  border-radius: 1.524rem;
  background-clip: padding-box, border-box !important;
  background-origin: padding-box, border-box !important;
  background: linear-gradient(to right, #f7f6ff, #f7f6ff),
    linear-gradient(to right, #a229f5, #5695ec);
}
.steps-list .steps-btn a {
  color: #7a62f0;
  font-size: 0.732rem;
  font-weight: 600;
}
.features-container {
  padding-bottom: 2.561rem;
}
.features-container .features-title {
  text-align: center;
  font-size: 1.28rem;
  font-weight: bold;
  margin-bottom: 0.488rem;
}
.features-container .usb-features {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 1.951rem;
}
.features-container .usb-features .feature {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.317rem;
  width: calc(50% - 30px);
  border-radius: 0.61rem;
}
.features-container .usb-features .feature .feature-text {
  padding: 0 1.524rem;
  width: 100%;
}
.features-container .usb-features .feature .feature-title {
  font-size: 0.732rem;
  font-weight: 600;
  margin-bottom: 0.488rem;
  color: #181818;
}
.features-container .usb-features .feature .feature-desc {
  font-size: 0.488rem;
  font-weight: 600;
  margin-bottom: 0.488rem;
  color: rgba(24,24,24,0.7);
}
.features-container .usb-features .feature .feature-img {
  width: 71.4%;
}
.use-cases-title {
  font-size: 1.28rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.195rem;
}
.tab-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 30px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.tab-indicator {
  position: absolute;
  bottom: 10px;
  top: 10px;
  left: 0;
  width: 0;
  background-color: #f7f6ff;
  border-radius: 1.524rem;
  z-index: 1;
  transition: all 0.3s ease;
}
.use-cases-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1.22rem;
  z-index: 2;
}
.use-cases-tab {
  cursor: pointer;
  padding: 0.762rem 0.61rem;
  min-width: 7.317rem;
  border-radius: 1.524rem;
  font-size: 1.098rem;
  font-weight: 600;
  text-align: center;
  color: rgba(24, 24, 24, 0.6);
  background-color: transparent;
  transition: all 0.3s;
}
.use-cases-tab.active {
  /* background-color: #f7f6ff; */
  color: #9747ff;
}
.use-cases-contents {
  display: flex;
  justify-content: center;
}
.use-cases-content {
  display: none;
  background: #f5f5ff;
  border-radius: 0.61rem;
  padding-left: 2.439rem;
  column-gap: 2.439rem;
  align-items: center;
  width: 100%;
}
.use-cases-content.active {
  display: flex;
}
.use-cases-content-text {
  flex: 1;
  padding: 0.915rem 0;
}
.use-cases-content-title {
  font-size: 0.976rem;
  font-weight: bold;
  margin-bottom: 0.915rem;
}
.use-cases-content-desc {
  font-size: 0.61rem;
}
.use-cases-content-image {
  width: 600px;
}
.use-cases-content-image img {
  width: 100%;
  border-radius: 0.305rem;
}
.use-cases-container {
  padding: 2.561rem 0 2.927rem;
}
.use-cases-container .download-btn {
  font-size: 0.732rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #a229f5 0%, #5695ec 100%);
  border-radius: 1.524rem;
  padding: 0.732rem 2.744rem;
  cursor: pointer;
  margin: 5.488rem auto 0;
  display: flex;
  align-items: center;
  column-gap: 0.305rem;
}
.faq-container {
  background-color: #f5f5f5;
  padding-top: 2.927rem;
  padding-bottom: 2.927rem;
}
.faq-title {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.463rem;
  margin-bottom: 1.951rem;
}
.faq-item {
  padding: 0.305rem 0;
}
.faq-item a:hover {
  color: #9747ff !important;
}
.faq-question {
  font-size: 0.732rem;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 0.732rem 1.524rem;
  border-radius: 0.976rem;
}
.faq-icon {
  width: 1.098rem;
  height: 1.098rem;
  transition: transform 0.3s ease;
  user-select: none;
}
.faq-answer {
  font-size: 0.732rem;
  overflow: hidden;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  color: #181818;
  background-color: #ffffff;
  padding: 0 1.524rem;
  transition: all 0.3s ease;
  border-radius: 0.976rem;
}
.faq-item.active .faq-question {
  font-weight: bold;
}
.faq-item.active .faq-answer {
  padding: 0.732rem 1.524rem;
  margin-top: 0.732rem;
  height: auto;
  transform: scaleY(1);
  opacity: 1;
}
.faq-item .faq-answer ul {
  padding: 0 !important;
  margin: 0 !important;
}
.faq-item .faq-answer li {
  list-style: decimal inside !important;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 767.9px) {
  .download-btn .download-btn-img {
    width: 14px;
  }
  .steps {
    padding: 2.561rem calc(var(--bs-gutter-x) * .5);
  }
  .steps .steps-content {
    flex-direction: column;
  }
  .steps .steps-content .steps-video {
    width: 250px;
  }
  .steps .steps-content .steps-list {
    min-height: unset;
    width: 250px;
  }
  .feature img {
    width: 100%;
  }
  .steps-list .steps-btn {
    align-self: center;
    margin-top: 36px;
  }
  .steps-items {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .features-container .usb-features .feature {
    width: 320px;
  }
  .use-cases-container {
    padding: 2.561rem 20px 2.927rem;
  }
  .use-cases-content {
    flex-direction: column;
    padding-top: 24px;
    align-items: start;
    padding-left: 0;
  }
  .use-cases-content-text {
    padding: 0 20px;
  }
  .use-cases-content-desc {
   font-size: 0.61rem;
   margin-bottom: 0.915rem;
  }
  .use-cases-content-image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .download-btn .download-btn-img {
    width: 14px;
  }
  .steps .steps-content {
    flex-direction: column;
    padding: 36px 40px;
  }
  .steps .steps-content .steps-list {
    min-height: unset;
  }
  .steps-items {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .steps-list .steps-btn {
    align-self: center;
    margin-top: 80px;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .features-container .usb-features .feature {
    width: 630px;
  }
  .use-cases-content {
    flex-direction: column;
    padding-top: 24px;
    align-items: start;
    padding-left: 0;
  }
  .use-cases-content-text {
    padding-left: 36px;
    padding-right: 36px;
  }
  .use-cases-content-image {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1319.9px) {
  .use-cases-content-image {
    width: 460px;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .features-container .usb-features .feature {
    width: 630px;
  }
}