@media (min-width: 992px) {
  [data-animate-fade-up] {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .w-1 {
    width: 120px !important;
  }
  .w-2 {
    width: 264px !important;
  }
  .w-3 {
    width: 406px !important;
  }
  .w-4 {
    width: 552px !important;
  }
  .w-5 {
    width: 694px !important;
  }
  .w-6 {
    width: 838px !important;
  }
  .w-7 {
    width: 982px !important;
  }
  .w-8 {
    width: 1126px !important;
  }
}
@media (min-width: 1600px) {
  .w-1 {
    width: 154px !important;
  }
  .w-2 {
    width: 338px !important;
  }
  .w-3 {
    width: 524px !important;
  }
  .w-4 {
    width: 708px !important;
  }
  .w-5 {
    width: 894px !important;
  }
  .w-6 {
    width: 1080px !important;
  }
  .w-7 {
    width: 1264px !important;
  }
  .w-8 {
    width: 1450px !important;
  }
}
.col-1 {
  flex: 1 1 7%;
  width: 7% !important;
}

.col-2 {
  flex: 1 1 14%;
  width: 14% !important;
}

.col-3 {
  flex: 1 1 21%;
  width: 21% !important;
}

.col-4 {
  flex: 1 1 28%;
  width: 28% !important;
}

.col-5 {
  flex: 1 1 35%;
  width: 35% !important;
}

.col-6 {
  flex: 1 1 42%;
  width: 42% !important;
}

.col-7 {
  flex: 1 1 49%;
  width: 49% !important;
}

.col-8 {
  flex: 1 1 56%;
  width: 56% !important;
}

.col-9 {
  flex: 1 1 63%;
  width: 63% !important;
}

.col-10 {
  flex: 1 1 70%;
  width: 70% !important;
}

.col-11 {
  flex: 1 1 77%;
  width: 77% !important;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 1 1 7%;
    width: 7% !important;
  }
  .col-sm-2 {
    flex: 1 1 14%;
    width: 14% !important;
  }
  .col-sm-3 {
    flex: 1 1 21%;
    width: 21% !important;
  }
  .col-sm-4 {
    flex: 1 1 28%;
    width: 28% !important;
  }
  .col-sm-5 {
    flex: 1 1 35%;
    width: 35% !important;
  }
  .col-sm-6 {
    flex: 1 1 42%;
    width: 42% !important;
  }
  .col-sm-7 {
    flex: 1 1 49%;
    width: 49% !important;
  }
  .col-sm-8 {
    flex: 1 1 56%;
    width: 56% !important;
  }
  .col-sm-9 {
    flex: 1 1 63%;
    width: 63% !important;
  }
  .col-sm-10 {
    flex: 1 1 70%;
    width: 70% !important;
  }
  .col-sm-11 {
    flex: 1 1 77%;
    width: 77% !important;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 1 1 7%;
    width: 7% !important;
  }
  .col-md-2 {
    flex: 1 1 14%;
    width: 14% !important;
  }
  .col-md-3 {
    flex: 1 1 21%;
    width: 21% !important;
  }
  .col-md-4 {
    flex: 1 1 28%;
    width: 28% !important;
  }
  .col-md-5 {
    flex: 1 1 35%;
    width: 35% !important;
  }
  .col-md-6 {
    flex: 1 1 42%;
    width: 42% !important;
  }
  .col-md-7 {
    flex: 1 1 49%;
    width: 49% !important;
  }
  .col-md-8 {
    flex: 1 1 56%;
    width: 56% !important;
  }
  .col-md-9 {
    flex: 1 1 63%;
    width: 63% !important;
  }
  .col-md-10 {
    flex: 1 1 70%;
    width: 70% !important;
  }
  .col-md-11 {
    flex: 1 1 77%;
    width: 77% !important;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 1 1 7%;
    width: 7% !important;
  }
  .col-lg-2 {
    flex: 1 1 14%;
    width: 14% !important;
  }
  .col-lg-3 {
    flex: 1 1 21%;
    width: 21% !important;
  }
  .col-lg-4 {
    flex: 1 1 28%;
    width: 28% !important;
  }
  .col-lg-5 {
    flex: 1 1 35%;
    width: 35% !important;
  }
  .col-lg-6 {
    flex: 1 1 42%;
    width: 42% !important;
  }
  .col-lg-7 {
    flex: 1 1 49%;
    width: 49% !important;
  }
  .col-lg-8 {
    flex: 1 1 56%;
    width: 56% !important;
  }
  .col-lg-9 {
    flex: 1 1 63%;
    width: 63% !important;
  }
  .col-lg-10 {
    flex: 1 1 70%;
    width: 70% !important;
  }
  .col-lg-11 {
    flex: 1 1 77%;
    width: 77% !important;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    flex: 1 1 7%;
    width: 7% !important;
  }
  .col-xl-2 {
    flex: 1 1 14%;
    width: 14% !important;
  }
  .col-xl-3 {
    flex: 1 1 21%;
    width: 21% !important;
  }
  .col-xl-4 {
    flex: 1 1 28%;
    width: 28% !important;
  }
  .col-xl-5 {
    flex: 1 1 35%;
    width: 35% !important;
  }
  .col-xl-6 {
    flex: 1 1 42%;
    width: 42% !important;
  }
  .col-xl-7 {
    flex: 1 1 49%;
    width: 49% !important;
  }
  .col-xl-8 {
    flex: 1 1 56%;
    width: 56% !important;
  }
  .col-xl-9 {
    flex: 1 1 63%;
    width: 63% !important;
  }
  .col-xl-10 {
    flex: 1 1 70%;
    width: 70% !important;
  }
  .col-xl-11 {
    flex: 1 1 77%;
    width: 77% !important;
  }
}
@media (min-width: 1600px) {
  .col-xxl-1 {
    flex: 1 1 7%;
    width: 7% !important;
  }
  .col-xxl-2 {
    flex: 1 1 14%;
    width: 14% !important;
  }
  .col-xxl-3 {
    flex: 1 1 21%;
    width: 21% !important;
  }
  .col-xxl-4 {
    flex: 1 1 28%;
    width: 28% !important;
  }
  .col-xxl-5 {
    flex: 1 1 35%;
    width: 35% !important;
  }
  .col-xxl-6 {
    flex: 1 1 42%;
    width: 42% !important;
  }
  .col-xxl-7 {
    flex: 1 1 49%;
    width: 49% !important;
  }
  .col-xxl-8 {
    flex: 1 1 56%;
    width: 56% !important;
  }
  .col-xxl-9 {
    flex: 1 1 63%;
    width: 63% !important;
  }
  .col-xxl-10 {
    flex: 1 1 70%;
    width: 70% !important;
  }
  .col-xxl-11 {
    flex: 1 1 77%;
    width: 77% !important;
  }
}
.icon--fixed32 {
  width: 32px;
  height: 32px;
  background-size: 128px auto !important;
}
.icon--fixed32.icon1 {
  background-position: 0px 0px !important;
}
.icon--fixed32.icon2 {
  background-position: -32px 0px !important;
}
.icon--fixed32.icon3 {
  background-position: -64px 0px !important;
}
.icon--fixed32.icon4 {
  background-position: -96px 0px !important;
}
.icon--fixed32.icon5 {
  background-position: 0px -32px !important;
}
.icon--fixed32.icon6 {
  background-position: -32px -32px !important;
}
.icon--fixed32.icon7 {
  background-position: -64px -32px !important;
}
.icon--fixed32.icon8 {
  background-position: -96px -32px !important;
}
.icon--fixed32.icon9 {
  background-position: 0px -64px !important;
}
.icon--fixed32.icon10 {
  background-position: -32px -64px !important;
}
.icon--fixed32.icon11 {
  background-position: -64px -64px !important;
}
.icon--fixed32.icon12 {
  background-position: -96px -64px !important;
}
.icon--fixed32.icon13 {
  background-position: 0px -96px !important;
}
.icon--fixed32.icon14 {
  background-position: -32px -96px !important;
}
.icon--fixed32.icon15 {
  background-position: -64px -96px !important;
}
.icon--fixed32.icon16 {
  background-position: -96px -96px !important;
}

