/* Reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  --color-canvas-primary: #f2f2f2;

  --brandColor: #535e5e;
  --color-surface-primary: #e0deef;
  --color-surface-secondary: #f8f9fa;

  --color-onSurface-primary: #1a1a1a;
  --color-onSurface-secondary: #4a4a4a;

  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --border-radius-large: 16px;
  --border-radius-oversized: 45px;
  --border-radius-pill: 9999px;

  --spacing-100: 4px;
  --spacing-200: 8px;
  --spacing-300: 12px;
  --spacing-400: 16px;
  --spacing-500: 24px;
  --spacing-600: 32px;
  --spacing-700: 48px;
  --spacing-800: 64px;

  --typography-size-100: 12px;
  --typography-size-200: 14px;
  --typography-size-300: 16px;
  --typography-size-400: 18px;
  --typography-size-500: 20px;
  --typography-size-600: 24px;
  --typography-size-700: 30px;
  --typography-size-800: 36px;
  --typography-size-oversized: 48px;

  --typography-weight-regular: 400;
  --typography-weight-medium: 500;
  --typography-weight-bold: 700;

  --typography-line-height-tight: 1.25;
  --typography-line-height-normal: 1.5;
  --typography-line-height-relaxed: 1.75;

  --box-shadow-small: 0 1px 10px rgba(0, 0, 0, 0.1);

  background-color: var(--color-canvas-primary);
  color: #01598a;
  font-family: "Montserrat", sans-serif;
  padding-block: var(--spacing-600);
}

h1 {
  font-size: var(--typography-size-800);
  font-weight: var(--typography-weight-bold);
}
h2 {
  font-size: var(--typography-size-700);
  font-weight: var(--typography-weight-medium);
}

b {
  font-weight: var(--typography-weight-bold);
}

.text-center {
  text-align: center;
}

ul.bulletedList {
  list-style-type: disc;
  padding-inline-start: 1.5em;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.container {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.container .inner {
  width: 650px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: var(--spacing-600);
}

.container img {
  max-width: 50%;
  max-height: 50dvh;
  height: auto;
}

.container svg {
  max-width: 50%;
  height: auto;
}

.tagline {
  text-align: center;
  padding-inline: 2em;
  line-height: 1.2;
}

.links {
  padding-inline: 2em;
  display: flex;
  justify-content: center;
  margin-block-start: 20px;
}

.links a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

.links svg {
  width: 1em;
  height: 1em;
}

.surface {
  background-color: var(--color-surface-secondary);
  box-shadow: var(--box-shadow-small);
  border-radius: var(--border-radius-medium);
  padding: var(--spacing-600);
}

article p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: var(--typography-line-height-normal);
}

@media (prefers-color-scheme: dark) {
  body {
    --color-canvas-primary: #1a1a1a;

    --color-surface-primary: #1a1a1a;
    --color-surface-secondary: #242424;

    /* background-color: var(--brandColor); */
    color: white;
  }

  path {
    fill: white !important;
  }

  a {
    color: white;
  }
}

@media (max-width: 700px) {
  .container .inner .surface {
    margin-inline: var(--spacing-400);
    padding: var(--spacing-400);
  }
}

body.privacy-policy h2 {
  margin-block-start: var(--spacing-600);
}

footer {
  margin-block-start: var(--spacing-600);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: var(--spacing-600);
}

footer a {
  font-size: var(--typography-size-100);
  color: var(--color-onSurface-secondary);
}
