html {
  font-size: clamp(16px, 1vw, 20px);
}

.w-row:before, .w-row:after {
  display: none !important;
}

.social-videos__list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.social-videos__collection video {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .social-videos__collection video.social-videos__video--current {
    transform: scale(1.02);
    z-index: 1;
  }
  .social-videos__collection video:not(.social-videos__video--current) {
    transform: scale(0.96);
    z-index: 0;
  }
}

.social-videos__pagination {
  padding: 2rem 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.social-videos__pagination button {
  width: 10px;
  height: 10px;
  border-radius: 168px;
  background: #6AF2FB;
  transition: all 0.3s ease-in-out;
}
.social-videos__pagination button.social-videos__pagination-button--current {
  width: 42px;
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(to right, #6AF2FB var(--progress, 0%), rgba(255, 255, 255, 0.5) var(--progress, 0%));
}
@media screen and (max-width: 768px) {
  .social-videos__pagination {
    display: none;
  }
}

.social-videos__navigation {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.social-videos__navigation button {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_308_1076)'%3E%3Cg clip-path='url(%23clip1_308_1076)'%3E%3Cmask id='mask0_308_1076' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='5' y='5' width='17' height='17'%3E%3Cpath d='M21.2059 5.14087H5.14087V21.2059H21.2059V5.14087Z' fill='white'%3E%3C/path%3E%3C/mask%3E%3Cg mask='url(%23mask0_308_1076)'%3E%3Cpath d='M13.7089 6.21191L20.1349 13.1734L13.7089 20.1349M19.2424 13.1734H6.21191' stroke='%23FFF' stroke-width='2.142' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_308_1076'%3E%3Crect width='26.3466' height='26.3466' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3CclipPath id='clip1_308_1076'%3E%3Crect width='16.065' height='16.065' fill='white' transform='translate(5.14087 5.14087)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  padding: 1rem;
  margin: 0;
}
.social-videos__navigation button:first-of-type {
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .social-videos__navigation {
    display: none;
  }
}

.social-videos__list::-webkit-scrollbar {
  display: none;
}

.video_cursor {
  --cursor-x: 0px;
  --cursor-y: 0px;
  --cursor-rotate: 0deg;
  --cursor-opacity: 0;
  --cursor-transition: none;
  opacity: var(--cursor-opacity);
  top: 0 !important;
  left: 0 !important;
  transform: translate3d(calc(var(--cursor-x) - 50%), calc(var(--cursor-y) - 50%), 0) rotate(var(--cursor-rotate));
  transition: var(--cursor-transition);
  will-change: transform;
}

.button {
  width: 100%;
  padding-right: 4.5rem;
  transition: all 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.button-icon {
  box-sizing: content-box;
  padding: 0.5rem;
  position: absolute;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid;
  border-color: transparent;
  transition: all 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.button-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.button:hover,
.button:active {
  padding-right: 2rem;
}

.button:hover .button-icon,
.button:active .button-icon {
  border-color: var(--base-color-brand--blue);
  transform: translateX(calc(4rem + 2px)) rotate(90deg);
}

[fade-in] {
  visibility: hidden;
}

@media (pointer: coarse) {
  .video_cursor {
    display: none;
  }
  .video mux-player::part(bottom) {
    opacity: 1;
    pointer-events: auto;
  }
  .video mux-player::part(play),
  .video mux-player::part(button),
  .video mux-player::part(seek-backward),
  .video mux-player::part(seek-forward),
  .video mux-player::part(mute),
  .video mux-player::part(captions),
  .video mux-player::part(airplay),
  .video mux-player::part(pip),
  .video mux-player::part(cast),
  .video mux-player::part(playback-rate),
  .video mux-player::part(volume),
  .video mux-player::part(range),
  .video mux-player::part(time),
  .video mux-player::part(display) {
    display: none !important;
  }
  .video mux-player::part(fullscreen) {
    display: inline-flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
