:root {
  color: #000;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: #fff;
  font-size: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.227), 1.125rem);
  line-height: 1.6;
}

.site-content {
  padding: clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)
    clamp(1.5rem, 5vw, 2rem);
}

.site-content > * {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.site-content > * + * {
  margin-top: 24px;
}

figure,
p {
  margin-bottom: 0;
}

figure {
  display: table;
  margin-top: 0;
}

a {
  display: inline-block;
}

img {
  display: inline;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.brand-symbol {
  width: 96px;
}

.brand-symbol img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.wordmark {
  width: 100%;
}

.wordmark img {
  width: 100%;
}

.spacer-logo {
  height: 100px;
}

.spacer-copyright {
  height: 160px;
}

.copyright {
  color: #bc3e4d;
  text-align: center;
}
