@charset "UTF-8";
/*!=============================================================================
// Cobalt 1.1.1
// https://github.com/letrastudio/cobalt
// Copyright 2018 João Beleza Freire
// MIT License
// =============================================================================
*/
:root {
  color-scheme: light dark;
  --midnight: #052643;
  --dark-midnight: #0D1C29;
  --canvas: #EFEFE7;
  --light-canvas: #F0F6F3;
  --spark-blue: #1674BF;
  --light-spark-blue: #00AFED;
  --lighter-spark-blue: #03b8f8;
  --dark-spark-blue: #1D6AA8;
  --darker-spark-blue: #114e7e;
  --solar-yellow: #DDCF1B;
  --light-solar-yellow: #EDE35A;
  --dark-solar-yellow: #CFC214;
  --body-background-color: var(--spark-blue);
  --main-background-color: var(--canvas);
  --base-font-color: var(--dark-midnight);
  --secondary-font-color: var(--spark-blue);
  --tertiary-font-color: var(--midnight);
  --link-color: var(--dark-spark-blue);
  --link-highlight-color: var(--darker-spark-blue);
  --button-color: var(--solar-yellow);
  --button-font-color: var(--midnight);
  --button-highlight-color: var(--dark-solar-yellow);
  --button-highlight-font-color: var(--dark-midnight);
}

@media (prefers-color-scheme: dark) {
  :root {
    --body-background-color: var(--spark-blue);
    --main-background-color: var(--midnight);
    --base-font-color: var(--light-canvas);
    --secondary-font-color: var(--light-spark-blue);
    --tertiary-font-color: var(--canvas);
    --link-color: var(--light-spark-blue);
    --link-highlight-color: var(--lighter-spark-blue);
  }
}
@font-face {
  src: url("../fonts/GraphikWide-LightItalic-Web.woff2") format("woff2"), url("../fonts/GraphikWide-LightItalic-Web.woff") format("woff");
  font-family: 'Graphik Wide';
  font-style: italic;
  font-weight: 300;
}
@font-face {
  src: url("../fonts/LandformWebRegular.woff2") format("woff2"), url("../fonts/LandformWebRegular.woff") format("woff");
  font-family: 'Landform';
  font-style: normal;
  font-weight: 400;
}
@font-face {
  src: url("../fonts/LandformWebBold.woff2") format("woff2"), url("../fonts/LandformWebBold.woff") format("woff");
  font-family: 'Landform';
  font-style: normal;
  font-weight: 700;
}
html {
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

main,
details {
  display: block;
}

summary {
  display: list-item;
}

[hidden] {
  display: none !important;
}

abbr[title] {
  cursor: help;
}

b, strong {
  font-weight: bolder;
}

small, sub, sup {
  font-size: 0.75em;
}

sub, sup {
  line-height: 0;
}

body {
  background: #052643;
  color: #292929;
  font-family: "Landform", "Georgia", serif;
  line-height: 1.5;
  margin: 0;
}

a[href] {
  color: #00AFED;
}
a[href]:hover {
  color: #1674BF;
}
a[href]:active {
  color: #006487;
}

p {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Landform", "Georgia", serif;
  line-height: 1.125;
  margin: 2em 0 1em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

blockquote {
  color: #5c5c5c;
  padding: 0 1em;
  margin: 1em 0;
  border-left: 1px solid #c2c2c2;
}
@supports (-webkit-border-start: 1px) {
  blockquote {
    border-left: 0;
    -webkit-border-start: 1px solid #c2c2c2;
  }
}
@supports (border-inline-start: 1px) {
  blockquote {
    border-left: 0;
    border-inline-start: 1px solid #c2c2c2;
  }
}

ul, ol, dl {
  margin: 1em 0;
}

ul, ol {
  padding: 0;
  list-style-type: none;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 2em 0;
}
figure > *:nth-child(n) {
  margin: 0.5em 0;
}
figure > img, figure > video, figure > picture, figure > svg, figure > iframe, figure > object, figure > embed {
  display: block;
}

figcaption {
  color: #5c5c5c;
  font-size: 0.875em;
}

details {
  margin: 1em 0;
}

summary h1, summary h2, summary h3, summary h4, summary h5, summary h6 {
  display: inline;
}

hr {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  margin: 2em 0;
}

img, video, picture, svg, iframe, object, embed {
  max-width: 100%;
}

img, video, picture, svg {
  height: auto;
}

iframe, object, embed {
  border: 0;
  display: block;
}

table {
  border: 1px solid #c2c2c2;
  border-collapse: collapse;
  width: 100%;
  margin: 2em 0;
}

caption, thead, tfoot, tbody th {
  background-color: whitesmoke;
}

caption, th, td {
  padding: 1em;
  text-align: left;
  text-align: start;
  vertical-align: middle;
}
caption > :first-child, th > :first-child, td > :first-child {
  margin-top: 0;
}
caption > :last-child, th > :last-child, td > :last-child {
  margin-bottom: 0;
}

caption {
  border: 1px solid #c2c2c2;
  border-bottom: 0;
}
caption[align="bottom"] {
  border-top: 0;
  border-bottom: 1px solid #c2c2c2;
}

thead {
  border-bottom: 1px solid #c2c2c2;
}

tfoot, tbody + tbody {
  border-top: 1px solid #c2c2c2;
}

th:not(:last-child), td:not(:last-child) {
  border-right: 1px solid #c2c2c2;
}

tr:not(:last-child) th, tr:not(:last-child) td {
  border-bottom: 1px solid #c2c2c2;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  background-color: royalblue;
  border: 1px solid transparent;
  border-radius: 0.25em;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  max-width: 100%;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #214cce;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  background-color: #1a3ca2;
}
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  background-color: royalblue;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
input[type="file"] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #c2c2c2;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: inherit;
  display: block;
  height: 2.5em;
  padding: 0.5em;
  width: 100%;
  margin: 0.5em 0;
}

input[type="range"],
select {
  display: block;
  width: 100%;
  margin: 0.5em 0;
}

input[type="file"] {
  height: auto;
  line-height: 0;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  min-height: 5em;
  resize: vertical;
}

input::placeholder {
  color: rgba(41, 41, 41, 0.4);
}

button:disabled,
input:not([type="radio"]):not([type="checkbox"]):disabled {
  opacity: 0.5;
}

button:disabled,
input:disabled {
  cursor: unset;
}

label {
  font-weight: bolder;
  margin: 0.5em 0;
}

fieldset {
  background-color: transparent;
  border: 1px solid #c2c2c2;
  border-radius: 0.25em;
  min-width: auto;
  padding: 0.5em 1em 1em;
  margin: 1em 0;
}
fieldset > :first-child,
fieldset > legend + * {
  margin-top: 0;
}
fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  font-weight: bolder;
}

