html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  overflow: visible;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.navbar-section,
.landing-hero-banner-background,
.landing-hero-section,
.landing-hero-section-copy,
.home-one-partners-section,
.landing-showcase-wrapper,
.footer-two {
  max-width: 100vw;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .landing-navbar-button {
    display: none !important;
  }

  .landing-hero-section,
  .landing-hero-section-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .landing-hero-section-copy {
    background-color: #050509 !important;
    background-position: center top !important;
    background-size: cover !important;
  }

  .landing-hero-main-wrapper,
  .landing-heading-max-width {
    width: 100% !important;
    max-width: 100%;
    overflow: visible;
  }

  .landing-heading-max-width {
    max-width: 306px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .heading {
    display: block;
    width: 100% !important;
    max-width: 100%;
    font-family: Druktextwide, sans-serif !important;
    font-size: clamp(21px, 6.15vw, 24px) !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    text-align: center;
    letter-spacing: -0.16px !important;
    white-space: normal !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .heading .text-span,
  .heading .bold-text-2 {
    display: block !important;
    width: 100%;
    max-width: 100%;
    font-family: Druktextwide, sans-serif !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  .heading .bold-text-2 {
    font-weight: 700 !important;
  }

  .heading-9 {
    width: 100% !important;
    max-width: 100%;
    font-family: Urbanist, sans-serif !important;
    font-size: 12.8px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: clamp(8px, 3vw, 16px) !important;
    text-align: center;
    white-space: nowrap !important;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: clamp(21px, 6.15vw, 24px) !important;
  }

  .heading-9 {
    font-size: 12.8px !important;
  }

  .button-2 {
    white-space: normal;
  }
}
