/*! @copyright Flight Free UK 2026 */
/*! 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.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* 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.
 */

/**
 * 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 {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* 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,
select {
  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.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 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 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+.
 */

/**
 * 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,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * 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;
}

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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

/**
 * 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;
}

input::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

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,
select {
  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.
 */


code {
  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,
iframe {
  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 {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 420px) {
  .container {
    max-width: 420px;
  }
}

@media (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.bg-orange {
  --bg-opacity: 1;
  background-color: #f7b38a;
  background-color: rgba(247, 179, 138, var(--bg-opacity));
}

.bg-blue-dark {
  --bg-opacity: 1;
  background-color: #1f4d7b;
  background-color: rgba(31, 77, 123, var(--bg-opacity));
}

.bg-blue {
  --bg-opacity: 1;
  background-color: #357cb6;
  background-color: rgba(53, 124, 182, var(--bg-opacity));
}

.bg-blue-dark-translucent {
  background-color: rgba(31,77,123,0.8);
}

.bg-whiteveil {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-gray-light {
  --bg-opacity: 1;
  background-color: #f9f9f9;
  background-color: rgba(249, 249, 249, var(--bg-opacity));
}

.hover\:bg-orange:hover {
  --bg-opacity: 1;
  background-color: #f7b38a;
  background-color: rgba(247, 179, 138, var(--bg-opacity));
}

.hover\:bg-blue-dark:hover {
  --bg-opacity: 1;
  background-color: #1f4d7b;
  background-color: rgba(31, 77, 123, var(--bg-opacity));
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-center-bottom {
  background-position: center bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-gray-200 {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-orange {
  --border-opacity: 1;
  border-color: #f7b38a;
  border-color: rgba(247, 179, 138, var(--border-opacity));
}

.border-blue-dark {
  --border-opacity: 1;
  border-color: #1f4d7b;
  border-color: rgba(31, 77, 123, var(--border-opacity));
}

.border-gray-light {
  --border-opacity: 1;
  border-color: #f9f9f9;
  border-color: rgba(249, 249, 249, var(--border-opacity));
}

.border-gray-mid {
  --border-opacity: 1;
  border-color: #e7e7e7;
  border-color: rgba(231, 231, 231, var(--border-opacity));
}

.hover\:border-orange:hover {
  --border-opacity: 1;
  border-color: #f7b38a;
  border-color: rgba(247, 179, 138, var(--border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.hidden {
  display: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-stretch {
  align-items: stretch;
}

.self-end {
  align-self: flex-end;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-self-center {
  justify-self: center;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-full {
  flex: 1 0 100%;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.font-body {
  font-family: Kollektif, sans-serif;
}

.font-bold {
  font-weight: 700;
}

.h-0 {
  height: 0;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-104 {
  height: 104px;
}

.h-140 {
  height: 140px;
}

.h-200 {
  height: 200px;
}

.h-288 {
  height: 288px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.min-h-3 {
  min-height: 3rem;
}

.object-cover {
  object-fit: cover;
}

.opacity-0 {
  opacity: 0;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-1\/4 {
  left: 25%;
}

.left-1\/3 {
  left: 33.33333%;
}

.left-1\/2 {
  left: 50%;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

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

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

.text-orange {
  --text-opacity: 1;
  color: #f7b38a;
  color: rgba(247, 179, 138, var(--text-opacity));
}

.text-blue-dark {
  --text-opacity: 1;
  color: #1f4d7b;
  color: rgba(31, 77, 123, var(--text-opacity));
}

.text-blue {
  --text-opacity: 1;
  color: #357cb6;
  color: rgba(53, 124, 182, var(--text-opacity));
}

.text-text-default {
  --text-opacity: 1;
  color: #363636;
  color: rgba(54, 54, 54, var(--text-opacity));
}

.text-text-gray-light {
  --text-opacity: 1;
  color: #99adc1;
  color: rgba(153, 173, 193, var(--text-opacity));
}

.text-gray-light {
  --text-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--text-opacity));
}

.hover\:text-orange:hover {
  --text-opacity: 1;
  color: #f7b38a;
  color: rgba(247, 179, 138, var(--text-opacity));
}

.hover\:text-blue-dark:hover {
  --text-opacity: 1;
  color: #1f4d7b;
  color: rgba(31, 77, 123, var(--text-opacity));
}

.hover\:text-blue:hover {
  --text-opacity: 1;
  color: #357cb6;
  color: rgba(53, 124, 182, var(--text-opacity));
}

.hover\:text-gray-light:hover {
  --text-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.tracking-normal {
  letter-spacing: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.w-0 {
  width: 0;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 20px;
}

.w-140 {
  width: 140px;
}

.w-200 {
  width: 200px;
}

.w-220 {
  width: 220px;
}

.w-288 {
  width: 288px;
}

.w-320 {
  width: 320px;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-131 {
  grid-template-columns: 1fr 3fr 1fr;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.underline-orange {
  text-decoration-color: #f7b38a;
  text-decoration-thickness: 11%;
}

.underline-blue {
  text-decoration-color: #357cb6;
  text-decoration-thickness: 11%;
}

@font-face {
  font-family: "Kollektif";

  src: url("/fonts/Kollektif.woff2") format("woff2"), url("/fonts/Kollektif.woff") format("woff");

  font-display: swap;
}

@font-face {
  font-family: "KollektifBold";

  src: url("/fonts/Kollektif-Bold.woff2") format("woff2"), url("/fonts/Kollektif-Bold.woff") format("woff");

  font-display: swap;
}

html {
  font-family: "Kollektif", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    letter-spacing: 0.5px;
  }
}

h1,
h2,
strong,
b,
.font-bold {
  font-family: "KollektifBold", sans-serif;
  font-weight: 400 !important;
}

/* Don't restrict width for to the xs and sm breakpoints */

@media (max-width: 640px) {
  .container {
    max-width: 100%;
  }
}

/* Make sure SVGs scale appropriately */

svg {
  max-width: 100%;
  height: auto;
}

/*
 * SVG buttons in lists
 */

.ff-bullets li svg {
  width: 20px;
  height: auto;
}

/*
 * Mobile navigation
 */

#main-header #menu-toggle {
  background-image: url(/svg/menu_icon.svg);
}

#main-header.menu-active {
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: #204f7f;
}

#main-header.menu-active #menu-toggle {
  background-image: url(/svg/menu_close_icon.svg);
}

#main-header.menu-active nav,
#main-header.menu-active .social-links {
  display: flex;
}

#main-header.menu-active .social-links {
  width: 100%;
  margin-top: 2rem;
  justify-content: center;
}

#main-header .logo svg {
  width: 200px;
  height: auto;
}

@media (min-width: 768px) {
  #main-header .logo svg {
    width: 260px;
  }
}

#main-header a.svg:hover path {
  fill: #f7b38a;
}

/*
 * Homepage
 */

.section--introduction--text svg {
  width: auto;
  height: 65px;
  transform: rotate(10deg);
}

@media (min-width: 768px) {
  .section--introduction--text svg {
    height: 130px;
    transform: none;
  }
}

/*
 * Homepage 'How' section
 */

.section--how--card>* {
  max-width: 256px
}

@media (min-width: 420px) {
  .section--how--card>* {
    max-width: 284px
  }
}

@media (min-width: 768px) {
  .section--how--card>* {
    max-width: 190px
  }
}

@media (min-width: 1024px) {
  .section--how--card>* {
    max-width: 284px
  }
}

.pin {
  position: absolute;
  top: -2rem;
  left: 50%;
  margin-left: -14px;
}

@media (min-width: 768px) {
  .section--why li svg {
    width: 32px;
  }
}

/*
 * Homepage 'Mythbuster / Fact or Fiction' section
 */

/*
 * Homepage videos 
 */

/*
 * Popups
 */

.modal.is-open {
  display: block;
}

/*
 * FAQs page
 */

.faq-question h3 {
  background-size: 2rem;
  min-height: 2rem;
  background-image: url(/svg/faqs_plus.svg);
}

.faq-question.expanded h3 {
  background-image: url(/svg/faqs_minus.svg);
}

.faq-question.expanded .answer {
  display: block;
}

.faq-question a {
  text-decoration: underline;
  text-decoration-color: #f7b38a;
  text-decoration-thickness: 11%;
}

.faq-question a:hover,
.faq-question a:focus {
  --text-opacity: 1;
  color: #f7b38a;
  color: rgba(247, 179, 138, var(--text-opacity));
}

@media (min-width: 1280px) {
  .faq-question {
    background-size: auto;
  }

  .faq-question p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

/*
 * Blog: How-tos and Articles
 */

.blog-post-body a {
  text-decoration: underline;
  text-decoration-color: #f7b38a;
  text-decoration-thickness: 11%;
}

.blog-post-body a:hover {
  --text-opacity: 1;
  color: #f7b38a;
  color: rgba(247, 179, 138, var(--text-opacity));
}

.blog-post-body ul {
  list-style-type: disc;
}

.blog-post-body ol {
  list-style-type: decimal;
}

.blog-post-body h1,
.blog-post-body h2,
.blog-post-body h3,
.blog-post-body h4,
.blog-post-body h5,
.blog-post-body h6,
.blog-post-body p,
.blog-post-body ul,
.blog-post-body ol,
.blog-post-body figcaption,
.blog-post-body blockquote,
blockquote {
  line-height: 1.25;
}

.blog-post-body blockquote p,
blockquote p {
  font-style: italic;
}

.blog-post-body figcaption {
  font-family: "KollektifBold", sans-serif;
  text-align: center;
}

/* text size */

.blog-post-body h1 {
  font-size: 1.5rem;
}

.blog-post-body h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.blog-post-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.blog-post-body h4,
.blog-post-body h5,
.blog-post-body h6,
.blog-post-body p,
.blog-post-body ul,
.blog-post-body ol,
.blog-post-body figcaption {
  font-size: 1.25rem;
}

.blog-post-body blockquote p,
blockquote p {
  font-size: 1.5rem;
}

@media (min-width: 420px) {
  .blog-post-body h1 {
    font-size: 1.5rem;
  }

  .blog-post-body h2 {
    font-size: 1.25rem;
  }

  .blog-post-body h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .blog-post-body h1 {
    font-size: 36px;
  }

  .blog-post-body h2 {
    font-size: 32px;
  }

  .blog-post-body h3 {
    font-size: 32px;
    font-weight: 400;
  }

  .blog-post-body h4 {
    font-size: 28px;
    font-family: "KollektifBold", sans-serif;
    font-weight: 400;
  }

  .blog-post-body h5 {
    font-size: 28px;
    font-weight: 400;
  }

  .blog-post-body h6 {
    font-size: 24px;
    font-family: "KollektifBold", sans-serif;
    font-weight: 400;
  }

  .blog-post-body p,
    .blog-post-body ul,
    .blog-post-body ol,
    .blog-post-body figcaption {
    font-size: 20px;
  }

  .blog-post-body blockquote p,
    blockquote p {
    font-size: 32px;
  }
}

/* margin and padding */

.blog-post-body h1,
.blog-post-body h2,
.blog-post-body h3,
.blog-post-body h4,
.blog-post-body h5,
.blog-post-body h6,
.blog-post-body p,
.blog-post-body ul,
.blog-post-body ol {
  padding-bottom: 1.5rem;
}

.blog-post-body figure figcaption {
  padding-top: 0.5rem;
}

.blog-post-body ul,
.blog-post-body ol {
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .blog-post-body h1,
    .blog-post-body h2,
    .blog-post-body h3,
    .blog-post-body h4,
    .blog-post-body h5,
    .blog-post-body h6,
    .blog-post-body p,
    .blog-post-body ul,
    .blog-post-body ol {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .blog-post-body blockquote p {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-body div.twitter-tweet {
    margin-left: 12rem;
    margin-right: 12rem;
    padding-left: 0;
    padding-right: 4rem;
  }

  .blog-post-body li {
    margin-left: 3rem;
  }

  .blog-post-body li p {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-body blockquote,
    blockquote {
    padding-left: 6rem;
    background: url('/images/blog_post_quote_mark.png') no-repeat;
  }
}

@media (min-width: 1280px) {
  .blog-post-body h1,
    .blog-post-body h2,
    .blog-post-body h3,
    .blog-post-body h4,
    .blog-post-body h5,
    .blog-post-body h6,
    .blog-post-body p,
    .blog-post-body ul,
    .blog-post-body ol,
    .blog-post-body figcaption,
    .blog-post-body iframe {
    padding-bottom: 2rem;
  }
}

.blog-post-body figure img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-body iframe {
  max-width: 100%;
  width: 100%;
  padding-bottom: 1.5rem;
  height: auto;
}

@media (min-width: 360px) {
  .blog-post-body iframe {
    height: 16rem;
  }
}

@media (min-width: 500px) {
  .blog-post-body iframe {
    height: 16rem;
  }
}

@media (min-width: 640px) {
  .blog-post-body iframe {
    height: 24rem;
  }
}

@media (min-width: 768px) {
  .blog-post-body iframe {
    height: 32rem;
  }
}

/* H5 and H6 */

.blog-post-body h5,
.blog-post-body h6 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
  padding-bottom: 1.5rem;
}

.blog-post-body h6 {
  font-family: "KollektifBold", sans-serif;
}

@media (min-width: 768px) {
  .blog-post-body h5,
    .blog-post-body h6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px) {
  .blog-post-body h5,
    .blog-post-body h6 {
    padding-bottom: 2rem;
  }

  .blog-post-body h5 {
    font-size: 28px;
  }

  .blog-post-body h6 {
    font-size: 24px;
  }
}

@media (min-width: 420px) {

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xs\:col-start-2 {
    grid-column-start: 2;
  }

  .xs\:col-start-3 {
    grid-column-start: 3;
  }

  .xs\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (min-width: 540px) {

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-4xl {
    border-radius: 2rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }
}

@media (min-width: 768px) {

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-200 {
    height: 200px;
  }

  .md\:h-230 {
    height: 230px;
  }

  .md\:h-420 {
    height: 420px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:left-1\/3 {
    left: 33.33333%;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-17 {
    width: 17rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-200 {
    width: 200px;
  }

  .md\:w-230 {
    width: 230px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:grid-rows-mincontent {
    grid-template-rows: min-content;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }
}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-140 {
    height: 140px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:w-640 {
    width: 640px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-220 {
    height: 220px;
  }

  .xl\:h-440 {
    height: 440px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-subtitle {
    font-size: 1.75rem;
  }

  .xl\:text-title {
    font-size: 3rem;
  }

  .xl\:text-homepage {
    font-size: 4.5rem;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:static {
    position: static;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:w-20 {
    width: 20px;
  }

  .xl\:w-220 {
    width: 220px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }
}

@media (min-width: 1440px) {

  .xxl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xxl\:pr-8 {
    padding-right: 2rem;
  }
}

/*# sourceMappingURL=main.css.map*/