/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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: ui-sans-serif, 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 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 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: currentColor; /* 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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  border-color: currentColor;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.top-0 {
  top: 0px;
}

.top-16 {
  top: 4rem;
}

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

.-top-74 {
  top: -18.5rem;
}

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

.right-0 {
  right: 0px;
}

.right-4 {
  right: 0.9rem;
}

.right-8 {
  right: 1.8rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-22 {
  bottom: 5.5rem;
}

.bottom-26 {
  bottom: 6.5rem;
}

.left-0 {
  left: 0px;
}

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

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

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

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

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

.z-top {
  z-index: 800;
}

.order-first {
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

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

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

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

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

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

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.-mx-3\.20 {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

.mt-18 {
  margin-top: 4.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-26 {
  margin-top: 6.5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-38 {
  margin-top: 9.5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-auto {
  margin-top: auto;
}

.-mt-26 {
  margin-top: -6.5rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-24 {
  margin-right: 6rem;
}

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

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mb-18 {
  margin-bottom: 4.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-22 {
  margin-bottom: 5.5rem;
}

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

.mb-28 {
  margin-bottom: 7rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-38 {
  margin-bottom: 9.5rem;
}

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

.mb-46 {
  margin-bottom: 11.5rem;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

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

.ml-10 {
  margin-left: 2.5rem;
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:mt-22:first-child {
  margin-top: 5.5rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-22 {
  height: 5.5rem;
}

.h-50 {
  height: 12.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-teaserimage {
  height: 45vw;
}

.min-h-full {
  min-height: 100%;
}

.w-4 {
  width: 1rem;
}

.w-8 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.w-50 {
  width: 12.5rem;
}

.w-52 {
  width: 13rem;
}

.w-72 {
  width: 18rem;
}

.w-100 {
  width: 25rem;
}

.w-auto {
  width: auto;
}

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

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

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

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

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

.w-1\/6 {
  width: 16.666667%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-full {
  max-width: 100%;
}

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

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.table-fixed {
  table-layout: fixed;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-x-12 {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.gap-x-24 {
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-button {
  border-radius: 1.8rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(46, 46, 46, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgba(0, 75, 142, var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 46, 46, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-aqua {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 232, 216, var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 75, 142, var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-state-green {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 220, 74, var(--tw-bg-opacity));
}

.bg-state-red {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 74, 77, var(--tw-bg-opacity));
}

.bg-state-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 166, 0, var(--tw-bg-opacity));
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.fill-current {
  fill: currentColor;
}

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

.p-8 {
  padding: 2rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

.px-3\.20 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

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

.pt-14 {
  padding-top: 3.5rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-26 {
  padding-top: 6.5rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-68 {
  padding-top: 17rem;
}

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

.pb-18 {
  padding-bottom: 4.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-22 {
  padding-bottom: 5.5rem;
}

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

.pb-26 {
  padding-bottom: 6.5rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

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

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

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

.text-tiny {
  font-size: 1.1rem;
}

.text-small {
  font-size: 1.4rem;
}

.text-xxxs {
  font-size: 1.6rem;
}

.text-xxs {
  font-size: 1.8rem;
}

.text-xs {
  font-size: 2rem;
}

.text-s {
  font-size: 2.4rem;
}

.text-m {
  font-size: 3rem;
}

.text-l {
  font-size: 5.6rem;
}

.text-xxl {
  font-size: 8.8rem;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

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

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

.leading-negative {
  line-height: 0.8em;
}

.leading-xxs {
  line-height: 1.03em;
}

.leading-xs {
  line-height: 1.29em;
}

.leading-l {
  line-height: 1.5em;
}

.leading-xl {
  line-height: 1.72em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(46, 46, 46, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgba(124, 131, 136, var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgba(0, 75, 142, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

[data-accordion] [data-accordion-trigger] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms
  }

[data-accordion] [data-accordion-trigger] .chevron {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms
    }

[data-accordion] [data-accordion-trigger] .chevron svg path {
        fill: currentColor;
      }

[data-accordion] [data-accordion-content] {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows .5s;
    transition: grid-template-rows .5s;
    transition: grid-template-rows .5s, -ms-grid-rows .5s
  }

[data-accordion] [data-accordion-content] > div {
      overflow: hidden
    }

[data-accordion] [data-accordion-content] > div > div:first-child {
        margin-top: 1.5rem;
      }

[data-accordion].is-open > div {
      grid-template-rows: 1fr;
    }

[data-accordion].is-open [data-accordion-trigger] .chevron {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
              transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-rotate: 180deg;
    }

.button, input[type="submit"], input[type="button"] {
  border-radius: 1.8rem;
  border-width: 2px;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1.5rem;
}

.button,
input[type="submit"],
input[type="button"] {
  line-height: 1.45em;
}

@media (min-width: 768px) {

.button,
input[type="submit"],
input[type="button"] {
    padding-left: 2rem;

    padding-right: 2rem;

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;
}
  }

.button:last-of-type, .button:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 1024px) {

.button:last-of-type,
.button:last-child {
    margin-right: 0px;
}
  }

.button--primary {
  font-weight: 400;
  font-size: 1.5rem
}

.button--primary .button__icon svg {
    width: 13px;
    height: 8px
  }

@media (min-width: 768px) {

.button--primary .button__icon svg {
      width: 25px;

      height: 15px
  }
    }

@media (min-width: 768px) {

.button--primary {
    font-size: 2.4rem;

    font-weight: 700
}
  }

.button--secondary {
  font-size: 1.8rem;
  font-weight: 300
}

.button--secondary .button__icon svg {
    width: 16px;
    height: 9px
  }

@media (min-width: 1024px) {

.button--secondary .button__icon svg {
      width: auto;

      height: auto
  }
    }

.button--small {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.8rem
}

@media (min-width: 768px) {

.button--small {
    padding-left: 1.25rem;

    padding-right: 1.25rem;

    font-weight: 300
}
  }

@media (min-width: 1024px) {

.button--small {
    padding-left: 2rem;

    padding-right: 2rem;

    font-size: 1.8rem
}
  }

.button--small .button__text {
    margin-right: 3rem
  }

@media (min-width: 1024px) {

.button--small .button__text {
      margin-right: 6rem
  }
    }

.button--small .button__icon svg {
    width: 16px;
    height: 9px;
  }

.button--simple .button__text {
    margin-right: 0px;
  }

.button--simple .button__icon {
    display: none;
  }

.button--white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--blue {
  --tw-border-opacity: 1;
  border-color: rgba(0, 75, 142, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 75, 142, var(--tw-text-opacity));
}

.button.button--dropdown {
  border-radius: 1.8rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 75, 142, var(--tw-bg-opacity)) !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important
}

.text-image.button.button--dropdown .text-image__content .rich-text h2, .text-image.button.button--dropdown .text-image__content .rich-text h3, .text-image.button.button--dropdown .text-image__content .rich-text h4, .text-image.button.button--dropdown .text-image__content .rich-text h5, .text-image.button.button--dropdown .text-image__content .rich-text strong {
      font-weight: 600 !important;
      --tw-text-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

.button.button--dropdown select {
    width: 100% !important;
    border-radius: 1.8rem !important;
    border-width: 2px !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 12.5rem !important;
    padding-left: 1.5rem !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    background-image: url('../assets/images/arrow--down.svg');
    background-color: #004B8E !important;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right 13px center;
  }

.button.button--dropdown-white {
  --tw-border-opacity: 1;
  border-color: rgba(0, 75, 142, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 75, 142, var(--tw-text-opacity))
}

.button.button--dropdown-white select {
    text-overflow: ellipsis;
    padding-right: 4.5rem !important;
    background-color: #fff !important;
    background-image: url('../assets/images/arrow--down--blue.svg') !important
  }

@media (min-width: 1024px) {

.button.button--dropdown-white select {
      width: 25rem !important
  }
    }

.card {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 100%;
}

.card__inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.card__front {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card__back {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 75, 142, var(--tw-bg-opacity))
}

.text-image.card__toggle .text-image__content .rich-text h2, .text-image.card__toggle .text-image__content .rich-text h3, .text-image.card__toggle .text-image__content .rich-text h4, .text-image.card__toggle .text-image__content .rich-text h5, .text-image.card__toggle .text-image__content .rich-text strong {
      font-weight: 600 !important;
      --tw-text-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

.card__toggle {
  top: 17px;
  right: 19px;
  width: 3.3rem;
  height: 3.3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: auto;
}

.card__toggle img {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s
  }

@media (min-width: 1024px) {

.card__toggle img {
      width: 13px;

      height: 13px
  }
    }

@media (min-width: 1024px) {

.card__toggle {
    height: 4rem;

    width: 4rem;
}
  }

.card--is-flipped .card__inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }

.card--is-flipped .card__toggle {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 232, 216, var(--tw-bg-opacity))
  }

.card--is-flipped .card__toggle img {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
    }

.circle {
  width: 9.6rem;
  height: 9.6rem;
  font-size: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  font-weight: 300
}

@media (min-width: 1024px) {

.circle {
    font-size: 5.6rem;

    width: 12.6rem;

    height: 12.6rem
}
  }

@media (min-width: 1920px) {

.circle {
    width: 14.6rem;

    height: 14.6rem
}
  }

.circle {
  /* 
  & .event__day {
    font-size: 5.2rem;
    line-height: 0.8em;
    @apply w-full text-center;
    @screen md {
      font-size: 5.6rem;
    }
    @screen lg {
      font-size: 8rem;
    }
  }

  & .event__month {
    font-size: 2rem;
    @apply leading-none font-medium;
  } */
}

