
@import url("https://fonts.googleapis.com/css?family=Nunito:800|Open+Sans:400,700|Source+Sans+Pro:200,300,400,400i,600,700,900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }
/**
   * Render the `main` element consistently in IE.
   */
main {
  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
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }
/**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */ }
/**
   * 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 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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
/**
   * 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; }
/**
   * Correct the padding in Firefox.
   */
/**
   * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 in Chrome and Safari on macOS.
   */
[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 Edge, IE 10+, and Firefox.
   */
details {
  display: block; }
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }
/**
   * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
   * A thin layer on top of normalize.css that provides a starting point more
   * suitable for web applications.
   */
/**
   * Removes the default spacing and border for appropriate elements.
   */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0; }
button {
  background-color: transparent;
  background-image: none;
  padding: 0; }
/**
   * Work around a Firefox/IE bug where the transparent `button` background
   * results in a loss of the default `button` focus styles.
   */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }
fieldset {
  margin: 0;
  padding: 0; }
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }
/**
   * Tailwind custom reset styles
   */
/**
   * 1. Use the user's configured `sans` font-family (with Tailwind's default
   *    sans-serif font stack as a fallback) as a sane default.
   * 2. Use Tailwind's default "normal" line-height so the user isn't forced
   *    to override it to ensure consistency even when using the default theme.
   */
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */ }
/**
   * 1. Prevent padding and border from affecting element width.
   *
   *    We used to set this in the html element and inherit from
   *    the parent element for everything else. This caused issues
   *    in shadow-dom-enhanced elements like <details> where the content
   *    is wrapped by a div with box-sizing set to `content-box`.
   *
   *    https://github.com/mozdevs/cssremedy/issues/4
   *
   *
   * 2. Allow adding a border to an element by just adding a border-width.
   *
   *    By default, the way the browser specifies that an element should have no
   *    border is by setting it's border-style to `none` in the user-agent
   *    stylesheet.
   *
   *    In order to easily add borders to elements by just setting the `border-width`
   *    property, we change the default border-style for all elements to `solid`, and
   *    use border-width to hide them instead. This way our `border` utilities only
   *    need to set the `border-width` property instead of the entire `border`
   *    shorthand, making our border utilities much more straightforward to compose.
   *
   *    https://github.com/tailwindcss/tailwindcss/pull/116
   */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e2e8f0;
  /* 2 */ }
/*
   * Ensure horizontal rules are visible by default
   */
hr {
  border-top-width: 1px; }
/**
   * Undo the `border-style: none` reset that Normalize applies to images so that
   * our `border-{width}` utilities have the expected effect.
   *
   * The Normalize reset is unnecessary for us since we default the border-width
   * to 0 on all elements.
   *
   * https://github.com/tailwindcss/tailwindcss/issues/362
   */
img {
  border-style: solid; }
textarea {
  resize: vertical; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0; }
input::placeholder,
textarea::placeholder {
  color: #a0aec0; }
button,
[role="button"] {
  cursor: pointer; }
table {
  border-collapse: collapse; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }
/**
   * Reset links to optimize for opt-in styling instead of
   * opt-out.
   */
a {
  color: inherit;
  text-decoration: inherit; }
/**
   * Reset form element properties that are easy to forget to
   * style explicitly so you don't inadvertently introduce
   * styles that deviate from your design system. These styles
   * supplement a partial reset that is already applied by
   * normalize.css.
   */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit; }
/**
   * Use the configured 'mono' font family for elements that
   * are expected to be rendered with a monospace font, falling
   * back to the system monospace stack if there is no configured
   * 'mono' font family.
   */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
/**
   * Make replaced elements `display: block` by default as that's
   * the behavior you want almost all of the time. Inspired by
   * CSS Remedy, with `svg` added as well.
   *
   * https://github.com/mozdevs/cssremedy/issues/14
   */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle; }
/**
   * Constrain images and videos to the parent width and preserve
   * their instrinsic aspect ratio.
   *
   * https://github.com/mozdevs/cssremedy/issues/14
   */
img,
video {
  max-width: 100%;
  height: auto; }
