@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
/*------------------------------------*/
/*  #MEDIA-QUERIES
/*------------------------------------*/
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * <insert website domain here>
 *
 * It is illegal to download or use them on other websites.
 *
 */
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Box sizing
   ========================================================================== */
* {
  box-sizing: border-box;
}

.svg-arrow {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: 0 0;
  width: 12px;
  height: 12px;
}

.svg-arrow-accent {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -12px -12px;
  width: 12px;
  height: 12px;
}

.svg-arrow-evening-sea {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -24px -24px;
  width: 13px;
  height: 13px;
}

.svg-arrow-white {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -37px -37px;
  width: 12px;
  height: 12px;
}

.svg-checkmark {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -49px -49px;
  width: 28px;
  height: 28px;
}

.svg-chevron-down-bondi-blue {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -77px -77px;
  width: 18px;
  height: 12px;
}

.svg-chevron-down-evening-sea {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -95px -89px;
  width: 18px;
  height: 12px;
}

.svg-chevron-expand-down {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -113px -101px;
  width: 16px;
  height: 25px;
}

.svg-chevron-expand-up {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -129px -126px;
  width: 16px;
  height: 25px;
}

.svg-chevron-medium-blue-chill {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -145px -151px;
  width: 13px;
  height: 19px;
}

.svg-chevron-medium-bombay {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -158px -170px;
  width: 13px;
  height: 19px;
}

.svg-chevron-small-bondi-blue {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -171px -189px;
  width: 10px;
  height: 14px;
}

.svg-chevron-small-down-bombay {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -181px -203px;
  width: 16px;
  height: 11px;
}

.svg-chevron-small-down-eastern-blue {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -197px -214px;
  width: 16px;
  height: 11px;
}

.svg-chevron-small-ecstasy {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -213px -225px;
  width: 10px;
  height: 14px;
}

.svg-gallery {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -223px -239px;
  width: 17px;
  height: 16px;
}

.svg-mhfa-logo {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -240px -255px;
  width: 158px;
  height: 60px;
}

.svg-pin {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -398px -315px;
  width: 20px;
  height: 24px;
}

.svg-plus {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -418px -339px;
  width: 16px;
  height: 16px;
}

.svg-search-large-blue-chill {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -434px -355px;
  width: 24px;
  height: 24px;
}

.svg-search-large-white {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -458px -379px;
  width: 24px;
  height: 24px;
}

.svg-search-small-blue-chill {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -482px -403px;
  width: 20px;
  height: 20px;
}

.svg-search-small-white {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -502px -423px;
  width: 20px;
  height: 20px;
}

.svg-smilefjes-gray {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -522px -443px;
  width: 45px;
  height: 44px;
}

.svg-smilefjes-gray-small {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -567px -487px;
  width: 39px;
  height: 39px;
}

.svg-smilefjes-happy {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -606px -526px;
  width: 45px;
  height: 44px;
}

.svg-smilefjes-happy-small {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -651px -570px;
  width: 39px;
  height: 39px;
}

.svg-smilefjes-lei {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -690px -609px;
  width: 45px;
  height: 44px;
}

.svg-smilefjes-lei-small {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -735px -653px;
  width: 39px;
  height: 39px;
}

.svg-smilefjes-ok {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -774px -692px;
  width: 45px;
  height: 44px;
}

.svg-smilefjes-ok-small {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -819px -736px;
  width: 39px;
  height: 39px;
}

.svg-smilefjes-yellow {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -858px -775px;
  width: 45px;
  height: 44px;
}

.svg-smilefjes-yellow-small {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -903px -819px;
  width: 39px;
  height: 39px;
}

.svg-smily1 {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -942px -858px;
  width: 36px;
  height: 35px;
}

.svg-smily1-large {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -978px -893px;
  width: 64px;
  height: 64px;
}

.svg-smily2 {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -1042px -957px;
  width: 36px;
  height: 35px;
}

.svg-smily2-large {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -1078px -992px;
  width: 64px;
  height: 64px;
}

.svg-smily3 {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -1142px -1056px;
  width: 36px;
  height: 35px;
}

.svg-smily3-large {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -1178px -1091px;
  width: 64px;
  height: 64px;
}

