@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .tp-tiktok-viewer-wrap, .tc-wp-content-root .tp-tiktok-viewer-wrap *{
  box-sizing: border-box !important;
}.tc-wp-content-root .tp-tiktok-viewer-wrap{
  --tp-primary: #0f766e;
  --tp-secondary: #e11d48;
  --tp-accent: #f59e0b;
  --tp-tint: #f3fbf9;
  --tp-text: #142322;
  --tp-muted: #5d6f6d;
  --tp-border: rgba(15, 118, 110, 0.16);
  --tp-shadow: rgba(10, 69, 65, 0.13);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: var(--tp-text);
  font-family: inherit;
}.tc-wp-content-root .tp-tiktok-viewer-section{
  width: 100% !important;
  overflow: hidden !important;
}.tc-wp-content-root .tp-tiktok-viewer-section-white{
  background: #ffffff !important;
}.tc-wp-content-root .tp-tiktok-viewer-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(225, 29, 72, 0.06), transparent 34%),
    linear-gradient(180deg, #f8fcfb 0%, var(--tp-tint) 100%) !important;
}.tc-wp-content-root .tp-tiktok-viewer-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  min-width: 0 !important;
}.tc-wp-content-root .tp-tiktok-viewer-heading{
  margin: 0 auto !important;
  color: var(--tp-text) !important;
  text-align: center !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  max-width: 980px !important;
}.tc-wp-content-root .tp-tiktok-viewer-intro{
  margin: 0 auto !important;
  color: var(--tp-muted) !important;
  text-align: center !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
  max-width: 780px !important;
}.tc-wp-content-root .tp-tiktok-viewer-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
}.tc-wp-content-root .tp-tiktok-viewer-card{
  position: relative;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  height: 100% !important;
  min-width: 0 !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(15, 118, 110, 0.08), transparent 42%);
  border: 1px solid var(--tp-border) !important;
  box-shadow: 0 18px 46px var(--tp-shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
  overflow: hidden !important;
}.tc-wp-content-root .tp-tiktok-viewer-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.09), rgba(225, 29, 72, 0.07), rgba(245, 158, 11, 0.08));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .tp-tiktok-viewer-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(225, 29, 72, 0.24) !important;
  box-shadow: 0 24px 60px rgba(10, 69, 65, 0.18);
}.tc-wp-content-root .tp-tiktok-viewer-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tp-tiktok-viewer-icon{
  position: relative;
  z-index: 1;
  display: grid !important;
  place-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--tp-primary), var(--tp-secondary));
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .tp-tiktok-viewer-card:hover .tp-tiktok-viewer-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(225, 29, 72, 0.24);
}.tc-wp-content-root .tp-tiktok-viewer-i{
  color: #ffffff !important;
  line-height: 1 !important;
  text-align: center !important;
}.tc-wp-content-root .tp-tiktok-viewer-card h3{
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: var(--tp-text) !important;
  text-align: center !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}.tc-wp-content-root .tp-tiktok-viewer-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto !important;
  color: var(--tp-muted) !important;
  text-align: center !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}.tc-wp-content-root .tp-tiktok-viewer-wrap.tp-tiktok-viewer-js-ready .tp-tiktok-viewer-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tp-tiktok-viewer-wrap.tp-tiktok-viewer-js-ready .tp-tiktok-viewer-card.tp-tiktok-viewer-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .tp-tiktok-viewer-section{
    padding: 86px 0 !important;
  }.tc-wp-content-root .tp-tiktok-viewer-container{
    padding: 0 28px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-heading{
    font-size: 42px !important;
    white-space: nowrap !important;
  }.tc-wp-content-root .tp-tiktok-viewer-intro{
    margin-top: 18px !important;
    font-size: 17px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-grid{
    margin-top: 42px !important;
    gap: 24px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-content-root .tp-tiktok-viewer-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card{
    min-height: 300px !important;
    padding: 34px 26px !important;
    border-radius: 22px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-icon{
    width: 72px !important;
    height: 72px !important;
    border-radius: 20px !important;
    margin-bottom: 24px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-i{
    font-size: 30px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card h3{
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card p{
    font-size: 15px !important;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tp-tiktok-viewer-section{
    padding: 68px 0 !important;
  }.tc-wp-content-root .tp-tiktok-viewer-container{
    padding: 0 24px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-heading{
    font-size: 34px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-intro{
    margin-top: 16px !important;
    font-size: 16px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 34px !important;
    gap: 20px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card{
    min-height: 270px !important;
    padding: 30px 22px !important;
    border-radius: 20px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-icon{
    width: 66px !important;
    height: 66px !important;
    border-radius: 18px !important;
    margin-bottom: 21px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-i{
    font-size: 27px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card h3{
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card p{
    font-size: 14.5px !important;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tp-tiktok-viewer-section{
    padding: 50px 0 !important;
  }.tc-wp-content-root .tp-tiktok-viewer-container{
    padding: 0 16px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-heading{
    font-size: 28px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-intro{
    margin-top: 12px !important;
    font-size: 14.5px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 26px !important;
    gap: 14px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card{
    min-height: 232px !important;
    padding: 20px 14px !important;
    border-radius: 17px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-icon{
    width: 54px !important;
    height: 54px !important;
    border-radius: 15px !important;
    margin-bottom: 15px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-i{
    font-size: 22px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card h3{
    font-size: 15.5px !important;
    margin-bottom: 8px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card p{
    font-size: 12.8px !important;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tp-tiktok-viewer-section{
    padding: 44px 0 !important;
  }.tc-wp-content-root .tp-tiktok-viewer-container{
    padding: 0 12px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-heading{
    font-size: 25px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-intro{
    margin-top: 10px !important;
    font-size: 13.8px !important;
    line-height: 1.58 !important;
  }.tc-wp-content-root .tp-tiktok-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 22px !important;
    gap: 12px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card{
    min-height: 222px !important;
    padding: 18px 11px !important;
    border-radius: 15px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-icon{
    width: 50px !important;
    height: 50px !important;
    border-radius: 14px !important;
    margin-bottom: 13px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-i{
    font-size: 20px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card h3{
    font-size: 14.5px !important;
    margin-bottom: 7px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card p{
    font-size: 12.2px !important;
    line-height: 1.5 !important;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tp-tiktok-viewer-section{
    padding: 38px 0 !important;
  }.tc-wp-content-root .tp-tiktok-viewer-container{
    padding: 0 10px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-heading{
    font-size: 22px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-intro{
    margin-top: 9px !important;
    font-size: 13px !important;
    line-height: 1.52 !important;
  }.tc-wp-content-root .tp-tiktok-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 20px !important;
    gap: 10px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card{
    min-height: 214px !important;
    padding: 16px 9px !important;
    border-radius: 14px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-icon{
    width: 46px !important;
    height: 46px !important;
    border-radius: 13px !important;
    margin-bottom: 12px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-i{
    font-size: 18px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card h3{
    font-size: 13.6px !important;
    margin-bottom: 7px !important;
  }.tc-wp-content-root .tp-tiktok-viewer-card p{
    font-size: 11.6px !important;
    line-height: 1.45 !important;
  }}