body * {
  box-sizing: border-box;
}
body {
  background-color: #fff;
}
p {
  font-size: inherit;
}
.home-btn-group {
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  gap: 4.17vw;
}
@media screen and (max-width: 997px) {
  .home-btn-group {
    gap: 4.8vw;
    flex-direction: column;
  }
}
.btn {
  width: 16.15vw;
  height: 3.54vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.16vw;
  border-radius: 4.17vw;
  box-sizing: border-box;
  margin: 0 auto;
  color: #1d1d1f;
  font-size: 1.25vw;
  text-align: center;
  transition: all 0.3s;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #DCDFEB;
}
.btn.btn-down {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
  overflow: hidden;
  border: 1px solid #fff;
  background: #006DFF;
  color: #FFF;
}
.btn.btn-down:hover {
  border: 1px solid rgba(255, 255, 255, 0.69);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #006DFF;
  backdrop-filter: blur(7.75px);
}
.btn.btn-buy:hover {
  border: 1px solid #B8C1E4;
  background: #EDEEF2;
  backdrop-filter: blur(7.75px);
}
@media screen and (max-width: 997px) {
  .btn {
    width: 66.67vw;
    height: 12.27vw;
    border-radius: 16vw;
    font-size: 4.8vw;
  }
  .btn.btn-down:hover {
    height: 14.27vw;
  }
  .btn.btn-down:hover .btn-desc {
    font-size: 3.2vw;
  }
}
.btn-mac,
.btn-win {
  display: none;
}
.btn-mac.show,
.btn-win.show {
  display: block;
}
.pc-style {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-style {
    display: none;
  }
}
.mobile-style {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-style {
    display: block;
  }
}
main .container {
  max-width: 62.5vw;
  width: 62.5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 997px) {
  main .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
.home-navigation {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
.home-navigation.show {
  visibility: visible;
  max-height: 100%;
  opacity: 1;
}
.home-navigation .container {
  max-width: 62.5vw;
  width: 62.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 0.73vw 0;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 997px) {
  .home-navigation .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
.home-navigation .nav-menu {
  display: flex;
  align-items: center;
  gap: 3.13vw;
}
.home-navigation .nav-links {
  display: flex;
  align-items: center;
  gap: 3.13vw;
}
.home-navigation .nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.home-navigation .nav-link-text {
  font-size: 0.83vw;
  color: #606060;
  white-space: nowrap;
  font-weight: 700;
}
.home-navigation .nav-link-text:hover {
  color: #006DFF;
}
.home-navigation .nav-buttons {
  display: flex;
  align-items: center;
}
.home-navigation .box {
  display: flex;
  align-items: center;
  column-gap: 0.94vw;
}
.home-navigation .nav-logo {
  font-size: 1.25vw;
  font-weight: 600;
}
.home-navigation .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.86vw;
  background: #006DFF;
  color: #fff;
  font-size: 0.83vw;
  width: 10vw;
  height: 2.19vw;
  text-align: center;
  transition: all 0.3s;
  border: none;
}
.home-navigation .btn:hover {
  background: #0057CC;
}
.home-navigation .btn-buy {
  border: 1px solid #B8C1E4;
  background: #FFF;
  color: #111827;
}
.home-navigation .btn-buy:hover {
  border: 1px solid #B8C1E4;
  background: #EDEEF2;
}
@media screen and (max-width: 997px) {
  .home-navigation .container {
    padding: 0;
    flex-direction: column;
  }
  .home-navigation .nav-logo {
    font-size: 3.73vw;
    padding: 4.8vw 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
  }
  .home-navigation .nav-toggle-icon {
    width: 4.27vw;
    height: auto;
    transition: transform 0.3s;
  }
  .home-navigation.menu-expanded .nav-toggle-icon {
    transform: rotate(180deg);
  }
  .home-navigation .nav-menu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0;
    opacity: 0;
    visibility: hidden;
  }
  .home-navigation.menu-expanded .nav-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }
  .home-navigation .nav-links {
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .home-navigation .nav-link {
    flex-direction: row;
    padding: 5.33vw 12vw;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    justify-content: flex-start;
  }
  .home-navigation .nav-link:last-child {
    border-bottom: none;
  }
  .home-navigation .nav-link-text {
    font-size: 3.73vw;
    color: #333;
  }
  .home-navigation .nav-buttons {
    width: 100%;
    padding: 5.33vw;
    display: flex;
    gap: 2.67vw;
    justify-content: center;
  }
  .home-navigation .box {
    width: 100%;
    gap: 4.27vw;
  }
  .home-navigation .btn {
    width: 38.67vw;
    height: 8.53vw;
    border-radius: 5.33vw;
    font-size: 3.2vw;
    padding: 0;
  }
}
.new-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4.17vw 0 35.73vw;
  min-height: 43.31vw;
  background-color: #2a1218;
  background: url("../../img/music-converter/banner-img.webp") top center / cover no-repeat;
  background-attachment: contain;
}
.new-banner .container {
  position: relative;
  z-index: 0;
  text-align: center;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.new-banner .icon-banner1,
.new-banner .icon-banner2,
.new-banner .icon-banner3,
.new-banner .icon-banner4 {
  animation: float 2.2s ease-in-out infinite;
  width: 6.77vw;
}
.new-banner .icon-banner1 {
  position: absolute;
  top: 7.81vw;
  left: 4.95vw;
}
.new-banner .icon-banner2 {
  position: absolute;
  top: 16.67vw;
  left: 12.5vw;
  animation-delay: 0.4s;
}
.new-banner .icon-banner3 {
  position: absolute;
  top: 6.25vw;
  right: 12.5vw;
  animation-delay: 0.8s;
}
.new-banner .icon-banner4 {
  position: absolute;
  top: 17.19vw;
  right: 85px;
  animation-delay: 0.6s;
}
.new-banner .banner-tips {
  display: flex;
  align-items: center;
  column-gap: 1.1vw;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  padding: 0.83vw 1.56vw;
  font-size: 1.46vw;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 75px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(47.34999847px);
}
.new-banner .banner-tips h1 {
  background: linear-gradient(90deg, #FFAF50 0%, #FF4CA0 51%, #8A4EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: inherit;
  margin: 0;
  font-weight: inherit;
}
.new-banner .banner-tips img {
  width: 1.56vw;
  height: 1.56vw;
  object-fit: contain;
}
.new-banner .banner-tit {
  color: #030712;
  margin: 1.2vw 0 1.77vw;
  font-size: 3.54vw;
  font-weight: 600;
  line-height: 145%;
  text-align: center;
}
.new-banner .banner-desc {
  color: #374151;
  font-size: 1.35vw;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 auto 1.98vw;
  max-width: 48vw;
  text-align: center;
}
.new-banner .banner-usage {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 1.15vw auto 0;
  color: #606266;
  font-size: clamp(0.83vw, 14px, 0.94vw);
  text-decoration: none;
}
.new-banner .banner-usage::after {
  content: ">>";
  display: inline-block;
  transition: transform 0.3s;
}
.new-banner .banner-usage:hover::after {
  transform: translateX(0.52vw);
}
@media (max-width: 997px) {
  .new-banner {
    padding: 12vw 0 61.33vw;
    min-height: 0;
    background-image: url("../../img/music-converter/banner-img-mb.webp");
  }
  .new-banner .icon-banner1,
  .new-banner .icon-banner2,
  .new-banner .icon-banner3,
  .new-banner .icon-banner4 {
    display: none;
  }
  .new-banner .banner-tips {
    font-size: 4.27vw;
    padding: 2.4vw 4.8vw;
  }
  .new-banner .banner-tips img {
    width: 4.27vw;
    height: 4.27vw;
  }
  .new-banner .banner-tit {
    font-size: 11.2vw;
    margin: 4vw auto;
  }
  .new-banner .banner-desc {
    font-size: 4.8vw;
    max-width: none;
    padding: 0 4vw;
    margin-bottom: 7.47vw;
  }
  .new-banner .banner-usage {
    font-size: 3.2vw;
    margin-top: 4.27vw;
  }
}
.reveal-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s cubic-bezier(0.5, 0, 0, 1);
}
.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}
.reveal-up.delay-100 {
  transition-delay: 0.1s;
}
.reveal-up.delay-200 {
  transition-delay: 0.2s;
}
.reveal-up.delay-300 {
  transition-delay: 0.3s;
}
.reveal-up.delay-400 {
  transition-delay: 0.4s;
}
.section-title {
  text-align: center;
  font-size: 3.33vw;
  color: #1d1d1f;
  font-weight: 600;
  line-height: 1.35;
}
.section-title .highlight {
  color: transparent;
  background: linear-gradient(90deg, #e8326b 0%, #df432f 60%, #bf291b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wrap1 {
  background: #F5F9FD;
  padding: 1.93vw 0 5.21vw;
}
.wrap1 .section-title {
  margin-bottom: 1.77vw;
}
.wrap1 .wrap1-desc {
  text-align: center;
  color: #1F2937;
  font-size: 1.35vw;
  margin-bottom: 48px;
}
.wrap1 .wrap1-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1.67vw;
  max-width: 60.94vw;
  margin: 0 auto;
}
.wrap1 .wrap1-box img {
  width: 19.17vw;
  height: 5vw;
}
@media screen and (max-width: 997px) {
  .wrap1 {
    background: unset;
    padding: 13.33vw 0 0;
  }
  .wrap1 .section-title {
    margin-bottom: 5.33vw;
  }
  .wrap1 .wrap1-desc {
    font-size: 4.27vw;
    margin-bottom: 3.73vw;
  }
  .wrap1 .wrap1-box {
    max-width: 100%;
    gap: 2.93vw;
  }
  .wrap1 .wrap1-box img {
    width: 16vw;
    height: 16vw;
  }
}
@media screen and (max-width: 997px) {
  .section-title {
    font-size: 9.6vw;
  }
}
.wrap2 {
  padding: 5.21vw 0 8.33vw;
  background: #fff;
}
.wrap2 .section-title {
  margin-bottom: 6.77vw;
}
.wrap2 .wrap2-rows {
  display: flex;
  flex-direction: column;
  gap: 8.33vw;
}
.wrap2 .wrap2-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap2 .wrap2-row--reverse {
  flex-direction: row-reverse;
}
.wrap2 .wrap2-row__media {
  flex: 0 0 29.9vw;
}
.wrap2 .wrap2-row__media video,
.wrap2 .wrap2-row__media img {
  display: block;
  width: 100%;
  height: auto;
}
.wrap2 .wrap2-row__title {
  margin: 0 0 1.25vw;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.35;
  color: #1d1d1f;
}
.wrap2 .wrap2-row__body {
  color: #374151;
  font-size: clamp(0.94vw, 16px, 1.04vw);
  line-height: 1.8;
  font-weight: 400;
  max-width: 25.85vw;
}
.wrap2 .wrap2-link,
.wrap2 .wrap2-highlight {
  color: #006dff;
  font-weight: 600;
}
.wrap2 .wrap2-row__note {
  margin: 0.42vw 0 0;
  font-size: clamp(0.75vw, 14px, 0.83vw);
  line-height: 1.6;
  color: #606266;
}
.wrap2 .wrap2-checklist {
  margin: 1.25vw 0 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
}
.wrap2 .wrap2-checklist li {
  position: relative;
  margin-bottom: 0.73vw;
  line-height: 1.6;
  color: #374151;
  display: flex;
  align-items: flex-start;
  column-gap: 0.52vw;
}
.wrap2 .wrap2-checklist li img {
  width: 1.15vw;
  height: 1.15vw;
  margin-top: 0.2vw;
}
.wrap2 .wrap2-checklist li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 997px) {
  .wrap2 {
    padding: 13.33vw 0 10.67vw;
  }
  .wrap2 .section-title {
    margin-bottom: 5.33vw;
  }
  .wrap2 .wrap2-rows {
    gap: 8vw;
  }
  .wrap2 .wrap2-row,
  .wrap2 .wrap2-row--reverse {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 5.33vw;
  }
  .wrap2 .wrap2-row__media {
    order: -1;
    max-width: 100%;
  }
  .wrap2 .wrap2-row__text {
    max-width: 100%;
  }
  .wrap2 .wrap2-row__title {
    font-size: 7.47vw;
    margin-bottom: 3.2vw;
  }
  .wrap2 .wrap2-row__body {
    font-size: 3.73vw;
    max-width: 100%;
  }
  .wrap2 .wrap2-row__note {
    margin-top: 4.27vw;
    font-size: 3.2vw;
  }
  .wrap2 .wrap2-checklist li {
    margin-bottom: 2.67vw;
    font-size: 3.73vw;
    gap: 1.6vw;
  }
  .wrap2 .wrap2-checklist li img {
    width: 3.2vw;
    height: 3.2vw;
    margin-top: 0.8vw;
  }
}
.wrap3 {
  background: #F7F9FA;
  padding: 6.77vw 0 10.42vw;
}
.wrap3 .wrap3-desc {
  font-size: 1.46vw;
  color: #1F2937;
  text-align: center;
  margin-bottom: 1.15vw;
}
.wrap3 .step-swiper {
  width: 48.13vw;
  margin: 0 auto;
}
.wrap3 .section-title {
  margin-bottom: 1.25vw;
}
.wrap3 .section-desc {
  font-size: 1.04vw;
  color: #606266;
  text-align: center;
  margin-bottom: 1.04vw;
}
.wrap3 .swiper-slide {
  position: relative;
}
.wrap3 .step-img {
  width: 100%;
}
.wrap3 .step-icon {
  position: absolute;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s;
}
.wrap3 .step-icon:hover {
  transform: scale(1.05);
}
.wrap3 .step-icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.wrap3 .step-icon::before,
.wrap3 .step-icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.wrap3 .step-icon::after {
  animation: stepRipple 2s infinite ease-out;
}
.wrap3 .step-icon::before {
  animation: stepRipple 2s infinite ease-out 1s;
}
.wrap3 .step1 {
  top: 4.79vw;
  left: 11.46vw;
  width: 8.02vw;
  height: 3.23vw;
}
.wrap3 .step1::before,
.wrap3 .step1::after {
  border: 2px solid #fc8e99;
  border-radius: 0.5vw;
}
.wrap3 .step2 {
  right: 2.5vw;
  bottom: 3.18vw;
  width: 3.91vw;
  height: 3.91vw;
}
.wrap3 .step2::before,
.wrap3 .step2::after {
  border: 2px solid #D53692;
  border-radius: 50%;
}
.wrap3 .step2::before {
  animation: stepRippleCircle 2s infinite ease-out;
}
.wrap3 .step2::after {
  animation: stepRippleCircle 2s infinite ease-out 1s;
}
.wrap3 .step3 {
  top: 7vw;
  right: 7.6vw;
  width: 4.06vw;
  height: 1.46vw;
}
.wrap3 .step3::before,
.wrap3 .step3::after {
  border: 2px solid #2098fb;
  border-radius: 0.21vw;
}
.wrap3 .step4 {
  bottom: 4.48vw;
  right: 14.79vw;
  width: 15.68vw;
  height: 4.01vw;
}
.wrap3 .step4 img {
  box-shadow: 0 3.287px 34.35px 0 rgba(36, 36, 36, 0.1);
}
.wrap3 .step4::before,
.wrap3 .step4::after {
  border: 2px solid #1ED760;
  border-radius: 0.52vw;
}
.wrap3 .step-text {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4.38vw;
  width: max-content;
  margin: 1.56vw auto;
}
.wrap3 .step-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #D4D4D4;
  z-index: -1;
}
.wrap3 .step-text-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.04vw;
  color: #B0ACAC;
  text-align: center;
  border-radius: 3.91vw;
  background: #fff;
  border: 1px solid #D4D4D4;
  background: #FFF;
  font-weight: 600;
  cursor: pointer;
  padding: 0.52vw 1.67vw;
  transition: all 0.3s;
}
.wrap3 .step-text-item.active {
  border-color: #006DFF;
  color: #006DFF;
}
.wrap3 .home-btn-group {
  margin-top: 3.13vw;
}
.wrap3 .step-text-link {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.15vw;
  color: #111827;
  text-align: center;
  border-radius: 4.06vw;
  background: #fff;
  border: 1px solid #DCDFEB;
  padding: 0.83vw 1.15vw;
  transition: all 0.3s;
}
.wrap3 .step-text-link:hover {
  border: 1px solid #B8C1E4;
  background: #EDEEF2;
}
@media screen and (max-width: 997px) {
  .wrap3 {
    padding: 16vw 0 10.67vw;
    margin-top: 0;
  }
  .wrap3 .swiper {
    width: 100%;
  }
  .wrap3 .wrap3-desc {
    font-size: 5.33vw;
    margin-bottom: 4.27vw;
  }
  .wrap3 .section-desc {
    font-size: 3.2vw;
    margin: 5.33vw 8.5vw;
  }
  .wrap3 .swiper-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4.8vw;
    margin-top: 5.33vw;
  }
  .wrap3 .step-button-prev {
    transform: rotate(180deg);
  }
  .wrap3 .step-button-prev,
  .wrap3 .step-button-next {
    width: 9.6vw;
    height: 9.6vw;
    background: url(../../img/music-converter/arrow.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
  }
  .wrap3 .step1 {
    width: 37.87vw;
    height: 14.93vw;
    top: 17.6vw;
    left: 26vw;
  }
  .wrap3 .step1::before,
  .wrap3 .step1::after {
    border-radius: 1.33vw;
  }
  .wrap3 .step2 {
    width: 18.67vw;
    height: 18.67vw;
    right: 6.5vw;
    bottom: 6.18vw;
  }
  .wrap3 .step2::before,
  .wrap3 .step2::after {
    border-radius: 50%;
  }
  .wrap3 .step3 {
    width: 22.67vw;
    height: 7.73vw;
    top: 29.8vw;
    right: 28vw;
  }
  .wrap3 .step3::before,
  .wrap3 .step3::after {
    border-radius: 1.33vw;
  }
  .wrap3 .step4 {
    width: 68.53vw;
    height: 17.6vw;
    left: 50%;
    bottom: 19.73vw;
    transform: translateX(-50%);
  }
  .wrap3 .step4::before,
  .wrap3 .step4::after {
    border-radius: 2.13vw;
  }
  .wrap3 .home-btn-group {
    margin-top: 8vw;
  }
  .wrap3 .step-text-link {
    width: 66.67vw;
    height: 12.27vw;
    border-radius: 16vw;
    font-size: 4.8vw;
  }
}
@keyframes stepRipple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1.5) scaleY(1.8);
    opacity: 0;
  }
}
@keyframes stepRippleCircle {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.wrap4 {
  position: relative;
  padding: 6.77vw 0 8.33vw;
  background: url(../../img/music-converter/wrap4-bg.webp) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.wrap4 .container {
  position: relative;
  z-index: 1;
}
.wrap4 .section-title {
  margin-bottom: 3.65vw;
}
.wrap4 .wrap4-content {
  position: relative;
  display: grid;
  width: max-content;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 6.25vw;
  margin: 0 auto;
  padding: 2.6vw 0 1vw;
}
.wrap4 .wrap4-item {
  position: relative;
  z-index: 1;
  width: 28.7vw;
  padding: 2.08vw 0.83vw 0.83vw;
  border-radius: 1.56vw;
  background: var(--wrap4-border, linear-gradient(180deg, #61C6FF 0%, #BCE7FF 100%));
  transform-origin: center center;
}
.wrap4 .wrap4-item--blue {
  --wrap4-border: linear-gradient(180deg, #61C6FF 0%, #BCE7FF 100%);
  --wrap4-color: #103445;
  --wrap4-tint: #E9F7FF;
  --wrap4-tilt: -4.25deg;
}
.wrap4 .wrap4-item--orange {
  background: linear-gradient(180deg, #FFCD56 0%, #FFE8B2 100%);
  --wrap4-color: #4D4124;
  --wrap4-tint: #FFF7E3;
  --wrap4-tilt: 4.25deg;
}
.wrap4 .wrap4-item--pink {
  background: linear-gradient(180deg, #FCA6E9 0%, #FFEAFA 100%), linear-gradient(180deg, #FFCD56 0%, #FFE8B2 100%);
  --wrap4-color: #562641;
  --wrap4-tint: #FFF0FC;
  --wrap4-tilt: -4.25deg;
}
.wrap4 .wrap4-item--purple {
  background: linear-gradient(180deg, #9CBAFF 0%, #C5D7FF 100%);
  --wrap4-color: #142B37;
  --wrap4-tint: #EEF3FF;
  --wrap4-tilt: 4.25deg;
}
.wrap4 .wrap4-item-reveal {
  opacity: 0;
  --wrap4-fly-x: 0;
  --wrap4-fly-y: 0;
  transform: translate3d(var(--wrap4-fly-x), var(--wrap4-fly-y), 0) rotate(0deg) scale(0.56);
  transition: opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1), transform 0.82s cubic-bezier(0.175, 0.82, 0.28, 1.05);
}
.wrap4 .wrap4-item-reveal.active {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(var(--wrap4-tilt, 0deg)) scale(1);
}
.wrap4 .wrap4-item-reveal.wrap4-item-reveal--1 {
  --wrap4-fly-x: 7vw;
  --wrap4-fly-y: 5.5vw;
  transition-delay: 0.14s;
}
.wrap4 .wrap4-item-reveal.wrap4-item-reveal--2 {
  --wrap4-fly-x: -7vw;
  --wrap4-fly-y: 5.5vw;
  transition-delay: calc(0.14s + 0.15s);
}
.wrap4 .wrap4-item-reveal.wrap4-item-reveal--4 {
  --wrap4-fly-x: -7vw;
  --wrap4-fly-y: -5.5vw;
  transition-delay: calc(0.14s + 0.15s * 2);
}
.wrap4 .wrap4-item-reveal.wrap4-item-reveal--3 {
  --wrap4-fly-x: 7vw;
  --wrap4-fly-y: -5.5vw;
  transition-delay: calc(0.14s + 0.15s * 3);
}
.wrap4 .wrap4-item-reveal:hover {
  transition: all 0.3s;
  transform: translate(var(--tx, 0), var(--ty, 0)) scale(1.05) rotate(0deg);
}
.wrap4 .wrap4-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 5.21vw;
  height: 5.21vw;
  object-fit: contain;
}
.wrap4 .wrap4-item-title {
  margin: 1.4vw 0 0.83vw;
  text-align: center;
  font-size: 1.67vw;
  font-weight: 600;
  color: var(--wrap4-color);
  line-height: 1.3;
}
.wrap4 .item-con {
  border-radius: 1.04vw;
  background: #fff;
  padding: 1.25vw 1.04vw 1.04vw;
}
.wrap4 .wrap4-item-desc {
  margin: 0 0 0.73vw;
  text-align: center;
  font-size: clamp(0.94vw, 20px, 1.15vw);
  line-height: 1.65;
  color: #374151;
  text-align: left;
  font-weight: 400;
}
.wrap4 .item-con ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap4 .item-con li {
  display: flex;
  align-items: center;
  gap: 0.52vw;
  margin-bottom: 0.52vw;
  padding: 0.63vw 0.73vw;
  border-radius: 0.52vw;
  background: var(--wrap4-tint);
  font-size: clamp(0.73vw, 16px, 0.94vw);
  line-height: 1.5;
  color: #374151;
}
.wrap4 .item-con li:last-child {
  margin-bottom: 0;
}
.wrap4 .item-con li img {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
  object-fit: contain;
}
.wrap4 .item-con li span {
  flex: 1;
  min-width: 0;
}
.wrap4 .wrap4-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.wrap4 .wrap4-center.wrap4-center-reveal {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.42) rotate(0deg);
  transition: opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.175, 0.82, 0.28, 1.05);
}
.wrap4 .wrap4-center.wrap4-center-reveal.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.wrap4 .wrap4-center-inner img {
  width: 13.02vw;
  height: 13.02vw;
}
@media screen and (max-width: 997px) {
  .wrap4 {
    padding: 13.33vw 0 16vw;
    background: linear-gradient(180deg, #d8cfffbb 0%, #FFF 100%);
  }
  .wrap4 .section-title {
    margin-bottom: 10.67vw;
  }
  .wrap4 .wrap4-content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 14.93vw;
    padding: 4vw 0 0;
  }
  .wrap4 .wrap4-center {
    position: relative;
    left: auto;
    top: auto;
    order: -1;
    margin: 0 auto 2vw;
    pointer-events: none;
    transform: none;
  }
  .wrap4 .wrap4-center.wrap4-center-reveal {
    transform: scale(0.45) rotate(0deg);
    transition: opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.175, 0.82, 0.28, 1.05);
    transition-delay: 0s;
  }
  .wrap4 .wrap4-center.wrap4-center-reveal.active {
    transform: scale(1) rotate(0deg);
  }
  .wrap4 .wrap4-item-reveal {
    transform: translate3d(0, 11vw, 0) rotate(0deg) scale(0.58);
    transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.175, 0.82, 0.28, 1.05);
  }
  .wrap4 .wrap4-item-reveal.wrap4-item-reveal--1 {
    transition-delay: 0.12s;
  }
  .wrap4 .wrap4-item-reveal.wrap4-item-reveal--2 {
    transition-delay: 0.22s;
  }
  .wrap4 .wrap4-item-reveal.wrap4-item-reveal--4 {
    transition-delay: 0.32s;
  }
  .wrap4 .wrap4-item-reveal.wrap4-item-reveal--3 {
    transition-delay: 0.42s;
  }
  .wrap4 .wrap4-item-reveal.active {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  .wrap4 .wrap4-item {
    padding: 8vw 2.67vw 2.67vw;
    border-radius: 5.33vw;
    width: 100%;
  }
  .wrap4 .wrap4-icon {
    width: 17.87vw;
    height: 17.87vw;
  }
  .wrap4 .wrap4-item-title {
    margin: 4vw 0 3.2vw;
    font-size: 5.87vw;
  }
  .wrap4 .item-con {
    padding: 4vw 3.2vw 3.2vw;
    border-radius: 3.73vw;
  }
  .wrap4 .wrap4-item-desc {
    font-size: 3.73vw;
    margin-bottom: 2.67vw;
  }
  .wrap4 .item-con li {
    padding: 2.13vw 3.2vw;
    border-radius: 2.13vw;
    margin-bottom: 2.13vw;
    font-size: 3.2vw;
    gap: 2.13vw;
  }
  .wrap4 .item-con li img {
    width: 4.27vw;
    height: 4.27vw;
  }
}
.wrap5 {
  padding: 5.21vw 0 7.29vw;
  background: url(../../img/music-converter/wrap5-bg.webp) no-repeat top center;
  background-size: cover;
}
.wrap5 .section-title {
  margin-bottom: 3.65vw;
}
.wrap5 .wrap5-content {
  display: flex;
  flex-direction: column;
  gap: 3.65vw;
}
.wrap5 .wrap5-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.04vw;
  border: 1px solid #FFF;
  overflow: hidden;
  background: #fff;
}
.wrap5 .wrap5-row--reverse {
  flex-direction: row-reverse;
}
.wrap5 .wrap5-row__text {
  padding: 0 1.56vw 0 2.6vw;
  flex: 1;
}
.wrap5 .wrap5-row__media {
  flex: 0 0 31.25vw;
}
.wrap5 .wrap5-row__media img {
  display: block;
  width: 100%;
  height: auto;
}
.wrap5 .wrap5-row__title {
  margin: 0 0 1.04vw;
  font-size: 1.67vw;
  font-weight: 600;
  line-height: 1.35;
  color: #000C12;
}
.wrap5 .wrap5-row__body {
  color: #000C12;
  font-size: clamp(0.94vw, 20px, 1.15vw);
  line-height: 1.6;
  font-weight: 400;
  max-width: 25.85vw;
}
.wrap5 .wrap5-row__body p {
  margin: 0;
}
.wrap5 .wrap5-callout {
  margin: 1.56vw 0;
  padding: 0.63vw;
  border-radius: 0.52vw;
  border-left: 4px solid var(--wrap5-callout-border, #4a90e2);
  background: var(--wrap5-callout-bg, rgba(74, 144, 226, 0.1));
  font-size: clamp(0.94vw, 19px, 0.99vw);
  line-height: 1.65;
  font-weight: 500;
}
.wrap5 .wrap5-callout span {
  color: var(--wrap5-callout-color, #1e5bb8);
}
.wrap5 .wrap5-callout--blue {
  --wrap5-callout-border: #2157F1;
  --wrap5-callout-bg: #E4EBFF;
  --wrap5-callout-color: #2157F1;
}
.wrap5 .wrap5-callout--orange {
  --wrap5-callout-border: #FA923F;
  --wrap5-callout-bg: #FFF0E4;
  --wrap5-callout-color: #FF7B12;
}
.wrap5 .wrap5-callout--purple {
  --wrap5-callout-border: #E96CFF;
  --wrap5-callout-bg: #FBE4FF;
  --wrap5-callout-color: #D61EF7;
}
.wrap5 .wrap-table {
  margin-top: 3.91vw;
  margin-bottom: 4.17vw;
}
@media screen and (min-width: 998px) {
  .wrap5 .wrap5-content {
    gap: 0;
    padding-bottom: min(3vh, 10rem);
  }
  .wrap5 .wrap5-row {
    position: sticky;
    top: 21%;
    overflow: hidden;
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }
  .wrap5 .wrap5-row:nth-child(1) {
    z-index: 1;
    margin-bottom: 3.65vw;
  }
  .wrap5 .wrap5-row:nth-child(2) {
    z-index: 2;
    margin-bottom: 3.65vw;
  }
  .wrap5 .wrap5-row:nth-child(3) {
    z-index: 3;
    margin-bottom: 3.65vw;
  }
  .wrap5 .wrap5-row.reveal-up {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: box-shadow 0.4s ease, opacity 0.5s ease;
  }
  .wrap5 .wrap5-row.reveal-up.active {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 997px) {
  .wrap5 {
    padding: 13.33vw 0;
    overflow: hidden;
    width: 100%;
  }
  .wrap5 .section-title {
    margin-bottom: 5.33vw;
  }
  .wrap5 .wrap5-content {
    gap: 8vw;
    perspective: none;
    transform-style: flat;
    padding-bottom: 0;
  }
  .wrap5 .wrap5-row,
  .wrap5 .wrap5-row--reverse {
    position: static;
    margin-bottom: 0;
    top: auto;
    z-index: auto;
    transform-style: flat;
    will-change: auto;
    backface-visibility: visible;
    flex-direction: column-reverse;
    align-items: stretch;
    border-radius: 3.2vw;
    gap: 5.33vw;
  }
  .wrap5 .wrap5-row__media {
    flex: none;
    max-width: 100%;
  }
  .wrap5 .wrap5-row__title {
    font-size: 7.47vw;
    margin-bottom: 3.2vw;
  }
  .wrap5 .wrap5-row__body {
    font-size: 3.73vw;
    max-width: 100%;
  }
  .wrap5 .wrap5-callout {
    margin-top: 4.27vw;
    padding: 3.2vw 3.73vw 3.2vw 4vw;
    border-radius: 2.13vw;
    border-left-width: 3px;
    font-size: 3.47vw;
    margin-bottom: 3.47vw;
  }
  .wrap5 .wrap-table__help-icon {
    width: 4.27vw;
    height: 4.27vw;
  }
  .wrap5 .wrap-table__tooltip {
    width: 66.13vw;
  }
}
.wrap-table__scroll {
  width: 100%;
}
.wrap-table-swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.wrap-table-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.wrap-table__scroll {
  overflow: hidden;
  position: relative;
  border-radius: 1.04vw;
  padding-bottom: 2px;
}
.wrap-table__scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #E8EBF2;
  z-index: 1;
}
.wrap-table__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fff;
  z-index: 1;
}
.wrap-table__grid {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: min(100%, 52vw);
  border-radius: 1.04vw;
  overflow: visible;
  background: #fff;
}
.wrap-table__head {
  padding: 1.25vw 0;
  font-size: clamp(1.25vw, 26px, 1.46vw);
  font-weight: 600;
  text-align: center;
  color: #1f2937;
  background: #E8EBF2;
  border-bottom: 1px solid #E3E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-table__head--label {
  padding-left: 1.56vw;
}
.wrap-table__head--aio {
  position: relative;
  z-index: 5;
  padding-top: 1.35vw;
  padding-bottom: 1.35vw;
  color: #fff;
  font-weight: 700;
  border-radius: 1.04vw 1.04vw 0 0;
  background: linear-gradient(125deg, #007BFF 7.75%, #7B91FF 41.53%, #B599FF 67.09%, #FEA5FF 93.14%);
  overflow: hidden;
}
.wrap-table__label {
  padding: 1.25vw 1.56vw;
  font-size: clamp(1.04vw, 20px, 1.15vw);
  font-weight: 500;
  color: #4C5560;
  text-align: left;
  border-bottom: 1px solid #E3E8F0;
  display: flex;
  align-items: center;
}
.wrap-table__cell {
  padding: 1.04vw 1.25vw;
  font-size: clamp(1.04vw, 20px, 1.15vw);
  line-height: 1.5;
  color: #1F2937;
  text-align: center;
  border-bottom: 1px solid #e3e8f0a8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.31vw 0.42vw;
  overflow: visible;
}
.wrap-table__cell--tooltip-host {
  position: relative;
}
.wrap-table__help-icon {
  width: 1.04vw;
  height: 1.04vw;
}
.wrap-table__cell--aio {
  position: relative;
  z-index: 2;
  margin-left: -0.1vw;
  margin-right: -0.1vw;
}
.col-highlight {
  position: absolute;
  top: 0;
  left: calc(33.3% - 1px);
  width: calc(33.3% + 3px);
  height: calc(100%);
  border-radius: 1.04vw;
  background: linear-gradient(#fff, #fff) padding-box, conic-gradient(from 37deg, #FEA5FF, #B599FF, #7B91FF, #007BFF, #FEA5FF) border-box;
  border: 2px solid transparent;
  z-index: 2;
}
.wrap-table__cell--aio-bottom {
  border-radius: 0 0 0.73vw 0.73vw;
  margin-bottom: -0.21vw;
  padding-bottom: 1.25vw;
}
.wrap-table__cell--plain-bottom {
  border-radius: 0 0 0.52vw 0.52vw;
}
.wrap-table__aio-line {
  display: inline-flex;
  align-items: center;
  gap: 0.42vw;
}
.wrap-table__tick {
  flex-shrink: 0;
  display: block;
  width: 1.04vw;
  height: 1.04vw;
  min-width: 18px;
  min-height: 18px;
  object-fit: contain;
}
.wrap-table__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.04vw;
  height: 1.04vw;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #1F2937;
  cursor: default;
}
.wrap-table__help {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.21vw;
  cursor: help;
  outline: none;
}
.wrap-table__tooltip {
  position: absolute;
  right: -1.8vw;
  bottom: calc(100% + 0.52vw);
  z-index: 30;
  min-width: 12.54vw;
  padding: 0.42vw 0.52vw;
  border-radius: 0.21vw;
  background: #735DF1;
  color: #fff;
  font-size: clamp(0.52vw, 12px, 0.63vw);
  font-weight: 500;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: ellipsis;
  text-align: center;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
.wrap-table__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 14%;
  width: 0;
  height: 0;
  border-left: 0.42vw solid transparent;
  border-right: 0.42vw solid transparent;
  border-top: 0.52vw solid #735DF1;
}
.wrap-table__help:hover .wrap-table__tooltip,
.wrap-table__help:focus .wrap-table__tooltip,
.wrap-table__help:focus-within .wrap-table__tooltip {
  opacity: 1;
  visibility: visible;
}
.wrap-table__info-host {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.31vw;
  outline: none;
  cursor: help;
}
.wrap-table__tooltip--anchor-info {
  left: auto;
  right: 0;
  transform: none;
  text-align: center;
}
.wrap-table__tooltip--anchor-info::after {
  right: 0.42vw;
  left: auto;
}
.wrap-table__info-host:hover .wrap-table__tooltip,
.wrap-table__info-host:focus .wrap-table__tooltip,
.wrap-table__info-host:focus-within .wrap-table__tooltip {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 997px) {
  .wrap-table__tick {
    min-width: 4.27vw;
    min-height: 4.27vw;
  }
  .col-highlight {
    width: calc(33.3% + 3px);
  }
  .wrap5 .wrap-table {
    margin-top: 10.67vw;
    margin-bottom: 8vw;
  }
  .wrap-table__grid {
    min-width: 213.33vw;
    border-radius: 2.13vw;
  }
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-scrollbar-drag {
    background: #006DFF;
  }
  .wrap-table-swiper {
    padding-bottom: 6.4vw;
  }
  .wrap-table__scroll {
    border-radius: 3.47vw;
  }
  .col-highlight {
    border-radius: 3.47vw;
  }
  .wrap-table-swiper .swiper-slide {
    width: max-content;
    overflow: hidden;
  }
  .wrap-table__scroll::before,
  .wrap-table__scroll::after {
    height: 14px;
  }
  .wrap-table__head {
    padding: 4.27vw 0;
    font-size: 3.47vw;
  }
  .wrap-table__head--label {
    padding-left: 4vw;
  }
  .wrap-table__head--aio {
    padding-top: 3.73vw;
    padding-bottom: 3.73vw;
    border-radius: 3.47vw 3.47vw 0 0;
    font-size: 3.73vw;
  }
  .wrap-table__label {
    padding: 4.27vw 4vw;
    font-size: 3.2vw;
  }
  .wrap-table__cell {
    padding: 4.27vw 2.67vw;
    font-size: 3.2vw;
    gap: 1.07vw 1.33vw;
  }
  .wrap-table__cell--aio-bottom {
    border-radius: 0 0 2.13vw 2.13vw;
    padding-bottom: 3.73vw;
  }
  .wrap-table__cell--plain-bottom {
    border-radius: 0 0 2.13vw 2.13vw;
  }
  .wrap-table__aio-line {
    gap: 1.07vw;
  }
  .wrap-table__info {
    width: 4.27vw;
    height: 4.27vw;
    min-width: 18px;
    min-height: 18px;
    font-size: 11px;
  }
  .wrap-table__help {
    margin-left: 1.07vw;
  }
  .wrap-table__help img {
    width: 4.27vw;
    height: 4.27vw;
    min-width: 18px;
    min-height: 18px;
  }
  .wrap-table__tooltip {
    bottom: calc(100% + 2.13vw);
    max-width: min(72vw, 280px);
    padding: 2.13vw 3.2vw;
    border-radius: 2.13vw;
    font-size: 3.2vw;
  }
  .wrap-table__tooltip::after {
    border-left-width: 1.6vw;
    border-right-width: 1.6vw;
    border-top-width: 2.13vw;
  }
}
.section5 {
  padding: 7.81vw 0 8.85vw;
  position: relative;
  color: #061C3D;
  overflow: hidden;
  background: url(../../img/music-converter/section5.webp) no-repeat center center;
  background-size: cover;
}
.section5 h2 {
  text-align: left;
}
.section5 .intro-item-img {
  height: 1.67vw;
  width: auto;
}
.section5 .intro-detail-link {
  position: relative;
  display: block;
  color: #fff;
  background: #006DFF;
  font-size: clamp(0.83vw, 18px, 1.04vw);
  border-radius: 2.86vw;
  transition: all 0.3s ease;
  padding: 0.52vw 2.92vw;
  width: 100%;
  text-align: center;
}
.section5 .intro-detail-link:after {
  content: ">>";
  display: inline-block;
  vertical-align: middle;
}
.section5 .intro-detail-link:hover {
  background: #0057CC;
}
.section5 .section5-mini-title {
  font-size: 2.5vw;
  font-weight: 700;
  color: #061C3D;
  margin-bottom: 3.13vw;
  margin-top: 6.25vw;
}
.section5 .section5-reviews-title {
  margin-top: 10.42vw;
}
.section5 .section5-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.04vw;
}
.section5 .section5-media .section5-media-item {
  width: 100%;
  height: 100%;
}
.section5 .section5-media-intro {
  margin-top: 2.5vw;
  width: calc(100vw - ((100vw - 100%) / 2));
  overflow: hidden;
}
.section5 .section5-media-intro .swiper-slide {
  width: 25.42vw;
  border-radius: 0.63vw;
  background: #F7F8FB;
  padding: 1.88vw 1.56vw;
  height: 27.08vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section5 .section5-media-intro .intro-item-title {
  position: relative;
}
.section5 .section5-media-intro .intro-item-content {
  padding: 1.46vw 0 0;
  color: #2C3543;
  line-height: 180%;
  font-size: clamp(0.83vw, 18px, 1.04vw);
}
.section5 .review-top-label {
  font-size: clamp(0.63vw, 14px, 0.83vw);
  border-radius: 3.13vw;
  background: rgba(235, 238, 245, 0.44);
  padding: 0.42vw 0.63vw;
  width: max-content;
  margin-bottom: 0.83vw;
}
.section5 .item2 .intro-item-img {
  height: 2.71vw;
}
.section5 .item2 .intro-item-content {
  padding-top: 0.83vw;
}
.section5 .section5-reviews {
  overflow: hidden;
  width: 100%;
}
.section5 .section5-reviews .section5-reviews-wrapper {
  display: flex;
  gap: 1.25vw;
  width: max-content;
  will-change: transform;
}
.section5 .section5-reviews .section5-review-slide {
  border-radius: 0.63vw;
  background: #fff;
  width: 20.83vw;
  padding: 1.67vw;
  height: 24.79vw;
  flex-shrink: 0;
}
.section5 .section5-reviews .review-top-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.3vw;
}
.section5 .section5-reviews .review-top-logo img {
  height: 1.56vw;
}
.section5 .section5-reviews .left-title {
  display: block;
  font-size: 1.04vw;
}
.section5 .section5-reviews .review-top-text {
  color: #303133;
  line-height: 1.6;
  font-size: 0.83vw;
}
.section5 .section5-reviews .right-img {
  width: 4.17vw;
  height: 4.17vw;
}
.section5 .section5-reviews .review-bottom-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.52vw;
}
.section5 .section5-reviews .section5-review-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section5 .section5-reviews .review-bottom {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.52vw;
  font-size: 1.04vw;
}
.section5 .section5-media-intro-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.04vw;
}
.section5 .s-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.35vw;
}
.section5 .s-buttons .s-prev,
.section5 .s-buttons .s-next {
  width: 2.86vw;
  height: 2.86vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.section5 .s-buttons .s-prev:hover,
.section5 .s-buttons .s-next:hover {
  content: url(../../img/music-converter/right.png);
  transform: rotate(180deg);
}
.section5 .s-buttons .s-prev img,
.section5 .s-buttons .s-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section5 .s-buttons .s-next {
  transform: rotate(180deg);
}
.section5 .s-buttons .s-next:hover {
  transform: rotate(0deg);
}
@media screen and (max-width: 997px) {
  .section5 {
    padding: 13.33vw 0;
    background-image: url(../../img/music-converter/section5-mb.webp);
  }
  .section5 h2 {
    text-align: center;
  }
  .section5 .section5-media-intro-header {
    justify-content: center;
  }
  .section5 .s-buttons {
    justify-content: center;
  }
  .section5 .section5-mini-title {
    margin-top: 10.13vw;
    font-size: 8.53vw;
    text-align: center;
    margin-bottom: 10.67vw;
  }
  .section5 .section5-media {
    flex-wrap: wrap;
  }
  .section5 .section5-media .section5-media-item {
    width: max-content;
  }
  .section5 .section5-media img {
    height: 5.33vw;
    width: auto;
  }
  .section5 .intro-detail-link {
    font-size: 4.27vw;
    padding: 2.67vw 13.33vw;
    border-radius: 8.53vw;
  }
  .section5 .section5-media-intro {
    margin-top: 8vw;
    width: 100%;
  }
  .section5 .section5-media-intro .review-top-logo img {
    height: 6.93vw;
  }
  .section5 .section5-media-intro .swiper-slide {
    width: 100%;
    padding: 6.4vw 5.87vw 6.93vw;
    min-height: 121.6vw;
    height: auto;
    border-radius: 3.2vw;
    overflow: hidden;
  }
  .section5 .section5-media-intro .intro-item-img {
    height: 8.53vw;
  }
  .section5 .section5-media-intro .intro-item-content {
    padding: 4.8vw 0 0;
    font-size: 16px;
  }
  .section5 .section5-reviews-container {
    padding: 0 4vw;
  }
  .section5 .section5-reviews-title {
    margin-top: 21.33vw;
    margin-bottom: 0;
  }
  .section5 .section5-reviews {
    margin: 8vw 0 0;
    width: 100%;
    overflow: hidden;
  }
  .section5 .section5-reviews .section5-reviews-wrapper {
    display: flex;
    gap: 0;
  }
  .section5 .section5-reviews .section5-reviews-wrapper .section5-review-slide {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .section5 .section5-reviews .review-top-logo {
    margin-bottom: 5.33vw;
  }
  .section5 .section5-reviews .review-top-logo img {
    height: 6.67vw;
  }
  .section5 .section5-reviews .right-img {
    width: 18.67vw;
    height: 18.67vw;
  }
  .section5 .section5-reviews .left-title {
    font-size: 4.27vw;
  }
  .section5 .section5-reviews .review-bottom {
    font-size: 4.53vw;
    gap: 2.67vw;
  }
  .section5 .section5-reviews .star-img {
    width: 25.87vw;
  }
  .section5 .section5-reviews .review-top-text {
    font-size: 3.73vw;
  }
  .section5 .section5-reviews .section5-reviews-wrapper .section5-review-slide {
    padding: 7.47vw 5.87vw 5.33vw;
    height: 97.33vw;
    border-radius: 3.2vw;
  }
  .section5 .review-top-label {
    font-size: 3.2vw;
    padding: 1.6vw 2.4vw;
    border-radius: 6.4vw;
    margin-bottom: 4.27vw;
  }
  .section5 .s-buttons {
    gap: 4.8vw;
    margin-top: 5.33vw;
  }
  .section5 .s-buttons .s-prev,
  .section5 .s-buttons .s-next {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.section6 {
  padding: 6.77vw 0;
  background: #fff;
}
.section6 .section-title {
  margin-bottom: 4.17vw;
}
.section6 .section6-content {
  max-width: 62.5vw;
  margin: 0 auto;
}
.section6 .faq-item {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #D2D2D7;
}
.section6 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1.46vw 0;
  cursor: pointer;
  font-size: 1.04vw;
  font-weight: 600;
  color: #1D1D1F;
  transition: all 0.3s ease;
}
.section6 .faq-question span:first-child {
  flex: 1;
  line-height: 1.6;
}
.section6 .faq-question .faq-arrow {
  display: inline-block;
  width: 0.83vw;
  height: 0.83vw;
  transition: transform 0.3s ease;
  margin-left: 1.04vw;
  flex-shrink: 0;
  object-fit: contain;
}
.section6 .faq-item.active .faq-question .faq-arrow {
  transform: rotate(180deg);
}
.section6 .faq-answer {
  max-height: 0;
  width: calc(100% - 4vw);
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.section6 .faq-answer p {
  font-size: 0.94vw;
  line-height: 1.6;
  color: #454C5D;
}
.section6 .faq-answer ul {
  margin: 0.52vw 0 0;
  padding: 0 0 0 1.35vw;
  list-style-type: square;
  list-style-position: outside;
}
.section6 .faq-answer li {
  margin: 0 0 0.42vw;
  padding-left: 0.31vw;
  font-size: 0.94vw;
  line-height: 1.6;
  color: #333333;
  font-weight: 400;
  list-style: disc;
  text-indent: -0.52vw;
}
.section6 .faq-answer li::marker {
  color: #1a1a1a;
}
.section6 .faq-answer li:last-child {
  margin-bottom: 0;
}
.section6 a {
  color: #0069D9;
  text-decoration: underline;
}
.section6 .faq-item.active .faq-answer {
  max-height: 1000px;
  padding: 0 0 1.46vw;
}
@media screen and (max-width: 997px) {
  .section6 {
    padding: 10.67vw 0;
  }
  .section6 .section-title {
    width: 75%;
    margin: 0 auto 2.67vw;
  }
  .section6 .section6-content {
    max-width: 100%;
  }
  .section6 .faq-item {
    border-bottom: 1px solid #D2D2D7;
  }
  .section6 .faq-question {
    padding: 4.27vw 0;
    font-size: 4.8vw;
    color: #1D1D1F;
  }
  .section6 .faq-question .faq-arrow {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 2.67vw;
  }
  .section6 .faq-answer {
    width: calc(100% - 16vw);
  }
  .section6 .faq-answer p {
    font-size: 3.73vw;
    line-height: 1.6;
    color: #454C5D;
  }
  .section6 .faq-answer ul {
    margin-top: 2.13vw;
    padding-left: 4.27vw;
  }
  .section6 .faq-answer li {
    margin-bottom: 1.6vw;
    padding-left: 1.07vw;
    font-size: 3.73vw;
    line-height: 1.6;
    color: #333333;
  }
  .section6 .faq-item.active .faq-answer {
    padding: 0 0 4.27vw;
    width: calc(100% - 9vw);
  }
}
.section7 {
  padding: 6.25vw 0;
  background: #FBFBFD;
}
.section7 .section-title {
  margin-bottom: 0;
}
.section7 .section7-buttons {
  display: none;
}
.section7 .section7-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.97vw 0.78vw;
  width: 100%;
  margin-top: 3.646vw;
}
.section7 .section7-content-item {
  border-radius: 0.94vw;
  background: #FFF;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20vw;
  text-decoration: none;
  transition: all 0.3s ease;
}
.section7 .section7-content-item:hover .image-item {
  transform: scale(1.1);
}
.section7 .image-box {
  width: 100%;
  height: 11.35vw;
  border-radius: 0.313vw;
  overflow: hidden;
  cursor: pointer;
}
.section7 .image-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.section7 .item-title {
  padding: 1.3vw;
}
.section7 .item-title .title-text {
  font-size: 1.042vw;
  font-weight: 700;
  color: #061C3D;
  line-height: 1.5;
  min-height: 2.92vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 997px) {
  .section7 {
    padding: 10.67vw 0;
  }
  .section7 .section7-buttons {
    display: flex;
    justify-content: center;
    gap: 2.67vw;
  }
  .section7 .section7-buttons .s-prev,
  .section7 .section7-buttons .s-next {
    width: 9.6vw;
    height: 9.6vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
  }
  .section7 .section7-buttons .s-prev:hover,
  .section7 .section7-buttons .s-next:hover {
    opacity: 0.7;
  }
  .section7 .section7-buttons .s-prev img,
  .section7 .section7-buttons .s-next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .section7 .section7-buttons .s-prev {
    transform: rotate(180deg);
  }
  .section7 .section7-swiper {
    overflow: hidden;
    position: relative;
  }
  .section7 .section7-content {
    gap: 0;
    margin-top: 8vw;
    justify-content: unset;
    flex-wrap: nowrap;
  }
  .section7 .section7-content-item {
    width: 100%;
    border-radius: 4vw;
  }
  .section7 .image-box {
    height: 48vw;
  }
  .section7 .item-title {
    padding: 5.33vw;
  }
  .section7 .item-title .title-text {
    font-size: 4.53vw;
    min-height: 15.67vw;
  }
  .section7 .section7-buttons .s-prev,
  .section7 .section7-buttons .s-next {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.section8 {
  background: url(../../img/music-converter/section8-bg.webp) no-repeat center center;
  background-size: cover;
  padding: 3.75vw 0 120px;
}
.section8 .section8-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 56.25vw;
  margin: 0 auto;
}
.section8 .section8-badge {
  display: flex;
  align-items: center;
  column-gap: 1.1vw;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 1.72vw;
  padding: 0.83vw;
  font-size: 1.56vw;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 75px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}
.section8 .section8-badge img {
  width: 1.56vw;
  height: 1.56vw;
  object-fit: contain;
  flex-shrink: 0;
}
.section8 .section8-badge .section8-brand {
  background: linear-gradient(90deg, #FFAF50 0%, #FF4CA0 51%, #8A4EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section8 .section8-icons {
  display: flex;
  justify-content: center;
  margin: 0 auto 1.15vw;
  width: 18.13vw;
}
.section8 .section8-icons img {
  display: block;
  width: 100%;
  max-width: 42vw;
  height: auto;
  object-fit: contain;
}
.section8 .section8-title {
  color: #030712;
  margin: 0 0 1.25vw;
  font-size: 3.33vw;
  font-weight: 700;
  line-height: 1.35;
}
.section8 .section8-desc {
  color: #1d1d1f;
  font-size: 1.46vw;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 auto 2.6vw;
}
.section8 .section8-btn-group {
  gap: 1.04vw;
}
@media screen and (max-width: 997px) {
  .section8 {
    padding: 8vw 0;
  }
  .section8 .section8-inner {
    max-width: 100%;
  }
  .section8 .section8-badge {
    font-size: 3.73vw;
    padding: 2.13vw 4.27vw;
    margin-bottom: 4.27vw;
  }
  .section8 .section8-badge img {
    width: 4.27vw;
    height: 4.27vw;
  }
  .section8 .section8-icons {
    margin-bottom: 5.33vw;
    padding: 0 2.13vw;
    width: 100%;
  }
  .section8 .section8-icons img {
    max-width: 100%;
  }
  .section8 .section8-title {
    font-size: 11.2vw;
    margin-bottom: 3.2vw;
  }
  .section8 .section8-desc {
    font-size: 4.8vw;
    max-width: none;
    margin-bottom: 6.4vw;
  }
  .section8 .section8-btn-group {
    gap: 4.27vw;
  }
}
