.hero-banner-sticky {
  min-height: 97svh;
}
.hero-banner-sticky-wrap {
  align-items: center;
}
.hero-banner-sticky .custom-width-viewport {
  position: absolute;
  height: 100%;
  background-color: inherit;
  z-index: -1;
  top: 0;
}
.hero-banner-sticky-content figure img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.hero-banner-sticky-content .tag {
  margin-bottom: var(--space-md, 16px);
}
.hero-banner-sticky-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-banner-sticky-content .heading span {
  color: var(--color-surface-active, #E6007D);
}
@media only screen and (min-width: 961px) {
  .hero-banner-sticky {
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media only screen and (max-width: 960px) {
  .hero-banner-sticky {
    min-height: unset;
    text-align: center;
    height: 100svh;
    background-color: var(--color-neutral-0, #FFFFFF);
    position: sticky;
    top: 0;
    padding-top: var(--space-lg, 24px);
  }
  .hero-overflow {
    overflow: hidden;
    height: 100%;
  }
  .hero-banner-sticky-content figure img {
    width: 64px;
    height: 64px;
  }
  .row .hero-banner-sticky-wrap {
    padding-top: var(--space-lg, 24px);
    gap: var(--space-md, 16px);
    align-items: unset;
  }
  .hero-banner-sticky-content {
    padding: 0;
    align-items: center;
  }
  .hero-banner-sticky-item-img {
    margin-top: 94px;
    width: 100%;
    height: 100%;
  }
  .hero-banner-sticky-item-img img {
    min-width: 260px;
    width: calc(100% - 100px);
    top: 7.7%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}