/*  ==========================================================================
    All stylings of this project

    INFO:
    - don't define scss rules here, just @import the appropriate files
    - generated file will be found here: "/Resources/Public/Css/Frontend/index.css"
    ========================================================================== */
/*
 * pre-includes for processing purpose
 */
/*  ==========================================================================
    VARIABLES
    Collection of all variables

    INFO:
    - try to use variables as much as possible, it makes life easier
    - try to use meaningful prefixes, e.g. "$clr-" for color variables
      or "$fs-" for font-sizes
    ========================================================================== */
/*  ==========================================================================
    COLORS
    List all colors concerning your project here

    INFO:
    - use for your colors at least the prefix "$clr-"
    ========================================================================== */
/*  ==========================================================================
    MEDIA QUERIES
    ========================================================================== */
/*  ==========================================================================
    TYPOGRAPHY
    ========================================================================== */
/*  ==========================================================================
    DIMENSIONS
    ========================================================================== */
/*  ==========================================================================
    FUNCIONS
    Collection of all functions
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global functions
    ========================================================================== */
/*  ==========================================================================
    MIXINS
    Collection of all mixins (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global helpers

    INFO:
    - use it with care, its not a trash can!
    - contributions for the kickstarter are welcome!
    ========================================================================== */
/*
 * RESPONSIVE PROPERTIES
 * creates a css-property for each media query (desktop, tablet & mobile)
 */
/*  ==========================================================================
    BUTTONS
    ========================================================================== */
/*  ==========================================================================
    CONTENT
    ========================================================================== */
/*  ==========================================================================
    KEYFRAMES
    Collection of all keyframes (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    LOADER
    ========================================================================== */
/*  ==========================================================================
    BUTTONS
    ========================================================================== */
@-webkit-keyframes button-animation-v1 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }
@keyframes button-animation-v1 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@-webkit-keyframes button-animation-v2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

@keyframes button-animation-v2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

/*  ==========================================================================
    STICKMANS
    ========================================================================== */
@-webkit-keyframes stickman-fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@keyframes stickman-fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }

