.page-header.page-contact {
  background: linear-gradient(98deg, rgba(152, 156, 255, 0) 2.13%, rgba(116, 121, 207, 0.19) 49.93%, rgba(96, 99, 156, 0.47) 97.72%), var(--Colours-Brand-Navy-Blue-vibrant-1, #657ae8);
  background-blend-mode: multiply, normal;
}
.page-header .is-style-container {
  position: relative;
}
.page-header.page-contact .is-style-container:after {
  content: "";
  display: block;
  background-image: url(../../assets/img/kontakt-blob-01.svg);
  background-repeat: no-repeat;
  background-position: 40% top;
  width: 334px;
  height: 303px;
  position: absolute;
  top: 160px;
  right: 200px;
  transform: rotate(208deg);
  background-size: contain;
  z-index: 1;
}
.page-header.page-contact .is-style-container:before {
  content: "";
  display: block;
  background-image: url(../../assets/img/kontakt-blob-02.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 567px;
  height: 552px;
  position: absolute;
  right: -150px;
  top: -170px;
  z-index: 0;
}
.page-header.page-contact img {
  position: relative;
  z-index: 10;
}
.page-header-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 50vw;
}
.page-header .row-flex {
  min-height: 560px;
}
.page-header .page-header-text {
  flex-flow: column;
  display: flex;
  justify-content: center;
}
.page-header .page-header-title {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 500;
  color: #262626;
  letter-spacing: -1.5px;
  margin-bottom: 32px;
}
.page-header .page-header-lead {
  font-size: 1.375rem;
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 56px;
}

.page-header.page-contact * {
  color: #fff;
}