:root {
  --main-bg-color: #68b1c2;
  --main-bg-gradient-start: #4185ab;
  --main-bg-gradient-middle: #65aec0;
  --main-bg-gradient-end: #68b1c2;
  --body-color: #4d4d4d;
  --body-link-color: #4185ab;
  --body-link-color-hover: #254c61;
  --bg-dark: #fafafa;
  --bg-light: #fff;
  --border: #ccc;
  --inverted-bg: var(--body-color);
  --inverted-color: var(--bg-light);
  --success: #7eb135;
  --success-hover: rgba(126, 177, 53, 0.9);
  --success-faded: #dfeccd;
  --info: #4185ab;
  --info-hover: rgba(65, 133, 171, 0.9);
  --info-faded: #d0e1ea;
  --warning: #ffcc32;
  --warning-hover: rgba(255, 204, 50, 0.9);
  --warning-faded: #fff2cc;
  --danger: #e85e2c;
  --danger-hover: rgba(232, 94, 44, 0.9);
  --danger-faded: #f9d7ca;
  --faded: #888;
  --skolon: #36b0bb;
  --skolon-hover: rgba(54, 176, 187, 0.9);
  --button-disabled-bg: #b3b3b3;
  --button-go-back-color: #68b1c2;
  --button-grey-bg:  #707070;
  --button-grey-bg-hover: rgba(112, 112, 112, 0.9);
  --menu-bg: #4d4d4d;
  --menu-link-color: #68b1c2;
  --menu-active-color: white;
  --menu-text-color: white;
  --navbar-bg: #22292f;
  --page-bg: white;
  --input-border: #4d4d4d;
  --alert-color: --(body-color);
  --card-bg: var(--bg-dark);
  --card-hover-bg: var(--bg-light);
  --card-color: var(--body-color); }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-attachment: fixed; }
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: var(--main-bg-color);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--main-bg-gradient-start)), color-stop(50%, var(--main-bg-gradient-middle)), to(var(--main-bg-gradient-end)));
  background: linear-gradient(to bottom, var(--main-bg-gradient-start) 0%, var(--main-bg-gradient-middle) 50%, var(--main-bg-gradient-end) 100%);
  background-attachment: fixed;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale !important;
  scroll-behavior: smooth;
  line-height: 1.3;
  color: var(--body-color);
  z-index: 1; }
body.locked {
    overflow: hidden;
    height: 100%; }
:focus {
  outline: 0; }
:not(output):-moz-ui-invalid {
  box-shadow: none; }
.w-0 {
  width: 0rem; }
.h-0 {
  width: 0rem; }
.w-1 {
  width: 0.25rem; }
.h-1 {
  width: 0.25rem; }
.w-2 {
  width: 0.5rem; }
.h-2 {
  width: 0.5rem; }
.w-3 {
  width: 0.75rem; }
.h-3 {
  width: 0.75rem; }
.w-4 {
  width: 1rem; }
.h-4 {
  width: 1rem; }
.w-5 {
  width: 1.25rem; }
.h-5 {
  width: 1.25rem; }
.w-6 {
  width: 1.5rem; }
.h-6 {
  width: 1.5rem; }
.w-7 {
  width: 1.75rem; }
.h-7 {
  width: 1.75rem; }
.w-8 {
  width: 2rem; }
.h-8 {
  width: 2rem; }
.w-9 {
  width: 2.25rem; }
.h-9 {
  width: 2.25rem; }
.w-10 {
  width: 2.5rem; }
.h-10 {
  width: 2.5rem; }
.w-11 {
  width: 2.75rem; }
.h-11 {
  width: 2.75rem; }
.w-12 {
  width: 3rem; }
.h-12 {
  width: 3rem; }
.w-14 {
  width: 3.5rem; }
.h-14 {
  width: 3.5rem; }
.w-16 {
  width: 4rem; }
.h-16 {
  width: 4rem; }
.w-20 {
  width: 5rem; }
.h-20 {
  width: 5rem; }
.w-24 {
  width: 6rem; }
.h-24 {
  width: 6rem; }
.w-28 {
  width: 7rem; }
.h-28 {
  width: 7rem; }
.w-32 {
  width: 8rem; }
.h-32 {
  width: 8rem; }
.w-36 {
  width: 9rem; }
.h-36 {
  width: 9rem; }
.w-40 {
  width: 10rem; }
.h-40 {
  width: 10rem; }
