html body.home #site-home-main {
  top: 0;
  left: 0;
  margin-top: 0;
}
html body.home #site-home-main #home-header {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  text-align: left;
  padding: 20px;
}
html body.home #site-home-main #home-header #claim {
  position: absolute;
  top: 40vh;
  z-index: 0;
  padding: 20px;
  align-items: center;
  opacity: 1;
  width: 100%;
  mix-blend-mode: screen;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
html body.home #site-home-main #home-header #claim h2 {
  margin: 0;
  padding: 0;
  font-size: 8vw;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.88;
  pointer-events: none;
}
html body.home #site-home-main #home-header #background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #181717;
  box-sizing: border-box;
  opacity: 1;
  clip-path: url(#mask);
  /*
            hard-light
            soft-light
            overlay
            screen
            darken
            */
  mix-blend-mode: normal;
}
html body.home #site-home-main #home-header #background-image img {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body.home #site-home-main #home-header h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 600;
  font-size: 85px;
  color: white;
  line-height: 1;
}
html body.home #site-home-main #home-header h3 {
  position: relative;
  color: white;
  font-weight: 100;
  margin: 0;
  z-index: 1;
}
html body.home #site-home-main #home-header #svg-container {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 0;
  overflow: hidden;
}
html body.home #site-home-main #home-header #svg-container polygon {
  fill: transparent;
  transition: fill 0.5s ease;
}
html body.home #site-home-main #site-body {
  height: 50vh;
}
html body.home #site-navigation {
  mix-blend-mode: difference;
}
html body.home #site-navigation ul li a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
@media screen and (max-width: 781px) {
  #claim h2 {
    font-size: 20vw !important;
  }
}
/*# sourceMappingURL=home.css.map */