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

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

html {
  font-size: 14px;
}
@media (min-width: 720px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 18px;
  }
}

body {
  line-height: 2rem;
  color: #333333;
}

body {
  overscroll-behavior: none;
}

.header {
  height: 100vh;
  color: #cacaca;
}
.header .text-wrap {
  position: absolute;
  transform: translateY(-50%);
  top: 50vh;
  width: 100%;
}
.header .title, .header .subtitle {
  text-shadow: 0 0 1px #333333;
}
.header .title {
  font-size: 5.6102329749rem;
  line-height: 6rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 100;
  text-align: center;
  margin: 0 0 1rem;
}
.header .subtitle {
  font-size: 1.333rem;
  line-height: 2rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 100;
  text-align: center;
  margin: 0;
}
.header #header-mobile-video, .header #header-desktop-video {
  display: block;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.header #header-desktop-video {
  display: none;
}
@media (min-width: 720px) {
  .header #header-desktop-video {
    display: block;
    filter: hue-rotate(260deg) contrast(1);
  }
}
.header #header-mobile-video {
  display: block;
}
@media (min-width: 720px) {
  .header #header-mobile-video {
    display: none;
  }
}