html {
  scroll-behavior: smooth;
}

[data-ss-hidden="true"] {
  display: none !important;
}

.ss-long-home-sections {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.ss-embedded-page {
  width: 100%;
  min-height: 720px;
  border: 0;
  display: block;
  overflow: hidden;
  background: #fff;
}

.ss-trial-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(9, 16, 29, .58);
  backdrop-filter: blur(4px);
}

.ss-trial-modal.is-open {
  display: flex;
}

.ss-trial-modal:target {
  display: flex;
}

.ss-trial-dialog {
  position: relative;
  width: min(430px, calc(100vw - 32px));
  padding: 34px 30px 30px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  text-align: center;
}

.ss-trial-title {
  margin: 0 0 20px;
  color: #17233c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.ss-trial-qr {
  display: block;
  width: min(320px, 74vw);
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
}

.ss-trial-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #eef2f7;
  color: #26344d;
  font-size: 25px;
  line-height: 34px;
  cursor: pointer;
}

body.ss-modal-open {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .ss-embedded-page {
    min-height: 560px;
  }

  .ss-trial-dialog {
    padding: 30px 18px 22px;
  }

  .ss-trial-title {
    font-size: 22px;
  }
}
