/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/featured-video/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.thumbnail-video-container {
  position: relative;
}
.thumbnail-video-container .wp-block-embed.is-type-video.is-provider-youtube {
  z-index: 1;
  position: relative;
}

.om-featured-video-thumbnail {
  display: flex;
  justify-content: center;
  background-color: white;
  aspect-ratio: 16/9;
  position: absolute;
  z-index: 10;
  width: 100%;
  flex-direction: column;
  border: 1px solid var(--wp--preset--color--neutral-100);
  box-shadow: 0px 0px 0px 5px #FFFFFF inset, 0px 10px 50px 0px rgba(0, 41, 186, 0.1490196078);
  cursor: pointer;
}
.om-featured-video-thumbnail img {
  border-radius: 5px;
}
.om-featured-video-thumbnail > img {
  height: 100%;
}
.om-featured-video-thumbnail.integrations {
  gap: 5rem;
}
@media (max-width: 959px) {
  .om-featured-video-thumbnail.integrations {
    gap: 1rem;
  }
}
.om-featured-video-thumbnail.pages {
  padding: 5px;
  border-radius: 10px;
  scale: 1.02;
  width: -webkit-fill-available;
}
.om-featured-video-thumbnail-icons .logo {
  width: 240px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.om-featured-video-thumbnail.hidden {
  display: none;
}
.om-featured-video-thumbnail > div {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 4rem;
}
@media (max-width: 959px) {
  .om-featured-video-thumbnail > div {
    display: none;
  }
}
.om-featured-video-thumbnail .om-featured-video-play-button {
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border: none;
  border-radius: 5px;
}
.om-featured-video-thumbnail .om-featured-video-play-button.features, .om-featured-video-thumbnail .om-featured-video-play-button.pages {
  position: absolute;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  flex-direction: column;
  background: linear-gradient(0deg, rgba(9, 18, 38, 0.25), rgba(9, 18, 38, 0.25));
}
.om-featured-video-thumbnail .om-featured-video-play-button.features span, .om-featured-video-thumbnail .om-featured-video-play-button.pages span {
  color: white;
  font-weight: 400;
  font-size: 18px;
  font-family: "museo-sans";
}
.om-featured-video-thumbnail .om-featured-video-play-button.integrations span {
  color: var(--wp--preset--color--primary-500);
}

.no-play-button .om-featured-video-thumbnail-icons {
  flex-direction: column;
  gap: 2rem;
}
.no-play-button .om-featured-video-play-button.integrations {
  display: none;
}

.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}

.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.om-fallback-featured-image img {
  width: 100%;
  z-index: 5;
  position: relative;
}

/*# sourceMappingURL=style-index.css.map*/