.icon--fixed64 {
  width: 64px;
  height: 64px;
  background-size: 256px auto !important;
}
.icon--fixed64.icon1 {
  background-position: 0px 0px !important;
}
.icon--fixed64.icon2 {
  background-position: -64px 0px !important;
}
.icon--fixed64.icon3 {
  background-position: -128px 0px !important;
}
.icon--fixed64.icon4 {
  background-position: -192px 0px !important;
}
.icon--fixed64.icon5 {
  background-position: 0px -64px !important;
}
.icon--fixed64.icon6 {
  background-position: -64px -64px !important;
}
.icon--fixed64.icon7 {
  background-position: -128px -64px !important;
}
.icon--fixed64.icon8 {
  background-position: -192px -64px !important;
}
.icon--fixed64.icon9 {
  background-position: 0px -128px !important;
}
.icon--fixed64.icon10 {
  background-position: -64px -128px !important;
}
.icon--fixed64.icon11 {
  background-position: -128px -128px !important;
}
.icon--fixed64.icon12 {
  background-position: -192px -128px !important;
}
.icon--fixed64.icon13 {
  background-position: 0px -192px !important;
}
.icon--fixed64.icon14 {
  background-position: -64px -192px !important;
}
.icon--fixed64.icon15 {
  background-position: -128px -192px !important;
}
.icon--fixed64.icon16 {
  background-position: -192px -192px !important;
}

.pdf-to-convert {
  background-image: url("https://images.tenorshare.ai/global/pdf-to-convert-icon.svg");
  background-repeat: no-repeat;
  display: inline-block;
}

.pdf-to-convert {
  width: 32px;
  height: 32px;
  background-size: 128px auto;
}

.icon1 {
  background-position: 0px 0px;
}

.icon2 {
  background-position: -32px 0px;
}

.icon3 {
  background-position: -64px 0px;
}

.icon4 {
  background-position: -96px 0px;
}

.icon5 {
  background-position: 0px -32px;
}

