@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
:root {
  --color-palette-3-lighter: #4591c4;
  --color-brand-base: #f07d00;
  --color-primary-light: #ffab00;
  --color-primary-bright: #80a4ac;
  --color-primary-base: #f07d00;
  --color-primary-dark: #f07d00;
  --color-primary-darker: #18373f;
  --color-secondary-light: #909096;
  --color-secondary-bright: #67676f;
  --color-secondary-base: #06446c;
  --color-secondary-dark: #22222b;
  --color-links-bright: #ea8e54;
  --color-links: #e36414;
  --color-tertiary-light: #ff8f8f;
  --color-tertiary-base: #ff4141;
  --color-tertiary-dark: #962a2a;
  --color-greyscale-xlight: #fff;
  --color-greyscale-lighter: #f8f8f8;
  --color-greyscale-light: #f3f3f3;
  --color-greyscale-mid: #e5e5e5;
  --color-greyscale-mid-dark: #a5a5a5;
  --color-greyscale-base: #7e8c89;
  --color-greyscale-dark: #454d4b;
  --color-greyscale-darkest: #212529;
  --color-social-base: #fff;
  --color-social-facebook: #365899;
  --color-social-twitter: #54acee;
  --color-social-linkedin: #0077b5;
  --color-social-whatsapp: #00e676;
  --color-social-xing: #007776;
  --color-positive-light: var(--color-brand-light);
  --color-positive-base: var(--color-brand-basee);
  --color-positive-dark: var(--color-primary-dark);
  --color-negative-light: var(--color-tertiary-light);
  --color-negative-base: var(--color-tertiary-base);
  --color-negative-dark: var(--color-tertiary-dark);
  --color-warning-light: var(--color-secondary-light);
  --color-warning-base: var(--color-secondary-base);
  --color-warning-dark: var(--color-secondary-dark);
  --color-green-1: #2e7763;
  --color-green-2: #48be9d;
  --color-yellow: #f8c300;
  --color-red: #d02826;
  --color-red-2: #962a2a;
  --color-blue: #4577ce;
  --color-white: #fff;
  --color-grey: #4a4a4a;
  --color-grey-light: #ccc;
  --color-black: #000;
  --body-text-color: var(--color-grey);
  --body-background-color: var(--color-white);
  --links-color: var(--color-brand-base);
  --links-color-hover: var(--color-primary-bright);
  --color-focus: #228ae6;
  --font-main: "Open Sans", sans-serif;
  --font-base-line-height: 1.4;
  --font-thin: 300;
  --font-normal: 400;
  --font-thick: 600;
  --font-thicker: 700;
  --typography-thin: var(--font-thin);
  --typography-bold: var(--font-thicker);
  --font-size-xs: 0.75em;
  --font-size-s: 0.875em;
  --font-size-m: 1em;
  --font-size-l: 1.125em;
  --font-size-xl: 1.313em;
  --font-size-xxl: 1.5em;
  --font-size-xxxl: 1.75em;
  --font-size-xxxxl: 3em;
  --form-focus-background: var(--color-secondary-light);
  --dashboard-sidebar-background: var(--color-greyscale-xlight);
  --dashboard-sidebar-text: var(--color-greyscale-dark);
  --dashboard-sidebar-text-light: var(--color-greyscale-base);
  --dashboard-sidebar-user-links: var(--color-greyscale-base);
  --dashboard-sidebar-user-links-hover-bg: var(--color-greyscale-mid);
  --dashboard-sidebar-user-links-hover-color: var(--color-greyscale-darkest);
  --header-background-start: #dce15f;
  --header-background-end: #297763;
  --header-links-color: var(--color-greyscale-xlight);
  --header-submenu-background: var(--color-greyscale-xlight);
  --header-submenu-links: var(--color-greyscale-base);
  --header-submenu-links-hover: var(--color-greyscale-darkest);
  --header-submenu-link-hover-background: var(--color-greyscale-mid);
  --header-submenu-divider: var(--color-greyscale-mid);
  --animation-fast: 250ms;
  --animation-mid: 500ms;
  --animation-slow: 850ms;
  --ui-border-radius: 0.25em;
  --ui-divider-color: var(--color-greyscale-mid);
  --status-notification-neutral-background: var(--color-white);
  --status-notification-neutral-border: var(--color-greyscale-dark);
  --status-notification-neutral-color: var(--color-greyscale-darkest);
  --status-notification-positive-border: var(--color-positive-base);
  --status-notification-positive-color: var(--color-greyscale-xlight);
  --status-notification-positive-background: var(--color-positive-base);
  --status-notification-negative-border: var(--color-negative-base);
  --status-notification-negative-color: var(--color-greyscale-xlight);
  --status-notification-negative-background: var(--color-negative-base);
  --status-notification-warning-border: var(--color-warning-base);
  --status-notification-warning-color: var(--color-greyscale-xlight);
  --status-notification-warning-background: var(--color-warning-base);
  --cards-background: var(--color-greyscale-xlight);
  --card-text-color: var(--color-greyscale-dark);
  --card-text-light-color: var(--color-greyscale-mid-dark);
  --cards-title-color: var(--color-brand-base);
  --cards-divider-border: var(--color-greyscale-mid);
  --cards-sidebar-title-color: var(--color-greyscale-dark);
  --cards-sidebar-subtitle-color: var(--color-greyscale-mid-dark);
  --card-sidebar-border-top-color: var(--color-brand-base);
  --tag-border-color: transparent;
  --tag-border-color-hover: transparent;
  --tag-color: var(--color-greyscale-base);
  --tag-color-hover: var(--links-color-hover);
  --breadcrumb-color: var(--color-greyscale-base);
  --button-default-background: var(--color-greyscale-xlight);
  --button-default-color: var(--links-color);
  --button-default-background-hover: var(--color-greyscale-xlight);
  --button-default-color-hover: var(--links-color-hover);
  --button-default-border: var(--color-greyscale-xlight);
  --button-default-border-hover: var(--color-greyscale-xlight);
  --button-positive-background: var(--color-primary-dark);
  --button-positive-color: var(--color-greyscale-xlight);
  --button-positive-background-hover: var(--color-greyscale-xlight);
  --button-positive-color-hover: var(--color-positive-dark);
  --button-positive-border: var(--color-positive-base);
  --button-positive-border-hover: var(--color-positive-base);
  --button-cancel-background: transparent;
  --button-cancel-color: var(--color-primary-dark);
  --button-cancel-background-hover: var(--color-greyscale-xlight);
  --button-cancel-color-hover: var(--color-primary-dark);
  --button-cancel-border: var(--color-primary-dark);
  --button-cancel-border-hover: var(--color-primary-dark);
  --button-negative-background: var(--color-negative-base);
  --button-negative-color: var(--color-greyscale-xlight);
  --button-negative-background-hover: var(--color-greyscale-xlight);
  --button-negative-color-hover: var(--color-negative-base);
  --button-negative-border: var(--color-negative-base);
  --button-negative-border-hover: var(--color-negative-base);
  --button-brand-background: red;
  --button-brand-color: var(--color-greyscale-xlight);
  --button-brand-background-hover: var(--color-greyscale-xlight);
  --button-brand-color-hover: var(--color-brand-base);
  --button-brand-border: var(--color-palette-4);
  --button-brand-border-hover: var(--color-brand-base);
  --button-pill-background: var(--color-greyscale-mid);
  --button-pill-color: var(--color-greyscale-darkest);
  --button-pill-background-hover: var(--color-greyscale-xlight);
  --button-pill-color-hover: var(--color-greyscale-darkest);
  --button-pill-border: var(--color-greyscale-mid-dark);
  --button-pill-border-hover: var(--color-greyscale-mid-dark);
  --button-fave: var(--color-yellow);
  --button-fave-hover: var(--color-yellow);
  --button-bookmark: var(--color-greyscale-mid-dark);
  --button-bookmark-hover: var(--links-color-hover);
  --button-share: var(--color-greyscale-mid-dark);
  --button-share-hover: var(--links-color-hover);
  --button-header-title-background: var(--color-white);
  --button-header-title-color: var(--color-headerTitle);
  --button-border-radius: 0;
  --searchfilter-background: transparent;
  --searchfilter-color: var(--color-greyscale-xlight);
  --searchfilter-button-color: var(--color-greyscale-dark);
  --searchfilter-button-background: var(--color-greyscale-xlight);
  --label-default-background: var(--color-green-1);
  --label-default-color: var(--color-greyscale-xlight);
  --label-category-1: var(--color-green-1);
  --label-category-2: var(--color-green-2);
  --label-category-3: var(--color-yellow);
  --label-category-4: var(--color-blue);
  --label-category-5: var(--color-red);
  --label-toggle-background-on: var(--color-greyscale-mid);
  --label-toggle-background-off: var(--color-greyscale-lightest);
  --label-toggle-color: var(--color-greyscale-dark);
  --label-toggle-border: var(--color-greyscale-base);
  --color-imageContentRows-text: var(--color-black);
  --color-SuperiorImageBlock-text: var(--color-white);
  --color-SuperiorImageBlock-button-background: var(--color-white);
  --color-SuperiorImageBlock-button-text: var(--color-black);
  --color-SuperiorImageBlock-background: #2c3e50;
  --link-HeaderButton: var(--body-text-color);
  --link-hover-HeaderButton: var(--body-text-color);
  --link-hover-background-HeaderButton: var(--color-palette-3);
  --button-text-HeaderButton: var(--color-white);
  --button-hover-text-HeaderButton: var(--color-brand-base);
  --link-hover-background-HeaderEnlarged: var(--color-greyscale-lighter);
  --text-hover-color-HeaderEnlarged: var(--color-brand-base);
  --separator-color-HeaderSmall: var(--color-grey-light);
  --text-hover-color-HeaderSmall: var(--color-brand-base);
  --backgroud-hover-color-HeaderSmall: var(--color-grey-light);
  --text-HeaderLabels: var(--color-black);
  --text-firstBackground-HeaderLabels: transparent;
  --text-secondBackground-HeaderLabels: transparent;
  --text-tittle-MainIntro: var(--color-brand-base);
  --button-primary-MainIntro: var(--color-palette-4);
  --button-secondary-MainIntro: var(--color-white);
  --icon-SidedBlock: var(--color-brand-base);
  --title-LogoCTA: var(--body-text-color);
  --links-LogoCTA: var(--links-color);
  --line-ParallaxImageBlock: var(--color-white);
  --button-primary-ParallaxImageBlock: var(--color-white);
  --button-secondary-ParallaxImageBlock: var(--links-color);
  --title-SimpleCTA: var(--links-color);
  --button-primary-SimpleCTA: var(--color-palette-4);
  --button-secondary-SimpleCTA: var(--color-white);
  --background-StandardFooter: var(--color-brand-base);
  --text-StandardFooter: var(--color-white);
  --text-BannerRight: var(--color-white);
  --button-primary-BannerRight: var(--color-brand-base);
  --button-secondary-BannerRight: var(--links-color);
  --color-primary-PlanCard: var(--color-palette-3);
  --color-secondary-PlanCard: var(--color-brand-base);
  --color-primary-bright-PlanCard: var(--color-palette-3-lighter);
  --color-secondary-bright-PlanCard: var(--color-palette-1-light);
  --icon-IconBlock: var(--links-color);
  --title-Article: var(--links-color);
  --background-HeaderSet: var(--color-palette-3);
  --background-FootLine: var(--color-palette-3);
}

