/*============ 0. Reset =============*/
* {
  margin: 0;
  padding: 0; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-family: 'sfuiText_regular',Helvetica,sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /*-webkit-font-smoothing: subpixel-antialiased;*/ }
  @media (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 22px; } }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

a, a:hover {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

a:hover {
  text-decoration: none; }

img, svg {
  max-width: 100%; }

ol, ul {
  margin: 0; }

p {
  margin: 0 0 10px; }

:root {
  --color-main: #0047BA; }

/*============ 1. GENERAL ==============*/
.brand-googleretail-1 {
  fill: #4885ed; }

.brand-googleretail-2 {
  fill: #db3236; }

.brand-googleretail-3 {
  fill: #f4c20d; }

.brand-googleretail-4 {
  fill: #3cba54; }

.brand-googleretail-5 {
  fill: #73716f; }

.os-animation, .staggered-animation {
  opacity: 0; }

.os-animation.animated, .staggered-animation.animated {
  opacity: 1; }

@media (max-width: 991px) {
  .os-animation, .staggered-animation {
    opacity: 1;
    animation-name: none !important; }
  .os-animation.animated, .staggered-animation.animated {
    opacity: 1;
    animation-name: none !important; } }

@media (max-width: 991px) {
  .hidden-md {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.sitebox-heading {
  margin-bottom: 30px; }
  .sitebox-heading h2, .sitebox-heading .h2-title {
    line-height: 43.2px;
    font-size: 36px;
    /*font-weight: 700;*/
    color: var(--color-main);
    margin: 0 0 5px;
    font-family: var(--hrv-font-family-bold);
    letter-spacing: -0.9px; }
  .sitebox-heading .subtitle {
    font-size: 24px;
    font-family: var(--hrv-font-family-regular);
    color: #19191B;
    margin: 0;
    line-height: 28.8px;
    max-width: 875px;
    margin: 0 auto; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .sitebox-heading h2, .sitebox-heading .h2-title {
      font-size: 28px;
      line-height: 35px; }
    .sitebox-heading .subtitle {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .sitebox-heading h2, .sitebox-heading .h2-title {
      font-size: 26px; }
    .sitebox-heading .subtitle {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .sitebox-heading {
      margin-bottom: 20px; }
    .sitebox-heading h2, .sitebox-heading .h2-title {
      font-size: 22px;
      line-height: 32px; }
    .sitebox-heading .subtitle {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 576px) {
    .sitebox-heading .subtitle {
      font-size: 14px;
      line-height: 20px; } }

.sitebox-actions .btn-trial {
  position: relative;
  font-size: 16px;
  font-family: var(--hrv-font-family-bold), sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #2962FF;
  border: 1px solid #2962FF;
  padding: 15px 32px 12px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .sitebox-actions .btn-trial:before {
    content: '';
    background-color: #3d60c3;
    position: absolute;
    top: 0;
    left: -2px;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .sitebox-actions .btn-trial.disabled {
    pointer-events: none;
    opacity: 0.7; }
  .sitebox-actions .btn-trial--white {
    color: var(--color-main);
    background: #ffffff;
    border-color: transparent; }
  .sitebox-actions .btn-trial:hover {
    color: #ffffff;
    background: var(--color-main);
    border-color: var(--color-main); }
  .sitebox-actions .btn-trial--white:hover {
    color: #ffffff;
    background: var(--color-main);
    border-color: var(--color-main); }
  .sitebox-actions .btn-trial--start {
    background: #FF9D29; }
  .sitebox-actions .btn-trial--solution {
    color: #2962FF;
    background: #ffffff;
    box-shadow: none; }
    .sitebox-actions .btn-trial--solution:focus {
      color: #2962FF;
      background: #ffffff; }
  .sitebox-actions .btn-trial--sales {
    color: #2962FF;
    background: #ffffff; }

.sitebox-actions .txt-note {
  margin: 0;
  font-style: italic;
  font-size: 14px;
  margin: 0; }

.sitebox-actions .btn-disabled {
  background: #a2a2a2;
  border-color: #a2a2a2;
  pointer-events: none; }

@media (max-width: 991px) {
  .sitebox-actions .btn-trial {
    font-size: 16px;
    padding: 10px 15px 8px; } }

@media (max-width: 767px) {
  .sitebox-actions {
    text-align: center; }
    .sitebox-actions .btn-trial {
      font-size: 14px;
      padding: 10px 15px 8px; } }

/*section h3{
color: #2A363B;
font-family: var(--hrv-font-family-bold);
font-size: 20px;
font-weight: 700;
line-height: 120%; 
letter-spacing: -0.6px;
}*/
section h4 {
  color: var(--color-main);
  font-family: var(--hrv-font-family-bold);
  font-size: 24px;
  /*font-weight: 700;*/
  line-height: 28.8px;
  letter-spacing: -0.5px; }

section .detail-desc {
  line-height: 26px; }

.subhead {
  font-size: 24px;
  font-family: var(--hrv-font-family-regular);
  line-height: 28.80px;
  margin-bottom: 30px; }

.subhead1 {
  text-transform: uppercase; }

@media (max-width: 991px) {
  /*section h3{font-size: 18px;}*/
  section h4 {
    font-size: 22px; }
  .subhead {
    font-size: 20px;
    margin-bottom: 5px; } }

@media (max-width: 767px) {
  /*section h3{font-size: 18px;}*/
  section h4 {
    font-size: 20px; }
  .subhead {
    font-size: 16px;
    line-height: 24px; } }

.cl-white {
  color: #ffffff !important; }

[class^="section-tiktok-"] {
  padding: 80px 0;
  /*overflow-x: hidden;*/ }

@media (max-width: 767px) {
  [class^="section-tiktok-"] {
    padding: 40px 0; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1366px) {
  .container {
    max-width: 1250px; }
  section:not(.section-conversion-overview) .container {
    padding: 0 45px; } }

ul.primary-menu:not(.primary-menu-linkmore) > li.active > a {
  color: var(--color-main); }

.mainHeader-haraweb .wrapper-navbar-primary .logo-primary {
  font-size: 20px;
  color: #2A363B; }

.sub-list {
  margin-bottom: 15px; }
  .sub-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 30px;
    color: #2A363B;
    font-size: 16px;
    line-height: 19.20px; }
    .sub-list li:before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='%230048E5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.30001 11.8824L0.010006 6.60242L1.77002 4.84244L5.30001 8.36243L13.23 0.432434L14.99 2.19243L5.30001 11.8824Z' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      left: 2px;
      top: 0;
      width: 15px;
      height: 20px; }

.section-tiktok-overview {
  position: relative;
  padding-bottom: 0; }
  .section-tiktok-overview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://file.hstatic.net/1000001117/file/bg-overview_992172398ce84083b5ac9951280718c6.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .section-tiktok-overview .overview-detail .suptitle {
    font-size: 24px;
    font-family: var(--hrv-font-family-bold);
    color: #FF004F;
    text-transform: uppercase; }
  .section-tiktok-overview .overview-detail h1 {
    color: var(--color-main);
    font-size: 48px;
    font-family: var(--hrv-font-family-bold);
    /*font-weight: 700;*/
    line-height: 50.40px;
    margin-bottom: 15px; }
  .section-tiktok-overview .overview-detail .p {
    color: #2A363B; }
  .section-tiktok-overview .overview-detail .group-sub p {
    color: #2A363B;
    font-size: 18px;
    font-family: var(--hrv-font-family-bold); }
  @media (min-width: 1366px) {
    .section-tiktok-overview {
      overflow-x: hidden; }
      .section-tiktok-overview .overview-detail {
        padding: 0; }
        .section-tiktok-overview .overview-detail .group-sub .sub-list {
          padding-right: 90px; }
      .section-tiktok-overview .overview-image--inner .sitebox-image {
        width: 116%; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-tiktok-overview {
      padding-top: 40px; }
      .section-tiktok-overview .row {
        align-items: start !important; }
      .section-tiktok-overview .overview-detail .suptitle {
        font-size: 18px; }
      .section-tiktok-overview .overview-detail h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0; }
      .section-tiktok-overview .overview-detail .group-sub p {
        font-size: 16px; }
      .section-tiktok-overview .overview-detail .group-sub .sub-list li {
        font-size: 14px; }
      .section-tiktok-overview .overview-suport {
        flex-flow: wrap; }
        .section-tiktok-overview .overview-suport span {
          flex: 0 0 100%;
          margin-bottom: 15px; }
        .section-tiktok-overview .overview-suport .item-suport a {
          margin: 0 5px 0 0; } }
  @media (max-width: 991px) {
    .section-tiktok-overview {
      padding-top: 40px; }
      .section-tiktok-overview .overview-detail h1, .section-tiktok-overview .overview-detail .sitebox-actions, .section-tiktok-overview .overview-detail .suptitle {
        text-align: center; }
      .section-tiktok-overview .overview-detail .group-sub {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center; }
      .section-tiktok-overview .overview-image .sitebox-image {
        margin-top: 20px; } }
  @media (max-width: 767px) {
    .section-tiktok-overview .overview-detail .suptitle {
      font-size: 16px; }
    .section-tiktok-overview .overview-detail h1 {
      font-size: 30px;
      line-height: 34px; }
    .section-tiktok-overview .overview-detail .group-sub p {
      text-align: center;
      font-size: 16px; }
    .section-tiktok-overview .overview-detail .group-sub .sub-list li {
      font-size: 14px; }
    .section-tiktok-overview .overview-suport {
      flex-flow: wrap;
      justify-content: center; }
      .section-tiktok-overview .overview-suport span {
        flex: 0 0 100%;
        margin-bottom: 15px;
        text-align: center; }
      .section-tiktok-overview .overview-suport .item-suport a {
        margin: 0 5px 0 0; } }
  @media (max-width: 576px) {
    .section-tiktok-overview:before {
      background-image: url(https://file.hstatic.net/1000001117/file/mess-overview-bg__1__43c992b23d70481397259eeb78dc97ad.webp); } }

.section-tiktok-freetrial {
  padding: 85px 0;
  background: linear-gradient(77deg, #0174EE 27%, #0048E5 80%); }
  .section-tiktok-freetrial .sitebox-heading {
    margin-bottom: 0; }
  .section-tiktok-freetrial .freetrial-title {
    line-height: 43.2px;
    font-size: 36px;
    margin: 0 0 5px;
    font-family: var(--hrv-font-family-bold);
    letter-spacing: -0.9px; }
  @media (min-width: 992px) {
    .section-tiktok-freetrial .row {
      padding: 0 40px; }
    .section-tiktok-freetrial .freetrial-content {
      padding: 0; }
    .section-tiktok-freetrial .sitebox-actions {
      margin-top: 8px; } }
  @media (max-width: 991px) {
    .section-tiktok-freetrial {
      margin-top: 0; }
      .section-tiktok-freetrial .sitebox-heading {
        margin-bottom: 20px;
        text-align: center; }
      .section-tiktok-freetrial .freetrial-title {
        font-size: 26px; } }
  @media (max-width: 767px) {
    .section-tiktok-freetrial {
      padding: 50px 0; }
      .section-tiktok-freetrial .freetrial-title {
        font-size: 28px; } }

.section-tiktok-questions .accordion-questions .questions-item {
  padding: 26px 12px;
  border-top: 1px rgba(0, 0, 0, 0.1) solid; }
  .section-tiktok-questions .accordion-questions .questions-item__title {
    position: relative;
    padding-right: 40px;
    cursor: pointer; }
    .section-tiktok-questions .accordion-questions .questions-item__title h3 {
      color: var(--color-main);
      font-size: 20px;
      font-family: var(--hrv-font-family-bold);
      line-height: 24px;
      margin: 0; }
    .section-tiktok-questions .accordion-questions .questions-item__title .plus-icon {
      width: 25px;
      height: 25px;
      position: absolute;
      right: -5px;
      top: calc(50% - 12px); }
      .section-tiktok-questions .accordion-questions .questions-item__title .plus-icon:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        top: 2px;
        right: 2px;
        text-align: center;
        background-image: url(https://file.hstatic.net/1000001117/file/icon-down_55a7d66a86604397ae2d34a70cfbf725.webp);
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: center;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s; }
  .section-tiktok-questions .accordion-questions .questions-item__content {
    padding-top: 15px;
    display: none; }
    .section-tiktok-questions .accordion-questions .questions-item__content p {
      color: #2A363B;
      font-size: 16px;
      line-height: 26px;
      margin: 0; }
    .section-tiktok-questions .accordion-questions .questions-item__content p a {
      padding-bottom: 2px;
      text-decoration: none;
      letter-spacing: -0.43px;
      color: #1876d2;
      background-image: linear-gradient(to right, #1876d2 0%, #1876d2 100%);
      background-size: 100% 1px;
      background-position: 0px 90%;
      background-repeat: no-repeat;
      transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; }
    .section-tiktok-questions .accordion-questions .questions-item__content p a:hover {
      background-size: 0px 1px;
      text-decoration: none; }
    .section-tiktok-questions .accordion-questions .questions-item__content ul {
      list-style: disc;
      padding-left: 25px; }
      .section-tiktok-questions .accordion-questions .questions-item__content ul li {
        color: #2A363B; }
  .section-tiktok-questions .accordion-questions .questions-item.is-active .questions-item__title .plus-icon:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.section-tiktok-questions .accordion-questions > div:last-child .questions-item {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid; }

@media (min-width: 1200px) {
  .section-tiktok-questions .sitebox-heading {
    padding-right: 15px; }
  .section-tiktok-questions .accordion-questions .questions-item__content {
    padding-right: 15px; } }

@media (max-width: 991px) {
  .section-tiktok-questions .sitebox-heading {
    margin-bottom: 20px;
    text-align: center; } }

@media (max-width: 767px) {
  .section-tiktok-questions .accordion-questions .questions-item__title h3 {
    font-size: 18px; }
  .section-tiktok-questions .accordion-questions .questions-item__content p {
    font-size: 14px; } }

.section-tiktok-api {
  /*background: linear-gradient(40deg, white 0%, #FBFAED 100%), linear-gradient(0deg, white 0%, white 100%);*/
  background: linear-gradient(40deg, white 0%, #fffffa 100%), linear-gradient(0deg, white 0%, white 100%); }
  .section-tiktok-api .api-title {
    color: var(--color-main);
    font-size: 24px;
    font-family: var(--hrv-font-family-bold);
    margin-bottom: 15px; }
  .section-tiktok-api .item-api {
    border-top: 1px #D7D7D7 solid;
    padding: 15px 0; }
    .section-tiktok-api .item-api .item-title {
      position: relative;
      color: #2A363B;
      font-family: 'sfuiText_bold';
      letter-spacing: -0.6px; }
      .section-tiktok-api .item-api .item-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        width: 24px;
        height: 24px;
        background-image: url(https://file.hstatic.net/1000001117/file/mess-multiply_a79ef704fbf44b0691cb755e7de253e9.webp);
        background-size: contain;
        background-repeat: no-repeat; }
    .section-tiktok-api .item-api .item-desc {
      color: #19191B;
      font-size: 16px;
      margin: 0; }
  .section-tiktok-api .api-left {
    padding: 30px 24px 40px 15px;
    background: #F9FEFF;
    margin-top: 30px; }
    .section-tiktok-api .api-left .item-api {
      padding-right: 30px; }
      .section-tiktok-api .api-left .item-api .item-title:before {
        left: auto;
        right: -30px; }
  .section-tiktok-api .api-right {
    padding: 60px 15px 40px 24px;
    background: #FFFEDE; }
    .section-tiktok-api .api-right .item-api {
      padding-left: 30px; }
      .section-tiktok-api .api-right .item-api .item-title:before {
        background-image: url(https://file.hstatic.net/1000001117/file/mess-tick_9c7eac14f5354237906d954e4bcc0ceb.webp); }
  .section-tiktok-api .sitebox-actions {
    margin-top: 30px; }
  @media (min-width: 992px) {
    .section-tiktok-api .col-left {
      text-align: right;
      padding-left: 40px;
      padding-right: 0; }
      .section-tiktok-api .col-left .api-left {
        padding: 30px 24px 92px 15px; }
        .section-tiktok-api .col-left .api-left .item-api:nth-child(4) {
          min-height: 109px; }
    .section-tiktok-api .col-right {
      text-align: left;
      padding-right: 40px;
      padding-left: 0;
      border-left: 1px #FFC529 solid;
      /*.api-right{.item-api:nth-child(3){padding-right: 15px;}}*/ } }
  @media (min-width: 1200px) {
    .section-tiktok-api .col-left {
      padding-left: 60px; }
    .section-tiktok-api .col-right {
      padding-right: 60px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .section-tiktok-api .item-api .item-title, .section-tiktok-api .item-api .item-desc {
      font-size: 14px; } }
  @media (max-width: 991px) {
    .section-tiktok-api {
      padding: 40px 0; }
      .section-tiktok-api .api-title {
        font-size: 20px; }
      .section-tiktok-api .api-left {
        margin-top: 0;
        padding-bottom: 20px; }
        .section-tiktok-api .api-left .item-api {
          padding-left: 30px; }
          .section-tiktok-api .api-left .item-api .item-title:before {
            left: -30px;
            right: auto; }
      .section-tiktok-api .api-right {
        border-top: 1px #FFC529 solid;
        padding: 30px 24px 20px; } }
  @media (max-width: 767px) {
    .section-tiktok-api .api-title {
      font-size: 20px; }
    .section-tiktok-api .api-left {
      margin-top: 0; }
    .section-tiktok-api .item-api .item-desc {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .section-tiktok-api .api-title {
      font-size: 18px; }
    .section-tiktok-api .api-left {
      padding: 20px 15px; }
      .section-tiktok-api .api-left .item-api {
        padding-right: 0; }
    .section-tiktok-api .api-right {
      padding: 20px 15px; }
    .section-tiktok-api .item-api .item-title {
      font-size: 14px; }
      .section-tiktok-api .item-api .item-title:before {
        width: 20px;
        height: 20px; } }

.section-tiktok-ads .sub-list li {
  line-height: 22px;
  margin-bottom: 10px; }
  .section-tiktok-ads .sub-list li b {
    font-family: 'sfuiText_bold'; }

.section-tiktok-ads .tag-new {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-family: var(--hrv-font-family-bold);
  background: #E01B22;
  color: #FFEBEE;
  padding: 8px 10px 4px;
  line-height: 120%;
  letter-spacing: -0.35px;
  text-transform: uppercase; }
  .section-tiktok-ads .tag-new:before {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-top-color: #B70A10;
    border-left-color: #B70A10;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0; }
  .section-tiktok-ads .tag-new span {
    width: 0;
    height: 0;
    position: absolute;
    right: -13px; }
    .section-tiktok-ads .tag-new span.new_1 {
      border-bottom: 0px solid transparent;
      border-right: 14px solid transparent;
      border-top: 15px solid #E01B22;
      top: 0; }
    .section-tiktok-ads .tag-new span.new_2 {
      border-top: 0px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 15px solid #E01B22;
      right: -12px;
      bottom: 0; }

.section-tiktok-ads.section-tiktok-ads1 {
  background: linear-gradient(262deg, #FFF1F1 0%, #ECF4FF 100%); }

.section-tiktok-ads.section-tiktok-ads2 {
  background: linear-gradient(290deg, #F7F5FF 0%, #ECF4FF 94%); }

.section-tiktok-ads.section-tiktok-ads3 {
  background: linear-gradient(262deg, #FFF1F1 0%, #EDF4FF 48%); }
  .section-tiktok-ads.section-tiktok-ads3 .sitebox-heading h2 {
    margin-top: 12px; }

.section-tiktok-ads.section-tiktok-ads4 {
  background: linear-gradient(262deg, #FFF1F1 0%, #EDF4FF 48%); }
  .section-tiktok-ads.section-tiktok-ads4 .sitebox-heading h2 {
    margin-top: 12px; }

@media (min-width: 992px) {
  .section-tiktok-ads.section-tiktok-ads4 .row {
    flex-flow: row-reverse; } }

@media (min-width: 1200px) {
  .section-tiktok-ads .channel-detail {
    padding-left: 50px; }
    .section-tiktok-ads .channel-detail .sub-list {
      padding-right: 20px; }
  .section-tiktok-ads.section-tiktok-ads1 {
    padding: 50px 0 0; }
    .section-tiktok-ads.section-tiktok-ads1 .sitebox-heading {
      padding-right: 55px; }
  .section-tiktok-ads.section-tiktok-ads2 {
    padding: 50px 0 0; }
    .section-tiktok-ads.section-tiktok-ads2 .channel-banner .lazyload-image {
      width: 125%;
      margin-left: -12%; }
  .section-tiktok-ads.section-tiktok-ads3 {
    padding: 0; }
    .section-tiktok-ads.section-tiktok-ads3 .channel-banner .lazyload-image {
      width: 130%;
      margin-left: -15%; }
  .section-tiktok-ads.section-tiktok-ads4 {
    padding: 20px 0 40px; }
    .section-tiktok-ads.section-tiktok-ads4 .channel-detail .sub-list {
      padding-right: 35px; }
    .section-tiktok-ads.section-tiktok-ads4 .channel-banner .lazyload-image {
      width: 125%;
      margin-left: -18%; } }

@media (max-width: 991px) {
  .section-tiktok-ads {
    padding-bottom: 0; }
    .section-tiktok-ads .sitebox-heading {
      margin-bottom: 20px;
      text-align: center; }
    .section-tiktok-ads.section-tiktok-ads2 .row {
      flex-flow: column-reverse; }
    .section-tiktok-ads.section-tiktok-ads3 .sitebox-heading, .section-tiktok-ads.section-tiktok-ads4 .sitebox-heading {
      text-align: left; } }

@media (max-width: 767px) {
  .section-tiktok-ads .sub-list li, .section-tiktok-ads .tag-new {
    font-size: 14px; } }

.section-tiktok-step {
  position: relative;
  padding-bottom: 40px;
  background: #ECF2FF; }
  .section-tiktok-step:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://file.hstatic.net/1000001117/file/bg-step.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right; }
  .section-tiktok-step .container {
    position: relative; }
  .section-tiktok-step .step-item {
    position: relative;
    padding: 10px;
    border: 1px #E6E6E6 solid;
    background: #fff; }
    .section-tiktok-step .step-item:before {
      content: '';
      position: absolute;
      top: 60%;
      left: 100%;
      width: 100%;
      height: 10px;
      background-image: url(https://file.hstatic.net/1000001117/file/step-right.webp);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1; }
    .section-tiktok-step .step-item .icon-item {
      position: relative; }
      .section-tiktok-step .step-item .icon-item:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 90px);
        height: 100%;
        background-image: url(https://file.hstatic.net/1000001117/file/step-line.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .section-tiktok-step .step-item .icon-item .icon-title {
        padding: 5px 14px 1px;
        background: #EA445A;
        border-radius: 120px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-family: 'sfuiText_bold'; }
    .section-tiktok-step .step-item .step-title {
      color: #2A363B;
      margin: 10px 0 10px 6px;
      min-height: 80px; }
  .section-tiktok-step .step-note {
    color: #FF004F;
    font-size: 18px;
    font-family: var(--hrv-font-family-bold);
    margin: 15px 0 20px; }
  .section-tiktok-step .row > div {
    padding: 0 5px; }
    .section-tiktok-step .row > div:last-child .step-item:before {
      content: none; }
  @media (min-width: 1921px) {
    .section-tiktok-step:before {
      background-position: center; } }
  @media (min-width: 992px) {
    .section-tiktok-step .row > div:first-child .step-item .step-title {
      margin: 10px 15px 10px 6px; } }
  @media (max-width: 991px) {
    .section-tiktok-step {
      padding: 40px 0; }
      .section-tiktok-step:before {
        background-size: cover; }
      .section-tiktok-step .list-step {
        flex-flow: nowrap;
        overflow-x: scroll;
        margin: 0; } }
  @media (max-width: 767px) {
    .section-tiktok-step .step-item {
      padding: 10px; }
      .section-tiktok-step .step-item .icon-item:before {
        width: calc(100% - 70px); }
      .section-tiktok-step .step-item .icon-item .icon-title {
        font-size: 14px; }
      .section-tiktok-step .step-item .step-title {
        font-size: 16px; }
    .section-tiktok-step .step-note {
      font-size: 14px; } }
  @media (max-width: 420px) {
    .section-tiktok-step .step-item .step-title {
      min-height: 66px; }
    .section-tiktok-step .step-note {
      margin-bottom: 0; } }

.section-tiktok-sale {
  position: relative;
  padding-bottom: 0; }
  .section-tiktok-sale:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://file.hstatic.net/1000001117/file/tiktok-sale-bg.webp);
    background-size: cover;
    background-position: center; }
  .section-tiktok-sale .sitebox-heading {
    background: linear-gradient(180deg, #2962FF 38%, rgba(44, 118, 255, 0) 100%);
    padding-top: 20px;
    border-radius: 40px 40px 0 0;
    margin: 0; }
    .section-tiktok-sale .sitebox-heading h2 {
      color: #fff; }
  .section-tiktok-sale .sale-right .sitebox-image {
    margin-bottom: 20px; }
  .section-tiktok-sale .sitebox-actions {
    padding-bottom: 40px; }
  @media (max-width: 767px) {
    .section-tiktok-sale:before {
      background-position: left; }
    .section-tiktok-sale .sale-right .sitebox-image {
      margin: -45px 0 0 0; } }

/*===================================================================*/
/* modal succes */
.modal.modalForm-success .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

.modal.modalForm-success.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal.modalForm-success {
  background: rgba(3, 17, 27, 0.7);
  padding: 0; }

.modalForm-success .modal-content {
  position: relative;
  border: 0;
  background-color: #0068FF;
  background: -moz-linear-gradient(130deg, #0068FF 0%, #0068FF 99%);
  background: -webkit-linear-gradient(130deg, #0068FF 0%, #0068FF 99%);
  background: -webkit-linear-gradient(130deg, #0068FF 0%, #0068FF 99%); }

.modalForm-success .modal-content:before, .modalForm-success .modal-content:after {
  content: "";
  position: absolute;
  width: 35%;
  top: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.modalForm-success .modal-content:after {
  right: 0;
  background-image: url(//file.hstatic.net/1000001117/file/modal-succes-vector-right-min.png); }

.modalForm-success .modal-content:before {
  left: 0;
  background-image: url(//file.hstatic.net/1000001117/file/modal-succes-vector-left-min.png); }

.modalForm-success .modal-content .modal-body {
  z-index: 2;
  padding: 20px 35px; }

.modalForm-success .modal-body img {
  width: 200px; }

.modalForm-success .modal-body .modal-title {
  font-size: 28px;
  color: #fff;
  font-family: var(--hrv-font-family-bold);
  margin: 0 0 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative; }

.modalForm-success .modal-body .modal-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background: #fff; }

.modalForm-success .modal-body p:not(.modal-title) {
  font-size: 16px;
  color: #fff;
  margin: 20px 0 0; }

.modalForm-success .hide_modal {
  padding: 10px 30px;
  text-transform: uppercase; }

.modalForm-success .modal-body p.txt-link {
  margin-top: 10px; }

.modalForm-success .modal-body p.txt-link a {
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.8; }

@media (min-width: 768px) {
  .modalForm-success .modal-dialog {
    width: 555px; } }

@media (max-width: 767px) {
  .modalForm-success .modal-content:before,
  .modalForm-success .modal-content:after {
    width: 40%;
    background-size: auto; }
  .modalForm-success .modal-content .modal-body {
    padding: 20px 18px; } }

/* popup Register  */
.modalForm-register.fade.show {
  opacity: 1;
  z-index: 10551; }

.modalForm-register .modal-content {
  background-color: #fff;
  border: 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 172, 193, 0.16);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 80px;
  overflow: hidden; }

.modalForm-register .modal-heading {
  background: #ffffff;
  text-align: center;
  border: 0;
  padding: 35px 25px 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center; }

.modalForm-register .modal-heading .modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 5;
  margin: 0;
  padding: 0;
  outline: none;
  margin-top: 0px;
  opacity: 1;
  float: initial;
  text-shadow: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  /*background: #e5e5e5;border: 1px solid #e5e5e5;*/ }

.modalForm-register .modal-heading .modal-close .close {
  padding: 0;
  margin: 0; }

.modalForm-register .modal-heading .modal-close svg {
  display: block;
  fill: #33475b;
  width: 20px;
  height: 100%;
  opacity: 0.7;
  margin: auto;
  -webkit-transition: -webkit-transform .25s, opacity .25s;
  -moz-transition: -moz-transform .25s, opacity .25s;
  transition: transform .25s, opacity .25s; }

.modalForm-register .modal-heading .modal-close:hover svg {
  opacity: 1;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12); }

.modalForm-register .modal-heading .modal-title {
  padding: 0px 0px 0;
  line-height: 1.3;
  color: #0141A7;
  font-size: 28px;
  margin: 0px auto 5px;
  font-family: var(--hrv-font-family-bold); }

.modalForm-register .modal-heading .modal-subtitle {
  font-size: 16px;
  position: relative;
  margin: 0 auto; }

.modalForm-register .modal-bodyform {
  position: relative;
  padding: 10px 35px 30px; }

/* Modal body form  */
.field-group {
  margin-bottom: 20px; }

.field-group .field-messages {
  font-size: 13px;
  margin: 5px 0;
  padding: 0 20px;
  color: #bababa; }

.field-input-wrapper {
  position: relative; }

.field-input-wrapper .field-label {
  font-size: 15px;
  color: #666666;
  font-family: 'sfuiText_medium';
  display: block;
  font-weight: initial;
  padding: 0;
  margin: 0 0 7px; }

.field-input-wrapper .field-label b {
  color: #ff0000;
  font-weight: initial;
  font-size: 88%; }

.field-input-wrapper .field-placeholder {
  font-size: 15px;
  color: #333333;
  display: block;
  font-weight: initial;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  pointer-events: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms; }

.field-required .field-input-wrapper .field-placeholder:after {
  content: " *";
  font-size: 12px;
  color: #ff0000; }

.field-input-wrapper .field-input,
.field-input-wrapper .field-select {
  font-family: 'sfuiText_medium';
  font-size: 15px;
  color: #000000;
  background-color: #f5f8fa;
  border: 1px solid #e7e7e7;
  display: block;
  width: 100%;
  padding: 14px 20px;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.03);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: padding 150ms;
  -moz-transition: padding 150ms;
  transition: padding 150ms; }

.field-input-wrapper textarea.field-input {
  width: 100%;
  max-width: 100%; }

.field-group .field-input-wrapper .field-input[type=number]::-webkit-outer-spin-button,
.field-group .field-input-wrapper .field-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.field-group .field-input-wrapper .field-input::-webkit-input-placeholder {
  color: #666666;
  font-size: 0; }

.field-group .field-input-wrapper .field-input::-moz-placeholder {
  color: #666666;
  font-size: 0; }

.field-group .field-input-wrapper .field-input::-ms-input-placeholder {
  color: #666666;
  font-size: 0; }

/* select */
.field-group-select .field-input-wrapper:not(.js-is-field) .field-placeholder {
  opacity: 0;
  visibility: hidden; }

.field-input-wrapper .field-select-dropdown {
  position: relative; }

.field-input-wrapper .field-select-dropdown:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 18px;
  border: solid #666666;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.field-input-wrapper .field-select-dropdown .field-select {
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.field-input-wrapper .field-select-dropdown .field-select option,
.field-input-wrapper .field-select-dropdown .field-select:invalid {
  color: #3d5067;
  font-size: 15px; }

.field-input-wrapper .field-select-dropdown .field-select option[value="null"],
.field-input-wrapper .field-select-dropdown .field-select option[value=""] {
  color: #bababa; }

/* checkbox- radio */
.field-group.field-group-radio .field-input-wrapper .field-label,
.field-group.field-group-checkbox .field-input-wrapper .field-label {
  font-size: 18px;
  color: #495057;
  margin-bottom: 10px;
  font-family: 'sfuiText_medium'; }

.field-group.field-group-radio .field-input-wrapper .field-label.red,
.field-group.field-group-checkbox .field-input-wrapper .field-label.red {
  color: #f10707; }

.listChoice-option .checkbox-primary, .listChoice-option .radio-primary {
  margin: 0px 0 10px;
  padding: 0;
  position: relative; }

.listChoice-option .radio-primary input[type='radio'] + label,
.listChoice-option .checkbox-primary input[type='checkbox'] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  color: #6f6c90;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  font-family: 'sfuiText_semibold',sans-serif; }

.listChoice-option .radio-primary input[type='radio'],
.listChoice-option .checkbox-primary input[type='checkbox'] {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  color: #fff;
  background: #fffef2;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 0;
  transition: all 0.15s ease-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.listChoice-option .radio-primary input[type='radio']:before,
.listChoice-option .checkbox-primary input[type='checkbox']:before {
  content: '\2714\fe0e';
  font-size: 14px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0;
  position: absolute;
  display: inline-block;
  text-align: center; }

.listChoice-option .radio-primary .input-radius[type='radio'],
.listChoice-option .radio-primary .input-radius[type='radio']:after {
  border-radius: 50%; }

.listChoice-option .radio-primary input[type='radio']:hover:before,
.listChoice-option .checkbox-primary input[type='checkbox']:hover:before {
  opacity: 1;
  color: #F9A825; }

.listChoice-option .radio-primary input[type='radio']:hover,
.listChoice-option .checkbox-primary input[type='checkbox']:hover {
  background: #fff; }

.listChoice-option .radio-primary input[type='radio']:checked,
.listChoice-option .checkbox-primary input[type='checkbox']:checked {
  background: #0047ba;
  border-color: #ffffff; }

.listChoice-option .radio-primary input[type='radio']:checked:after,
.listChoice-option .checkbox-primary input[type='checkbox']:checked:after {
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  background: #00b0ff;
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s; }

.listChoice-option .radio-primary input[type='radio']:checked:before,
.listChoice-option .checkbox-primary input[type='checkbox']:checked:before {
  opacity: 1;
  color: #ffffff; }

@keyframes click-wave {
  0% {
    height: 15px;
    width: 15px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 40px;
    width: 40px;
    margin-left: -12.5px;
    margin-top: -12.5px;
    opacity: 0; } }

.listChoice-flexbox {
  margin: 0 -5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.listChoice-flexbox > div {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 10px; }

.listChoice-flexbox .radio-primary {
  position: relative; }

.listChoice-flexbox .radio-primary input.option-input[type='radio'] {
  position: absolute;
  top: 8px;
  left: 12px;
  height: 18px;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.listChoice-flexbox .radio-primary input[type='radio'] + label {
  margin: 0;
  cursor: pointer;
  color: #3d5067;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 8px 5px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in; }

.listChoice-flexbox .radio-primary input[type='radio'] + label:before {
  content: "";
  width: 2px;
  height: 110%;
  background-color: #0047ba;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }

.listChoice-flexbox .radio-primary input.option-input[type='radio']:checked + label,
.listChoice-flexbox .radio-primary input.option-input[type='checkbox']:checked + label {
  border-color: #0047ba;
  color: #fff; }

.listChoice-flexbox .radio-primary input.option-input[type='radio']:checked + label:before {
  width: 120%;
  transform: translate(-50%, -50%);
  opacity: 1; }

/* js-active */
.js-is-field.field-input-wrapper .field-input,
.js-is-field.field-input-wrapper .field-select {
  padding-top: 21px;
  padding-bottom: 7px; }

.js-is-field.field-input-wrapper .field-placeholder {
  visibility: visible;
  opacity: 1;
  font-size: 11px;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px); }

.field-group.field-group-error .field-input-wrapper .field-label {
  color: #ff0000; }

/* button */
.field-group-button {
  margin: 5px 0 10px; }

.field-group-button .btn-submit-form {
  position: relative;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  font-family: 'sfuiText_bold';
  text-transform: uppercase;
  margin-top: 10px;
  min-width: 270px;
  width: 100%;
  color: #ffffff;
  background: #0169ed;
  border: 0;
  padding: 12px 30px;
  display: block;
  vertical-align: middle;
  outline: none;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.field-group-button .btn-submit-form:before {
  content: "";
  background: #ff4e00;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.field-group-button .btn-submit-form:hover,
.field-group-button .btn-submit-form:focus {
  outline: none; }

.field-group-button .btn-submit-form:hover:before,
.field-group-button .btn-submit-form:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

@media (min-width: 768px) {
  .modalForm-register .modal-dialog {
    max-width: 550px; }
  .modalForm-register.modalForm-video .modal-dialog {
    max-width: 900px; }
  .modalForm-register.modalForm-video .modal-dialog .iframe-video iframe {
    width: 100%;
    max-width: 100%;
    min-height: 500px; } }

@media (max-width: 767px) {
  .modalForm-register .modal-content {
    margin-bottom: 0;
    margin-top: 20px; }
  .modalForm-register .modal-heading {
    padding: 30px 20px 5px; }
  .modalForm-register .modal-heading .modal-title {
    font-size: 25px;
    padding: 0px 0px 0; }
  .modalForm-register .modal-heading .modal-subtitle {
    font-size: 14px; }
  .field-group-button .button {
    width: 100%; }
  .modalForm-register .modal-bodyform {
    padding: 8px 15px 30px; }
  .field-input-wrapper .field-placeholder {
    left: 15px; }
  .field-input-wrapper .field-input, .field-input-wrapper .field-select {
    padding-left: 15px;
    padding-right: 15px; }
  .field-group.field-group-radio .field-input-wrapper .field-label,
  .field-group.field-group-checkbox .field-input-wrapper .field-label {
    font-size: 16px; }
  .listChoice-option .radio-primary input[type='radio'] + label, .listChoice-option .checkbox-primary input[type='checkbox'] + label {
    font-size: 13px; }
  .modalForm-register.modalForm-video .modal-dialog .iframe-video iframe {
    max-width: 100%; } }

.field-group .field-error {
  margin: 5px 5px 0;
  font-size: 12px;
  color: #e40000; }

.section-tiktok-banner {
  padding: 0; }
  .section-tiktok-banner .banner-list {
    max-width: 1600px;
    margin: 0 auto;
    background-image: url("https://cdn.hstatic.net/files/1000001117/file/tiktok-bn-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 190px 40px 30px; }
  @media (max-width: 991px) {
    .section-tiktok-banner {
      padding-top: 20px; }
      .section-tiktok-banner .banner-list {
        padding: 50px 0 0;
        gap: 5px;
        background-image: url("https://cdn.hstatic.net/files/1000001117/file/tiktok-bn-bg-mb.png"); } }
