.gh-video-modules-base-widget {
  display: flex;
  max-width: 100%;
  width: 1440px;
  padding: 64px 72px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--Shades-Black-10, rgba(38, 38, 50, 0.1));
  background: var(--global-gh-color-white, #FFF);
}
.gh-video-modules-base-widget .video-modules-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.gh-video-modules-base-widget .video-modules-header .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.gh-video-modules-base-widget .video-modules-header .section-header h2 {
  color: var(--Neutrals-Dark-Gray, var(--Neutral-Neutral-50, #262632));
  text-align: center;
  /* Desktop/Heading/L */
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px; /* 116.667% */
}
.gh-video-modules-base-widget .video-modules-header .section-header p {
  max-width: 636px;
  width: 100%;
  color: var(--Neutrals-Dark-Gray, var(--Neutral-Neutral-50, #262632));
  text-align: center;
  /* Global/Paragraph/LG/Regular */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 25px;
  justify-content: stretch;
  transition: transform 0.24s ease-in-out;
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail {
  position: relative;
  display: flex;
  width: 342px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  cursor: pointer;
  border-radius: 8px;
  border-bottom: 1px solid var(--Shades-Black-10, rgba(38, 38, 50, 0.1));
  border-left: 1px solid var(--Shades-Black-10, rgba(38, 38, 50, 0.1));
  border-right: 1px solid var(--Shades-Black-10, rgba(38, 38, 50, 0.1));
  opacity: 0.5;
  background: var(--Neutrals-White, #FFF);
  transition: opacity 0.24s ease-in-out, border-top 0.24s ease-in-out;
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 24px;
  border-radius: 8px;
  border-top: 1px solid var(--Shades-Black-10, rgba(38, 38, 50, 0.1));
  transition: border 0.24s ease-in-out;
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail:hover, .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail.active {
  opacity: 1;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail:hover:after, .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail.active:after {
  border-top: 3px solid var(--Grubhub-Accesible-Orange, #FB6100);
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-image {
  overflow: hidden;
  height: 152px;
  align-self: stretch;
  border-radius: 8px;
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content p.thumbnail-category {
  color: var(--Neutrals-Dark-Gray, var(--Neutral-Neutral-50, #262632));
  /* Global/Paragraph/Legal/Bold */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content h3 {
  color: var(--Supporting-Colors-Charcoal, var(--Charcoal-Charcoal-80, #262632));
  /* Desktop/Heading/XS */
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 120% */
}
.gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content div.thumbnail-text, .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content div.thumbnail-text > p {
  color: var(--Neutrals-Dark-Gray, var(--Neutral-Neutral-50, #262632));
  /* Global/Paragraph/SM/Regular */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.gh-video-modules-base-widget .video-modules-preview {
  position: relative;
  display: flex;
  align-items: center;
  gap: 46px;
  align-self: stretch;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 560px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 16px;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item {
  position: absolute;
  display: flex;
  padding: 40px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.24s ease-in-out;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details {
  display: flex;
  width: 486px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  z-index: 2;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details .details-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details .detail-label {
  position: relative;
  color: var(--Neutrals-White, #FFF);
  /* Desktop/Overline */
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px; /* 133.333% */
  transform: translateY(8px);
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details span {
  position: relative;
  color: var(--Neutrals-White, #FFF);
  /* Desktop/Heading/M */
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px; /* 125% */
  transform: translateY(16px);
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details .detail-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(24px);
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details .detail-content p {
  color: var(--Neutrals-White, #FFF);
  /* Global/Paragraph/MD/Regular */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details .detail-content p.detail-category {
  font-weight: 700;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details .detail-content, .gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details span, .gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item .video-preview-details .detail-label {
  opacity: 0;
  transition: all 0.8s ease;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item.active {
  opacity: 1;
  visibility: visible;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item.active .video-preview {
  opacity: 1;
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item.active .video-preview-details .detail-content, .gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item.active .video-preview-details span, .gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item.active .video-preview-details .detail-label {
  opacity: 1;
  transform: translateY(0px);
}
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item.gh-video-playing .video-preview,
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item.gh-video-playing .video-preview-details,
.gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper .video-preview-item.gh-video-playing .arrow-play {
  display: none;
}
.gh-video-modules-base-widget .video-modules-preview .control-arrow {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  background-color: var(--Neutrals-White, #FFF);
  border: 1px solid var(--Shades-Black-5, rgba(38, 38, 50, 0.05));
  box-shadow: 0px 10px 20px rgba(38, 38, 50, 0.08);
  z-index: 4;
  transition: 0.24s box-shadow ease-in-out;
}
.gh-video-modules-base-widget .video-modules-preview .control-arrow:hover {
  box-shadow: 0px 10px 20px rgba(38, 38, 50, 0.18);
}
.gh-video-modules-base-widget .video-modules-preview .control-arrow svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.gh-video-modules-base-widget .gh-slide-dot, .gh-video-modules-base-widget .video-preview-wrapper {
  user-select: none;
}
.gh-video-modules-base-widget.gh-swipe-dragging .gh-slide-dot {
  pointer-events: none;
}
.gh-video-modules-base-widget.gh-swipe-dragging .video-preview-wrapper {
  pointer-events: none;
}

@media (max-width: 460px) {
  .gh-video-modules-base-widget {
    display: flex;
    width: 100%;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .gh-video-modules-base-widget .video-modules-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }
  .gh-video-modules-base-widget .video-modules-header .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  .gh-video-modules-base-widget .video-modules-header .section-header h2 {
    color: var(--Supporting-Colors-Charcoal, var(--Charcoal-Charcoal-80, #262632));
    text-align: center;
    /* Mobile/Heading/L */
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px; /* 113.333% */
  }
  .gh-video-modules-base-widget .video-modules-header .section-header p {
    color: var(--Neutrals-Dark-Gray, var(--Neutral-Neutral-50, #262632));
    text-align: center;
    /* Global/Paragraph/MD/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper {
    display: flex;
    align-items: stretch;
    gap: 8px;
  }
  .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail {
    position: relative;
    display: flex;
    width: 260px;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-image {
    display: none;
  }
  .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }
  .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content h3 {
    color: var(--Supporting-Colors-Charcoal, var(--Charcoal-Charcoal-80, #262632));
    /* Mobile/Heading/XS */
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 125% */
  }
  .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content p {
    color: var(--Neutrals-Dark-Gray, var(--Neutral-Neutral-50, #262632));
    /* Global/Paragraph/Legal/Bold */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
  }
  .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content .thumbnail-text, .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-content .thumbnail-text p {
    color: var(--Neutrals-Dark-Gray, var(--Neutral-Neutral-50, #262632));
    /* Global/Paragraph/Legal/Regular */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
  }
  .gh-video-modules-base-widget .video-modules-header .video-thumbnails-wrapper .video-thumbnail .thumbnail-tooltip {
    position: relative;
    display: flex;
    width: 22px;
    height: 13px;
    background-image: url("assets/video-thumbnial-tooltip-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .gh-video-modules-base-widget .video-modules-preview {
    display: flex;
    height: 210px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .gh-video-modules-base-widget .video-modules-preview .video-preview-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    flex: 1 0 auto;
    justify-content: center;
  }
  .gh-video-modules-base-widget .video-modules-preview .control-arrow:not(.arrow-play) {
    position: absolute;
    top: -10%;
  }
  .gh-video-modules-base-widget .video-modules-preview .control-arrow:not(.arrow-play).arrow-left {
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .gh-video-modules-base-widget .video-modules-preview .control-arrow:not(.arrow-play).arrow-right {
    right: 0;
    transform: translateX(50%) translateY(-50%);
  }
  .gh-video-modules-base-widget .video-modules-preview .video-preview-container .video-preview-item {
    justify-content: center;
    align-items: center;
  }
  .gh-video-modules-base-widget .video-modules-preview .video-preview-container .video-preview-item .video-preview-details {
    display: none;
  }
}

/*# sourceMappingURL=gh-video-modules.css.map */
