.block--hero-anchor .hero-anchor {
  background-color: var(--c-primary-200);
  padding-top: 320px;
  padding-bottom: 120px;
  position: relative;
}
.block--hero-anchor .hero-anchor:before {
  content: "";
  background-color: inherit;
  height: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .block--hero-anchor .hero-anchor {
    padding-top: 240px;
  }
}
.block--hero-anchor .hero-anchor__content {
  max-width: 1280px;
  position: relative;
  z-index: 1;
}
.block--hero-anchor .hero-anchor__headline {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .block--hero-anchor .hero-anchor__headline {
    margin-bottom: 20px;
  }
}
.block--hero-anchor .hero-anchor__copy {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1024px) {
  .block--hero-anchor .hero-anchor__copy {
    margin-bottom: 28px;
  }
}
.block--hero-anchor .hero-anchor__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .block--hero-anchor .hero-anchor__buttons {
    max-width: 100%;
  }
}

/*# sourceMappingURL=block_hero_anchor.css.map */
