:root {
  --icon-play: url('data:image/svg+xml,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.7 9.81c1.73.97 1.73 3.41 0 4.38l-9.79 5.47C7.17 20.63 5 19.41 5 17.47V6.53c0-1.94 2.17-3.16 3.91-2.19l9.79 5.47z" fill="%23000"/></svg>');
  --icon-stop: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8" y="5" width="3" height="14" rx="1.5" fill="%23000"/><rect x="14" y="5" width="3" height="14" rx="1.5" fill="%23000"/></svg>');
}

body {
  font-family: var(--bs-body-font-family) !important;
}

a.link-text {
  color: #727374;
}

a.link-text:hover {
  color: #6ea30a;
}

a.btn.btn-black:hover {
  box-shadow: 0px 6px 16px 0px #00000040;
}

a.btn.btn-black span {
  transition: all 0.2s ease;
}

a.btn.btn-black:hover span {
  transform: translateX(5px);
}
@media (max-width: 991.98px) {
  .p-text {
    font-size: 14px;
  }
}
.text-focus {
  position: relative;
  z-index: 1;
}

.text-focus::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background: url(https://www.blipcut.com/images/product/tts/sec8-text-underline.png)
    no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 1vw;
  z-index: -1;
}

@media (max-width: 1599.98px) {
  .text-focus::before {
    bottom: -7px;
    height: 1.5vw;
  }
}

@media (max-width: 991.98px) {
  .text-focus::before {
    bottom: -6px;
    height: 16px;
  }
}

.top-bg {
  z-index: -1;
}

.section-1 {
  padding: 180px 0 68px;
}

.section-1 .text-green {
  background: linear-gradient(76.88deg, #81e029 15.52%, #37ddc0 37.55%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section-1 .title-text {
  max-width: 944px;
}

.section-1 .title-text p {
  font-size: 18px;
  opacity: 0.6;
}

@media (max-width: 991.98px) {
  .section-1 {
    padding: 104px 0 48px;
  }
  .section-1 .title-text p {
    font-size: 14px;
  }
}

.section-2 {
  padding: 72px 0;
  position: relative;
}

.section-2::before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 428px;
  background: url(https://www.blipcut.com/images/product/tts/sec2-earth.png)
    no-repeat center center;
  background-size: 100% 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -28px);
  z-index: -1;
}

.section-2 p.title {
  font-size: 20px;
}

.section-2 .items {
  margin-bottom: 38px;
}

.section-2 .item {
  width: calc(25%);
  text-align: center;
}

.section-2 .item .data {
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
  color: transparent;
  background: linear-gradient(109.94deg, #25442d 2.56%, #2f916f 90.94%);
  -webkit-background-clip: text;
}

.section-2 .icon-box {
  padding: 26px 0;
  position: relative;
  overflow: hidden;
}

.section-2 .icon-box::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(
    90deg,
    #fff -10%,
    rgb(255 255 255 / 90%) 14.18%,
    rgba(9, 12, 51, 0) 100%
  );
}

.section-2 .icon-box::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
  background: linear-gradient(
    90deg,
    rgba(9, 12, 51, 0) 0%,
    rgb(255 255 255 / 90%) 86.18%,
    #fff 100%
  );
}

