@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 .tivx-tiktok-image-viewer-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: #172026;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap *, .tc-wp-content-root .tivx-tiktok-image-viewer-wrap *::before, .tc-wp-content-root .tivx-tiktok-image-viewer-wrap *::after{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-section-one, .tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-section-three{
  background: #ffffff;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-section-two{
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 47, 100, 0.08), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(0, 242, 234, 0.10), transparent 32%),
    #f7fbfb;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-heading{
  margin: 0 auto;
  color: #11181c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-intro{
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  color: #52616a;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card{
  position: relative;
  display: block;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #ffffff;
  border: 1px solid rgba(17, 24, 28, 0.10);
  box-shadow: 0 18px 44px rgba(13, 21, 26, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.10), rgba(255, 47, 100, 0.09));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(0, 193, 187, 0.42);
  box-shadow: 0 24px 62px rgba(255, 47, 100, 0.14), 0 12px 28px rgba(0, 193, 187, 0.12);
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card:hover .tivx-icon{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 193, 187, 0.22);
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #00c9c3 0%, #11181c 46%, #ff2f64 100%);
  box-shadow: 0 14px 28px rgba(0, 193, 187, 0.18);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #11181c;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-text{
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  color: #5b6971;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-reveal.tivx-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-section{
    padding: 86px 0;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-container{
    padding: 0 24px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-heading{
    font-size: 42px;
    max-width: 960px;
    white-space: nowrap;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-intro{
    margin-top: 16px;
    margin-bottom: 38px;
    font-size: 17px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-grid{
    gap: 24px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card{
    min-height: 294px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 23px;
    border-radius: 20px;
    font-size: 29px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-title{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-section{
    padding: 68px 0;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-container{
    padding: 0 22px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-intro{
    margin-top: 14px;
    margin-bottom: 30px;
    font-size: 16px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card{
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 18px;
    font-size: 26px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-title{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-section{
    padding: 48px 0;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-container{
    padding: 0 16px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-heading{
    font-size: 28px;
    max-width: 390px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-intro{
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card{
    min-height: 232px;
    padding: 22px 14px 19px;
    border-radius: 17px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    border-radius: 15px;
    font-size: 22px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-title{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-section{
    padding: 42px 0;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-container{
    padding: 0 12px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-heading{
    font-size: 25px;
    max-width: 340px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-intro{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card{
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    border-radius: 14px;
    font-size: 20px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-title{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-text{
    font-size: 12.5px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-section{
    padding: 38px 0;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-container{
    padding: 0 10px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-intro{
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card{
    min-height: 216px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 18px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-title{
    font-size: 14px;
    margin-bottom: 6px;
  }.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-card-text{
    font-size: 12px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .tivx-tiktok-image-viewer-wrap .tivx-grid{
    grid-template-columns: 1fr !important;
  }}