.page-actions-card {
  padding: 24px;
  min-height: 304px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 16px;
  background-color: var(--main-text);
}
@media only screen and (width < 768px) {
  .page-actions-card {
    min-height: 524px;
  }
}
.page-actions-card__back-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-actions-card__back-wrapper img {
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (width < 768px) {
  .page-actions-card__back-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 76% center;
  }
}
.page-actions-card__blend-mode, .page-actions-card__shadow-veil {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.page-actions-card__blend-mode {
  background-color: #202B34;
  mix-blend-mode: color;
}
.page-actions-card__shadow-veil {
  background-color: var(--main-text);
  opacity: 0.5;
}
.page-actions-card__content {
  max-width: 379px;
}

/*# sourceMappingURL=actions.css.map */