.btn-secondary {
  background: #fff;
  color: #0085be;
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn-secondary:hover {
  background: #fff;
  color: #0085be;
}

.footer_title {
  font-size: var(--font-size-xs);
  line-height: var(--font-base-line-height);
}

.footer__text, .footer__newsletter_input {
  font-size: var(--font-size-s);
  line-height: var(--font-base-line-height);
}

.u-strong, .footer_title {
  font-weight: var(--typography-bold) !important;
}

.u-thin {
  font-weight: var(--typography-thin) !important;
}

.footer_title {
  text-transform: uppercase !important;
}

.showOnDebug {
  display: none;
}
.showDebug .showOnDebug {
  display: inline;
}

a {
  color: var(--links-color);
  text-decoration: none;
}
a:hover {
  color: var(--links-color-hover);
  text-decoration: underline;
}

.footer__newsletter_input {
  border: 1px solid var(--color-greyscale-mid);
  border-radius: var(--ui-border-radius);
  max-width: 100%;
  padding: 0.5em;
  width: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/* and for keyboard users, override everything with
   a Big Blue Border when focused on any element */
[data-whatintent=keyboard] *:focus {
  outline: 2px solid #7aacfe !important; /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color !important;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #4f4f4f;
  font-family: "Bitter", sans-serif;
  font-size: 16px;
  font-weight: 200;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
}
body h1,
body h2,
body h3,
body h4 {
  color: #0085be;
  font-weight: 600;
  margin: 0;
}
body h1 {
  color: #0085be;
  font-family: "Bitter", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.4rem;
}
body h2 {
  font-family: "Bitter", sans-serif;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
body h2 span {
  color: #0085be;
  font-size: 1.6rem;
  font-weight: 300;
}
body h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
body h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
body p,
body a {
  line-height: 1.5;
}
body button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
body b {
  font-weight: 600;
}
body button,
body a {
  color: #fff;
  position: relative;
}
body button:hover,
body a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
body ul {
  margin: 10px 0 20px;
}
body li {
  margin: 5px 0;
  padding-left: 25px;
  position: relative;
}
body li i {
  position: absolute;
  left: 0;
  margin-top: 4px;
  opacity: 0.6;
}
body .center {
  text-align: center;
}
body .light {
  color: #fff;
}
body .text-primary {
  color: #0085be;
}
body .hl-1 {
  font-weight: 600;
}
body .small {
  font-size: 0.875rem;
}
body .StandardFooter {
  color: #fff;
}

@media (max-width: 1024px) {
  body h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.btn {
  background: #0085be;
  color: #fff;
  cursor: pointer;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  transition: box-shadow 0.5s ease-in-out;
  border: 1px solid #0085be;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 9999px;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
.btn:hover, .btn:active, .btn:focus {
  color: #fff;
  text-decoration: none;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  background: #0085be;
  border-color: #0085be;
}
.btn-default {
  background: transparent;
  color: #0085be;
  cursor: pointer;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  transition: box-shadow 0.5s ease-in-out;
  border: 1px solid #0085be;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 9999px;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #fff;
  text-decoration: none;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  background: #0085be;
  border-color: #0085be;
}

/* Ripple Out */
.btn-default:after {
  animation-duration: 0.5s;
}

.btn-default:hover:after,
.btn-default:focus:after,
.btn-default:active:after {
  animation-name: btn-ripple-out;
}

@keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
html {
  line-height: 1.5rem;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-thick);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

h1 {
  font-size: xxxl;
  line-height: 1.2;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: var(--font-thin);
}

h2 {
  font-size: xxl;
  line-height: 1.2;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

h3 {
  font-size: xl;
  line-height: 1.2;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

h4 {
  font-size: l;
  line-height: 1.2;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

h5 {
  font-size: m;
  line-height: 1.2;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

h6 {
  font-size: s;
  line-height: 1.2;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

img {
  display: block;
  max-width: 100%;
}

q {
  font-style: oblique;
  padding: 10px 20px;
  quotes: "“" "”" "‘" "’";
}

q::before {
  color: currentColor;
  content: open-quote;
  display: inline;
  left: -5px;
  position: relative;
}

q::after {
  color: currentColor;
  content: close-quote;
  display: inline;
  left: 5px;
  position: relative;
}

html {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
}
html *:focus {
  outline: 0;
}
html.is-unscrollable {
  overflow-y: hidden;
}

.div__centered {
  align-items: center;
  display: flex;
  width: 100%;
}

.div__left {
  padding-left: 15%;
  padding-right: 3%;
  width: 50%;
}

.div__right {
  float: right;
  padding-left: 3%;
  padding-right: 10%;
  width: 50%;
}

/* Create three equal columns that floats next to each other */
.column-1 {
  width: 100%;
}

/* Create three equal columns that floats next to each other */
.column-2 {
  width: 50%;
}

.column-3 {
  padding: 10px;
  width: 33.33%;
}

/* Create three equal columns that floats next to each other */
.column-4 {
  padding: 10px;
  width: 25%;
}

/* Create three equal columns that floats next to each other */
.column-5 {
  padding: 10px;
  width: 20%;
}

/* Create three equal columns that floats next to each other */
.column-8 {
  padding: 0;
  width: 12.5%;
}

.row {
  margin: 0 auto;
  max-width: 1400px;
  padding: 4rem 20px 4rem;
}
.row.HeaderButton__wrapper {
  max-width: 1920px;
}
.row.Contact__map {
  padding: 0;
}

@media (max-width: 768px) {
  .column-2 {
    width: 100%;
  }
  .column-3 {
    width: 100%;
  }
  .column-4 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .column-5 {
    width: 50%;
  }
  .column-8 {
    width: 25%;
  }
}
.footer {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  padding-bottom: 2%;
  padding-left: 15%;
  padding-top: 5%;
}

.footer__newsletter {
  padding-left: 10%;
}

.StandardFooter ul.StandardFooter__links li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.5;
}
.StandardFooter ul.StandardFooter__links a {
  line-height: 2rem;
  padding: 0;
}
.StandardFooter ul.StandardFooter__links a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer__text a {
  color: var(--color-white);
}

.footer__newsletter_input {
  margin-bottom: 3%;
}

.footer__logo {
  width: 150px;
}

.footer__button_newsletter {
  background-color: var(--color-primary-bright);
}

.footer__wpinfo {
  font-size: small;
  padding-top: 5%;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer__newsletter {
    padding-left: 0;
  }
}
.StandardFooter__Silhouette {
  margin-top: 4rem;
}

.StandardFooter {
  background: #0085be;
  padding: 0;
  position: relative;
}
.StandardFooter .row {
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 20px;
}
.StandardFooter .row b {
  display: flex;
  margin-bottom: 0.5rem;
}
.StandardFooter h4 {
  color: #fff;
}
.StandardFooter a {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
}
.StandardFooter a:hover {
  color: #fff;
}
.StandardFooter a i {
  margin-right: 5px;
}

.Ecosystem__Logo {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-mask: url(https://img.innoloft.com/innoloft/logo_ecosystem.svg) no-repeat 50% 50%;
  mask: url(https://img.innoloft.com/innoloft/logo_ecosystem.svg) no-repeat 50% 50%;
  -webkit-mask-position: top left;
  mask-position: top left;
  padding-bottom: 60px;
}
.Ecosystem__Logo:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.Copyright {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .StandardFooter__logoWrapper {
    align-content: flex-start;
  }
}
.FundedByEU {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  line-height: 18px;
  margin: 1rem 0;
}
.FundedByEU img {
  width: 60px;
  margin-right: 10px;
}

.SocialMedia {
  margin: 1rem 0;
}
.SocialMedia .SocialMedia__Links {
  display: flex;
  margin-top: 0.5rem;
}
.SocialMedia .SocialMedia__Links a {
  margin-right: 10px;
}

.HeaderSet {
  color: #000;
  margin-top: 70px;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.HeaderSet .HeaderSet__Wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
.HeaderSet .HeaderSet__Wrapper .HeaderSet__Triganle {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.HeaderSet .HeaderSet__Wrapper .HeaderSet__Triganle:before {
  background: #fff;
  opacity: 0.5;
  content: "";
  height: 150vw;
  width: 100vw;
  position: absolute;
  transform: rotate(55deg);
  right: 35vw;
  top: -100vw;
}
.HeaderSet .HeaderSet__Wrapper .HeaderSet__Triganle:after {
  background: #0085be;
  mix-blend-mode: multiply;
  content: "";
  height: 150vw;
  width: 100vw;
  position: absolute;
  transform: rotate(55deg);
  right: 35vw;
  top: -100vw;
}
.HeaderSet .HeaderSet__Wrapper .HeaderSet__Triganle .HeaderSet__Title {
  max-width: 1920px;
  position: relative;
  z-index: 1;
}
.HeaderSet .HeaderSet__Wrapper .HeaderSet__Triganle .HeaderSet__Title h1 {
  color: #fff;
  width: 50%;
}
.HeaderSet .HeaderSet__Wrapper .HeaderSet__Image {
  height: 100%;
  min-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center right;
}
@media screen and (max-width: 768px) {
  .HeaderSet .HeaderSet__Wrapper .HeaderSet__Triganle:before, .HeaderSet .HeaderSet__Wrapper .HeaderSet__Triganle:after {
    height: 160vw;
    width: 150vw;
    right: 0;
    top: -50vw;
  }
  .HeaderSet .HeaderSet__Wrapper .HeaderSet__Triganle .HeaderSet__Title h1 {
    width: 100%;
  }
}

.FooterLine {
  background: #c9e1f2;
  color: #0085be;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 10px;
  position: relative;
  text-align: center;
}
.FooterLine a {
  color: #0085be;
  font-size: 0.875rem;
}
.FooterLine a:hover {
  color: #0085be;
}
@media (max-width: 550px) {
  .FooterLine {
    text-align: left;
  }
  .FooterLine .FooterGraphic {
    width: 100px;
  }
}

.FooterLine__leftBlock {
  align-items: center;
  align-self: center;
}
.FooterLine__leftBlock a {
  padding: 0;
}

.FooterLine__RightBlock {
  align-items: center;
  align-self: center;
  display: flex;
  margin-left: auto;
}
.FooterLine__RightBlock a {
  padding: 0 1em;
}
.FooterLine__RightBlock a:last-child {
  padding-right: 0;
}
@media (max-width: 500px) {
  .FooterLine__RightBlock {
    padding-top: 1em;
  }
}

.TargetgroupsTitle {
  margin: 0 auto 4rem;
  max-width: 800px;
  text-align: center;
}

.TargetgroupsWrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 60px;
  text-align: center;
}
.TargetgroupsWrapper .Targetgroup i {
  opacity: 0.4;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .TargetgroupsWrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .TargetgroupsWrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 15px;
  }
}
.Action {
  background-color: #0085be;
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
.Action * {
  color: #fff;
}
.Action .row {
  align-items: center;
  display: flex;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .Action .row {
    flex-wrap: wrap;
  }
}
.Action .ActionText {
  margin: auto;
  text-align: center;
  max-width: 800px;
  padding: 40px;
}
.Action .ActionImage__Left,
.Action .ActionImage__Right {
  position: relative;
  top: 4rem;
}
.Action .ActionImage__Right {
  top: -4rem;
}
@media (max-width: 768px) {
  .Action .ActionImage__Left,
  .Action .ActionImage__Right {
    top: 0;
  }
  .Action .ActionImage__Right {
    padding-bottom: 20px;
    order: 2;
  }
  .Action .ActionImage__Left {
    padding-top: 20px;
  }
}

.Navbar {
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(180, 180, 180, 0.5);
  display: flex;
  height: 70px;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  width: 100%;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}
.Navbar__Content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  justify-content: space-between;
  height: 70px;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  max-width: 1400px;
  z-index: 10000;
}
.Navbar__Content a.Navbar__ItemLogo {
  align-items: center;
  display: flex;
  font-weight: 600;
}
.Navbar__Content a.Navbar__ItemLogo:hover {
  color: #000;
}
.Navbar__Content a.Navbar__ItemLogo img {
  height: 60px;
  margin-right: 10px;
  max-width: 300px;
}

.Navbar__Menu i.icon-inno_menu {
  display: none;
}

.Navbar__SignIn {
  align-items: center;
  display: flex;
}
.Navbar__SignIn a:first-child {
  margin-right: 10px;
}

.MainSection {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 100vh;
}

.Links {
  display: flex;
  justify-content: space-between;
  padding-top: calc(70px + 4rem);
  text-align: center;
}
.Links .Link {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 26.6666666667px);
}
.Links i {
  color: #0085be;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.Links h3 {
  margin-bottom: 0;
}

.About {
  display: flex;
  justify-content: space-between;
}
.About .AboutText {
  width: calc(66.6666666667% - 20px);
}
.About .AboutText span {
  font-weight: 600;
}
.About .AboutImage {
  width: calc(33.3333333333% - 20px);
}

.Map {
  position: relative;
}
.Map .MapBackground {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -1;
}
.Map .row {
  padding: 0 20px;
}

.MapContent {
  align-items: center;
  display: flex;
}
.MapContent img {
  width: 70%;
}
.MapContent .MapKpis {
  padding-left: 50px;
  width: 30%;
}
.MapContent .MapKpi {
  margin-top: 2rem;
  background: white;
  border-radius: 10px;
  display: table;
  padding: 5px 10px;
}
.MapContent .KpiNumber {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .MapContent {
    flex-direction: column;
  }
  .MapContent img {
    width: 100%;
  }
  .MapContent .MapKpis {
    padding-left: 0;
    width: 100%;
  }
}

.Intro {
  max-width: 800px;
}
.Intro h2 {
  margin-bottom: 0.5rem;
}

.Partners {
  padding-top: calc(70px + 4rem);
}

.PartnersFilter {
  align-items: center;
  border: 1px solid #0085be;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin: auto;
  width: fit-content;
  margin-bottom: 4rem;
}
.PartnersFilter .LogoFilter {
  color: #0085be;
  cursor: pointer;
  margin: 0;
  padding: 10px 20px;
}
.PartnersFilter .LogoFilter:not(:first-child) {
  border-left: 1px solid #0085be;
}
.PartnersFilter .LogoFilter.Active {
  background: #0085be;
  color: #fff;
}
@media (max-width: 550px) {
  .PartnersFilter {
    display: none;
  }
}

.LogosWrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 60px;
}
@media (max-width: 900px) {
  .LogosWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .LogosWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.LogosWrapper .Logo {
  margin: auto;
  max-height: 60px;
  object-fit: contain;
  width: 100%;
}

.NewsLoading {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.NewsLoading span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 5em;
}
.NewsLoading span i {
  font-size: 4rem;
  opacity: 0.4;
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.NewsHeader {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.NewsHeader h3 {
  margin: 2rem 0;
}

.News {
  margin: 4rem 0;
}
.News .NewsWrapper {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}
.News .row {
  position: relative;
}
.News .NewsPosts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.News .NewsPosts .NewsPost {
  padding: 0 20px;
  width: 33.3333333333%;
}
@media (max-width: 1024px) {
  .News .NewsPosts .NewsPost {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.News .NewsPosts .NewsPost .NewsPost__Wrapper {
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #0085be;
  border-radius: 5px;
  color: #4f4f4f;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .News .NewsPosts .NewsPost .NewsPost__Wrapper {
    flex-direction: column;
  }
}
.News .NewsPosts .NewsPost .NewsPost__Text {
  margin-top: 0.5rem;
}
.News .NewsPosts .NewsPost .NewsPost__Text * {
  display: contents;
}
.News .NewsPosts .NewsPost a {
  margin: 0;
  padding: 0;
}
.News .NewsPosts .NewsPost__Content {
  padding: 0 20px 20px;
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .News .NewsPosts .NewsPost__Content {
    width: 70%;
  }
}
.News .NewsPosts h4 {
  margin: 0;
}
.News .NewsPosts .NewsPost__Date {
  margin-bottom: 10px;
}
.News .NewsPosts .NewsPost__Title,
.News .NewsPosts .NewsPost__Text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.News .NewsPosts .NewsPost__Title {
  -webkit-line-clamp: 2;
}
.News .NewsPost__Image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .News .NewsPost__Image {
    width: 30%;
  }
}
.News .NewsPost__Image div {
  padding-bottom: 200px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.News .NewsPost__Image div.ImageFilter {
  filter: blur(8px);
  opacity: 0.8;
  position: absolute;
  z-index: 0;
}
.News .NewsPost__Label {
  background: #fff;
  border-radius: 5px 0;
  font-weight: 600;
  color: #0085be;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  z-index: 100;
}
.News .btn-primary {
  margin: 0;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

/* Align columns inside a row so they have the same height  */
.align_row_outer {
  display: flex;
}

.align_row_inner {
  flex-direction: row;
}

.rdw-link-modal {
  height: 15em !important;
}

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