@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

hr {
  border: 1px solid #0A1D3D;
  margin: 1rem 0;
}

.background-std {
  background-color: #fff;
}

.background-light {
  background-color: #ECECE8;
}

.background-dark {
  background-color: #0A1D3D;
}
.background-dark *:not(svg) {
  color: #fff;
}
.background-dark hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.background-std-window {
  background-color: transparent;
  overflow: hidden;
}
.background-std-window .image-section .image-wrapper.two-images .main-image {
  box-shadow: 0 0 0 9999px #fff;
}

.background-light-window {
  background-color: transparent;
  overflow: hidden;
}
.background-light-window .image-section .image-wrapper.two-images .main-image {
  box-shadow: 0 0 0 9999px #ECECE8;
}

.background-medium-window {
  background-color: transparent;
  overflow: hidden;
}
.background-medium-window .image-section .image-wrapper.two-images .main-image {
  box-shadow: 0 0 0 9999px #FCE7DD;
}

.background-dark-window {
  background-color: transparent;
  overflow: hidden;
}
.background-dark-window .image-section .image-wrapper.two-images .main-image {
  box-shadow: 0 0 0 9999px #0A1D3D;
}

.background-top-left {
  position: absolute;
  top: 0;
  left: 0;
  transsform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  transform-origin: center;
  z-index: 0;
}

.text-color-light {
  color: #fff;
}
.text-color-light p,
.text-color-light a,
.text-color-light h1,
.text-color-light .h1,
.text-color-light h2,
.text-color-light .h2 {
  color: #ffffff !important;
}
.text-color-light .more-button {
  color: #fff;
}
.text-color-light .more-button::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.text-color-light .more-button:hover {
  color: #fff;
}
.text-color-light .more-button:hover::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.text-color-light .more-link::before {
  border-bottom: 1px solid #ffffff;
}

.text-color-dark * {
  color: #0A1D3D;
}

.filler-medium-height {
  height: 80px;
  height: 3vw;
}
@media (max-width: 959px) {
  .filler-medium-height {
    height: 40px;
  }
}
@media (max-width: 639px) {
  .filler-medium-height {
    height: 0px;
  }
}

