body.pb-demo-overlay-open {
  overflow: hidden;
}

.pb-demo-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.pb-demo-overlay.is-open {
  display: flex;
}

.pb-demo-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(212, 82, 213, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(255, 121, 26, 0.18), transparent 28rem),
    rgba(21, 49, 58, 0.64);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pb-demo-modal {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
  max-height: min(860px, calc(100vh - 56px));
  border: 3px solid rgba(21, 49, 58, 0.92);
  border-radius: 30px;
  background:
    linear-gradient(rgba(1, 123, 160, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(1, 123, 160, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(238, 227, 88, 0.20), transparent 15rem),
    radial-gradient(circle at 86% 86%, rgba(255, 121, 26, 0.14), transparent 17rem),
    #fffdf5;
  background-size: 22px 22px, 22px 22px, auto, auto, auto;
  box-shadow:
    14px 14px 0 rgba(212, 82, 213, 0.22),
    0 34px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.pb-demo-modal.is-loading .pb-demo-shell {
  opacity: 0.36;
  pointer-events: none;
  filter: grayscale(0.25);
}

.pb-demo-loading {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: none;
  place-items: center;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.pb-demo-modal.is-loading .pb-demo-loading {
  display: grid;
}

.pb-demo-loading-card {
  width: min(230px, calc(100% - 48px));
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 22px 24px;
  border: 3px solid rgba(21, 49, 58, 0.88);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 1) 0 38%, rgba(255, 255, 255, 0.88) 64%, rgba(255, 255, 255, 0.72) 100%),
    #ffffff;
  box-shadow:
    8px 8px 0 rgba(212, 82, 213, 0.16),
    0 24px 55px rgba(0, 0, 0, 0.18);
}

.pb-demo-loading-card img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 0 0 14px rgba(255, 255, 255, 0.76),
    0 0 34px rgba(255, 255, 255, 0.92);
}

.pb-demo-loading-card p {
  margin: 0;
  color: #15313A;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.pb-demo-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 660px;
}

.pb-demo-header {
  position: relative;
  padding: 34px;
  border-right: 2px solid rgba(1, 123, 160, 0.14);
  background:
    radial-gradient(circle at 14% 18%, rgba(212, 82, 213, 0.10), transparent 16rem),
    rgba(255, 255, 255, 0.72);
}

.pb-demo-header::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border-radius: 38px;
  background: linear-gradient(135deg, #D452D5 0%, #FF791A 100%);
  opacity: 0.08;
  transform: rotate(14deg);
}

.pb-demo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0 0 22px;
  padding: 12px 16px;
  border: 3px solid rgba(21, 49, 58, 0.88);
  border-radius: 18px 18px 18px 4px;
  background: #ffffff;
  box-shadow:
    7px 7px 0 rgba(212, 82, 213, 0.15),
    0 14px 30px rgba(0, 0, 0, 0.06);
  color: #017BA0;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pb-demo-kicker::before {
  content: "";
  width: 38px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #D452D5 0%, #FF791A 100%);
}

.pb-demo-header h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #15313A;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.pb-demo-header p:not(.pb-demo-kicker) {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: #40565D;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 720;
}

.pb-demo-frame-wrap {
  min-height: 660px;
  background: #ffffff;
}

.pb-demo-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 660px;
  border: 0;
  background: #ffffff;
}

..pb-demo-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 50;

  width: 44px;
  height: 44px;
  padding: 0;

  display: grid;
  place-items: center;

  border: 3px solid rgba(21, 49, 58, 0.88);
  border-radius: 14px;
  background: #ffffff;
  color: #15313A;

  cursor: pointer;

  box-shadow:
    5px 5px 0 rgba(255, 121, 26, 0.16),
    0 12px 24px rgba(0, 0, 0, 0.16);

  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.pb-demo-close:hover,
.pb-demo-close:focus {
  outline: none;
  transform: translate(-1px, -1px);
  box-shadow:
    6px 6px 0 rgba(212, 82, 213, 0.14),
    0 14px 26px rgba(0, 0, 0, 0.16);
}

.pb-demo-close span {
  position: absolute;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #15313A;
}

.pb-demo-close span:first-child {
  transform: rotate(45deg);
}

.pb-demo-close span:last-child {
  transform: rotate(-45deg);
}

/* Hide desktop close button. Users can click the backdrop to close. */
.pb-demo-close {
  display: none;
}

/* Keep close button available on mobile */
@media (max-width: 560px) {
  .pb-demo-close {
    display: grid;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 900px) {
  .pb-demo-overlay {
    padding: 16px;
  }

  .pb-demo-modal {
    max-height: calc(100vh - 32px);
    overflow: auto;
  }

  .pb-demo-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pb-demo-header {
    padding: 26px;
    border-right: 0;
    border-bottom: 2px solid rgba(1, 123, 160, 0.14);
  }

  .pb-demo-header h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .pb-demo-header p:not(.pb-demo-kicker) {
    font-size: 17px;
  }

  .pb-demo-frame-wrap,
  .pb-demo-frame {
    min-height: 620px;
  }
}

@media (max-width: 560px) {
  .pb-demo-overlay {
    padding: 10px;
  }

  .pb-demo-modal {
    border-radius: 22px;
  }

  .pb-demo-header {
    padding: 22px;
  }

  .pb-demo-kicker {
    font-size: 11px;
    letter-spacing: 0.10em;
    padding: 11px 13px;
  }

  .pb-demo-kicker::before {
    width: 28px;
    height: 5px;
  }

  .pb-demo-frame-wrap,
  .pb-demo-frame {
    min-height: 680px;
  }
}