/* src/airprocess-static/pages/enterprise/page.css */
.enterprise-history {
  --strip-bg: #f9fafc;
  padding-top: 8rem;
}

.enterprise-history .strip-title-block-text {
  text-align: left;
}

.enterprise-partners-section {
  --strip-bg: #f9fafc;
  padding: 8rem 0;
}

.lr-strip-frame {
  background: none;
  box-shadow: none;
}

.enterprise-security-strip .lr-strip-frame {
  display: flex;
  justify-content: center;
}

.enterprise-security-strip .lr-strip-frame img {
  width: min(100%, 220px);
  margin-inline: auto;
}

.enterprise-values {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8rem 2rem;
}

.enterprise-values::before {
  inset: 2rem 2.4rem;
  left: 2.4rem;
  width: auto;
  transform: none;
  background: #003399;
  border-radius: 3.2rem;
}

.enterprise-values .strip-title-block-heading {
  color: #ffffff;
}

.enterprise-values .cards-grid-3-cols {
  gap: 3rem;
  align-items: stretch;
}

.enterprise-values .feature-card {
  text-align: left;
}

@media (max-width: 767px) {
  .enterprise-values::before {
    inset: 1.6rem 1.2rem;
    left: 1.2rem;
    border-radius: 2.4rem;
  }

.enterprise-values .feature-card {
  width: calc(100% - 1rem);
}  
}

/* lib/fx/base.css */
body.has-page-fx {
  position: relative;
  isolation: isolate;
}

.page-fx-root {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2147483646;
}

.page-fx-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-fx-layer--canvas {
  display: block;
  width: 100%;
  height: 100%;
}