@media (min-width: 992px) {
  .section-2 .icon-box > div {
    min-width: 1451px;
    display: inline-flex;
    justify-content: space-between;
    will-change: transform;
  }
  .section-2 .icon-box > div:first-child {
    animation: first_move 24s linear infinite;
    transform: translateX(100%);
    padding-right: 120px;
  }
  .section-2 .icon-box > div:last-child {
    animation: second_move 24s linear infinite;
    animation-delay: calc(24s / -2);
    transform: translateX(0);
    padding-right: 120px;
  }
  @keyframes first_move {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes second_move {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
}

@media (max-width: 1599.98px) {
  .section-2 {
    padding: 48px 0;
  }
  .section-2::before {
    width: 1000px;
    height: 401px;
    transform: translate(-50%, 10px);
  }
  .section-2 .items {
    margin-bottom: 32px;
  }
  .section-2 .item .data {
    font-size: 64px;
  }
  .section-2 .icon-box {
    padding: 24px 0;
  }
}

@media (max-width: 991.98px) {
  .section-2 {
    padding: 32px 0;
  }
  .section-2 .items {
    gap: 16px 0;
    margin-bottom: 10px;
  }
  .section-2 .item {
    width: 50%;
    padding: 16px 32px 24px;
  }
  .section-2 .item .data {
    font-size: 48px;
  }
  .section-2 .icon-box > div {
    gap: 24px;
  }
  .section-2 .icon-box > div > img {
    width: auto;
    height: 16px;
  }
  .section-2 .icon-box::before,
  .section-2 .icon-box::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-2::before {
    width: 720px;
    height: 302px;
    top: 72px;
    transform: translate(-50%, 0);
  }
  .section-2 .item {
    width: 100%;
  }
}

.section-3 {
  padding: 30px 0 80px 0;
}

@media (min-width: 992px) {
  .section-3 {
    padding: 64px 0 80px 0;
  }
}

@media (min-width: 1600px) {
  .section-3 {
    padding: 68px 0 120px 0;
  }
}

.section-3 .p-text {
  max-width: 810px;
}

@media (min-width: 1600px) {
  .section-3 .p-text {
    max-width: 1000px;
  }
}

.section-3 .description-box {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 24px;
}

@media (min-width: 992px) {
  .section-3 .description-box {
    margin-top: 40px;
    gap: 32px;
  }
}

@media (min-width: 1600px) {
  .section-3 .description-box {
    margin-top: 64px;
    gap: 48px;
  }
}

.section-3 .description-box .card {
  border-radius: 16px;
  gap: 12px;
}

@media (min-width: 992px) {
  .section-3 .description-box .img-cont {
    max-width: 526px;
    width: 46%;
  }
  .section-3 .description-box .text-cont {
    width: 49%;
  }
}
@media (min-width: 1599px) {
  .section-3 .description-box .img-cont {
    max-width: unset;
  }
}

@media (max-width: 991.98px) {
  .section-3 .description-box .img-cont {
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 400px) {
  .section-3 .description-box .img-cont {
    max-width: unset;
  }
}
.section-3 .description-box .text-cont {
  padding: 0 12px;
}

@media (max-width: 992px) {
  .section-3 .description-box .img-cont {
    max-width: 358px;
  }
}

.section-3 .description-box .text-cont .h3 {
  line-height: 140%;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .section-3 .description-box .text-cont .h3 {
    font-size: 24px;
  }
}
.section-3 .description-box .text-cont .p-text {
  color: #4a4a4a;
}

.section-3 .description-box .details-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.section-3 .description-box li {
  position: relative;
  padding-left: 30px;
}

.section-3 .description-box li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(https://www.blipcut.com/images/product/ai-podcast-generator/yes.svg)
    no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .section-3 .description-box .details-box ul {
    gap: 12px;
  }
  .section-3 .description-box .details-box ul li {
    padding-left: 28px;
    font-size: 14px;
  }
}

.section-3 .description-box .details-box .cells {
  gap: 12px;
}

.section-3 .description-box .details-box .p3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .section-3 .description-box .text-cont .p3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.section-3 .description-box .details-box .cell {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  font-size: 12px;
  line-height: 160%;
  color: #25442d;
  background: #dff0e599;
  border-radius: 60px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 8px 0px transparent;
}

.section-3 .description-box .details-box .cells1 .cell {
  padding: 5px 10px;
}

.section-3 .description-box .details-box .cells2 .cell {
  padding: 6.5px 20px;
}

.section-3 .description-box .details-box .cell:hover {
  background-color: #fff;
  border: 1px solid #25442d33;
  box-shadow: 0px 2px 8px 0px #b7d3c1b2;
}

.section-3 .description-box .details-box .cell img {
  width: 18px;
}

.section-3 .description-box .details-box .gobox {
  width: fit-content;
  color: rgba(26, 26, 26, 1);
}

.section-3
  .description-box
  .details-box
  .gobox:hover
  .link-hover-underline::after {
  right: auto;
  left: 0;
  width: 100%;
}

.section-3 .description-box .details-box .link-hover-underline::after {
  border-bottom-color: #000;
}

.section-4 {
  background: #f6f8fc;
  padding: 64px 0;
}

@media (min-width: 1600px) {
  .section-4 {
    padding: 100px 0 120px;
  }
}

@media (min-width: 992px) {
  .section-4 .voice-box {
    gap: 16px;
  }
}

@media (min-width: 1280px) {
  .section-4 .voice-box {
    gap: 24px;
  }
}

.section-4 .cell {
  width: 260px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background: #ffffff;
  /* border: 1px solid rgba(0, 0, 0, 0.1019607843); */
  height: auto;
}

@media (min-width: 992px) {
  .section-4 .cell {
    width: 280px;
  }
}

@media (min-width: 1280px) {
  .section-4 .cell {
    width: 380px;
  }
}

@media (min-width: 1600px) {
  .section-4 .cell {
    width: 456px;
  }
}

.section-4 .cell .top-text {
  padding: 24px 12px;
}

@media (min-width: 1280px) {
  .section-4 .cell .top-text {
    padding: 32px;
  }
}

.section-4 .cell .top-text .title {
  line-height: 140%;
  color: #000000;
}

@media (min-width: 992px) {
  .section-4 .cell .top-text .title {
    font-size: 20px;
  }
}
@media (min-width: 1599px) {
  .section-4 .cell .top-text .title {
    font-size: 24px;
  }
}

.section-4 .cell .top-text .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #4a4a4a;
}

@media (min-width: 1600px) {
  .section-4 .cell .top-text .desc {
    font-size: 18px;
  }
}

.section-4 .swiper-pagination-bullet {
  width: 14px;
  height: 5px;
  background: #25442d;
  margin-right: 6px;
}

.section-5 {
  padding: 80px 0 40px;
}

@media (min-width: 992px) {
  .section-5 {
    padding: 80px 0 20px;
  }
}

@media (min-width: 1600px) {
  .section-5 {
    padding: 120px 0 0;
  }
}

.section-5 .nav {
  flex-wrap: nowrap;
  margin: 32px auto 24px;
  overflow: auto;
}

@media (min-width: 992px) {
  .section-5 .nav {
    width: -moz-fit-content;
    width: fit-content;
    margin: 32px auto 24px;
  }
}

@media (min-width: 1600px) {
  .section-5 .nav {
    margin: 46px auto 20px;
  }
}

.section-5 .nav .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 8px;
  padding: 11px 24px;
  border: 1px solid #f2f2f2;
  line-height: 140%;
  font-weight: 400;
  color: #1a1a1a;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .section-5 .nav .nav-link {
    border-radius: 10px;
  }
}

