html {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

body {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.intro-hero {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -9;
  overflow: hidden; }
  .sticky video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover; }

.section-content {
  position: relative;
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  margin-bottom: 25vh; }
  .section-content h1, .section-content p {
    margin: 0; }
  .section-content h1 {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 3rem; }
  .section-content p {
    font-size: 48px;
    margin-bottom: 3rem; }
  .section-content a {
    border-radius: 20rem;
    padding: 1.250rem 1.750rem;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
    display: inline-block; }
