html {
  overflow-x: clip;
}

body.page {
  overflow-x: clip;
  max-width: 100vw;
}

body.page .main,
body.page .sv-main,
body.page main {
  overflow-x: clip;
  max-width: 100%;
}

body.page .container,
body.page .header__bar {
  width: 100%;
  max-width: var(--sv-container, min(68rem, 100%));
  min-width: 0;
  box-sizing: border-box;
}

body.page img,
body.page video,
body.page svg {
  max-width: 100%;
  height: auto;
}

body.page .site-footer__inner,
body.page .footer-links {
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  max-width: 100%;
}

body.page .footer-links a.nav__cta {
  display: none !important;
}

body.page .wip-pricing-grid,
body.page .sv-feat,
body.page .sv-price-row,
body.page .sv-pipe,
body.page .sv-link-cards,
body.page .sv-link-cards--grid {
  min-width: 0;
  max-width: 100%;
}

body.page .wip-card--prices {
  overflow: hidden;
}

body.page .sv-tariff,
body.page .wip-plan,
body.page .sv-price,
body.page .sv-feat__card,
body.page .sv-link-card {
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

body.page .sv-ticker__viewport {
  overflow: hidden;
  max-width: 100%;
}

body.page .sv-hero__title,
body.page .wip-title,
body.page .sv-h2 {
  overflow-wrap: break-word;
  hyphens: auto;
}

.sv-kicker,
.sv-pitch__num {
  display: none !important;
}

.sv-time__label {
  font-family: var(--sv-font) !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  color: var(--sv-mint-bright) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 0.65rem;
  border-radius: 6px;
  background: var(--sv-mint-dim);
  border: 1px solid rgba(6, 182, 212, 0.3);
}

.sv-pitch {
  grid-template-columns: 1fr !important;
  max-width: 40rem !important;
  text-align: left !important;
}

.sv-pitch__body {
  text-align: left !important;
}

@media (max-width: 640px) {
  .sv-pitch {
    text-align: left !important;
  }

  .sv-pitch__body {
    text-align: left !important;
  }
}
