.yt_demo_container {
  width: 100%;
  max-width: 727px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.yt_demo_container .yt_demo_tabs {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 24px auto;
  padding: 8px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.64);
  flex-wrap: wrap;
}
.yt_demo_container .yt_demo_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  border: none;
  border-radius: 32px;
  padding: 8px 24px;
  background-color: transparent;
  color: #3d3c48;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.yt_demo_container .yt_demo_tab span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.yt_demo_container .yt_demo_tab .yt_demo_tab_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.yt_demo_container .yt_demo_tab:hover, .yt_demo_container .yt_demo_tab:focus-visible {
  background-color: #f4f4f5;
  color: #1a1a22;
  box-shadow: none;
  outline: none;
}
.yt_demo_container .yt_demo_tab.is_active {
  background-color: #f4f4f5;
  color: #1a1a22;
  box-shadow: none;
}
.yt_demo_container .yt_demo_panel[hidden] {
  display: none !important;
}

#accent-audio {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

#yt-player.locked {
  pointer-events: none;
}

.yt_demo_box {
  display: flex;
  width: 100%;
  height: 472px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  aspect-ratio: 134/87;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  margin: 0 auto 32px auto;
}
.yt_demo_box h2 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.yt_demo_box.yt_demo_box--static p {
  max-width: 520px;
  text-align: center;
  color: #3d3c48;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.yt_demo_box.yt_demo_box--youtube {
  margin: 0 auto;
}