.w-full {
  width: 100%; }
.h-full {
  height: 100%; }
.w-auto {
  width: auto; }
.h-auto {
  height: auto; }
.w-screen {
  width: 100vw; }
.h-screen {
  height: 100vh; }
.m-0 {
  margin: 0rem; }
.mt-0 {
  margin-top: 0rem; }
.mr-0 {
  margin-right: 0rem; }
.mb-0 {
  margin-bottom: 0rem; }
.ml-0 {
  margin-left: 0rem; }
.m-1 {
  margin: 0.25rem; }
.mt-1 {
  margin-top: 0.25rem; }
.mr-1 {
  margin-right: 0.25rem; }
.mb-1 {
  margin-bottom: 0.25rem; }
.ml-1 {
  margin-left: 0.25rem; }
.m-2 {
  margin: 0.5rem; }
.mt-2 {
  margin-top: 0.5rem; }
.mr-2 {
  margin-right: 0.5rem; }
.mb-2 {
  margin-bottom: 0.5rem; }
.ml-2 {
  margin-left: 0.5rem; }
.m-3 {
  margin: 0.75rem; }
.mt-3 {
  margin-top: 0.75rem; }
.mr-3 {
  margin-right: 0.75rem; }
.mb-3 {
  margin-bottom: 0.75rem; }
.ml-3 {
  margin-left: 0.75rem; }
.m-4 {
  margin: 1rem; }
.mt-4 {
  margin-top: 1rem; }
.mr-4 {
  margin-right: 1rem; }
.mb-4 {
  margin-bottom: 1rem; }
.ml-4 {
  margin-left: 1rem; }
.m-5 {
  margin: 1.25rem; }
.mt-5 {
  margin-top: 1.25rem; }
.mr-5 {
  margin-right: 1.25rem; }
.mb-5 {
  margin-bottom: 1.25rem; }
.ml-5 {
  margin-left: 1.25rem; }
.m-6 {
  margin: 1.5rem; }
.mt-6 {
  margin-top: 1.5rem; }
.mr-6 {
  margin-right: 1.5rem; }
.mb-6 {
  margin-bottom: 1.5rem; }
.ml-6 {
  margin-left: 1.5rem; }
.m-7 {
  margin: 1.75rem; }
.mt-7 {
  margin-top: 1.75rem; }
.mr-7 {
  margin-right: 1.75rem; }
.mb-7 {
  margin-bottom: 1.75rem; }
.ml-7 {
  margin-left: 1.75rem; }
.m-8 {
  margin: 2rem; }
.mt-8 {
  margin-top: 2rem; }
.mr-8 {
  margin-right: 2rem; }
.mb-8 {
  margin-bottom: 2rem; }
.ml-8 {
  margin-left: 2rem; }
.p-0 {
  padding: 0rem; }
.pt-0 {
  padding-top: 0rem; }
.pr-0 {
  padding-right: 0rem; }
.pb-0 {
  padding-bottom: 0rem; }
.pl-0 {
  padding-left: 0rem; }
.p-1 {
  padding: 0.25rem; }
.pt-1 {
  padding-top: 0.25rem; }
.pr-1 {
  padding-right: 0.25rem; }
.pb-1 {
  padding-bottom: 0.25rem; }
.pl-1 {
  padding-left: 0.25rem; }
.p-2 {
  padding: 0.5rem; }
.pt-2 {
  padding-top: 0.5rem; }
.pr-2 {
  padding-right: 0.5rem; }
.pb-2 {
  padding-bottom: 0.5rem; }
.pl-2 {
  padding-left: 0.5rem; }
.p-3 {
  padding: 0.75rem; }
.pt-3 {
  padding-top: 0.75rem; }
.pr-3 {
  padding-right: 0.75rem; }
.pb-3 {
  padding-bottom: 0.75rem; }
.pl-3 {
  padding-left: 0.75rem; }
.p-4 {
  padding: 1rem; }
.pt-4 {
  padding-top: 1rem; }
.pr-4 {
  padding-right: 1rem; }
.pb-4 {
  padding-bottom: 1rem; }
.pl-4 {
  padding-left: 1rem; }
.p-5 {
  padding: 1.25rem; }
.pt-5 {
  padding-top: 1.25rem; }
