@media screen and (max-width: 655px) {
  .tiktok-embed {
    margin: 0 25px;
  }
}
.tiktok-embed {
  position: relative;
  display: block;
  width: 100%;
  margin: 18px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.15;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: "proxima-regular", "PingFangSC", sans-serif;
  font-weight: 400;
}
.tiktok-embed ::-webkit-scrollbar {
  display: none;
}
.tiktok-embed > section {
  position: relative;
  border: 1px solid rgba(22, 24, 35, 0.12);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
.tiktok-embed > section > * {
  display: block;
  padding: 0 12px;
}
.tiktok-embed > section > :first-child {
  padding-top: 12px;
}
.tiktok-embed > section > :last-child {
  padding-bottom: 12px;
}
.tiktok-embed > section:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(252, 252, 252, 0)),
      color-stop(50%, #fcfcfc),
      to(rgba(252, 252, 252, 0))
    ),
    -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f8f8f8), color-stop(0, transparent));
  background-image: -webkit-linear-gradient(
      left,
      rgba(252, 252, 252, 0) 0,
      #fcfcfc 50%,
      rgba(252, 252, 252, 0) 100%
    ),
    -webkit-linear-gradient(#f8f8f8 100%, transparent 0);
  background-image: -moz-linear-gradient(
      left,
      rgba(252, 252, 252, 0) 0,
      #fcfcfc 50%,
      rgba(252, 252, 252, 0) 100%
    ),
    -moz-linear-gradient(#f8f8f8 100%, transparent 0);
  background-image: linear-gradient(
      90deg,
      rgba(252, 252, 252, 0) 0,
      #fcfcfc 50%,
      rgba(252, 252, 252, 0) 100%
    ),
    linear-gradient(#f8f8f8 100%, transparent 0);
  -webkit-background-size: 300px 100%, 100%100%;
  background-size: 300px 100%, 100%100%;
  background-position: -160%0, 0 0;
  background-repeat: no-repeat;
  -webkit-animation: loading 1.5s infinite;
  -moz-animation: loading 1.5s infinite;
  animation: loading 1.5s infinite;
}
.tiktok-embed > section:after {
  content: "";
  position: absolute;
  top: 1em;
  right: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA0NSA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMzLjA4NiAwSDI0LjIwNzRWMzUuNDIwM0MyNC4yMDc0IDM5LjY0MDYgMjAuNzkyNiA0My4xMDcyIDE2LjU0MyA0My4xMDcyQzEyLjI5MzQgNDMuMTA3MiA4Ljg3ODU4IDM5LjY0MDYgOC44Nzg1OCAzNS40MjAzQzguODc4NTggMzEuMjc1NCAxMi4yMTc1IDI3Ljg4NDEgMTYuMzE1MyAyNy43MzMzVjE4Ljg0MDZDNy4yODQ5OSAxOC45OTEzIDAgMjYuMzAxNCAwIDM1LjQyMDNDMCA0NC42MTQ1IDcuNDM2NzYgNTIgMTYuNjE4OSA1MkMyNS44MDEgNTIgMzMuMjM3OCA0NC41MzkxIDMzLjIzNzggMzUuNDIwM1YxNy4yNThDMzYuNTc2NyAxOS42Njk2IDQwLjY3NDUgMjEuMTAxNCA0NSAyMS4xNzY4VjEyLjI4NDFDMzguMzIyMSAxMi4wNTggMzMuMDg2IDYuNjMxODggMzMuMDg2IDBaIiBmaWxsPSIjMTYxODIzIi8+Cjwvc3ZnPgo=);
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
@-webkit-keyframes loading {
  to {
    background-position: 260%0, 0 0;
  }
}
@-moz-keyframes loading {
  to {
    background-position: 260%0, 0 0;
  }
}
@keyframes loading {
  to {
    background-position: 260%0, 0 0;
  }
}
.tiktok-embed iframe {
  border: none;
}
.tiktok-embed a,
.tiktok-embed a:link,
.tiktok-embed a:visited,
.tiktok-embed a:focus,
.tiktok-embed a:hover,
.tiktok-embed a:active {
  color: #000;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.tiktok-embed img {
  border-style: none;
}
.tiktok-embed button,
.tiktok-embed input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
}
.tiktok-embed button,
.tiktok-embed [type="button"],
.tiktok-embed [type="reset"],
.tiktok-embed [type="submit"] {
  -webkit-appearance: button;
}
.tiktok-embed button::-moz-focus-inner,
.tiktok-embed [type="button"]::-moz-focus-inner,
.tiktok-embed [type="reset"]::-moz-focus-inner,
.tiktok-embed [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.tiktok-embed button:-moz-focusring,
.tiktok-embed [type="button"]:-moz-focusring,
.tiktok-embed [type="reset"]:-moz-focusring,
.tiktok-embed [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.tiktok-embed [hidden] {
  display: none;
}
