.start-page--content {
  position: relative;
  height: calc(100vh - 120px);
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
}

.start-page--content .btn--wrapper {
  margin-top: auto;
  z-index: 10;
}

.start-page--content .svg-background svg {
  min-height: 100vh;
}

.start-page--content .svg-splash svg {
  position: absolute;
  left: -24px;
  top: 0;
}

.start-page--content .svg-logo svg {
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-60px);
}

body {
  background-color: var(--c-gray--xlight);
}

main {
  border-radius: 0;
}

.region--content {
  background-color: transparent;
  padding: 0;
}

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