.collaborator__bg {
  height: 38.3rem
}

@media (min-width: 768px) {

.collaborator__bg {
    height: 100%
}
  }

.cc-window {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  font-size: 1.6rem;
  -webkit-box-shadow: 0px 4px 13px 5px rgba(0,0,0,0.09);
          box-shadow: 0px 4px 13px 5px rgba(0,0,0,0.09);
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
          transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0)
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0)
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 9999
}

.cc-window.cc-static {
  position: static
}

.cc-window.cc-floating {
  padding: 3rem;
  max-width: 36rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

.cc-revoke {
  padding: .5em
}

.cc-revoke:hover {
  text-decoration: underline
}

.cc-header {
  font-size: 1.6rem;
  font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer
}

.cc-link {
  display: inline-block;
  padding: 0 .2em;
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgba(0, 75, 142, var(--tw-text-opacity));
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  border-radius: 1.8rem;
  text-align: center;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgba(0, 75, 142, var(--tw-text-opacity));
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(124, 131, 136, var(--tw-text-opacity));
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset
}

.cc-top {
  top: 1em
}

.cc-left {
  left: 1em
}

.cc-right {
  right: 1em
}

.cc-bottom {
  bottom: 1em
}

.cc-floating>.cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 2rem;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1
}

.cc-btn+.cc-btn {
  margin-left: .5em
}

@media print {
  .cc-revoke,
	.cc-window {
    display: none
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal
  }
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0
  }

  .cc-window.cc-bottom {
    bottom: 0
  }

  .cc-window.cc-banner,
	.cc-window.cc-floating,
	.cc-window.cc-left,
	.cc-window.cc-right {
    left: 0;
    right: 0
  }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
  }

  .cc-window.cc-floating {
    max-width: none
  }

  .cc-window .cc-message {
    margin-bottom: 1em
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block
}

/* custom theme */

.cc-revoke { display: none;
}

/* .cc-banner {
  background: theme('colors.black');
  color: theme('colors.white');
}

.cc-btn.cc-allow {
  background: theme('colors.red');
  color: theme('colors.white');
  border-color: theme('colors.red');

  &:hover,
  &:focus {
    color: theme('colors.red');
    background: theme('colors.white');
    border-color: theme('colors.white');
  }
} */

.content__column:empty {
  display: none
}

@media (min-width: 1024px) {

.content__column:empty {
    display: block
}
  }

/* Label */

.gfield_label, .gform-notice {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
  color: currentColor;
}

.gfield-subfield .gfield_label {
  margin-right: 1.25rem !important;
  font-weight: 600 !important;
}

/* Fields */

.gfield {
  margin-bottom: 2.5rem;
}

/* ginput_container */

.ginput_container {
  margin-top: 1rem;
}

.gfield input[type="text"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="tel"], .gfield textarea {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(212, 219, 234, var(--tw-bg-opacity));
    padding: 1rem;
  }

.gfield select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(212, 219, 234, var(--tw-bg-opacity));
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgba(46, 46, 46, var(--tw-text-opacity));
    background-image: url('../assets/images/icon-chevron--down.svg');
    background-repeat: no-repeat;
    background-position: top 2rem right 2rem;
  }

.gfield textarea {
    height: 12rem;
  }

/* checkbox, consent, radio */

.gfield--radio li {
    margin-bottom: 0.75rem
  }

.gfield--radio li:last-child {
      margin-bottom: 0px !important;
    }

.gfield--radio input {
    display: none
  }

.gfield--radio input + label {
      display: block;
      position: relative;
      padding-left: 4rem;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.5em;
      color: currentColor
    }

.gfield--radio input + label:before {
        content: "";
        position: absolute;
        left: 0px;
        display: block;
        cursor: pointer;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(0, 75, 142, var(--tw-bg-opacity));
        opacity: 0.2;
      }

.gfield--radio input + label {
          .text-image&:before .text-image__content .rich-text h2, .text-image&:before .text-image__content .rich-text h3, .text-image&:before .text-image__content .rich-text h4, .text-image&:before .text-image__content .rich-text h5, .text-image&:before .text-image__content .rich-text strong {
            font-weight: 600 !important;
            --tw-text-opacity: 1 !important;
            color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
          }
    }

.gfield--radio input + label:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 2.4rem;
        height: 2.4rem;
      }

.gfield--radio input + label:after {
      content: "";
      position: absolute;
      display: block;
      cursor: pointer;
      border-radius: 9999px;
      background-color: currentColor;
      width: 1.6rem;
      height: 1.6rem;
      left: 4px;
      top: 50%;
      margin-top: -8px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all .15s;
      transition: all .15s;
    }

.gfield--radio input:checked + label:after {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

.gfield--radio input:checked + label:before {
      border-color: currentColor;
    }

.gfield--checkbox li, .gfield--consent li {
    margin-bottom: 0.75rem
  }

.gfield--checkbox li:last-child, .gfield--consent li:last-child {
      margin-bottom: 0px !important;
    }

.gfield--checkbox input, .gfield--consent input {
    display: none
  }

.gfield--checkbox input + label, .gfield--consent input + label {
      display: block;
      position: relative;
      padding-left: 4rem;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.5em;
      color: currentColor
    }

.gfield--checkbox input + label:before, .gfield--consent input + label:before {
        content: "";
        position: absolute;
        left: 0px;
        display: block;
        cursor: pointer;
        --tw-bg-opacity: 1;
        background-color: rgba(0, 75, 142, var(--tw-bg-opacity));
        opacity: 0.2;
      }

.gfield--checkbox input + label, .gfield--consent input + label {
          .text-image&:before .text-image__content .rich-text h2, .text-image&:before .text-image__content .rich-text h3, .text-image&:before .text-image__content .rich-text h4, .text-image&:before .text-image__content .rich-text h5, .text-image&:before .text-image__content .rich-text strong {
            font-weight: 600 !important;
            --tw-text-opacity: 1 !important;
            color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
          }
    }

.gfield--checkbox input + label:before, .gfield--consent input + label:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 2.4rem;
        height: 2.4rem;
      }

.gfield--checkbox input + label:after, .gfield--consent input + label:after {
      content: "";
      position: absolute;
      display: block;
      cursor: pointer;
      width: 1.6rem;
      height: 1.5rem;
      left: 4px;
      top: 50%;
      margin-top: -7px;
      background-image: url('../assets/images/checkmark.svg');
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all .15s;
      transition: all .15s;
    }

