@charset "UTF-8";
/*  ---------------------------------------------------------------------- */
/*  
    Name: www.wyby.ch
    Date: February 2025
    Version: 3.0
    Author: Daniel Baumgartner
*/
/*  ---------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/* Display */
body.light-mode section.type-four .btn.tertiary, body.light-mode div.type-four .btn.tertiary, body.dark-mode section.type-four .btn.tertiary, body.dark-mode div.type-four .btn.tertiary, .footer-container .copyright ul, .partners-detail, .advantages-container .advantage-container .advantage-check, .application-teaser-container .application-container a.application-link, .trusted-by-container .trusted-by-logo, .trusted-by-container, .trusted-by, .vertical-center, .nav-overlay .language-switcher, .header-container .mode-toggle .toggle-icon, .header-container .mode-toggle, .header-container nav.navigation-container ul, .header-container nav.navigation-container, .header-container .row, .btn.center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.features-container .feature-container, .nav-overlay .language-switcher a, .btn {
  display: -webkit-inline-flex;
  display: inline-flex;
}

/* Flex direction */
.header-container .nav-toggle {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flex wrap */
.partners-detail, .trusted-by-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Flex flow */
/* Order */
/* Flex grow */
/* Flex shrink */
/* Flex basis */
/* Flex */
/* Justify content */
.header-container .mode-toggle.dark {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.advantages-container .advantage-container .advantage-check, .application-teaser-container .application-container a.application-link, .trusted-by-container .trusted-by-logo, .trusted-by-container, .header-container .mode-toggle .toggle-icon, .header-container nav.navigation-container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* Align items */
.footer-container .copyright ul, .advantages-container .advantage-container .advantage-check, .features-container .feature-container, .application-teaser-container .application-container a.application-link, .trusted-by-container .trusted-by-logo, .trusted-by, .vertical-center, .nav-overlay .language-switcher a, .nav-overlay .language-switcher, .header-container .mode-toggle .toggle-icon, .header-container .mode-toggle, .header-container nav.navigation-container ul, .header-container nav.navigation-container, .header-container .row, .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* Align self */
/* Align content */
/*  ---------------------------------------------------------------------- */
/*  settings */
/*  ---------------------------------------------------------------------- */
/* wyby-blue */
/* wyby-green */
/*	---------------------------------------------------------------------- */
/*	
	Icontel Custom Mixins & Helpers
	Date: January 2017
	Version: 1.1
	Author: Daniel Baumgartner
	Autor URI: icontel.com
*/
/*	---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  grid */
/*  ---------------------------------------------------------------------- */
.wrapper {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.row {
  margin: 1em -2.5%;
}

[class*=column-] {
  display: block;
  float: left;
  min-height: 1px;
  margin: 0 2.5%;
  padding: 0;
  width: 100%;
}
[class*=column-].center {
  text-align: center;
}
[class*=column-].right {
  text-align: right;
}

.column-1 {
  width: 3.3333333333%;
}

.column-2 {
  width: 11.6666666667%;
}

.column-3 {
  width: 20%;
}

.column-4 {
  width: 28.3333333333%;
}

.column-5 {
  width: 36.6666666667%;
}

.column-6 {
  width: 45%;
}

.column-7 {
  width: 53.3333333333%;
}

.column-8 {
  width: 61.6666666667%;
}

.column-9 {
  width: 70%;
}

.column-10 {
  width: 78.3333333333%;
}

.column-11 {
  width: 86.6666666667%;
}

.column-12 {
  width: 95%;
}

.offset-1 {
  margin-left: 10.8333333333%;
}

.offset-2 {
  margin-left: 19.1666666667%;
}

.offset-3 {
  margin-left: 27.5%;
}

.offset-4 {
  margin-left: 35.8333333333%;
}

.offset-5 {
  margin-left: 44.1666666667%;
}

.offset-6 {
  margin-left: 52.5%;
}

.offset-7 {
  margin-left: 60.8333333333%;
}

.offset-8 {
  margin-left: 69.1666666667%;
}

.offset-9 {
  margin-left: 77.5%;
}

.offset-10 {
  margin-left: 85.8333333333%;
}

.offset-11 {
  margin-left: 94.1666666667%;
}

.offset-12 {
  margin-left: 102.5%;
}

.row {
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
.nav-overlay .navigation-container ul, ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

*:focus {
  outline: none;
}

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  triangle */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  transitions */
/*  ---------------------------------------------------------------------- */
.footer-container nav.navigation-container ul li a.active:before, .teamTeasers-container .team-container, .advantages-container .advantage-container p, .advantages-container .advantage-container h4, .advantages-container .advantage-container .advantage-check .svg path, .advantages-container .advantage-container .advantage-check .svg circle, .advantages-container .advantage-container .advantage-check .svg rect, .advantages-container .advantage-container .advantage-check .svg polyline, .advantages-container .advantage-container .advantage-check .svg line, .advantages-container .advantage-container .advantage-check .svg polygon, .advantages-container .advantage-container .advantage-check .svg, .advantages-container .advantage-container .advantage-check, .advantages-container .advantage-container, .application-teaser-container .application-container a.application-link .svg path, .application-teaser-container .application-container a.application-link .svg, .application-teaser-container .application-container, .nav-overlay .navigation-container ul li a.active:before, .header-container .nav-toggle span, .header-container .nav-toggle, .header-container .mode-toggle .toggle-icon .svg path, .header-container .mode-toggle .toggle-icon .svg line, .header-container .mode-toggle .toggle-icon, .header-container .mode-toggle, .header-container nav.navigation-container ul li a:before, .header-container nav.navigation-container ul li a, .btn .svg path, .btn .svg, input, textarea, a, a:visited, a img, a img:visited {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/*  ---------------------------------------------------------------------- */
/*  input */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  functions */
/*  ---------------------------------------------------------------------- */
.focuspoint {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}
.focuspoint img {
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*  ---------------------------------------------------------------------- */
/*  gradient */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  global */
/*  ---------------------------------------------------------------------- */
html, button, input, select, textarea {
  color: #1A1933;
}

body {
  background: #E0EAFD;
  color: #1A1933;
  font-family: "brandon", sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  margin: 0;
  padding: 0;
}

svg {
  pointer-events: none;
}

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
@font-face {
  font-family: "brandon";
  src: url("../fonts/br_regular.eot");
  src: url("../fonts/br_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/br_regular.woff") format("woff"), url("../fonts/br_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "brandon";
  src: url("../fonts/br_light.eot");
  src: url("../fonts/br_light.eot?#iefix") format("embedded-opentype"), url("../fonts/br_light.woff") format("woff"), url("../fonts/br_light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "brandon";
  src: url("../fonts/br_bold.eot");
  src: url("../fonts/br_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/br_bold.woff") format("woff"), url("../fonts/br_bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5 {
  font-weight: 600;
  padding: 0;
}

h1 {
  font-size: 5.45em;
  line-height: 1em;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em 0;
}

h2 {
  font-size: 3.05em;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
}

h3 {
  font-size: 2.1em;
  line-height: 1.25em;
  margin: 0 0 1em 0;
}

h4 {
  font-size: 1.35em;
  line-height: 1.4em;
  margin: 0 0 1em 0;
}

h5 {
  font-size: 1.15em;
  line-height: 1.45em;
  margin: 0 0 0.5em 0;
}

h1.white, h2.white, h3.white, h4.white, h5.white, p.white, span.white, ul.white, li.white, a.white, i.white {
  color: #FFFFFF;
}
h1.black, h2.black, h3.black, h4.black, h5.black, p.black, span.black, ul.black, li.black, a.black, i.black {
  color: #1A1933;
}
h1.dark-blue, h2.dark-blue, h3.dark-blue, h4.dark-blue, h5.dark-blue, p.dark-blue, span.dark-blue, ul.dark-blue, li.dark-blue, a.dark-blue, i.dark-blue {
  color: #444985;
}
h1.mid-blue, h2.mid-blue, h3.mid-blue, h4.mid-blue, h5.mid-blue, p.mid-blue, span.mid-blue, ul.mid-blue, li.mid-blue, a.mid-blue, i.mid-blue {
  color: #5A64AD;
}
h1.light-blue, h2.light-blue, h3.light-blue, h4.light-blue, h5.light-blue, p.light-blue, span.light-blue, ul.light-blue, li.light-blue, a.light-blue, i.light-blue {
  color: #E0EAFD;
}
h1.wyby-blue, h2.wyby-blue, h3.wyby-blue, h4.wyby-blue, h5.wyby-blue, p.wyby-blue, span.wyby-blue, ul.wyby-blue, li.wyby-blue, a.wyby-blue, i.wyby-blue {
  color: #87A0FF;
}
h1.wyby-green, h2.wyby-green, h3.wyby-green, h4.wyby-green, h5.wyby-green, p.wyby-green, span.wyby-green, ul.wyby-green, li.wyby-green, a.wyby-green, i.wyby-green {
  color: #18FFB9;
}
h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, p.grey, span.grey, ul.grey, li.grey, a.grey, i.grey {
  color: #5B5B66;
}
h1.full-margin, h2.full-margin, h3.full-margin, h4.full-margin, h5.full-margin, p.full-margin, span.full-margin, ul.full-margin, li.full-margin, a.full-margin, i.full-margin {
  margin-bottom: 1.25em;
}
h1.half-margin, h2.half-margin, h3.half-margin, h4.half-margin, h5.half-margin, p.half-margin, span.half-margin, ul.half-margin, li.half-margin, a.half-margin, i.half-margin {
  margin-bottom: 0.5em;
}
h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, p.no-margin, span.no-margin, ul.no-margin, li.no-margin, a.no-margin, i.no-margin {
  margin-bottom: 0;
}
h1.full-opacity, h2.full-opacity, h3.full-opacity, h4.full-opacity, h5.full-opacity, p.full-opacity, span.full-opacity, ul.full-opacity, li.full-opacity, a.full-opacity, i.full-opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}
h1.three-quarter-opacity, h2.three-quarter-opacity, h3.three-quarter-opacity, h4.three-quarter-opacity, h5.three-quarter-opacity, p.three-quarter-opacity, span.three-quarter-opacity, ul.three-quarter-opacity, li.three-quarter-opacity, a.three-quarter-opacity, i.three-quarter-opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
h1.half-opacity, h2.half-opacity, h3.half-opacity, h4.half-opacity, h5.half-opacity, p.half-opacity, span.half-opacity, ul.half-opacity, li.half-opacity, a.half-opacity, i.half-opacity {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
h1.one-quarter-opacity, h2.one-quarter-opacity, h3.one-quarter-opacity, h4.one-quarter-opacity, h5.one-quarter-opacity, p.one-quarter-opacity, span.one-quarter-opacity, ul.one-quarter-opacity, li.one-quarter-opacity, a.one-quarter-opacity, i.one-quarter-opacity {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

b, strong {
  font-weight: bold;
}

p, pre {
  margin: 0 0 1.5em 0;
}
p.big, pre.big {
  font-size: 1.1em;
  line-height: 1.45em;
}
p.small, pre.small {
  font-size: 0.85em;
  line-height: 1.5em;
}
p:last-of-type, pre:last-of-type {
  margin-bottom: 0;
}
p:last-of-type.extraMargin-bottom, pre:last-of-type.extraMargin-bottom {
  margin: 0 0 1.5em 0;
}

address {
  font-style: normal;
}
address a {
  color: inherit;
}

em, i {
  font-style: normal;
}

a, a:visited, a img, a img:visited {
  cursor: pointer;
  text-decoration: none;
  font-style: normal;
}
a.underline, a:visited.underline, a img.underline, a img:visited.underline {
  text-decoration: underline;
}
ul.list {
  margin: 0 0 1.5em 0;
}
ul.list li {
  margin: 0 0 0 2em;
}
ul.list li:before {
  content: "–";
  margin: 0 0.5em 0 -2em;
}
ul.list.bold {
  font-family: 700;
}
ul.list.nomargin {
  margin-bottom: 0;
}
ul.list.halfmargin {
  margin-bottom: 0.5em;
}

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

input.placeholder, textarea.placeholder {
  color: #1A1933;
  opacity: 1;
  filter: alpha(opacity=100);
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #1A1933;
  opacity: 1;
  filter: alpha(opacity=100);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #1A1933;
  opacity: 1;
  filter: alpha(opacity=100);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1A1933;
  opacity: 1;
  filter: alpha(opacity=100);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #1A1933;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*  elements styling */
.btn {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.btn.large {
  font-size: 0.9em;
  padding: 1.15em 1.5em 1.15em 2em;
}
.btn.large .svg {
  height: 0.9em;
  width: 0.9em;
  margin: 0 0.5em 0 1em;
}
.btn.large:hover .svg {
  margin: 0 0 0 1.5em;
}
.btn.medium {
  font-size: 0.825em;
  padding: 0.825em 1.5em 0.825em 2em;
}
.btn.medium .svg {
  height: 0.95em;
  width: 0.95em;
  margin: 0 0.5em 0 1em;
}
.btn.medium:hover .svg {
  margin: 0 0 0 1.5em;
}
.btn.small {
  font-size: 0.75em;
  padding: 0.5em 1.5em 0.5em 2em;
}
.btn.small .svg {
  height: 1em;
  width: 1em;
  margin: 0 0.5em 0 1em;
}
.btn.small:hover .svg {
  margin: 0 0 0 1.5em;
}
.btn.margin-top {
  margin-top: 1.5em;
}
.btn.margin-top-big {
  margin-top: 2.5em;
}
.btn.margin-right {
  margin-right: 2.5em;
}
.btn.black {
  background: #1A1933;
  color: #FFFFFF;
}
.btn.black .svg path {
  stroke: #FFFFFF;
}
.btn.black:hover {
  background: #FFFFFF;
  color: #1A1933;
}
.btn.black:hover .svg path {
  stroke: #1A1933;
}
.btn.white {
  background: #FFFFFF;
  color: #1A1933;
}
.btn.white .svg path {
  stroke: #1A1933;
}
.btn.white:hover {
  background: #1A1933;
  color: #FFFFFF;
}
.btn.white:hover .svg path {
  stroke: #FFFFFF;
}
.btn.dark-blue {
  background: #444985;
  color: #FFFFFF;
}
.btn.dark-blue .svg path {
  stroke: #FFFFFF;
}
.btn.dark-blue:hover {
  background: #FFFFFF;
  color: #1A1933;
}
.btn.dark-blue:hover .svg path {
  stroke: #1A1933;
}
.btn.mid-blue {
  background: #5A64AD;
  color: #B5CAFC;
}
.btn.mid-blue .svg path {
  stroke: #B5CAFC;
}
.btn.mid-blue:hover {
  background: #FFFFFF;
  color: #1A1933;
}
.btn.mid-blue:hover .svg path {
  stroke: #1A1933;
}
.btn.light-blue {
  background: #E0EAFD;
  color: #444985;
}
.btn.light-blue .svg path {
  stroke: #444985;
}
.btn.light-blue:hover {
  background: #1A1933;
  color: #FFFFFF;
}
.btn.light-blue:hover .svg path {
  stroke: #FFFFFF;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.btn .svg {
  display: block;
  overflow: visible;
}
.btn .svg path {
  stroke: #87A0FF;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

figure {
  display: block;
  margin: 0;
}

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
.header-container {
  background: none;
  padding: 0;
  width: 100%;
}
.header-container .no-wrapper {
  box-sizing: border-box;
  padding: 0 2.5%;
  width: 100%;
}
.header-container .row {
  margin-top: 0;
  margin-bottom: 0;
}
.header-container .logo-container {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  max-width: 150px;
}
.header-container nav.navigation-container ul {
  padding: 0;
}
.header-container nav.navigation-container ul li {
  list-style: none;
}
.header-container nav.navigation-container ul li a {
  color: #FFFFFF;
  display: block;
  font-size: 1.15em;
  line-height: 1.5em;
  margin: 0 1em;
  padding: 1em 0.5em;
  position: relative;
  text-decoration: none;
}
.header-container nav.navigation-container ul li a:before {
  content: "";
  background: #18FFB9;
  display: block;
  height: 2px;
  width: 100%;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-container nav.navigation-container ul li a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  right: 0;
  bottom: 0.25em;
  left: 0;
}
.header-container nav.navigation-container ul li a.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  right: 0;
  bottom: 0.25em;
  left: 0;
}
.header-container .mode-toggle {
  border: 2px solid;
  box-sizing: border-box;
  float: right;
  height: 1.75em;
  margin-right: 10em;
  width: 3em;
  cursor: pointer;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.header-container .mode-toggle .toggle-icon {
  height: 1.1em;
  width: 1.1em;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.header-container .mode-toggle .toggle-icon .svg {
  display: block;
  overflow: visible;
  height: 0.7em;
  width: 0.7em;
}
.header-container .mode-toggle .toggle-icon .svg path, .header-container .mode-toggle .toggle-icon .svg line {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: butt;
  stroke-linejoin: round;
}
.header-container .mode-toggle.light {
  border: 2px solid #E0EAFD;
}
.header-container .mode-toggle.light .toggle-icon {
  background: #FFFFFF;
  margin-left: 0.25em;
}
.header-container .mode-toggle.dark {
  border: 2px solid #5A64AD;
}
.header-container .mode-toggle.dark .toggle-icon {
  background: #1A1933;
  margin-right: 0.25em;
}
.header-container .btn.contact-header {
  z-index: 100;
  position: fixed;
  top: 3.15em;
  right: 2.5%;
  box-shadow: 0 4px 20px 0 rgba(26, 25, 51, 0.1);
}
.header-container .nav-toggle {
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 6px;
  margin: 0 -0.5em 0 1em;
  padding: 1em;
  width: 3.75em;
}
.header-container .nav-toggle span {
  background: #87A0FF;
  border-radius: 3px;
  height: 3px;
  display: block;
}
.header-container .nav-toggle span:nth-child(1) {
  width: 1.5em;
}
.header-container .nav-toggle span:nth-child(2) {
  width: 1.75em;
}
.header-container .nav-toggle span:nth-child(3) {
  width: 1em;
}
.header-container .nav-toggle:hover span {
  background: #FFFFFF;
}
.header-container .nav-toggle:hover span:nth-child(1) {
  width: 1.75em;
}
.header-container .nav-toggle:hover span:nth-child(2) {
  width: 1em;
}
.header-container .nav-toggle:hover span:nth-child(3) {
  width: 1.5em;
}

.nav-overlay {
  display: none;
  height: 100vh;
  width: 100%;
  z-index: 200;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav-overlay.active {
  display: block;
}
.nav-overlay .navigation-container {
  padding: 5vh 0;
}
.nav-overlay .navigation-container ul li a {
  box-sizing: border-box;
  display: block;
  font-size: 2.1em;
  line-height: 1.25em;
  margin: 0 auto;
  padding: 0.25em 0;
  position: relative;
  width: 80%;
}
.nav-overlay .navigation-container ul li a.active {
  padding-left: 0.75em;
}
.nav-overlay .navigation-container ul li a.active:before {
  content: "";
  display: block;
  height: 0.2em;
  width: 0.2em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  position: absolute;
  top: calc(50% - 0.1em);
  left: 0;
}
.nav-overlay .language-switcher {
  margin: 0 auto;
  width: 80%;
}
.nav-overlay .language-switcher a {
  background: none;
  border: 2px solid;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.825em;
  font-weight: 600;
  margin: 0 2.5em 0 0;
  padding: 0.825em 3em;
  text-transform: uppercase;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}

.intro-container {
  overflow: visible;
  padding-bottom: 1px;
}
.intro-container .claim-container {
  position: relative;
  z-index: 50;
}
.intro-container .wrapper {
  position: relative;
}
.intro-container .wrapper .intro-image {
  pointer-events: none;
  overflow: hidden;
  width: 60%;
  position: absolute;
  top: -7.5em;
  right: -15%;
}

.curve-container {
  padding-bottom: 3.5em;
}
.curve-container .svg {
  display: block;
  height: auto;
  width: 100%;
}
.curve-container .svg path {
  stroke: none !important;
}

.home-second-container {
  padding-top: 1em;
  padding-bottom: 7.5em;
}
.home-second-container.big-padding-top {
  padding-top: 4.5em;
}

section {
  box-sizing: border-box;
  padding: 7.5em 0;
  position: relative;
}
section.padding-small-top {
  padding-top: 3.5em;
}

.row.margin-top-big {
  margin-top: 4em;
}

.trusted-by {
  border: 1px solid rgba(19, 18, 21, 0.25);
  box-sizing: border-box;
  color: #131215;
  font-size: 0.75em;
  font-weight: 600;
  margin: 0 auto 1.5em auto;
  padding: 0.5em 2em;
  text-transform: uppercase;
  width: fit-content;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.trusted-by .svg {
  height: 1.5em;
  width: 1.5em;
  margin: 0 1em 0 0;
  display: block;
  overflow: visible;
}
.trusted-by .svg path {
  stroke: #131215;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trusted-by-container {
  margin-bottom: 7.5em;
}
.trusted-by-container .trusted-by-logo {
  background: #FFFFFF;
  box-sizing: border-box;
  height: 4.75em;
  width: 9.5em;
  margin: 0.7em;
  padding: 0.75em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}
.trusted-by-container .trusted-by-logo figure {
  display: contents;
}
.trusted-by-container .trusted-by-logo figure img {
  max-height: 100%;
  max-width: 100%;
}

.vertical-textRotate {
  position: relative;
  width: 100%;
  height: 400px;
}
.vertical-textRotate .day {
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.25em;
  pointer-events: none;
  user-select: none;
  width: 100%;
  position: absolute;
  left: 0;
}

.mapClient-container {
  margin-top: 4em;
  margin-bottom: -13em;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.mapClient-container img {
  display: block;
}

.application-teaser-container {
  margin-top: 7.5em;
  margin-bottom: 15em;
}
.application-teaser-container .application-container {
  box-sizing: border-box;
  padding: 2em 2.5em;
  position: relative;
  scale: 1.2;
  width: 93%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 52px 0px rgba(26, 25, 51, 0.35);
}
.application-teaser-container .application-container .application-icon {
  height: 3.9em;
  width: 3.9em;
  margin: 2.4em auto 3.9em auto;
}
.application-teaser-container .application-container .application-icon path, .application-teaser-container .application-container .application-icon circle, .application-teaser-container .application-container .application-icon rect, .application-teaser-container .application-container .application-icon polyline, .application-teaser-container .application-container .application-icon line, .application-teaser-container .application-container .application-icon polygon {
  stroke-width: 0.5em;
}
.application-teaser-container .application-container h3 {
  font-size: 1.64em;
  line-height: 1.2em;
}
.application-teaser-container .application-container p {
  font-size: 0.825em;
  line-height: 1.5em;
}
.application-teaser-container .application-container a.application-link {
  margin-top: 2em;
  height: 2.4em;
  width: 2.4em;
  -webkit-border-radius: 2.4em;
  -moz-border-radius: 2.4em;
  -ms-border-radius: 2.4em;
  -o-border-radius: 2.4em;
  border-radius: 2.4em;
}
.application-teaser-container .application-container a.application-link .svg {
  display: block;
  overflow: visible;
  height: 0.5em;
  width: 0.5em;
}
.application-teaser-container .application-container a.application-link .svg path {
  stroke-width: 1.75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.application-teaser-container .application-container a.application-link:hover .svg {
  transform: rotate(45deg);
}
.application-teaser-container .application-container.one {
  transform: translateY(2.5em);
  transform-origin: left;
  z-index: 1;
}
.application-teaser-container .application-container.two {
  margin-right: 0;
  margin-left: auto;
  transform: translateY(-2.5em);
  transform-origin: right;
  z-index: 2;
}
.application-teaser-container .application-container:hover {
  box-shadow: 0px 4px 52px 0px rgba(26, 25, 51, 0.75);
  scale: 1.25;
  z-index: 10 !important;
}

.features-container {
  position: relative;
  z-index: 50;
}
.features-container .feature-container {
  font-size: 0.8em;
  font-weight: 600;
  margin: 0 0.5em 1em 0;
  padding: 0.4em 1.4em;
  text-transform: uppercase;
  -webkit-border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  -ms-border-radius: 1.6em;
  -o-border-radius: 1.6em;
  border-radius: 1.6em;
}
.features-container .feature-container .svg {
  display: block;
  overflow: visible;
  margin: 0 0.75em 0 0;
  height: 1.7em;
  width: 1.7em;
}
.features-container .feature-container .svg path, .features-container .feature-container .svg circle, .features-container .feature-container .svg rect, .features-container .feature-container .svg polyline, .features-container .feature-container .svg line, .features-container .feature-container .svg polygon {
  fill: none;
  stroke-width: 1.25px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recommendations-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.25em;
  column-gap: 2.25em;
  margin-top: 4em;
}
.recommendations-container .recommend-container {
  border: 1px solid;
  box-sizing: border-box;
  padding: 1.75em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}
.recommendations-container .recommend-container h5 {
  color: #FFFFFF;
}
.recommendations-container .recommend-container p {
  color: #87A0FF;
}
.recommendations-container .recommend-container .svg {
  display: block;
  overflow: visible;
  margin: 0 0 0.75em 0;
  height: 2em;
  width: 2em;
}
.recommendations-container .recommend-container .svg path, .recommendations-container .recommend-container .svg circle, .recommendations-container .recommend-container .svg rect, .recommendations-container .recommend-container .svg polyline, .recommendations-container .recommend-container .svg line, .recommendations-container .recommend-container .svg polygon {
  fill: none;
  stroke: #18FFB9;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.partner-logo {
  width: 75%;
  max-width: 250px;
  margin-bottom: 1em;
}

.advantages-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4em;
  row-gap: 4em;
  margin: 4em 0;
}
.advantages-container .advantage-container {
  box-sizing: border-box;
  padding: 3em;
  scale: 1;
  -webkit-border-radius: 0.85em;
  -moz-border-radius: 0.85em;
  -ms-border-radius: 0.85em;
  -o-border-radius: 0.85em;
  border-radius: 0.85em;
}
.advantages-container .advantage-container .advantage-check {
  flex-shrink: 0;
  height: 4em;
  width: 4em;
  margin: 0 0 1.5em 0;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  -ms-border-radius: 4em;
  -o-border-radius: 4em;
  border-radius: 4em;
}
.advantages-container .advantage-container .advantage-check .svg {
  display: block;
  overflow: visible;
  height: 2em;
  width: 2em;
}
.advantages-container .advantage-container .advantage-check .svg path, .advantages-container .advantage-container .advantage-check .svg circle, .advantages-container .advantage-container .advantage-check .svg rect, .advantages-container .advantage-container .advantage-check .svg polyline, .advantages-container .advantage-container .advantage-check .svg line, .advantages-container .advantage-container .advantage-check .svg polygon {
  fill: none;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.advantages-container .advantage-container h4 {
  margin: 0 0 0.5em 0;
}
.advantages-container .advantage-container:hover {
  scale: 1.025;
}
.advantages-container .advantage-container:hover .advantage-check .svg {
  height: 3em;
  width: 3em;
}
.advantages-container .advantage-container:hover .advantage-check .svg path, .advantages-container .advantage-container:hover .advantage-check .svg circle, .advantages-container .advantage-container:hover .advantage-check .svg rect, .advantages-container .advantage-container:hover .advantage-check .svg polyline, .advantages-container .advantage-container:hover .advantage-check .svg line, .advantages-container .advantage-container:hover .advantage-check .svg polygon {
  stroke-width: 0.75px;
}
.advantages-container .advantage-container:nth-child(3n+1) {
  transform: translateY(2.5em);
}
.advantages-container .advantage-container:nth-child(3n+2) {
  transform: translateY(0);
}
.advantages-container .advantage-container:nth-child(3n+3) {
  transform: translateY(-2.5em);
}

.partners-detail .column-4 {
  margin-bottom: 7.5em;
}
.partners-detail .column-4:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.partners-detail.partners-detail-list .column-3 {
  margin-bottom: 1em;
}
.partners-detail.partners-detail-list .column-3:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.teamTeasers-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3em;
  row-gap: 11em;
  margin: 6em 0;
}
.teamTeasers-container .team-container {
  box-shadow: 0px 4px 52px 0px rgba(26, 25, 51, 0.35);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  scale: 1.2;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.teamTeasers-container .team-container .team-portrait img {
  display: block;
}
.teamTeasers-container .team-container .team-portrait figcaption {
  font-size: 0.825em;
  line-height: 1.5em;
  padding: 1.25em 3em;
}
.teamTeasers-container .team-container .team-portrait figcaption strong {
  font-size: 1.5em;
  line-height: 1.4em;
}
.teamTeasers-container .team-container:hover {
  box-shadow: 0px 4px 52px 0px rgba(26, 25, 51, 0.75);
  scale: 1.25;
  z-index: 10 !important;
}
.teamTeasers-container .team-container:nth-child(3n+1) {
  transform: translateY(2.5em);
  transform-origin: left;
  z-index: 1;
}
.teamTeasers-container .team-container:nth-child(3n+2) {
  transform-origin: center;
  z-index: 2;
}
.teamTeasers-container .team-container:nth-child(3n+3) {
  transform: translateY(-2.5em);
  transform-origin: right;
  z-index: 3;
}

.footer-container {
  padding: 10em 0 5em 0;
}
.footer-container .logo-container {
  margin: 0.5em 0 0 0;
  max-width: 180px;
}
.footer-container .logo-container path {
  stroke: none !important;
}
.footer-container nav.navigation-container ul {
  margin: 0;
  padding: 0;
}
.footer-container nav.navigation-container ul li {
  font-size: 1.25em;
  list-style: none;
}
.footer-container nav.navigation-container ul li a {
  display: block;
  padding: 0.3em 0;
  position: relative;
}
.footer-container nav.navigation-container ul li a.active:before {
  content: "";
  display: block;
  height: 0.2em;
  width: 0.2em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  position: absolute;
  top: calc(50% - 0.1em);
  left: -0.75em;
}
.footer-container address {
  font-style: normal;
}
.footer-container address p {
  margin: 0;
}
.footer-container .copyright {
  margin-top: 7.5em;
}
.footer-container .copyright ul {
  margin: 0;
  padding: 0;
}
.footer-container .copyright ul li {
  font-size: 0.85em;
  list-style: none;
}
.footer-container .copyright ul li a.active {
  text-decoration: underline;
}
.footer-container .copyright ul li:after {
  content: "";
  display: inline-block;
  height: 1.25em;
  margin: 0 0.75em;
  width: 1px;
  vertical-align: text-bottom;
}
.footer-container .copyright ul li:first-of-type a {
  pointer-events: none;
  text-decoration: none;
}
.footer-container .copyright ul li:last-of-type::after {
  display: none;
}
.footer-container .language-container a {
  border: 2px solid;
  box-sizing: border-box;
  display: block;
  font-size: 0.75em;
  font-weight: 600;
  padding: 0.45em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}

#contact-form-container form input, #contact-form-container form textarea {
  border: 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: "brandon", sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  margin: 0.25em 0;
  padding: 0.5em 0.75em;
  width: 100%;
}
#contact-form-container form input::placeholder, #contact-form-container form textarea::placeholder {
  opacity: 1;
}
#contact-form-container form input::-webkit-outer-spin-button, #contact-form-container form input::-webkit-inner-spin-button, #contact-form-container form textarea::-webkit-outer-spin-button, #contact-form-container form textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#contact-form-container form input[type=number], #contact-form-container form textarea[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
#contact-form-container form input.has-error, #contact-form-container form textarea.has-error {
  border-color: #E9586D !important;
}
#contact-form-container form input.has-error::placeholder, #contact-form-container form textarea.has-error::placeholder {
  color: #E9586D !important;
}
#contact-form-container form input:first-of-type {
  margin-top: 0;
}
#contact-form-container form textarea {
  display: block;
  height: 10em;
  max-height: 20em;
  min-height: 10em;
  overflow: auto;
  resize: vertical;
}
#contact-form-container form .form-error {
  color: #E9586D;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1.5em;
}
#contact-form-container form p {
  margin: 1em 0 0.25em 0;
}
#contact-form-container form .btn-form {
  display: block;
  margin: 1.5em 0 0 0;
  text-align: right;
}
#contact-form-container form .btn-form button#submitBtn {
  border: none;
  padding-left: 4em;
  padding-right: 2.5em;
}
#contact-form-container .hide-robot {
  display: none !important;
  position: absolute;
  left: -9999px;
}
#contact-form-container .msg-success {
  color: #6ED7A5;
  border: 1px solid #6ED7A5;
  padding: 1em;
}
#contact-form-container .msg-error {
  color: #E9586D;
  font-weight: 600;
}

/*  ---------------------------------------------------------------------- */
/*  light dark MODES */
/*  ---------------------------------------------------------------------- */
body.dark-mode {
  background: #5A64AD;
}
body.dark-mode .header-container {
  background: #444985;
}
body.dark-mode .header-container .contact-header {
  background: #5A64AD;
  color: #B5CAFC;
}
body.dark-mode .header-container .contact-header .svg path {
  stroke: #B5CAFC;
}
body.dark-mode .header-container .contact-header:hover {
  background: #FFFFFF;
  color: #1A1933;
}
body.dark-mode .header-container .contact-header:hover .svg path {
  stroke: #1A1933;
}
body.dark-mode .header-container .mode-toggle {
  border-color: #5A64AD;
}
body.dark-mode .header-container .mode-toggle .toggle-icon {
  background: #1A1933;
  margin-left: 4px;
}
body.dark-mode .header-container .mode-toggle .toggle-icon .svg path, body.dark-mode .header-container .mode-toggle .toggle-icon .svg line {
  stroke: #87A0FF;
}
body.dark-mode .header-container .mode-toggle .toggle-icon .dark-mode {
  display: none;
}
body.dark-mode .header-container .mode-toggle:hover {
  border-color: #FFFFFF;
}
body.dark-mode .header-container .mode-toggle:hover .toggle-icon {
  background: #FFFFFF;
}
body.dark-mode .header-container .mode-toggle:hover .toggle-icon .svg path, body.dark-mode .header-container .mode-toggle:hover .toggle-icon .svg line {
  stroke: #1A1933;
}
body.dark-mode .header-container .nav-toggle span {
  background: #1A1933;
}
body.dark-mode .header-container .nav-toggle:hover span {
  background: #FFFFFF;
}
body.dark-mode .nav-overlay {
  background: rgba(90, 100, 173, 0.99);
}
body.dark-mode .nav-overlay .navigation-container ul li a {
  color: #F4F7FE;
}
body.dark-mode .nav-overlay .navigation-container ul li a:hover {
  color: #1A1933;
}
body.dark-mode .nav-overlay .navigation-container ul li a.active:before {
  background: #F4F7FE;
}
body.dark-mode .nav-overlay .navigation-container ul li a.active:hover:before {
  background: #1A1933;
}
body.dark-mode .nav-overlay .language-switcher a {
  border-color: #444985;
  color: #E0EAFD;
}
body.dark-mode .nav-overlay .language-switcher a.active, body.dark-mode .nav-overlay .language-switcher a:hover {
  background: #2E305C;
  border-color: #2E305C;
  color: #E0EAFD;
}
body.dark-mode .intro-container {
  background: #444985;
  color: #FFFFFF;
}
body.dark-mode .intro-container h1 {
  color: #FFFFFF;
}
body.dark-mode .intro-container h1 .highlight {
  color: #18FFB9;
}
body.dark-mode .intro-container h2, body.dark-mode .intro-container h3, body.dark-mode .intro-container h4, body.dark-mode .intro-container h5 {
  color: #87A0FF;
}
body.dark-mode .intro-container .features-container .feature-container {
  background: #1A1933;
  color: #CBDCFC;
}
body.dark-mode .intro-container .features-container .feature-container .svg path, body.dark-mode .intro-container .features-container .feature-container .svg circle, body.dark-mode .intro-container .features-container .feature-container .svg rect, body.dark-mode .intro-container .features-container .feature-container .svg polyline, body.dark-mode .intro-container .features-container .feature-container .svg line, body.dark-mode .intro-container .features-container .feature-container .svg polygon {
  stroke: #5A64AD;
}
body.dark-mode .curve-container .svg path {
  fill: #444985;
}
body.dark-mode .curve-container.type-one-next {
  background: #1A1933;
}
body.dark-mode .curve-container.type-two-next {
  background: #5A64AD;
}
body.dark-mode .curve-container.type-three-next {
  background: #444985;
}
body.dark-mode .curve-container.type-four-next {
  background: #2E305C;
}
body.dark-mode section.type-one, body.dark-mode div.type-one {
  background: #1A1933;
  color: #FFFFFF;
}
body.dark-mode section.type-one h1, body.dark-mode section.type-one h2, body.dark-mode section.type-one h3, body.dark-mode section.type-one h4, body.dark-mode section.type-one h5, body.dark-mode div.type-one h1, body.dark-mode div.type-one h2, body.dark-mode div.type-one h3, body.dark-mode div.type-one h4, body.dark-mode div.type-one h5 {
  color: #FFFFFF;
}
body.dark-mode section.type-one h1.title-secondary, body.dark-mode section.type-one h2.title-secondary, body.dark-mode section.type-one h3.title-secondary, body.dark-mode section.type-one h4.title-secondary, body.dark-mode section.type-one h5.title-secondary, body.dark-mode div.type-one h1.title-secondary, body.dark-mode div.type-one h2.title-secondary, body.dark-mode div.type-one h3.title-secondary, body.dark-mode div.type-one h4.title-secondary, body.dark-mode div.type-one h5.title-secondary {
  color: #87A0FF;
}
body.dark-mode section.type-one .btn, body.dark-mode div.type-one .btn {
  background: #5A64AD;
  color: #B5CAFC;
}
body.dark-mode section.type-one .btn .svg path, body.dark-mode div.type-one .btn .svg path {
  stroke: #B5CAFC;
}
body.dark-mode section.type-one .btn:hover, body.dark-mode div.type-one .btn:hover {
  background: #FFFFFF;
  color: #1A1933;
}
body.dark-mode section.type-one .btn:hover .svg path, body.dark-mode div.type-one .btn:hover .svg path {
  stroke: #1A1933;
}
body.dark-mode section.type-two, body.dark-mode div.type-two {
  background: #5A64AD;
  color: #CBDCFC;
}
body.dark-mode section.type-two h1, body.dark-mode section.type-two h2, body.dark-mode section.type-two h3, body.dark-mode section.type-two h4, body.dark-mode section.type-two h5, body.dark-mode div.type-two h1, body.dark-mode div.type-two h2, body.dark-mode div.type-two h3, body.dark-mode div.type-two h4, body.dark-mode div.type-two h5 {
  color: #F4F7FE;
}
body.dark-mode section.type-three, body.dark-mode div.type-three {
  background: #444985;
  color: #F4F7FE;
}
body.dark-mode section.type-three h1, body.dark-mode section.type-three h2, body.dark-mode section.type-three h3, body.dark-mode section.type-three h4, body.dark-mode section.type-three h5, body.dark-mode div.type-three h1, body.dark-mode div.type-three h2, body.dark-mode div.type-three h3, body.dark-mode div.type-three h4, body.dark-mode div.type-three h5 {
  color: #FFFFFF;
}
body.dark-mode section.type-three .btn.primary, body.dark-mode div.type-three .btn.primary {
  background: #FFFFFF;
  color: #1A1933;
}
body.dark-mode section.type-three .btn.primary .svg path, body.dark-mode div.type-three .btn.primary .svg path {
  stroke: #1A1933;
}
body.dark-mode section.type-three .btn.secondary, body.dark-mode div.type-three .btn.secondary {
  background: #5A64AD;
  color: #B5CAFC;
}
body.dark-mode section.type-three .btn.secondary .svg path, body.dark-mode div.type-three .btn.secondary .svg path {
  stroke: #B5CAFC;
}
body.dark-mode section.type-three .btn:hover, body.dark-mode div.type-three .btn:hover {
  background: #1A1933;
  color: #FFFFFF;
}
body.dark-mode section.type-three .btn:hover .svg path, body.dark-mode div.type-three .btn:hover .svg path {
  stroke: #FFFFFF;
}
body.dark-mode section.type-four, body.dark-mode div.type-four {
  background: #2E305C;
  color: #F4F7FE;
}
body.dark-mode section.type-four h1, body.dark-mode section.type-four h2, body.dark-mode section.type-four h3, body.dark-mode section.type-four h4, body.dark-mode section.type-four h5, body.dark-mode div.type-four h1, body.dark-mode div.type-four h2, body.dark-mode div.type-four h3, body.dark-mode div.type-four h4, body.dark-mode div.type-four h5 {
  color: #FFFFFF;
}
body.dark-mode section.type-four .btn.primary, body.dark-mode div.type-four .btn.primary {
  background: #FFFFFF;
  color: #1A1933;
}
body.dark-mode section.type-four .btn.primary .svg path, body.dark-mode div.type-four .btn.primary .svg path {
  stroke: #1A1933;
}
body.dark-mode section.type-four .btn.secondary, body.dark-mode div.type-four .btn.secondary {
  background: #444985;
  color: #B5CAFC;
}
body.dark-mode section.type-four .btn.secondary .svg path, body.dark-mode div.type-four .btn.secondary .svg path {
  stroke: #B5CAFC;
}
body.dark-mode section.type-four .btn.tertiary, body.dark-mode div.type-four .btn.tertiary {
  background: none;
  color: #CBDCFC;
  padding: 0;
}
body.dark-mode section.type-four .btn.tertiary .svg path, body.dark-mode div.type-four .btn.tertiary .svg path {
  stroke: #CBDCFC;
}
body.dark-mode section.type-four .btn.tertiary:hover, body.dark-mode div.type-four .btn.tertiary:hover {
  background: none;
}
body.dark-mode section.type-four .btn:hover, body.dark-mode div.type-four .btn:hover {
  background: #1A1933;
  color: #FFFFFF;
}
body.dark-mode section.type-four .btn:hover .svg path, body.dark-mode div.type-four .btn:hover .svg path {
  stroke: #FFFFFF;
}
body.dark-mode section.type-four a, body.dark-mode div.type-four a {
  color: #87A0FF;
}
body.dark-mode section.type-four a:hover, body.dark-mode div.type-four a:hover {
  color: #FFFFFF;
}
body.dark-mode .mapClient-container img.mapClient-light {
  display: none;
}
body.dark-mode .application-teaser-container .application-container {
  background: #5A64AD;
  color: #CBDCFC;
}
body.dark-mode .application-teaser-container .application-container.one .application-icon path.st0, body.dark-mode .application-teaser-container .application-container.one .application-icon rect.st0 {
  stroke: #B5CAFC;
}
body.dark-mode .application-teaser-container .application-container.one .application-icon path.st1, body.dark-mode .application-teaser-container .application-container.one .application-icon rect.st1 {
  stroke: #1A1933;
}
body.dark-mode .application-teaser-container .application-container.one .application-icon path.st2, body.dark-mode .application-teaser-container .application-container.one .application-icon rect.st2 {
  stroke: #18FFB9;
}
body.dark-mode .application-teaser-container .application-container.two .application-icon path.st0, body.dark-mode .application-teaser-container .application-container.two .application-icon rect.st0 {
  stroke: #B5CAFC;
}
body.dark-mode .application-teaser-container .application-container.two .application-icon path.st1, body.dark-mode .application-teaser-container .application-container.two .application-icon rect.st1 {
  stroke: #1A1933;
}
body.dark-mode .application-teaser-container .application-container.two .application-icon path.st2, body.dark-mode .application-teaser-container .application-container.two .application-icon rect.st2 {
  stroke: #18FFB9;
}
body.dark-mode .application-teaser-container .application-container.three .application-icon path.st0, body.dark-mode .application-teaser-container .application-container.three .application-icon rect.st0 {
  stroke: #B5CAFC;
}
body.dark-mode .application-teaser-container .application-container.three .application-icon path.st1, body.dark-mode .application-teaser-container .application-container.three .application-icon rect.st1 {
  stroke: #1A1933;
}
body.dark-mode .application-teaser-container .application-container.three .application-icon path.st2, body.dark-mode .application-teaser-container .application-container.three .application-icon rect.st2 {
  stroke: #18FFB9;
}
body.dark-mode .application-teaser-container .application-container h3, body.dark-mode .application-teaser-container .application-container h4, body.dark-mode .application-teaser-container .application-container h5 {
  color: #F4F7FE;
}
body.dark-mode .application-teaser-container .application-container p, body.dark-mode .application-teaser-container .application-container strong {
  color: #CBDCFC;
}
body.dark-mode .application-teaser-container .application-container a.application-link {
  background: #FFFFFF;
}
body.dark-mode .application-teaser-container .application-container a.application-link .svg path {
  stroke: #1A1933;
}
body.dark-mode .application-teaser-container .application-container a.application-link:hover {
  background: #1A1933;
}
body.dark-mode .application-teaser-container .application-container a.application-link:hover .svg path {
  stroke: #FFFFFF;
}
body.dark-mode .recommendations-container .recommend-container {
  border-color: #444985;
}
body.dark-mode .advantages-container .advantage-container {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px 0 rgba(19, 18, 21, 0.15);
}
body.dark-mode .advantages-container .advantage-container .advantage-check {
  background: #1A1933;
}
body.dark-mode .advantages-container .advantage-container .advantage-check .svg path, body.dark-mode .advantages-container .advantage-container .advantage-check .svg circle, body.dark-mode .advantages-container .advantage-container .advantage-check .svg rect, body.dark-mode .advantages-container .advantage-container .advantage-check .svg polyline, body.dark-mode .advantages-container .advantage-container .advantage-check .svg line, body.dark-mode .advantages-container .advantage-container .advantage-check .svg polygon {
  stroke: #5A64AD;
}
body.dark-mode .advantages-container .advantage-container h4 {
  color: #FFFFFF;
}
body.dark-mode .advantages-container .advantage-container p {
  color: #CBDCFC;
}
body.dark-mode .advantages-container .advantage-container:hover {
  background: #1A1933;
}
body.dark-mode .advantages-container .advantage-container:hover .advantage-check {
  background: #1A1933;
}
body.dark-mode .advantages-container .advantage-container:hover .advantage-check .svg path, body.dark-mode .advantages-container .advantage-container:hover .advantage-check .svg circle, body.dark-mode .advantages-container .advantage-container:hover .advantage-check .svg rect, body.dark-mode .advantages-container .advantage-container:hover .advantage-check .svg polyline, body.dark-mode .advantages-container .advantage-container:hover .advantage-check .svg line, body.dark-mode .advantages-container .advantage-container:hover .advantage-check .svg polygon {
  stroke: #18FFB9;
}
body.dark-mode .advantages-container .advantage-container:hover h4 {
  color: #FFFFFF;
}
body.dark-mode .advantages-container .advantage-container:hover p {
  color: #87A0FF;
}
body.dark-mode .teamTeasers-container .team-container {
  background: #5A64AD;
  color: #CBDCFC;
}
body.dark-mode .teamTeasers-container .team-container strong {
  color: #F4F7FE;
}
body.dark-mode .footer-container {
  background: #5A64AD;
  color: #F4F7FE;
}
body.dark-mode .footer-container .logo-container .svg path {
  fill: #F4F7FE;
}
body.dark-mode .footer-container nav.navigation-container ul li a.active:before {
  background: #F4F7FE;
}
body.dark-mode .footer-container nav.navigation-container ul li a:hover.active:before {
  background: #1A1933;
}
body.dark-mode .footer-container .copyright {
  color: #CBDCFC;
}
body.dark-mode .footer-container .copyright ul li a {
  color: #CBDCFC;
}
body.dark-mode .footer-container .copyright ul li a:hover {
  color: #1A1933;
}
body.dark-mode .footer-container .copyright ul li:after {
  background: #CBDCFC;
}
body.dark-mode .footer-container .language-container a {
  border-color: #444985;
  color: #E0EAFD;
}
body.dark-mode .footer-container .language-container a.active {
  background: #2E305C;
  border-color: #2E305C;
  color: #E0EAFD;
}
body.dark-mode .footer-container .language-container a.active:hover {
  background: #2E305C;
  border-color: #2E305C;
  color: #E0EAFD;
}
body.dark-mode .footer-container .language-container a:hover {
  background: #2E305C;
  border-color: #2E305C;
  color: #E0EAFD;
}
body.dark-mode .footer-container a {
  color: #F4F7FE;
}
body.dark-mode .footer-container a:hover {
  color: #1A1933;
}
body.dark-mode .footer-container .btn {
  background: #FFFFFF;
  color: #1A1933;
}
body.dark-mode .footer-container .btn .svg path {
  stroke: #1A1933;
}
body.dark-mode .footer-container .btn:hover {
  background: #1A1933;
  color: #FFFFFF;
}
body.dark-mode .footer-container .btn:hover .svg path {
  stroke: #FFFFFF;
}
body.dark-mode #contact-form-container form input, body.dark-mode #contact-form-container form textarea {
  border-color: #1A1933;
  background: #1A1933;
  color: #F4F7FE;
}
body.dark-mode #contact-form-container form input:hover, body.dark-mode #contact-form-container form input:focus, body.dark-mode #contact-form-container form textarea:hover, body.dark-mode #contact-form-container form textarea:focus {
  border-color: #87A0FF;
  background: #1A1933;
  color: #F4F7FE;
}
body.dark-mode #contact-form-container form input:focus, body.dark-mode #contact-form-container form textarea:focus {
  background: #2E305C;
}
body.dark-mode #contact-form-container form input::placeholder, body.dark-mode #contact-form-container form textarea::placeholder {
  color: #F4F7FE;
}
body.dark-mode #contact-form-container form .btn-form button#submitBtn {
  background: #FFFFFF;
  color: #1A1933;
}
body.dark-mode #contact-form-container form .btn-form button#submitBtn .svg path {
  stroke: #1A1933;
}
body.dark-mode #contact-form-container form .btn-form button#submitBtn:hover {
  background: #1A1933;
  color: #FFFFFF;
}
body.dark-mode #contact-form-container form .btn-form button#submitBtn:hover .svg path {
  stroke: #FFFFFF;
}
body.light-mode .header-container {
  background: #87A0FF;
}
body.light-mode .header-container .contact-header {
  background: #CBDCFC;
  color: #444985;
}
body.light-mode .header-container .contact-header .svg path {
  stroke: #444985;
}
body.light-mode .header-container .contact-header:hover {
  background: #1A1933;
  color: #FFFFFF;
}
body.light-mode .header-container .contact-header:hover .svg path {
  stroke: #FFFFFF;
}
body.light-mode .header-container .mode-toggle {
  border-color: #CBDCFC;
}
body.light-mode .header-container .mode-toggle .toggle-icon {
  background: #FFFFFF;
  margin-left: auto;
  margin-right: 4px;
}
body.light-mode .header-container .mode-toggle .toggle-icon .svg path, body.light-mode .header-container .mode-toggle .toggle-icon .svg line {
  stroke: #87A0FF;
}
body.light-mode .header-container .mode-toggle .toggle-icon .light-mode {
  display: none;
}
body.light-mode .header-container .mode-toggle:hover {
  border-color: #1A1933;
}
body.light-mode .header-container .mode-toggle:hover .toggle-icon {
  background: #1A1933;
}
body.light-mode .header-container .mode-toggle:hover .toggle-icon .svg path, body.light-mode .header-container .mode-toggle:hover .toggle-icon .svg line {
  stroke: #FFFFFF;
}
body.light-mode .header-container .nav-toggle span {
  background: #FFFFFF;
}
body.light-mode .header-container .nav-toggle:hover span {
  background: #1A1933;
}
body.light-mode .nav-overlay {
  background: rgba(224, 234, 253, 0.98);
}
body.light-mode .nav-overlay .navigation-container ul li a {
  color: #2E305C;
}
body.light-mode .nav-overlay .navigation-container ul li a:hover {
  color: #87A0FF;
}
body.light-mode .nav-overlay .navigation-container ul li a.active:before {
  background: #2E305C;
}
body.light-mode .nav-overlay .navigation-container ul li a.active:hover:before {
  background: #87A0FF;
}
body.light-mode .nav-overlay .language-switcher a {
  border-color: #F4F7FE;
  color: #2E305C;
}
body.light-mode .nav-overlay .language-switcher a.active, body.light-mode .nav-overlay .language-switcher a:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #2E305C;
}
body.light-mode .intro-container {
  background: #87A0FF;
  color: #FFFFFF;
}
body.light-mode .intro-container h1 {
  color: #FFFFFF;
}
body.light-mode .intro-container h1 .highlight {
  color: #18FFB9;
}
body.light-mode .intro-container h2, body.light-mode .intro-container h3, body.light-mode .intro-container h4, body.light-mode .intro-container h5 {
  color: #444985;
}
body.light-mode .intro-container .features-container .feature-container {
  background: #FFFFFF;
  color: #5A64AD;
}
body.light-mode .intro-container .features-container .feature-container .svg path, body.light-mode .intro-container .features-container .feature-container .svg circle, body.light-mode .intro-container .features-container .feature-container .svg rect, body.light-mode .intro-container .features-container .feature-container .svg polyline, body.light-mode .intro-container .features-container .feature-container .svg line, body.light-mode .intro-container .features-container .feature-container .svg polygon {
  stroke: #87A0FF;
}
body.light-mode .curve-container .svg path {
  fill: #87A0FF;
}
body.light-mode .curve-container.type-one-next {
  background: #2E305C;
}
body.light-mode .curve-container.type-two-next {
  background: #E0EAFD;
}
body.light-mode .curve-container.type-three-next {
  background: #87A0FF;
}
body.light-mode .curve-container.type-four-next {
  background: #FFFFFF;
}
body.light-mode section.type-one, body.light-mode div.type-one {
  background: #2E305C;
  color: #FFFFFF;
}
body.light-mode section.type-one h1, body.light-mode section.type-one h2, body.light-mode section.type-one h3, body.light-mode section.type-one h4, body.light-mode section.type-one h5, body.light-mode div.type-one h1, body.light-mode div.type-one h2, body.light-mode div.type-one h3, body.light-mode div.type-one h4, body.light-mode div.type-one h5 {
  color: #FFFFFF;
}
body.light-mode section.type-one h1.title-secondary, body.light-mode section.type-one h2.title-secondary, body.light-mode section.type-one h3.title-secondary, body.light-mode section.type-one h4.title-secondary, body.light-mode section.type-one h5.title-secondary, body.light-mode div.type-one h1.title-secondary, body.light-mode div.type-one h2.title-secondary, body.light-mode div.type-one h3.title-secondary, body.light-mode div.type-one h4.title-secondary, body.light-mode div.type-one h5.title-secondary {
  color: #87A0FF;
}
body.light-mode section.type-one .btn, body.light-mode div.type-one .btn {
  background: #CBDCFC;
  color: #444985;
}
body.light-mode section.type-one .btn .svg path, body.light-mode div.type-one .btn .svg path {
  stroke: #444985;
}
body.light-mode section.type-one .btn:hover, body.light-mode div.type-one .btn:hover {
  background: #FFFFFF;
  color: #1A1933;
}
body.light-mode section.type-one .btn:hover .svg path, body.light-mode div.type-one .btn:hover .svg path {
  stroke: #1A1933;
}
body.light-mode section.type-two, body.light-mode div.type-two {
  background: #E0EAFD;
  color: #5A64AD;
}
body.light-mode section.type-two h1, body.light-mode section.type-two h2, body.light-mode section.type-two h3, body.light-mode section.type-two h4, body.light-mode section.type-two h5, body.light-mode div.type-two h1, body.light-mode div.type-two h2, body.light-mode div.type-two h3, body.light-mode div.type-two h4, body.light-mode div.type-two h5 {
  color: #444985;
}
body.light-mode section.type-three, body.light-mode div.type-three {
  background: #87A0FF;
  color: #444985;
}
body.light-mode section.type-three h1, body.light-mode section.type-three h2, body.light-mode section.type-three h3, body.light-mode section.type-three h4, body.light-mode section.type-three h5, body.light-mode div.type-three h1, body.light-mode div.type-three h2, body.light-mode div.type-three h3, body.light-mode div.type-three h4, body.light-mode div.type-three h5 {
  color: #FFFFFF;
}
body.light-mode section.type-three .btn.primary, body.light-mode div.type-three .btn.primary {
  background: #2E305C;
  color: #FFFFFF;
}
body.light-mode section.type-three .btn.primary .svg path, body.light-mode div.type-three .btn.primary .svg path {
  stroke: #FFFFFF;
}
body.light-mode section.type-three .btn.secondary, body.light-mode div.type-three .btn.secondary {
  background: #CBDCFC;
  color: #444985;
}
body.light-mode section.type-three .btn.secondary .svg path, body.light-mode div.type-three .btn.secondary .svg path {
  stroke: #444985;
}
body.light-mode section.type-three .btn:hover, body.light-mode div.type-three .btn:hover {
  background: #FFFFFF;
  color: #1A1933;
}
body.light-mode section.type-three .btn:hover .svg path, body.light-mode div.type-three .btn:hover .svg path {
  stroke: #1A1933;
}
body.light-mode section.type-four, body.light-mode div.type-four {
  background: #FFFFFF;
  color: #5B5B66;
}
body.light-mode section.type-four h1, body.light-mode section.type-four h2, body.light-mode section.type-four h3, body.light-mode section.type-four h4, body.light-mode section.type-four h5, body.light-mode div.type-four h1, body.light-mode div.type-four h2, body.light-mode div.type-four h3, body.light-mode div.type-four h4, body.light-mode div.type-four h5 {
  color: #444985;
}
body.light-mode section.type-four .btn.primary, body.light-mode div.type-four .btn.primary {
  background: #2E305C;
  color: #FFFFFF;
}
body.light-mode section.type-four .btn.primary .svg path, body.light-mode div.type-four .btn.primary .svg path {
  stroke: #FFFFFF;
}
body.light-mode section.type-four .btn.secondary, body.light-mode div.type-four .btn.secondary {
  background: #E0EAFD;
  color: #444985;
}
body.light-mode section.type-four .btn.secondary .svg path, body.light-mode div.type-four .btn.secondary .svg path {
  stroke: #444985;
}
body.light-mode section.type-four .btn.tertiary, body.light-mode div.type-four .btn.tertiary {
  background: none;
  color: #797A83;
  padding: 0;
}
body.light-mode section.type-four .btn.tertiary .svg path, body.light-mode div.type-four .btn.tertiary .svg path {
  stroke: #797A83;
}
body.light-mode section.type-four .btn.tertiary:hover, body.light-mode div.type-four .btn.tertiary:hover {
  background: none;
  color: #302F36;
}
body.light-mode section.type-four .btn.tertiary:hover .svg path, body.light-mode div.type-four .btn.tertiary:hover .svg path {
  stroke: #302F36;
}
body.light-mode section.type-four .btn:hover, body.light-mode div.type-four .btn:hover {
  background: #CBDCFC;
  color: #444985;
}
body.light-mode section.type-four .btn:hover .svg path, body.light-mode div.type-four .btn:hover .svg path {
  stroke: #444985;
}
body.light-mode section.type-four a, body.light-mode div.type-four a {
  color: #87A0FF;
}
body.light-mode section.type-four a:hover, body.light-mode div.type-four a:hover {
  color: #1A1933;
}
body.light-mode .mapClient-container img.mapClient-dark {
  display: none;
}
body.light-mode .application-teaser-container .application-container {
  background: #CBDCFC;
  color: #5A64AD;
}
body.light-mode .application-teaser-container .application-container.one .application-icon path.st0, body.light-mode .application-teaser-container .application-container.one .application-icon rect.st0 {
  stroke: #444985;
}
body.light-mode .application-teaser-container .application-container.one .application-icon path.st1, body.light-mode .application-teaser-container .application-container.one .application-icon rect.st1 {
  stroke: #FFFFFF;
}
body.light-mode .application-teaser-container .application-container.one .application-icon path.st2, body.light-mode .application-teaser-container .application-container.one .application-icon rect.st2 {
  stroke: #18FFB9;
}
body.light-mode .application-teaser-container .application-container.two .application-icon path.st0, body.light-mode .application-teaser-container .application-container.two .application-icon rect.st0 {
  stroke: #444985;
}
body.light-mode .application-teaser-container .application-container.two .application-icon path.st1, body.light-mode .application-teaser-container .application-container.two .application-icon rect.st1 {
  stroke: #FFFFFF;
}
body.light-mode .application-teaser-container .application-container.two .application-icon path.st2, body.light-mode .application-teaser-container .application-container.two .application-icon rect.st2 {
  stroke: #18FFB9;
}
body.light-mode .application-teaser-container .application-container.three .application-icon path.st0, body.light-mode .application-teaser-container .application-container.three .application-icon rect.st0, body.light-mode .application-teaser-container .application-container.three .application-icon line.st0, body.light-mode .application-teaser-container .application-container.three .application-icon circle.st0 {
  stroke: #444985;
}
body.light-mode .application-teaser-container .application-container.three .application-icon path.st1, body.light-mode .application-teaser-container .application-container.three .application-icon rect.st1, body.light-mode .application-teaser-container .application-container.three .application-icon line.st1, body.light-mode .application-teaser-container .application-container.three .application-icon circle.st1 {
  stroke: #18FFB9;
}
body.light-mode .application-teaser-container .application-container.three .application-icon path.st2, body.light-mode .application-teaser-container .application-container.three .application-icon rect.st2, body.light-mode .application-teaser-container .application-container.three .application-icon line.st2, body.light-mode .application-teaser-container .application-container.three .application-icon circle.st2 {
  stroke: #FFFFFF;
}
body.light-mode .application-teaser-container .application-container h3, body.light-mode .application-teaser-container .application-container h4, body.light-mode .application-teaser-container .application-container h5 {
  color: #444985;
}
body.light-mode .application-teaser-container .application-container p, body.light-mode .application-teaser-container .application-container strong {
  color: #5A64AD;
}
body.light-mode .application-teaser-container .application-container a.application-link {
  background: #FFFFFF;
}
body.light-mode .application-teaser-container .application-container a.application-link .svg path {
  stroke: #1A1933;
}
body.light-mode .application-teaser-container .application-container a.application-link:hover {
  background: #1A1933;
}
body.light-mode .application-teaser-container .application-container a.application-link:hover .svg path {
  stroke: #FFFFFF;
}
body.light-mode .recommendations-container .recommend-container {
  border-color: #5A64AD;
}
body.light-mode .advantages-container .advantage-container {
  background: #CBDCFC;
  box-shadow: 0 4px 20px 0 rgba(255, 255, 255, 0.15);
}
body.light-mode .advantages-container .advantage-container .advantage-check {
  background: #FFFFFF;
}
body.light-mode .advantages-container .advantage-container .advantage-check .svg path, body.light-mode .advantages-container .advantage-container .advantage-check .svg circle, body.light-mode .advantages-container .advantage-container .advantage-check .svg rect, body.light-mode .advantages-container .advantage-container .advantage-check .svg polyline, body.light-mode .advantages-container .advantage-container .advantage-check .svg line, body.light-mode .advantages-container .advantage-container .advantage-check .svg polygon {
  stroke: #87A0FF;
}
body.light-mode .advantages-container .advantage-container h4 {
  color: #444985;
}
body.light-mode .advantages-container .advantage-container p {
  color: #6E7FD8;
}
body.light-mode .advantages-container .advantage-container:hover {
  background: #FFFFFF;
}
body.light-mode .advantages-container .advantage-container:hover .advantage-check {
  background: #FFFFFF;
}
body.light-mode .advantages-container .advantage-container:hover .advantage-check .svg path, body.light-mode .advantages-container .advantage-container:hover .advantage-check .svg circle, body.light-mode .advantages-container .advantage-container:hover .advantage-check .svg rect, body.light-mode .advantages-container .advantage-container:hover .advantage-check .svg polyline, body.light-mode .advantages-container .advantage-container:hover .advantage-check .svg line, body.light-mode .advantages-container .advantage-container:hover .advantage-check .svg polygon {
  stroke: #87A0FF;
}
body.light-mode .advantages-container .advantage-container:hover h4 {
  color: #444985;
}
body.light-mode .advantages-container .advantage-container:hover p {
  color: #87A0FF;
}
body.light-mode .teamTeasers-container .team-container {
  background: #CBDCFC;
  color: #5A64AD;
}
body.light-mode .teamTeasers-container .team-container strong {
  color: #444985;
}
body.light-mode .footer-container {
  background: #E0EAFD;
  color: #2E305C;
}
body.light-mode .footer-container .logo-container .svg path {
  fill: #2E305C;
}
body.light-mode .footer-container nav.navigation-container ul li a.active:before {
  background: #2E305C;
}
body.light-mode .footer-container nav.navigation-container ul li a:hover.active:before {
  background: #87A0FF;
}
body.light-mode .footer-container .copyright {
  color: #5A64AD;
}
body.light-mode .footer-container .copyright ul li a {
  color: #5A64AD;
}
body.light-mode .footer-container .copyright ul li a:hover {
  color: #87A0FF;
}
body.light-mode .footer-container .copyright ul li:after {
  background: #5A64AD;
}
body.light-mode .footer-container .language-container a {
  border-color: #F4F7FE;
  color: #2E305C;
}
body.light-mode .footer-container .language-container a.active {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #2E305C;
}
body.light-mode .footer-container .language-container a.active:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #2E305C;
}
body.light-mode .footer-container .language-container a:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #2E305C;
}
body.light-mode .footer-container a {
  color: #2E305C;
}
body.light-mode .footer-container a:hover {
  color: #87A0FF;
}
body.light-mode .footer-container .btn {
  background: #2E305C;
  color: #FFFFFF;
}
body.light-mode .footer-container .btn .svg path {
  stroke: #FFFFFF;
}
body.light-mode .footer-container .btn:hover {
  background: #FFFFFF;
  color: #1A1933;
}
body.light-mode .footer-container .btn:hover .svg path {
  stroke: #1A1933;
}
body.light-mode #contact-form-container form input, body.light-mode #contact-form-container form textarea {
  border-color: #E0EAFD;
  background: #E0EAFD;
  color: #2E305C;
}
body.light-mode #contact-form-container form input:hover, body.light-mode #contact-form-container form input:focus, body.light-mode #contact-form-container form textarea:hover, body.light-mode #contact-form-container form textarea:focus {
  border-color: #6E7FD8;
  background: #E0EAFD;
  color: #2E305C;
}
body.light-mode #contact-form-container form input:focus, body.light-mode #contact-form-container form textarea:focus {
  background: #FFFFFF;
}
body.light-mode #contact-form-container form input::placeholder, body.light-mode #contact-form-container form textarea::placeholder {
  color: #2E305C;
}
body.light-mode #contact-form-container form .btn-form button#submitBtn {
  background: #2E305C;
  color: #FFFFFF;
}
body.light-mode #contact-form-container form .btn-form button#submitBtn .svg path {
  stroke: #FFFFFF;
}
body.light-mode #contact-form-container form .btn-form button#submitBtn:hover {
  background: #CBDCFC;
  color: #444985;
}
body.light-mode #contact-form-container form .btn-form button#submitBtn:hover .svg path {
  stroke: #444985;
}

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  RESPONSIVE styling */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1440px) {
  body {
    font-size: 18px;
    line-height: 1.45em;
  }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .wrapper {
    width: 95%;
  }
  .header-container .logo-container {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .header-container nav.navigation-container ul {
    margin: 0;
  }
  .header-container nav.navigation-container ul li a {
    margin: 0 1em;
    padding: 1em 0.25em;
  }
  .header-container .btn.contact-header {
    top: 2.65em;
  }
  .intro-container .wrapper .intro-image {
    right: -10%;
    top: -6.5em;
    width: 55%;
  }
  .home-second-container {
    padding-bottom: 6.5em;
  }
  section {
    padding: 6.5em 0;
  }
  section.padding-small-top {
    padding-top: 3em;
  }
  .trusted-by-container {
    margin-bottom: 6.5em;
  }
  .mapClient-container {
    margin-bottom: -11.5em;
  }
  .application-teaser-container .application-container {
    width: 90%;
  }
  .teamTeasers-container {
    column-gap: 2.75em;
    row-gap: 10.5em;
    margin: 5.5em 0;
  }
  .teamTeasers-container .team-container {
    scale: 1.175;
  }
  .teamTeasers-container .team-container .team-portrait figcaption {
    padding: 1.15em 2.75em;
  }
  .partners-detail .column-4 {
    margin-bottom: 6.5em;
  }
  .advantages-container {
    column-gap: 3.5em;
    row-gap: 3.5em;
  }
  .advantages-container .advantage-container {
    padding: 2.75em;
  }
  .footer-container {
    padding: 9em 0 4em 0;
  }
  .footer-container .copyright {
    margin-top: 6.5em;
  }
  #contact-form-container form input, #contact-form-container form textarea {
    font-size: 18px;
    line-height: 1.45em;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1280px) {
  body {
    font-size: 17px;
    line-height: 1.4em;
  }
  h1 {
    font-size: 4.5em;
    line-height: 1.1em;
  }
  h2 {
    font-size: 2.75em;
  }
  h3 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h4 {
    line-height: 1.35em;
  }
  h5 {
    line-height: 1.35em;
  }
  p.small, pre.small {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .header-container .logo-container {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    max-width: 125px;
    width: 125px;
  }
  .header-container .btn.contact-header {
    top: 1.85em;
  }
  .intro-container .wrapper .intro-image {
    right: -5%;
    top: -5.5em;
    width: 50%;
  }
  .home-second-container {
    padding-bottom: 5.5em;
  }
  section {
    padding: 5.5em 0;
  }
  section.padding-small-top {
    padding-top: 2.5em;
  }
  .trusted-by-container {
    margin-bottom: 5.5em;
  }
  .mapClient-container {
    margin-bottom: -10em;
  }
  .application-teaser-container {
    margin-top: 4em;
    margin-bottom: 8em;
  }
  .application-teaser-container .application-container {
    padding: 2em;
    scale: 1;
    width: 100%;
  }
  .application-teaser-container .application-container.one {
    transform: translateY(2em);
  }
  .application-teaser-container .application-container.two {
    transform: translateY(-2em);
  }
  .application-teaser-container .application-container .application-icon {
    height: 4.5em;
    width: 4.5em;
    margin: 2em auto 2.5em auto;
  }
  .application-teaser-container .application-container h3 {
    font-size: 2em;
    line-height: 1.25em;
  }
  .application-teaser-container .application-container p {
    font-size: 17px;
    line-height: 1.4em;
  }
  .application-teaser-container .application-container a.application-link {
    margin-top: 2em;
    height: 3em;
    width: 3em;
  }
  .application-teaser-container .application-container a.application-link .svg {
    height: 0.65em;
    width: 0.65em;
  }
  .application-teaser-container .application-container:hover {
    scale: 1;
  }
  .teamTeasers-container {
    column-gap: 2.5em;
    row-gap: 10em;
    margin: 5em 0;
  }
  .teamTeasers-container .team-container {
    scale: 1.15;
  }
  .teamTeasers-container .team-container .team-portrait figcaption {
    padding: 1.05em 2.5em;
  }
  .teamTeasers-container .team-container:hover {
    scale: 1.2;
  }
  .recommendations-container {
    margin-top: 3em;
    column-gap: 2em;
    row-gap: 2em;
  }
  .recommendations-container .recommend-container {
    padding: 1.5em;
  }
  .advantages-container {
    column-gap: 3em;
    row-gap: 3em;
    margin: 3em 0;
  }
  .advantages-container .advantage-container {
    padding: 2.5em;
  }
  .advantages-container .advantage-container .advantage-check {
    margin: 0 0 1.25em 0;
  }
  .partners-detail .column-4 {
    margin-bottom: 5.5em;
  }
  .footer-container {
    padding: 8em 0 3em 0;
  }
  .footer-container .logo-container {
    max-width: 125px;
  }
  .footer-container .column-3:nth-child(1) {
    width: 11.66667%;
  }
  .footer-container .column-3:nth-child(2) {
    width: 36.66667%;
  }
  .footer-container .column-3:nth-child(3) {
    width: 20%;
  }
  .footer-container .column-2.offset-1 {
    margin-left: 2.5%;
  }
  .footer-container .copyright {
    margin-top: 5.5em;
  }
  .footer-container .copyright ul li {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  #contact-form-container form input, #contact-form-container form textarea {
    font-size: 17px;
    line-height: 1.4em;
  }
  .cookie-consent {
    font-size: 17px !important;
    line-height: 1.4em !important;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  h1 {
    font-size: 4em;
    line-height: 1.1em;
  }
  h2 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  h3 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h4 {
    font-size: 1.25em;
    line-height: 1.35em;
  }
  h5 {
    font-size: 1.1em;
    line-height: 1.35em;
  }
  .btn.margin-top-big {
    margin-top: 2em;
  }
  .btn.margin-right {
    margin-right: 1em;
  }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .row {
    margin: 0;
  }
  .row.vertical-center {
    display: block;
  }
  .row.vertical-center h3 {
    display: inline-block;
    margin: 0 1.5em 0.5em 0;
  }
  [class*=column-] {
    float: none;
    margin: 1em 0;
    width: 100%;
  }
  .header-container [class*=column-] {
    margin: 0;
  }
  .header-container .column-2, .header-container .column-3 {
    width: 50%;
  }
  .header-container .column-7 {
    display: none;
  }
  .header-container .column-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .header-container .btn.contact-header {
    display: none;
  }
  .header-container .mode-toggle {
    float: none;
    margin: 0;
  }
  .header-container .logo-container {
    margin-top: 1.5em;
    max-width: 7em;
    width: 7em;
  }
  .header-container .nav-toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .nav-overlay .navigation-container ul li a {
    font-size: 2em;
    line-height: 1.25em;
  }
  .intro-container .wrapper .claim-container .column-8, .intro-container .wrapper .claim-container .column-10 {
    margin: 0;
    width: 78.3333333333%;
  }
  .intro-container .wrapper .intro-image {
    opacity: 0.9;
    top: -4.5em;
  }
  .curve-container {
    padding-bottom: 1em;
  }
  .home-second-container {
    padding-bottom: 4.5em;
  }
  section {
    padding: 4.5em 0;
  }
  section.padding-small-top {
    padding-top: 2.25em;
  }
  .trusted-by-container {
    margin-bottom: 4.5em;
  }
  .trusted-by-container .trusted-by-logo {
    height: 4.5em;
    width: 9em;
    padding: 0.7em;
  }
  .vertical-textRotate {
    height: 370px;
  }
  .vertical-textRotate .day {
    font-size: 2em;
    line-height: 1.25em;
  }
  .mapClient-container {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .application-teaser-container .application-container.one, .application-teaser-container .application-container.two {
    padding: 2em 2.5%;
    transform: translateY(0);
  }
  .application-teaser-container .application-container .application-icon {
    height: 3.5em;
    width: 3.5em;
    margin: 0 0 0.75em 0;
  }
  .application-teaser-container .application-container a.application-link {
    margin-top: 1em;
  }
  .teamTeasers-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5em;
    row-gap: 1.5em;
    margin: 2em 0 2.5em 0;
  }
  .teamTeasers-container .team-container {
    scale: 1;
  }
  .teamTeasers-container .team-container .team-portrait figcaption {
    font-size: 17px;
    line-height: 1.4em;
    padding: 1.25em;
  }
  .teamTeasers-container .team-container .team-portrait figcaption strong {
    font-size: 1.25em;
    line-height: 1.35em;
  }
  .teamTeasers-container .team-container:hover {
    scale: 1;
  }
  .teamTeasers-container .team-container:nth-child(2n+1) {
    transform: translateY(2.5em);
  }
  .teamTeasers-container .team-container:nth-child(2n+2) {
    transform: translateY(0);
  }
  .benefits-container {
    margin: 0 0 1em 0;
    padding: 1.25em 2.5%;
  }
  .benefits-container:last-of-type {
    margin-bottom: 0;
  }
  .recommendations-container {
    column-gap: 1.5em;
    row-gap: 1.5em;
    margin-top: 2em;
  }
  .recommendations-container .recommend-container {
    padding: 1.25em;
  }
  .recommendations-container .recommend-container .svg {
    height: 1.75em;
    width: 1.75em;
  }
  .advantages-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5em;
    row-gap: 1.5em;
    margin: 2em 0 0 0;
  }
  .advantages-container .advantage-container {
    padding: 1.25em;
  }
  .advantages-container .advantage-container .advantage-check {
    height: 3.5em;
    width: 3.5em;
    margin: 0 0 0.75em 0;
  }
  .advantages-container .advantage-container .advantage-check .svg {
    height: 1.75em;
    width: 1.75em;
  }
  .advantages-container .advantage-container:hover {
    scale: 1;
  }
  .advantages-container .advantage-container:hover .advantage-check {
    height: 3.5em;
    width: 3.5em;
  }
  .advantages-container .advantage-container:hover .advantage-check .svg {
    height: 2.5em;
    width: 2.5em;
  }
  .advantages-container .advantage-container:hover .advantage-check .svg path, .advantages-container .advantage-container:hover .advantage-check .svg circle, .advantages-container .advantage-container:hover .advantage-check .svg rect, .advantages-container .advantage-container:hover .advantage-check .svg polyline, .advantages-container .advantage-container:hover .advantage-check .svg line, .advantages-container .advantage-container:hover .advantage-check .svg polygon {
    stroke-width: 0.75px;
  }
  .advantages-container .advantage-container:nth-child(3n+1), .advantages-container .advantage-container:nth-child(3n+2), .advantages-container .advantage-container:nth-child(3n+3) {
    transform: translateY(0);
  }
  .partners-detail .column-4 {
    margin-bottom: 2.5em;
    width: 47.5%;
  }
  .partners-detail .column-4:nth-child(odd) {
    margin-right: 5%;
  }
  .partners-detail .column-4:nth-last-child(-n+3) {
    margin-bottom: 2.5em;
  }
  .partners-detail .column-4:nth-last-child(-n+2) {
    margin-bottom: 1em;
  }
  .partners-detail .partner-logo {
    margin-bottom: 0.5em;
    max-width: 200px;
  }
  .partners-detail.partners-detail-list .column-3 {
    margin: 0 0 0.5em 0;
    width: 50%;
  }
  .partners-detail.partners-detail-list .column-3:nth-last-child(-n+4) {
    margin: 0 0 0.5em 0;
  }
  .partners-detail.partners-detail-list .column-3:last-of-type {
    margin: 0;
  }
  .partners-detail.partners-detail-list h5 {
    margin: 0;
  }
  .footer-container {
    padding: 4.5em 0 4.5em 0;
  }
  .footer-container .logo-container {
    margin: 0 0 1.5em 0;
    max-width: 5em;
  }
  .footer-container .row {
    margin: 0 -2.5%;
  }
  .footer-container .column-3 {
    float: left;
    margin: 0 2.5%;
  }
  .footer-container .column-3:nth-child(1) {
    width: 95%;
  }
  .footer-container .column-3:nth-child(2) {
    width: 45%;
  }
  .footer-container .column-3:nth-child(3) {
    width: 20%;
  }
  .footer-container .column-2.offset-1 {
    float: left;
    margin: 0 2.5%;
    width: 20%;
  }
  .footer-container .copyright {
    margin-top: 4.5em;
  }
  .footer-container .copyright .column-12 {
    margin: 0 2.5%;
    width: 95%;
  }
  .footer-container nav.navigation-container ul li a.active, .footer-container nav.navigation-container ul li a:hover {
    margin-left: 0.75em;
  }
  #contact-form-container {
    margin-top: 3em;
  }
  /*  ---------------------------------------------------------------------- */
  /*  light dark modes */
  /*  ---------------------------------------------------------------------- */
  body.dark-mode .intro-container .wrapper .claim-container h1, body.dark-mode .intro-container .wrapper .claim-container h4 {
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(19, 18, 21, 0.5);
  }
  body.dark-mode .intro-container .wrapper .claim-container .column-10 h1, body.dark-mode .intro-container .wrapper .claim-container .column-10 h4 {
    text-shadow: none;
  }
  body.light-mode .intro-container .wrapper .claim-container h1, body.light-mode .intro-container .wrapper .claim-container h4 {
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(19, 18, 21, 0.3);
  }
  body.light-mode .intro-container .wrapper .claim-container .column-10 h1, body.light-mode .intro-container .wrapper .claim-container .column-10 h4 {
    text-shadow: none;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.35em;
  }
  h1 {
    font-size: 3em;
    line-height: 1.15em;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h3, .application-teaser-container .application-container h3 {
    font-size: 1.65em;
    line-height: 1.3em;
  }
  .btn.margin-top-big {
    margin-top: 1.5em;
  }
  .btn.margin-right {
    margin-right: 0.5em;
  }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .wrapper {
    width: 92%;
  }
  .header-container .no-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
  .header-container .logo-container {
    max-width: 6.5em;
  }
  .header-container .nav-toggle {
    margin: 0 -0.75em 0 0.5em;
    padding: 0.75em;
    width: 3.25em;
  }
  .nav-overlay .navigation-container ul li a {
    font-size: 1.65em;
    line-height: 1.3em;
    width: 90%;
  }
  .nav-overlay .language-switcher {
    width: 90%;
  }
  .nav-overlay .language-switcher a {
    margin: 0 1.5em 0 0;
  }
  .intro-container .wrapper .intro-image {
    right: -7.5%;
    top: -4.25em;
    width: 60%;
  }
  .features-container .feature-container {
    margin-bottom: 1em;
  }
  .home-second-container {
    padding-bottom: 3.5em;
  }
  .home-second-container.big-padding-top {
    padding-top: 3.5em;
  }
  section {
    padding: 3.5em 0;
  }
  section.padding-small-top {
    padding-top: 1.75em;
  }
  .trusted-by-container {
    margin-bottom: 3.5em;
  }
  .trusted-by-container .trusted-by-logo {
    box-sizing: border-box;
    height: 4.25em;
    margin: 0.4em;
    padding: 0.6em;
    width: calc(25% - 0.8em);
  }
  .trusted-by-container .trusted-by-logo figure img {
    max-height: 90%;
    max-width: 90%;
  }
  .application-teaser-container .application-container.one, .application-teaser-container .application-container.two {
    padding: 1.25em 3%;
  }
  .application-teaser-container.team-teasers .application-container .team-portrait {
    margin: -1.25em -3.1% 1em -3.1%;
    width: 106.5%;
  }
  .teamTeasers-container {
    column-gap: 1em;
    row-gap: 1em;
  }
  .teamTeasers-container .team-container .team-portrait figcaption {
    font-size: 16px;
    line-height: 1.35em;
    padding: 1.25em;
  }
  .teamTeasers-container .team-container .team-portrait figcaption strong {
    font-size: 1.25em;
    line-height: 1.35em;
  }
  .benefits-container {
    margin: 0 0 1em 0;
    padding: 1em 3%;
  }
  .benefits-container .benefits-check {
    height: 2em;
    width: 2em;
    margin-right: 0.75em;
  }
  .recommendations-container {
    display: block;
  }
  .recommendations-container .recommend-container {
    margin: 0 0 1em 0;
    padding: 1.25em 3%;
    width: 100%;
  }
  .recommendations-container .recommend-container:last-of-type {
    margin-bottom: 0;
  }
  .advantages-container {
    display: block;
  }
  .advantages-container .advantage-container {
    margin: 0 0 1em 0;
    padding: 1.25em 3%;
    width: 100%;
  }
  .advantages-container .advantage-container:last-of-type {
    margin-bottom: 0;
  }
  .partners-detail {
    display: block;
  }
  .partners-detail .column-4 {
    margin-bottom: 2.5em !important;
    width: 100%;
  }
  .partners-detail .column-4:nth-child(odd) {
    margin-right: 0;
  }
  .partners-detail .column-4:nth-last-child(-n+3) {
    margin-bottom: inherit;
  }
  .partners-detail .column-4:nth-last-child(-n+2) {
    margin-bottom: inherit;
  }
  .partners-detail .column-4:last-of-type {
    margin-bottom: 0 !important;
  }
  .partners-detail .partner-logo {
    margin-bottom: 0.5em;
    max-width: 11em;
  }
  .partners-detail.partners-detail-list .column-3 {
    margin: 0 0 0.5em 0;
    width: 100%;
  }
  .partners-detail.partners-detail-list .column-3:nth-last-child(-n+4) {
    margin: 0 0 0.5em 0;
  }
  .partners-detail.partners-detail-list .column-3:last-of-type {
    margin: 0;
  }
  .partners-detail.partners-detail-list h5 {
    margin: 0;
  }
  .partners-detail p.small {
    font-size: 16px;
    line-height: 1.35em;
    margin-bottom: 0.75em;
  }
  .footer-container {
    padding: 3.5em 0;
  }
  .footer-container .logo-container {
    margin: 0;
    max-width: 4.5em;
  }
  .footer-container .row {
    margin: 0;
  }
  .footer-container .column-3 {
    float: none;
    margin: 0;
  }
  .footer-container .column-3:nth-child(1), .footer-container .column-3:nth-child(2), .footer-container .column-3:nth-child(3) {
    margin-bottom: 1.5em;
    width: 100%;
  }
  .footer-container .column-2.offset-1 {
    float: none;
    margin: 1.5em 0 0 0;
    width: 100%;
  }
  .footer-container nav.navigation-container ul li a {
    padding: 0.25em 0;
  }
  .footer-container nav.navigation-container ul li a.active:before {
    left: -0.5em;
  }
  .footer-container .language-container .language-switcher {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .footer-container .language-container .language-switcher a {
    margin: 0;
    width: 48.5%;
  }
  .footer-container .copyright {
    margin-top: 2em;
  }
  .footer-container .copyright .column-12 {
    margin: 0;
    width: 100%;
  }
  .footer-container .copyright ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-container .copyright ul li {
    padding: 0.25em 0;
    width: 48.5%;
  }
  .footer-container .copyright ul li a {
    display: block;
  }
  .footer-container .copyright ul li:after {
    display: none;
  }
  #contact-form-container {
    margin-top: 2em;
  }
  #contact-form-container form input, #contact-form-container form textarea {
    font-size: 16px;
    line-height: 1.35em;
  }
  #contact-form-container form .btn-form {
    margin: 1em 0 0 0;
  }
  .cookie-consent {
    font-size: 16px !important;
    line-height: 1.35em !important;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 500px) {
  h1 {
    font-size: 2.75em;
    line-height: 1.15em;
  }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .wrapper {
    width: 90%;
  }
  .header-container .no-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .header-container .nav-toggle {
    margin: 0 -0.75em 0 0.5em;
    padding: 0.75em;
    width: 3.25em;
  }
  .nav-overlay .navigation-container ul li a {
    width: 86%;
  }
  .nav-overlay .language-switcher {
    width: 86%;
  }
  .nav-overlay .language-switcher a {
    margin: 0 1.25em 0 0;
  }
  .intro-container .wrapper .claim-container .column-8, .intro-container .wrapper .claim-container .column-10 {
    width: 86.6666666667%;
  }
  .intro-container .wrapper .intro-image {
    right: -10%;
    top: -4em;
    width: 70%;
  }
  section {
    padding: 2.5em 0;
  }
  section.padding-small-top {
    padding-top: 1.25em;
  }
  .home-second-container {
    padding-bottom: 2.5em;
  }
  .home-second-container.big-padding-top {
    padding-top: 2.5em;
  }
  .features-container .feature-container .svg {
    height: 1.5em;
    width: 1.5em;
  }
  .trusted-by-container {
    margin-bottom: 2.5em;
  }
  .trusted-by-container .trusted-by-logo {
    height: 4em;
    width: calc(33.333% - 0.8em);
  }
  .trusted-by-container .trusted-by-logo figure img {
    max-height: 85%;
    max-width: 85%;
  }
  .application-teaser-container .application-container.one, .application-teaser-container .application-container.two {
    padding: 1.25em 5%;
  }
  .advantages-container .advantage-container {
    padding: 1.25em 5%;
  }
  .recommendations-container .recommend-container {
    padding: 1.25em 5%;
  }
  .teamTeasers-container {
    display: block;
    margin: 0;
  }
  .teamTeasers-container .team-container {
    margin: 0 0 1em 0;
  }
  .teamTeasers-container .team-container .team-portrait figcaption {
    padding: 1.25em 5%;
  }
  .teamTeasers-container .team-container:nth-child(2n+1), .teamTeasers-container .team-container:nth-child(2n+2) {
    transform: translateY(0);
  }
  .teamTeasers-container .team-container:last-of-type {
    margin: 0;
  }
  #cookie-consent.cookie-consent .cookie-box {
    padding: 1.5em;
  }
  #cookie-consent.cookie-consent .cookie-box p#cookie-title {
    font-size: 1.25em;
    line-height: 1.35em;
  }
  #cookie-consent.cookie-consent .cookie-box form#cookie-options .button-row {
    display: block;
  }
  #cookie-consent.cookie-consent .cookie-box form#cookie-options .button-row button {
    display: block;
    width: 100%;
  }
  #cookie-consent.cookie-consent .cookie-box form#cookie-options .button-row button:last-of-type {
    margin-top: 1em;
  }
}

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