.svg-x {
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -1242px -1155px;
  width: 20px;
  height: 20px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

label {
  display: block;
  margin-bottom: 8px;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text],
input[type=search],
input[type=url],
input[type=email],
input[type=number],
select,
textarea {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  input[type=text],
  input[type=search],
  input[type=url],
  input[type=email],
  input[type=number],
  select,
  textarea {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
input[type=text],
input[type=search],
input[type=url],
input[type=email],
input[type=number],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000000;
  font-family: "Familjen Grotesk", sans-serif;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  background-color: #ffffff;
}

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
figure {
  margin: 0;
}
svg, img, iframe, picture {
  max-width: 100%;
  display: block;
}

#epi-quickNavigator-logo {
  display: initial;
  max-width: initial;
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*------------------------------------*/
/* #TYPOGRAPHY
/*------------------------------------*/
/**
 * Base styling of typographic elements
 */
body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: manual;
  line-height: 1.5;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 400;
  color: #292B2D;
}

::-moz-selection {
  color: #ffffff;
  background: #000000;
}

::selection {
  color: #ffffff;
  background: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1-heading,
.h2-heading,
.h3-heading,
.h4-heading,
.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h1,
.h1-heading {
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  h1,
  .h1-heading {
    font-size: 3rem;
    line-height: 1.125;
  }
}
h1,
.h1-heading {
  font-weight: 700;
}

.h1-heading {
  margin-bottom: 32px;
}

h2,
.h2-heading {
  font-size: 1.75rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  h2,
  .h2-heading {
    font-size: 2.5rem;
    line-height: 1.125;
  }
}

h3,
.h3-heading {
  font-size: 1.5rem;
  line-height: 1.375;
}
@media screen and (min-width: 1200px) {
  h3,
  .h3-heading {
    font-size: 2rem;
    line-height: 1.25;
  }
}

h4,
.h4-heading {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  h4,
  .h4-heading {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h5,
.h5-heading {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 40px;
  margin-top: 0;
}

strong {
  font-weight: 600;
}

a {
  color: #034347;
}
.l-block {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .l-block {
    margin-bottom: 80px;
  }
}

.l-block-large {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .l-block-large {
    margin-bottom: 109px;
  }
}

.l-container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .l-container-wide {
    max-width: 1425px;
  }
}

.l-container-narrow {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .l-container-narrow {
    padding: 0;
    max-width: 1200px;
  }
}

@media screen and (min-width: 1200px) {
  .l-container-slim {
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-container-innhold {
  display: flex;
  flex-direction: column;
  flex: 3;
}

.l-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1200px) {
  .l-grid {
    flex-direction: row;
    gap: 64px;
  }
}

.l-grid__col {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .l-grid__col--1 {
    width: calc((100% - 64px) / 3);
  }
}

@media screen and (min-width: 1200px) {
  .l-grid__col--3 {
    margin-left: auto;
    margin-right: auto;
    width: calc((100% - 64px) / 3 * 2);
  }
}

.l-site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-site main {
  flex-grow: 1;
}

.event-metadata {
  margin-top: 36px;
}
.event-metadata__title {
  padding-bottom: 16px;
}
.event-metadata__list-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px #53B4C1 solid;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .event-metadata__list-item {
    flex-direction: row;
    align-items: center;
    padding: 16px 0;
  }
}
.event-metadata__list-item:first-child {
  border-top: 1px #53B4C1 solid;
}
.event-metadata__date {
  font-weight: 700;
}
.event-metadata__time {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .event-metadata__time {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.event-metadata__time {
  display: flex;
  gap: 20px;
}

.accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding: 16px 8px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .accordion {
    padding: 20px 8px;
  }
}
.accordion:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.accordion__category {
  margin-top: 0px;
  font-size: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .accordion__category {
    font-size: 1.5rem;
  }
}
.accordion__links {
  display: none;
  flex-direction: column;
  padding: 40px;
  gap: 32px;
  border-bottom: 1px solid;
}
.accordion__link {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .accordion__link {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.accordion__link {
  color: #323537;
}
.accordion__icon--down {
  display: flex;
}
.accordion__icon--up {
  display: none;
}
.active .accordion__icon--up {
  display: flex;
}
.active .accordion__icon--down {
  display: none;
}

.article-cards {
  display: flex;
  flex-direction: column;
}
.article-cards__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .article-cards__list {
    flex-direction: row;
    gap: 42px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
}

.article-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.article-card:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .article-card {
    width: calc((100% - 42px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .article-card {
    width: calc(33.3333% - 28px);
  }
}
.article-card img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
}
.article-card__title {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .article-card__title {
    font-size: 1.5rem;
  }
}
.article-card__title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.article-card__text {
  margin-top: 0.5em;
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .article-card__text {
    font-size: 1.25rem;
  }
}
.article__lead {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .article__lead {
    font-size: 1.25rem;
  }
}

.block-link {
  display: flex;
  align-items: center;
  background: #DEF5EF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 12px 12px 16px;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .block-link {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.block-link {
  font-weight: 600;
}
.block-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z' /%3E%3Cpath fill='currentColor' d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' /%3E%3C/svg%3E");
  margin-top: 2px;
  width: 24px;
  height: 24px;
}
.block-link:hover {
  background-color: rgb(182.8604651163, 233.1395348837, 220.023255814);
}

.breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    font-size: 1.25rem;
  }
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  white-space: nowrap;
}
.breadcrumbs__item::before {
  content: "/";
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__item:first-child::before {
    content: "";
    margin: 0;
  }
}
.breadcrumbs__title {
  color: #323537;
  margin-right: 12px;
  text-decoration: none;
}
.breadcrumbs__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__item:not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumbs__item::before {
    content: "←";
    margin: 0 8px 0 0;
  }
}

.byline {
  border-top: 1px solid #53B4C1;
  border-bottom: 1px solid #53B4C1;
  padding: 0.75rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .byline {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.byline {
  margin-bottom: 2.5rem;
}
.byline__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.byline__author svg {
  flex-shrink: 0;
  color: #034347;
}

.calendar {
  background-color: #FBCFA5;
}
.calendar__content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-direction: column;
  padding: 32px 20px;
}
@media screen and (min-width: 1200px) {
  .calendar__content {
    flex-direction: row;
    padding: 96px 0;
    gap: 60px;
  }
}
.calendar__title {
  font-size: 1.75rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .calendar__title {
    font-size: 2.5rem;
    line-height: 1.125;
  }
}
.calendar__title {
  font-weight: bold;
  color: #323537;
  flex: 1;
}
.calendar__links {
  flex: 1;
  border-top: 1px solid currentColor;
}
.calendar__link {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
  padding: 20px 8px;
  text-decoration: none;
  color: #323537;
}
@media screen and (min-width: 768px) {
  .calendar__link {
    padding: 24px 8px;
  }
}
.calendar__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.calendar__event {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.calendar__name {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .calendar__name {
    font-size: 2rem;
  }
}
.calendar__details {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .calendar__details {
    font-size: 1.25rem;
  }
}
.calendar .arrow-link {
  margin-top: 48px;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.calendar .arrow-link:hover {
  box-shadow: 0 2px 0 0 currentColor;
}

.drop-down {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3rem 2rem;
  background-color: #323537;
  position: absolute;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .drop-down {
    max-width: 450px;
  }
}
.drop-down__wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  display: none;
}
@media screen and (min-width: 768px) {
  .drop-down__wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .drop-down__wrapper {
    padding: 0;
  }
}
.drop-down:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -0.75rem;
  right: 1.75rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg);
  background-color: #323537;
}
@media screen and (min-width: 768px) {
  .drop-down:before {
    top: -1rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.drop-down__links {
  border-top: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.drop-down__link {
  padding: 1.5rem 0.5rem;
  display: flex;
  color: #ffffff;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .drop-down__link {
    font-size: 1.25rem;
  }
}
.drop-down__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.error {
  display: flex;
  justify-content: center;
  align-items: center;
}
.error__text {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .error__text {
    font-size: 1.25rem;
  }
}
.error__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.filter-checkbox {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.filter-checkbox__input {
  width: 100%;
}
.filter-checkbox__label {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .filter-checkbox__label {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.filter-checkbox__label {
  margin-bottom: 0;
  margin-left: 16px;
}
.filter-checkbox input {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  border: 1px solid #292B2D;
  /* Not removed via appearance */
  margin: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.filter-checkbox__box {
  display: flex;
  border: black 1px solid;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.filter-checkbox__checkmark {
  display: none;
  position: relative;
  right: 0;
  left: 36px;
}
.filter-checkbox input[type=checkbox] {
  display: grid;
  place-content: center;
}
.filter-checkbox input[type=checkbox]::before {
  content: "";
  background: url("../images/sprite.svg?v=1761576637858") no-repeat;
  background-size: 1262px 1175px;
  background-position: -49px -49px;
  width: 28px;
  height: 28px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.filter-checkbox input[type=checkbox]:checked::before {
  transform: scale(0.8);
}

#past-events {
  display: none;
}

.filtersearch {
  display: flex;
  align-items: center;
  border: 2px solid #53B4C1;
  margin: 32px 0;
  padding-left: 20px;
}
.filtersearch input[type=text], .filtersearch input:focus, .filtersearch input:active {
  border: none;
  outline: none;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 0px;
  padding-left: 16px;
}

.footer {
  background-color: #000000;
  display: flex;
  padding: 32px 20px 20px 0;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 120px;
    align-items: center;
    padding: 48px 0 64px;
  }
}
.footer__content {
  background-color: #000000;
  display: flex;
  color: #ffffff;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .footer__content {
    flex-direction: row;
  }
}
.footer__interne-links {
  display: flex;
}
.footer__eksterne-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #ffffff;
}
.footer__ekstern-link {
  color: #ffffff;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .footer__ekstern-link {
    font-size: 1.25rem;
  }
}
.footer__ekstern-link:hover {
  text-decoration: none;
}
.footer__text {
  font-size: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 1.5rem;
  }
}
.footer__logo {
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-left: auto;
  }
}
.footer__logo svg {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.frontpage-navigation {
  background-color: #DEF5EF;
  padding-top: 48px;
}
@media screen and (min-width: 1200px) {
  .frontpage-navigation {
    padding-top: 96px;
    padding-bottom: 66px;
  }
}
.frontpage-navigation__content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .frontpage-navigation__content {
    flex-direction: row;
  }
}
.frontpage-navigation__title {
  margin: 0;
  position: relative;
  align-self: flex-start;
}
@media screen and (min-width: 1200px) {
  .frontpage-navigation__title {
    width: 50%;
  }
}
.frontpage-navigation__title-text {
  font-size: 1.75rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .frontpage-navigation__title-text {
    font-size: 2.5rem;
    line-height: 1.125;
  }
}
.frontpage-navigation__title-text {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 32px;
}
.frontpage-navigation__menu {
  border-top: 1px solid black;
}
@media screen and (min-width: 1200px) {
  .frontpage-navigation__menu {
    width: 50%;
  }
}
.frontpage-navigation__links {
  display: none;
  flex-direction: column;
}
.frontpage-navigation__figure {
  margin-bottom: -120px;
  width: 100%;
  display: none;
  transform: scale(1.25);
}
.frontpage-navigation__figure img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .frontpage-navigation__figure {
    display: block;
    margin-left: -24px;
  }
}
.frontpage-navigation__figure-mobile {
  width: 100%;
  padding: 50px 40px 30px;
  transform: scale(1.125);
}
.frontpage-navigation__figure-mobile img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .frontpage-navigation__figure-mobile {
    display: none;
  }
}

.header {
  display: flex;
  border-bottom: 1px solid #06868F;
  padding-top: 12px;
  padding-bottom: 12px;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    height: 156px;
    border-bottom: 0;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header__logo {
  flex-shrink: 1;
}
.header__logo img {
  display: block;
}
.header__menu {
  display: flex;
  flex-direction: column;
}
.header__nav {
  text-decoration: none;
  display: flex;
  gap: 20px;
  flex-shrink: 1;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__nav {
    gap: 40px;
  }
}
.header__icon {
  text-decoration: none;
  color: #323537;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  flex-direction: column-reverse;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .header__icon {
    flex-direction: row;
    gap: 8px;
    font-size: 1.5rem;
  }
}
.header__icon svg {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .header__icon svg {
    width: 32px;
    height: 32px;
  }
}
.header__icon:hover {
  color: #034347;
}
.header__search {
  display: none;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  top: calc(100% - 32px);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header__search {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__icon {
    position: relative;
  }
}

.skip-link {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: -9999px;
  padding: 8px;
  background-color: #DEF5EF;
  text-align: left;
  z-index: 13;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.skip-link:focus {
  left: 0;
  opacity: 1;
  -webkit-focus-ring: none;
  outline: none;
}

.image-container__image {
  width: 100%;
}
.image-container__text {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .image-container__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.image-container__text {
  border-bottom: 1px solid #53B4C1;
  margin-top: 16px;
  padding-bottom: 16px;
}
.image-container {
  margin-bottom: 36px;
}

.info-accordion__button {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #53B4C1;
}
.info-accordion__item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 18px 12px;
}
.info-accordion__plus {
  display: flex;
}
.info-accordion__minus {
  display: none;
}
.info-accordion__text {
  display: none;
  background-color: #DEF5EF;
  padding: 32px 32px 48px 32px;
}

.info-section__blue {
  background-color: #D3F7FF;
}
.info-section__white {
  background-color: #ffffff;
}
.info-section__content {
  padding: 32px 20px;
}
@media screen and (min-width: 1200px) {
  .info-section__content {
    padding: 80px;
  }
}
.info-section p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .info-section p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.info-section p {
  line-height: 36px;
  margin-top: 28px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.info-section h2 {
  margin-top: 0;
}

.items-list {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media screen and (min-width: 1200px) {
  .items-list {
    margin-top: 32px;
  }
}
.items-list__title {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .items-list__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.items-list__title {
  color: #034347;
  margin-bottom: 16px;
  margin-top: 0;
  text-decoration: underline;
}
.items-list__item {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .items-list__item {
    flex-direction: row;
    border-bottom: 1px solid #53B4C1;
    gap: 40px;
  }
}
.items-list__arrangement-item {
  display: flex;
  padding: 40px 0;
  gap: 40px;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .items-list__arrangement-item {
    flex-direction: row;
    border-bottom: 1px solid #53B4C1;
  }
}
@media screen and (min-width: 1200px) {
  .items-list__item:first-child {
    border-top: 1px solid #53B4C1;
  }
}
.items-list p {
  max-width: 100%;
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .items-list p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .items-list__image-container {
    width: 270px;
  }
}
.items-list__image {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-list__date-view {
  display: flex;
  background-color: #FBCFA5;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media screen and (min-width: 1200px) {
  .items-list__date-view {
    aspect-ratio: 16/9;
    width: 270px;
    padding: 0;
  }
}

.lead {
  font-size: 1.5rem;
  line-height: 1.5;
}

.link-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
.link-row__link {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .link-row__link {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.link-row__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
  padding: 20px 12px;
  text-decoration: none;
  color: #323537;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.link-row__link svg {
  width: 32px;
  height: 32px;
}
.link-row__link:hover {
  box-shadow: 0 2px 0 0 currentColor;
}
@media screen and (min-width: 768px) {
  .link-row {
    flex-direction: row;
    gap: 32px;
  }
  .link-row__link {
    padding: 24px 0px;
  }
}

.link-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.link-column__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 12px 20px;
  gap: 12px;
  color: #ffffff;
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .link-column__link {
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.25rem;
  }
}
.link-column__link:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.link-column__link svg {
  flex-shrink: 0;
}

.arrow-link {
  display: flex;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .arrow-link {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.arrow-link {
  text-decoration: none;
  color: #323537;
  gap: 4px;
  align-content: center;
}
.arrow-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E%0A");
  height: 32px;
  width: 32px;
}

.nav-small {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .nav-small {
    width: 100%;
    padding: 40px 32px;
    background-color: #DEF5EF;
  }
}
.nav-small .nav-small__arrow-up {
  display: none;
}
.nav-small--open {
  width: 100%;
}
.nav-small--open .nav-small__arrow-up {
  display: block;
}
.nav-small--open .nav-small__arrow-down {
  display: none;
}
.nav-small__heading {
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav-small__heading {
    font-size: 1.5rem;
    background: #DEF5EF;
    display: flex;
    align-items: center;
    margin-top: 0;
    font-weight: 700;
  }
}
.nav-small__heading-button {
  display: flex;
  align-items: center;
  margin-top: 0;
  background: #DEF5EF;
  padding: 16px 20px;
}
.nav-small__heading-button span {
  font-size: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .nav-small__heading-button {
    display: none;
  }
}
.nav-small__links {
  display: none;
  background: #DEF5EF;
  padding: 20px 20px 40px 20px;
}
@media screen and (min-width: 1200px) {
  .nav-small__links {
    display: block;
    padding: 0;
    margin-top: 32px;
  }
}
.nav-small__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #292B2D;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 8px;
  padding-left: 8px;
  text-decoration: none;
  color: #292B2D;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .nav-small__link {
    font-size: 1.25rem;
  }
}
.nav-small__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-small__link svg {
  flex-shrink: 0;
}
.nav-small__link--child {
  padding-left: 24px;
}
.nav-small__link:first-of-type {
  border-top: 1px solid #292B2D;
}
.nav-small__arrow-down {
  margin-top: 6px;
  margin-left: 14px;
}
@media screen and (min-width: 1200px) {
  .nav-small__arrow-down {
    display: none;
  }
}
.nav-small__arrow-up {
  margin-top: 6px;
  margin-left: 14px;
}
@media screen and (min-width: 1200px) {
  .nav-small__arrow-up {
    display: none;
  }
}

a.current {
  font-weight: 700;
}

.page-navigation-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
  padding: 16px 8px;
  width: 100%;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .page-navigation-link {
    padding: 20px 8px;
  }
}
.page-navigation-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.page-navigation-link__category {
  margin-top: 0px;
  font-size: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .page-navigation-link__category {
    font-size: 1.5rem;
  }
}
.page-navigation-link__links {
  display: none;
  flex-direction: column;
  margin: 40px;
  gap: 32px;
}
.page-navigation-link__link {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .page-navigation-link__link {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.page-navigation-link__link {
  color: #323537;
}
.page-navigation-link__icon--down {
  display: flex;
}
.page-navigation-link__icon--up {
  display: none;
}
.active .page-navigation-link__icon--up {
  display: flex;
}
.active .page-navigation-link__icon--down {
  display: none;
}

.page-navigation {
  background-color: #DEF5EF;
  padding-top: 48px;
  padding-bottom: 66px;
}
@media screen and (min-width: 1200px) {
  .page-navigation {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.page-navigation__content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .page-navigation__content {
    flex-direction: row;
  }
}
.page-navigation__eyebrow {
  font-size: 1.125rem;
  color: #034347;
}
@media screen and (min-width: 1200px) {
  .page-navigation__eyebrow {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-navigation__title {
    width: 50%;
  }
}
.page-navigation__title-text {
  font-size: 1.75rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .page-navigation__title-text {
    font-size: 2.5rem;
    line-height: 1.125;
  }
}
.page-navigation__title-text {
  font-weight: 700;
  margin-top: 0;
}
.page-navigation p {
  margin: 0;
  margin-top: 1.25em;
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .page-navigation p {
    font-size: 1.25rem;
  }
}
.page-navigation__menu {
  border-top: 1px solid black;
}
@media screen and (min-width: 1200px) {
  .page-navigation__menu {
    width: 50%;
  }
}
.page-navigation__links {
  display: none;
  flex-direction: column;
}
.page-navigation__figure {
  display: none;
  width: 90%;
  /*
  margin-bottom: -120px;

  img {
      width: 100%;
  }*/
}
@media screen and (min-width: 1200px) {
  .page-navigation__figure {
    display: flex;
  }
}
.page-navigation__figure-mobile {
  width: 100%;
  padding: 50px 40px 30px;
}
.page-navigation__figure-mobile img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .page-navigation__figure-mobile {
    display: none;
  }
}

.result-summary {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .result-summary {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.result-summary {
  margin-top: 48px;
}

.result-helptext {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .result-helptext {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.result-helptext {
  margin-top: 48px;
  font-style: italic;
}

.rich-text {
  font-size: 1.125rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .rich-text {
    font-size: 1.25rem;
  }
}
.rich-text > * {
  margin-bottom: 0;
}
.rich-text > * + * {
  margin-top: 40px;
}
.rich-text > * + h1, .rich-text > * + h2, .rich-text > * + h3 {
  margin-top: 48px;
}
.rich-text > h1 + *, .rich-text > h2 + *, .rich-text > h3 + * {
  margin-top: 32px;
}
.rich-text > h1 + h2, .rich-text > h2 + h3, .rich-text > h3 + h4 {
  margin-top: 0.5em;
}
.rich-text > ul:not([class]) li, .rich-text > ol:not([class]) li {
  margin-top: 0.5em;
}
.rich-text > ul:not([class]) {
  list-style: disc;
  padding-inline-start: 40px;
}
.rich-text strong,
.rich-text b {
  font-weight: 600;
}
.rich-text > h1 a:not([class]), .rich-text > h2 a:not([class]), .rich-text > h3 a:not([class]), .rich-text > h4 a:not([class]), .rich-text > h5 a:not([class]), .rich-text > h6 a:not([class]), .rich-text > p a:not([class]), .rich-text > table a:not([class]), .rich-text > ul a:not([class]), .rich-text > ol a:not([class]) {
  font-weight: 600;
  color: #034347;
  text-decoration: none;
  box-shadow: 0 1px 0 0;
}
.rich-text > h1 a:not([class]):hover, .rich-text > h2 a:not([class]):hover, .rich-text > h3 a:not([class]):hover, .rich-text > h4 a:not([class]):hover, .rich-text > h5 a:not([class]):hover, .rich-text > h6 a:not([class]):hover, .rich-text > p a:not([class]):hover, .rich-text > table a:not([class]):hover, .rich-text > ul a:not([class]):hover, .rich-text > ol a:not([class]):hover {
  box-shadow: 0 3px 0 0;
}

.search--main {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .search--main {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.search--main::before {
  content: "";
  display: block;
  align-self: flex-end;
  position: absolute;
  top: -0.75rem;
  right: 5.25rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  transform: rotate(45deg);
  background-color: #323537;
}
@media screen and (min-width: 768px) {
  .search--main::before {
    top: -1rem;
    right: 10rem;
    width: 2rem;
    height: 2rem;
  }
}
.search--main form {
  background-color: #323537;
  padding: 1.25rem 1.25rem;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .search--main form {
    padding: 3rem 2rem;
  }
}
.search form {
  width: 100%;
}
.search--blue > .search__container {
  border: 2px solid #53B4C1;
}
.search__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #323537;
  width: 100%;
  background-color: #ffffff;
  padding-right: 1.25rem;
}
.search input[type=search],
.search input[type=search]:focus,
.search input[type=search]:active {
  border: none;
  outline: none;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .search input[type=search],
  .search input[type=search]:focus,
  .search input[type=search]:active {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.search__pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.search__pagination__link {
  display: flex;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .search__pagination__link {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.search__pagination__link {
  font-weight: bold;
  align-items: center;
}

.shortcut {
  background-color: #D3F7FF;
  display: flex;
  padding: 24px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .shortcut {
    padding: 40px;
    flex-direction: row;
  }
}
.shortcut__prev, .shortcut__next {
  display: flex;
  flex: 1;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 20px 8px;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .shortcut__prev, .shortcut__next {
    font-size: 1.25rem;
  }
}
.shortcut__prev:hover, .shortcut__next:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.shortcut__next {
  justify-content: space-between;
  margin-top: -1px;
}
@media screen and (min-width: 1200px) {
  .shortcut__next {
    margin-top: 0;
  }
}
.shortcut__text {
  display: flex;
  flex-direction: column;
  color: #292B2D;
}
.shortcut__title {
  font-weight: 700;
}
.shortcut svg {
  flex-shrink: 0;
}

.summary-textbox {
  background-color: #D3F7FF;
  padding: 32px;
}
@media screen and (min-width: 1200px) {
  .summary-textbox {
    padding: 48px;
  }
}

.textbox {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1200px) {
  .textbox {
    flex-direction: row;
    margin-left: -80px;
  }
}
.textbox__title {
  margin-bottom: 24px;
  line-height: 1.125;
}
.textbox__text {
  background-color: #D3F7FF;
  padding: 32px;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .textbox__text {
    width: 50%;
    padding: 80px 160px 80px 80px;
  }
}
.textbox__text span {
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .textbox__text span {
    font-size: 1.5rem;
  }
}
.textbox__image {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.textbox__video {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .textbox__image-container {
    margin: -80px;
  }
}
.textbox__media-container {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .textbox__media-container {
    width: 50%;
  }
}

.video-container__video {
  visibility: hidden;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-container {
  margin-bottom: 36px;
}

.video-container .cookieconsent-optout-marketing {
  visibility: hidden;
  background-color: #e2e8eb;
  height: 100%;
  padding-block: 25%;
  padding-inline: 24px;
  text-align: center;
  width: 100%;
}

.video-container .cookieconsent-optout-marketing a {
  color: #245066;
}

.video-timestamps__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 8px;
}

/*------------------------------------*/
/*  #NOSCRIPT
/*------------------------------------*/
/**
 * Components to be shown when JS is disabled
 */
.noscript__component {
  display: none !important;
}
.noscript .noscript__component {
  display: block !important;
  width: 100%;
}
.noscript__component > *:last-child {
  margin-bottom: 0;
}
.noscript .noscript__hide {
  display: none !important;
}
.noscript [data-toggle-element] {
  display: block;
}

/*------------------------------------*/
/*  #REDUCED MOTION
/*------------------------------------*/
/**
 * Removes transitions/animations for users who have enabled "Reduced Motion"
 * in their browser
 */
@media screen and (prefers-reduced-motion) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/*------------------------------------*\
    #SHAME
\*------------------------------------*/
/**
 * The thing that should not be.
 * Your 1-stop place for all nasty hacks and overrides that are
 * sometimes necessary for the greater good.
 *
 * This file should be as small as possible and should be routinely reviewed
 * in order to refactor out unecessary hacks.
 */
/*------------------------------------*/
/* #UTILITY-CLASSES
/*------------------------------------*/
/**
 * Utility classes (single purpose classes that override defaults)
 * Prefixed u-
 */
.u-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-mg-top-0 {
  margin-top: 0px;
}

.u-mg-top-1 {
  margin-top: 8px;
}

.u-mg-top-2 {
  margin-top: 16px;
}

.u-mg-top-3 {
  margin-top: 24px;
}

.u-mg-top-4 {
  margin-top: 32px;
}

.u-mg-top-5 {
  margin-top: 40px;
}

.u-mg-top-6 {
  margin-top: 48px;
}

.u-mg-top-7 {
  margin-top: 56px;
}

.u-mg-top-8 {
  margin-top: 64px;
}

.u-mg-top-9 {
  margin-top: 72px;
}

.u-mg-top-10 {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .u-mg-top-0-md-up {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-1-md-up {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-2-md-up {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-3-md-up {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-4-md-up {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-5-md-up {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-6-md-up {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-7-md-up {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-8-md-up {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-9-md-up {
    margin-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-10-md-up {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-0-lg-up {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-1-lg-up {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-2-lg-up {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-3-lg-up {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-4-lg-up {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-5-lg-up {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-6-lg-up {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-7-lg-up {
    margin-top: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-8-lg-up {
    margin-top: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-9-lg-up {
    margin-top: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-top-10-lg-up {
    margin-top: 80px;
  }
}

.u-mg-bottom-0 {
  margin-bottom: 0px;
}

.u-mg-bottom-1 {
  margin-bottom: 8px;
}

.u-mg-bottom-2 {
  margin-bottom: 16px;
}

.u-mg-bottom-3 {
  margin-bottom: 24px;
}

.u-mg-bottom-4 {
  margin-bottom: 32px;
}

.u-mg-bottom-5 {
  margin-bottom: 40px;
}

.u-mg-bottom-6 {
  margin-bottom: 48px;
}

.u-mg-bottom-7 {
  margin-bottom: 56px;
}

.u-mg-bottom-8 {
  margin-bottom: 64px;
}

.u-mg-bottom-9 {
  margin-bottom: 72px;
}

.u-mg-bottom-10 {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-0-md-up {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-1-md-up {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-2-md-up {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-3-md-up {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-4-md-up {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-5-md-up {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-6-md-up {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-7-md-up {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-8-md-up {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-9-md-up {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-10-md-up {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-0-lg-up {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-1-lg-up {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-2-lg-up {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-3-lg-up {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-4-lg-up {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-5-lg-up {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-6-lg-up {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-7-lg-up {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-8-lg-up {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-9-lg-up {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .u-mg-bottom-10-lg-up {
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=source\css\style.css.map */