.pr-5 {
  padding-right: 1.25rem; }
.pb-5 {
  padding-bottom: 1.25rem; }
.pl-5 {
  padding-left: 1.25rem; }
.p-6 {
  padding: 1.5rem; }
.pt-6 {
  padding-top: 1.5rem; }
.pr-6 {
  padding-right: 1.5rem; }
.pb-6 {
  padding-bottom: 1.5rem; }
.pl-6 {
  padding-left: 1.5rem; }
.p-7 {
  padding: 1.75rem; }
.pt-7 {
  padding-top: 1.75rem; }
.pr-7 {
  padding-right: 1.75rem; }
.pb-7 {
  padding-bottom: 1.75rem; }
.pl-7 {
  padding-left: 1.75rem; }
.p-8 {
  padding: 2rem; }
.pt-8 {
  padding-top: 2rem; }
.pr-8 {
  padding-right: 2rem; }
.pb-8 {
  padding-bottom: 2rem; }
.pl-8 {
  padding-left: 2rem; }
.block {
  display: block; }
.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
.flex-initial {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }
.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1; }
.main {
  width: 100%;
  height: 100vh;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 1; }
.main--centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
/**
 * A section which is at least one screen height tall.
 */
.page-section {
  min-height: 100vh;
  padding: 1rem;
  /**
     * These are a new feature in Chrome which will defer som rendering load for 
     * pages with a large amount of markup. A free page load boost.
     */
  content-visibility: auto;
  contain-intrinsic-size: 1px 100vh; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 800; }
a {
  color: var(--body-link-color);
  cursor: pointer;
  text-decoration: none; }
a:hover {
    color: var(--body-link-color-hover); }
.h1 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 2.5rem; }
.h2 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 2rem; }
.h3 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 1.75rem; }
.h4 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 1.5rem; }
.h5 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 1.25rem; }
.h6 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 1rem; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
.text-justify {
  text-align: justify; }
.p-subtext {
  font-size: 0.8em; }
.btn {
  display: inline-block;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: 1.15; }
.btn.inactive, .btn:disabled {
    background-color: var(--disabled-bg) !important;
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
    color: white; }
.btn.btn--success {
    background-color: var(--success);
    color: white;
    border-radius: 0.25rem; }
.btn.btn--success:hover {
      background-color: var(--success-hover); }
.btn.btn--success--outline {
    background-color: transparent;
    border: solid 1px var(--success);
    color: var(--success); }
.btn.btn--success--outline:hover {
      color: white;
      background-color: var(--success-hover); }
.btn.btn--info {
    background-color: var(--info);
    color: white; }
.btn.btn--info:hover {
      background-color: var(--info-hover); }
.btn.btn--info--outline {
    background-color: transparent;
    border: solid 1px var(--info);
    color: var(--info); }
.btn.btn--info--outline:hover {
      color: white;
      background-color: var(--info-hover); }
.btn.btn--danger {
    background-color: var(--danger);
    color: white; }
.btn.btn--danger:hover {
      background-color: var(--danger-hover); }
.btn.btn--danger--outline {
    background-color: transparent;
    border: solid 1px var(--danger);
    color: var(--danger); }
.btn.btn--danger--outline:hover {
      color: white;
      background-color: var(--danger-hover); }
.btn.btn--warning {
    background-color: var(--warning);
    color: white; }
.btn.btn--warning:hover {
      background-color: var(--warning-hover); }
.btn.btn--warning--outline {
    background-color: transparent;
    border: solid 1px var(--warning);
    color: var(--warning); }
.btn.btn--warning--outline:hover {
      color: white;
      background-color: var(--warning-hover); }
.btn.btn--go-back {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--button-go-back-color);
    padding: 0; }
.btn.btn--go-back:before {
      display: inline-block;
      margin-right: 10px;
      content: '';
      border-bottom: solid 1px var(--button-go-back-color);
      border-left: solid 1px var(--button-go-back-color);
      background-color: transparent;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 10px;
      width: 10px; }
.btn.btn--skolon {
    background-color: var(--skolon);
    color: white; }
.btn.btn--skolon:hover {
      background-color: var(--skolon-hover); }
.btn.btn--grey {
    background-color: var(--button-grey-bg);
    color: white; }
