.home-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;

  margin-top: 0;
  margin-bottom: 40px;

  color: #ffffff;
  font-family: Exo2-Light;
  font-size: clamp(4px, calc(0.4vw + 0.5vh), 18px);
  font-weight: 400;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-banner-item {
  padding: 8px clamp(2px, calc(0.5vw + 0.6vh), 32px);
}

.dangling-pipe-xxs {
  display: none;
}

.description-container {
  width: 90%;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 2s ease;
}

.home-slide {
  position: relative;
  width: 100vw;
  min-height: 100vh;

  background-image: none;
  background-color: white;
}

.home-display {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-display {
  width: 90%;
  max-width: 750px;
}

.mobile-content {
  position: relative;
}

#fader {
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 40px;
}

.customer-logo-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.customer-logo {
  max-width: 80%;
  max-height: 60px;
}

.home-description {
  box-sizing: border-box;
  line-height: 25px;
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 16px;
}

.home-description-title {
  font-family: Exo2-Regular;
  font-size: 1em;
  margin-bottom: 32px;
}

.home-description-body {
  font-family: Exo2-Thin;
  font-size: 0.8em;
}

.legal-text-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}

.legal-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);

  color: #222;
  text-decoration: none;

  font-size: clamp(4px, calc(0.4vw + 0.5vh), 8px);
  font-family: Exo2-Thin;
  letter-spacing: .3rem;
  text-align: center;
  width: 100%;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 0;
}

.legal-text a {
  color: #222;
  text-decoration: none;
  margin: 0 6px 6px 6px;
}

.legal-text a:first-child {
  margin: 0 6px 0 0;
}

.legal-text a:hover {
  color: #0f0f0f !important;
}

@media (min-width: 346px) {
  .dangling-pipe-xxs {
    display: inline;
  }

  .dangling-pipe-xs {
    display: none;
  }
}

@media (min-width: 588px) {
  .dangling-pipe-xs {
    display: inline;
  }
}

@media (min-width: 769px) {
  .home-banner {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .legal-text a {
    margin: 0 30px 6px 30px;
  }
  .legal-text a:first-child {
    margin: 0 30px 0 30px;
  }
  .legal-text a:last-child {
    margin: 0 0 0 30px;
  }
}

@media (min-width: 830px) {
  #fader {
    height: 100px;
  }

  .customer-logo {
    max-height: 100px;
  }

  .mobile-display {
    max-width: 1400px;
  }

  .home-description {
    line-height: 42px;
  }

  .legal-text {
    justify-content: space-between;
  }

  .legal-text a,
  .legal-text a:first-child,
  .legal-text a:last-child {
    margin: 0;
  }
}

/*# sourceMappingURL=home.css-99e0019f4a7d890e728cbcedf7a9dbc177f5878eaf17bcdfe88ef2517370a3e5.map */
