body {
  background-color: #f4fafb;
  background-image: url("/images/webp/photo-bg-remover/bg.webp");
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

body main {
  overflow: hidden;
}

.allInOne-banner {
  margin-bottom: 180px;
}

.allInOne-banner .allInOne-banner-content {
  min-height: auto;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module {
  position: static;
  padding-right: 78px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .btns {
  display: flex;
  column-gap: 26px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .free-text {
  font-size: 20px;
  line-height: 24px;
  color: #4b638e;
  margin-bottom: 30px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .free-text picture {
  margin-right: 3px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .free-text picture img {
  vertical-align: bottom;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .tick-list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .page-title-color {
  font-size: 48px;
  line-height: 62px;
  margin-top: 88px;
  margin-bottom: 37px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .page-title-color span {
  background: linear-gradient(88deg, #294dfa 47%, #d675ff 78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .banner-min-title {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .banner-text {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 58px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .images-wrap {
  margin-top: 88px;
}


.card-container {
  margin-bottom: 150px;
}

.card-container h2 {
  font-size: 48px;
  color: #000000;
  text-align: center;
  margin-bottom: 46px;
}

.card-container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 34px;
}

.card-container ul li {
  width: 305px;
  background: #ffffff;
  padding: 30px;
  min-height: 204px;
  border-radius: 18px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
}

.card-container ul li .card-top {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}

.card-container ul li .card-top+div {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.wrapper {
  display: flex;
  margin-bottom: 142px;
  column-gap: 56px;
  flex-wrap: wrap;
}

.wrapper.bg1 .img-box {
  position: relative;
}

.wrapper.bg1 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -50%;
  top: -70%;
  width: 1030px;
  height: 984px;
  background: url("/images/webp/video-converter/bg2.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg2 .img-box {
  position: relative;
}

.wrapper.bg2 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 230px;
  top: -100px;
  width: 841px;
  height: 874px;
  background: url("/images/webp/video-converter/bg3.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg3 .img-box {
  position: relative;
}

.wrapper.bg3 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -168px;
  top: 177px;
  width: 780px;
  height: 398px;
  background: url("/images/webp/video-converter/bg4.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg4 .img-box {
  position: relative;
}

.wrapper.bg4 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -300px;
  top: -200px;
  width: 909px;
  height: 847px;
  background: url("/images/webp/video-converter/bg5.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg5 .img-box {
  position: relative;
}

.wrapper.bg5 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -260px;
  top: -150px;
  width: 909px;
  height: 847px;
  background: url("/images/webp/video-converter/bg6.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper .wrapper-content {
  flex: 1;
}

.wrapper .wrapper-content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 39px;
  color: #000000;
}

.wrapper .wrapper-content p {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.compare-table {
  margin-bottom: 168px;
}

.compare-table h2 {
  text-align: center;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 50px;
  color: #000000;
}

.compare-table table {
  width: 100%;
  border: 2px solid #d9e3e5;
  border-collapse: collapse;
}

.compare-table table .download-btn {
  font-size: 20px;
  line-height: 25.39px;
  padding: 12.31px 28.5px;
  border-radius: 11px;
}

.compare-table table .buy-btn {
  background: #da6fc9;
  font-size: 20px;
  line-height: 25.39px;
  padding: 12.31px 59px;
  border-radius: 11px;
}

.compare-table table td,
.compare-table table th {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  border: 2px solid #d9e3e5;
  padding: 13.5px 31px;
}

.compare-table table th {
  background: #cff8f8;
}

.compare-table table tr td:first-child {
  width: 27.69%;
  font-weight: 600;
}

.compare-table table tr td:nth-child(2),
.compare-table table tr td:nth-child(3) {
  width: 35.84%;
}

.compare-table table tr:nth-child(2n+2) {
  background: #ffffff;
}

.compare-table table tr td:nth-child(n+2) {
  text-align: center;
}

.guide {
  margin-bottom: 147px;
}

.guide h2 {
  font-size: 48px;
  margin-bottom: 63px;
  line-height: 56px;
  text-align: center;
}

.guide .guide-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
}

.guide .guide-box .guide-left {
  max-width: 797px;
  padding: 40px;
  background-color: #f9fcfd;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  height: max-content;
}

.guide .guide-box .guide-right {
  flex: 1;
  padding-top: 20px;
}

.guide .guide-box .guide-right ul li {
  position: relative;
  margin-bottom: 44px;
}

.guide .guide-box .guide-right ul li p {
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 30px;
  color: #000000;
}

.guide .guide-box .guide-right ul li .small-text {
  font-size: 14px;
  line-height: normal;
  color: #222222;
}

.guide .guide-box .guide-right ul li:first-child {
  padding-top: 0;
}

.guide .guide-box .guide-right ul li::before {
  content: "";
  z-index: 10;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #d3d6e5;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.guide .guide-box .guide-right ul li::after {
  content: "";
  z-index: 20;
  display: block;
  width: 0%;
  height: 3px;
  background-color: #294dfa;
  position: absolute;
  bottom: -18px;
  left: 0;
  transition: all 3s;
}

.guide .guide-box .guide-right ul li.active::after {
  animation: len 3s linear forwards;
  width: 100%;
}

@keyframes len {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.guide .guide-box .guide-right ul li.active p {
  color: #000000;
}

.guide .guide-box .guide-right .guide-btn {
  background: #fff;
  color: #294dfa;
  border: 2px solid #294dfa;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 38px;
  border-radius: 11px;
  font-weight: 600;
  border-radius: 11px;
}

.guide .guide-box .guide-right .guide-btn:hover {
  background: #294dfa;
  color: #fff;
}

.faqs-container {
  text-align: center;
  margin-bottom: 115px;
}

.faqs-container h2 {
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.faqs-container ul>li {
  padding: 25px 30px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 9px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all .2s;
  transition-timing-function: linear;
}

.faqs-container ul>li.active p.title::after {
  width: 18px;
  height: 11px;
  background-image: url("/images/webp/common/icons/down-arrow.webp");
}

.faqs-container ul>li.active div.desc {
  max-height: 500px;
  opacity: 1;
  margin-top: 19px;
}

.faqs-container ul>li:last-child {
  margin-bottom: 0;
}

.faqs-container ul>li p.title {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  position: relative;
}

.faqs-container ul>li p.title::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  width: 14px;
  height: 9px;
  background-image: url("/images/webp/common/icons/up-arrow.webp");
}

.faqs-container ul>li div.desc {
  padding-right: 18px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 14px;
  line-height: 30px;
  color: #434343;
  transition: all 1s;
}

.faqs-container ul>li div.desc ol {
  list-style: disc;
  margin-left: 20px;
}

.faqs-container ul>li div.desc ol.order {
  list-style: decimal;
}

.faqs-container ul>li div.desc ol li span:not(.desc) {
  font-weight: 600;
}

.faqs-container .faq-btn {
  background: #fff;
  color: #294dfa;
  border: 2px solid #294dfa;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 144px;
  font-weight: 600;
  border-radius: 12px;
}

.faqs-container .faq-btn:hover {
  background: #294dfa;
  color: #fff;
}

.tech-container {
  margin-bottom: 80px;
}

.tech-container dl {
  margin-top: 0;
  margin-bottom: 0;
}

.tech-container dl dt {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
  margin: revert;
  padding: revert;
}

.tech-container dl dd {
  font-size: 14px;
  line-height: 36px;
  margin: revert;
  padding: revert;
}

.tech-container dl dd dl dt {
  font-size: 18px;
  line-height: 36px;
}

.tech-container ul {
  margin-bottom: 20px;
}

@media (min-width: 767px) and (max-width: 1299px) {
  .allInOne-banner .allInOne-banner-content .allInOne-banner-module {
    padding-right: 0;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .page-title-color {
    margin-top: 40px;
    margin-bottom: 8px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .free-text {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .banner-text {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .free-text img {
    width: 20px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .version-switch {
    margin-bottom: 15px;
  }


  .wrapper {
    margin-bottom: 93px;
  }

  .wrapper .wrapper-content h2 {
    margin-bottom: 22px;
  }

  .wrapper .img-box {
    width: 100%;
  }

  .wrapper .img-box img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .wrapper .wrapper-content.wrapper-content-left p,
  .wrapper .img-left {
    margin-bottom: 43px;
  }

  .wrapper .wrapper-content .buy-btn {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }

  .compare-table {
    margin-bottom: 93px;
  }

  .compare-table table .download-btn,
  .compare-table table .buy-btn {
    padding: 7.31px 16.5px;
    font-size: 16px;
  }

  .compare-table table td,
  .compare-table table th {
    font-size: 14px;
    line-height: normal;
    padding: 7.5px 12px;
  }

  .compare-table table th:first-child {
    width: 40%;
  }

  .compare-table table tr td:nth-child(2) {
    width: 30%;
  }

  .guide h2 {
    margin-bottom: 50px;
  }

  .guide .guide-box .guide-right {
    padding-top: 0;
  }

  .guide .guide-box .guide-right ul li:first-child {
    padding-top: 50px;
  }

  .guide .guide-box .guide-left {
    max-width: none;
    width: 100%;
  }

  .guide .guide-box .guide-left img {
    width: 100%;
  }

  .guide .guide-box .guide-right ul li p.small-text {
    margin-bottom: 27px;
  }

  .guide .guide-box .guide-right ul li::before {
    bottom: -27px;
  }

  .guide .guide-box .guide-right ul li::after {
    bottom: -27px;
  }

  .guide .guide-box .guide-right .guide-btn {
    margin-top: 33px !important;
  }

  .guide {
    margin-bottom: 93px;
  }

  .faqs-container ul>li p.title {
    padding-right: 48px;
  }

  .custom-scrollbar li,
  .blog-scrollbar li {
    width: 50%;
  }
}

@media (max-width: 767px) {

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module {
    padding-right: 0;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .page-title-color {
    margin-top: 30px;
    margin-bottom: 8px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .free-text {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .banner-text {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .free-text img {
    width: 20px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .version-switch {
    margin-bottom: 10px;
  }

  .card-container {
    margin-bottom: 64px;
  }

  .card-container h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .wrapper {
    margin-bottom: 64px;
  }

  .wrapper .wrapper-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .wrapper .img-box {
    width: 100%;
  }

  .wrapper .img-box img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .wrapper .wrapper-content.wrapper-content-left p,
  .wrapper .img-left {
    margin-bottom: 23px;
  }

  .wrapper .wrapper-content .buy-btn {
    margin-top: 0 !important;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: normal;
    padding: 4px 8px;
  }

  .compare-table h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .compare-table {
    margin-bottom: 63px;
  }

  .compare-table table .download-btn,
  .compare-table table .buy-btn {
    padding: 4px 5px;
    font-size: 14px;
    line-height: normal;
  }

  .compare-table table td,
  .compare-table table th {
    font-size: 14px;
    line-height: normal;
    padding: 5px;
  }

  .compare-table table td img,
  .compare-table table th img {
    width: 18px;
  }

  .compare-table table tr td:first-child {
    width: 50%;
  }

  .compare-table table tr td:nth-child(2) {
    width: 25%;
  }

  .guide h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .guide .guide-box .guide-left {
    max-width: none;
    width: 100%;
    padding: 12px;
  }

  .guide .guide-box .guide-left img {
    width: 100%;
    border-radius: 6px;
  }

  .guide .guide-box .guide-right {
    padding-top: 33px;
  }

  .guide .guide-box .guide-right ul li p:not(.small-text) {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .guide .guide-box .guide-right ul li p.small-text {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 27px;
  }

  .guide .guide-box .guide-right ul li::before {
    bottom: -27px;
  }

  .guide .guide-box .guide-right ul li::after {
    bottom: -27px;
  }

  .guide .guide-box .guide-right .guide-btn {
    font-size: 16px;
    margin-top: 33px !important;
    padding: 3px 22px;
  }

  .guide {
    margin-bottom: 60px;
  }

  .faqs-container {
    margin-bottom: 60px;
  }

  .faqs-container ul>li p.title {
    padding-right: 48px;
  }

  .custom-scrollbar li,
  .blog-scrollbar li {
    width: 50%;
  }

  .faqs-container h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .faqs-container ul>li {
    padding: 13px 18px;
  }

  .faqs-container ul>li p.title {
    padding-right: 22px;
    font-size: 16px;
    line-height: normal;
  }

  .faqs-container ul>li div.desc {
    line-height: normal;
  }

  .faqs-container .faq-btn {
    padding: 5px 33px;
  }
}