.fade-in {
  animation-fill-mode: forwards;
  animation: fadeInUp 1.5s 0.4s ease both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-4 .accordion.v1.v1-0-1 .accordion-item .accordion-body {

  word-break: break-word;
}
.btn-29 :after,
.btn-29 :before,
.btn-29:after,
.btn-29:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-29 {
  -webkit-tap-highlight-color: transparent;

  background-image: none;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
}

.btn-29:disabled {
  cursor: default;
}

.btn-29:-moz-focusring {
  outline: auto;
}

.btn-29 svg {
  display: block;
  vertical-align: middle;
}

.btn-29 [hidden] {
  display: none;
}

.btn-29 {
  --tilt: 30px;
  place-content: center;
}
.btn-29:hover {
  border: none;
}
.btn-29.btn-blue {
  border: 2px solid #0670fb;
}
.btn-29.btn-purple {
  border: 2px solid #6767ff;
}

.btn-29,
.btn-29 .text-container {
  overflow: hidden;
  position: relative;
}

.btn-29 .text-container {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-29 .text {
  display: block;
  font-weight: 600;
  position: relative;
}

.btn-29:hover .text {
  -webkit-animation: move-right-alternate 0.3s ease forwards;
  animation: move-right-alternate 0.3s ease forwards;
  color: #f50;
}

.btn-29.btn-blue:hover .text {
  color: #0670fb;
}

.btn-29.btn-purple:hover .text {
  color: #6767ff;
}

.btn-29.btn-outline-black:hover .text {
  color: #fff;
}

.btn-29:before {
  -webkit-animation: move-out 0.3s ease;
  animation: move-out 0.3s ease;
  background: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  content: "";
  height: 100%;
  left: calc(-100% - var(--tilt));
  position: absolute;
  top: 0;
  width: calc(100% + var(--tilt));
}
.btn-29.btn-outline-black:before {
  background: #212121;
}

.btn-29:hover:before {
  -webkit-animation: move-in 0.3s ease forwards;
  animation: move-in 0.3s ease forwards;
}

@-webkit-keyframes move-in {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes move-in {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes move-out {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes move-out {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}

.modal-popup-video .modal-content .btns{
  text-align: center;


}
.modal-popup-video .modal-content .btns .btn{
  margin: 24px;
}
.modal-popup-video .modal-content{
  border: none;
}
.hover-bottom-line {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
}

.hover-bottom-line::after {
  position: absolute;
  bottom: 3px;
  left: -100%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #FF5500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hover-bottom-line:hover {
  text-decoration: none;
}

.hover-bottom-line:hover::after {
  left: 0;
  height: 2px;
  background-color: #FF5500;
}

#tp-banner {
  padding: 92px 0;
  background: url(https://images.tenorshare.com/img-2023/guide/guide-br-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#tp-banner h1 {
  color: var(---, #212121);
  font-size: 48px;
  font-weight: 700;
  line-height: 140%; /* 67.2px */
}
#tp-banner .des {
  color: var(---04, #6b6b6b);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  max-width: 816px;
  margin: 16px auto 0;
}

#content-wrap {
  padding: 40px 7% 0 11.2%;
  position: relative;
  z-index: 201;
}
#content-wrap .content-container {
  display: flex;
}
#content-wrap .guide-part {
  width: 370px;
  flex-shrink: 0;
}
#content-wrap .guide-part .stick-part {
  position: sticky;
  top: 100px;
}
#content-wrap .guide-part .tit {
  color: var(---, #212121);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
#content-wrap .guide-part .list {
  background: #fff;
  padding: 12px;
  margin-top: 24px;
  border-radius: 8px;
}
#content-wrap .guide-part .classify-tit {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  padding: 12px;
  background: #ffece3;
  border-radius: 4px;
  margin-bottom: 0;
  position: relative;
}
#content-wrap .guide-part .classify-tit .sec-tit-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
#content-wrap .guide-part .classify-tit.active {
  color: var(---, #f50);
}
#content-wrap .guide-part .classify-tit.active + .classify-list {
  max-height: 500px;
  padding: 26px 24px;
}
#content-wrap .guide-part .classify-tit.active + .classify-list:last-child {
  padding-bottom: 12px;
}
#content-wrap .guide-part .classify-tit:not(.active):not(:nth-last-child(2)) {
  border-bottom: 1px solid #ffd9c6;
  position: relative;
}
#content-wrap .guide-part .classify-tit.has-bro::before {
  content: "";
  background: #ffece3;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  bottom: -4px;
}
#content-wrap .guide-part .classify-tit.has-bro::after {
  content: "";
  background: #ffece3;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  bottom: -4px;
}
#content-wrap .guide-part .classify-tit:hover {
  cursor: pointer;
}
#content-wrap .guide-part .classify-list {
  padding: 0 24px;
  margin-bottom: 0;
  transition: all 0.4s;
  max-height: 0;
  overflow: hidden;
}
#content-wrap .guide-part .classify-list li {
  height: 28px;
  line-height: 28px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
