.tiktok-content-block-container .video-content-wrap .video-posts .video-slide figcaption, .tiktok-content-block-container .video-content-wrap .video-posts .video-slide .video-container, .tiktok-content-block-container .video-content-wrap .video-posts .video-slide .feed-caption, .tiktok-content-block-container .video-content-wrap .video-posts .video-slide {
  transition: all 0.3s ease-out;
}

.tiktok-content-block-container {
  padding-block: var(--row-xl);
}
@media only screen and (max-width: 64rem) {
  .tiktok-content-block-container {
    padding-block: var(--row-m);
  }
}
.tiktok-content-block-container .video-content-wrap {
  display: flex;
  gap: var(--gutter-loose);
  flex-direction: row;
  flex-wrap: wrap;
}
.tiktok-content-block-container .video-content-wrap.video-content {
  padding-left: var(--container-wide);
  padding-right: var(--container-standard);
}
.tiktok-content-block-container .video-content-wrap.content-video {
  padding-right: var(--container-wide);
  padding-left: var(--container-standard);
}
.tiktok-content-block-container .video-content-wrap.content-video .video-posts {
  order: 2;
}
.tiktok-content-block-container .video-content-wrap.content-video .content {
  order: 1;
}
@media only screen and (max-width: 64rem) {
  .tiktok-content-block-container .video-content-wrap.video-content, .tiktok-content-block-container .video-content-wrap.content-video {
    flex-direction: column;
    padding-left: unset;
    padding-right: unset;
  }
}
.tiktok-content-block-container .video-content-wrap .video-posts {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-standard);
}
@media only screen and (max-width: 64rem) {
  .tiktok-content-block-container .video-content-wrap .video-posts {
    width: 100%;
  }
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  width: 100%;
  opacity: 0.8;
  margin: unset;
  overflow: hidden;
  filter: blur(6px);
  transform: scale(0.9);
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide.slick-active {
  overflow: visible;
  transform: scale(0.9);
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide.slick-current {
  transform: scale(1);
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide .feed-caption {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--space-m);
  width: 100%;
  height: 100%;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide .feed-caption::before {
  background-color: var(--color-body);
  opacity: 0.625;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide .feed-caption p {
  color: var(--color-background);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-body);
  text-transform: var(--text-transform-body);
  font-size: var(--font-size-body-s);
  line-height: var(--line-height-body-s);
  letter-spacing: var(--letter-spacing-body-s);
  font-style: var(--font-style-body);
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide .feed-caption {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide.slick-current:hover .feed-caption {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide .video-container {
  margin-top: var(--space-m);
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide figcaption {
  opacity: 0;
  pointer-events: none;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide a {
  pointer-events: none;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide.slick-current.slick-active.slick-center {
  filter: blur(0px);
  opacity: 1;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide.slick-current.slick-active.slick-center figcaption {
  opacity: 1;
  pointer-events: all;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide.slick-current.slick-active.slick-center a {
  pointer-events: all;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide .video-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 177.7777777778%;
}
@media only screen and (max-width: 64rem) {
  .tiktok-content-block-container .video-content-wrap .video-posts .video-slide .video-container {
    width: 100%;
  }
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide .video-container .feed-pp {
  position: absolute;
  top: var(--space-2xs);
  left: var(--space-2xs);
  width: var(--size-l-2);
  height: var(--size-l-2);
  padding: var(--space-3xs);
  border-radius: 100%;
  border: 2px solid var(--color-accent-primary);
  background: var(--color-background-alt);
  overflow: hidden;
  z-index: 1;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide .video-container .feed-pp img {
  position: absolute;
  border-radius: 100%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide .video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
}
.tiktok-content-block-container .video-content-wrap .video-posts .video-slide figcaption {
  font-family: var(--font-family-overline);
  font-weight: var(--font-weight-overline);
  text-transform: var(--text-transform-overline);
  font-size: var(--font-size-overline-1);
  line-height: var(--line-height-overline-1);
  letter-spacing: var(--letter-spacing-overline-1);
  font-style: var(--font-style-overline);
  margin: unset;
  color: var(--color-body);
  padding: unset;
  text-align: right;
}
.tiktok-content-block-container .video-content-wrap .video-posts .slick-list {
  padding: unset !important;
  width: 100%;
}
@media only screen and (max-width: 64rem) {
  .tiktok-content-block-container .video-content-wrap .video-posts .slick-list {
    padding-inline: 2.916rem !important;
  }
}
.tiktok-content-block-container .video-content-wrap .video-posts .slick-track {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-standard);
}
@media only screen and (max-width: 64rem) {
  .tiktok-content-block-container .video-content-wrap .video-posts .slick-track {
    display: flex;
  }
}
.tiktok-content-block-container .video-content-wrap .content {
  flex: 1;
}
@media only screen and (max-width: 64rem) {
  .tiktok-content-block-container .video-content-wrap .content {
    padding-inline: var(--container-wide);
  }
}
.tiktok-content-block-container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tiktok-content-block-container .content .content-wrap p:last-of-type {
  margin: unset;
}
.tiktok-content-block-container .content .buttons {
  margin-top: var(--space-l);
}
/*# sourceMappingURL=tiktok_content.css.map */