.filler-large-height {
  height: 150px;
  height: 7.8vw;
}
@media (max-width: 959px) {
  .filler-large-height {
    height: 60px;
  }
}
@media (max-width: 639px) {
  .filler-large-height {
    height: 20px;
  }
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
/* Twelves */
.uk-child-width-1-12 > * {
  width: 8.3326389468%;
}

.uk-child-width-1-6 > * {
  width: 16.6638893518%;
}

.uk-child-width-1-5 > * {
  width: 19.9960007998%;
}

.uk-child-width-1-4 > * {
  width: 24.9937515621%;
}

.uk-child-width-1-3 > * {
  width: 33.3222259247%;
}

.uk-child-width-2-5 > * {
  width: 39.9920015997%;
}

.uk-child-width-5-12 > * {
  width: 41.6631947338%;
}

.uk-child-width-1-2 > * {
  width: 49.9750124938%;
}

.uk-child-width-3-5 > * {
  width: 59.9880023995%;
}

.uk-child-width-7-12 > * {
  width: 58.3284726273%;
}

.uk-child-width-2-3 > * {
  width: 66.6444518494%;
}

.uk-child-width-3-4 > * {
  width: 74.9812546863%;
}

.uk-child-width-4-5 > * {
  width: 79.9840031994%;
}

.uk-child-width-5-6 > * {
  width: 83.3194467589%;
}

.uk-child-width-11-12 > * {
  width: 91.6590284143%;
}

.uk-child-width-1-1 > * {
  width: 100%;
}

.uk-child-width-expand > * {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@s > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@s > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@s > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@s > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@s > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@s > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@s > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@s > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@s > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@s > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@s > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@s > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@s > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-expand\@s > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@m > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@m > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@m > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@m > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@m > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@m > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@m > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@m > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@m > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@m > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@m > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@m > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@m > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-expand\@m > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@l > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@l > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@l > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@l > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@l > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@l > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@l > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@l > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@l > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@l > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@l > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@l > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@l > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-expand\@l > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@xl > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@xl > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@xl > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@xl > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@xl > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@xl > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@xl > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@xl > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@xl > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@xl > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@xl > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-expand\@xl > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
/* Twelves */
.uk-width-1-12 {
  width: 8.3326389468%;
}

.uk-width-1-6 {
  width: 16.6638893518%;
}

.uk-width-1-5 {
  width: 19.9960007998%;
}

.uk-width-1-4 {
  width: 24.9937515621%;
}

.uk-width-1-3 {
  width: 33.3222259247%;
}

.uk-width-2-5 {
  width: 39.9920015997%;
}

.uk-width-5-12 {
  width: 41.6631947338%;
}

.uk-width-1-2 {
  width: 49.9750124938%;
}

.uk-width-3-5 {
  width: 59.9880023995%;
}

.uk-width-7-12 {
  width: 58.3284726273%;
}

.uk-width-2-3 {
  width: 66.6444518494%;
}

.uk-width-3-4 {
  width: 74.9812546863%;
}

.uk-width-4-5 {
  width: 79.9840031994%;
}

.uk-width-5-6 {
  width: 83.3194467589%;
}

.uk-width-11-12 {
  width: 91.6590284143%;
}

.uk-width-1-1 {
  width: 100%;
}

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-width-1-12\@s {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@s {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@s {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@s {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@s {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@s {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@s {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@s {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@s {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@s {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@s {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@s {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@s {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@s {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@s {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@m {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@m {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@m {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@m {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@m {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@m {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@m {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@m {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@m {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@m {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@m {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@m {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@m {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@m {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@l {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@l {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@l {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@l {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@l {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@l {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@l {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@l {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@l {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@l {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@l {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@l {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@l {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@l {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@xl {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@xl {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@xl {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@xl {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@xl {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@xl {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@xl {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@xl {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@xl {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@xl {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@xl {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@xl {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@xl {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@xl {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.uk-container {
  max-width: 1380px;
  max-width: 71.875vw;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 959px) {
  .uk-container {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 639px) {
  .uk-container {
    max-width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-container-small {
  max-width: 1088px;
  max-width: 56.66vw;
}
@media (max-width: 1366px) {
  .uk-container-small {
    max-width: 66vw;
  }
}
@media (max-width: 959px) {
  .uk-container-small {
    max-width: 75vw;
  }
}
@media (max-width: 639px) {
  .uk-container-small {
    max-width: calc(100% - 60px);
  }
}

.uk-container-large {
  max-width: 1640px;
  max-width: 85.41vw;
}
@media (max-width: 959px) {
  .uk-container-large {
    max-width: calc(100% - 80px);
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .uk-container-large {
    max-width: calc(100% - 60px);
    padding-right: 30px;
  }
}

@media (max-width: 959px) {
  .no-container .text-right {
    padding-right: 40px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-right {
    padding-right: 30px !important;
    padding-left: 60px !important;
    padding-bottom: 0px;
  }
}
@media (max-width: 959px) {
  .no-container .text-left {
    padding-left: 80px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-left {
    padding-left: 70px !important;
    padding-right: 30px !important;
    padding-bottom: 40px;
  }
}

.no-container-right {
  max-width: 91.45vw;
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 959px) {
  .no-container-right {
    max-width: calc(100% - 40px);
    padding-left: 0;
  }
}
@media (max-width: 639px) {
  .no-container-right {
    max-width: calc(100% - 30px);
    padding-left: 0px;
  }
}
.no-container-right .image-section {
  padding-left: 0;
}
.no-container-right .image-section .image-wrapper .main-image .overlay-wrapper {
  max-width: 61%;
}
@media (max-width: 959px) {
  .no-container-right .image-section .image-wrapper .main-image .overlay-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 959px) {
  .no-container-right .image-section .image-wrapper .main-image .overlay-wrapper {
    max-width: calc(100% - 60px);
  }
}
.no-container-right .text-wrapper article {
  padding: 0 15%;
}
@media (max-width: 959px) {
  .no-container-right .text-wrapper article {
    padding: 0 40px;
  }
}
@media (max-width: 639px) {
  .no-container-right .text-wrapper article {
    padding: 60px 30px 20px 0;
  }
}

.no-container-left {
  max-width: 91.45vw;
  padding-right: auto;
}
@media (max-width: 959px) {
  .no-container-left {
    max-width: calc(100vw - 40px);
  }
}
@media (max-width: 639px) {
  .no-container-left {
    max-width: calc(100vw - 30px);
  }
  .no-container-left article {
    padding-left: 30px;
  }
}

.uk-container-expand {
  max-width: none;
}

.uk-section {
  padding-top: clamp(160px, 9.27vw, 190px);
  padding-bottom: clamp(160px, 9.27vw, 190px);
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.uk-section-small {
  padding-top: clamp(85px, 5vw, 100px);
  padding-bottom: clamp(160px, 9.27vw, 190px);
}
@media (max-width: 959px) {
  .uk-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .uk-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.uk-section-large {
  padding-top: clamp(190px, 10.2vw, 220px);
  padding-bottom: clamp(190px, 10.2vw, 220px);
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.top-section {
  padding-top: clamp(300px, 16vw, 350px);
  padding-bottom: clamp(180px, 9.375vw, 210px);
  transition: all 0.5s linear;
}
@media (max-width: 959px) {
  .top-section {
    padding-top: 130px;
    padding-bottom: 130px;
    padding-top: clamp(130px, var(--vh, 1vh) * 25, 300px);
    padding-bottom: clamp(80px, 25vw, 100px);
  }
}

.fullheight-section:not(:first-child) {
  min-height: 100vh;
}
@media (max-width: 959px) {
  .fullheight-section:not(:first-child) {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.fullheight-section:first-child {
  min-height: 100vh;
}
@media (max-width: 959px) {
  .fullheight-section:first-child {
    min-height: calc(var(--vhfix, 1vh) * 100);
  }
}

.uk-section-xlarge {
  padding-top: 240px;
  padding-bottom: 240px;
}
@media (max-width: 959px) {
  .uk-section-xlarge {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (max-width: 639px) {
  .uk-section-xlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.padding-bottom-xlarge {
  padding-bottom: 240px;
}
@media (max-width: 959px) {
  .padding-bottom-xlarge {
    padding-bottom: 200px;
  }
}
@media (max-width: 639px) {
  .padding-bottom-xlarge {
    padding-bottom: 160px;
  }
}

[class*=uk-animation-] {
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
}

.uk-animation-kenburns {
  animation-duration: 30s;
}

/* Beispiel: Easing für „push“ oder „slide“ (die transform-basiert sind) */
.uk-switcher > li {
  transition-timing-function: ease-in-out !important;
}

/* Beispiel: Easing für „fade“ (die opacity-basiert ist) */
.uk-switcher [class*=uk-animation-] {
  transition-timing-function: ease-in-out !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-section-padding-top {
  padding-top: 40px;
}
@media (max-width: 639px) {
  .no-section-padding-top {
    padding-top: 20px;
  }
}

@media (max-width: 639px) {
  .mobile-padding .image-wrapper {
    padding: 0 30px;
  }
}

.uk-grid-column-large > *,
.uk-grid-large > * {
  padding-left: 6.6666666667vw;
}
@media (max-width: 959px) {
  .uk-grid-column-large > *,
  .uk-grid-large > * {
    padding-left: 40px;
  }
}
@media (max-width: 639px) {
  .uk-grid-column-large > *,
  .uk-grid-large > * {
    padding-left: 30px;
  }
}

.uk-grid-column-large,
.uk-grid-large {
  margin-left: -6.6666666667vw;
}
@media (max-width: 959px) {
  .uk-grid-column-large,
  .uk-grid-large {
    margin-left: -40px;
  }
}
@media (max-width: 639px) {
  .uk-grid-column-large,
  .uk-grid-large {
    margin-left: -30px;
  }
}

* + .uk-grid-margin-large,
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin {
  margin-top: 60px;
}

@media (max-width: 639px) {
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 50px;
  }
}

* {
  outline: none !important;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: neue-haas-grotesk-display, sans-serif;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  font-weight: 200;
  color: #0A1D3D;
  display: flex;
  flex-direction: column;
  text-rendering: optimizeSpeed;
  font-size: clamp(18px, 0.9375vw, 20px);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  body {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  body {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 4.0712468193vw;
  }
}
strong {
  font-weight: 600;
}

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

p,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
@media (max-width: 959px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 1.5rem;
  }
}

h1,
.h1 {
  font-family: freight-big-pro, serif;
  color: #0A1D3D;
  font-weight: 400;
  font-size: 1.7708333333vw;
  letter-spacing: inherit;
  line-height: 1.17;
}
@media (max-width: 1366px) {
  h1,
  .h1 {
    font-size: 2.4890190337vw;
  }
}
@media (max-width: 959px) {
  h1,
  .h1 {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 639px) {
  h1,
  .h1 {
    font-size: 7.1246819338vw;
  }
}
h1 small,
.h1 small {
  font-size: 0.53em;
  font-family: neue-haas-grotesk-display, sans-serif;
}

h2,
.h2 {
  font-family: freight-big-pro, serif;
  color: #0A1D3D;
  font-weight: 400;
  font-size: 1.7708333333vw;
  letter-spacing: inherit;
  line-height: 1.17;
}
@media (max-width: 1366px) {
  h2,
  .h2 {
    font-size: 2.4890190337vw;
  }
}
@media (max-width: 959px) {
  h2,
  .h2 {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 639px) {
  h2,
  .h2 {
    font-size: 7.1246819338vw;
  }
}

h3,
.h3 {
  font-family: freight-big-pro, serif;
  color: #0A1D3D;
  font-weight: 400;
  font-size: 1.25vw;
  letter-spacing: inherit;
  line-height: 1.17;
}
@media (max-width: 1366px) {
  h3,
  .h3 {
    font-size: 1.756954612vw;
  }
}
@media (max-width: 959px) {
  h3,
  .h3 {
    font-size: 2.34375vw;
  }
}
@media (max-width: 639px) {
  h3,
  .h3 {
    font-size: 5.5979643766vw;
  }
}

h4,
.h4 {
  font-family: freight-big-pro, serif;
  color: #0A1D3D;
  font-weight: 400;
  font-size: 1.09375vw;
  letter-spacing: inherit;
  line-height: 1.14;
}
@media (max-width: 1366px) {
  h4,
  .h4 {
    font-size: 1.5373352855vw;
  }
}
@media (max-width: 959px) {
  h4,
  .h4 {
    font-size: 2.05078125vw;
  }
}
@media (max-width: 639px) {
  h4,
  .h4 {
    font-size: 4.834605598vw;
  }
}

h5,
.h5 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.3541666667vw;
  letter-spacing: 0em;
  line-height: inherit;
}
@media (max-width: 1366px) {
  h5,
  .h5 {
    font-size: 1.9033674963vw;
  }
}
@media (max-width: 959px) {
  h5,
  .h5 {
    font-size: 2.5390625vw;
  }
}
@media (max-width: 639px) {
  h5,
  .h5 {
    font-size: 6.6157760814vw;
  }
}

h6,
.h6 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2.6041666667vw;
  letter-spacing: 0;
  line-height: 1.08;
}
@media (max-width: 1366px) {
  h6,
  .h6 {
    font-size: 2.9282576867vw;
  }
}
@media (max-width: 959px) {
  h6,
  .h6 {
    font-size: 3.125vw;
  }
}
@media (max-width: 639px) {
  h6,
  .h6 {
    font-size: 7.6335877863vw;
  }
}

p + h3 {
  margin-top: 0 !important;
}

a {
  color: #0A1D3D;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #C30041;
}

.active-color {
  color: #C30041 !important;
  font-weight: 500;
}

.small-title {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em !important;
  font-size: 0.7291666667vw;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  .small-title {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 959px) {
  .small-title {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  .small-title {
    font-size: 3.5623409669vw;
  }
}

.surtitle {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.5 !important;
  font-size: clamp(13px, 0.8333333333vw, 16px);
  letter-spacing: 0.15em;
  line-height: 1.1;
}
@media (max-width: 1366px) {
  .surtitle {
    font-size: clamp(13px, 1.1713030747vw, 15px);
  }
}
@media (max-width: 959px) {
  .surtitle {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .surtitle {
    font-size: 4.0712468193vw;
  }
}

.surtitle + h1,
.surtitle + h2,
.surtitle + h3,
.surtitle + h4,
.surtitle + h5,
.surtitle + h6,
.surtitle + .h1,
.surtitle + .h2,
.surtitle + .h3,
.surtitle + .h4,
.surtitle + .h5,
.surtitle + .h6 {
  margin-top: 0 !important;
}

.medium-title {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #C30041 !important;
  font-weight: 600;
  letter-spacing: 0.05em !important;
  font-size: 1.1458333333vw;
  letter-spacing: inherit;
  line-height: 1.43;
}
@media (max-width: 1366px) {
  .medium-title {
    font-size: clamp(18px, 1.6105417277vw, 23px);
  }
}
@media (max-width: 959px) {
  .medium-title {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .medium-title {
    font-size: 5.0890585242vw;
  }
}

.supertitle {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #FFFCFA !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 1.08;
}
@media (max-width: 1366px) {
  .supertitle {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .supertitle {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 639px) {
  .supertitle {
    font-size: 4.5801526718vw;
  }
}

.supertitle-dark {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #0A1D3D !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 1.08;
}
@media (max-width: 1366px) {
  .supertitle-dark {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .supertitle-dark {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 639px) {
  .supertitle-dark {
    font-size: 4.5801526718vw;
  }
}

.lead-text {
  font-family: freight-big-pro, serif;
  font-weight: 200;
  font-size: 1.25vw;
  letter-spacing: inherit;
  line-height: 1.4;
}
@media (max-width: 1366px) {
  .lead-text {
    font-size: 1.756954612vw;
  }
}
@media (max-width: 959px) {
  .lead-text {
    font-size: 2.34375vw;
  }
}
@media (max-width: 639px) {
  .lead-text {
    font-size: 5.5979643766vw;
  }
}

.lead-text-small {
  font-family: neue-haas-grotesk-display, sans-serif;
  line-height: 1.7 !important;
  font-size: clamp(14px, 0.7291666667vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 1366px) {
  .lead-text-small {
    font-size: clamp(12px, 1.0248901903vw, 16px);
  }
}
@media (max-width: 959px) {
  .lead-text-small {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  .lead-text-small {
    font-size: 3.5623409669vw;
  }
}

.xl-text {
  font-family: freight-big-pro, serif;
  font-size: clamp(40px, 2.8125vw, 50px);
  letter-spacing: inherit;
  line-height: 1.2;
}
@media (max-width: 1366px) {
  .xl-text {
    font-size: 2.635431918vw;
  }
}
@media (max-width: 959px) {
  .xl-text {
    font-size: 3.515625vw;
  }
}
@media (max-width: 639px) {
  .xl-text {
    font-size: 7.1246819338vw;
  }
}

.more-button,
.uk-button,
button[type=submit],
.more-link, .book-button {
  position: relative;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #C30041;
  padding: 0.75em 1.75em;
  border: 1px solid #C30041;
  border-radius: 1.75em;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 5;
  margin-top: 1.5rem;
  height: 36px;
}
.more-button::before,
.uk-button::before,
button[type=submit]::before,
.more-link::before, .book-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  border: none;
  border-radius: 38px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 639px) {
  .more-button::before,
  .uk-button::before,
  button[type=submit]::before,
  .more-link::before, .book-button::before {
    display: none;
  }
}
.more-button:hover,
.uk-button:hover,
button[type=submit]:hover,
.more-link:hover, .book-button:hover {
  color: #0A1D3D !important;
  text-decoration: none;
  border-color: #0A1D3D;
}
@media (max-width: 639px) {
  .more-button:hover,
  .uk-button:hover,
  button[type=submit]:hover,
  .more-link:hover, .book-button:hover {
    color: #fff !important;
    border-color: #fff;
  }
}
.more-button:hover::before,
.uk-button:hover::before,
button[type=submit]:hover::before,
.more-link:hover::before, .book-button:hover::before {
  left: 0;
}
@media (max-width: 639px) {
  .more-button:hover::before,
  .uk-button:hover::before,
  button[type=submit]:hover::before,
  .more-link:hover::before, .book-button:hover::before {
    display: none;
  }
}

.book-button {
  margin: 0;
}

.more-link:first-child {
  margin-top: 0;
}

p:last-child:not(:first-child) > .more-link {
  margin-top: 2em;
}

.text-color-light .more-link {
  color: #ffffff;
}
.text-color-light .more-link:hover {
  color: #ffffff !important;
}
.text-color-light .more-link::after {
  background-image: url(../img/arrow-right.svg);
}

.download-button {
  display: inline-block;
  color: #fff;
  background-color: #FFFCFA;
  padding: 0.75em 1.75em;
  border: none;
  border-radius: 1.5em;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 1em;
  font-size: 1.1458333333vw;
  letter-spacing: inherit;
  line-height: 1.43;
}
@media (max-width: 1366px) {
  .download-button {
    font-size: clamp(18px, 1.6105417277vw, 23px);
  }
}
@media (max-width: 959px) {
  .download-button {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .download-button {
    font-size: 5.0890585242vw;
  }
}
.download-button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0A1D3D;
}
.download-button:hover::after {
  margin-left: 1.5em;
}
.download-button::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  margin-left: 0.75em;
  background-image: url(../img/download-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  transform: translateY(2px);
}

table tr td {
  vertical-align: top;
  padding-right: 1em;
}

hr {
  border: none;
  border-top: 1px solid rgba(10, 29, 61, 0.2);
  margin-bottom: 1em;
}

sup {
  font-size: 60%;
}

article,
.text-wrapper {
  position: relative;
}
article ul:not(.border-list),
.text-wrapper ul:not(.border-list) {
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
}
@media (max-width: 639px) {
  article ul:not(.border-list),
  .text-wrapper ul:not(.border-list) {
    padding-left: 1.2em;
  }
}
article ul:not(.border-list) li,
.text-wrapper ul:not(.border-list) li {
  padding-bottom: 0.35em;
  position: relative;
}
article ul:not(.border-list) li::before,
.text-wrapper ul:not(.border-list) li::before {
  content: "–";
  margin-right: 5px;
}
article *:last-child,
.text-wrapper *:last-child {
  margin-bottom: 0 !important;
}
article h1:has(+ .lead-text-small),
.text-wrapper h1:has(+ .lead-text-small) {
  margin-bottom: 0.25em;
}
article p:has(+ ul),
.text-wrapper p:has(+ ul) {
  margin-bottom: 0.25em;
}
article h2:not(:first-child),
article h3:not(:first-child),
article h4:not(:first-child),
article h5:not(:first-child),
article h6:not(:first-child),
.text-wrapper h2:not(:first-child),
.text-wrapper h3:not(:first-child),
.text-wrapper h4:not(:first-child),
.text-wrapper h5:not(:first-child),
.text-wrapper h6:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article h1 + h2,
article h2 + h3,
.text-wrapper h1 + h2,
.text-wrapper h2 + h3 {
  margin-top: 1rem !important;
}
article .surtitle + h1,
article .surtitle + h2,
article .surtitle + h3,
article .surtitle + .h1,
article .surtitle + .h2,
article .surtitle + .h3,
.text-wrapper .surtitle + h1,
.text-wrapper .surtitle + h2,
.text-wrapper .surtitle + h3,
.text-wrapper .surtitle + .h1,
.text-wrapper .surtitle + .h2,
.text-wrapper .surtitle + .h3 {
  margin-bottom: 2.5rem;
}
article h2 + h3 + p,
.text-wrapper h2 + h3 + p {
  margin-top: 2rem;
}
article h1,
article .h1,
.text-wrapper h1,
.text-wrapper .h1 {
  font-size: 1.7708333333vw;
  letter-spacing: inherit;
  line-height: 1.17;
}
@media (max-width: 1366px) {
  article h1,
  article .h1,
  .text-wrapper h1,
  .text-wrapper .h1 {
    font-size: 2.4890190337vw;
  }
}
@media (max-width: 959px) {
  article h1,
  article .h1,
  .text-wrapper h1,
  .text-wrapper .h1 {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 639px) {
  article h1,
  article .h1,
  .text-wrapper h1,
  .text-wrapper .h1 {
    font-size: 7.1246819338vw;
  }
}

ul.border-list {
  width: 100%;
  padding-left: 0;
  list-style: none;
}
ul.border-list li {
  padding: 0.5em 0;
  border-top: 1px solid rgba(10, 29, 61, 0.2);
  font-size: clamp(18px, 0.9375vw, 20px);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  ul.border-list li {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  ul.border-list li {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 639px) {
  ul.border-list li {
    font-size: 4.0712468193vw;
  }
}
ul.border-list li:last-child {
  border-bottom: 1px solid rgba(10, 29, 61, 0.2);
}

ul.border-list:not(:first-child) {
  margin-top: 1rem;
}

.text-color-light ul.border-list li {
  border-color: rgba(255, 255, 255, 0.2);
}

.no-header.unlisted-page {
  padding-top: 160px;
}
@media (max-width: 639px) {
  .no-header.unlisted-page {
    padding-top: 120px;
  }
}

@media (max-width: 639px) {
  .mce-nbsp-wrap {
    display: none;
  }
}

header.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header.navbar .navbar-wrapper {
  width: 100%;
  height: 100%;
  height: 160px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 959px) {
  header.navbar .navbar-wrapper {
    height: 140px;
  }
}
@media (max-width: 639px) {
  header.navbar .navbar-wrapper {
    height: 120px;
  }
}
header.navbar .navbar-wrapper nav#navbar {
  width: 100%;
  height: 100%;
  padding: 0 3.64vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}
@media (max-width: 959px) {
  header.navbar .navbar-wrapper nav#navbar {
    padding: 0 40px;
  }
}
@media (max-width: 639px) {
  header.navbar .navbar-wrapper nav#navbar {
    padding: 0 30px;
  }
}
header.navbar .navbar-wrapper nav#navbar ul.uk-navbar-nav li a {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  text-transform: uppercase;
  min-height: inherit;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in-out;
  font-size: 0.7291666667vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (max-width: 1366px) {
  header.navbar .navbar-wrapper nav#navbar ul.uk-navbar-nav li a {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 959px) {
  header.navbar .navbar-wrapper nav#navbar ul.uk-navbar-nav li a {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  header.navbar .navbar-wrapper nav#navbar ul.uk-navbar-nav li a {
    font-size: 10.1781170483vw;
  }
}
header.navbar .navbar-wrapper nav#navbar ul.uk-navbar-nav li a:hover {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
header.navbar .navbar-wrapper nav#navbar ul.uk-navbar-nav li.uk-active a {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: rgba(255, 255, 255, 0.8) !important;
}
header.navbar .navbar-wrapper .unlisted-nav {
  background-color: #0A1D3D !important;
}

#sidenav {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transform: translate3d(100%, 0, 0);
  background-color: #0A1D3D;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  overflow: hidden;
}
#sidenav .sidemenu-inner {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sidenav .sidemenu-inner ul.main-nav {
  z-index: 1;
}
#sidenav .sidemenu-inner ul.main-nav li a.nav-link {
  display: block;
  text-align: center;
  font-family: freight-big-pro, serif;
  color: #5E6F8D;
  transition: all 0.2s ease-in-out;
  font-size: 0.7291666667vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (max-width: 1366px) {
  #sidenav .sidemenu-inner ul.main-nav li a.nav-link {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 959px) {
  #sidenav .sidemenu-inner ul.main-nav li a.nav-link {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  #sidenav .sidemenu-inner ul.main-nav li a.nav-link {
    font-size: 10.1781170483vw;
  }
}
#sidenav .sidemenu-inner ul.main-nav li a.nav-link:hover {
  color: #fff;
}
#sidenav .sidemenu-inner ul.main-nav li.uk-active a {
  color: #fff;
}

.sidenav-open {
  transform: translate3d(0, 0, 0) !important;
}

.nav-scroll {
  background-color: #0A1D3D;
  height: 120px !important;
}
@media (max-width: 959px) {
  .nav-scroll {
    height: 100px !important;
  }
}
@media (max-width: 639px) {
  .nav-scroll {
    height: 80px !important;
  }
}

.main-logo .logo {
  width: 14.76vw;
  min-width: 200px;
  color: #fff;
}

.linkedin-button .linkedin-link {
  display: inline-block;
  color: #ffffff;
}
.linkedin-button .linkedin-link img,
.linkedin-button .linkedin-link svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
.linkedin-button .linkedin-link img #animatedLine,
.linkedin-button .linkedin-link svg #animatedLine {
  transition: all 0.5s ease-in-out;
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  transition-delay: 0;
}
.linkedin-button .linkedin-link:hover img,
.linkedin-button .linkedin-link:hover svg {
  color: #ffffff;
  transform: scale(1.1);
}
.linkedin-button .linkedin-link:hover img #animatedLine,
.linkedin-button .linkedin-link:hover svg #animatedLine {
  stroke-dasharray: 130;
  stroke-dashoffset: 0;
  transition-delay: 0 !important;
}

.mobile-link-wrapper {
  position: absolute;
  width: 110px;
  top: 40px;
  right: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.footer-mobile-link-wrapper {
  position: relative;
  margin-left: auto;
  width: 115px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.language-switch {
  position: relative;
}
.language-switch fieldset {
  position: relative;
}
.language-switch fieldset:hover svg {
  transform: scale(1.1);
}
.language-switch fieldset:hover svg #animatedLine2 {
  stroke-dasharray: 170;
  stroke-dashoffset: 0;
  transition-delay: 0 !important;
}
.language-switch fieldset svg {
  color: #fff !important;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
.language-switch fieldset svg rect {
  stroke: #fff;
}
.language-switch fieldset svg #animatedLine2 {
  transition: all 0.5s ease-in-out;
  stroke-dasharray: 170;
  stroke-dashoffset: 170;
  transition-delay: 0;
}
.language-switch fieldset select.uk-select {
  position: relative;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: none;
  height: 2rem;
  padding: 0 2rem 0 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
}
.language-switch fieldset select.uk-select option {
  position: relative;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
}

.uk-select:not([multiple]):not([size]) {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
  background-image: url(../img/selectarrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  cursor: pointer;
  z-index: 1;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  font-size: 45px;
  z-index: 10000;
}
@media (max-width: 959px) {
  .spinner {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959px) {
  .spinner .spinner-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper img {
  width: 50px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.uk-section {
  position: relative;
}

.circle-pair {
  width: 600px;
  height: 600px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 959px) {
  .circle-pair {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 639px) {
  .circle-pair {
    width: 240px;
    height: 240px;
  }
}

.circle {
  position: absolute;
  width: 514px;
  height: 514px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(10, 29, 61, 0.2);
  top: 0;
  left: 0;
}
@media (max-width: 959px) {
  .circle {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 639px) {
  .circle {
    width: 200px;
    height: 200px;
  }
}

section.uk-section .uk-container {
  position: relative;
  z-index: 1;
}

/* Du kannst z.B. .circle1 und .circle2 unterschiedlich einfärben */
.circles-top-left {
  top: 15%;
  left: 5%;
  transform: translate3d(-40%, -50%, 0);
}

.circles-top-right {
  top: 0;
  right: 0;
  transform: translate3d(40%, -50%, 0);
}

.circles-center-left {
  top: 50%;
  left: 0;
  transform: translate3d(-15%, -10%, 0);
}

.circles-center-right {
  top: 50%;
  right: 0;
  transform: translate3d(15%, -10%, 0);
}

.circles-bottom-left {
  bottom: 0;
  left: 0;
  transform: translate3d(-40%, 50%, 0);
}

.circles-bottom-right {
  bottom: 0;
  right: 0;
  transform: translate3d(40%, 50%, 0);
}

@media (max-width: 639px) {
  .circles-top-left-mobile {
    display: block !important;
    top: 0;
    left: 0;
    right: inherit;
    transform: translate3d(40%, -30%, 0);
  }
}

@media (max-width: 639px) {
  .circles-top-right-mobile {
    display: block !important;
    top: 0;
    right: 0;
    left: inherit;
    transform: translate3d(30%, -50%, 0);
  }
}

@media (max-width: 639px) {
  .circles-center-left-mobile {
    display: block !important;
    top: 50%;
    left: 0;
    right: inherit;
    transform: translate3d(15%, -50%, 0);
  }
}

@media (max-width: 639px) {
  .circles-center-right-mobile {
    display: block !important;
    top: 45%;
    right: 0;
    left: inherit;
    transform: translate3d(50%, -50%, 0);
  }
}

@media (max-width: 639px) {
  .circles-bottom-left-mobile {
    display: block !important;
    top: inherit;
    bottom: 0;
    left: 0;
    right: inherit;
    transform: translate3d(40%, 50%, 0);
  }
}

@media (max-width: 639px) {
  .circles-bottom-right-mobile {
    display: block !important;
    top: inherit;
    bottom: 0;
    right: 0;
    left: inherit;
    transform: translate3d(40%, 50%, 0);
  }
}

.no-circles {
  display: none;
}

@media (max-width: 639px) {
  .no-circles-mobile {
    display: none;
  }
}

.background-dark .circle {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidenav-circle {
  display: none;
}
@media (max-width: 639px) {
  .sidenav-circle {
    display: block;
    top: 5%;
    left: 0;
    transform: translate3d(-15%, -10%, 0);
  }
}
.sidenav-circle .circle {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

footer#footer {
  background-color: #0A1D3D;
  margin-top: auto;
}
footer#footer .uk-section {
  padding-top: clamp(85px, 5vw, 100px);
  padding-bottom: clamp(85px, 5vw, 100px);
  padding-bottom: 40px;
}
footer#footer .footer-widgets .footer-widget {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.03em;
}
footer#footer .footer-widgets .footer-widget a:not(.footernav-link) {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-color: rgba(255, 255, 255, 0);
}
footer#footer .footer-widgets .footer-widget a:not(.footernav-link):hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
footer#footer .footer-widgets .footer-widget img,
footer#footer .footer-widgets .footer-widget svg:not(.linkedin-link svg) {
  display: block;
  height: 2.3rem;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 639px) {
  footer#footer .footer-widgets .footer-widget img,
  footer#footer .footer-widgets .footer-widget svg:not(.linkedin-link svg) {
    margin: inherit;
  }
}
footer#footer .footer-widgets .footer-widget *:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  footer#footer .footer-widgets .footer-widget .footer-widget-inner * {
    text-align: left !important;
  }
}
footer#footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 639px) {
  .footer-links {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer-links .footer-nav {
  justify-content: center;
}
@media (max-width: 639px) {
  .footer-links .footer-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2rem;
  }
}
.footer-links .footer-nav li {
  display: inline-block;
}
@media (max-width: 639px) {
  .footer-links .footer-nav li {
    width: 40%;
    text-align: left !important;
  }
}
.footer-links .footer-nav li a.footernav-link {
  display: block;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  text-transform: uppercase;
  min-height: inherit;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in-out;
  font-size: 0.7291666667vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (max-width: 1366px) {
  .footer-links .footer-nav li a.footernav-link {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 959px) {
  .footer-links .footer-nav li a.footernav-link {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  .footer-links .footer-nav li a.footernav-link {
    font-size: 3.5623409669vw;
  }
}
@media (max-width: 639px) {
  .footer-links .footer-nav li a.footernav-link {
    justify-self: baseline;
    text-align: left !important;
  }
}
.footer-links .footer-nav li a.footernav-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.footer-links .footer-nav li.uk-active a.footernav-link {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: rgba(255, 255, 255, 0.8) !important;
}

.legaltable {
  margin: 0 auto;
  border-collapse: collapse;
}
.legaltable tr td a {
  color: rgba(236, 236, 232, 0.4) !important;
  text-transform: uppercase;
  min-height: inherit;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in-out;
  font-size: 12px;
}
.legaltable tr td a:hover {
  color: #ecece8 !important;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: rgba(255, 255, 255, 0.8);
}

#menu-toggle {
  display: block;
  transform: rotate(0);
  transform-origin: center center;
  position: relative;
  width: 52px;
  height: 26px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  padding: 5px;
}
#menu-toggle .top {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 10px);
  height: 1px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
#menu-toggle .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 1px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
#menu-toggle .bottom {
  position: absolute;
  top: inherit;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
  width: calc(100% - 10px);
  height: 1px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}

#close-toggle {
  display: block;
  transform: rotate(0);
  transform-origin: center center;
  position: absolute;
  bottom: 80px;
  width: 52px;
  height: 26px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  padding: 5px;
}
#close-toggle .top {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 10px);
  height: 1px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
#close-toggle .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 1px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
#close-toggle .bottom {
  position: absolute;
  top: inherit;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
  width: calc(100% - 10px);
  height: 1px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}

.menu-open {
  height: 36px !important;
  width: 36px !important;
}
.menu-open .top {
  width: 100% !important;
  transform: translateX(-50%) rotate(315deg) !important;
  top: 18px !important;
  border-bottom: 1px solid #ffffff;
}
.menu-open .middle {
  width: 0% !important;
  opacity: 0 !important;
}
.menu-open .bottom {
  width: 100% !important;
  transform: translateX(-50%) rotate(225deg) !important;
  bottom: 17px !important;
  border-bottom: 1px solid #ffffff;
}

.image-section .image-wrapper {
  position: relative;
}
.image-section .image-wrapper .overlay-wrapper {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: calc(100% - 28vw);
  height: 75%;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .overlay-wrapper {
    width: calc(100% - 80px);
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .overlay-wrapper {
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 80px);
  }
}
.image-section .image-wrapper .overlay-wrapper .overlay-text {
  width: auto;
  max-width: 50%;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .overlay-wrapper .overlay-text {
    max-width: 75%;
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .overlay-wrapper .overlay-text {
    max-width: 100%;
    top: unset;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
  }
}
.image-section .image-wrapper .overlay-wrapper .overlay-text *:last-child {
  margin-bottom: 0;
}
.image-section .image-wrapper .text-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-section .image-wrapper .underlay-top-left {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 639px) {
  .image-section .image-wrapper .underlay-top-left {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}
.image-section .image-wrapper .underlay-top-center {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 639px) {
  .image-section .image-wrapper .underlay-top-center {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}
.image-section .image-wrapper .underlay-top-right {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 639px) {
  .image-section .image-wrapper .underlay-top-right {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}
.image-section .image-wrapper .underlay-center-left {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 639px) {
  .image-section .image-wrapper .underlay-center-left {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}
.image-section .image-wrapper .underlay-center-center {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 639px) {
  .image-section .image-wrapper .underlay-center-center {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}
.image-section .image-wrapper .underlay-center-right {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 639px) {
  .image-section .image-wrapper .underlay-center-right {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}
.image-section .image-wrapper .underlay-bottom-left {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 639px) {
  .image-section .image-wrapper .underlay-bottom-left {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}
.image-section .image-wrapper .underlay-bottom-center {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 639px) {
  .image-section .image-wrapper .underlay-bottom-center {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}
.image-section .image-wrapper .underlay-bottom-right {
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 639px) {
  .image-section .image-wrapper .underlay-bottom-right {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}

.modules-section .switcher-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.modules-section ul.switcher-nav {
  margin-bottom: 0 !important;
}
.modules-section .switcher-title {
  display: flex !important;
  align-items: center;
}
.modules-section .uk-switcher {
  margin-top: 2rem;
}
.modules-section .duration {
  margin-bottom: 1rem;
}
.modules-section .module-widget-title {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 1.08;
}
@media (max-width: 1366px) {
  .modules-section .module-widget-title {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .modules-section .module-widget-title {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 639px) {
  .modules-section .module-widget-title {
    font-size: 4.5801526718vw;
  }
}
.modules-section .module-widgets .widget-wrapper h3 {
  max-width: 80%;
  line-height: 1.4;
}

[id*=uk-switcher-] {
  margin-top: 0 !important;
}

@media (max-width: 639px) {
  .uk-modal {
    padding: 0;
  }
}
.uk-modal .uk-modal-dialog {
  background-color: #ECECE8;
  padding: 185px 69px 142px;
  width: 680px;
}
@media (max-width: 959px) {
  .uk-modal .uk-modal-dialog {
    padding: 160px 40px 100px;
  }
}
@media (max-width: 639px) {
  .uk-modal .uk-modal-dialog {
    padding: 140px 20px 60px;
    margin: 0 !important;
    max-height: none !important;
  }
}
.uk-modal .uk-modal-dialog .uk-modal-close-default {
  margin: 50px;
}
@media (max-width: 959px) {
  .uk-modal .uk-modal-dialog .uk-modal-close-default {
    margin: 30px;
  }
}
@media (max-width: 639px) {
  .uk-modal .uk-modal-dialog .uk-modal-close-default {
    margin: 20px;
  }
}

a.open-modal {
  display: inline-block;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 6px;
  margin-top: 2rem;
  font-size: clamp(14px, 0.7291666667vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 1366px) {
  a.open-modal {
    font-size: clamp(12px, 1.0248901903vw, 16px);
  }
}
@media (max-width: 959px) {
  a.open-modal {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  a.open-modal {
    font-size: 3.5623409669vw;
  }
}
a.open-modal:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.8);
  text-underline-offset: 6px;
}

.two-column-divider-table {
  width: 100%;
  border-collapse: collapse;
}
.two-column-divider-table tr {
  border-top: 1px solid rgba(10, 29, 61, 0.2);
}
.two-column-divider-table tr td {
  width: 50%;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 639px) {
  .two-column-divider-table tr td {
    width: 100%;
    display: block;
    padding-bottom: 2rem;
  }
}
.two-column-divider-table tr td:last-of-type {
  padding-left: 20px;
}
@media (max-width: 639px) {
  .two-column-divider-table tr td:last-of-type {
    padding-top: 0;
    padding-left: 0;
  }
}
.two-column-divider-table tr:last-child {
  border-bottom: 1px solid rgba(10, 29, 61, 0.2);
}

.value-table {
  width: 100%;
  border-collapse: collapse;
}
.value-table tr {
  border-top: 1px solid rgba(10, 29, 61, 0.2);
}
.value-table tr td {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 639px) {
  .value-table tr td {
    width: 100% !important;
    display: block;
    padding-bottom: 2rem;
  }
}
.value-table tr td:first-child {
  width: 32%;
}
.value-table tr td:last-of-type {
  width: 68%;
}
@media (max-width: 639px) {
  .value-table tr td:last-of-type {
    padding-top: 0;
    padding-left: 0;
  }
}
.value-table tr:last-child {
  border-bottom: 1px solid rgba(10, 29, 61, 0.2);
}

.background-dark .two-column-divider-table tr {
  border-color: rgba(255, 255, 255, 0.2);
}
.background-dark .two-column-divider-table tr td {
  color: #ffffff;
}

.next-dates {
  margin-top: 4rem;
}
.next-dates .date-wrapper {
  margin-top: 2rem;
}
.next-dates .date-wrapper table.event-table {
  border-collapse: collapse;
  width: 100%;
}
.next-dates .date-wrapper table.event-table tr .date {
  font-family: "Helvetica", "Arial", sans-serif;
  letter-spacing: normal !important;
  font-size: clamp(18px, 0.9375vw, 20px);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  .next-dates .date-wrapper table.event-table tr .date {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .next-dates .date-wrapper table.event-table tr .date {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 639px) {
  .next-dates .date-wrapper table.event-table tr .date {
    font-size: 4.0712468193vw;
  }
}
.next-dates .date-wrapper table.event-table tr td {
  height: 4em;
  vertical-align: middle;
  border-bottom: 1px solid rgba(10, 29, 61, 0.2);
  padding-right: inherit;
}
.next-dates .date-wrapper table.event-table tr td .book-button {
  transform: translateY(0.4em);
  line-height: 1.3;
}
.next-dates .date-wrapper table.event-table tr td:last-child {
  text-align: right;
}

.widgets .widget .widget-wrapper .image-wrapper {
  margin-bottom: 3rem;
}

.main-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  transition: height 0.5s linear;
}
@media (max-width: 959px) {
  .main-slider {
    height: calc(var(--vhfix, 1vh) * 100);
  }
}
.main-slider ul.uk-slideshow-items {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider ul.uk-slideshow-items li {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider ul.uk-slideshow-items li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider ul.uk-slideshow-items li .video-wrapper {
  width: 100%;
  height: 100%;
}
.main-slider ul.uk-slideshow-items li .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-slider ul.uk-slideshow-items li .header-caption {
  position: absolute;
  width: 50%;
  left: calc(50% - 20px);
  bottom: 7.29vw;
  z-index: 2;
}
@media (max-width: 959px) {
  .main-slider ul.uk-slideshow-items li .header-caption {
    width: 75%;
    left: 0px;
    bottom: 10vw;
  }
}
@media (max-width: 639px) {
  .main-slider ul.uk-slideshow-items li .header-caption {
    width: 100%;
    left: 0px;
    bottom: 10vw;
  }
}
.main-slider ul.uk-slideshow-items li .header-caption * {
  color: #ffffff;
}
.main-slider ul.uk-slideshow-items li .header-caption *:last-child {
  margin-bottom: 0;
}

.caption-wrapper {
  opacity: 1;
}

.remove-caption {
  opacity: 0;
}

.slider-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.601299895) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  mix-blend-mode: multiply;
}
@media (max-width: 959px) {
  .slider-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.601299895) 100%);
  }
}

.home-page .slider-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media (max-width: 959px) {
  .home-page .slider-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  }
}

.instagram-section * + .uk-grid-margin, .instagram-section .uk-grid + .uk-grid, .instagram-section .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
.instagram-section .carousel .uk-grid-margin {
  margin-top: 0;
}

.instaSlider {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items div[role=group] {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

#instaModal .instaSlideshow {
  width: 80vw !important;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow {
    aspect-ratio: unset;
    width: calc(100vw - 80px) !important;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 80px) !important;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow .uk-slideshow-items {
    aspect-ratio: unset;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items li {
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow .uk-slideshow-items li {
    aspect-ratio: unset;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items li .uk-grid {
  height: 100%;
}
#instaModal .uk-icon {
  color: #a7af9d !important;
}
#instaModal .uk-modal-dialog {
  background-color: rgba(0, 0, 0, 0.75);
}
#instaModal .uk-modal-close-full {
  background-color: transparent;
}
#instaModal .instaSlideshow {
  width: 100%;
  height: auto;
}
#instaModal .instaText {
  background-color: #fff;
  height: 100%;
}
#instaModal .instaMedia {
  background-color: #000;
  height: 100%;
}
@media (max-width: 639px) {
  #instaModal .instaMedia {
    height: 50%;
  }
}
#instaModal .instaMedia .instaMediaWrapper {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
}
#instaModal .instaMedia .instaMediaWrapper img, #instaModal .instaMedia .instaMediaWrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 639px) {
  #instaModal .instaDescription {
    height: 50%;
    margin-top: 0;
  }
  #instaModal .instaDescription .instaText {
    overflow-y: auto;
  }
}

@media (max-width: 639px) {
  .uk-position-center-left-out.uk-position-small {
    margin-right: 5px;
  }
}

@media (max-width: 639px) {
  .uk-position-center-right-out.uk-position-small {
    margin-left: 5px;
  }
}

#productAnimation {
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #productAnimation {
    height: calc(var(--vh, 1vh) * 100 - 100px);
  }
}
@media (max-width: 639px) {
  #productAnimation {
    height: auto;
    min-height: calc(var(--vh, 1vh) * 100 - 80px);
  }
}

.animation-image img, .animation-image svg {
  display: block;
}
@media (max-width: 639px) {
  .animation-image img, .animation-image svg {
    max-width: 50%;
    margin: 0 auto;
  }
}

.animation-text .modText, .modules-section .modText {
  min-height: 16em;
}
.animation-text .switcher-title, .modules-section .switcher-title {
  font-family: neue-haas-grotesk-display, sans-serif;
  display: inline-block;
  margin-right: 1.1875rem;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 1.08;
}
@media (max-width: 1366px) {
  .animation-text .switcher-title, .modules-section .switcher-title {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .animation-text .switcher-title, .modules-section .switcher-title {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 639px) {
  .animation-text .switcher-title, .modules-section .switcher-title {
    font-size: 4.5801526718vw;
  }
}
.animation-text ul.switcher-nav, .modules-section ul.switcher-nav {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 2rem;
}
.animation-text ul.switcher-nav li, .modules-section ul.switcher-nav li {
  display: inline-block;
  list-style: none;
  margin-right: 1.1875rem;
}
.animation-text ul.switcher-nav li a, .modules-section ul.switcher-nav li a {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.animation-text ul.switcher-nav li a:hover, .modules-section ul.switcher-nav li a:hover {
  background-color: #C30041;
  color: #fff !important;
}
.animation-text ul.switcher-nav .uk-active a, .modules-section ul.switcher-nav .uk-active a {
  background-color: #C30041;
  color: #fff !important;
}

.pin-spacer {
  background-color: #0A1D3D;
}

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