.gfield--checkbox input:checked + label:after, .gfield--consent input:checked + label:after {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

.gfield--checkbox input:checked + label:before, .gfield--consent input:checked + label:before {
      --tw-border-opacity: 1;
      border-color: rgba(0, 75, 142, var(--tw-border-opacity));
    }

/* Submit button */

.gform_button {
  border-color: currentColor;
  font-size: 2.4rem;
  font-weight: 700;
  color: currentColor;
  background-image: url('../assets/images/arrow--blue.svg');
  background-repeat: no-repeat;
  background-position: right 10% top 50%;
  background-size: 26px auto;
  padding-right: 13.5rem !important;
}

/* errors and validation */

.gform_submission_error {
  margin-bottom: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 127, 116, var(--tw-bg-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gfield_validation_message {
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgba(255, 127, 116, var(--tw-text-opacity));
}

.hidden_label > .gfield_label {
  display: none;
}

/* New gform styles */

.gform_wrapper .gfield--hidden, .gform_wrapper .hidden_label .gfield_label {
    display: none;
  }

.gform_wrapper .gfield--input-type-datepicker .screen-reader-text {
      display: none;
    }

.gform_wrapper .gform_fields {
    display: grid;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 0px;
  }

@media (min-width: 768px) {
    .gform_wrapper .gform_fields {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield {
      grid-column: span 12 / span 12;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-full {
      grid-column: span 12 / span 12;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-eleven-twelfths {
      grid-column: span 11 / span 11;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-five-sixths {
      grid-column: span 10 / span 10;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-three-quarter {
      grid-column: span 9 / span 9;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-two-thirds {
      grid-column: span 8 / span 8;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-seven-twelfths {
      grid-column: span 7 / span 7;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-half {
      grid-column: span 6 / span 6;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-five-twelfths {
      grid-column: span 5 / span 5;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-third {
      grid-column: span 4 / span 4;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-quarter {
      grid-column: span 3 / span 3;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-one-sixth {
      grid-column: span 2 / span 2;
    }
  }

@media (min-width: 768px) {
    .gform_wrapper .gfield--width-one-twelfth {
      grid-column: span 1 / span 1;
    }
  }

.gform_wrapper .gfield_required_asterisk {
    margin-left: 0.25rem;
  }

.ginput_complex.ginput_container--name, .ginput_complex.ginput_container_email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }

.ginput_complex .gform-grid-col--size-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

.gfield--type-address .ginput_complex {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.5rem;
  }

.gfield--type-address .ginput_full {
    grid-column: span 6 / span 6;
  }

.gfield--type-address .address_city, .gfield--type-address .address_state {
    grid-column: span 3 / span 3;
  }

.gfield--type-address .address_zip {
    grid-column: span 2 / span 2;
  }

.gfield--type-address .address_country {
    grid-column: span 4 / span 4;
  }

.gform_required_legend {
  display: none;
}

.hbr {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.hbr .hbr__i {
    width: 4.8rem;
    height: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

.hbr .hbr__d {
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 75, 142, var(--tw-bg-opacity));
  }

.hbr {
      .text-image& .hbr__d .text-image__content .rich-text h2, .text-image& .hbr__d .text-image__content .rich-text h3, .text-image& .hbr__d .text-image__content .rich-text h4, .text-image& .hbr__d .text-image__content .rich-text h5, .text-image& .hbr__d .text-image__content .rich-text strong {
        font-weight: 600 !important;
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
      }
}

.hbr .hbr__d {
    display: block;
    border-radius: 4px;
    width: 4.8rem;
    height: 0.8rem;
    opacity: 1;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0) translateY(0) translateX(0);
            transform: rotate(0) translateY(0) translateX(0);
  }

.hbr .hbr__d:first-child,
  .hbr .hbr__d:last-child {
    content: "";
    display: block;
  }

.hbr .hbr__d:first-child {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px);
  }

.hbr .hbr__d:nth-child(2){
    display: block;
  }

.hbr .hbr__d:last-child {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }

.hbr,
.hbr__i,
.hbr__d {
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.is-menu-active .hbr .hbr__i {
    width: 4rem;
    height: 4rem;
  }

.is-menu-active .hbr .hbr__d:first-child {
    -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
            transform: rotate(-45deg) translateY(0) translateX(0);
  }

.is-menu-active .hbr .hbr__d:nth-child(2) {
    opacity: 0;
  }

.is-menu-active .hbr .hbr__d:last-child {
    -webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
            transform: rotate(45deg) translateY(0em) translateX(0em);
  }

.site-header--front.is-collapsed .hbr .hbr__d {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 75, 142, var(--tw-bg-opacity));
  }

.site-header--front {
      .text-image&.is-collapsed .hbr .hbr__d .text-image__content .rich-text h2, .text-image&.is-collapsed .hbr .hbr__d .text-image__content .rich-text h3, .text-image&.is-collapsed .hbr .hbr__d .text-image__content .rich-text h4, .text-image&.is-collapsed .hbr .hbr__d .text-image__content .rich-text h5, .text-image&.is-collapsed .hbr .hbr__d .text-image__content .rich-text strong {
        font-weight: 600 !important;
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
      }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
  .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
  .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
  .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 100px);
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-container {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-container {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-container {
  opacity: 0;
}

.mfp-arrow::before {
  display: none !important;
}

.link {
  width: 3.3rem;
  height: 3.3rem;
}

.link__icon {
  width: 1.6rem;
  height: auto;
}

.link--grey {
  --tw-border-opacity: 1;
  border-color: rgba(124, 131, 136, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(124, 131, 136, var(--tw-text-opacity));
}

.link--white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.media-item__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.media-item__poster {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s
}

.media-item__poster.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

.media-item__toggle {
  position: absolute;
  z-index: 2;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 27px;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s
}

@media (min-width: 768px) {

.media-item__toggle {
    width: 61px;

    height: 53px
}
  }

@media (min-width: 1024px) {

.media-item__toggle {
    width: 86px;

    height: 53px
}
  }

.media-item__toggle svg {
    width: 27px;
    height: 24px
  }

.media-item__toggle svg g {
      fill: #fff;
    }

@media (min-width: 768px) {

.media-item__toggle svg {
      width: 61px;

      height: 53px
  }
    }

@media (min-width: 1024px) {

.media-item__toggle svg {
      width: 86px;

      height: 53px
  }
    }

.media-item__toggle.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

@media (min-width: 1400px) {

.menu--main,
.menu--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end
}
  }

@media (min-width: 1400px) {
      .menu--main .menu__li:last-child, .menu--secondary .menu__li:last-child {
        margin-right: 0px !important;
      }

.menu--main .menu__li, .menu--secondary .menu__li {

      margin-right: 2rem
  }
    }

.menu--main .menu__li {
    margin-bottom: 1.5rem
  }

.menu--main .menu__li:last-child {
      margin-bottom: 0px !important;
    }

@media (min-width: 1400px) {

.menu--main .menu__li {
      margin-bottom: 0px
  }
    }

.menu--secondary .menu__li {
    margin-bottom: 2rem
  }

.menu--secondary .menu__li:last-child {
      margin-bottom: 0px !important;
    }

@media (min-width: 1400px) {

.menu--secondary .menu__li {
      margin-bottom: 0px
  }
    }

.menu--social li a {
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-indent: 34px;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: center
}

@media (min-width: 1400px) {

.menu--social li a {
    width: 23px;

    height: 23px;

    text-indent: 23px;

    background-size: 23px 23px
}
  }

.menu--social li.facebook a {
  background-image: url('../assets/images/facebook.svg');
}

.menu--social li.linkedin a {
  background-image: url('../assets/images/linkedin.svg');
}

.menu--social li.instagram a {
  background-image: url('../assets/images/instagram.svg');
}

.menu--impressum {
  font-size: 1.6rem;
}

.has-no-jobs .jobs-menu {
  display: none;
}

.nav-main {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 14.5rem;
  padding-left: 1.2rem;
  padding-right: 1.5rem;
  height: 0vh;
  /* opacity: 0;
  transition: opacity .3s 0.3s; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

@media (min-width: 768px) {

.nav-main {
    padding-right: 4rem;

    padding-left: 3.5rem
}
  }

@media (min-width: 1024px) {

.nav-main {
    padding-left: 5rem
}
  }

@media (min-width: 1400px) {

.nav-main {
    padding-top: 0px;

    height: unset;

    opacity: 1;

    background-color: transparent;

    padding-left: 0px;

    padding-right: 0px;

    padding-top: 0px;

    opacity: 1
}
  }

.is-menu-open .nav-main {
  padding-top: 18rem
}

@media (min-width: 768px) {

.is-menu-open .nav-main {
    padding-top: 14.5rem
}
  }

@media (min-width: 1400px) {

.is-menu-open .nav-main {
    padding-top: 0px
}
  }

.nav-main__inner {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem
}

@media (min-width: 1400px) {

.nav-main__inner {
    padding-top: 0px;

    padding-bottom: 0px
}
  }

@media (max-width: 1399px) {

.is-menu-open .nav-main__inner {
    overflow-y: scroll !important;

    -webkit-overflow-scrolling: touch
}
  }

.is-menu-active .nav-main {
  height: 100vh
  /* opacity: 1;
  transition: opacity 1s .2s; */
}

@media (min-width: 768px) {

.is-menu-active .nav-main {
    height: auto
}
  }

.locales .lang-item {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-right: 0px;
  }

.locales .lang-item::after {
    position: absolute;
    top: 50%;
    right: 0px;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 75, 142, var(--tw-bg-opacity));
  }

.locales {
      .text-image& .lang-item::after .text-image__content .rich-text h2, .text-image& .lang-item::after .text-image__content .rich-text h3, .text-image& .lang-item::after .text-image__content .rich-text h4, .text-image& .lang-item::after .text-image__content .rich-text h5, .text-image& .lang-item::after .text-image__content .rich-text strong {
        font-weight: 600 !important;
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
      }
}

.locales .lang-item::after {
    content: '';
    width: 2px;
    height: 18px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }

.locales .lang-item:first-child {
    padding-left: 0px;
  }

.locales .lang-item:last-child {
    padding-right: 0px
  }

.locales .lang-item:last-child::after {
      display: none;
    }

.newsletter-form * {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

.newsletter-form .sib-form {
    padding: 0;
    background: none !important;
  }

.newsletter-form #sib-container {
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative;
  }

.newsletter-form #sib-form > * {
    padding: 0 !important;
  }

.newsletter-form .sib-form-block {
    padding: 0;
  }

.newsletter-form .entry__label,
  .newsletter-form .entry__specification {
    display: none !important;
  }

.newsletter-form .entry__field {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

.newsletter-form input[type="text"] {
    /* height: auto !important; */
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 4px 20px !important;
    height: 36px !important;
    width: 100% !important;
  }

.newsletter-form .sib-form-block__button {
    position: absolute !important;
    border: 2px solid #fff !important;
    padding: 0 !important;
    border-radius: 50% !important;
    top: 0;
    right: 0;
    font-size: 0.00001px !important;
    line-height: 0.00001px !important;
    background: url(../assets/images/arrow--white.svg) no-repeat !important;
    background-size: 50% 50% !important;
    background-position: 50% 50% !important;
    height: 36px !important;
    width: 36px !important;
    min-height: 0 !important;
    text-indent: -9999px;
    overflow: hidden
  }

.newsletter-form .sib-form-block__button:hover {
      background-image: url(../assets/images/arrow.svg) !important;
      background-color: #fff !important;
    }

.pagination .btn.prev a, .pagination .btn.next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }

.pagination .btn.prev a,
  .pagination .btn.next a {
    font-size: 0.00001px;
    line-height: 0.0001;
    text-indent: -9999px;
  }

.pagination .btn.prev a path, .pagination .btn.next a path {
      fill: currentColor;
    }

.pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }

.pagination a:hover {
      --tw-text-opacity: 1;
      color: rgba(46, 46, 46, var(--tw-text-opacity));
    }

.pagination .current a {
    pointer-events: none;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 75, 142, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.pagination {
      .text-image& .current a .text-image__content .rich-text h2, .text-image& .current a .text-image__content .rich-text h3, .text-image& .current a .text-image__content .rich-text h4, .text-image& .current a .text-image__content .rich-text h5, .text-image& .current a .text-image__content .rich-text strong {
        font-weight: 600 !important;
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
      }
}

.post-password-form label {
    margin-top: 1.5rem;
    display: block;
  }

.post-password-form input[type=password] {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    display: block;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(0, 75, 142, var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.post-password-form {
      .text-image& input[type=password] .text-image__content .rich-text h2, .text-image& input[type=password] .text-image__content .rich-text h3, .text-image& input[type=password] .text-image__content .rich-text h4, .text-image& input[type=password] .text-image__content .rich-text h5, .text-image& input[type=password] .text-image__content .rich-text strong {
        font-weight: 600 !important;
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
      }
}

.profile {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 100%;
}

.profile__inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.profile__face {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.profile__face--front {
  position: relative;
}

.profile__face--back {
  top: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.profile__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 75, 142, var(--tw-bg-opacity))
}

.text-image.profile__toggle .text-image__content .rich-text h2, .text-image.profile__toggle .text-image__content .rich-text h3, .text-image.profile__toggle .text-image__content .rich-text h4, .text-image.profile__toggle .text-image__content .rich-text h5, .text-image.profile__toggle .text-image__content .rich-text strong {
      font-weight: 600 !important;
      --tw-text-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

.profile__toggle {
  top: 17px;
  right: 19px;
  width: 3.3rem;
  height: 3.3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: auto;
}

.profile__toggle img {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s
  }

@media (min-width: 1024px) {

.profile__toggle img {
      width: 13px;

      height: 13px
  }
    }

@media (min-width: 1024px) {

.profile__toggle {
    height: 4rem;

    width: 4rem;
}
  }

.is-flipped .profile__inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }

.is-flipped .profile__toggle {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 232, 216, var(--tw-bg-opacity))
  }

.is-flipped .profile__toggle img {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
    }

/* class applies to select element itself, not a wrapper element */

.gfield_select {
  display: block;
  color: #444;
  padding: 1rem 1.25rem;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../assets/images/default-chevron-down.svg');
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) */
  background-position: right 1rem top 50%;
  background-size: 12px auto;
}

/* Hide arrow icon in IE browsers */

.gfield_select::-ms-expand {
  display: none;
}

/* Hover style */

.gfield_select:hover {
  border-color: #888;
}

/* Focus style */

.gfield_select:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
          box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */

.gfield_select option {
  font-weight:normal;
}

/* Disabled styles */

.gfield_select:disabled, .gfield_select[aria-disabled=true] {
  color: graytext;
  /* background-image: url('../assets/images/default-chevron-down.svg'); */
}

.gfield_select:disabled:hover, .gfield_select[aria-disabled=true] {
  border-color: #aaa;
}

.site-footer {
}

.site-header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s
  /* overflow: hidden; */
}

.site-header .site-header__logo-img {
    display: block;
    width: 21rem;
    height: auto
  }

@media (min-width: 1024px) {

.site-header .site-header__logo-img {
      width: 25rem
  }
    }

@media (min-width: 1920px) {

.site-header .site-header__logo-img {
      width: 28rem
  }
    }

.site-header .site-header__logo-img.logo-img--neg {
    display: none;
  }

.m-not-top .site-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.m-pinned .site-header {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.site-header__wrapper {
  padding-top: 3rem;
  /* padding-bottom: 11.5rem; */
  padding-bottom: 7.2rem;
  /* transition: padding .2s linear; */
  -webkit-transition: padding .5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: padding .5s cubic-bezier(1.000, 0.000, 0.000, 1.000) /* inOutExpo */
}

@media (min-width: 768px) {

.site-header__wrapper {
    padding-bottom: 11.3rem;

    padding-top: 4.5rem
}
  }

@media (min-width: 1400px) {

.site-header__wrapper {
    padding-bottom: 14rem;

    padding-top: 2rem
}
  }

@media (min-width: 1920px) {

.site-header__wrapper {
    padding-bottom: 14.8rem
}
  }

.site-header__wrapper::after {
    /* add a white background below header, especially useful on frontpage (scroll down and then up a little) */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20.5rem;
    background: #fff;
    z-index: -1;
    display: none
  }

@media (min-width: 768px) {

.site-header__wrapper::after {
      height: 15.8rem
  }
    }

@media (min-width: 1400px) {

.site-header__wrapper::after {
      height: 18.5rem
  }
    }

@media (min-width: 1920px) {

.site-header__wrapper::after {
      height: 19.3rem
  }
    }

.site-header__wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    /*
    left: 0;
    width: 100%;
    height: 11.5rem;
    background: url(../assets/images/upcf-header-circle--mobile.svg) no-repeat;
    background-size: 100vw 120px;
    background-position: center 100%;

    @screen md {
      height: 11.3rem;
      background-image: url(../assets/images/upcf-header-circle.svg) no-repeat;
    }
    @screen extended-menu {
      height: 14rem;
    }
    @screen xl {
      height: 14.8rem;
    } */
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background-color: #FFFFFF;
    -webkit-transition: clip-path 0.5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: clip-path 0.5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    width: 200vw;
    height: 200vw;
    clip-path: inset(0 0 0 0 round 100vw)
  }

@media (min-width: 768px) {

.site-header__wrapper::before {
      width: 227vw;

      height: 200vw
  }
    }

@media (min-width: 1024px) {

.site-header__wrapper::before {
      width: 400vw;

      height: 400vw;

      clip-path: inset(0 0 0 0 round 200vw)
  }
    }

/* .is-collapsed .site-header__wrapper {
  @apply pb-8 pt-8;
  @screen extended-menu {
    @apply pb-12;
  }
  &::before {
    clip-path: inset(0 0 0 0 round 0%);
  }
} */

.m-not-top .site-header__wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem
}

@media (min-width: 1400px) {

.m-not-top .site-header__wrapper {
    padding-bottom: 3rem
}
  }

.m-not-top .site-header__wrapper::before {
    clip-path: inset(0 0 0 0 round 0%);
  }

/* Only if smaller than extended menu screen size */

@media (max-width: 1399px) {
  .is-menu-open .site-header__wrapper {
    /* padding-bottom: 3.3rem; */
  }
    @media (min-width: 768px) {
  .is-menu-open .site-header__wrapper {
      padding-bottom: 11.3rem;

      padding-top: 4.5rem;

      padding-bottom: 4.5rem
  }
    }
    @media (min-width: 1024px) {
  .is-menu-open .site-header__wrapper {
  }
    }

  /* .is-collapsed.is-menu-open .site-header__wrapper {
    padding-top: 4.3rem !important;
    @screen md {
      padding-top: 4.5rem !important;
    }
  } */

  .is-menu-open.site-header {
    position: fixed
  }
    .is-menu-open.site-header.is-collapsed {
      padding-top: 0;
      padding-bottom: 11.2rem
    }
      @media (min-width: 768px) {
    .is-menu-open.site-header.is-collapsed {
        padding-bottom: 11.5rem
    }
      }
      @media (min-width: 1400px) {
    .is-menu-open.site-header.is-collapsed {
        padding-top: 2rem;

        padding-bottom: 14.5rem
    }
      }
}

.site-header__menu {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  /* opacity: 0; */
  -webkit-transition: all .3s;
  transition: all .3s
}

@media (min-width: 1400px) {

.site-header__menu {
    position: static;

    visibility: visible;

    opacity: 1
}
  }

@media (max-width: 1399px) {

.site-header__menu .nav-main__inner {
      .is-menu-open & {
        opacity: 1;
        -webkit-transition-delay: 300ms;
                transition-delay: 300ms;
        -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
      }

      opacity: 0;

      -webkit-transition-property: opacity;

      transition-property: opacity;

      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

      -webkit-transition-duration: 150ms;

              transition-duration: 150ms;

      -webkit-transition-duration: 200ms;

              transition-duration: 200ms
  }
    }

@media (max-width: 1399px) {

.is-menu-active .site-header__menu {
    visibility: visible;

    opacity: 1;

    -webkit-transition: all .5s;

    transition: all .5s
}
  }

body.is-menu-open {
  overflow-y: hidden
}

@media (min-width: 1400px) {

body.is-menu-open {
    overflow-y: auto
}
  }

.site-header .nav-main__inner a {
  --tw-text-opacity: 1;
  color: rgba(0, 75, 142, var(--tw-text-opacity));
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms
}

.site-header .nav-main__inner a:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 232, 216, var(--tw-text-opacity));
  }

.site-header--front .site-header__wrapper::before {
      opacity: 0;
      visibility: hidden;
      /*clip-path: inset(0 0 0 0 round 0px) !important;
      transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000); /* inOutExpo */
    }

/* Change header text & content on frontpage, but only for non pinned header. */

@media (min-width: 1400px) {
    body.m-top .site-header--front .site-header__logo-img {
      display: block;
    }

    body.m-top .site-header--front .site-header__logo-img.logo-img--neg {
      display: none;
    }

    body.m-top .site-header--front .nav-main__inner a {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    body.m-top .site-header--front .menu--main a {
      /* add a small text shadow to keep text visible with long menu and white image, happens on german site */
      text-shadow: 1px 1px 4px rgba(0, 75, 142, 0.2);
    }

    body.m-top .site-header--front .lang-item::after {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    body.m-top .site-header--front .menu--social li.facebook a {
      background-image: url('../assets/images/facebook--white.svg');
      -webkit-transition: all .3s;
      transition: all .3s;
    }

    body.m-top .site-header--front .menu--social li.linkedin a {
      background-image: url('../assets/images/linkedin--white.svg');
      -webkit-transition: all .3s;
      transition: all .3s;
    }

    body.m-top .site-header--front .menu--social li.instagram a {
      background-image: url('../assets/images/instagram--white.svg');
      -webkit-transition: all .3s;
      transition: all .3s;
    }
  }

body.m-top.is-frontpage-gallery:not(.is-menu-open) .site-header--front {
  /* @screen extended-menu { */
}

body.m-top.is-frontpage-gallery:not(.is-menu-open) .site-header--front .site-header__logo-img {
    display: none;
  }

body.m-top.is-frontpage-gallery:not(.is-menu-open) .site-header--front .site-header__logo-img.logo-img--neg {
    display: block;
  }

body.m-top.is-frontpage-gallery:not(.is-menu-open) .site-header--front {
  /* } */
}

/* On large screen we always show the negative logo if there is a gallery, even if the menu was opened on mobile */

@media (min-width: 1400px) {
    body.m-top.is-frontpage-gallery .site-header--front .site-header__logo-img {
      display: none;
    }

    body.m-top.is-frontpage-gallery .site-header--front .site-header__logo-img.logo-img--neg {
      display: block;
    }
  }

@media (min-width: 1024px) {
    body.m-top:not(.is-menu-open) .site-header--front .hbr__d {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
  }

/* Show the header white background on frontpage pinned header */

.m-pinned:not(.m-top) .site-header__wrapper::after {
  display: block;
}

/*
.m-pinned:not(.m-top) .site-header__wrapper {
  &::before {
    opacity: 1;
    visibility: visible;
  }
  @screen extended-menu {
    & .site-header__logo-img {
      @apply block;
    }
    & .site-header__logo-img.logo-img--neg {
      @apply hidden;
    }
    & .nav-main__inner a {
      @apply text-blue;
      &:hover {
        @apply text-aqua;
      }
    }
    & .lang-item::after {
      @apply bg-blue;
    }

    & .menu--social li.facebook a {
      background-image: url('../assets/images/facebook.svg');
    }
    & .menu--social li.linkedin a {
      background-image: url('../assets/images/linkedin.svg');
    }
  }
} */

:root {
  --submenu-arrow-left: 35px;
  --submenu-offset-left: 0;
}

.menu--main > .menu-item {
  position: relative
}

.menu--main > .menu-item .menu {
    display: none
  }

@media (min-width: 1400px) {

.menu--main > .menu-item .menu {
      top: calc(100% + 6px);

      left: var(--submenu-offset-left);

      background: #2E2E2E;

      border-radius: 4px;

      font-size: 1.6rem
  }

      .menu--main > .menu-item .menu a {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
      }
        .menu--main > .menu-item .menu a:hover {
          --tw-text-opacity: 1;
          color: rgba(77, 232, 216, var(--tw-text-opacity));
        }

      .menu--main > .menu-item .menu li {
        margin-bottom: 6px;
      }

      .menu--main > .menu-item .menu::before {
        content: "";
        position: absolute;
        top: -10px;
        left: var(--submenu-arrow-left);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border: 6px solid transparent;
        border-bottom-color: #2E2E2E;
      }

      .menu--main > .menu-item .menu::after {
        content: "";
        position: absolute;
        top: -16px;
        left: 0;
        width: 100%;
        height: 16px;
        background: transparent;
      }

.menu--main > .menu-item .menu {

      position: absolute;

      white-space: nowrap;

      padding: 1rem
  }
    }

@media (max-width: 1399px) {

.menu--main > .menu-item .menu {
      font-size: 1.5rem;

      padding-top: 0.75rem;

      padding-bottom: 1.25rem;

      padding-left: 0.75rem;

      font-weight: 300
  }
    }

@media (min-width: 1400px) {
    .menu--main > .menu-item:hover .menu,
    .menu--main > .menu-item:focus .menu {
      display: block !important;
    }

    .menu--main > .menu-item.menu-item-has-children > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      justify-items: start;
    }
  }

@media (max-width: 1399px) {

.menu--main > .menu-item {
    font-size: 1.6rem
}

    .menu--main > .menu-item.menu-item-has-children > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      justify-items: start
      /* &::after {
        @apply ml-3 block;
        content: '';
        width: 14px;
        height: 9px;
        background: url(../assets/images/submenu-arrow-down.svg) no-repeat;
      } */
    }
      .menu--main > .menu-item.menu-item-has-children > a .menu__arrow {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        -webkit-transition-duration: 200ms;
                transition-duration: 200ms;
      }
      .menu--main > .menu-item.menu-item-has-children > a .menu__arrow path {
        stroke: currentColor;
      }

    .menu--main > .menu-item .menu-item {
      margin-bottom: 0.25rem;
      line-height: 1.625;
    }
      .menu--main > .menu-item.is-expanded .menu {
        display: block;
      }
      .menu--main > .menu-item.is-expanded .menu__arrow {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
      }
  }

@media (min-width: 1400px) {

.home .menu__arrow path {
    stroke: #fff
}
  }

.teaser-post__bg {
  height: 38.3rem
}

@media (min-width: 768px) {

.teaser-post__bg {
    height: 100%
}
  }

.teaser-post__content {
  height: 17.5rem
}

@media (min-width: 768px) {

.teaser-post__content {
    height: 15.6rem
}
  }

@media (min-width: 1024px) {

.teaser-post__content {
    height: 18rem
}
  }

@media (min-width: 1920px) {

.teaser-post__content {
    height: 16rem
}
  }

.voting__circle .circle {
  width: 14.6rem;
  height: 14.6rem
}

.voting__circle .circle .event__day {
    font-size: 8rem;
  }

@media (min-width: 768px) {

.voting__circle .circle {
    width: 9.2rem;

    height: 9.2rem
}

    .voting__circle .circle .event__day {
      font-size: 4rem;
    }
  }

@media (min-width: 1024px) {

.voting__circle .circle {
    width: 14.6rem;

    height: 14.6rem
}

    .voting__circle .circle .event__day {
      font-size: 8rem;
    }
  }

.drapeau {
  width: 8.4rem;
  height: 7.7rem
}

@media (min-width: 768px) {

.drapeau {
    width: 5.3rem;

    height: 4.9rem
}
  }

@media (min-width: 1024px) {

.drapeau {
    width: 8.4rem;

    height: 7.7rem
}
  }

.table-component {
  width: 100%;
  border-collapse: collapse;
  text-align: left
}

.table-component th {
    font-weight: 500;
  }

.table-component th, .table-component td {
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: currentColor;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: top;
  }

.table-component th:first-child, .table-component td:first-child {
      padding-left: 0px;
    }

.table-component th:last-child, .table-component td:last-child {
      padding-right: 0px;
    }

@media (min-width: 768px) {

.list__wrapper {
    padding-left: calc((100vw - (11 * var(--gutter))) / 12 + var(--gutter))
}
  }

@media (min-width: 1024px) {

.list__wrapper {
    padding-left: 0px
}
  }

.header-media__title {
  font-size: 4rem
}

@media (min-width: 768px) {

.header-media__title {
    font-size: 6rem
}
  }

@media (min-width: 1920px) {

.header-media__title {
    font-size: 10rem
}
  }

.header-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

@media (min-width: 1024px) {

.header-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}
  }

.header-media .header-media__image {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    overflow: hidden;
    min-height: 60vh
  }

@media (min-width: 1024px) {

.header-media .header-media__image {
      width: 41%;

      min-height: calc(80vh - 130px) /* - .site-content margin */
  }
    }

@media (min-width: 1920px) {

.header-media .header-media__image {
      min-height: calc(80vh - 80px)
  }
    }

.header-media .header-media__image img,
    .header-media .header-media__image video {
      width: 100%;
      height: auto;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }

.header-media .header-media__content {
    margin: 3rem 1.2rem 5rem 1.2rem
  }

@media (min-width: 768px) {

.header-media .header-media__content {
      margin: 3rem 3.5rem 5rem 3.5rem
  }
    }

@media (min-width: 1024px) {

.header-media .header-media__content {
      margin: 16rem 10rem 5rem 9.5%
  }
    }

@media (min-width: 1920px) {

.header-media .header-media__content {
      width: 89.4rem;

      margin: 32rem 0 10rem 18.4rem
  }
    }

@media (min-width: 768px) {

.rapports__image {
    width: 41.666667%
}
  }

@media (min-width: 1024px) {

.rapports__image {
    width: 53.7rem
}
  }

.rapports__title {
  font-size: 4rem
}

@media (min-width: 768px) {

.rapports__title {
    padding-left: 4rem
}
  }

@media (min-width: 1024px) {

.rapports__title {
    padding-left: 0
}
  }

.rapports__link .circle {
    width: 14rem;
    height: 14rem;
    font-size: 7.2rem
  }

@media (min-width: 768px) {

.rapports__link .circle {
      width: 11.6rem;

      height: 11.6rem;

      font-size: 5.8rem
  }
    }

@media (min-width: 1920px) {

.rapports__link .circle {
      width: 16.8rem;

      height: 16.8rem
  }
    }

@media (min-width: 1920px) {

.rapports__link .circle {
      font-size: 8.8rem
  }
    }

.section-sticky__anchor {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-sticky__anchor:not(.is-active) {
  --tw-text-opacity: 1;
  color: rgba(124, 131, 136, var(--tw-text-opacity))
}

.section-sticky__anchor:not(.is-active) path {
    stroke: currentColor;
  }

.section-sticky__anchors {
  pointer-events: none;
  position: sticky;
  left: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 75, 142, var(--tw-text-opacity));
  display: none;
  top: 200px
}

@media (min-width: 1440px) {

.section-sticky__anchors {
    display: block
}
  }

.section-sticky__anchors-mobile {
  pointer-events: none;
  position: sticky;
  left: 0px;
  margin-top: 30px;
  margin-left: calc((100vw - 7rem) / 12 - 20px);
  top: 250px
}

@media (min-width: 1440px) {

.section-sticky__anchors-mobile {
    display: none
}
  }

.section-sticky__anchors-mobile .section-sticky__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 75, 142, var(--tw-bg-opacity))
  }

.section-sticky__anchors-mobile {
      .text-image& .section-sticky__anchor .text-image__content .rich-text h2, .text-image& .section-sticky__anchor .text-image__content .rich-text h3, .text-image& .section-sticky__anchor .text-image__content .rich-text h4, .text-image& .section-sticky__anchor .text-image__content .rich-text h5, .text-image& .section-sticky__anchor .text-image__content .rich-text strong {
        font-weight: 600 !important;
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
      }
}

.section-sticky__anchors-mobile .section-sticky__anchor {
    padding: 6px;
    width: 36px;
    height: 36px;
    left: 12px;
  }

.section-sticky__anchors-mobile .section-sticky__anchor svg {
      height: auto;
      width: auto;
      max-width: 100%;
    }

.section-sticky__anchors-mobile .section-sticky__anchor path {
      stroke: #fff;
    }

.section-sticky__anchors-mobile .section-sticky__anchor:not(.is-active) {
      background: #fff
    }

.section-sticky__anchors-mobile .section-sticky__anchor:not(.is-active) path {
        stroke: #7C8388;
      }

.section-sticky__anchors-mobile .section-sticky__anchor:nth-child(4) svg {
        position: relative;
        left: 1px;
      }

.section-sticky__section {
  scroll-margin-top: 200px;
}

.section-sticky__subtitle-icon {
  margin-bottom: 1.25rem;
  width: 32px
}

@media (min-width: 768px) {

.section-sticky__subtitle-icon {
    margin-bottom: 0px;

    width: auto
}
  }

.section-sticky__heading3 {
  font-weight: 700;
  line-height: 1.03em;
  font-size: 3rem;
}

.section-sticky__heading4 {
  font-weight: 600;
  line-height: 1.03em;
  font-size: 2.4rem;
}

/**
 * Swiper 6.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2020
 */

@font-face{
  font-family:swiper-icons;

  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#007aff
}

.swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}

.swiper-container-vertical>.swiper-wrapper{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform;
  -webkit-box-sizing:content-box;
          box-sizing:content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper{
  -webkit-transform:translate3d(0px,0,0);
          transform:translate3d(0px,0,0)
}

.swiper-container-multirow>.swiper-wrapper{
  -ms-flex-wrap:wrap;
      flex-wrap:wrap
}

.swiper-container-multirow-column>.swiper-wrapper{
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column
}

.swiper-container-free-mode>.swiper-wrapper{
  -webkit-transition-timing-function:ease-out;
          transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-slide{
  -ms-flex-negative:0;
      flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
  height:auto
}

.swiper-container-autoheight .swiper-wrapper{
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-transition-property:height,-webkit-transform;
  transition-property:height,-webkit-transform;
  transition-property:transform,height;
  transition-property:transform,height,-webkit-transform
}

.swiper-container-3d{
  -webkit-perspective:1200px;
          perspective:1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
  -webkit-transform-style:preserve-3d;
          transform-style:preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-container-3d .swiper-slide-shadow-left{
  background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right{
  background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top{
  background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom{
  background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{
  -ms-scroll-snap-type:x mandatory;
      scroll-snap-type:x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{
  -ms-scroll-snap-type:y mandatory;
      scroll-snap-type:y mandatory
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:50%;
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index:10;
  cursor:pointer;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}

.swiper-button-next:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  text-transform:none;
  font-variant:initial;
  line-height:1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  left:10px;
  right:auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{
  content:'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  right:10px;
  left:auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{
  content:'next'
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{
  --swiper-navigation-color:#ffffff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{
  --swiper-navigation-color:#000000
}

.swiper-button-lock{
  display:none
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  -webkit-transition:.3s opacity;
  transition:.3s opacity;
  -webkit-transform:translate3d(0,0,0);
          transform:translate3d(0,0,0);
  z-index:10
}

.swiper-pagination.swiper-pagination-hidden{
  opacity:0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:10px;
  left:0;
  width:100%
}

.swiper-pagination-bullets-dynamic{
  overflow:hidden;
  font-size:0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  -webkit-transform:scale(.33);
          transform:scale(.33);
  position:relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
  -webkit-transform:scale(1);
          transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  -webkit-transform:scale(1);
          transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
  -webkit-transform:scale(.66);
          transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  -webkit-transform:scale(.33);
          transform:scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  -webkit-transform:scale(.66);
          transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  -webkit-transform:scale(.33);
          transform:scale(.33)
}

.swiper-pagination-bullet{
  width:8px;
  height:8px;
  display:inline-block;
  border-radius:100%;
  background:#000;
  opacity:.2
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer
}

.swiper-pagination-bullet-active{
  opacity:1;
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets{
  right:10px;
  top:50%;
  -webkit-transform:translate3d(0px,-50%,0);
          transform:translate3d(0px,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:6px 0;
  display:block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  width:8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  -webkit-transition:.2s transform,.2s top;
  transition:.2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
  white-space:nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  -webkit-transition:.2s transform,.2s left;
  transition:.2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  -webkit-transition:.2s transform,.2s right;
  transition:.2s transform,.2s right
}

.swiper-pagination-progressbar{
  background:rgba(0,0,0,.25);
  position:absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  -webkit-transform:scale(0);
          transform:scale(0);
  -webkit-transform-origin:left top;
          transform-origin:left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  -webkit-transform-origin:right top;
          transform-origin:right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:4px;
  left:0;
  top:0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{
  width:4px;
  height:100%;
  left:0;
  top:0
}

.swiper-pagination-white{
  --swiper-pagination-color:#ffffff
}

.swiper-pagination-black{
  --swiper-pagination-color:#000000
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  border-radius:10px;
  position:relative;
  -ms-touch-action:none;
  background:rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar{
  position:absolute;
  left:1%;
  bottom:3px;
  z-index:50;
  height:5px;
  width:98%
}

.swiper-container-vertical>.swiper-scrollbar{
  position:absolute;
  right:3px;
  top:1%;
  z-index:50;
  width:5px;
  height:98%
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:rgba(0,0,0,.5);
  border-radius:10px;
  left:0;
  top:0
}

.swiper-scrollbar-cursor-drag{
  cursor:move
}

.swiper-scrollbar-lock{
  display:none
}

.swiper-zoom-container{
  width:100%;
  height:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  text-align:center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  -o-object-fit:contain;
     object-fit:contain
}

.swiper-slide-zoomed{
  cursor:move
}

.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  -webkit-transform-origin:50%;
          transform-origin:50%;
  -webkit-animation:swiper-preloader-spin 1s infinite linear;
          animation:swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000
}

@-webkit-keyframes swiper-preloader-spin{
  100%{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

@keyframes swiper-preloader-spin{
  100%{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

.swiper-container .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide{
  -webkit-transition-timing-function:ease-out;
          transition-timing-function:ease-out
}

.swiper-container-fade .swiper-slide{
  pointer-events:none;
  -webkit-transition-property:opacity;
  transition-property:opacity
}

.swiper-container-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-cube{
  overflow:visible
}

.swiper-container-cube .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  -webkit-transform-origin:0 0;
          transform-origin:0 0;
  width:100%;
  height:100%
}

.swiper-container-cube .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide{
  -webkit-transform-origin:100% 0;
          transform-origin:100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.swiper-container-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:100%;
  background:#000;
  opacity:.6;
  -webkit-filter:blur(50px);
  filter:blur(50px);
  z-index:0
}

.swiper-container-flip{
  overflow:visible
}

.swiper-container-flip .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1
}

.swiper-container-flip .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.slideshow__wrapper,
.slideshow__video {
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh
}

@media (min-width: 768px) {

.slideshow__wrapper,
.slideshow__video {
    height: 100vw;

    width: 100vw
}
  }

@media (min-width: 1024px) {

.slideshow__wrapper,
.slideshow__video {
    height: 100%;

    width: 50vw
}
  }

.slideshow__wrapper::after, .slideshow__video::after {
    content: '';
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-image: url(../assets/images/slideshow-mask--mobile.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    /* fix 1px white line on safari ios */
    -webkit-transform: translateY(1px);
            transform: translateY(1px)
  }

@media (min-width: 768px) {

.slideshow__wrapper::after, .slideshow__video::after {
      background-image: url(../assets/images/slideshow-mask.svg);

      background-position: right center;

      background-repeat: no-repeat;

      -webkit-transform: rotate(90deg);

              transform: rotate(90deg)
  }
    }

@media (min-width: 1024px) {

.slideshow__wrapper::after, .slideshow__video::after {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg)
  }
    }

.slideshow__wrapper.has-gallery::after, .slideshow__video.has-gallery::after {
    background-color: transparent;
  }

.slideshow__content {
  /* top: 43%; */
  top: 73%
}

@media (min-width: 768px) {

.slideshow__content {
    top: 35%
}
  }

@media (min-width: 1024px) {

.slideshow__content {
    top: 38%
}
  }

@media (min-width: 1920px) {

.slideshow__content {
    top: 36%
}
  }

.slideshow__title h1 .upcf .letter-u,
    .slideshow__title h1 .upcf .letter-p,
    .slideshow__title h1 .upcf .letter-c,
    .slideshow__title h1 .upcf .letter-f {
      fill: #fff
    }

@media (min-width: 768px) {

.slideshow__title h1 .upcf .letter-u,
    .slideshow__title h1 .upcf .letter-p,
    .slideshow__title h1 .upcf .letter-c,
    .slideshow__title h1 .upcf .letter-f {
        fill: #004B8E
    }
      }

@media (min-width: 1024px) {

.slideshow__title h1 .upcf .letter-c,
    .slideshow__title h1 .upcf .letter-f {
        fill: #FFFFFF
    }
      }

.slideshow__title h1 .upcf {
    margin: 0 auto;
    width: 290px;
    height: auto
  }

@media (min-width: 768px) {

.slideshow__title h1 .upcf {
      width: 587px
  }
    }

@media (min-width: 1024px) {

.slideshow__title h1 .upcf {
      width: 616px
  }
    }

.slideshow__title h2 {
    position: absolute;
    left: 50%;
    bottom: -295%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%
  }

@media (min-width: 768px) {

.slideshow__title h2 {
      bottom: -275%;

      position: absolute
  }
    }

@media (min-width: 1024px) {

.slideshow__title h2 {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);

      position: static;

      margin-left: auto
  }
    }

@media (min-width: 768px) {

.slideshow__title {
    position: relative
}
  }

@media (min-width: 1024px) {

.slideshow__title {
    position: static
}
  }

.testimonials__item {
  padding-top: 10.5rem;
  background: url(../assets/images/testimonial.svg) no-repeat top center;
}

.testimonials .swiper-container,
  .testimonials .swiper-wrapper {
    overflow: visible !important;
  }

.testimonials .swiper-slide {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }

.testimonials .swiper-slide-active {
    opacity: 1;
  }

@media (min-width: 1024px) {

.testimonials .swiper-slide-active + .swiper-slide {
      opacity: 1
  }
    }

.testimonials .swiper-button-next,
  .testimonials .swiper-button-prev {
    width: 28px;
    height: 53px;
    background: url(../assets/images/swiper-next.svg) no-repeat center center;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
  }

.testimonials .swiper-button-next:hover, .testimonials .swiper-button-prev:hover {
      opacity: 1;
    }

.testimonials .swiper-button-next::after, .testimonials .swiper-button-prev::after {
      display: none;
    }

.testimonials .swiper-button-prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    left: -36px
  }

@media (min-width: 767px) {

.testimonials .swiper-button-prev {
      left: -77px
  }
    }

.testimonials .swiper-button-next {
    right: -36px
  }

@media (min-width: 767px) {

.testimonials .swiper-button-next {
      right: -77px
  }
    }

@media (min-width: 1024px) {

.text2cols_content {
    margin-top: 4.7rem
}
  }

.text-image.bg-blue .text-image__content .rich-text h2, .text-image.bg-blue .text-image__content .rich-text h3, .text-image.bg-blue .text-image__content .rich-text h4, .text-image.bg-blue .text-image__content .rich-text h5, .text-image.bg-blue .text-image__content .rich-text strong {
      font-weight: 600 !important;
      --tw-text-opacity: 1 !important;
      color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

.text-image .text-image__image {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0
  }

@media (min-width: 1024px) {

.text-image .text-image__image {
      width: 50%
  }
    }

.text-image .text-image__image img {
      width: 100%;
      height: auto;
      display: block;
    }

.text-image .text-image__content {
    margin: 3rem 1.2rem 5rem 1.2rem
  }

@media (min-width: 768px) {

.text-image .text-image__content {
      margin: 3rem 3.5rem 5rem 3.5rem
  }
    }

@media (min-width: 1024px) {
      .text-image .text-image__content.text-image__content--left {
        margin-left: 5rem;
      }

      .text-image .text-image__content.text-image__content--right {
        margin-right: 5rem;
      }

.text-image .text-image__content {

      margin-top: 8rem;

      margin-bottom: 8rem
  }
    }

@media (min-width: 1920px) {

.text-image .text-image__content {
      width: 74rem;

      margin: 6rem 15.4rem 6rem 15.4rem
  }

      .text-image .text-image__content.text-image__content--left {
        padding-left: calc(((var(--container-max-width) - (11 * var(--gutter))) / 12 + var(--gutter)) + 2.5rem);
      }

      .text-image .text-image__content.text-image__content--right {
        padding-right: calc(((var(--container-max-width) - (11 * var(--gutter))) / 12 + var(--gutter)) + 2.5rem);
      }
    }

.job__detail ul li {
    margin-left: 2rem;
    list-style-type: disc
  }

@media (min-width: 768px) {

.job__detail ul li {
      margin-left: 1.5rem
  }
    }

@media (min-width: 1024px) {

.job__detail ul li {
      margin-left: 2.2rem
  }
    }

.association__img {
  width: 16.8rem
}

@media (min-width: 768px) {

.association__img {
    width: 14.9rem;

    height: 14.9rem
}
  }

@media (min-width: 1024px) {

.association__img {
    width: 17.9rem;

    height: 17.9rem;

    max-width: 100%
}
  }

@media (min-width: 1920px) {

.association__img {
    width: 20rem;

    width: 20rem
}
  }

:root {
  --container-max-width: 180rem;
  --gutter: 3rem;
}

html {
  /* to make 1rem == 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: ui-sans-serif, 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";
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Poppins', sans-serif;
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.heading1 {
  font-weight: 300;
  line-height: 1.03em;
  font-size: 4rem
}

@media (min-width: 768px) {

.heading1 {
    font-size: 6rem
}
  }

@media (min-width: 1920px) {

.heading1 {
    font-size: 10rem
}
  }

.heading2 {
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1.3em
}

@media (min-width: 768px) {

.heading2 {
    font-size: 8.8rem;

    line-height: 1.5em
}
  }

.heading2alt {
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1.3em;
}

.heading3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.03em
}

@media (min-width: 1024px) {

.heading3 {
    font-size: 3rem
}
  }

.heading4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.03em;
}

.heading5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
}

.heading6 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
}

.site-content {
  overflow-x: clip;
}

/* Offset */

@media (min-width: 1920px) {

.has-offset-left {
    padding-left: calc((var(--container-max-width) - (11 * var(--gutter))) / 12 + var(--gutter))
}
  }

@media (min-width: 1920px) {

.has-offset-right {
    padding-right: calc((var(--container-max-width) - (11 * var(--gutter))) / 12 + var(--gutter))
}
  }

/* Style wysiwyg output */

.rich-text p {
    margin-top: 0px;
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: 400
  }

.rich-text p:last-child {
      margin-bottom: 0;
    }

@media (min-width: 1024px) {

.rich-text p {
      font-weight: 300
  }
    }

.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: currentColor;
  }

.rich-text a {
    text-decoration: underline;
  }

.rich-text strong {
    font-weight: 600;
  }

.rich-text ul, .rich-text ol {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    margin-left: 2rem;
    font-weight: 400;
  }

@media (min-width: 1024px) {

.rich-text ul,
  .rich-text ol {
      font-weight: 300;
  }
    }

.rich-text ul {
    list-style-type: disc;
  }

.rich-text ol {
    list-style-type: decimal;
    text-align: left;
  }

.text a {
    text-decoration: underline;
  }

.text strong {
    font-weight: 600;
  }

/* Add custom container */

.container {
  width: 100%;
  max-width: 182rem;
  margin: 0 auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem
}

@media (min-width: 768px) {

.container {
    padding-left: 3.5rem;

    padding-right: 3.5rem
}
  }

@media (min-width: 1024px) {

.container {
    padding-left: 5rem;

    padding-right: 5rem
}
  }

@media (min-width: 1920px) {

.container--small {
    max-width: 152.8rem
}
  }

.site-content--overlap {
  margin-top: calc(12rem + 4%)
}

@media (min-width: 768px) {

.site-content--overlap {
    margin-top: calc(9rem + 4%)
}
  }

@media (min-width: 1024px) {

.site-content--overlap {
    margin-top: calc(17rem - 4%)
}
  }

@media (min-width: 1400px) {

.site-content--overlap {
    margin-top: calc(20rem - 4%)
}
  }

@media (min-width: 640px) {
}

@media (min-width: 768px) {
  .md\:top-16 {
    top: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

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

  .md\:-mx-3\.25 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

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

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:-mt-22 {
    margin-top: -5.5rem;
  }

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

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-22 {
    margin-bottom: 5.5rem;
  }

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

  .md\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

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

  .md\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .md\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

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

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .md\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .md\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

  .md\:w-full {
    width: 100%;
  }

  .md\:w-5\/7 {
    width: 71.428571%;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
  }

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

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

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

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

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 75, 142, var(--tw-bg-opacity));
  }

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

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-3\.25 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-22 {
    padding-top: 5.5rem;
  }

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

  .md\:pt-26 {
    padding-top: 6.5rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-38 {
    padding-top: 9.5rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-68 {
    padding-top: 17rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .md\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-58 {
    padding-bottom: 14.5rem;
  }

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

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

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

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

  .md\:text-small {
    font-size: 1.4rem;
  }

  .md\:text-xxs {
    font-size: 1.8rem;
  }

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

  .md\:text-s {
    font-size: 2.4rem;
  }

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

  .md\:text-xxl {
    font-size: 8.8rem;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-22 {
    margin-top: 5.5rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-58 {
    margin-top: 14.5rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

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

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

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

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

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .lg\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .lg\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

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

  .lg\:ml-auto {
    margin-left: auto;
  }

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

  .lg\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .lg\:last\:mb-26:last-child {
    margin-bottom: 6.5rem;
  }

  .lg\:last\:mb-44:last-child {
    margin-bottom: 11rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-80 {
    width: 20rem;
  }

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

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-3\/10 {
    width: 30%;
  }

  .lg\:w-4\/10 {
    width: 40%;
  }

  .lg\:w-6\/10 {
    width: 60%;
  }

  .lg\:w-7\/10 {
    width: 70%;
  }

  .lg\:w-3\/11 {
    width: 27.272727%;
  }

  .lg\:w-7\/11 {
    width: 63.636363%;
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

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

  .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\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

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

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

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

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

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

  .lg\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

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

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-22 {
    padding-top: 5.5rem;
  }

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

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pt-74 {
    padding-top: 18.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

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

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

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

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .lg\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .lg\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-58 {
    padding-bottom: 14.5rem;
  }

  .lg\:pb-68 {
    padding-bottom: 17rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

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

  .lg\:text-xxs {
    font-size: 1.8rem;
  }

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

  .lg\:text-s {
    font-size: 2.4rem;
  }

  .lg\:text-m2 {
    font-size: 3.6rem;
  }

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

  .lg\:text-large {
    font-size: 10rem;
  }

  .lg\:leading-xxs {
    line-height: 1.03em;
  }
}

@media (min-width: 1920px) {
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .xl\:mt-20 {
    margin-top: 5rem;
  }

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

  .xl\:mr-24 {
    margin-right: 6rem;
  }

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

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

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

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

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

  .xl\:w-1\/7 {
    width: 14.285714%;
  }

  .xl\:w-7\/10 {
    width: 70%;
  }

  .xl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

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

  .xl\:pt-100 {
    padding-top: 25rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

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

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

@media (min-width: 1536px) {
}

@media (min-width: 1400px) {
  .extended-menu\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .extended-menu\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .extended-menu\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .extended-menu\:mb-0 {
    margin-bottom: 0px;
  }

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

  .extended-menu\:block {
    display: block;
  }

  .extended-menu\:hidden {
    display: none;
  }

  .extended-menu\:w-auto {
    width: auto;
  }
}

@media (max-width: 1399px) {
}

@media (min-width: 1440px) {
  .stickysection\:sticky {
    position: sticky;
  }

  .stickysection\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .stickysection\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .stickysection\:col-start-5 {
    grid-column-start: 5;
  }

  .stickysection\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .stickysection\:mb-94 {
    margin-bottom: 23.5rem;
  }
}

@media (max-width: 1919px) {
}

