@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Raleway:wght@400;600;700&display=swap");
.block--header .top-wrapper {
  background-size: cover;
  background-position: center;
  aspect-ratio: 192/65;
}
.block--header .top-wrapper .header-image {
  background-size: cover;
  background-position: center;
  aspect-ratio: 192/65;
}
.block--header .top-wrapper .header-video video {
  aspect-ratio: 192/65;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: -20px;
}
.block--header .header-wrapper .header-title {
  background-color: #8b65ab;
  padding: 40px 70px 40px 40px;
  margin-top: -183px;
  position: relative;
}
.block--header .header-wrapper .header-title h1 {
  color: #fff;
}
.block--header .header-wrapper .header-title .button--white--outline {
  margin-top: 30px;
}
.block--header .header-wrapper .header-title .scroll-btn {
  position: absolute;
  top: 183px;
  right: 0;
  width: 140px;
  height: 235px;
  background-color: #fff;
  transform: translateX(50%);
  background-image: url("../../img/icons/scroll-btn.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  cursor: pointer;
}
.block--header .header-wrapper .header-title .scroll-btn .scroll {
  display: inline-block;
  position: absolute;
  bottom: 120px;
  left: 7.5px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.35px;
}
.block--header .header-wrapper .header-title .scroll-btn .arrow {
  position: absolute;
  height: 70px;
  width: 70px;
  left: 20px;
  bottom: 0;
  background-image: url("../../img/icons/arrows/right-white.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  transform: rotate(90deg);
  text-transform: uppercase;
}
.block--header .header-wrapper .header-title .scroll-btn:hover .arrow {
  left: 0;
  bottom: 5px;
  transition: 1s bottom;
  animation-name: arrowRight;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
.block--header .header-wrapper .header-info {
  padding: 40px 110px 40px 40px;
  border-left: 2px solid #8b65ab;
}
.block--header .header-wrapper .header-info p {
  font-size: 16px;
  margin-bottom: 40px;
}
.block--header .header-wrapper .header-content {
  padding-top: 85px;
  padding-bottom: 100px;
}
.block--header .header-wrapper .title {
  color: rgba(153, 153, 153, 0.7);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 17px;
  margin: 20px 0;
}
.block--header .header-wrapper .initiative-foundation-logo img,
.block--header .header-wrapper .municipality-logo img {
  height: 79px;
  width: auto;
}
.block--header .header-wrapper .municipality-logo {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .block--header .header-image,
  .block--header .header-video {
    height: 200px;
  }
  .block--header .header-wrapper .header-title {
    margin-right: -40px;
    margin-top: -30px;
    padding: 20px 40px 20px 20px;
  }
  .block--header .header-wrapper .header-title .button--white--outline {
    margin-top: 15px;
  }
  .block--header .header-wrapper .header-title .scroll-btn {
    display: none;
  }
  .block--header .header-wrapper .header-info {
    padding: 20px;
  }
  .block--header .header-wrapper .header-info p {
    font-size: 14px;
  }
  .block--header .header-wrapper .header-info .button-wrapper .button {
    white-space: nowrap;
  }
  .block--header .header-wrapper .header-content {
    padding: 40px 0 50px;
  }
}/*# sourceMappingURL=block--header.css.map */