.icon6 {
  background-position: -32px -32px;
}

.icon7 {
  background-position: -64px -32px;
}

.icon8 {
  background-position: -96px -32px;
}

.icon9 {
  background-position: 0px -64px;
}

.icon10 {
  background-position: -32px -64px;
}

.icon11 {
  background-position: -64px -64px;
}

.icon12 {
  background-position: -96px -64px;
}

.icon13 {
  background-position: 0px -96px;
}

.icon14 {
  background-position: -32px -96px;
}

.icon15 {
  background-position: -64px -96px;
}

.icon16 {
  background-position: -96px -96px;
}

@media (min-width: 992px) {
  .pdf-to-convert {
    width: 48px;
    height: 48px;
    background-size: 192px auto;
  }
  .icon1 {
    background-position: 0px 0px;
  }
  .icon2 {
    background-position: -48px 0px;
  }
  .icon3 {
    background-position: -96px 0px;
  }
  .icon4 {
    background-position: -144px 0px;
  }
  .icon5 {
    background-position: 0px -48px;
  }
  .icon6 {
    background-position: -48px -48px;
  }
  .icon7 {
    background-position: -96px -48px;
  }
  .icon8 {
    background-position: -144px -48px;
  }
  .icon9 {
    background-position: 0px -96px;
  }
  .icon10 {
    background-position: -48px -96px;
  }
  .icon11 {
    background-position: -96px -96px;
  }
  .icon12 {
    background-position: -144px -96px;
  }
  .icon13 {
    background-position: 0px -144px;
  }
  .icon14 {
    background-position: -48px -144px;
  }
  .icon15 {
    background-position: -96px -144px;
  }
  .icon16 {
    background-position: -144px -144px;
  }
}
@media (min-width: 1280px) {
  .pdf-to-convert {
    width: 64px;
    height: 64px;
    background-size: 256px auto;
  }
  .icon1 {
    background-position: 0px 0px;
  }
  .icon2 {
    background-position: -64px 0px;
  }
  .icon3 {
    background-position: -128px 0px;
  }
  .icon4 {
    background-position: -192px 0px;
  }
  .icon5 {
    background-position: 0px -64px;
  }
  .icon6 {
    background-position: -64px -64px;
  }
  .icon7 {
    background-position: -128px -64px;
  }
  .icon8 {
    background-position: -192px -64px;
  }
  .icon9 {
    background-position: 0px -128px;
  }
  .icon10 {
    background-position: -64px -128px;
  }
  .icon11 {
    background-position: -128px -128px;
  }
  .icon12 {
    background-position: -192px -128px;
  }
  .icon13 {
    background-position: 0px -192px;
  }
  .icon14 {
    background-position: -64px -192px;
  }
  .icon15 {
    background-position: -128px -192px;
  }
  .icon16 {
    background-position: -192px -192px;
  }
}
.ptb {
  padding: 64px 0;
}

.pt-no-b {
  padding-top: 64px;
}

.pb-no-t {
  padding-bottom: 64px;
}

.ptb-sm {
  padding: 32px 0;
}

.pt-no-b-sm {
  padding-top: 32px;
}

.pb-no-t-sm {
  padding-bottom: 32px;
}

@media (min-width: 1280px) {
  .ptb, .ptb-sm {
    padding: 80px 0;
  }
  .pt-no-b, .pt-no-b-sm {
    padding-top: 80px;
  }
  .pb-no-t, .pb-no-t-sm {
    padding-bottom: 80px;
  }
}
.hidden-swiper {
  overflow: hidden;
}
.hidden-swiper .swiper-wrapper .swiper-slide:not(.slide-side):not(:first-child):not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
  min-height: 0 !important;
  height: 0 !important;
}

.h2-title {
  max-width: 900px;
}

.lh-4 {
  line-height: 1.4;
}

.row {
  margin: 0;
}

.mb-sm {
  margin-bottom: 2px;
}

.progress.swiper-pagination-bullets.swiper-pagination {
  width: auto !important;
  left: 50% !important;
  transform: translate(-50%, 0);
  padding: 5px 12px;
  border-radius: 999px;
  height: 18px;
  display: flex;
  align-items: center;
}
.progress.swiper-pagination-bullets.swiper-pagination::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 999px;
  border: 1px solid rgba(107, 87, 255, 0.04);
  background: rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
  margin: 0 3px;
}
.progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet:focus, .progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet:focus-visible {
  outline: none;
}
.progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet *:focus, .progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet *:focus-visible {
  outline: none;
}
.progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet .progress {
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
}
.progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet-active {
  width: 28px !important;
  border-radius: 999px;
}
.progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet-active .progress span {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #FFF;
  animation: progressbar 4900ms linear forwards;
  z-index: 2;
}
@media (min-width: 1280px) {
  .progress.swiper-pagination-bullets.swiper-pagination {
    padding: 8px 16px;
    height: 26px;
  }
  .progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet .progress {
    height: 10px;
  }
  .progress.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet-active {
    width: 40px !important;
  }
}

@keyframes progressbar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}/*# sourceMappingURL=global.css.map */