@-webkit-keyframes stickman-fade-reverse {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@keyframes stickman-fade-reverse {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

/*
 * vendor files ("normalize" always first)
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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-.
     */
figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and 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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding 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 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

/*
 * custom files
 */
/*  ==========================================================================
    HTML5 BOILERPLATE
    HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/

    INFO:
    - custom build for kickstarter
    - contributions for the kickstarter are welcome!
    ========================================================================== */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* Base styles: opinionated defaults
 * --------------------------------------------------------------------------- */
html {
  color: #222;
  font-size: 16px;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

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

/*
 * Position reset for pseudo elements
 */
*:before,
*:after {
  position: static; }

/* Browser Upgrade Prompt
 * --------------------------------------------------------------------------- */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Custom Rules
 * --------------------------------------------------------------------------- */
*:focus {
  outline: 0; }

main {
  display: block; }

/* Helper classes
 * --------------------------------------------------------------------------- */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
  visibility: hidden !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
 * --------------------------------------------------------------------------- */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
 * --------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@media screen {
  /*  ==========================================================================
    GENERAL
    Styling for general parts which affect the whole page, like:
    - Text Selection
    - Typography
    - Loaders
    - ...

    INFO:
    - adjust the preconfigured code relevant for your project (eg. colors,
        font-family ...)
    - use it with care, its not a trash can!
    - contributions for the kickstarter are welcome!
    ========================================================================== */
  /*
 * ALIASES
 */
  /*
 * SELECTION
 */
  ::-moz-selection {
    background: #74b9ff;
    color: #FFFFFF; }
  ::selection {
    background: #74b9ff;
    color: #FFFFFF; }
  /*
 * SCROLLBAR
 */
  ::-webkit-scrollbar {
    width: 5px;
    height: 10px; }
    ::-webkit-scrollbar-track {
      background-color: #000000; }
    ::-webkit-scrollbar-thumb {
      background-color: #FFFFFF; }
    ::-webkit-scrollbar-button {
      display: none; }
  .page:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #111;
    -webkit-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -o-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    pointer-events: none; }
  .page.js-page-loaded:before {
    opacity: 0; }
  .page.js-page-loaded .df-header__logo {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s; }
  .page.js-page-loaded .df-header__burger__line--1 {
    width: 50%; }
  .page.js-page-loaded .df-header__burger__line--2 {
    opacity: 1; }
  .page.js-page-loaded .df-header__burger__line--3 {
    width: 50%; }
  .page.js-page-loaded .df-vista__slogan__wrap {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s; }
  .page.js-page-loaded .df-vista__hero__image {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .page.js-page-loaded .df-vista__stickmans__item--8 svg {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .page.js-page-loaded .df-vista__stickmans__item--1 svg {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .page.js-page-loaded .df-vista__stickmans__item--3 svg {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .page.js-page-loaded .df-vista__stickmans__item--10 svg {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .page.js-page-loaded .df-vista__stickmans__item--12 svg {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .page.js-page-loaded .df-vista__stickmans__item--6 svg {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .page.js-page-loaded .df-vista__stickmans__item--7 svg {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .page.js-page-loaded .df-vista__stickmans__item--5 svg {
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  .page.js-page-loaded .df-vista__stickmans__item--13 svg {
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s; }
  .page.js-page-loaded .df-vista__stickmans__item--14 svg {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  .page.js-page-loaded .df-vista__stickmans__item--9 svg {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s; }
  .page.js-page-loaded .df-vista__stickmans__item--11 svg {
    -webkit-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s; }
  .page.js-page-loaded .df-vista__stickmans__item--2 svg {
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  .page.js-page-loaded .df-vista__stickmans__item--15 svg {
    -webkit-transition-delay: 1.3s;
         -o-transition-delay: 1.3s;
            transition-delay: 1.3s; }
  .page.js-page-loaded .df-vista__stickmans__item--4 svg {
    -webkit-transition-delay: 1.4s;
         -o-transition-delay: 1.4s;
            transition-delay: 1.4s; }
  .page.js-page-loaded .df-vista__stickmans__item svg {
    opacity: 1; }
  /*
* TYPOGRAPHY
*/
  body {
    color: #FFFFFF;
    background-color: #000000;
    font-family: "Poppins";
    font-weight: normal;
    font-size: 62.5%; } }
  @media screen and (max-width: 1600px) {
    body {
      font-size: 60%; } }
  @media screen and (max-width: 1366px) {
    body {
      font-size: 56.5%; } }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 58.5%; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 55.5%; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 52.5%; } }

@media screen {
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: "Poppins";
    font-weight: normal; }
  a {
    color: #000000;
    text-decoration: underline; }
    a:visited {
      color: #000000; }
    a:hover {
      color: rgba(0, 0, 0, 0.8); }
  hr {
    border-color: #000000; }
  h1, h2, h3, h4, h5, h6,
  p,
  ul, ol {
    margin: 0;
    padding: 0; }
  b,
  strong {
    font-weight: bold; }
  /*
 * LOADER
 */
  .loader {
    color: #000000;
    font-size: 1.2em; }
  /*
 * NO RESULT
 */
  .no-result {
    color: #E8002D;
    font-size: 1.2em;
    font-style: italic;
    text-align: center; }
  /*
 * MAGNIFIC POPUP
 */
  body.no-scroll {
    overflow: hidden;
    height: 100%; }
  .mfp-bg {
    background: #000000;
    opacity: 0.8; }
  .mfp-close {
    cursor: pointer !important; }
  .mfp-title {
    font-size: 16px;
    margin-top: 5px; }
  .mfp-close-btn-in .mfp-close {
    opacity: 1; }
  .mfp-arrow {
    opacity: 1; }
    .mfp-arrow:before {
      display: none; }
  .mfp-counter {
    display: none; }
  .mfp-preloader {
    font-size: 16px; }
  .mfp-iframe-holder .mfp-content {
    max-width: 1366px; }
  /*
 * SPACING
 */
  .df-module[data-spacing-bottom="small"] {
    margin-bottom: 10em; }
  .df-module[data-spacing-bottom="medium"] {
    margin-bottom: 15em; }
  .df-module[data-spacing-bottom="large"] {
    margin-bottom: 20em; } }

@media screen and (max-width: 1024px) {
  .df-module[data-spacing-bottom="small"] {
    margin-bottom: 7.5em; }
  .df-module[data-spacing-bottom="medium"] {
    margin-bottom: 12.5em; }
  .df-module[data-spacing-bottom="large"] {
    margin-bottom: 17.5em; } }

@media screen and (max-width: 768px) {
  .df-module[data-spacing-bottom="small"] {
    margin-bottom: 5em; }
  .df-module[data-spacing-bottom="medium"] {
    margin-bottom: 10em; }
  .df-module[data-spacing-bottom="large"] {
    margin-bottom: 15em; } }

@media screen {
  /*
 * WRAPS
 */
  body *[data-wrap="small"] {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5em;
    padding-right: 5em;
    max-width: calc(80em + 5em + 5em); }
  body *[data-wrap="medium"] {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5em;
    padding-right: 5em;
    max-width: calc(120em + 5em + 5em); }
  body *[data-wrap="large"] {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5em;
    padding-right: 5em;
    max-width: calc(165em + 5em + 5em); } }

@media screen and (max-width: 1024px) {
  body *[data-wrap="small"] {
    padding-left: 3em;
    padding-right: 3em;
    max-width: calc(80em + 3em + 3em); }
  body *[data-wrap="medium"] {
    padding-left: 3em;
    padding-right: 3em;
    max-width: calc(120em + 3em + 3em); }
  body *[data-wrap="large"] {
    padding-left: 3em;
    padding-right: 3em;
    max-width: calc(165em + 3em + 3em); } }

@media screen {
  .df-module {
    opacity: 0; }
  /*
 * HEADLINES
 */
  .df-headlines__overline {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 700; } }
  @media screen and (max-width: 1024px) {
    .df-headlines__overline {
      font-size: 2.2em; } }
  @media screen and (max-width: 768px) {
    .df-headlines__overline {
      font-size: 2.2em; } }

@media screen {
  .df-headlines__main {
    font-size: 6em;
    font-weight: 700;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; } }
  @media screen and (max-width: 1024px) {
    .df-headlines__main {
      font-size: 4.5em; } }
  @media screen and (max-width: 768px) {
    .df-headlines__main {
      font-size: 4.5em; } }

@media screen {
  .df-headlines__sub {
    font-size: 3em;
    font-weight: 400; } }
  @media screen and (max-width: 1024px) {
    .df-headlines__sub {
      font-size: 2.5em; } }
  @media screen and (max-width: 768px) {
    .df-headlines__sub {
      font-size: 2em; } }

@media screen {
  /*
 * TEXT
 */
  .df-rte {
    line-height: 1.9; }
    .df-rte > * {
      font-size: 1.8em; } }
  @media screen and (max-width: 1024px) {
    .df-rte > * {
      font-size: 1.6em; } }
  @media screen and (max-width: 768px) {
    .df-rte > * {
      font-size: 1.6em; } }

@media screen {
    .df-rte * {
      color: #FFFFFF; }
    .df-rte a {
      -webkit-transition: opacity 0.25s ease-in-out;
      -o-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
      .df-rte a:hover {
        opacity: 0.75;
        color: #FFFFFF; }
  /*
 * SCROLLER
 */
  .scroller {
    position: fixed;
    width: 100%;
    height: 5px;
    background: transparent; }
    .scroller__bar {
      width: 0;
      height: 100%;
      background: #000000; }
  /*
 * CIRCLE MOUSE MOVE
 */
  .df-circle {
    display: none;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #D2302C;
    top: 50%;
    left: 50%;
    pointer-events: none;
    z-index: 9999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .df-circle:after {
      content: '';
      background-color: #FFFFFF;
      border-radius: 50%;
      width: 5px;
      height: 5px; }
  /*
 * WAYPOINTS
 */
  .df-waypoint {
    position: absolute;
    top: 10px;
    left: 0;
    pointer-events: none;
    overflow: hidden; }
  .swiper-wrapper {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .swiper-slide {
    height: auto; }
  .JS-letter-animation {
    overflow: hidden;
    padding-bottom: 7px; }
    .JS-letter-animation .JS-letter {
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%;
      display: inline-block;
      opacity: 0; }
  /*  ==========================================================================
    HEADER
    Styling for the highest part of the website (mostly also the fixed part
    on top)
    ========================================================================== */
  body:not([data-page-id="1"]) .df-header__wrap {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.5); }
  body:not([data-page-id="1"]) .df-header__burger {
    display: none; }
  .df-header {
    color: #FFFFFF;
    z-index: 70; }
    .df-header__wrap {
      position: fixed;
      height: 11em;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 3em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      z-index: 11;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .df-header__left {
      overflow: hidden; }
    .df-header__logo {
      display: block;
      text-transform: uppercase;
      line-height: 1;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: #FFFFFF;
      text-decoration: none;
      -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
      transition: opacity 0.25s ease-in-out, -webkit-transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
      -o-transition: opacity 0.25s ease-in-out, transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
      transition: opacity 0.25s ease-in-out, transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
      transition: opacity 0.25s ease-in-out, transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), -webkit-transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
      .df-header__logo > * {
        font-size: 2em; }
      .df-header__logo:visited, .df-header__logo:hover {
        color: #FFFFFF; }
    .df-header__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5em; }
    .df-header .langmenu {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1em; }
      .df-header .langmenu__item > * {
        font-size: 1.4em; }
      .df-header .langmenu__item--act {
        pointer-events: none;
        opacity: 0.75; }
      .df-header .langmenu__item > a {
        color: #FFFFFF;
        -webkit-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        text-decoration: none; }
        .df-header .langmenu__item > a:visited {
          color: #FFFFFF; }
        .df-header .langmenu__item > a:hover {
          opacity: 0.75; }
    .df-header__burger {
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      cursor: pointer;
      -webkit-transition: 0.25s ease-in-out, -webkit-transform 330ms ease-out;
      transition: 0.25s ease-in-out, -webkit-transform 330ms ease-out;
      -o-transition: transform 330ms ease-out, 0.25s ease-in-out;
      transition: transform 330ms ease-out, 0.25s ease-in-out;
      transition: transform 330ms ease-out, 0.25s ease-in-out, -webkit-transform 330ms ease-out; }
      .df-header__burger__line {
        -webkit-transition: width 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), opacity 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: width 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), opacity 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -o-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), width 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), opacity 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), width 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), opacity 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), width 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), opacity 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        background-color: #FFFFFF;
        height: 3px;
        width: 0; }
        .df-header__burger__line--1 {
          -webkit-transform-origin: right;
              -ms-transform-origin: right;
                  transform-origin: right; }
        .df-header__burger__line--2 {
          opacity: 0;
          width: 100%; }
        .df-header__burger__line--3 {
          -ms-flex-item-align: end;
              align-self: flex-end;
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left; }
      .df-header__burger.JS-active {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
        .df-header__burger.JS-active .df-header__burger__line--1 {
          -webkit-transform: rotate(-90deg) translateX(2px);
              -ms-transform: rotate(-90deg) translateX(2px);
                  transform: rotate(-90deg) translateX(2px); }
        .df-header__burger.JS-active .df-header__burger__line--3 {
          -webkit-transform: rotate(-90deg) translateX(-3px);
              -ms-transform: rotate(-90deg) translateX(-3px);
                  transform: rotate(-90deg) translateX(-3px); }
      .df-header__burger:hover {
        opacity: 0.75; }
    .df-header__menu {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      color: #FFFFFF;
      opacity: 0;
      pointer-events: none;
      z-index: 10; }
      .df-header__menu__wrap {
        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;
        height: 100%; }
      .df-header__menu .menu__lvl--0 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        gap: 5em; }
      .df-header__menu .menu__item {
        list-style-type: none; }
        .df-header__menu .menu__item > * {
          font-size: 4.5em; } }
      @media screen and (max-width: 1024px) {
        .df-header__menu .menu__item > * {
          font-size: 3em; } }

@media screen {
        .df-header__menu .menu__item > * {
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: letter-spacing 0.25s ease-in-out;
          -o-transition: letter-spacing 0.25s ease-in-out;
          transition: letter-spacing 0.25s ease-in-out; }
          .df-header__menu .menu__item > *:hover {
            letter-spacing: 5px; }
    .df-header__menu-animation {
      width: 100%;
      height: 100%;
      pointer-events: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10; }
      .df-header__menu-animation.JS-open {
        pointer-events: auto; }
      .df-header__menu-animation__path {
        fill: #111; }
    .df-header.JS-transform .df-header__wrap {
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      background-color: rgba(0, 0, 0, 0.5); }
    .df-header.JS-open .df-header__wrap {
      background-color: transparent; }
    .df-header.JS-open .df-header__menu {
      opacity: 1;
      pointer-events: auto;
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      -webkit-transition-delay: 0.4s;
           -o-transition-delay: 0.4s;
              transition-delay: 0.4s; } }
  @media screen and (max-width: 1024px) {
    .df-header .df-header__wrap {
      height: 6em; } }

@media screen {
  /*  ==========================================================================
    VISTA
    Styling of the 'header-image-slider' part
    ========================================================================== */
  body:not([data-page-id="1"]) .df-vista {
    display: none; }
  .df-vista {
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 650px;
    background-color: #000000; }
    .df-vista__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 3em;
      height: 100%;
      max-width: 1920px;
      margin: auto; }
    .df-vista__elements {
      position: relative;
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 3.5em;
      margin-bottom: 7em; }
    .df-vista__slogan {
      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;
      z-index: 1;
      position: relative;
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .df-vista__slogan__wrap {
        text-align: right;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
        transition: -webkit-transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
        -o-transition: transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
        transition: transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
        transition: transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01), -webkit-transform 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); }
        .df-vista__slogan__wrap > span {
          font-size: 7em;
          color: #FFFFFF;
          font-weight: 600;
          line-height: 1.3; }
    .df-vista__cta {
      position: relative;
      z-index: 1; }
      .df-vista__cta__button {
        min-width: 15em;
        min-height: 5em;
        padding: 0 3em;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        border: 2px solid #FFFFFF;
        background-color: #000000;
        color: #FFFFFF;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        white-space: nowrap;
        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;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none; }
        .df-vista__cta__button > * {
          font-size: 1.8em; } }
      @media screen and (max-width: 1024px) {
        .df-vista__cta__button > * {
          font-size: 1.5em; } }

@media screen {
        .df-vista__cta__button:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #FFFFFF;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .df-vista__cta__button:hover {
          color: #000000; }
          .df-vista__cta__button:hover:after {
            top: 0;
            height: 100%; }
    .df-vista__stickmans {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .df-vista__stickmans__item {
        max-width: 5em;
        position: absolute; }
        .df-vista__stickmans__item svg {
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: opacity 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
          -o-transition: opacity 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
          transition: opacity 1s cubic-bezier(0.767, 0.01, 0.18, 1.01); }
        .df-vista__stickmans__item--1 {
          top: 20%;
          left: 24%;
          max-width: 7em;
          -webkit-animation: stickman-fade-reverse 10s infinite;
                  animation: stickman-fade-reverse 10s infinite; }
          .df-vista__stickmans__item--1 g {
            fill: #55efc4; }
        .df-vista__stickmans__item--2 {
          top: 19%;
          right: 10%;
          max-width: 12em;
          -webkit-animation-delay: 2s;
                  animation-delay: 2s;
          -webkit-animation: stickman-fade 5s infinite;
                  animation: stickman-fade 5s infinite; }
          .df-vista__stickmans__item--2 g {
            fill: #fab1a0; }
        .df-vista__stickmans__item--3 {
          left: 28%;
          top: 41%;
          -webkit-animation-delay: 1s;
                  animation-delay: 1s;
          -webkit-animation: stickman-fade-reverse 7s infinite;
                  animation: stickman-fade-reverse 7s infinite; }
          .df-vista__stickmans__item--3 g {
            fill: #ff7675; }
        .df-vista__stickmans__item--4 {
          right: 7%;
          top: 42%;
          -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
                  transform: scaleX(-1);
          -webkit-animation-delay: 3s;
                  animation-delay: 3s;
          -webkit-animation: stickman-fade 16s infinite;
                  animation: stickman-fade 16s infinite; }
          .df-vista__stickmans__item--4 g {
            fill: #d63031; }
        .df-vista__stickmans__item--5 {
          top: 25%;
          left: 62%;
          max-width: 6.5em;
          -webkit-animation-delay: 2.5s;
                  animation-delay: 2.5s;
          -webkit-animation: stickman-fade 12s infinite;
                  animation: stickman-fade 12s infinite; }
          .df-vista__stickmans__item--5 g {
            fill: #81ecec; }
        .df-vista__stickmans__item--6 {
          top: 23%;
          left: 48%;
          -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
                  transform: scaleX(-1);
          max-width: 8em;
          -webkit-animation-delay: 8s;
                  animation-delay: 8s;
          -webkit-animation: stickman-fade-reverse 6s infinite;
                  animation: stickman-fade-reverse 6s infinite; }
          .df-vista__stickmans__item--6 g {
            fill: #ffeaa7; }
        .df-vista__stickmans__item--7 {
          left: 50%;
          top: 50%;
          -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
                  transform: scaleX(-1);
          max-width: 7em;
          -webkit-animation-delay: 4s;
                  animation-delay: 4s;
          -webkit-animation: stickman-fade 9s infinite;
                  animation: stickman-fade 9s infinite; }
          .df-vista__stickmans__item--7 g {
            fill: #74b9ff; }
        .df-vista__stickmans__item--8 {
          left: 19%;
          top: 55%;
          max-width: 7em;
          -webkit-animation-delay: 7s;
                  animation-delay: 7s;
          -webkit-animation: stickman-fade-reverse 14s infinite;
                  animation: stickman-fade-reverse 14s infinite; }
          .df-vista__stickmans__item--8 g {
            fill: #00b894; }
        .df-vista__stickmans__item--9 {
          left: 73%;
          top: 52%;
          -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
                  transform: scaleX(-1);
          max-width: 5.5em;
          -webkit-animation-delay: 2s;
                  animation-delay: 2s;
          -webkit-animation: stickman-fade-reverse 18s infinite;
                  animation: stickman-fade-reverse 18s infinite; }
          .df-vista__stickmans__item--9 g {
            fill: #0984e3; }
        .df-vista__stickmans__item--10 {
          left: 36%;
          top: 61%;
          -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
                  transform: scaleX(-1);
          max-width: 5em;
          -webkit-animation-delay: 7s;
                  animation-delay: 7s;
          -webkit-animation: stickman-fade 5s infinite;
                  animation: stickman-fade 5s infinite; }
          .df-vista__stickmans__item--10 g {
            fill: #fdcb6e; }
        .df-vista__stickmans__item--11 {
          top: 36%;
          left: 75%;
          max-width: 5em;
          -webkit-animation: stickman-fade 10s infinite;
                  animation: stickman-fade 10s infinite; }
          .df-vista__stickmans__item--11 g {
            fill: #55efc4; }
        .df-vista__stickmans__item--12 {
          top: 37%;
          right: 50%;
          max-width: 9.5em;
          -webkit-animation-delay: 0.5s;
                  animation-delay: 0.5s;
          -webkit-animation: stickman-fade-reverse 5s infinite;
                  animation: stickman-fade-reverse 5s infinite; }
          .df-vista__stickmans__item--12 g {
            fill: #fab1a0; }
        .df-vista__stickmans__item--13 {
          left: 64%;
          top: 45%;
          max-width: 4em;
          -webkit-animation-delay: 1.5s;
                  animation-delay: 1.5s;
          -webkit-animation: stickman-fade 7s infinite;
                  animation: stickman-fade 7s infinite; }
          .df-vista__stickmans__item--13 g {
            fill: #55efc4; }
        .df-vista__stickmans__item--14 {
          right: 31%;
          top: 62%;
          max-width: 5.5em;
          -webkit-animation-delay: 3.5s;
                  animation-delay: 3.5s;
          -webkit-animation: stickman-fade-reverse 16s infinite;
                  animation: stickman-fade-reverse 16s infinite; }
          .df-vista__stickmans__item--14 g {
            fill: #d63031; }
        .df-vista__stickmans__item--15 {
          top: 59%;
          left: 83%;
          -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
                  transform: scaleX(-1);
          max-width: 6em;
          -webkit-animation-delay: 5.5s;
                  animation-delay: 5.5s;
          -webkit-animation: stickman-fade 12s infinite;
                  animation: stickman-fade 12s infinite; }
          .df-vista__stickmans__item--15 g {
            fill: #81ecec; }
    .df-vista__hero {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative; }
      .df-vista__hero__image {
        position: relative;
        max-width: 44em;
        opacity: 0;
        -webkit-transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
        -o-transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
        transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01); }
        .df-vista__hero__image:before {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 50%;
          background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
          background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
          z-index: 1; }
        .df-vista__hero__image img {
          width: 100%;
          height: auto;
          display: block;
          -webkit-filter: grayscale(1);
                  filter: grayscale(1);
          user-drag: none; } }
  @media screen and (max-width: 1600px) {
    .df-vista .df-vista__elements {
      width: 60%; }
    .df-vista .df-vista__hero {
      width: 40%; }
    .df-vista .df-vista__slogan__wrap > span {
      font-size: 6em; }
    .df-vista .df-vista__stickmans__item--1 {
      max-width: 6em; }
    .df-vista .df-vista__stickmans__item--2 {
      max-width: 9em; }
    .df-vista .df-vista__stickmans__item--5 {
      max-width: 5em; }
    .df-vista .df-vista__stickmans__item--6 {
      max-width: 7em; }
    .df-vista .df-vista__stickmans__item--7 {
      max-width: 6em; } }
  @media screen and (max-width: 1366px) {
    .df-vista .df-vista__slogan__wrap > span {
      font-size: 5em; }
    .df-vista .df-vista__elements {
      width: 65%; }
    .df-vista .df-vista__hero {
      width: 35%; }
    .df-vista .df-vista__stickmans {
      -webkit-transform: translate(-5%, 2%);
          -ms-transform: translate(-5%, 2%);
              transform: translate(-5%, 2%); } }
  @media screen and (max-width: 1024px) {
    .df-vista .df-vista__wrap {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .df-vista .df-vista__slogan {
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .df-vista .df-vista__slogan__wrap {
        text-align: left;
        margin-right: 0;
        width: 100%;
        max-width: 55em; }
        .df-vista .df-vista__slogan__wrap > span {
          font-size: 6em;
          letter-spacing: -2px; }
    .df-vista .df-vista__stickmans {
      -webkit-transform: translateX(-10%);
          -ms-transform: translateX(-10%);
              transform: translateX(-10%);
      opacity: 0.75; }
    .df-vista .df-vista__elements {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 5em;
      width: 100%;
      height: 100%;
      gap: 4em; }
    .df-vista .df-vista__hero {
      width: 100%;
      height: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      .df-vista .df-vista__hero__image {
        max-width: 37.5em; }
        .df-vista .df-vista__hero__image:before {
          height: 60%; } }
  @media screen and (max-width: 768px) {
    .df-vista .df-vista__slogan__wrap > span {
      font-size: 4.5em; }
    .df-vista .df-vista__hero__image {
      -webkit-transform: translateX(15%);
          -ms-transform: translateX(15%);
              transform: translateX(15%);
      max-width: 26em; }
    .df-vista .df-vista__stickmans__item--hidden {
      display: none; }
    .df-vista .df-vista__stickmans__item--1 {
      top: 17%;
      left: 10%;
      max-width: 5em; }
    .df-vista .df-vista__stickmans__item--2 {
      top: 21%;
      right: -10%;
      max-width: 9em; }
    .df-vista .df-vista__stickmans__item--3 {
      left: 19%;
      top: 37%;
      max-width: 3.5em; }
    .df-vista .df-vista__stickmans__item--4 {
      top: 43%;
      right: -5%; }
    .df-vista .df-vista__stickmans__item--5 {
      top: 30%;
      left: 71%;
      max-width: 6em; }
    .df-vista .df-vista__stickmans__item--6 {
      top: 23%;
      left: 36%;
      max-width: 7em; }
    .df-vista .df-vista__stickmans__item--7 {
      left: 43%;
      top: 38%;
      max-width: 6em; }
    .df-vista .df-vista__stickmans__item--9 {
      left: 61%;
      max-width: 6em; }
    .df-vista .df-vista__stickmans__item--10 {
      left: 43%;
      top: 63%;
      max-width: 4em; } }

@media screen {
  /*  ==========================================================================
    MAIN
    Styling for parts (which are not defined as modules), for eg. breadcrumb

    INFO:
    - don't style modules here, use the corresponding modules scss folder
    ========================================================================== */
  .df-main {
    padding-top: calc(11em + 5em);
    min-height: calc(100vh - 20em);
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .df-main .df-module__breadcrumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.5em;
      padding-bottom: 3em; }
      .df-main .df-module__breadcrumb > a {
        text-decoration: none;
        -webkit-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        color: #FFFFFF; }
        .df-main .df-module__breadcrumb > a:hover {
          opacity: 0.75; }
      .df-main .df-module__breadcrumb span {
        font-size: 1.3em; } }
      @media screen and (max-width: 1024px) {
        .df-main .df-module__breadcrumb span {
          font-size: 1.2em; } }
  @media screen and (max-width: 1024px) {
    .df-main {
      padding-top: 15em; } }

@media screen {
  /*  ==========================================================================
    MODULES
    Collection of all modules
    ========================================================================== */
  /*  ==========================================================================
    FACTS
    ========================================================================== */
  .df-module[data-module="facts"] {
    opacity: 1;
    overflow: hidden;
    padding-bottom: 15em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
  @media screen and (max-width: 1024px) {
    .df-module[data-module="facts"] {
      padding-bottom: 10em; } }

@media screen {
    .df-module[data-module="facts"] .df-module__headlines {
      margin-bottom: 4.5em;
      text-align: center; }
    .df-module[data-module="facts"] .df-module__list {
      opacity: 0;
      -webkit-transform: translateY(10em);
          -ms-transform: translateY(10em);
              transform: translateY(10em);
      -webkit-transition: 1.5s ease-out;
      -o-transition: 1.5s ease-out;
      transition: 1.5s ease-out; }
      .df-module[data-module="facts"] .df-module__list__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 3em; }
    .df-module[data-module="facts"] .df-module__item {
      width: calc((100% / 3) - (3em * calc(3 - 1) / 3));
      padding: 2em;
      border-radius: 0.2em;
      color: #000000;
      background-color: #FFFFFF;
      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;
      text-align: center;
      position: relative;
      border: 1px solid #74b9ff; }
    .df-module[data-module="facts"] .df-module__rte {
      line-height: 1.5; }
      .df-module[data-module="facts"] .df-module__rte > * {
        font-size: 1.8em; } }
    @media screen and (max-width: 1024px) {
      .df-module[data-module="facts"] .df-module__rte > * {
        font-size: 1.6em; } }

@media screen {
      .df-module[data-module="facts"] .df-module__rte * {
        color: #000000; }
      .df-module[data-module="facts"] .df-module__rte a {
        color: #000000;
        -webkit-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
        .df-module[data-module="facts"] .df-module__rte a:visited, .df-module[data-module="facts"] .df-module__rte a:hover {
          color: #000000; }
        .df-module[data-module="facts"] .df-module__rte a:hover {
          opacity: 0.75; }
    .df-module[data-module="facts"].JS-fade-in .df-module__list {
      opacity: 1;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }
  @media screen and (max-width: 768px) {
    .df-module[data-module="facts"] .df-module__list__wrap {
      gap: 2em; }
    .df-module[data-module="facts"] .df-module__item {
      width: calc((100% / 2) - (2em * calc(2 - 1) / 2)); } }
  @media screen and (max-width: 480px) {
    .df-module[data-module="facts"] .df-module__item {
      width: 100%; } }

@media screen {
  /*  ==========================================================================
    TEXT
    ========================================================================== */
  .df-module[data-module="text"] {
    opacity: 1; }
    .df-module[data-module="text"] .df-module__headlines ~ .df-module__rte {
      margin-top: 2.5em; }
    .df-module[data-module="text"] .df-module__cta__button {
      min-width: 15em;
      min-height: 5em;
      padding: 0 3em;
      font-weight: 600;
      cursor: pointer;
      position: relative;
      border: 2px solid #FFFFFF;
      background-color: #000000;
      color: #FFFFFF;
      z-index: 1;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      white-space: nowrap;
      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;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none; }
      .df-module[data-module="text"] .df-module__cta__button > * {
        font-size: 1.8em; } }
    @media screen and (max-width: 1024px) {
      .df-module[data-module="text"] .df-module__cta__button > * {
        font-size: 1.5em; } }

@media screen {
      .df-module[data-module="text"] .df-module__cta__button:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #FFFFFF;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .df-module[data-module="text"] .df-module__cta__button:hover {
        color: #000000; }
        .df-module[data-module="text"] .df-module__cta__button:hover:after {
          top: 0;
          height: 100%; }
  /*  ==========================================================================
    TEXT
    ========================================================================== */
  .df-module[data-module="image-slider"] {
    opacity: 1;
    overflow: hidden;
    padding-bottom: 15em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
  @media screen and (max-width: 1024px) {
    .df-module[data-module="image-slider"] {
      padding-bottom: 10em; } }

@media screen {
    .df-module[data-module="image-slider"] .df-module__headlines {
      text-align: center;
      margin-bottom: 4.5em; }
      .df-module[data-module="image-slider"] .df-module__headlines__main {
        color: #FFFFFF; }
    .df-module[data-module="image-slider"] .df-module__slider {
      position: relative;
      opacity: 0;
      -webkit-transform: translateY(10em);
          -ms-transform: translateY(10em);
              transform: translateY(10em);
      -webkit-transition: 1.5s ease-out;
      -o-transition: 1.5s ease-out;
      transition: 1.5s ease-out; }
    .df-module[data-module="image-slider"] .df-module__list {
      overflow: hidden;
      padding-top: 1em; }
    .df-module[data-module="image-slider"] .df-module__item {
      width: 40em; }
      .df-module[data-module="image-slider"] .df-module__item__wrap {
        display: block;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        -o-transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
        .df-module[data-module="image-slider"] .df-module__item__wrap:hover {
          -webkit-transform: translateY(-1em);
              -ms-transform: translateY(-1em);
                  transform: translateY(-1em); }
    .df-module[data-module="image-slider"] .df-module__image {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .df-module[data-module="image-slider"] .df-module__image img {
        display: block;
        height: auto;
        width: 100%; }
    .df-module[data-module="image-slider"] .df-module__content {
      background-color: #FFFFFF;
      color: #000000;
      padding: 2em;
      border-bottom-left-radius: 0.2em;
      border-bottom-right-radius: 0.2em; }
    .df-module[data-module="image-slider"] .df-module__rte {
      line-height: 1.5; }
      .df-module[data-module="image-slider"] .df-module__rte > * {
        font-size: 1.6em; }
    .df-module[data-module="image-slider"] .df-module__date {
      font-weight: 700;
      letter-spacing: 2px; }
      .df-module[data-module="image-slider"] .df-module__date > * {
        font-size: 1.6em; }
    .df-module[data-module="image-slider"] .df-module__cta {
      margin-top: 1.5em; }
      .df-module[data-module="image-slider"] .df-module__cta__button {
        font-weight: 600;
        cursor: pointer;
        color: #000000;
        z-index: 1;
        white-space: nowrap;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none; }
        .df-module[data-module="image-slider"] .df-module__cta__button > * {
          font-size: 1.6em; }
        .df-module[data-module="image-slider"] .df-module__cta__button:hover {
          letter-spacing: 2px; }
    .df-module[data-module="image-slider"] .df-module__arrows__prev, .df-module[data-module="image-slider"] .df-module__arrows__next {
      color: #FFFFFF;
      -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      -o-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .df-module[data-module="image-slider"] .df-module__arrows__prev > *, .df-module[data-module="image-slider"] .df-module__arrows__next > * {
        font-size: 1.7em; }
      .df-module[data-module="image-slider"] .df-module__arrows__prev:after, .df-module[data-module="image-slider"] .df-module__arrows__next:after {
        display: none; }
      .df-module[data-module="image-slider"] .df-module__arrows__prev[aria-disabled="true"], .df-module[data-module="image-slider"] .df-module__arrows__next[aria-disabled="true"] {
        opacity: 0; }
    .df-module[data-module="image-slider"] .df-module__arrows__prev {
      left: -4em; }
      .df-module[data-module="image-slider"] .df-module__arrows__prev:hover {
        -webkit-transform: translateX(-3px);
            -ms-transform: translateX(-3px);
                transform: translateX(-3px); }
    .df-module[data-module="image-slider"] .df-module__arrows__next {
      right: -4em; }
      .df-module[data-module="image-slider"] .df-module__arrows__next:hover {
        -webkit-transform: translateX(3px);
            -ms-transform: translateX(3px);
                transform: translateX(3px); }
    .df-module[data-module="image-slider"].JS-fade-in .df-module__slider {
      opacity: 1;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }
  @media screen and (max-width: 1024px) {
    .df-module[data-module="image-slider"] .df-module__headlines {
      margin-bottom: 4.5em; }
    .df-module[data-module="image-slider"] .df-module__list {
      overflow: visible; }
    .df-module[data-module="image-slider"] .df-module__arrows {
      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;
      gap: 5em;
      margin-top: 4em; }
      .df-module[data-module="image-slider"] .df-module__arrows__prev, .df-module[data-module="image-slider"] .df-module__arrows__next {
        position: static;
        height: auto;
        margin-top: 0; }
        .df-module[data-module="image-slider"] .df-module__arrows__prev[aria-disabled="true"], .df-module[data-module="image-slider"] .df-module__arrows__next[aria-disabled="true"] {
          opacity: 1; }
    .df-module[data-module="image-slider"] .df-module__item__wrap:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

@media screen {
  /*  ==========================================================================
    TEXT
    ========================================================================== */
  .df-module[data-module="intro-text"] {
    opacity: 1;
    text-align: center;
    position: relative; }
    .df-module[data-module="intro-text"] .df-module__headlines ~ .df-module__rte {
      margin-top: 2.5em; }
    .df-module[data-module="intro-text"] .df-module__rte {
      opacity: 0;
      -webkit-transform: translateY(10em);
          -ms-transform: translateY(10em);
              transform: translateY(10em);
      -webkit-transition: 1.5s ease-out;
      -o-transition: 1.5s ease-out;
      transition: 1.5s ease-out; }
      .df-module[data-module="intro-text"] .df-module__rte__content {
        line-height: 2;
        letter-spacing: 0.8px; }
        .df-module[data-module="intro-text"] .df-module__rte__content > * {
          font-size: 3em; } }
      @media screen and (max-width: 1024px) {
        .df-module[data-module="intro-text"] .df-module__rte__content > * {
          font-size: 2em; } }

@media screen {
    .df-module[data-module="intro-text"] .df-module__stickman {
      position: absolute;
      width: 100%;
      height: 100%;
      max-width: 25em;
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 0.2;
      left: 2.5em;
      bottom: 0;
      z-index: -1;
      -webkit-transform: translateY(30%);
          -ms-transform: translateY(30%);
              transform: translateY(30%); }
      .df-module[data-module="intro-text"] .df-module__stickman svg {
        width: 100%;
        height: 100%; }
        .df-module[data-module="intro-text"] .df-module__stickman svg g {
          fill: #74b9ff; }
    .df-module[data-module="intro-text"].JS-fade-in .df-module__rte {
      opacity: 1;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }
  @media screen and (max-width: 768px) {
    .df-module[data-module="intro-text"] .df-module__stickman {
      max-width: 20em; } }

@media screen {
  /*  ==========================================================================
    PUBLICATIONS
    ========================================================================== */
  .df-module[data-module="publications"] {
    opacity: 1;
    padding-bottom: 15em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
  @media screen and (max-width: 1024px) {
    .df-module[data-module="publications"] {
      padding-bottom: 10em; } }

@media screen {
    .df-module[data-module="publications"] .df-module__headlines {
      margin-bottom: 4.5em;
      text-align: center; }
    .df-module[data-module="publications"] .df-module__list {
      opacity: 0;
      -webkit-transform: translateY(10em);
          -ms-transform: translateY(10em);
              transform: translateY(10em);
      -webkit-transition: 1.5s ease-out;
      -o-transition: 1.5s ease-out;
      transition: 1.5s ease-out; }
      .df-module[data-module="publications"] .df-module__list__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 2em; }
    .df-module[data-module="publications"] .df-module__item {
      width: calc((100% / 3) - (2em * calc(3 - 1) / 3));
      padding: 0.5em;
      border-radius: 0.2em;
      color: #000000;
      background-color: #FFFFFF;
      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;
      text-align: center;
      position: relative; }
      .df-module[data-module="publications"] .df-module__item__wrap {
        height: 100%; }
      .df-module[data-module="publications"] .df-module__item:hover .df-module__image img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    .df-module[data-module="publications"] .df-module__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
    .df-module[data-module="publications"] .df-module__image {
      overflow: hidden; }
      .df-module[data-module="publications"] .df-module__image img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    .df-module[data-module="publications"] .df-module__cta {
      position: relative;
      z-index: 1; }
      .df-module[data-module="publications"] .df-module__cta__button {
        min-width: 15em;
        min-height: 5em;
        padding: 0 3em;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        border: 2px solid #FFFFFF;
        background-color: #000000;
        color: #FFFFFF;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        white-space: nowrap;
        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;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #000000; }
        .df-module[data-module="publications"] .df-module__cta__button > * {
          font-size: 1.8em; } }
      @media screen and (max-width: 1024px) {
        .df-module[data-module="publications"] .df-module__cta__button > * {
          font-size: 1.5em; } }

@media screen {
        .df-module[data-module="publications"] .df-module__cta__button:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #FFFFFF;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .df-module[data-module="publications"] .df-module__cta__button:hover {
          color: #000000; }
          .df-module[data-module="publications"] .df-module__cta__button:hover:after {
            top: 0;
            height: 100%; }
    .df-module[data-module="publications"].JS-fade-in .df-module__list {
      opacity: 1;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }
  @media screen and (max-width: 1024px) {
    .df-module[data-module="publications"] .df-module__list__wrap {
      gap: 2em; }
    .df-module[data-module="publications"] .df-module__item {
      width: calc((100% / 2) - (2em * calc(2 - 1) / 2)); } }
  @media screen and (max-width: 768px) {
    .df-module[data-module="publications"] .df-module__list__wrap {
      gap: 2em; }
    .df-module[data-module="publications"] .df-module__item {
      width: calc((100% / 2) - (2em * calc(2 - 1) / 2)); } }
  @media screen and (max-width: 480px) {
    .df-module[data-module="publications"] .df-module__item {
      width: 100%; }
    .df-module[data-module="publications"] .df-module__headlines__main {
      font-size: 3.2em; } }

@media screen {
  /*  ==========================================================================
    FACTS
    ========================================================================== */
  .df-module[data-module="accordion"] {
    opacity: 1;
    overflow: hidden;
    padding-bottom: 15em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; } }
  @media screen and (max-width: 1024px) {
    .df-module[data-module="accordion"] {
      padding-bottom: 10em; } }

@media screen {
    .df-module[data-module="accordion"] .df-module__stickman {
      position: absolute;
      width: 100%;
      height: 100%;
      max-width: 20em;
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 0.2;
      right: 2.5em;
      bottom: 0;
      z-index: -1; }
      .df-module[data-module="accordion"] .df-module__stickman svg {
        width: 100%;
        height: 100%; }
        .df-module[data-module="accordion"] .df-module__stickman svg g {
          fill: #74b9ff; }
    .df-module[data-module="accordion"] .df-module__headlines {
      margin-bottom: 4.5em;
      text-align: center; }
    .df-module[data-module="accordion"] .df-module__list {
      opacity: 0;
      -webkit-transform: translateY(10em);
          -ms-transform: translateY(10em);
              transform: translateY(10em);
      -webkit-transition: 1.5s ease-out;
      -o-transition: 1.5s ease-out;
      transition: 1.5s ease-out; }
      .df-module[data-module="accordion"] .df-module__list__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .df-module[data-module="accordion"] .df-module__item {
      width: 100%;
      padding: 3em 2em;
      position: relative;
      border-bottom: 2px solid #74b9ff; }
      .df-module[data-module="accordion"] .df-module__item:first-child {
        padding-top: 0; }
    .df-module[data-module="accordion"] .df-module__trigger__title > * {
      font-size: 2.8em; } }
  @media screen and (max-width: 1024px) {
    .df-module[data-module="accordion"] .df-module__trigger__title > * {
      font-size: 2.4em; } }
  @media screen and (max-width: 768px) {
    .df-module[data-module="accordion"] .df-module__trigger__title > * {
      font-size: 2em; } }

@media screen {
    .df-module[data-module="accordion"] .df-module__slide {
      margin-top: 2em;
      padding-left: 2em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.5em; }
      .df-module[data-module="accordion"] .df-module__slide__icon {
        margin-top: 0.7em; }
        .df-module[data-module="accordion"] .df-module__slide__icon > * {
          font-size: 1.8em; } }
      @media screen and (max-width: 1024px) {
        .df-module[data-module="accordion"] .df-module__slide__icon > * {
          font-size: 1.6em; } }

@media screen {
    .df-module[data-module="accordion"] .df-module__image__wrap {
      margin-top: 2em;
      -webkit-transition: opacity 0.25s ease-in-out;
      -o-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out;
      display: block; }
      .df-module[data-module="accordion"] .df-module__image__wrap img {
        width: auto;
        height: auto;
        max-width: 30em;
        max-height: 11em; }
        .df-module[data-module="accordion"] .df-module__image__wrap img[src*=".svg"] {
          -webkit-filter: brightness(0) invert(1);
                  filter: brightness(0) invert(1); }
    .df-module[data-module="accordion"] .df-module__image > a:hover {
      opacity: 0.75; }
    .df-module[data-module="accordion"].JS-fade-in .df-module__list {
      opacity: 1;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }
  @media screen and (max-width: 768px) {
    .df-module[data-module="accordion"] .df-module__item {
      padding: 2.5em 0; }
    .df-module[data-module="accordion"] .df-module__slide {
      padding-left: 0; }
    .df-module[data-module="accordion"] .df-module__stickman {
      max-width: 15em; } }

@media screen {
  /*  ==========================================================================
    FOOTER
    Styling for the lowest part of the website
    ========================================================================== */
  .df-footer {
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    padding: 10em 0; } }
  @media screen and (max-width: 1024px) {
    .df-footer {
      padding: 6em 0; } }

@media screen {
    .df-footer__row--1 {
      margin-bottom: 2.5em; }
    .df-footer__row--2 {
      padding-bottom: 3em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .df-footer__row--3 {
      padding-top: 3em;
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .df-footer__mail {
      font-weight: 600;
      color: #FFFFFF;
      -webkit-transition: opacity 0.25s ease-in-out;
      -o-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
      .df-footer__mail > * {
        font-size: 2.2em; } }
    @media screen and (max-width: 1024px) {
      .df-footer__mail > * {
        font-size: 2em; } }

@media screen {
      .df-footer__mail:hover {
        opacity: 0.75;
        color: #FFFFFF; }
    .df-footer__copyright > * {
      font-size: 1.4em; } }
  @media screen and (max-width: 1024px) {
    .df-footer__copyright > * {
      font-size: 1.3em; } }

@media screen {
    .df-footer__legalmenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1em; }
      .df-footer__legalmenu > a {
        color: #FFFFFF;
        -webkit-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        text-decoration: none; }
        .df-footer__legalmenu > a > * {
          font-size: 1.4em; } }
      @media screen and (max-width: 1024px) {
        .df-footer__legalmenu > a > * {
          font-size: 1.3em; } }

@media screen {
        .df-footer__legalmenu > a:hover {
          opacity: 0.75; }
    .df-footer__socials {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      list-style: none;
      gap: 2em; }
      .df-footer__socials__icon {
        position: relative;
        background: #ffffff;
        border-radius: 50%;
        padding: 1.5em;
        width: 5em;
        height: 5em;
        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-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        -webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        text-decoration: none; }
        .df-footer__socials__icon > * {
          font-size: 1.8em; }
        .df-footer__socials__icon--linkedin:hover {
          background: #0e76a8;
          color: #ffffff; }
          .df-footer__socials__icon--linkedin:hover .df-footer__socials__tooltip {
            background: #0e76a8;
            color: #ffffff; }
            .df-footer__socials__icon--linkedin:hover .df-footer__socials__tooltip:before {
              background: #0e76a8;
              color: #ffffff; }
        .df-footer__socials__icon--xing:hover {
          background: #026466;
          color: #ffffff; }
          .df-footer__socials__icon--xing:hover .df-footer__socials__tooltip {
            background: #026466;
            color: #ffffff; }
            .df-footer__socials__icon--xing:hover .df-footer__socials__tooltip:before {
              background: #026466;
              color: #ffffff; }
        .df-footer__socials__icon:hover .df-footer__socials__tooltip {
          top: -3.5em;
          opacity: 1;
          visibility: visible;
          pointer-events: auto; }
      .df-footer__socials__tooltip {
        position: absolute;
        top: 0;
        font-size: 1.4em;
        background: #ffffff;
        color: #ffffff;
        padding: 0.5em 0.8em;
        border-radius: 0.5em;
        -webkit-box-shadow: 0 1em 1em rgba(0, 0, 0, 0.1);
                box-shadow: 0 1em 1em rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
        .df-footer__socials__tooltip:before {
          position: absolute;
          content: "";
          height: 0.8em;
          width: 0.8em;
          background: #ffffff;
          bottom: -3px;
          left: 50%;
          -webkit-transform: translate(-50%) rotate(45deg);
              -ms-transform: translate(-50%) rotate(45deg);
                  transform: translate(-50%) rotate(45deg);
          -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); } }
  @media screen and (max-width: 768px) {
    .df-footer .df-footer__row--2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 8em; } }

@media print {
  /*  ==========================================================================
    PRINT STYLES
    Styling for the printed version of the page

    INFO:
    - try not to modify the defaults
    - append your custom rules at the end after 'OWN RULES'
    - contributions for the kickstarter are welcome!
    ========================================================================== */
  * {
    -webkit-print-color-adjust: exact;
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  video {
    display: none; }
  /* Own Rules
 * --------------------------------------------------------------------------- */ }