.btn.btn--grey:hover {
      background-color: var(--button-grey-bg-hover); }
.btn.btn--black {
    background-color: #000000;
    color: white; }
.btn.btn--black:hover {
      background-color: rgba(0, 0, 0, 0.9); }
.btn.btn--wide {
    max-width: 25rem;
    width: 100%;
    text-align: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
@media (min-width: 992px) {
    .btn.btn--cta {
      font-size: 2.25rem; } }
.btn.btn--big {
    height: 50px;
    line-height: 30px;
    padding: 10px 40px;
    max-width: 100%; }
.btn.btn--small {
    padding: .25rem .5rem;
    font-size: .875rem; }
.btn.btn--pill {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
@media (min-width: 992px) {
    .btn {
      font-size: 1rem;
      padding: 0.75rem 1.25rem; } }
.form-item {
  position: relative;
  margin-bottom: 0.5rem; }
.form-item label {
    display: block;
    font-weight: 700; }
.form-item input[type="text"],
  .form-item input[type="password"],
  .form-item input[type="email"],
  .form-item input[type="number"],
  .form-item input[type="tel"],
  .form-item textarea,
  .form-item select {
    width: 100%;
    display: block;
    border: 1px solid var(--input-border);
    border-radius: 4px;
    margin: 0.25rem 0 0 0;
    padding: 0.25rem; }
.form-item input[type="text"]:required:not(:-moz-placeholder-shown):not(:focus):invalid, .form-item input[type="password"]:required:not(:-moz-placeholder-shown):not(:focus):invalid, .form-item input[type="email"]:required:not(:-moz-placeholder-shown):not(:focus):invalid, .form-item input[type="number"]:required:not(:-moz-placeholder-shown):not(:focus):invalid, .form-item input[type="tel"]:required:not(:-moz-placeholder-shown):not(:focus):invalid, .form-item textarea:required:not(:-moz-placeholder-shown):not(:focus):invalid, .form-item select:required:not(:-moz-placeholder-shown):not(:focus):invalid {
      border-color: var(--danger);
      background-color: var(--danger-faded); }
.form-item input[type="text"]:required:not(:-ms-input-placeholder):not(:focus):invalid, .form-item input[type="password"]:required:not(:-ms-input-placeholder):not(:focus):invalid, .form-item input[type="email"]:required:not(:-ms-input-placeholder):not(:focus):invalid, .form-item input[type="number"]:required:not(:-ms-input-placeholder):not(:focus):invalid, .form-item input[type="tel"]:required:not(:-ms-input-placeholder):not(:focus):invalid, .form-item textarea:required:not(:-ms-input-placeholder):not(:focus):invalid, .form-item select:required:not(:-ms-input-placeholder):not(:focus):invalid {
      border-color: var(--danger);
      background-color: var(--danger-faded); }
.form-item input[type="text"]:required:not(:placeholder-shown):not(:focus):invalid,
    .form-item input[type="password"]:required:not(:placeholder-shown):not(:focus):invalid,
    .form-item input[type="email"]:required:not(:placeholder-shown):not(:focus):invalid,
    .form-item input[type="number"]:required:not(:placeholder-shown):not(:focus):invalid,
    .form-item input[type="tel"]:required:not(:placeholder-shown):not(:focus):invalid,
    .form-item textarea:required:not(:placeholder-shown):not(:focus):invalid,
    .form-item select:required:not(:placeholder-shown):not(:focus):invalid {
      border-color: var(--danger);
      background-color: var(--danger-faded); }
.form-item input[type="text"]:-moz-read-only, .form-item input[type="password"]:-moz-read-only, .form-item input[type="email"]:-moz-read-only, .form-item input[type="number"]:-moz-read-only, .form-item input[type="tel"]:-moz-read-only, .form-item textarea:-moz-read-only, .form-item select:-moz-read-only {
      opacity: 0.75; }
.form-item input[type="text"]:read-only,
    .form-item input[type="password"]:read-only,
    .form-item input[type="email"]:read-only,
    .form-item input[type="number"]:read-only,
    .form-item input[type="tel"]:read-only,
    .form-item textarea:read-only,
    .form-item select:read-only {
      opacity: 0.75; }
.form-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 1.5rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAtCAYAAAAUX8MIAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAN/SURBVGhD7ZhNTxNRFIanpbWtNl2x4VeYBhbs2LJgYwILE2OMMUgwiiBNAMWmKCoRjZIoLF2YuIBojMGw5QcQ4q9gJ1Kr/aKt79u5g3zOnNsZME7mSW7uOWfOzDlv585wh1Cj0TD8TljNviYQ6RcCkX4hEOkXApF+QbzjCYVCzbm/vz9RKpWewLzYDBjGt3g8PrWyslJUvmewVrlcfglzyIwYS7FYbMyqJe5dR6QqOg932Izu8RbFx70UKqkl7V28XLu7u3kH52AeLkqGeYw5yneF17XEItvb25/ibt5W7hF4jDk9PT1xFWoJni+tpVxHxCJx4TvKPBHmpFKp2VaF8jyeL62lTEd03q7mm8ce5oyi0Zne3t6YGZLBfJ4HcxRDWkuEjsjvanaCxccjkUhOKpR5zIc5jiFtXtqPXGStVruKadv0HGGjmWg0Ou0klMeZBzODIRW4rfoRIRb5FdTr9Wt4bf9QIVvwzISROwEBUwMDA+dU+ACM8zjzmK/CtrA++2A/KuSIznJtrK6ufkGR67B3zJA9aLwN+feLxeLEYaH0Gedx5qmwEzuszz5gi/9voyOSUOhn/JI3YOfNkD0UgDENQZnBwcEoY5zpM64hMM+6rA9bLJDoiiT1rq6ujyh4E7/qTxVzIgIx2a2trbG+vr7znOkzbh62h3VYj3Xh1s2oHO29q0U2mw1vbm5eRvElHEuqsC2oVUHuJ8yXMB/7nB4GuYVwODyUTqc/5HK5AwLFvbcqkuC5asMW6wrMNxgXmkFv+YVxCx8A75eXl2tm6C/S3ltZrnuwMBuAOYLxuxn0Dl5v5CSBOrgSSZTQd/hVxzA8+QrhdXg9XtetQOJque4H+85IMpkcwvPzHK6bTXoJz3mmUCgsra+v76rYsUh7d30nLdgQG4M5iVFuBvXheZMSgTp4dictOjs7ox0dHXdhPpa+QQn6qGB6gD8vrzY2Nqpm1J4zv5MWbDCRSLyGQG64Rc2CKvN5nlSgDp6LJHhZVPDSmMcvPQvXadntMo/5PE/FPMXz5bof6wsDNbgBP7J9Q7yG+LNqtfpobW1N+zkW936aIon62p9BnXu4xt7KgV+H/yKfzz/ES6akwlpIez+V5bofCqAQmAsYVlecF9wI1OHURRIKwTM3BXPRjBiL9M9CIBEv1/+ZM7mT/5pApF8IRPqFQKRfCET6A8P4A5ZKwqTTB1e2AAAAAElFTkSuQmCC");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15%; }
.form-item__description {
    font-size: 0.8rem;
    color: var(--faded); }
.form-item__password-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 300;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0; }
.form-items-inline {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.form-items-inline .form-item {
    margin-right: 0.5rem;
    -ms-flex-item-align: end;
    align-self: flex-end; }
.form-fieldset {
  padding: 1em 0.75em 0.625em;
  margin-bottom: 1em;
  background-color: var(--bg-dark);
  border: 1px solid var(--border);
  border-left-width: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --inverted-bg: var(--body-color);
  --inverted-color: var(--bg-light); }
.form-fieldset legend {
    background-color: var(--inverted-bg);
    color: var(--inverted-color);
    padding: 0.25em 0.5em;
    font-weight: 700; }
.form-fieldset--success {
    border-color: var(--success); }
.form-fieldset--success legend {
      color: white;
      background-color: var(--success); }
.form-fieldset--info {
    border-color: var(--info); }
.form-fieldset--info legend {
      color: white;
      background-color: var(--info); }
.form-fieldset--warning {
    border-color: var(--warning); }
.form-fieldset--warning legend {
      color: white;
      background-color: var(--warning); }
.form-fieldset--danger {
    border-color: var(--danger); }
.form-fieldset--danger legend {
      color: white;
      background-color: var(--danger); }
.checkbox {
  @apply flex; }
.checkbox input[type=checkbox] {
    display: none; }
.checkbox input[type=checkbox] + label:before {
      cursor: pointer;
      content: '';
      width: 1.25rem;
      height: 1.25rem;
      display: inline-block;
      vertical-align: middle;
      margin-right: .5rem;
      background-color: #fff;
      border: 2px solid #d4d4d4;
      border-radius: 3px; }
.checkbox input[type=checkbox]:checked + label:before {
      background-color: #7eb135;
      border: 2px solid #7eb135; }
.checkbox input[type=checkbox] + label::after {
      position: absolute;
      top: 9px;
      left: 9px;
      display: block;
      width: 0px;
      height: 0px;
      overflow: hidden;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: '';
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
.checkbox input[type=checkbox]:checked + label::after {
      top: 4px;
      left: 2px;
      width: 16px;
      height: 8px; }
.checkbox a {
    text-decoration: underline;
    @apply font-nunito-extrabold; }
.checkbox label {
    font-family: 'Open Sans', sans-serif;
    @apply text-sm;
    position: relative;
    display: inline-block; }
.table {
  --table-primary-bg: #fafafa;
  --table-primary-color: black;
  --table-secondary-bg: #eeeeee;
  --table-secondary-color: black;
  --table-border-color: var(--border);
  width: 100%;
  border: 1px solid var(--table-border-color);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
.table tr {
    background-color: var(--table-primary-bg);
    color: var(--table-primary-color); }
.table th {
    text-align: left;
    padding: 0.5rem; }
.table td {
    padding: 0.25rem 0.5rem; }
.table--striped tbody tr:nth-child(odd) {
  background-color: var(--table-secondary-bg);
  color: var(--table-secondary-color); }
.table--border-ruled tr {
  border-bottom: 1px solid var(--table-border-color); }
.table--border-ruled tfoot {
  border-bottom-width: 0; }
.table--border-grid tr {
  border-bottom: 1px solid var(--table-border-color); }
.table--border-grid tfoot {
  border-bottom-width: 0; }
.table--border-grid td {
  border-right: 1px solid var(--table-border-color); }
.table--border-grid td:last-child {
    border-right-width: 0; }
.table--fixed {
  table-layout: fixed; }
.table--naked {
  border-width: 0; }
.aspect-ratio {
  position: relative; }
.aspect-ratio::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0; }
.aspect-ratio::after {
    content: "";
    display: table;
    clear: both; }
.aspect-ratio--1-1::before {
    padding-top: 100%; }
.aspect-ratio--1-2::before {
    padding-top: 200%; }
.aspect-ratio--2-1::before {
    padding-top: 50%; }
.aspect-ratio--4-3::before {
    padding-top: 75%; }
.aspect-ratio--3-4::before {
    padding-top: 133.33333%; }
.aspect-ratio--16-9::before {
    padding-top: 56.25%; }
.aspect-ratio--9-16::before {
    padding-top: 177.77778%; }
.aspect-ratio__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.alert {
  border: 1px solid var(--border);
  border-left-width: 5px;
  padding: 0.5rem 1rem;
  color: var(--alert-color);
  margin: 0.5rem 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
.alert--success {
    border-color: var(--success);
    background-color: var(--success-faded); }
.alert--info {
    border-color: var(--info);
    background-color: var(--info-faded); }
.alert--warning {
    border-color: var(--warning);
    background-color: var(--warning-faded); }
.alert--danger {
    border-color: var(--danger);
    background-color: var(--danger-faded); }
.editorial p {
  margin-top: 0;
  margin-bottom: 1rem; }
.editorial h1, .editorial h2, .editorial h3, .editorial h4, .editorial h5, .editorial h6 {
  line-height: 1.2;
  margin-bottom: 0.5rem; }
.editorial h1 {
  font-size: 2.5rem; }
.editorial h2 {
  font-size: 2rem; }
.editorial h3 {
  font-size: 1.75rem; }
.editorial h4 {
  font-size: 1.5rem; }
.editorial h5 {
  font-size: 1.25rem; }
.editorial h6 {
  font-size: 1rem; }
.editorial ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px; }
.editorial ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px; }
.editorial li {
  display: list-item; }
