.px-svb {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 48em) {
  .px-svb {
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media (min-width: 64.625em) {
  .px-svb {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 90em) {
  .px-svb {
    padding-left: 100px;
    padding-right: 100px;
  }
}

section.lshc-video {
  font-family: "Inter";
  margin: 0 auto;
  color: #3a3a3a;
  background-color: #f9f9f9;
  padding-bottom: 32px;
  padding-top: 64px;
}

@media (min-width: 48em) {
  section.lshc-video {
    padding-bottom: 64px;
  }
}

section.lshc-video h2, section.lshc-video .lshc-video-copy {
  display: block;
  text-align: center;
  max-width: 994px;
  margin: 0 auto;
}

section.lshc-video h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}

@media (min-width: 48em) {
  section.lshc-video h2 {
    font-size: 48px;
    line-height: 66px;
  }
}

section.lshc-video hr {
  width: 180px;
  height: 4px;
  margin: 16px auto;
  background-color: #0095db;
}

section.lshc-video .lshc-video-copy {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

@media (min-width: 48em) {
  section.lshc-video .lshc-video-copy {
    font-size: 18px;
    line-height: 29px;
  }
}

section.lshc-video .lshc-video-copy p:not(:first-of-type) {
  margin-top: 16px;
}

section.lshc-video .lshc-video-wrap-container {
  max-width: 1028px;
  margin: 0 auto;
}

section.lshc-video .lshc-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

section.lshc-video .lshc-video-wrap iframe, section.lshc-video .lshc-video-wrap object, section.lshc-video .lshc-video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=css.css.map */