.landing-page {
  overflow-x: hidden;

  #header {
    background-color: var(--csa-blue--mid);
  }

  .container {
    --bs-gutter-x: 2rem !important;
  }

  #main-wrapper {
    padding: 0;
  }

  h1 {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .node__content {
    margin-top: 0;
  }

  .layout__region--content .breakout:first-child {
    margin: -166px calc(50% - 50vw) 0;
    padding-top: calc(166px + 3rem);
  }
}

.landing-page:has(.layout__region--content .breakout:first-child) {
  #header {
    background-color: transparent;
  }
}
