* {
  z-index: 0;
}

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


html, body {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}

page-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 98vw;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: 1vw;
  font-size: 1vw;
}

section.videos-listing {
  display: flex;
  justify-content: space-between;
  padding: 1vw;
  width: 98vw;
}

page-section > p {
  margin-right: 3rem;
  font-size: clamp(12px, 1.5vw, 24px);
  margin-bottom: 1.5rem;
  font-weight: 300;
}

section.features-listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.pricing-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 1vw;
  width: 90vw;
}

pricing-tile {
  min-width: 33%;
}

footer {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  padding: 2vh 2vw;
  background-color: rgb(32, 32, 32);
  color: #fff;
  border-top: 3px solid rgb(192, 192, 192);
}

footer a {
  color: rgb(192, 192, 192);
  text-decoration: none;
}

footer a:hover {
  color: rgb(208, 208, 208);
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  page-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 98vw;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    margin: 1vw;
  }

  section.videos-listing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  page-section > p {
    margin-right: 0;
    font-size: clamp(12px, 2.25vw, 24px);
    margin-bottom: 1.5rem;
    font-weight: 300;
  }
  section.features-listing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  section.pricing-options {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 1vh 1vw;
    width: 90vw;
  }

  pricing-tile {
    min-width: 90%;
  }

  footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 98vw;
    margin: 2vh 1vw;
  }

  footer section {
    margin-bottom: 2vh;
  }
}

video-background-section {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

video-background-section p {
  font-size: clamp(12px, 2vw, 24px);
  text-align: center;
  margin-bottom: 1.5rem;
}

feature-tile p {
  font-size: clamp(12px, 1vw, 24px);
  text-align: center;
  margin-bottom: 1.5rem;
}

youtube-video {
  min-width: 30vw;
  min-height: 20vw;
}

img[slot="icon"] {
  max-width: 80%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 1rem;
}

img.social-icon {
  max-width: 48px;
  height: 48px;
  margin: 0 0.5vw;
}

ul.feature-tile-bullet-list,
ul.company-details {
  font-size: clamp(12px, 1vw, 24px);
  list-style: none;
}

ul.company-details li.social {
  display: inline-block;
  min-width: 48px;
}

ul.feature-tile-bullet-list li {
  font-size: clamp(10px, 0.9vw, 22px);
  margin-bottom: 1rem;
}
ul.feature-tile-bullet-list li:before {
  content: "✓";
  color: rgba(0, 152, 215, 0.9);
  margin-right: 0.5rem;
}

ul.feature-tile-bullet-list-disabled li:before {
  content: "x";
  color: rgba(152, 152, 152, 0.9);
  margin-right: 0.5rem;
}

footer h3 {
  font-size: clamp(12px, 1.5vw, 24px);
  margin-bottom: 1.5rem;
  font-weight: 900;
}

footer section ul li {
  font-size: clamp(10px, 0.8vw, 18px);
  list-style: none;
  margin-bottom: 0.5rem;
}

section.company-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