.yt_demo_custom--demos {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin: 0;
}
.yt_demo_custom--demos .au_demo_slider_wrap {
  width: min(1560px, 100vw - 32px);
  margin: 0 auto;
  padding: 0 24px;
}
.yt_demo_custom--demos .au_demo_slider {
  position: relative;
}
.yt_demo_custom--demos .au_demo_slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.yt_demo_custom--demos .au_demo_slider:not(.slick-initialized) .au_demo_slide {
  flex: 0 0 auto;
}
.yt_demo_custom--demos .au_demo_slider .slick-list {
  padding: 40px 0 !important;
  overflow: visible;
}
.yt_demo_custom--demos .au_demo_slider .slick-track {
  display: flex;
  align-items: center;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide {
  width: 727px;
  margin: 0 28px;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active .au_demo_slide_inner {
  box-shadow: 0 20px 56px 0 rgba(37, 31, 63, 0.18), 0 8px 28px 0 rgba(37, 31, 63, 0.16);
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-played .au_demo_slide_inner::before {
  opacity: 0;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-played .au_demo_controls .switch_outer::before {
  opacity: 1;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-played .au_demo_controls .switch_wrapper {
  color: #fff;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-accent-on .au_demo_caption {
  color: #fff;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-accent-on .switch_outer {
  background: rgba(20, 20, 26, 0.2);
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-accent-on .play_outer {
  background: rgba(20, 20, 26, 0.2);
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-accent-on .au_demo_controls .switch_outer::before {
  opacity: 0;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-accent-on .au_demo_controls .switch_outer::after {
  opacity: 1;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-played.is-accent-on .au_demo_slide_inner::before {
  opacity: 1;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-played.is-accent-on .au_demo_controls .switch_outer::before {
  opacity: 0;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-played.is-accent-on .au_demo_controls .switch_outer::after {
  opacity: 1;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-played.is-accent-on .au_demo_controls .play_outer::after {
  opacity: 1;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide.is-active.is-played.is-accent-on .au_demo_controls .play_outer {
  box-shadow: none;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide:not(.is-active) .au_demo_controls {
  opacity: 0.55;
  pointer-events: none;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide_inner {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.1), 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 1;
  transform: scale(0.804, 0.831);
  transform-origin: center center;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
  will-change: transform;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_slide_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: var(--Demo-gradient, linear-gradient(120deg, var(--Purple-650, #5544dc) 10.39%, var(--Orange-200, #fc8b83) 171.46%));
  transition: opacity 0.32s ease;
  z-index: 0;
}
.yt_demo_custom--demos .au_demo_slider .slick-center .au_demo_slide_inner {
  transform: scale(1, 1);
}
.yt_demo_custom--demos .au_demo_slider .au_demo_video_wrap {
  background-color: transparent;
  width: 100%;
  height: 400px;
  padding: 8px 8px 0 8px;
  position: relative;
  z-index: 1;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_video_wrap video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_footer {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  position: relative;
  z-index: 1;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_caption {
  margin: 0;
  flex-shrink: 0;
  color: #1a1a22;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  transition: color 0.28s ease;
  margin-left: auto;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .play_outer {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(113deg, #5544dc 4.54%, #fc8b83 140.49%);
  box-shadow: 0 8px 20px rgba(85, 68, 220, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: box-shadow 0.28s ease;
}
@media screen and (min-width: 769px) {
  .yt_demo_box.yt_demo_box--youtube {
    position: relative;
  }
  .yt_demo_box.yt_demo_box--youtube #yt-form {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 20px;
  }
  .yt_demo_box.yt_demo_box--youtube #yt-form .form_inputs_container {
    max-width: none;
    margin: 0;
  }
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .play_outer::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: rgba(20, 20, 26, 0.2);
  transition: opacity 0.28s ease;
  z-index: 0;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .au_demo_play_btn {
  border: none;
  outline: none;
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .au_demo_play_btn.is-locked {
  pointer-events: none;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .hide {
  display: none;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .loading_state {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .loading_state.hide {
  display: none;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .switch_outer {
  background-color: #f4f4f5;
  border-radius: 50px;
  padding: 12px 24px 12px 12px;
  max-width: 301px;
  flex: 1;
  min-width: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .switch_outer::before, .yt_demo_custom--demos .au_demo_slider .au_demo_controls .switch_outer::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  transition: opacity 0.28s ease;
  z-index: 0;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .switch_outer::before {
  opacity: 0;
  background: linear-gradient(113deg, #5544dc 4.54%, #fc8b83 140.49%);
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .switch_outer::after {
  opacity: 0;
  background: rgba(20, 20, 26, 0.2);
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .switch_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1a22;
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .noise_cancellation_switch {
  width: 57px;
  height: 32px;
  display: inline-flex;
  border-radius: 50px;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0;
  background: linear-gradient(92deg, #5544dc 1.14%, #fc8b83 115.3%);
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .noise_cancellation_switch span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 28px;
  transition: all 0.2s ease;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .noise_cancellation_switch em {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .noise_cancellation_switch.off {
  background: #c3c8cd;
}
.yt_demo_custom--demos .au_demo_slider .au_demo_controls .noise_cancellation_switch.off span {
  margin-left: 4px;
}
.yt_demo_custom--demos .au_demo_slider .slick-prev,
.yt_demo_custom--demos .au_demo_slider .slick-next {
  --au-active-width: 727px;
  --au-arrow-size: 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(36, 35, 45, 0.12);
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
}
.yt_demo_custom--demos .au_demo_slider .slick-prev:hover,
.yt_demo_custom--demos .au_demo_slider .slick-next:hover {
  background: #fff;
}
.yt_demo_custom--demos .au_demo_slider .slick-prev::before,
.yt_demo_custom--demos .au_demo_slider .slick-next::before {
  display: none;
}
.yt_demo_custom--demos .au_demo_slider .slick-prev {
  right: auto !important;
  left: calc(50% - var(--au-active-width) / 2 - (var(--au-arrow-size) + 30px));
}
.yt_demo_custom--demos .au_demo_slider .slick-next {
  left: auto !important;
  right: calc(50% - var(--au-active-width) / 2 - (var(--au-arrow-size) + 30px));
}
.yt_demo_custom--demos .au_demo_slider .slick-prev img,
.yt_demo_custom--demos .au_demo_slider .slick-next img {
  width: 24px;
  height: 24px;
}

#yt-result {
  display: none;
}
#yt-result .yt-player-wrapper {
  padding: 8px;
  background-color: #fff;
  border-radius: 12px;
}
#yt-result .yt-player-wrapper iframe {
  border-radius: 12px;
  max-width: 100%;
}
#yt-result .yt-player-wrapper .button {
  display: none;
}
#yt-result .yt-player-wrapper.converted {
  background: linear-gradient(120deg, #5544dc 10.39%, #fc8b83 171.46%);
}
#yt-result .yt-player-wrapper.converted .button {
  margin-top: 12px;
  display: block;
  background: rgba(20, 20, 26, 0.3);
}
#yt-result .yt-player-wrapper.converted .button a {
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #f7f7f8;
}
#yt-result.show {
  display: block;
}

.yt-find-video {
  display: block;
}
.yt-find-video.hidden {
  display: none;
}

#accent-audio-wrap {
  background-color: #fff;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  max-width: 416px;
  margin: 24px auto 0 auto;
  padding: 8px 12px;
}
#accent-audio-wrap .play_outer {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(113deg, var(--Purple-650, #5544dc) 4.54%, var(--Orange-200, #fc8b83) 140.49%);
  box-shadow: 0 12px 40px 0 rgba(85, 68, 220, 0.4), 0 4px 32px 0 rgba(85, 68, 220, 0.1);
}
#accent-audio-wrap .play_outer #audio-play {
  display: flex;
}
#accent-audio-wrap .play_outer #audio-play.is-locked {
  pointer-events: none;
}
#accent-audio-wrap .play_outer .hide {
  display: none;
}
#accent-audio-wrap .play_outer .loading_state {
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
#accent-audio-wrap .play_outer .loading_state.hide {
  display: none;
}
#accent-audio-wrap .switch_outer {
  background-color: #f4f4f5;
  border-radius: 48px;
  padding: 12px 24px 12px 12px;
  flex: 1;
}
#accent-audio-wrap .switch_outer .switch_wrapper {
  white-space: nowrap;
  color: #1a1a22;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-weight: 600;
}
#accent-audio-wrap .switch_outer .switch_wrapper .noise_cancellation_switch {
  width: 72px;
  height: 40px;
  display: inline-flex;
  background: linear-gradient(92deg, var(--Purple-650, #5544dc) 1.14%, var(--Orange-200, #fc8b83) 115.3%);
  margin: 0;
  border-radius: 50px;
  overflow: hidden;
}
#accent-audio-wrap .switch_outer .switch_wrapper .noise_cancellation_switch.switch em {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
}
#accent-audio-wrap .switch_outer .switch_wrapper .noise_cancellation_switch.switch span {
  font-size: unset;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  position: relative;
  margin-left: 37px;
}
#accent-audio-wrap .switch_outer .switch_wrapper .noise_cancellation_switch.switch.switch_disabled {
  background: #f2f3f4;
}
#accent-audio-wrap .switch_outer .switch_wrapper .noise_cancellation_switch.switch.off {
  background: #c3c8cd;
}
#accent-audio-wrap .switch_outer .switch_wrapper .noise_cancellation_switch.switch.off span {
  margin-left: 3px;
  font-size: unset;
}

#yt-controller {
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
}
#yt-controller.loading .yt-range-actions {
  justify-content: center;
}
#yt-controller.hidden {
  display: none;
}
#yt-controller .yt-loading-screen {
  display: none;
}
#yt-controller .yt-loading-screen.show {
  display: block;
}
#yt-controller .yt-loading-screen h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #1a1a22;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#yt-controller .yt_playing_state button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f4f4f5;
  border: none;
  outline: none;
  cursor: pointer;
}
#yt-controller .yt_playing_state button img {
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(5%) sepia(5%) saturate(4336%) hue-rotate(202deg) brightness(95%) contrast(88%);
}
#yt-controller .yt-range-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#yt-controller .yt-range-actions .button {
  text-align: center;
  background-color: #f4f4f5;
  border-radius: 48px;
  overflow: hidden;
}
#yt-controller .yt-range-actions .button a {
  display: block;
  padding: 12px 24px;
  text-align: center;
  color: #1a1a22;
  font-size: 18px;
  line-height: 24px;
}
#yt-controller .yt-range-actions .button#yt-convert {
  background: linear-gradient(113deg, var(--Purple-650, #5544dc) 4.54%, var(--Orange-200, #fc8b83) 140.49%);
  box-shadow: 0 12px 40px 0 rgba(85, 68, 220, 0.4), 0 4px 32px 0 rgba(85, 68, 220, 0.1);
}
#yt-controller .yt-range-actions .button#yt-convert a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#yt-controller .yt-range-controls {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}
#yt-controller .yt-range-controls #yt-segment-slider {
  position: relative;
  height: 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}
#yt-controller .yt-range-controls #yt-segment-slider .seg-rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #dfdcfe;
}
#yt-controller .yt-range-controls #yt-segment-slider .seg-range {
  position: absolute;
  top: 50%;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #614efa;
  left: 0%;
  width: 0%;
}
#yt-controller .yt-range-controls #yt-segment-slider .seg-thumb {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #614efa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
#yt-controller .yt-range-controls #yt-segment-slider .seg-thumb::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
#yt-controller .yt-range-controls #yt-segment-slider .seg-thumb {
  cursor: pointer;
}
#yt-controller .yt-range-controls #yt-segment-slider .seg-thumb:focus {
  outline: 2px solid rgba(0, 0, 0, 0.35);
  outline-offset: 3px;
}
#yt-controller .yt-range-controls #yt-range-wrap {
  flex: 1;
}
#yt-controller .yt-range-controls #yt-range-wrap small {
  color: #757585;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#yt-feedback {
  display: none;
  margin-top: 8px;
  color: #d52b2b;
  font-size: 12px;
  line-height: 16px;
}
#yt-feedback.show {
  display: block;
}

