:root {
  --ast-vp-header-height: 82px;
  --ast-vp-admin-bar-height: 0px;
}

@media (min-width: 601px) {
  body.admin-bar {
    --ast-vp-admin-bar-height: 32px;
  }
}
.ast-vp-streak-greeting h2 {
  width: 100%;
  white-space: nowrap;
  line-height: 16px !important;
  margin-top: -3px;
}
.ast-vp-streak-greeting h2.highlight {
  color: var(--e-global-color-d17b36a, #fdc77b) !important;
}

.ast-vp-filter-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ast-vp-filter-container .ast-vp-filter {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  padding: 24px 48px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0px, black 48px, black calc(100% - 48px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0px, black 48px, black calc(100% - 48px), transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.ast-vp-filter-container .ast-vp-filter::-webkit-scrollbar {
  display: none;
}
.ast-vp-filter-container .ast-vp-filter .ast-vp-filter-button {
  display: flex !important;
  align-items: center !important;
  line-height: 24px !important;
  font-size: 18px !important;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 4px 12px !important;
  border: 1px solid rgb(119, 119, 119) !important;
  border-radius: 32px !important;
  color: #ffffff !important;
  background-color: transparent !important;
  transition: all 0.2s;
}
.ast-vp-filter-container .ast-vp-filter .ast-vp-filter-button:hover, .ast-vp-filter-container .ast-vp-filter .ast-vp-filter-button.ast-vp-filter-button-active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: rgb(8, 8, 8) !important;
}
.ast-vp-filter-container .ast-vp-filter .ast-vp-filter-button:disabled, .ast-vp-filter-container .ast-vp-filter .ast-vp-filter-button.ast-vp-filter-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ast-vp-filter-container .ast-vp-filter::-webkit-scrollbar {
  display: none;
}

.ast-vp-loop-container {
  --ast-vp-color-white: var(--e-global-color-819c4b6, #ffffff);
  --ast-vp-color-highlight: var(--e-global-color-d17b36a, #fdc77b);
}
.ast-vp-loop-container .ast-vp-header {
  position: sticky;
  top: calc(var(--ast-vp-header-height) + var(--ast-vp-admin-bar-height));
  left: 0;
  width: 100%;
  padding: 0 16px;
  z-index: 91;
  background-color: transparent;
  transition: all 0.2s;
}
.ast-vp-loop-container .ast-vp-header.ast-vp-header-ipad {
  margin-left: -1px;
  width: calc(100% + 1px);
}
.ast-vp-loop-container .ast-vp-header.ast-vp-header-absolute {
  visibility: hidden;
}
.ast-vp-loop-container .ast-vp-header.ast-vp-header-overlapped {
  background-color: rgb(8, 8, 8);
}
.ast-vp-loop-container .ast-vp-header .ast-vp-header-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.ast-vp-loop-container .ast-vp-header .ast-vp-header-toolbar .ast-vp-header-toolbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.ast-vp-loop-container .ast-vp-header .ast-vp-header-toolbar button {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 24px;
  color: var(--ast-vp-color-white);
  transition: color 0.2s;
}
.ast-vp-loop-container .ast-vp-header .ast-vp-header-toolbar button svg path {
  fill: var(--ast-vp-color-white);
  transition: fill 0.2s;
}
.ast-vp-loop-container .ast-vp-header .ast-vp-header-toolbar button:hover {
  color: var(--ast-vp-color-highlight);
}
.ast-vp-loop-container .ast-vp-header .ast-vp-header-toolbar button:hover svg path {
  fill: var(--ast-vp-color-highlight);
}
.ast-vp-loop-container .ast-vp-header .ast-vp-header-toolbar button .ast-vp-voice-icon-hidden {
  display: none;
}
.ast-vp-loop-container .ast-vp-loop {
  display: flex;
  flex-direction: column;
}
.ast-vp-loop-container .ast-vp-loop .ast-vp-video {
  position: relative;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ast-vp-loop-container .ast-vp-loop .ast-vp-video iframe,
.ast-vp-loop-container .ast-vp-loop .ast-vp-video object,
.ast-vp-loop-container .ast-vp-loop .ast-vp-video embed,
.ast-vp-loop-container .ast-vp-loop .ast-vp-video .ast-vp-video-thumbnail,
.ast-vp-loop-container .ast-vp-loop .ast-vp-video .ast-vp-loop-processing-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ast-vp-loop-container .ast-vp-loop .ast-vp-video .ast-vp-video-thumbnail {
  display: block;
  z-index: 20;
}
.ast-vp-loop-container .ast-vp-loop .ast-vp-video .ast-vp-video-thumbnail.ast-vp-video-thumbnail-ios {
  bottom: 0;
  top: unset;
  height: 55px;
  overflow: hidden;
}
.ast-vp-loop-container .ast-vp-loop .ast-vp-video .ast-vp-video-thumbnail.ast-vp-video-thumbnail-ios img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.ast-vp-loop-container .ast-vp-loop .ast-vp-video .ast-vp-video-thumbnail .ast-vp-video-thumbnail-locked-overlay {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 90;
  background-color: var(--ast-vp-color-white);
  background-image: url("../images/icons/lock.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.ast-vp-loop-container .ast-vp-loop .ast-vp-video .ast-vp-video-thumbnail:hover .ast-vp-video-thumbnail-locked-overlay {
  background-color: var(--ast-vp-color-highlight);
}
.ast-vp-loop-container .ast-vp-loop .ast-vp-video .ast-vp-loop-processing-indicator {
  z-index: 30;
  background-color: rgba(0, 0, 0, 0);
  animation: ast-vp-loop-processing-indicator-animation 2s infinite;
}
@keyframes ast-vp-loop-processing-indicator-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
.ast-vp-loop-container .ast-vp-loop .ast-vp-video .ast_fv_favorite_button_wrapper {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 90;
}
.ast-vp-loop-container .ast-vp-footer {
  --ast-vp-footer-status-background-color: #000;
  --ast-vp-footer-status-color: #fff;
  position: sticky;
  visibility: hidden;
  bottom: 0;
  z-index: 91;
  transition: all 0.2s;
}
.ast-vp-loop-container .ast-vp-footer .ast-vp-footer-progress-bar {
  position: relative;
  height: 4px;
  overflow: hidden;
  background-color: rgb(77, 76, 76);
  text-indent: -9999px;
}
.ast-vp-loop-container .ast-vp-footer .ast-vp-footer-progress-bar .ast-vp-footer-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  overflow: hidden;
  background-color: rgb(210, 229, 255);
  text-indent: -9999px;
  transition: width 0.2s;
}
.ast-vp-loop-container .ast-vp-footer .ast-vp-footer-bar {
  display: flex;
  justify-content: center;
  padding: 12px 6px;
  background-color: var(--ast-vp-footer-status-background-color);
  color: var(--ast-vp-footer-status-color);
}
.ast-vp-loop-container .ast-vp-footer .ast-vp-footer-bar .ast-vp-footer-status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  line-height: 20px;
  font-weight: 600;
  gap: 8px;
}
.ast-vp-loop-container .ast-vp-footer .ast-vp-footer-bar .ast-vp-footer-status img {
  width: 42px;
  height: auto;
  object-fit: contain;
  border-radius: 42px;
}
.ast-vp-loop-container .ast-vp-footer .ast-vp-footer-bar .ast-vp-footer-status button {
  display: block;
  color: var(--ast-vp-footer-status-color) !important;
}
.ast-vp-loop-container .ast-vp-footer .ast-vp-footer-bar .ast-vp-footer-status button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ast-vp-loop-container .ast-vp-footer .ast-vp-footer-bar .ast-vp-footer-button {
  --ast-vp-footer-play-button-size: 42px;
  display: block;
  border: none;
  box-shadow: none;
  background-image: url("../images/icons/pause.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: var(--ast-vp-footer-play-button-size);
  height: var(--ast-vp-footer-play-button-size);
  min-width: var(--ast-vp-footer-play-button-size);
  padding: 0 !important;
  border-radius: var(--ast-vp-footer-play-button-size) !important;
}
.ast-vp-loop-container .ast-vp-footer .ast-vp-footer-bar .ast-vp-footer-button.paused {
  background-image: url("../images/icons/play.svg");
}
.ast-vp-loop-container .ast-vp-footer.ast-vp-ios-chrome-fix {
  bottom: 0;
}
.ast-vp-loop-container .ast-vp-footer.ast-vp-ios-chrome-fix .ast-vp-footer-bar {
  padding-bottom: 24px;
}
.ast-vp-loop-container .ast-vp-action-button {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  outline: none !important;
}
.ast-vp-loop-container .ast-vp-action-button:hover, .ast-vp-loop-container .ast-vp-action-button:active, .ast-vp-loop-container .ast-vp-action-button:focus {
  background-color: transparent;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
}
.ast-vp-loop-container .ast-vp-info-text {
  color: var(--ast-vp-color-white);
  text-align: center;
  padding: 16px;
}

.ast-vp-load-more-spinner {
  --ast-spinner-color: var(--e-global-color-d17b36a, #FDC77B);
  text-align: center;
}
.ast-vp-load-more-spinner svg {
  display: none;
  margin: 8px auto;
  width: 20px;
  height: 20px;
  fill: var(--ast-spinner-color);
}
.ast-vp-load-more-spinner.enabled svg {
  display: block;
  animation: ast-vp-load-more-spinner-animation 3s infinite linear;
}
@keyframes ast-vp-load-more-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ast-vp-load-more-spinner .ast-vp-no-more-text {
  display: none;
  padding: 8px;
  text-align: center;
  color: var(--ast-spinner-color);
}
.ast-vp-load-more-spinner.no-more-videos .ast-vp-no-more-text {
  display: block;
}

.ast-login-content {
  display: none;
}

@media (max-width: 767px) {
  .ast-vp-loop-container .ast-vp-header .ast-vp-header-toolbar .ast-vp-toolbar-button-label {
    display: none;
  }
  .ast-vp-loop-container .ast-vp-footer .ast-vp-footer.bar {
    padding: 16px;
  }
  .ast-vp-loop-container .ast-vp-footer .ast-vp-footer.bar .ast-vp-footer-status {
    max-width: 100%;
    border-radius: 0;
  }
}