@media (min-width: 1600px) {
  .section-5 .nav .nav-link {
    border-radius: 14px;
  }
}

.section-5 .nav .nav-link:hover,
.section-5 .nav .nav-link.active {
  font-weight: 500;
  color: #000000;
  background: #f6f8fc;
  border: 1px solid transparent;
}

.section-5 .nav .nav-link:not(:last-child) {
  margin-right: 16px;
}

.section-5 .tab-content {
  z-index: 1;
  position: relative;
  border-radius: 24px;
  background: #f6f8fc;
  backdrop-filter: blur(84.6px);
}

@media (min-width: 992px) {
  .section-5 .tab-content {
    border-radius: 21px;
  }
}

@media (min-width: 1600px) {
  .section-5 .tab-content {
    border-radius: 30px;
  }
}

.section-5 .tab-content .tab-inside {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 24px;
}

@media (min-width: 992px) {
  .section-5 .tab-content .tab-inside {
    flex-direction: row;
  }
}

@media (min-width: 1600px) {
  .section-5 .tab-content .tab-inside {
    padding: 32px;
  }
}

@media (min-width: 992px) {
  .section-5 .tab-content .text-cont {
    width: 45%;
  }
}

.section-5 .tab-content .text-cont .h3 {
  line-height: 140%;
}
@media (max-width: 1599px) {
  .section-5 .tab-content .text-cont .h3 {
    font-size: 24px;
  }
}

.section-5 .tab-content .text-cont .p2 {
  color: #4a4a4a;
}

@media (max-width: 992px) {
  .section-5 .tab-content .text-cont .p2 {
    color: #4a4a4a;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .section-5 .tab-content .img-cont {
    width: 50.9%;
  }
}

.section-5 .tab-content .img-cont .voicebox {
  width: 100%;
  padding: 10px 7px 7px;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 99;
}

.section-5 .tab-content .img-cont .voicebox .sculpture {
  position: relative;
  width: 20px;
  height: 20px;
  color: #1a1a1a;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 7px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .section-5 .tab-content .img-cont .voicebox {
    padding: 20px 13px 13px;
    border-radius: 0 0 13px 13px;
  }

  .section-5 .tab-content .img-cont .voicebox .sculpture {
    width: 35px;
    height: 35px;
    margin-right: 13px;
  }
}
@media (min-width: 1600px) {
  .section-5 .tab-content .img-cont .voicebox {
    padding: 24px 16px 16px;
    border-radius: 0 0 16px 16px;
  }
  .section-5 .tab-content .img-cont .voicebox .sculpture {
    width: 44px;
    height: 44px;
    margin-right: 16px;
  }
}

