/* [project]/src/assets/style/campaignHtmlBanner.css [app-client] (css) */
.campaign-html-banner-wrap {
  width: 100%;
}

.campaign-html-banner-wrap--970x100 {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.campaign-html-banner-iframe--970x100 {
  border: 0;
  border-radius: 15px;
  width: 970px;
  height: 100px;
  display: block;
}

.campaign-html-banner-wrap--970x250 {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.campaign-html-banner-iframe--970x250 {
  border: 0;
  width: 970px;
  height: 250px;
  display: block;
}

.campaign-html-banner-wrap--336x375 {
  width: 336px;
  max-width: 336px;
  height: 375px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.campaign-html-banner-iframe--336x375 {
  vertical-align: top;
  border: 0;
  border-radius: 16px;
  width: 336px;
  height: 375px;
  margin: 0;
  padding: 0;
  display: block;
}

@media (max-width: 1919px) and (min-width: 768px) {
  .campaign-html-banner-wrap--336x375 {
    width: 261px;
    max-width: 261px;
    height: 291px;
  }

  .campaign-html-banner-iframe--336x375 {
    width: 261px;
    height: 291px;
  }
}

.campaign-html-banner-iframe--300x250 {
  border: 0;
  width: 300px;
  height: 250px;
  display: block;
}

.campaign-html-banner-wrap--300x400 {
  border-radius: 14px;
  width: 300px;
  max-width: 300px;
  height: 400px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.campaign-html-banner-iframe--300x400 {
  border: 0;
  border-radius: 14px;
  width: 300px;
  height: 400px;
  padding-top: 10px;
  display: block;
}

@media (max-width: 430px) {
  .campaign-html-banner-wrap--970x100, .campaign-html-banner-wrap--970x250, .campaign-html-banner-wrap--336x375, .campaign-html-banner-wrap--300x250, .campaign-html-banner-wrap--300x400 {
    border-radius: 14px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .campaign-html-banner-wrap--336x375 {
    width: 100%;
    max-width: 100%;
    height: 375px;
  }

  .campaign-html-banner-iframe--970x100 {
    width: 100%;
    height: 100px;
  }

  .campaign-html-banner-iframe--970x250 {
    width: 100%;
    height: 250px;
  }

  .campaign-html-banner-iframe--336x375 {
    width: 100% !important;
    height: 375px !important;
  }

  .campaign-html-banner-iframe--300x250 {
    width: 100%;
    height: 250px;
    display: none;
  }

  .campaign-html-banner-iframe--300x400 {
    width: 100%;
    height: 400px;
  }

  .blog-sub-category-page .d-md-none.blog-col.w-100.mt-3 {
    display: none !important;
  }
}

/* [project]/src/components/collections/RelatedCollectionsSidebar.css [app-client] (css) */
.related-collections-sidebar {
  margin-bottom: 16px;
}

.related-collections-block {
  margin-bottom: 0 !important;
}

.related-collections-subtitle {
  color: #666;
  text-align: start;
  margin: 0 0 12px;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1.4;
}

.related-collections-sidebar .archiveDataEditorialCard {
  justify-content: start;
  align-items: start;
  width: 100%;
}

.related-collections-sidebar .related-collections-thumb-wrap--landscape {
  flex: 0 0 100px;
  width: 100px;
  height: 60px;
}

.related-collections-sidebar .related-collections-thumb-wrap--portrait {
  aspect-ratio: 12 / 16;
  flex: 0 0 54px;
  width: 54px;
  height: auto;
}

.related-collections-sidebar a.archiveDataEditorialCard:hover .archiveDataEditorialCardTitle {
  background-image: linear-gradient(var(--global-color-hover-1, var(--primary-color)), var(--global-color-hover-2, var(--primary-color)));
  -webkit-text-fill-color: transparent;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.related-collections-list--scroll {
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #fff;
  min-height: 0;
  max-height: 370px;
  padding-right: 6px;
  overflow: hidden auto;
}

.related-collections-list--scroll::-webkit-scrollbar {
  width: 5px;
}

.related-collections-list--scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
}

.related-collections-list--scroll::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border: 1px solid #fff;
  border-radius: 4px;
}

.related-collections-list--scroll::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

/* [project]/src/components/collections/CollectionAboutDescription.css [app-client] (css) */
.collection-about-description {
  color: #666;
  text-align: start;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.collection-about-description p {
  margin: 0 0 .5em;
}

.collection-about-description p:last-child {
  margin-bottom: 0;
}

.collection-about-description ul, .collection-about-description ol {
  margin: .5em 0;
  padding-left: 1.25em;
}

.collection-about-description a {
  color: inherit;
  text-decoration: underline;
}

.main-collection-tab-white .collection-about-description, .services-collection-header .collection-about-description {
  margin-top: 12px;
}

.parent-blog-page + .collection-about-description, .parent-blog-page .collection-about-description {
  color: #666;
  margin-top: 12px;
}

/* [project]/src/components/collections/CollectionKeywordsBar.css [app-client] (css) */
.collection-keywords-bar {
  text-align: start;
  width: 100%;
  margin: 8px 0 16px;
}

.collection-keywords-bar__title {
  color: #222;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}

.collection-keywords-bar__scroller {
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.collection-keywords-bar__tag {
  color: #333;
  white-space: nowrap;
  background: #f2f2f2;
  border-radius: 4px;
  flex: none;
  align-items: center;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  display: inline-flex;
}

.collection-keywords-bar__tag:hover {
  color: var(--primary-color, #6c3ce1);
  background: #ebebeb;
}

.collection-keywords-bar--desktop-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .collection-keywords-bar--desktop-only {
    display: none !important;
  }
}

/* [project]/src/components/collections/CollectionMobileBelowFold.css [app-client] (css) */
.collection-mobile-below-fold {
  width: 100%;
  margin: 8px 0 16px;
  display: none;
}

@media screen and (max-width: 768px) {
  .collection-mobile-below-fold {
    content-visibility: auto;
    contain-intrinsic-size: auto 320px;
    display: block;
  }
}

/* [project]/src/components/blog/BlogCollectionMobile.module.css [app-client] (css) */
.BlogCollectionMobile-module__VH7wca__seoListing {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.BlogCollectionMobile-module__VH7wca__playerShell {
  min-height: min(72svh, 640px);
  position: relative;
}

.BlogCollectionMobile-module__VH7wca__playerShellDesktop {
  background: #000;
  min-height: 650px;
}

.BlogCollectionMobile-module__VH7wca__playerShellDesktopBanner {
  min-height: 500px;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .BlogCollectionMobile-module__VH7wca__playerShellDesktop {
    min-height: 550px;
  }

  .BlogCollectionMobile-module__VH7wca__playerShellDesktopBanner {
    min-height: 400px;
  }
}

.BlogCollectionMobile-module__VH7wca__playerShellMobileProject {
  background: #000;
  min-height: calc(381px + 42vh);
}

.BlogCollectionMobile-module__VH7wca__playerShellMobileBlog {
  background: #000;
  min-height: 42vh;
}

.BlogCollectionMobile-module__VH7wca__mobileChromeReserve {
  pointer-events: none;
  background: #000;
  flex-direction: column;
  width: 100%;
  min-height: calc(381px + 42vh);
  display: flex;
}

.BlogCollectionMobile-module__VH7wca__mobileChromeNavPad {
  background: #000;
  flex-shrink: 0;
  height: 58px;
}

.BlogCollectionMobile-module__VH7wca__mobileChromeVideo {
  background: #000;
  flex-shrink: 0;
  width: 100%;
  height: 200px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.BlogCollectionMobile-module__VH7wca__mobileChromeRest {
  background: #111;
  flex: auto;
  min-height: calc(123px + 42vh);
}

.BlogCollectionMobile-module__VH7wca__mobileChromeReserveBlog {
  pointer-events: none;
  background: #000;
  flex-direction: column;
  width: 100%;
  min-height: 42vh;
  display: flex;
}

@media (max-width: 768px) {
  .BlogCollectionMobile-module__VH7wca__playerShellDesktop, .BlogCollectionMobile-module__VH7wca__playerShellDesktopBanner {
    min-height: 0;
  }
}

.BlogCollectionMobile-module__VH7wca__collectionPlayerStage {
  width: 100%;
  position: relative;
}

.BlogCollectionMobile-module__VH7wca__desktopPosterStage {
  background: #000;
  flex: auto;
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.BlogCollectionMobile-module__VH7wca__desktopPosterStage > div {
  height: 100%;
  min-height: 400px;
}

.BlogCollectionMobile-module__VH7wca__desktopStageReserve {
  background: #000;
  width: 100%;
  min-height: 650px;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .BlogCollectionMobile-module__VH7wca__desktopStageReserve {
    min-height: 550px;
  }
}

.BlogCollectionMobile-module__VH7wca__desktopTabsReserve {
  flex-shrink: 0;
  width: 100%;
  min-height: 120px;
}

.BlogCollectionMobile-module__VH7wca__playerPosterLayer {
  pointer-events: none;
  background: #000;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.BlogCollectionMobile-module__VH7wca__playerPosterLayerWide {
  aspect-ratio: auto;
  height: 200px;
}

.BlogCollectionMobile-module__VH7wca__playerPosterFillStage {
  height: 100%;
  min-height: 400px;
}

.BlogCollectionMobile-module__VH7wca__playerPosterLayer img {
  -o-object-fit: cover;
  object-fit: cover;
}

.BlogCollectionMobile-module__VH7wca__playerPosterImg {
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(75px);
  opacity: .7;
  transform: scale(1.15);
}

.BlogCollectionMobile-module__VH7wca__playerPosterImgSharp {
  -o-object-fit: cover;
  object-fit: cover;
}

.BlogCollectionMobile-module__VH7wca__playerPosterPlay {
  z-index: 2;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.BlogCollectionMobile-module__VH7wca__playerPosterOverVideo {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.BlogCollectionMobile-module__VH7wca__playerForeground {
  z-index: 1;
  position: relative;
}

.BlogCollectionMobile-module__VH7wca__playerPosterOverVideo .BlogCollectionMobile-module__VH7wca__playerPosterPlay {
  display: none;
}

.BlogCollectionMobile-module__VH7wca__playerPosterOverVideo .BlogCollectionMobile-module__VH7wca__playerPosterLayer, .BlogCollectionMobile-module__VH7wca__playerPosterOverVideo .BlogCollectionMobile-module__VH7wca__playerPosterLayerWide {
  height: 100%;
  min-height: 200px;
}

@media (min-width: 769px) {
  .BlogCollectionMobile-module__VH7wca__seoListing {
    display: none;
  }
}

/*# sourceMappingURL=src_ed6062ae._.css.map*/