.overflow-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.75rem 0;
  display: grid;
  grid-template-columns: 0.75rem auto 0.75rem;
  border: 1px solid #c2c2c2;
  border-radius: 0.25em;
  margin: 2em 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.overflow-container::before, .overflow-container::after {
  content: "";
}
.overflow-container > :first-child {
  margin-top: 0;
}
.overflow-container > :last-child {
  margin-bottom: 0;
}

.embed-container {
  position: relative;
  padding-top: 56.25%;
}
.embed-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.embed-container > :not(iframe) {
  display: none;
}

.text ul, .text ol, .text dd {
  padding-left: 2em;
}
@supports (-webkit-padding-start: 1em) {
  .text ul, .text ol, .text dd {
    padding-left: 0;
    -webkit-padding-start: 2em;
  }
}
@supports (padding-inline-start: 1em) {
  .text ul, .text ol, .text dd {
    padding-left: 0;
    padding-inline-start: 2em;
  }
}
.text ul {
  list-style-type: disc;
}
.text ol {
  list-style-type: decimal;
}
.text dt {
  font-weight: bolder;
}
.text > img, .text > video, .text > picture, .text > svg, .text > iframe, .text > object, .text > embed, .text > .embed-container {
  display: block;
  margin: 2em 0;
}
.text p, .text blockquote, .text ul, .text ol, .text dl, .text details {
  max-width: 35em;
}
.text h1 {
  max-width: 17.5em;
}
.text h2 {
  max-width: 23.3333333333em;
}
.text h3 {
  max-width: 28em;
}
.text h4 {
  max-width: 35em;
}
.text h5 {
  max-width: 35em;
}
.text h6 {
  max-width: 35em;
}

.wrapper {
  margin: 0 auto;
  max-width: 64rem;
  padding: 3rem 1.25rem;
  padding: Max(3rem, Min(8vw, 4rem)) Max(1.25rem, Min(7vw, 4.48rem));
}
.wrapper > :first-child, .wrapper > :first-child > :first-child, .wrapper > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.wrapper > :last-child, .wrapper > :last-child > :last-child, .wrapper > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.text-wrapper {
  max-width: 35em;
}

.wrapper.text-wrapper {
  box-sizing: content-box;
  max-width: 35em;
}
.wrapper.text-wrapper > * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--body-background-color);
  font-feature-settings: "case";
}

main {
  color: var(--base-font-color);
  background-color: var(--main-background-color);
}

a[href] {
  color: var(--link-color);
  text-underline-offset: 0.125em;
  border-radius: 0.125em;
}
a[href]:hover, a[href]:focus, a[href]:active {
  color: var(--link-highlight-color);
}
a[href]:focus {
  outline-offset: 0.25em;
  outline-style: solid;
  outline-width: 0.125em;
  outline-color: var(--link-color);
}

.graphik {
  font-family: "Graphik Wide", system-ui, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}
