<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import "./hero-animation/hero-animation.css";*/

.hero-animation-grey-container {
  padding: unset !important;
  margin: unset !important;
  position: relative;
  background-color: #f6f6f6;
  color: black;
}

.hero-animation-grey-wrapper {
  margin: unset !important;
  width: 100%;
  max-width: unset !important;
  background-color: #f6f6f6;
}

.hero-animation-grey video {
  width: 80rem;
  display: block;
  height: 80vh;
  margin-left: 30%;
  margin-top: calc(-3.5% - 4em);
  overflow: clip;
}

.hero-animation-grey h1 {
  line-height: 1.3;
  font-size: 32px;
  padding-right: 30px;
}

.video-hero-content {
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: calc(2em + 100px);
  padding-left: 12%;
  padding-bottom: 30px;
  color: var(--text-color);
}

.video-hero-content p{
font-size: var(--body-font-size-m);
}

.background-fade .video-hero-content {
  background: rgb(0 0 0 / 0%) linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0)) repeat scroll 0% 0%;
}

.hero-animation-grey {
  position: relative;
}

.section.grey &gt; .default-content-wrapper {
  padding-bottom: 50px;
}

@media (max-width: 900px) {
  .button-wrapper {
      flex-direction: column;
      gap: 0;
      width: 85%;
      margin-top: 15px;
  }

  .button-container {
      padding: 0;
      margin: 0;
  }

  .button-wrapper p a.button {
      margin: 0 !important;
      width: 100%;
  }

  .hero-animation-grey video {
    height: 55vh;
    margin-left: 0;
  }

  .video-hero-content p{
    display: none;
  }  
}

@media (max-width: 450px) {}</pre></body></html>