#content-wrap .guide-part .classify-list li .active {
  display: none;
}
#content-wrap .guide-part .classify-list li:not(:nth-child(1)) {
  margin-top: 24px;
}
#content-wrap .guide-part .classify-list li:hover {
  color: #f50;
  cursor: pointer;
}
#content-wrap .guide-part .classify-list li:hover .default {
  display: none;
}
#content-wrap .guide-part .classify-list li:hover .active {
  display: inline-block;
}
#content-wrap .guide-part .classify-list li:hover .hover-bottom-line::after {
  left: 0;
  height: 2px;
  background-color: #f50;
}
#content-wrap .guide-part .classify-list li.tap-item-active {
  color: #f50;
  cursor: pointer;
}
#content-wrap .guide-part .classify-list li.tap-item-active .default {
  display: none;
}
#content-wrap .guide-part .classify-list li.tap-item-active .active {
  display: inline-block;
}
#content-wrap .guide-part .classify-list li.tap-item-active .hover-bottom-line::after {
  left: 0;
  height: 2px;
  background-color: #f50;
}
#content-wrap .guide-part .classify-list li .hover-bottom-line::after {
  background-color: #f50;
}
#content-wrap .guide-part .classify-list img {
  margin-right: 8px;
}
#content-wrap .content-part {
  margin-left: 80px;
  flex-grow: 1;
  padding-bottom: 200px;
}
#content-wrap .content-part h2 {
  color: var(---, #212121);
  font-size: 26px;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  border-bottom: 1px solid #d8dfe2;
  padding-bottom: 16px;
}
#content-wrap .content-part .item-row {
  padding: 48px 0;
}
#content-wrap .content-part .item-row:not(:nth-child(1)) {
  border-top: 1px solid #d8dfe2;
}
#content-wrap .content-part .top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#content-wrap .content-part .top-wrap a {
  color: #FF5500;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
#content-wrap .content-part .list-tit {
  color: var(---, #212121);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
#content-wrap .content-part .item-wrap {
  margin-top: 32px;
}
#content-wrap .content-part .item-wrap .des {
  margin-top: 16px;
  margin-bottom: 0;
  color: #525252;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
}
#content-wrap .content-part .btn-group {
  margin-top: 52px;
  text-align: center;
}
#content-wrap .content-part .btn-group .btn {
  min-width: 200px;
}

.component-support {
  background: #f5f9ff;
  background-size: cover;
  padding: 0 80px;
  position: relative;
  margin-top: 170px;
}