.section-5 .tab-content .img-cont .voicebox .sculpture::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(calc(1px - 50%), -50%);
  height: 65%;
  aspect-ratio: 1/1;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: var(--icon-play);
  mask-image: var(--icon-play);
  -webkit-mask-size: 80% auto;
  mask-size: 80% auto;
}

.section-5 .tab-content .img-cont .voicebox.active .sculpture::after {
  -webkit-mask-image: var(--icon-stop);
  mask-image: var(--icon-stop);
  transform: translate(-50%, -50%);
}
.section-5 .tab-content .img-cont .voicebox .wave {
  overflow: hidden;
  width: 100%;
  height: 18px;
}

.section-5 .tab-content .img-cont .voicebox .wave .sound-animation {
  --gap: 2px;
  --color: #ffffff66;
  --color-full: #ffffff;
  --span-width: 2px;
  --height-1: 7px;
  --height-2: 9px;
  --height-3: 13px;
  --height-4: 18px;
  display: flex;
  align-items: center;
  height: 18px;
  gap: var(--gap) !important;
}

.section-5 .tab-content .img-cont .voicebox .wave .sound-animation span {
  width: var(--span-width);
  background: var(--color);
  border-radius: 5px;
  transition: background 0.5s ease;
}
@media (min-width: 992px) {
  .section-5 .tab-content .img-cont .voicebox .wave {
    height: 30px;
  }

  .section-5 .tab-content .img-cont .voicebox .wave .sound-animation {
    --gap: 4px;
    --span-width: 3px;
    --height-1: 11px;
    --height-2: 15px;
    --height-3: 21px;
    --height-4: 30px;
    height: 30px;
  }
}
@media (min-width: 1600px) {
  .section-5 .tab-content .img-cont .voicebox .wave {
    height: 40px;
  }

  .section-5 .tab-content .img-cont .voicebox .wave .sound-animation {
    --gap: 6px;
    --span-width: 5px;
    --height-1: 18px;
    --height-2: 26px;
    --height-3: 30px;
    --height-4: 40px;
    height: 40px;
  }
}

.section-5 .p-tip {
  color: #878787;
}

.section-5 .imgswiper-box.swiper-wrapper {
  transition-timing-function: linear !important;
  transition-behavior: normal !important;
}

.section-5 .imgswiper-box .swiper-slide {
  transition-timing-function: linear !important;
}

.section-5 .imgswiper-box .swiper-slide {
  width: 51px;
  opacity: 0.3;
  transform-origin: center;
  transform: scale(1);
  transition: transform 0.3s linear, opacity 0.2s linear !important;
}

.section-5 .imgswiper-box .swiper-slide:hover {
  opacity: 1 !important;
  transform: scaleX(calc(56 / 51)) scaleY(calc(56 / 51));
}

@media (min-width: 768px) {
  .section-5 .imgswiper-box .swiper-slide {
    width: 68px;
  }
  .section-5 .imgswiper-box .swiper-slide:hover {
    transform: scaleX(calc(76 / 68)) scaleY(calc(76 / 68));
  }
}

@media (min-width: 1280px) {
  .section-5 .imgswiper-box .swiper-slide {
    width: 102px;
  }
  .section-5 .imgswiper-box .swiper-slide:hover {
    transform: scaleX(calc(112 / 102)) scaleY(calc(112 / 102));
  }
}

