/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Lato:ital,wght@0,300;0,900;1,300;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.visuallyHidden {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #111111;
  background: #edf7f8;
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

a {
  font-weight: bold;
  color: #005862;
}
a:hover, a:focus {
  color: #96d5cf;
}

.downloads a {
  background: #ffffff;
  color: #005862;
  text-decoration: none;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  border: 4px solid #005862;
}
.downloads a:hover, .downloads a:focus {
  background: #005862;
  color: #ddf0f2;
}

h1 {
  font-size: 1.57351936rem;
}
@media (min-width: 500px) {
  h1 {
    font-size: 1.74900625rem;
  }
}
@media (min-width: 800px) {
  h1 {
    font-size: 2.44140625rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.12900721rem;
  }
}

body {
  display: flex;
  flex-direction: column;
  background-image: radial-gradient(at top center, rgba(221, 240, 242, 0) 0%, rgba(221, 240, 242, 0) 50%, #ddf0f2 100%);
  background-attachment: fixed, scroll;
  min-height: 100vh;
}

main {
  flex: 1 1 auto;
  padding: 1em;
}

.content {
  max-width: 50rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .content {
    max-width: none;
  }
}

body > header,
body > footer {
  background: #111111;
  color: #edf7f8;
  flex: 0 0 auto;
  padding: 1em;
  position: relative;
}

body > header {
  text-align: center;
  background: #96d5cf;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  color: #005862;
}
body > header p {
  font-size: 1.2544rem;
  font-weight: 300;
  font-style: italic;
}
@media (min-width: 500px) {
  body > header p {
    font-size: 1.3225rem;
  }
}
@media (min-width: 800px) {
  body > header p {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  body > header p {
    font-size: 1.7689rem;
  }
}
body > header a {
  text-decoration: none;
  color: #005862;
}
body > header a:hover, body > header a:focus {
  color: #ffffff;
}

.headerBorder {
  position: absolute;
  height: 3rem;
  bottom: -3em;
  left: 0;
  right: 0;
  width: 100%;
}
.headerBorder path {
  fill: #96d5cf;
}

body > footer {
  text-align: right;
  background: #005862;
  padding: 1.5em 2em 2.5em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
body > footer .logos {
  flex-wrap: wrap;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
body > footer .logos img {
  height: 4em;
}
body > footer .text {
  flex: 1 0 auto;
  margin-left: auto;
  text-align: center;
  font-style: italic;
  color: #96d5cf;
}

.footerBorder {
  position: absolute;
  height: 3rem;
  top: -3em;
  left: 0;
  right: 0;
  width: 100%;
}
.footerBorder path {
  fill: #005862;
}

.map {
  list-style: none;
  padding: 0;
  margin: -1em -1em 2em -1em;
  text-align: center;
  flex: 1 1 100%;
}
.map > li {
  margin: 1em;
  position: relative;
}
.map .label {
  display: none;
}
.map p {
  font-size: 1.12rem;
  line-height: 1.2em;
  max-width: 12em;
  margin: 0 auto;
}
@media (min-width: 500px) {
  .map p {
    font-size: 1.15rem;
  }
}
@media (min-width: 800px) {
  .map p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .map p {
    font-size: 1.33rem;
  }
}
.map .intro,
.map .outro {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.404928rem;
}
@media (min-width: 500px) {
  .map .intro,
.map .outro {
    font-size: 1.520875rem;
  }
}
@media (min-width: 800px) {
  .map .intro,
.map .outro {
    font-size: 1.953125rem;
  }
}
@media (min-width: 1200px) {
  .map .intro,
.map .outro {
    font-size: 2.352637rem;
  }
}
.map .circle {
  background: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map .intro p,
.map .outro p {
  margin: 0.5em 1em 0 1em;
  font-style: italic;
  font-size: 1em;
  color: #005862;
}
.map .intro {
  margin-top: 2em;
  max-width: 11.5em;
}
.map .intro .circle {
  height: 11.5em;
  width: 11.5em;
}
.map .outro {
  margin-bottom: 2em;
  max-width: 13em;
}
.map .outro .circle {
  height: 13em;
  width: 13em;
}
.map .result .text {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  gap: 1em;
}
.map .result aside,
.map .result h2,
.map .result .downloads {
  grid-row-end: span 1;
  grid-column: 1;
}
.map .result aside {
  grid-row-start: 1;
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map .result aside a {
  display: block;
}
.map .result aside img {
  height: 10em;
}
.map .result h2 {
  grid-row-start: 2;
  font-size: 1.404928rem;
  font-weight: bold;
  color: #283f6b;
}
@media (min-width: 500px) {
  .map .result h2 {
    font-size: 1.520875rem;
  }
}
@media (min-width: 800px) {
  .map .result h2 {
    font-size: 1.953125rem;
  }
}
@media (min-width: 1200px) {
  .map .result h2 {
    font-size: 2.352637rem;
  }
}
.map .result h2 a {
  color: #283f6b;
  text-decoration: none;
}
.map .result h2 a:hover, .map .result h2 a:focus {
  color: #00756a;
}
.map .result .downloads {
  grid-row-start: 3;
}
.map .downloads {
  margin: 0 auto 0 auto;
  display: block;
  padding: 0;
  max-width: 16em;
}
.map .downloads li {
  display: inline-block;
}
.map .downloads a {
  margin: 0.25em;
}
.map svg {
  width: 100%;
  height: 100%;
}
.map svg path {
  stroke: #005862;
  stroke-width: 4;
  stroke-linejoin: bevel;
  stroke-dasharray: 20 15;
  stroke-linecap: round;
  fill: none;
  vector-effect: non-scaling-stroke;
}
.map path.mid,
.map path.big {
  display: none;
}
.map .route {
  height: 5em;
}

@media (min-width: 500px) {
  .map {
    display: flex;
    flex-direction: column;
  }
  .map .waypoint-1 p,
.map .waypoint-5 p {
    margin: 0 4vw 0 auto;
  }
  .map .waypoint-3 p,
.map .waypoint-7 p {
    margin: 0 auto 0 4vw;
  }
  .map .route-9 {
    height: 10em;
  }
  .map aside {
    margin-bottom: 1em;
  }
  .map path.sm {
    display: none;
  }
  .map path.mid {
    display: initial;
  }
  .map .downloads {
    max-width: initial;
  }
}
@media (min-width: 1200px) {
  .map {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(34, 2.5em);
    align-items: stretch;
    justify-items: stretch;
    padding: 2em;
    max-width: 110em;
    margin: 0 auto 1em auto;
  }
  .map path.mid {
    display: none;
  }
  .map path.big {
    display: initial;
  }
  .map .label {
    justify-content: center;
    align-items: center;
    background: rgba(184, 134, 11, 0.75);
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    margin: -2em 0 0 -2em;
  }
  .map .waypoint .label {
    font-size: 2em;
    width: 2em;
    height: 2em;
    margin: -1em 0 0 -1em;
  }
  .map p {
    font-size: 1.12rem;
  }
}
@media (min-width: 1200px) and (min-width: 500px) {
  .map p {
    font-size: 1.15rem;
  }
}
@media (min-width: 1200px) and (min-width: 800px) {
  .map p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .map p {
    font-size: 1.33rem;
  }
}
@media (min-width: 1200px) {
  .map .result h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 1200px) and (min-width: 500px) {
  .map .result h2 {
    font-size: 1.15rem;
  }
}
@media (min-width: 1200px) and (min-width: 800px) {
  .map .result h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .map .result h2 {
    font-size: 1.33rem;
  }
}
@media (min-width: 1200px) {
  .map .intro p,
.map .outro p {
    font-size: 1.2544rem;
  }
}
@media (min-width: 1200px) and (min-width: 500px) {
  .map .intro p,
.map .outro p {
    font-size: 1.3225rem;
  }
}
@media (min-width: 1200px) and (min-width: 800px) {
  .map .intro p,
.map .outro p {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .map .intro p,
.map .outro p {
    font-size: 1.7689rem;
  }
}
@media (min-width: 1200px) {
  .map > li {
    margin: 0;
    padding: 1em;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
}
@media (min-width: 1200px) {
  .map .journey p {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .map .route {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
@media (min-width: 1200px) {
  .map .intro,
.map .outro {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .map .journey {
    grid-column-start: 1;
    grid-row-start: -5;
    grid-column-end: span 4;
    grid-row-end: span 4;
  }
}
@media (min-width: 1200px) {
  .map .result {
    grid-column-start: 1;
    grid-row-start: -5;
    grid-column-end: span 6;
    grid-row-end: span 4;
  }
}
@media (min-width: 1200px) {
  .map aside {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .map .downloads {
    max-width: 16em;
  }
}
@media (min-width: 1200px) {
  .map .route {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .map .intro,
.map .outro {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .map .intro {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-column-end: span 3;
    grid-row-end: span 8;
  }
  .map .intro .circle {
    height: 8.5em;
    width: 8.5em;
  }
}
@media (min-width: 1200px) {
  .map .route-1 {
    grid-column-start: 2;
    grid-row-start: 9;
    grid-column-end: span 2;
    grid-row-end: span 7;
  }
}
@media (min-width: 1200px) {
  .map .waypoint-1 {
    grid-column-start: 1;
    grid-row-start: 15;
  }
}
@media (min-width: 1200px) {
  .map .route-2 {
    grid-column-start: 1;
    grid-row-start: 18;
    grid-column-end: span 3;
    grid-row-end: span 7;
  }
}
@media (min-width: 1200px) {
  .map .waypoint-2 {
    grid-column-start: 1;
    grid-column-end: span 8;
    grid-row-start: 22;
    grid-row-end: span 9;
    justify-content: center;
    padding-top: 2em;
    padding-left: 2em;
  }
  .map .waypoint-2 h2 {
    max-width: 11em;
  }
}
@media (min-width: 1200px) {
  .map .route-3 {
    grid-column-start: 5;
    grid-row-start: 15;
    grid-column-end: span 2;
    grid-row-end: span 8;
  }
}
@media (min-width: 1200px) {
  .map .waypoint-3 {
    grid-column-start: 5;
    grid-row-start: 11;
    grid-row-end: span 5;
  }
}
@media (min-width: 1200px) {
  .map .route-4 {
    grid-column-start: 5;
    grid-row-start: 8;
    grid-column-end: span 7;
    grid-row-end: span 4;
    padding-left: 6em;
  }
}
@media (min-width: 1200px) {
  .map .waypoint-4 {
    grid-column-start: 11;
    grid-row-start: 2;
    grid-row-end: span 7;
  }
}
@media (min-width: 1200px) {
  .map .route-5 {
    grid-column-start: 10;
    grid-row-start: 9;
    grid-column-end: span 4;
    grid-row-end: span 7;
  }
}
@media (min-width: 1200px) {
  .map .waypoint-5 {
    grid-column-start: 9;
    grid-row-start: 15;
    grid-column-end: span 5;
  }
}
@media (min-width: 1200px) {
  .map .route-6 {
    grid-column-start: 10;
    grid-row-start: 18;
    grid-column-end: span 6;
    grid-row-end: span 10;
  }
}
@media (min-width: 1200px) {
  .map .waypoint-6 {
    grid-column-start: 12;
    grid-row-start: 19;
    grid-column-end: span 9;
    grid-row-end: span 8;
    padding-top: 0;
    justify-content: center;
  }
  .map .waypoint-6 .text {
    max-width: 20em;
  }
}
@media (min-width: 1200px) {
  .map .route-7 {
    grid-column-start: 16;
    grid-row-start: 11;
    grid-column-end: span 2;
    grid-row-end: span 8;
  }
}
@media (min-width: 1200px) {
  .map .waypoint-7 {
    grid-column-start: 17;
    grid-row-start: 7;
    grid-row-end: span 5;
  }
}
@media (min-width: 1200px) {
  .map .route-8 {
    grid-column-start: 19;
    grid-row-start: 3;
    grid-column-end: span 6;
    grid-row-end: span 9;
  }
}
@media (min-width: 1200px) {
  .map .waypoint-8 {
    grid-column-start: 20;
    grid-row-start: 12;
    grid-column-end: span 5;
    grid-row-end: span 7;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .map .route-9 {
    grid-column-start: 20;
    grid-row-start: 19;
    grid-column-end: span 3;
    grid-row-end: span 8;
  }
}
@media (min-width: 1200px) {
  .map .outro {
    grid-column-start: 20;
    grid-row-start: -9;
    grid-column-end: span 3;
    grid-row-end: span 9;
  }
  .map .outro .circle {
    height: 9.5em;
    width: 9.5em;
  }
}
.subpage {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.subpage .content {
  flex-wrap: wrap;
  gap: 1em;
  position: relative;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 2em auto;
  max-width: 60em;
  width: 100%;
}
.subpage header {
  flex: 0 0 100%;
  margin-bottom: 1em;
}
.subpage header p,
.subpage header ul {
  font-size: 1.12rem;
  line-height: 1.2;
  font-style: italic;
  max-width: 40em;
  text-wrap: pretty;
}
@media (min-width: 500px) {
  .subpage header p,
.subpage header ul {
    font-size: 1.15rem;
  }
}
@media (min-width: 800px) {
  .subpage header p,
.subpage header ul {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .subpage header p,
.subpage header ul {
    font-size: 1.33rem;
  }
}
.subpage header p + p {
  margin-top: 1em;
}
.subpage header li + li {
  margin-top: 0.5em;
}
.subpage h2 {
  font-size: 1.57351936rem;
  color: #005862;
  margin-bottom: 0.5em;
}
@media (min-width: 500px) {
  .subpage h2 {
    font-size: 1.74900625rem;
  }
}
@media (min-width: 800px) {
  .subpage h2 {
    font-size: 2.44140625rem;
  }
}
@media (min-width: 1200px) {
  .subpage h2 {
    font-size: 3.12900721rem;
  }
}
.subpage h3 {
  text-align: center;
}
.subpage .downloads {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
}
.subpage .downloads li {
  text-align: center;
}
.subpage .downloads li + li {
  margin-top: 1em;
}
.subpage .downloads a {
  width: 100%;
  max-width: 20em;
  text-align: center;
  padding: 0.75em;
  display: inline-block;
}
.subpage article {
  padding-bottom: 2em;
}
.subpage aside {
  margin: 2em auto 1em auto;
  display: flex;
  align-items: center;
}
.subpage aside img {
  max-width: 20em;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .subpage .content {
    display: flex;
  }
  .subpage h3,
.subpage .downloads li {
    text-align: left;
  }
  .subpage aside,
.subpage article {
    margin-bottom: auto;
    margin-top: 1em;
  }
  .subpage aside img {
    width: 100%;
    max-width: 30em;
  }
  .subpage article {
    flex: 1 0 auto;
  }
  .subpage aside {
    flex: 1 1 30%;
    padding: 1em 0 0 1em;
  }
}
@media (min-width: 1200px) {
  .subpage .content {
    padding: 1em;
  }
  .subpage aside {
    flex-grow: 2;
    padding: 1em 0 0 2em;
  }
}

h1 {
  margin: 0 auto;
}

.poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