.component-support .lft {
  flex-basis: 52%;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.component-support .lft P {
  margin: 0;
}

.component-support .lft .tit {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  color: #212121;
}

.component-support .lft .des {
  color: var(---, #212121);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  max-width: 445px;
  margin-top: 16px;
}

.component-support .lft .btn {
  margin-top: 36px;
}

.component-support .rgt {
  position: relative;
  z-index: 1;
  flex: 1;
}

.component-support .rgt img {
  position: absolute;
  left: -48px;
  bottom: 0;
  width: 500px;
  max-width: none;
}

.component-support::after {
  content: "";
  background: url("https://images.tenorshare.com/img-2023/guide/guide-suppor-bg.png") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 12px;
}

@media (max-width: 1600px) {
  #content-wrap .guide-part .stick-part{
    top: 80px;
  }
  #content-wrap .content-part .btn-group .btn {
    min-width: 180px;
  }
  #content-wrap .content-part .btn-group {
    margin-top: 32px;
  }
  #content-wrap .guide-part {
    width: 300px;
  }
  #tp-banner {
    padding: 70px 0 72px;
  }
  #tp-banner h1 {
    color: var(---, #212121);
    font-size: 36px;
    line-height: 140%; /* 50.4px */
  }
  #tp-banner .des {
    color: var(---04, #6b6b6b);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  #content-wrap {
    padding: 44px 10%;
  }
  #content-wrap .guide-part .classify-tit {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding: 8px;
  }
  #content-wrap .guide-part .classify-list {
    padding: 0 16px;
  }
  #content-wrap .guide-part .classify-list img {
    width: 20px;
    height: 20px;
  }
  #content-wrap .guide-part .classify-list li {
    color: var(---, #212121);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 21px */
    height: 20px;
  }
  #content-wrap .guide-part .classify-list li span {
    position: relative;
    top: 1px;
  }
  #content-wrap .guide-part .classify-list li:not(:nth-child(1)) {
    margin-top: 16px;
  }
  #content-wrap .guide-part .classify-tit.active + .classify-list {
    padding: 16px;
  }
  #content-wrap .content-part {
    padding-top: 14px;
  }
  #content-wrap .content-part h2 {
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 0;
  }
  #content-wrap .content-part .list-tit {
    font-size: 16px;
    font-weight: 600;
  }
  #content-wrap .content-part .item-wrap .des {
    color: var(---03, #525252);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; /* 18px */
    margin-top: 12px;
  }
  #content-wrap .content-part .top-wrap a {
    color: #FF5500;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  #content-wrap .content-part .item-row {
    padding: 32px 0;
  }
  #content-wrap .content-part .item-wrap {
    margin-top: 22px;
  }
  .component-support .lft .btn {
    margin-top: 28px;
  }
  .component-support .rgt img {
    width: 330px;
    left: 0;
  }
  .component-support .lft {
    padding: 40px 0 16px;
    flex-basis: 53%;
  }
  .component-support {
    margin-top: 96px;
    padding: 0 40px;
  }
  #content-wrap .content-part {
    padding-bottom: 56px;
    margin-left: 42px;
  }
  .component-support .lft .des {
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  #content-wrap .guide-part .stick-part{
    top: 0;
  }
  #content-wrap .guide-part .classify-tit {
    border-radius: 0 4px 4px 0;
  }
  .btn-guide-open {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 20;
    transform: translateX(-100%);
    transition: all 0.4s;
  }
  .btn-guide-open.active {
    transform: none;
  }
  #content-wrap .guide-part {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    z-index: 20;
    transition: all 0.4s;
    transform: none;
  }
  #content-wrap .guide-part.show-none {
    transform: translateX(-100%);
  }
  #content-wrap .guide-part.show-none::after {
    content: none;
  }
  #content-wrap .guide-part::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.4);
  }
  #content-wrap .guide-part .stick-part {
    width: 86%;
    min-width: 310px;
    height: 100%;
    background: #f3fbfe;
    z-index: 20;
    padding: 68px 14px 0 0;
  }
  #content-wrap .guide-part .tit {
    color: var(---, #212121);
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; /* 30px */
    padding-left: 24px;
    position: relative;
  }
  #content-wrap .guide-part .tit #btn-close-guide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  #content-wrap .guide-part .list {
    padding-left: 0;
  }
  #content-wrap .guide-part .classify-tit.active + .classify-list {
    padding-left: 40px;
  }
  #content-wrap .guide-part .classify-list {
    padding-left: 40px;
  }
  #content-wrap .guide-part .list {
    background: none;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 0;
  }
  #tp-banner {
    padding: 40px 0;
    background: url("https://images.tenorshare.com/img-2023/guide/guide-mob-bg.png") no-repeat center;
    background-size: cover;
  }
  #tp-banner h1 {
    color: var(---, #212121);
    font-size: 32px;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
  }
  #tp-banner .des {
    color: var(---05, #848484);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  #content-wrap .content-part {
    margin-left: 0;
  }
  #content-wrap {
    padding: 60px 24px;
  }
  #content-wrap .content-part {
    padding: 0;
  }
  #content-wrap .content-part h2 {
    color: var(---, #212121);
    font-size: 26px;
    font-weight: 500;
    line-height: 130%; /* 33.8px */
    padding-bottom: 16px;
  }
  #content-wrap .content-part .list-tit {
    color: var(---, #212121);
    font-size: 18px;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  #content-wrap .content-part .item-wrap {
    margin-top: 24px;
  }
  #content-wrap .content-part .item-row .col-lg-4:not(:nth-child(1)) {
    margin-top: 32px;
  }
  .link-for-more {
    margin-top: 32px;
  }
  .link-for-more svg {
    margin-left: 6px;
  }
  .link-for-more a {
    color: #FF5500;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  #content-wrap .content-part .item-wrap .des {
    color: var(---03, #525252);
    font-size: 17px;
    font-weight: 400;
    line-height: 150%; /* 25.65px */
    text-transform: capitalize;
    margin-top: 16px;
  }
  .component-support {
    margin-top: 142px;
    background: url(https://images.tenorshare.com/img-2023/guide/guide-suppor-bg-mb.png) no-repeat;
    background-size: cover;
    padding: 0;
    border-radius: 12px;
  }
  .component-support .rgt img {
    position: relative;
    left: 0;
    max-width: 100%;
    margin-top: -70px;
  }
  .component-support::after {
    content: none;
  }
  .component-support .lft .tit {
    font-size: 32px;
  }
  .component-support .lft .des {
    margin-top: 10px;
  }
  .component-support .lft {
    padding: 30px 14px 40px;
  }
}
.video-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid var(---, #EEE);
}

.video-wrap::after {
  content: "";
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(33, 33, 33);
  opacity: 0;
  left: 0;
  top: 0;
}

.video-wrap:hover::after {
  opacity: 0.5;
}

.video-wrap:hover .circle-out {
  animation: draw 2s linear infinite;
}

.video-wrap:hover .btn-videp-play .btn-videp-play-circle .circle-in {
  opacity: 1;
}

.video-wrap:hover .btn-videp-play img {
  display: block;
}

.video-wrap .btn-videp-play {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 10;
}
.video-wrap .btn-videp-play::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  backdrop-filter: blur(4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.video-wrap .btn-videp-play img {
  display: none;
  z-index: 10;
  position: relative;
}

.video-wrap .btn-videp-play .btn-videp-play-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.video-wrap .btn-videp-play .btn-videp-play-circle svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-wrap .btn-videp-play .btn-videp-play-circle .circle-out {
  --circle-len: 314.16px;
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 5px;
  stroke-dasharray: var(--circle-len);
  stroke-dashoffset: var(--circle-len);
}

.video-wrap .btn-videp-play .btn-videp-play-circle .circle-in {
  opacity: 0;
  fill: none;
  stroke: rgba(33, 33, 33, 0.16);
  stroke-width: 5px;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0px;
  }
}
.btn-29 :after,
.btn-29 :before,
.btn-29:after,
.btn-29:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-29 {
  -webkit-tap-highlight-color: transparent;
  background-image: none;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
}

.btn-29:disabled {
  cursor: default;
}

.btn-29:-moz-focusring {
  outline: auto;
}

.btn-29 svg {
  display: block;
  vertical-align: middle;
}

.btn-29 [hidden] {
  display: none;
}

.btn-29 {
  --tilt: 30px;
  place-content: center;
}

.btn-29.btn-blue {
  border: 2px solid #0670fb;
}

.btn-29.btn-purple {
  border: 2px solid #6767ff;
}

.btn-29,
.btn-29 .text-container {
  overflow: hidden;
  position: relative;
}

.btn-29 .text-container {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-29 .text {
  display: block;
  font-weight: 600;
  position: relative;
}

.btn-29:hover .text {
  -webkit-animation: move-right-alternate 0.3s ease forwards;
  animation: move-right-alternate 0.3s ease forwards;
  color: #f50;
}

.btn-29.btn-blue:hover .text {
  color: #0670fb;
}

.btn-29.btn-purple:hover .text {
  color: #6767ff;
}

.btn-29.btn-outline-black:hover .text {
  color: #fff;
}

.btn-29:before {
  -webkit-animation: move-out 0.3s ease;
  animation: move-out 0.3s ease;
  background: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  content: "";
  height: 100%;
  left: calc(-100% - var(--tilt));
  position: absolute;
  top: 0;
  width: calc(100% + var(--tilt));
}

.btn-29.btn-outline-black:before {
  background: #212121;
}

.btn-29:hover:before {
  -webkit-animation: move-in 0.3s ease forwards;
  animation: move-in 0.3s ease forwards;
}

.btn-primary.btn-29 {
  border: 2px solid #f50;
}

.android .btn-29:hover .text {
  color: black;
}

.android .btn-29:hover {
  background-color: black;
}

.android .btn-29:hover .text .google svg path {
  fill: black;
}

@-webkit-keyframes move-in {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes move-in {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes move-out {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes move-out {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}

  /*# sourceMappingURL=video-guide.css.map */