#yt-form .form_inputs_container {
  max-width: 727px;
  width: 100%;
  padding: 8px;
  border-radius: 48px;
  background-color: transparent;
  margin: 0 auto;
  height: 80px;
}
#yt-form .form_inputs_container .yt_input_wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #e7e7ea;
  border-radius: 48px;
  padding: 12px;
  height: 100%;
}
#yt-form .form_inputs_container .yt_input_wrapper.filled {
  border: unset;
  padding: 12px 8px;
}
#yt-form .form_inputs_container .yt_input_wrapper.filled.invalid {
  border: 1px solid rgb(213, 43, 43);
}
#yt-form .form_inputs_container .yt_input_wrapper button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 12px;
  text-align: center;
  background-color: #614efa;
  border: none;
  outline: none;
  align-items: center;
  cursor: pointer;
}
#yt-form .form_inputs_container .yt_input_wrapper button img {
  vertical-align: middle;
}
#yt-form .form_inputs_container .yt_input_wrapper button {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#yt-form .form_inputs_container .yt_input_wrapper button.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
#yt-form .form_inputs_container .yt_input_wrapper input[type=text] {
  margin: 0 12px;
  background-color: transparent;
  border: none;
  outline: none;
  flex: 1;
  color: #1a1a22;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#yt-form .form_inputs_container .yt_input_wrapper input[type=text]::-moz-placeholder {
  color: #757585;
}
#yt-form .form_inputs_container .yt_input_wrapper input[type=text]::placeholder {
  color: #757585;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1280px) {
  .yt_demo_container.accent_understanding_demo .yt_demo_tabs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .yt_demo_custom--demos .au_demo_slider_wrap {
    width: calc(100vw - 16px);
    padding: 0;
  }
  .yt_demo_custom--demos .au_demo_slider .slick-list {
    padding: 24px 14px !important;
    overflow: hidden;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_slide {
    width: auto;
    margin: 0;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_slide_inner {
    width: 100%;
    transform: scale(0.804, 0.831);
  }
  .yt_demo_custom--demos .au_demo_slider .slick-center .au_demo_slide_inner {
    transform: scale(1, 1);
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_video_wrap {
    height: 190px;
    aspect-ratio: auto;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_footer {
    gap: 10px;
    padding: 8px 16px 16px;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_caption {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls .au_demo_caption {
    order: -1;
    flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 2px;
    text-align: center;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls .play_outer {
    width: 34px;
    height: 34px;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls .au_demo_play_btn img {
    width: 16px;
    height: 16px;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls .switch_outer {
    flex: 1;
    min-width: 0;
    max-width: 243px;
    padding: 4px 8px 4px 4px;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls .switch_wrapper {
    font-size: 14px;
    line-height: 18px;
    gap: 6px;
    padding: 8px;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls .noise_cancellation_switch {
    width: 40px;
    height: 22px;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls .noise_cancellation_switch span {
    margin-left: 20px;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls .noise_cancellation_switch.off span {
    margin-left: 2px;
  }
  .yt_demo_custom--demos .au_demo_slider .au_demo_controls .noise_cancellation_switch em {
    width: 18px;
    height: 18px;
  }
  .yt_demo_custom--demos .au_demo_slider .slick-prev,
  .yt_demo_custom--demos .au_demo_slider .slick-next {
    display: none !important;
  }
  .yt_demo_container .yt_demo_tabs {
    border-radius: 24px;
    padding: 6px;
    gap: 6px;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .yt_demo_container .yt_demo_tab {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 12px;
  }
  .yt_demo_container {
    padding-bottom: 0;
    box-shadow: none;
  }
}
.wf-center {
  --w: 6px;
  --gap: 4px;
  --color: #0b8f6a;
  --dur: 0.9s;
  margin-bottom: 24px;
  display: flex;
  justify-content: center; /* center horizontally */
  align-items: center; /* :white_check_mark: bars centered vertically */
  gap: var(--gap);
  height: 24px; /* container height */
  width: 100%;
}

.wf-center span {
  width: var(--w);
  background: var(--color);
  border-radius: 999px;
  transform-origin: center; /* :white_check_mark: grow from center */
  animation: wfCenter var(--dur) ease-in-out infinite;
  will-change: transform;
}

/* Base heights (waveform shape) */
.wf-center span:nth-child(1) {
  height: 9px;
  animation-delay: 0s;
}

.wf-center span:nth-child(2) {
  height: 16px;
  animation-delay: 0.08s;
}

.wf-center span:nth-child(3) {
  height: 24px;
  animation-delay: 0.16s;
}

.wf-center span:nth-child(4) {
  height: 18px;
  animation-delay: 0.24s;
}

.wf-center span:nth-child(5) {
  height: 12px;
  animation-delay: 0.32s;
}

.wf-center span:nth-child(6) {
  height: 8px;
  animation-delay: 0.4s;
}

@keyframes wfCenter {
  0%, 100% {
    transform: scaleY(0.65);
  }
  50% {
    transform: scaleY(1.15);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wf-center span {
    animation: none;
  }
}