@media (min-width: 1600px) {
  .section-5 .imgswiper-box .swiper-slide {
    width: 128px;
  }
  .section-5 .imgswiper-box .swiper-slide:hover {
    transform: scaleX(calc(140 / 128)) scaleY(calc(140 / 128));
  }
}
.section-6 {
  padding: 120px 0;
}
@media (max-width: 1599.98px) {
  .section-6 {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .section-6 {
    padding: 20px 0 60px;
  }
}

.section-6 .cont {
  gap: 93px;
  width: -moz-max-content;
  width: max-content;
  padding: 70px;
  background: #f6ffe5;
  border-radius: 40px;
}

.section-6 .guide-list {
  width: 520px;
}

.section-6 .guide-list li {
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}

.section-6 .guide-list li .h3 {
  font-size: 24px;
  line-height: 140%;
}
@media (max-width: 1599px) {
  .section-6 .guide-list li .h3 {
    font-size: 20px;
  }
}

.section-6 .guide-list li:not(:last-child) {
  min-height: 146px;
}

.section-6 .guide-list li:not(:last-child)::after {
  content: "";
  height: 48px;
  width: 2px;
  border-radius: 4px;
  border: 2px solid #25442d;
  left: 28px;
  top: 50%;
  transform: translate(-50%, 4px);
  display: block;
  position: absolute;
}

.section-6 .guide-list li .num {
  font-size: 24px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: rgba(166, 255, 0, 0.5019607843);
  color: #25442d;
  margin-right: 35px;
}

.section-6 .guide-list li.swiper-slide-thumb-active .num {
  background: #25442d;
  color: #a6ff00;
}

.section-6 .guide-pic {
  max-width: 695px;
}

.section-6 .guide-pic .contest .num {
  font-size: 18px;
  line-height: 140%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #a6ff00;
  color: #25442d;
}

.section-6 .guide-pic .swiper-slide-active .num {
  background: #25442d;
  color: #a6ff00;
}

.section-6 .guide-pic .contest h3 {
  font-size: 20px;
  line-height: 120%;
}

.section-6 .guide-pic .contest p {
  font-size: 14px;
  margin-bottom: 40px;
}

.section-6 .swiper-pagination-bullet {
  width: 14px;
  height: 5px;
  background: #25442d;
  margin-right: 6px;
}

.section-6 .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 20px;
}

@media (max-width: 1599.98px) {
  .section-6 .cont {
    width: 100%;
    padding: 70px 48px;
    justify-content: space-between;
  }
  .section-6 .guide-list {
    width: 502px;
  }
  .section-6 .guide-pic {
    max-width: 530px;
  }
}
@media (max-width: 1279.98px) {
  .section-6 .cont {
    padding: 40px 16px;
  }
}
.pro_faq {
  padding-bottom: 60px;
}

@media (min-width: 991.98px) {
  .pro_faq {
    padding-bottom: 80px;
  }
}
@media (min-width: 1599.98px) {
  .pro_faq {
    padding-bottom: 120px;
  }
}
.pro_faq .accordion.v1.v1-0-1 .accordion-item {
  margin-bottom: 0;
  padding: 20px;
  cursor: pointer;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item:has(.show) {
  border-radius: 16px;
  padding: 20px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item > div::after {
  display: block;
  content: "";
  border: 1px solid #f2f2f2;
  position: relative;
  top: 20px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header.collapsed {
  font-weight: 700 !important;
  color: #1a1a1a !important;
  padding: 0;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header {
  font-weight: 700 !important;
  font-size: 18px;
  padding: 0 0 16px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header h3 {
  margin-bottom: 0;
  font-size: 16px;
  margin-right: 16px;
  line-height: 1.5;
  text-align: start;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%231A1A1A" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}

.pro_faq
  .accordion.v1.v1-0-1
  .accordion-item
  .accordion-header:not(.collapsed)::after {
  transform: rotate(180deg);
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  overflow: hidden;
  padding: 0;
  font-size: 14px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body * {
  color: #7a7a7a;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body * {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .pro_faq .accordion.v1.v1-0-1 .accordion-item {
    margin-bottom: 0;
    padding: 26px 40px;
  }
  .pro_faq .accordion.v1.v1-0-1 .accordion-item:has(.show) {
    padding: 26px 40px;
  }
  .pro_faq .accordion.v1.v1-0-1 .accordion-item > div::after {
    top: 26px;
  }
  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header {
    font-size: 24px;
  }
  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header h3 {
    font-size: 18px;
  }
  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header::after {
    width: 32px;
    height: 32px;
  }
  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0;
    font-size: 16px;
  }
  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
    border-top: none;
    padding-top: 0;
  }
}

.btm-module {
  padding-bottom: 120px;
}

.btm-module .item {
  padding: 120px 0;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.btm-module video {
  position: absolute;
  width: 105%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.btm-module .item h2 {
  font-size: 56px;
}

.btm-module a {
  margin-right: 32px;
}

@media (max-width: 1599.98px) {
  .btm-module .item {
    padding: 100px 0;
  }
  .btm-module .item h2 {
    font-size: 40px;
  }
}

@media (max-width: 1279.98px) {
  .btm-module video {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .btm-module {
    padding-bottom: 80px;
  }
  .btm-module .item {
    padding: 80px 48px;
  }
  .btm-module .item h2 {
    font-size: 26px;
  }
  .btm-module a {
    margin-right: unset;
    margin-bottom: 24px;
    justify-content: center;
    padding: 0;
  }
}
