.eyecatcher {
  position: relative;
  height: 100%;
  width: 100vw;
  max-height: 790px; }
  .eyecatcher .button {
    padding: 30px; }

.eyecatcher__image-wrapper {
  position: relative;
  height: 100%;
  width: 100vw;
  overflow: hidden;
  max-height: 790px; }
  .eyecatcher__image-wrapper img {
    display: block;
    height: 100%; }

.eyecatcher__content-wrapper {
  margin: 0 auto;
  max-width: 1440px; }

.eyecatcher__content {
  position: absolute;
  bottom: 130px;
  padding: 0 120px; }
  @media (min-width: 651px) and (max-width: 1024px) {
    .eyecatcher__content {
      bottom: 75px;
      padding: 0 75px; } }
  @media screen and (max-width: 650px) {
    .eyecatcher__content {
      bottom: 30px;
      padding: 0 30px; } }

.eyecatcher__headline {
  color: #ffffff;
  max-width: 590px;
  font-weight: 300;
  font-family: "Spartan", sans-serif; }
  @media screen and (max-width: 650px) {
    .eyecatcher__headline {
      font-size: 20px;
      line-height: 34px; } }

.eyecatcher__button {
  font-family: "Mukta", sans-serif;
  margin-top: 40px; }
  @media (min-width: 651px) and (max-width: 1024px) {
    .eyecatcher__button {
      margin-top: 20px; } }
  @media screen and (max-width: 650px) {
    .eyecatcher__button {
      margin-top: 10px; } }
  .eyecatcher__button .button {
    font-size: 24px; }
    @media screen and (max-width: 650px) {
      .eyecatcher__button .button {
        font-size: 18px;
        padding: 15px; } }

.eyecatcher--sidebar .eyecatcher__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 75px;
  box-sizing: border-box; }
  @media screen and (max-width: 650px) {
    .eyecatcher--sidebar .eyecatcher__content-wrapper {
      padding: 0 30px; } }
  .eyecatcher--sidebar .eyecatcher__content-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(0, 82, 140, 0.6), rgba(0, 82, 140, 0.6)); }

.eyecatcher--sidebar .eyecatcher__content {
  position: initial;
  padding: 0;
  z-index: 1;
  max-width: 440px;
  margin-bottom: 70px; }
  @media screen and (-ms-high-contrast: none) {
    .eyecatcher--sidebar .eyecatcher__content {
      position: static; } }
