:root {
  --spacing-company: 5rem;
  --font-weight: 400;
  --typography-spacing-vertical: 1.0rem;
  --font-family: 'Poppins', sans-serif;
  --primary: #48a9c5;
  --contrast: #3cdbc0;
  --contrast-hover: #3cdbc0;
  --contrast-inverse: #545759;
  --neutral-light: #d9d8d6;
  --neutral-dark: #545759;
}

nav.menu-bar {
  border-bottom: solid 1px var(--neutral-dark);
}

.hero header {
  margin-top: 3rem;
}

.join-us {
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  border-radius: 20px;
  background-image: linear-gradient(to left, #3cdbc0, #25cfc8, #23c3cb, #34b6ca, #48a9c5);
  border: none;
  color: white;
}

.mockup {
  text-align: center;
  overflow: visible;
}

.mockup img {
  margin-bottom: -250px;
}

.punch-line {
  display: flex;
  align-items: center;
}

.section-1 {
  background-image: url(https://i.imgur.com/qAMO5w3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-1 .description {
  display: flex;
  align-items: end;
  padding: 0 2rem;
}

.section-1 p {
  color: white;
  max-width: 600px;
}

.section-1 figure {
  text-align: center;
}

.section-1 img {
  max-width: 600px;
}

.section-2 {
  margin-top: 3rem;
  text-align: center;
}

.section-2 img{
  max-width: 200px;
  padding-bottom: 2rem;
}

.section-2 h4{
  font-weight: 300;
}

.pricing img {
  max-width: 600px;
}
.centered {
  text-align: center;
}

@media (max-width: 992px) {
  .mockup img {
    margin-bottom: 0;
  }
}

hgroup.underline:after {
  display: block;
  max-width: 100px;
  margin-top: 1rem;
  border-bottom: 0.125rem solid var(--primary);
  content: "";
}

ul.check {
  padding: 0;
}

ul.check li {
  margin-left: 1.5rem;
  list-style: none;
}

ul.check li::before {
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  margin-left: -1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(16, 149, 193, 0.999)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 100%;
  content: "";
}

.onboard {
  background-image: linear-gradient(to bottom, #48a9c5, #3ab3c9, #2bbccb, #22c6cb, #25cfc8, #3ed6d6, #54dde4, #69e4f0, #9de9ff, #cbedff, #edf4ff, #ffffff);
  padding-bottom: 8rem;
}