@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v19-latin-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v19-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v19-latin-regular.woff") format("woff"), url("../fonts/roboto-v19-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v19-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/titillium-web-v7-latin-300.eot");
  src: local("Titillium Web Light"), local("TitilliumWeb-Light"), url("../fonts/titillium-web-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v7-latin-300.woff2") format("woff2"), url("../fonts/titillium-web-v7-latin-300.woff") format("woff"), url("../fonts/titillium-web-v7-latin-300.ttf") format("truetype"), url("../fonts/titillium-web-v7-latin-300.svg#TitilliumWeb") format("svg");
}
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/titillium-web-v7-latin-600.eot");
  src: local("Titillium Web SemiBold"), local("TitilliumWeb-SemiBold"), url("../fonts/titillium-web-v7-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v7-latin-600.woff2") format("woff2"), url("../fonts/titillium-web-v7-latin-600.woff") format("woff"), url("../fonts/titillium-web-v7-latin-600.ttf") format("truetype"), url("../fonts/titillium-web-v7-latin-600.svg#TitilliumWeb") format("svg");
}
@font-face {
  font-family: "iconfont";
  font-display: swap;
  src: url("../fonts/iconfont.eot?iazz72");
  src: url("../fonts/iconfont.eot?iazz72#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?iazz72") format("truetype"), url("../fonts/iconfont.woff?iazz72") format("woff"), url("../fonts/iconfont.svg?iazz72#iconfont") format("svg");
  font-style: normal;
  font-weight: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.icon-footer-social-facebook::before {
  content: "";
}

.icon-footer-social-twitter::before {
  content: "";
}

.icon-footer-social-youtube::before {
  content: "";
}

.icon-footer-social-xing::before {
  content: "";
}

.icon-footer-social-linkedin::before {
  content: "";
}

.icon-site-widget-search::before {
  content: "";
}

.icon-site-widget-login::before {
  content: "";
}

.icon-site-widget-contact::before {
  content: "";
}

.icon-site-widget-language::before {
  content: "";
}

.icon-magnifier::before {
  content: "";
}

.icon-video-playbutton-primary::before {
  content: "";
}

.icon-video-pausebutton-primary::before {
  content: "";
}

.icon-volume-high-primary::before {
  content: "";
}

.icon-volume-mute-primary::before {
  content: "";
}

.icon-slider-left::before {
  content: "";
}

.icon-slider-right::before {
  content: "";
}

.icon-nav-toggle::before {
  content: "";
}

.icon-link::before {
  content: "";
}

.icon-triangle-down::before {
  content: "";
}

.icon-download::before {
  content: "";
}

.icon-icon-magnifier-popup::before {
  content: "";
}

.icon-at::before {
  content: "";
}

.icon-lock::before {
  content: "";
}

.icon-calendar-primary::before {
  content: "";
}

.icon-link-extern::before {
  content: "";
}

.icon-star::before {
  content: "";
}

/* stylelint-disable */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  -webkit-box-sizing: content-box;
          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 {
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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 {
  padding: 0;
  border: 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] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * 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 {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 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 {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */
}

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/************************************
          MINIMALECT 0.9
  A minimalistic select replacement

 jQuery 1.7+ required.
 Developed by @groenroos
 http://www.groenroos.fi

 Github: http://git.io/Xedg9w

 Licensed under the MIT license.

************************************/
.minict_wrapper {
  position: relative;
}
.minict_wrapper.disabled {
  background: #f5f5f5;
  text-shadow: 0 1px 0 #fff;
}
.minict_wrapper.disabled span {
  color: #bbb !important;
}
.minict_wrapper.disabled:after {
  color: #bbb;
}
.minict_wrapper span {
  padding-right: 45px !important;
}
.minict_wrapper span:empty:before {
  content: attr(data-placeholder);
}
.minict_wrapper ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 350px;
  max-height: 22rem;
  overflow-y: auto;
  z-index: 999999;
}
.minict_wrapper ul li {
  cursor: pointer;
  background: #fff;
  color: #241d38;
}
.minict_wrapper ul li.minict_group {
  color: #444;
  background: #f6f6f6;
  font-weight: bold;
  cursor: default;
}
.minict_wrapper ul li.minict_empty {
  display: none;
  background: #fff !important;
  color: #bbb;
  text-align: center;
  font-size: 14px;
  font-size: 0.9rem;
  height: 55px;
  height: 3.5rem;
  line-height: 50px;
  line-height: 3.3rem;
}
.minict_wrapper ul li.disabled {
  cursor: default;
  background: #fff !important;
  color: #bbb;
}
.minict_wrapper ul li.hidden {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  margin-right: 0 !important;
  overflow: hidden;
  overflow-y: scroll;
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 13px;
  }
}

body {
  position: relative;
  color: #241d38;
  font-size: 1.25rem;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  background: #fff;
}

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

main {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 145px);
  background-color: #fff;
}

a {
  color: #241d38;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}
a[target=_blank]:not([href*="nanoscribe.com"]):not([href^="#"]):not([href^="/"])::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  font-family: "iconfont", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

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

audio,
canvas,
img,
svg,
video {
  font-style: italic;
  vertical-align: middle;
}

hr {
  height: 1px;
  border: 0;
  background: #241d38;
}

textarea {
  resize: vertical;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  border-bottom: 3px solid #241d38;
}

select {
  padding: 5px 10px;
  border: none;
  font-size: 25px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select option {
  color: #241d38;
  font-size: 20px;
  background-color: #fff;
}

span.invisible {
  display: none;
}

.text-subtitle {
  font-size: 1.5625rem;
  line-height: 2.5rem;
}

* + .text-subtitle {
  margin-top: 2.1875rem;
}

.h1,
h1 {
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 4.6875rem;
  line-height: 5.3125rem;
}

.h2,
h2 {
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 4.375rem;
  line-height: 5rem;
}

.h3,
h3 {
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 3.4375rem;
  line-height: 4.0625rem;
}

.h4,
h4 {
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.h5,
h5 {
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.h6,
h6 {
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}

@media (max-width: 768px) {
  .h1,
h1 {
    font-size: 65px;
    line-height: 75px;
  }

  .h2,
h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .h3,
h3 {
    font-size: 45px;
    line-height: 50px;
  }

  .h4,
h4 {
    font-size: 30px;
    line-height: 35px;
  }

  .h5,
h5 {
    font-size: 25px;
    line-height: 30px;
  }

  .h6,
h6 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 560px) {
  .h1,
h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .h2,
h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .h3,
h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-size: 20px;
    line-height: 25px;
  }
}
.newspage .h1,
.newspage h1 {
  font-size: 3.4375rem;
  line-height: 4.0625rem;
}
.newspage .h2,
.newspage h2 {
  font-size: 2.5rem;
  line-height: 3.125rem;
}
.newspage .h3,
.newspage h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.newspage .h4,
.newspage h4,
.newspage .h5,
.newspage h5,
.newspage .h6,
.newspage h6 {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (max-width: 768px) {
  .newspage .h1,
.newspage h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .newspage .h2,
.newspage h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .newspage .h3,
.newspage h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .newspage .h4,
.newspage h4,
.newspage .h5,
.newspage h5,
.newspage .h6,
.newspage h6 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 560px) {
  .newspage .h1,
.newspage h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .newspage .h2,
.newspage h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .newspage .h3,
.newspage h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .newspage .h4,
.newspage h4,
.newspage .h5,
.newspage h5,
.newspage .h6,
.newspage h6 {
    font-size: 20px;
    line-height: 25px;
  }
}

.content-wrap {
  width: 100%;
  max-width: 1230px;
  padding: 0 1.875rem;
  margin: auto;
}
.content-wrap > * + * {
  margin-top: 30px;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 145px;
  font-size: 18px;
  line-height: 27px;
  background-color: transparent;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header + * {
  margin-top: 145px;
  -webkit-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
header .side {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: #241d38;
}
header .side:first-child {
  padding-right: 30px;
}
header .side:last-child {
  padding-left: 30px;
  -webkit-transform: translateX(45px);
      -ms-transform: translateX(45px);
          transform: translateX(45px);
}
header .side:last-child::before {
  content: "";
  position: absolute;
  left: -46px;
  width: 90px;
  height: 145px;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
  background-color: #241d38;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1230px - 60px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 100%;
  padding-right: 70px;
  margin-right: 45px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #241d38;
}
header .logo a {
  display: block;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
header .logo h1 {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 1;
}
header.scrolled {
  height: 90px;
}
header.scrolled .side:last-child::before {
  height: 90px;
}
header.scrolled .logo a {
  width: 230px;
}
header.scrolled .nav-level-1::before {
  height: 90px;
}
header.scrolled .nav-level-1 > li::before, header.scrolled .nav-level-1 > li::after {
  height: 90px;
}
header.scrolled .nav-level-2 {
  top: 90px;
}
header.scrolled .nav-level-2::before {
  top: -38px;
  height: 38px;
}
header .mobile-meta-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .burger {
  display: none;
}

@media (max-width: 1024px) {
  header {
    height: 70px;
    background-color: #241d38;
  }
  header + * {
    margin-top: 70px;
  }
  header.scrolled {
    height: 70px;
  }
  header.scrolled + * {
    margin-top: 70px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  header.scrolled .logo a {
    width: 180px;
  }
  header.scrolled .nav-level-1::before, header.scrolled .nav-level-1::after {
    display: none;
  }
  header .side:last-child::before {
    display: none;
  }
  header .content {
    position: static;
  }
  header .logo {
    padding-right: 0;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  header .logo a {
    width: 180px;
  }
  header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  header .burger .bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  header .burger .bar::before, header .burger .bar::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fff;
    -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s, bottom 0.3s;
    transition: transform 0.3s, top 0.3s, bottom 0.3s;
    transition: transform 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  }
  header .burger .bar::before {
    top: -14px;
  }
  header .burger .bar::after {
    bottom: -14px;
  }
  header .burger.open .bar {
    background-color: #241d38;
  }
  header .burger.open .bar::before, header .burger.open .bar::after {
    -webkit-transition: top 0, bottom 0, -webkit-transform 0.3s;
    transition: top 0, bottom 0, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0, bottom 0;
    transition: transform 0.3s, top 0, bottom 0;
    transition: transform 0.3s, top 0, bottom 0, -webkit-transform 0.3s;
  }
  header .burger.open .bar::before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .burger.open .bar::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  header {
    height: 60px;
  }
  header + * {
    margin-top: 60px;
  }
  header.scrolled {
    height: 60px;
  }
  header.scrolled + * {
    margin-top: 60px;
  }
  header.scrolled .logo a {
    width: 160px;
  }
  header .logo a {
    width: 160px;
  }
  header .burger {
    width: 32px;
    height: 32px;
  }
  header .burger .bar::before {
    top: -12px;
  }
  header .burger .bar::after {
    bottom: -12px;
  }
}
nav {
  position: relative;
  max-width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
nav a {
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
nav a:hover {
  color: #00afeb;
}

.nav-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}
.nav-level-1::before {
  content: "";
  position: absolute;
  left: -90px;
  width: 90px;
  height: 145px;
  background-color: #241d38;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.nav-level-1 > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 26px;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #241d38;
}
.nav-level-1 > li > * {
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
  text-align: left;
}
.nav-level-1 > li::before, .nav-level-1 > li::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 145px;
  background-color: #241d38;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.nav-level-1 > li::before {
  -webkit-transform: translateX(-27px);
      -ms-transform: translateX(-27px);
          transform: translateX(-27px);
}
.nav-level-1 > li::after {
  -webkit-transform: translateX(27px);
      -ms-transform: translateX(27px);
          transform: translateX(27px);
}
.nav-level-1 > li.is-active {
  padding: 0 20px;
  margin: 0 6px;
}
.nav-level-1 > li.is-active::before, .nav-level-1 > li.is-active::after {
  background-color: transparent;
}
@media (max-width: 1370px) {
  .nav-level-1 > li:last-child .nav-level-2 {
    right: -20px;
    left: auto;
  }
}
.nav-level-1 a {
  display: block;
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.nav-level-1 a:hover ~ .nav-level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

.level-2-opener {
  display: none;
}

@media (max-width: 1024px) {
  nav {
    position: absolute;
    top: 70px;
    right: 0;
    display: none;
    width: 390px;
    height: calc(100vh - 70px);
    padding-bottom: 80px;
    margin-right: 0;
    overflow-y: scroll;
    background-color: #241d38;
  }

  .nav-level-1 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .nav-level-1::before, .nav-level-1::after {
    display: none;
  }
  .nav-level-1 > li {
    position: relative;
    height: auto;
    padding: 0;
    border-bottom: 2px solid rgba(74, 93, 167, 0.3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .nav-level-1 > li:first-child {
    border-top: 2px solid rgba(74, 93, 167, 0.3);
  }
  .nav-level-1 > li > * {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .nav-level-1 > li::before, .nav-level-1 > li::after {
    display: none;
  }
  .nav-level-1 > li.is-active {
    padding: 0;
    margin: 0;
  }
  .nav-level-1 > li.is-active > a {
    color: #00afeb;
  }
  .nav-level-1 a {
    min-width: 100%;
    padding: 25px 10px 25px 50px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .nav-level-1 a:hover ~ .nav-level-2 {
    display: none;
  }
  .nav-level-1 .has-submenu .level-2-opener {
    pointer-events: all;
  }
  .nav-level-1 .has-submenu .level-2-opener::after {
    color: #fff;
  }

  .level-2-opener {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px;
    height: 100%;
    border: none;
    background-color: rgba(74, 93, 167, 0.2);
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .level-2-opener.open::after {
    -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  .level-2-opener::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #00afeb;
    font-family: "iconfont", sans-serif;
    font-size: 22px;
    font-weight: 300;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media (max-width: 768px) {
  nav {
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
  }

  .nav-level-1 {
    -webkit-transition: margin-top 0.3s;
    -o-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
  }
}
.nav-level-2 {
  position: absolute;
  top: 145px;
  left: -20%;
  z-index: 201;
  display: none;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.nav-level-2:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-level-2::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  display: block;
  width: 100%;
  height: 65px;
}
.nav-level-2-single {
  width: 285px;
}
.nav-level-2-news {
  right: 0;
  left: auto;
  width: 565px;
}
.nav-level-2-news .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nav-level-2-news .nav > ul {
  width: 50%;
}
.nav-level-2 > .nav {
  width: 100%;
  padding: 40px;
  border-top: 3px solid #00afeb;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #241d38;
}
.nav-level-2 > .nav > ul > li {
  padding-left: 15px;
}
.nav-level-2 > .nav > ul > li + li {
  margin-top: 20px;
}
.nav-level-2 > .nav > ul > li.is-active > a {
  color: #00afeb;
}
.nav-level-2 > .nav a {
  position: relative;
}
.nav-level-2 > .nav a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -17px;
  color: #00afeb;
  font-family: "iconfont", sans-serif;
  font-size: 10px;
  font-weight: 300;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, left 0.3s;
  transition: opacity 0.3s, left 0.3s;
}
.nav-level-2 > .nav a:hover::before {
  left: -15px;
  opacity: 1;
}
.nav-level-2 > .nav .has-submenu > a {
  position: relative;
}
.nav-level-2 > .nav .has-submenu > a::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-family: "iconfont", sans-serif;
  font-size: 7px;
  vertical-align: 2px;
}
.nav-level-2 .teaser {
  width: 390px;
  background-color: rgba(36, 29, 56, 0.8);
}

.level-3-opener {
  display: none;
}

@media (max-width: 1024px) {
  .nav-level-2 {
    position: static;
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-level-2::before {
    display: none;
  }
  .nav-level-2 > .nav {
    padding: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(74, 93, 167, 0.2);
  }
  .nav-level-2 > .nav > ul {
    width: 100%;
  }
  .nav-level-2 > .nav > ul > li {
    position: relative;
    padding: 0;
    border-top: 2px solid rgba(74, 93, 167, 0.2);
  }
  .nav-level-2 > .nav > ul > li + li {
    margin-top: 0;
  }
  .nav-level-2 > .nav a {
    padding: 20px 90px 20px 70px;
  }
  .nav-level-2 > .nav a::before {
    display: none;
  }
  .nav-level-2 > .nav .has-submenu::after {
    pointer-events: all;
  }
  .nav-level-2 > .nav .has-submenu > a::after {
    display: none;
  }
  .nav-level-2 > .nav .has-submenu .level-3-opener {
    pointer-events: all;
  }
  .nav-level-2 > .nav .has-submenu .level-3-opener::after {
    color: #fff;
  }
  .nav-level-2 .teaser {
    display: none;
  }

  .level-3-opener {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 80px;
    height: 100%;
    border: none;
    background-color: #241d38;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .level-3-opener.open::after {
    -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  .level-3-opener::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #00afeb;
    font-family: "iconfont", sans-serif;
    font-size: 20px;
    font-weight: 300;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media (max-width: 768px) {
  .nav-level-2-single .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.nav-level-3 {
  margin-top: 20px;
}
.nav-level-3 li {
  position: relative;
  padding-left: 15px;
  font-weight: 300;
}
.nav-level-3 li + li {
  margin-top: 20px;
}
.nav-level-3 li.is-active > a {
  color: #00afeb;
}

.level-3-link {
  display: none;
}

@media (max-width: 1024px) {
  .nav-level-3 {
    display: none;
    margin-top: 0;
  }
  .nav-level-3 > li {
    z-index: 2;
    padding: 0;
    border-top: 2px solid rgba(74, 93, 167, 0.3);
  }
  .nav-level-3 > li + li {
    margin-top: 0;
  }
  .nav-level-3 > li > a {
    padding: 15px 90px 15px 75px !important;
  }

  .level-3-link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 80px;
    height: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    pointer-events: none;
  }
  .level-3-link.open::after {
    -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  .level-3-link::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #00afeb;
    font-family: "iconfont", sans-serif;
    font-size: 20px;
    font-weight: 300;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
footer {
  position: fixed;
  bottom: 0;
  z-index: 0;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  background-color: #241d38;
}
footer a {
  color: #fff;
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-content .column {
  width: 615px;
  padding: 80px 0 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
}
footer .footer-content .column .content {
  padding: 0 30px;
}
footer .footer-content .column.links {
  background-color: #241d38;
}
footer .footer-content .column.links .content {
  max-width: 615px;
  margin-left: auto;
}
footer .footer-content .column.form {
  padding-left: 110px;
  background-color: #00afeb;
}
footer .footer-content .column.form .content {
  max-width: calc(615px - 110px);
  margin-right: auto;
}
footer .links {
  position: relative;
}
footer .links::before {
  content: url(../img/footer-bg-left.svg);
  position: absolute;
  right: 630px;
  bottom: -80px;
  display: block;
}
footer .links .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .links ul {
  margin-top: 20px;
  margin-right: 50px;
}
footer .links li + li {
  margin-top: 20px;
}
footer .links .list {
  width: calc(50% - 11px);
}
footer .links .list:nth-child(n+3) {
  margin-top: 40px;
}
footer .links .list:nth-child(odd) {
  margin-right: 20px;
}
footer .links .footer-list-headline {
  color: #00afeb;
  font-size: 25px;
}
footer .links a {
  position: relative;
  font-weight: 300;
}
footer .links a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -17px;
  color: #00afeb;
  font-family: "iconfont", sans-serif;
  font-size: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, left 0.3s;
  transition: opacity 0.3s, left 0.3s;
}
footer .links a:hover::before {
  left: -15px;
  opacity: 1;
}
footer .links .social-icons ul {
  margin-right: 0;
}
footer .links .social-icons li {
  display: inline-block;
  margin-right: 30px;
}
footer .links .social-icons li:nth-child(-n+3) {
  margin-top: 0;
}
footer .links .social-icons li:nth-last-of-type(1) {
  margin-right: 0;
}
footer .links .social-icons a {
  display: inline-block;
}
footer .links .social-icons a::before {
  position: static;
  color: #fff;
  font-family: "iconfont", sans-serif;
  font-size: 25px;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
footer .links .social-icons a::after {
  display: none !important;
}
footer .links .social-icons a:hover::before {
  color: #00afeb;
}
footer .links .social-icons .facebook::before {
  content: "";
}
footer .links .social-icons .twitter::before {
  content: "";
}
footer .links .social-icons .youtube::before {
  content: "";
}
footer .links .social-icons .xing::before {
  content: "";
}
footer .links .social-icons .linkedin::before {
  content: "";
}
footer .form {
  position: relative;
  overflow: hidden;
}
footer .form::before {
  content: url(../img/footer-bg-right.svg);
  position: absolute;
  bottom: -9px;
  left: 665px;
  display: block;
}
footer .form .tx-powermail h3 {
  display: block;
  color: #241d38;
  font-size: 25px;
  line-height: 2.5rem;
}
footer .form .tx-powermail fieldset {
  width: 100%;
}
footer .form .tx-powermail fieldset .powermail_label {
  font-weight: 300;
}
footer .form .tx-powermail fieldset .powermail_fieldwrap {
  margin-right: 0;
}
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_input,
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_select,
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_check,
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_radio,
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_country {
  width: 100%;
}
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_check > label,
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_radio > label {
  display: none;
}
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_input {
  margin-right: 0;
}
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_input:nth-of-type(1), footer .form .tx-powermail fieldset .powermail_fieldwrap_type_input:nth-of-type(2) {
  display: inline-block;
  width: calc(50% - 22px);
}
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_input:nth-of-type(1) {
  margin-right: 40px;
}
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_check span {
  font-size: 15px;
  line-height: 20px;
}
footer .form .tx-powermail fieldset .powermail_fieldwrap_type_text {
  color: #241d38;
}
footer .form .tx-powermail fieldset .powermail_input,
footer .form .tx-powermail fieldset .powermail_captcha {
  border-bottom-color: #fff;
}
footer .footer-bottom {
  height: 80px;
  color: #fff;
}
footer .footer-bottom a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
footer .footer-bottom a:hover {
  color: #00afeb;
}
footer .footer-bottom .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-bottom .content-wrap > * + * {
  margin-top: 0;
}
footer .footer-bottom .logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer .footer-bottom .copyright {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
footer .footer-bottom-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1280px) {
  footer .footer-bottom .logo img {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  main {
    margin-bottom: 0;
  }

  footer {
    position: static;
  }
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .footer-content .column {
    width: 100%;
    padding: 40px 0;
  }
  footer .footer-content .column .content {
    padding: 0 80px;
  }
  footer .footer-content .column.links .content {
    max-width: none;
    margin-left: 0;
  }
  footer .footer-content .column.form {
    padding: 40px 0;
  }
  footer .footer-content .column.form .content {
    width: 70%;
    max-width: none;
    margin-right: 0;
  }
  footer .links::before {
    display: none;
  }
  footer .links ul {
    display: none;
    margin-right: 0;
  }
  footer .links li + li {
    margin-top: 10px;
  }
  footer .links .footer-list-headline {
    display: inline-block;
    cursor: pointer;
  }
  footer .links .footer-list-headline::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    font-family: "iconfont", sans-serif;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  footer .links .footer-list-headline.open::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  footer .links .social-icons ul {
    display: block;
    margin-top: 5px;
  }
  footer .links .social-icons .footer-list-headline {
    cursor: auto;
  }
  footer .links .social-icons .footer-list-headline::after {
    display: none;
  }
  footer .form::before {
    left: 645px;
  }
  footer .footer-bottom {
    height: 100px;
    font-size: 14px;
  }
  footer .footer-bottom .content-wrap {
    padding: 0 80px;
    padding-top: 0;
  }
  footer .footer-bottom .logo {
    margin-right: 10px;
  }
  footer .footer-bottom .copyright {
    min-width: 200px;
    margin-right: 10px;
  }
  footer .footer-bottom-navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .footer-bottom-navigation li {
    margin-right: 10px;
  }
}
@media (min-width: 561px) and (max-width: 840px) {
  footer .footer-content .links .social-icons li {
    margin-right: 24px;
  }
  footer .footer-content .links .social-icons a::before {
    font-size: 20px;
  }
}
@media (min-width: 630px) and (max-width: 767px) {
  footer .footer-content .links .social-icons li {
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  footer .footer-content .column.form .content {
    width: 100%;
  }
  footer .form::before {
    display: none;
  }
  footer .footer-bottom {
    height: auto;
  }
  footer .footer-bottom .content-wrap {
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-bottom .logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  footer .footer-bottom .copyright {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  footer .footer-bottom-navigation {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer-bottom-navigation li {
    margin-right: 20px;
  }
}
@media (max-width: 560px) {
  footer .footer-content .column .content {
    padding: 0 35px;
  }
  footer .links .list {
    width: 100%;
  }
  footer .links .list:nth-child(n+2) {
    margin-top: 20px;
  }
  footer .links ul {
    margin-top: 10px;
  }
  footer .links .social-icons ul {
    margin-top: 0;
  }
  footer .form .tx-powermail fieldset .powermail_fieldwrap_type_input:nth-of-type(1), footer .form .tx-powermail fieldset .powermail_fieldwrap_type_input:nth-of-type(2) {
    display: inline-block;
    width: 100%;
  }
  footer .form .tx-powermail fieldset .powermail_fieldwrap_type_input:nth-of-type(1) {
    margin-right: 0;
  }
  footer .footer-bottom .content-wrap {
    padding: 0 35px;
    padding-bottom: 20px;
  }
}
.fullwidth-element {
  min-height: 60px;
  padding: 4.6875rem 0;
  background-color: #fff;
}
.fullwidth-element.no-padding {
  padding: 0;
}
.fullwidth-element-background-white {
  color: #241d38;
  background-color: #fff;
}
.fullwidth-element-background-white * {
  color: #241d38;
}
.fullwidth-element-background-primary {
  color: #fff;
  background-color: #241d38;
}
.fullwidth-element-background-primary * {
  color: #fff;
}
.fullwidth-element-background-secondary {
  color: #fff;
  background-color: #00afeb;
}
.fullwidth-element-background-secondary * {
  color: #fff;
}
.fullwidth-element-background-grey {
  color: #241d38;
  background-color: #f4f3f4;
}
.fullwidth-element-background-grey * {
  color: #241d38;
}
.fullwidth-element.bg-image {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fullwidth-element.bg-image.text-light * {
  color: #00afeb;
}
.fullwidth-element.bg-image.text-dark * {
  color: #241d38;
}

@media (max-width: 768px) {
  .fullwidth-element {
    padding: 3.125rem 0;
  }
}
* + .grid {
  margin-top: 1.875rem;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid .column {
  position: relative;
  margin-right: 1.875rem;
}
.grid .column > * + * {
  margin-top: 1.875rem;
}
.grid-1-third-2-third > .column:nth-child(odd) {
  width: calc(33.3333333333% - 0.9375rem - 1px);
}
.grid-1-third-2-third > .column:nth-child(even) {
  width: calc(66.6666666667% - 0.9375rem - 1px);
  margin-right: 0;
}
.grid-1-third-2-third > .column:nth-child(n+3) {
  margin-top: 1.875rem;
}
.grid-2-third-1-third > .column:nth-child(odd) {
  width: calc(66.6666666667% - 0.9375rem - 1px);
}
.grid-2-third-1-third > .column:nth-child(even) {
  width: calc(33.3333333333% - 0.9375rem - 1px);
  margin-right: 0;
}
.grid-2-third-1-third > .column:nth-child(n+3) {
  margin-top: 1.875rem;
}
.grid-2-col > .column {
  width: calc(50% - 0.9375rem - 1px);
}
.grid-2-col > .column:nth-child(even) {
  margin-right: 0;
}
.grid-2-col > .column:nth-child(n+3) {
  margin-top: 1.875rem;
}
.grid-3-col > .column {
  width: calc(33.3333333333% - 1.25rem - 1px);
}
.grid-3-col > .column:nth-child(3n) {
  margin-right: 0;
}
.grid-3-col > .column:nth-child(n+4) {
  margin-top: 1.875rem;
}
.grid-4-col > .column {
  width: calc(25% - 1.40625rem - 1px);
}
.grid-4-col > .column:nth-child(4n) {
  margin-right: 0;
}
.grid-4-col > .column:nth-child(n+5) {
  margin-top: 1.875rem;
}

@media (max-width: 1024px) {
  .grid-2-col .grid-2-col > .column {
    width: 100%;
    margin-right: 0;
  }
  .grid-2-col .grid-2-col > .column:nth-child(n+2) {
    margin-top: 1.875rem;
  }
  .grid-3-col > .column {
    width: calc(50% - 0.9375rem - 1px);
  }
  .grid-3-col > .column:nth-child(even) {
    margin-right: 0;
  }
  .grid-3-col > .column:nth-child(odd) {
    margin-right: 1.875rem;
  }
  .grid-3-col > .column:nth-child(n+3) {
    margin-top: 1.875rem;
  }
  .grid-4-col > .column {
    width: calc(50% - 0.9375rem - 1px);
  }
  .grid-4-col > .column:nth-child(even) {
    margin-right: 0;
  }
  .grid-4-col > .column:nth-child(n+3) {
    margin-top: 1.875rem;
  }
}
@media (max-width: 768px) {
  .grid-1-third-2-third > .column:nth-child(n) {
    width: 100%;
    margin-right: 0;
  }
  .grid-1-third-2-third > .column:nth-child(n+2) {
    margin-top: 1.875rem;
  }
  .grid-2-third-1-third .column:nth-child(n) {
    width: 100%;
    margin-right: 0;
  }
  .grid-2-third-1-third .column:nth-child(n+2) {
    margin-top: 1.875rem;
  }
  .grid-2-col > .column {
    width: 100%;
    margin-right: 0;
  }
  .grid-2-col > .column:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}
@media (max-width: 680px) {
  .grid-3-col > .column:nth-child(n) {
    width: 100%;
    margin-right: 0;
  }
  .grid-3-col > .column:nth-child(n+2) {
    margin-top: 1.875rem;
  }
  .grid-4-col > .column {
    width: 100%;
    margin-right: 0;
  }
  .grid-4-col > .column:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}
.color-white {
  color: #fff;
}

.color-primary {
  color: #241d38;
}

.color-primary-light {
  color: #4a5da7;
}

.color-secondary {
  color: #00afeb;
}

.color-tertiary {
  color: #ef7d04;
}

.color-accent {
  color: #ef04d8;
}

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

.background-color-primary {
  background-color: #241d38;
}

.background-color-primary-light {
  background-color: #4a5da7;
}

.background-color-secondary {
  background-color: #00afeb;
}

.background-color-tertiary {
  background-color: #ef7d04;
}

.background-color-accent {
  background-color: #ef04d8;
}

.site-widgets {
  position: fixed;
  top: 20vh;
  right: -175px;
  z-index: 500;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.site-widgets.hidden {
  opacity: 0;
  visibility: hidden;
}
.site-widgets-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 72px;
  padding: 0 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #241d38;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.site-widgets-icon:hover {
  -webkit-transform: translateX(-175px);
      -ms-transform: translateX(-175px);
          transform: translateX(-175px);
}
.site-widgets-icon img {
  max-width: 35px;
  height: auto;
}
.site-widgets-icon div {
  display: inline-block;
  color: #fff;
}
.site-widgets-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(74, 93, 167, 0.5);
  border-radius: 5px;
}
.site-widgets-icon:last-child {
  height: 70px;
}
.site-widgets-icon:last-child::after {
  display: none;
}
.site-widgets .search,
.site-widgets .login,
.site-widgets .contact,
.site-widgets .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.site-widgets .search::before,
.site-widgets .login::before,
.site-widgets .contact::before,
.site-widgets .languages::before {
  display: inline-block;
  margin-right: 25px;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  -webkit-perspective: 0;
          perspective: 0;
  color: #fff;
  font-family: "iconfont", sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 1;
}
.site-widgets .search form > div:first-child {
  display: none !important;
}
.site-widgets .search input {
  width: 80%;
  padding: 3px 8px;
  margin-left: 55px;
  border: 0;
  color: #fff;
  font-weight: 400;
  background-color: rgba(74, 93, 167, 0.2);
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.site-widgets .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-widgets .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-widgets .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-widgets .search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-widgets .search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-widgets .search input::-ms-clear {
  display: none;
}
.site-widgets .search label {
  display: none;
}
.site-widgets .search button {
  position: absolute;
  top: 8px;
  left: 20px;
  padding: 0;
  margin-right: 25px;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.site-widgets .search button::after {
  content: "";
  display: inline-block;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  -webkit-perspective: 0;
          perspective: 0;
  font-family: "iconfont", sans-serif;
  font-size: 33px;
  font-weight: 300;
}
.site-widgets .search button .invisible {
  display: none;
}
.site-widgets .login::before {
  content: "";
}
.site-widgets .login a {
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.site-widgets .login a:hover {
  color: #00afeb;
}
.site-widgets .login a:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding: 0 4px;
  color: #fff;
}
.site-widgets .login.logged-in::before {
  color: #00afeb;
}
.site-widgets .login.logged-in a:first-child {
  color: #00afeb;
}
.site-widgets .contact::before {
  content: "";
}
.site-widgets .contact div {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.site-widgets .contact div:hover {
  color: #00afeb;
}
.site-widgets .languages::before {
  content: "";
}
.site-widgets .languages span.invisible {
  display: none;
}
.site-widgets .languages li {
  display: inline-block;
}
.site-widgets .languages li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding-left: 3px;
  color: #fff;
}
.site-widgets .languages a {
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.site-widgets .languages a.is-active {
  color: #00afeb;
}
.site-widgets .languages a:hover {
  color: #00afeb;
}

.mobile-meta-menu .site-widgets {
  display: none;
}

nav .site-widgets {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-meta-menu .site-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .site-widgets {
    position: static;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .site-widgets .search,
.site-widgets .login,
.site-widgets .contact,
.site-widgets .languages {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-widgets-icon {
    position: static;
    display: inline-block;
    width: 27px;
    height: auto;
    padding: 0;
    margin-right: 40px;
    line-height: 1;
    background-color: transparent;
  }
  .site-widgets-icon:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .site-widgets-icon::after {
    display: none;
  }
  .site-widgets-icon.search, .site-widgets-icon.languages, .site-widgets-icon.login {
    cursor: pointer;
  }
  .site-widgets-icon.search div, .site-widgets-icon.languages div, .site-widgets-icon.login div {
    position: absolute;
    top: 70px;
    right: 130px;
    display: none;
    width: 300px;
    background-color: #241d38;
  }
  .site-widgets-icon.search::before {
    content: "";
  }
  .site-widgets-icon.search.open::before {
    color: #00afeb;
  }
  .site-widgets-icon.search div {
    padding: 7px;
  }
  .site-widgets-icon.search input {
    margin-left: 40px;
  }
  .site-widgets-icon.search button {
    top: 8px;
    left: 8px;
  }
  .site-widgets-icon.search button::after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .site-widgets-icon.languages.open::before, .site-widgets-icon.login.open::before {
    color: #00afeb;
  }
  .site-widgets-icon.languages div, .site-widgets-icon.login div {
    padding: 15px;
    text-align: center;
  }
  .site-widgets-icon div {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-meta-menu .site-widgets {
    display: none;
  }

  nav .site-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-top: 2px solid rgba(74, 93, 167, 0.3);
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  nav .site-widgets-icon {
    margin-right: 0;
  }
  nav .site-widgets-icon.search div, nav .site-widgets-icon.languages div, nav .site-widgets-icon.login div {
    top: 75px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.text-element {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.0625rem;
}
.text-element > * + * {
  margin-top: 2.0625rem;
}
.text-element > a {
  color: #00afeb;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.text-element > a:hover {
  color: #241d38;
  text-decoration: underline;
}
.text-element p a {
  color: #00afeb;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.text-element p a:hover {
  color: #241d38;
  text-decoration: underline;
}
.text-element ul,
.text-element ol {
  list-style: none;
}
.text-element ul li,
.text-element ol li {
  line-height: 1.875rem;
}
.text-element ul li.premium a::after,
.text-element ol li.premium a::after {
  content: "";
  margin-left: 5px;
  font-family: "iconfont", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}
.text-element ul li:not(.link-item):not(.download-item),
.text-element ol li:not(.link-item):not(.download-item) {
  margin-left: 1.875rem;
}
.text-element ul li + li,
.text-element ol li + li {
  margin-top: 1.125rem;
}
.text-element ul a,
.text-element ol a {
  position: relative;
}
.text-element ul a:hover,
.text-element ol a:hover {
  color: #00afeb;
}
.text-element ul li:not(.link-item):not(.download-item) {
  position: relative;
}
.text-element ul li:not(.link-item):not(.download-item)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.875rem;
  display: block;
  color: #241d38;
  font-family: "iconfont", sans-serif;
  font-size: 0.625rem;
  font-weight: 300;
}
.text-element ul .link-item {
  margin-left: 1.875rem;
}
.text-element ul .link-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.875rem;
  display: block;
  font-family: "iconfont", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 25px;
}
.text-element ul .download-item {
  margin-left: 1.875rem;
}
.text-element ul .download-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.875rem;
  display: block;
  font-family: "iconfont", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 25px;
}
.text-element ul a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.text-element ol {
  counter-reset: section;
}
.text-element ol li {
  position: relative;
  counter-increment: section;
}
.text-element ol li::before {
  content: counters(section, "") ".";
  position: absolute;
  top: -1px;
  left: -1.875rem;
  color: #241d38;
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-weight: 600;
}
.text-element h1:first-child,
.text-element .h1:first-child,
.text-element h2:first-child,
.text-element .h2:first-child,
.text-element h3:first-child,
.text-element .h3:first-child,
.text-element h4:first-child,
.text-element .h4:first-child,
.text-element h5:first-child,
.text-element .h5:first-child,
.text-element h6:first-child,
.text-element .h6:first-child {
  margin-top: 0;
}
.text-element h1,
.text-element .h1 {
  margin-top: 40px;
}
.text-element h1 + p,
.text-element .h1 + p {
  margin-top: 1.875rem;
}
.text-element h2,
.text-element .h2 {
  margin-top: 40px;
}
.text-element h2 + p,
.text-element .h2 + p {
  margin-top: 1.5625rem;
}
.text-element h3,
.text-element .h3 {
  margin-top: 35px;
}
.text-element h3 + p,
.text-element .h3 + p {
  margin-top: 1.5625rem;
}
.text-element h4,
.text-element .h4 {
  margin-top: 30px;
}
.text-element h4 + p,
.text-element .h4 + p {
  margin-top: 1.25rem;
}
.text-element h5,
.text-element .h5 {
  margin-top: 30px;
}
.text-element h5 + p,
.text-element .h5 + p {
  margin-top: 0.9375rem;
}
.text-element h6,
.text-element .h6 {
  margin-top: 30px;
}
.text-element h6 + p,
.text-element .h6 + p {
  margin-top: 0.9375rem;
}

.newspage .text-element h4 + p,
.newspage .text-element .h4 + p,
.newspage .text-element h5 + p,
.newspage .text-element .h5 + p,
.newspage .text-element h6 + p,
.newspage .text-element .h6 + p {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .newspage .text-element h1 + p,
.newspage .text-element .h1 + p {
    margin-top: 15px;
  }
  .newspage .text-element h2 + p,
.newspage .text-element .h2 + p,
.newspage .text-element h3 + p,
.newspage .text-element .h3 + p {
    margin-top: 10px;
  }
  .newspage .text-element h4 + p,
.newspage .text-element .h4 + p,
.newspage .text-element h5 + p,
.newspage .text-element .h5 + p,
.newspage .text-element h6 + p,
.newspage .text-element .h6 + p {
    margin-top: 8px;
  }
}

.fullwidth-element-background-primary .text-element ul li.premium a::after,
.fullwidth-element-background-primary .text-element ol li.premium a::after,
.container-2-cols-with-overlapping-image-color-primary .text-element ul li.premium a::after,
.container-2-cols-with-overlapping-image-color-primary .text-element ol li.premium a::after {
  color: #00afeb;
}
.fullwidth-element-background-primary .text-element ul li:not(.link-item):not(.download-item)::before,
.fullwidth-element-background-primary .text-element ol li:not(.link-item):not(.download-item)::before,
.container-2-cols-with-overlapping-image-color-primary .text-element ul li:not(.link-item):not(.download-item)::before,
.container-2-cols-with-overlapping-image-color-primary .text-element ol li:not(.link-item):not(.download-item)::before {
  color: #00afeb;
}
.fullwidth-element-background-primary .text-element ul a::before,
.fullwidth-element-background-primary .text-element ol a::before,
.container-2-cols-with-overlapping-image-color-primary .text-element ul a::before,
.container-2-cols-with-overlapping-image-color-primary .text-element ol a::before {
  color: #00afeb;
}
.fullwidth-element-background-primary .text-element > a:hover,
.container-2-cols-with-overlapping-image-color-primary .text-element > a:hover {
  color: #fff;
}
.fullwidth-element-background-primary .text-element p a:hover,
.container-2-cols-with-overlapping-image-color-primary .text-element p a:hover {
  color: #fff;
}

.fullwidth-element-background-secondary .text-element ul li:not(.link-item):not(.download-item)::before,
.fullwidth-element-background-secondary .text-element ol li:not(.link-item):not(.download-item)::before,
.container-2-cols-with-overlapping-image-color-secondary .text-element ul li:not(.link-item):not(.download-item)::before,
.container-2-cols-with-overlapping-image-color-secondary .text-element ol li:not(.link-item):not(.download-item)::before,
.parallax-container .text-element ul li:not(.link-item):not(.download-item)::before,
.parallax-container .text-element ol li:not(.link-item):not(.download-item)::before {
  color: #fff;
}
.fullwidth-element-background-secondary .text-element ul a:hover,
.fullwidth-element-background-secondary .text-element ol a:hover,
.container-2-cols-with-overlapping-image-color-secondary .text-element ul a:hover,
.container-2-cols-with-overlapping-image-color-secondary .text-element ol a:hover,
.parallax-container .text-element ul a:hover,
.parallax-container .text-element ol a:hover {
  color: #241d38;
}
.fullwidth-element-background-secondary .text-element > a,
.container-2-cols-with-overlapping-image-color-secondary .text-element > a,
.parallax-container .text-element > a {
  color: #241d38;
}
.fullwidth-element-background-secondary .text-element > a:hover,
.container-2-cols-with-overlapping-image-color-secondary .text-element > a:hover,
.parallax-container .text-element > a:hover {
  color: #fff;
}
.fullwidth-element-background-secondary .text-element p a,
.container-2-cols-with-overlapping-image-color-secondary .text-element p a,
.parallax-container .text-element p a {
  color: #fff;
}
.fullwidth-element-background-secondary .text-element p a:hover,
.container-2-cols-with-overlapping-image-color-secondary .text-element p a:hover,
.parallax-container .text-element p a:hover {
  color: #241d38;
}

@media (max-width: 1024px) {
  .text-element ul .link-item a::before,
.text-element ul .download-item a::before {
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .text-element > * + * {
    margin-top: 1.5625rem;
  }
  .text-element ul .link-item a::before,
.text-element ul .download-item a::before,
.text-element ol .link-item a::before,
.text-element ol .download-item a::before {
    line-height: 20px;
  }
  .text-element ul li + li,
.text-element ol li + li {
    margin-top: 0.625rem;
  }
  .text-element ul a::before,
.text-element ol a::before {
    line-height: 20px;
  }
  .text-element h1,
.text-element .h1 {
    margin-top: 20px;
  }
  .text-element h1 + p,
.text-element .h1 + p {
    margin-top: 25px;
  }
  .text-element h2,
.text-element .h2 {
    margin-top: 16px;
  }
  .text-element h2 + p,
.text-element .h2 + p {
    margin-top: 20px;
  }
  .text-element h3,
.text-element .h3 {
    margin-top: 16px;
  }
  .text-element h3 + p,
.text-element .h3 + p {
    margin-top: 15px;
  }
  .text-element h4,
.text-element .h4 {
    margin-top: 12px;
  }
  .text-element h4 + p,
.text-element .h4 + p {
    margin-top: 10px;
  }
  .text-element h5,
.text-element .h5,
.text-element h6,
.text-element .h6 {
    margin-top: 10px;
  }
  .text-element h5 + p,
.text-element .h5 + p,
.text-element h6 + p,
.text-element .h6 + p {
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  .text-element h1 + p,
.text-element .h1 + p {
    margin-top: 20px;
  }
  .text-element h2 + p,
.text-element .h2 + p {
    margin-top: 15px;
  }
  .text-element h3 + p,
.text-element .h3 + p,
.text-element h4 + p,
.text-element .h4 + p,
.text-element h5 + p,
.text-element .h5 + p,
.text-element h6 + p,
.text-element .h6 + p {
    margin-top: 10px;
  }
}
.button {
  display: inline-block;
  padding: 0.3125rem 2.25rem;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.button:hover {
  color: #fff;
}
.button-full-width {
  width: 100%;
  text-align: center;
}
.button-text-color-primary {
  color: #241d38 !important;
}
.button-text-color-primary:hover {
  background-color: #241d38 !important;
}
.button-text-color-primary-light {
  color: #4a5da7 !important;
}
.button-text-color-primary-light:hover {
  background-color: #4a5da7 !important;
}
.button-text-color-secondary {
  color: #00afeb !important;
}
.button-text-color-secondary:hover {
  background-color: #00afeb !important;
}
.button-text-color-tertiary {
  color: #ef7d04 !important;
}
.button-text-color-tertiary:hover {
  background-color: #ef7d04 !important;
}
.button-text-color-white {
  color: #fff !important;
}
.button-text-color-white.button-border-color-white:hover {
  color: #00afeb !important;
}
.button-border-color-primary {
  border-color: #241d38 !important;
}
.button-border-color-primary:hover {
  background-color: #241d38 !important;
}
.button-border-color-primary-light {
  border-color: #4a5da7 !important;
}
.button-border-color-primary-light:hover {
  background-color: #4a5da7 !important;
}
.button-border-color-secondary {
  border-color: #00afeb !important;
}
.button-border-color-secondary:hover {
  background-color: #00afeb !important;
}
.button-border-color-tertiary {
  border-color: #ef7d04 !important;
}
.button-border-color-tertiary:hover {
  background-color: #ef7d04 !important;
}
.button-border-color-white {
  border-color: #fff !important;
}
.button-border-color-white:hover {
  color: #00afeb !important;
  background-color: #fff !important;
}
.button-border-color-transparent {
  border-color: transparent !important;
}
.button-background-color-primary {
  background-color: #241d38 !important;
}
.button-background-color-primary:hover {
  color: #241d38 !important;
  background-color: transparent !important;
}
.button-background-color-primary-light {
  background-color: #4a5da7 !important;
}
.button-background-color-primary-light:hover {
  color: #4a5da7 !important;
  background-color: transparent !important;
}
.button-background-color-secondary {
  background-color: #00afeb !important;
}
.button-background-color-secondary:hover {
  color: #00afeb !important;
  background-color: transparent !important;
}
.button-background-color-tertiary {
  background-color: #ef7d04 !important;
}
.button-background-color-tertiary:hover {
  color: #ef7d04 !important;
  background-color: transparent !important;
}
.button-background-color-transparent {
  background-color: transparent !important;
}
.button-background-color-transparent:hover {
  color: #fff !important;
}

* + .button {
  margin-top: 2.1875rem;
}

.fullwidth-element-background-white .button {
  border-color: #241d38;
  color: #241d38;
}
.fullwidth-element-background-white .button:hover {
  color: #fff;
  background-color: #241d38;
}

.fullwidth-element-background-grey .button {
  border-color: #241d38;
  color: #241d38;
}
.fullwidth-element-background-grey .button:hover {
  color: #fff;
  background-color: #241d38;
}

.fullwidth-element-background-primary .button {
  border-color: #00afeb;
  color: #fff;
}
.fullwidth-element-background-primary .button:hover {
  background-color: #00afeb;
}

.fullwidth-element-background-secondary .button {
  border-color: #241d38;
  color: #fff;
}
.fullwidth-element-background-secondary .button:hover {
  background-color: #241d38;
}

@media (max-width: 768px) {
  * + .button {
    margin-top: 1.5625rem;
  }
}
.button-list-centered .button-list-inner {
  text-align: center;
}
.button-list-inner {
  margin-top: -1.875rem;
  font-size: 0;
}
.button-list-inner .button {
  margin-top: 1.875rem;
  margin-right: 1.875rem;
  font-size: 1.25rem;
}
.button-list-inner .button:last-child {
  margin-right: 0;
}

.sidebar-box :first-child {
  margin-top: 0;
}
.sidebar-box figcaption {
  padding: 0.75rem 1.5625rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.sidebar-box .sidebar-text-container {
  padding: 1.5625rem;
}
.sidebar-box .text-element {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.sidebar-box .text-element > * + * {
  margin-top: 1.25rem;
}
.sidebar-box .text-element ul li,
.sidebar-box .text-element ol li {
  line-height: 1.5625rem;
}
.sidebar-box .text-element ul li + li,
.sidebar-box .text-element ol li + li {
  margin-top: 0;
}
.sidebar-box .text-element ul a,
.sidebar-box .text-element ol a {
  display: inline-block;
}
.sidebar-box .text-element ul a::before,
.sidebar-box .text-element ol a::before {
  line-height: 22px;
}
.sidebar-box.grey {
  background-color: #f4f3f4;
}
.sidebar-box.grey * {
  color: #241d38;
}
.sidebar-box.grey ul li.download-item::before,
.sidebar-box.grey ul li.link-item::before {
  color: #00afeb;
}
.sidebar-box.primary {
  background-color: #241d38;
}
.sidebar-box.primary * {
  color: #fff;
}
.sidebar-box.primary ul li.download-item::before,
.sidebar-box.primary ul li.link-item::before {
  color: #00afeb;
}
.sidebar-box.secondary {
  background-color: #00afeb;
}
.sidebar-box.secondary * {
  color: #fff;
}
.sidebar-box.secondary ul li.download-item::before,
.sidebar-box.secondary ul li.link-item::before {
  color: #fff;
}
.sidebar-box.secondary ul li.download-item a:hover,
.sidebar-box.secondary ul li.link-item a:hover {
  color: #241d38;
}

@media (max-width: 768px) {
  .sidebar-box .text-element ul li + li {
    margin-top: 0.5rem;
  }
  .sidebar-box .text-element ul a::before,
.sidebar-box .text-element ol a::before {
    line-height: 19px;
  }
}
.tabs {
  margin-top: 4.375rem;
}
.tabs .tab-navigation {
  position: relative;
}
.tabs .tab-navigation + .tab-content-container {
  margin-top: 2.5rem;
}
.tabs .tab-navigation-mobile-head {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0.625rem 1.25rem;
  padding-right: 3.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
.tabs .tab-navigation-mobile-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "iconfont", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tabs .tab-navigation-mobile-head.ui-tabs-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.tabs .tab-navigation-mobile-head.ui-tabs-active ~ .toggle-icon::after {
  height: 0;
}
.tabs .tab-navigation-mobile-head span {
  display: inline-block;
  margin-left: 1.875rem;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
@media screen and (max-width: 768px) {
  .tabs .tab-navigation-mobile-head span {
    margin-left: 0;
  }
}
.tabs .tab-navigation-mobile-head span.transitioning {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .tabs .tab-navigation-mobile-head {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tabs .tab-navigation-mobile-head {
    text-align: left;
  }
}
.tabs .tab-navigation-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1024px) {
  .tabs .tab-navigation-items {
    display: none;
  }
}
.tabs .tab-navigation-item {
  position: relative;
  width: 25%;
  height: 6.25rem;
  padding-left: 0;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tabs .tab-navigation-item:last-child {
  margin-right: 0;
}
.tabs .tab-navigation-item::before {
  display: none;
}
.tabs .tab-navigation-item > a,
.tabs .tab-navigation-item > div {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0.625rem 1.25rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}
.tabs .tab-navigation-item > a span,
.tabs .tab-navigation-item > div span {
  position: relative;
  z-index: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.tabs .tab-navigation-item > a:hover,
.tabs .tab-navigation-item > div:hover {
  z-index: 9;
  text-decoration: none;
}
.tabs .tab-navigation-item > a:hover span,
.tabs .tab-navigation-item > div:hover span {
  position: relative;
  z-index: inherit;
}
.tabs .tab-navigation-item:first-child > a,
.tabs .tab-navigation-item:first-child > div {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .tabs .tab-navigation-item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .tabs .tab-navigation-items {
    position: relative;
    display: none;
    width: 100%;
    border-top: 0;
    overflow: hidden;
  }
  .tabs .tab-navigation-item {
    position: relative;
    display: block;
    max-width: none;
    margin-right: 0;
  }
  .tabs .tab-navigation-item > a,
.tabs .tab-navigation-item > div {
    max-width: none;
    padding: 0.625rem 1.25rem;
    margin-left: 0;
  }
  .tabs .tab-navigation-item > a::after,
.tabs .tab-navigation-item > div::after {
    display: none;
  }
  .tabs .tab-navigation-item.ui-tabs-active {
    display: block;
  }
  .tabs .tab-navigation-item.ui-tabs-active::after {
    display: none;
  }
  .tabs .tab-navigation.open .tab-navigation-item {
    display: block;
  }
}
.tabs .tab-content-wrapper > * + * {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .tabs .tab-content-wrapper > * + * {
    margin-top: 1.5625rem;
  }
}

.fullwidth-element-background-white .tabs .tab-navigation {
  border: 3px solid #241d38;
}
.fullwidth-element-background-white .tabs .tab-navigation-mobile-head.ui-tabs-active {
  border-color: #241d38;
}
.fullwidth-element-background-white .tabs .tab-navigation-mobile-head::after {
  color: #241d38;
}
.fullwidth-element-background-white .tabs .tab-navigation-item > div:hover {
  background-color: rgba(36, 29, 56, 0.2);
}
.fullwidth-element-background-white .tabs .tab-navigation-item.ui-tabs-active > a,
.fullwidth-element-background-white .tabs .tab-navigation-item.ui-tabs-active > div {
  background-color: rgba(36, 29, 56, 0.2);
}

.fullwidth-element-background-primary .tabs .tab-navigation {
  border: 3px solid #4a5da7;
}
.fullwidth-element-background-primary .tabs .tab-navigation-mobile-head.ui-tabs-active {
  border-color: #4a5da7;
}
.fullwidth-element-background-primary .tabs .tab-navigation-mobile-head::after {
  color: #fff;
}
.fullwidth-element-background-primary .tabs .tab-navigation-item > div:hover {
  background-color: rgba(74, 93, 167, 0.3);
}
.fullwidth-element-background-primary .tabs .tab-navigation-item.ui-tabs-active > a,
.fullwidth-element-background-primary .tabs .tab-navigation-item.ui-tabs-active > div {
  background-color: rgba(74, 93, 167, 0.3);
}

.fullwidth-element-background-secondary .tabs .tab-navigation {
  border: 3px solid #fff;
}
.fullwidth-element-background-secondary .tabs .tab-navigation-mobile-head.ui-tabs-active {
  border-color: white;
}
.fullwidth-element-background-secondary .tabs .tab-navigation-mobile-head::after {
  color: #fff;
}
.fullwidth-element-background-secondary .tabs .tab-navigation-item > a:hover,
.fullwidth-element-background-secondary .tabs .tab-navigation-item > div:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.fullwidth-element-background-secondary .tabs .tab-navigation-item.ui-tabs-active > a, .fullwidth-element-background-secondary .tabs .tab-navigation-item.ui-tabs-active > div {
  background-color: rgba(255, 255, 255, 0.2);
}

.fullwidth-element-background-grey .tabs .tab-navigation {
  border: 3px solid #241d38;
}
.fullwidth-element-background-grey .tabs .tab-navigation-mobile-head.ui-tabs-active {
  border-color: #241d38;
}
.fullwidth-element-background-grey .tabs .tab-navigation-mobile-head::after {
  color: #241d38;
}
.fullwidth-element-background-grey .tabs .tab-navigation-item > div:hover {
  background-color: rgba(36, 29, 56, 0.2);
}
.fullwidth-element-background-grey .tabs .tab-navigation-item.ui-tabs-active > a,
.fullwidth-element-background-grey .tabs .tab-navigation-item.ui-tabs-active > div {
  background-color: rgba(36, 29, 56, 0.2);
}

.image-element {
  position: relative;
}
.image-element figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem 2.5rem;
  color: #fff !important;
  background-color: rgba(36, 29, 56, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.image-element-popup {
  position: relative;
  display: block;
}
.image-element-popup figcaption {
  display: none;
}
.image-element-popup::before, .image-element-popup::after {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.image-element-popup::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(36, 29, 56, 0.8);
}
.image-element-popup::after {
  content: "";
  top: 50%;
  left: 50%;
  z-index: 4;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/icons/icon-magnifier-popup.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.image-element-popup:hover::before, .image-element-popup:hover::after {
  opacity: 1;
}
.image-element-popup-disabled figcaption {
  display: block;
}
.image-element-popup-disabled::before, .image-element-popup-disabled::after {
  display: none;
}
.image-element-popup-disabled, .image-element-popup-disabled:hover {
  cursor: default;
}
.image-element:hover figcaption {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 1024px) {
  .image-element figcaption {
    position: static;
    padding: 0.9375rem 1.625rem;
    background-color: #241d38;
    opacity: 1;
  }

  .fullwidth-element-background-primary .image-element figcaption {
    background-color: #00afeb;
  }
}
@media (max-width: 768px) {
  .image-element figcaption {
    line-height: 1.6;
  }
  .image-element-popup figcaption {
    display: block;
  }
  .image-element-popup::before, .image-element-popup::after {
    display: none;
  }
}
.image-slider-with-text-fullwidth {
  width: 100%;
  min-height: calc(100vh - 145px);
}
.image-slider-with-text-fullwidth-slide {
  position: relative;
  min-height: calc(100vh - 145px);
  padding: 11.25rem 0 15.625rem;
  overflow: hidden;
}
.image-slider-with-text-fullwidth-slide .image-slider-background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.image-slider-with-text-fullwidth-slide .image-slider-background-image img {
  position: absolute;
  top: -10000px;
  right: -10000px;
  bottom: -10000px;
  left: -10000px;
  width: auto;
  min-width: 201%;
  max-width: none;
  height: auto;
  min-height: 201%;
  max-height: none;
  margin: auto auto;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.image-slider-with-text-fullwidth-slide .content-wrap {
  position: relative;
  z-index: 2;
}
.image-slider-with-text-fullwidth-slide .image-slider-width-text-fullwidth-textbox {
  max-width: 480px;
}
.image-slider-with-text-fullwidth-slide-desktop-mobile .image-slider-background-image .desktop {
  display: block;
}
.image-slider-with-text-fullwidth-slide-desktop-mobile .image-slider-background-image .mobile {
  display: none;
}
.image-slider-with-text-fullwidth .swiper-button-prev,
.image-slider-with-text-fullwidth .swiper-button-next {
  display: none;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  outline: none;
}
.image-slider-with-text-fullwidth .swiper-button-prev {
  left: 50px;
  background-image: url(../img/icon-triangle-left-primary.svg);
}
.image-slider-with-text-fullwidth .swiper-button-next {
  right: 50px;
  background-image: url(../img/icon-triangle-right-primary.svg);
}
.image-slider-with-text-fullwidth .swiper-pagination-bullets {
  bottom: 3.125rem;
}
.image-slider-with-text-fullwidth .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 19px;
  height: 16px;
  background-color: transparent;
  background-image: url(../img/icon-triangle-right-primary-filled.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: inherit;
  opacity: 1;
}
.image-slider-with-text-fullwidth .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-image: url(../img/icon-triangle-right-secondary-filled.svg);
}

@media (max-width: 1540px) {
  .image-slider-with-text-fullwidth {
    min-height: auto;
  }
  .image-slider-with-text-fullwidth-slide {
    min-height: auto;
    padding: 7.5rem 0 11.25rem;
  }
}
@media (max-width: 1350px) {
  .image-slider-with-text-fullwidth-slide .content-wrap {
    padding: 0 10%;
  }
}
@media (max-width: 1024px) {
  .image-slider-with-text-fullwidth-slide .content-wrap {
    padding: 0 12%;
  }
  .image-slider-with-text-fullwidth .swiper-button-prev {
    left: 40px;
  }
  .image-slider-with-text-fullwidth .swiper-button-next {
    right: 40px;
  }
}
@media (max-width: 768px) {
  .image-slider-with-text-fullwidth .swiper-pagination-bullets {
    bottom: 1.875rem;
  }
  .image-slider-with-text-fullwidth-slide {
    padding: 5rem 0 7.5rem;
  }
  .image-slider-with-text-fullwidth-slide .image-slider-background-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(36, 29, 56, 0.8);
  }
  .image-slider-with-text-fullwidth-slide .content-wrap {
    width: 80%;
    padding: 0 1.875rem;
  }
  .image-slider-with-text-fullwidth-slide .content-wrap, .image-slider-with-text-fullwidth-slide .content-wrap * {
    color: #fff !important;
  }
  .image-slider-with-text-fullwidth-slide .content-wrap .button {
    border-color: #ef7d04 !important;
  }
  .image-slider-with-text-fullwidth-slide .content-wrap .button:hover {
    background-color: #ef7d04 !important;
  }
  .image-slider-with-text-fullwidth-slide-desktop-mobile .image-slider-background-image .desktop {
    display: none;
  }
  .image-slider-with-text-fullwidth-slide-desktop-mobile .image-slider-background-image .mobile {
    display: block;
  }
  .image-slider-with-text-fullwidth .swiper-button-prev {
    left: 1.875rem;
    background-image: url(../img/icon-triangle-left-white.svg);
  }
  .image-slider-with-text-fullwidth .swiper-button-next {
    right: 1.875rem;
    background-image: url(../img/icon-triangle-right-white.svg);
  }
}
@media (max-width: 560px) {
  .image-slider-with-text-fullwidth-slide {
    padding: 1.875rem 0 6.25rem;
  }
  .image-slider-with-text-fullwidth .swiper-button-prev,
.image-slider-with-text-fullwidth .swiper-button-next {
    width: 24px;
    height: 28px;
    background-size: 24px 28px;
  }
  .image-slider-with-text-fullwidth .swiper-button-prev {
    left: 10px;
  }
  .image-slider-with-text-fullwidth .swiper-button-next {
    right: 10px;
  }
}
.quote-element {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  overflow: hidden;
  color: #fff;
  background-color: #00afeb;
}
.quote-element .before,
.quote-element .after {
  content: "";
  position: absolute;
  width: 10.75rem;
  height: 5.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform linear;
  transition: -webkit-transform linear;
  -o-transition: transform linear;
  transition: transform linear;
  transition: transform linear, -webkit-transform linear;
}
.quote-element .before {
  bottom: -1px;
  left: 11%;
  background-image: url(../img/quotemarks-left-bottom.svg);
}
.quote-element .after {
  top: -1px;
  right: 11%;
  background-image: url(../img/quotemarks-right-top.svg);
}
.quote-element .quotesource {
  position: absolute;
  top: 75px;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.quote-element blockquote {
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .quote-element {
    padding: 7.5rem 0;
  }
}
@media (max-width: 768px) {
  .quote-element {
    padding: 5.625rem 0;
  }
  .quote-element .before,
.quote-element .after {
    background-size: 60%;
  }
  .quote-element .before {
    bottom: -2px;
    background-position: bottom;
  }
  .quote-element .after {
    top: -2px;
    background-position: top;
  }
  .quote-element .quotesource {
    top: 55px;
  }
  .quote-element blockquote {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 560px) {
  .quote-element {
    padding: 3.75rem 0;
  }
  .quote-element .before,
.quote-element .after {
    background-size: 45%;
  }
  .quote-element .quotesource {
    position: static;
    font-size: 1.25rem;
  }
  .quote-element blockquote {
    margin-top: 0.9375rem;
  }
}
.image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-gallery .image-gallery-element {
  position: relative;
  display: block;
}
.image-gallery .image-gallery-element figcaption {
  display: none;
}
.image-gallery .image-gallery-element::before, .image-gallery .image-gallery-element::after {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.image-gallery .image-gallery-element::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(36, 29, 56, 0.8);
}
.image-gallery .image-gallery-element::after {
  content: "";
  top: 50%;
  left: 50%;
  z-index: 4;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/icons/icon-magnifier-popup.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.image-gallery .image-gallery-element:hover::before, .image-gallery .image-gallery-element:hover::after {
  opacity: 1;
}
.image-gallery .image-gallery-element-disabled figcaption {
  display: block;
}
.image-gallery .image-gallery-element-disabled::before, .image-gallery .image-gallery-element-disabled::after {
  display: none;
}
.image-gallery .image-gallery-element-disabled, .image-gallery .image-gallery-element-disabled:hover {
  cursor: default;
}
.image-gallery .image-element {
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  background-color: #dbdbdb;
}
.image-gallery .image-element img {
  position: absolute;
  top: -10000px;
  right: -10000px;
  bottom: -10000px;
  left: -10000px;
  width: auto;
  min-width: 200%;
  max-width: none;
  height: auto;
  min-height: 200%;
  max-height: none;
  margin: auto auto;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.image-gallery-2-cols .image-gallery-element {
  width: calc(50% - 0.9375rem - 1px);
  margin-top: 1.875rem;
}
.image-gallery-2-cols .image-gallery-element:nth-of-type(1), .image-gallery-2-cols .image-gallery-element:nth-of-type(2) {
  margin-top: 0;
}
.image-gallery-2-cols .image-gallery-element:nth-of-type(2n) {
  margin-left: 1.875rem;
}
.image-gallery-3-cols .image-gallery-element {
  width: calc(33.3333333333% - 1.25rem - 1px);
  margin-top: 1.875rem;
  margin-left: 1.875rem;
}
.image-gallery-3-cols .image-gallery-element:nth-of-type(1), .image-gallery-3-cols .image-gallery-element:nth-of-type(2), .image-gallery-3-cols .image-gallery-element:nth-of-type(3) {
  margin-top: 0;
}
.image-gallery-3-cols .image-gallery-element:nth-of-type(3n + 1) {
  margin-left: 0;
}

.mfp-title {
  font-size: 1.25rem;
  line-height: 2.1875rem;
}

@media (max-width: 1024px) {
  .image-gallery-3-cols .image-gallery-element {
    width: calc(50% - 0.9375rem - 1px);
  }
  .image-gallery-3-cols .image-gallery-element:nth-child(n) {
    margin-left: 0;
  }
  .image-gallery-3-cols .image-gallery-element:nth-of-type(2n) {
    margin-left: 1.875rem;
  }
  .image-gallery-3-cols .image-gallery-element:nth-child(n+3) {
    margin-top: 1.875rem;
  }
}
@media (max-width: 768px) {
  .image-gallery-2-cols .image-gallery-element, .image-gallery-3-cols .image-gallery-element {
    width: 100%;
  }
  .image-gallery-2-cols .image-gallery-element:nth-child(n), .image-gallery-3-cols .image-gallery-element:nth-child(n) {
    margin-left: 0;
  }
  .image-gallery-2-cols .image-gallery-element:nth-child(n+2), .image-gallery-3-cols .image-gallery-element:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}
.flip-tile {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 77%;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.flip-tile.premium .flip-tile-front-side::after,
.flip-tile.premium .flip-tile-back-side::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-family: "iconfont", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.flip-tile.premium .flip-tile-back-side::after {
  color: #00afeb;
}
.flip-tile-flipper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(0) scale(1.00001);
          transform: translateZ(0) scale(1.00001);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.flip-tile-icon {
  position: absolute;
  overflow: hidden;
}
.flip-tile-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flip-tile-icon + .flip-tile-front-side-content {
  bottom: 1.5rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.flip-tile-front-side, .flip-tile-back-side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
}
.flip-tile-front-side {
  background-color: #00afeb;
}
.flip-tile-front-side .flip-tile-icon {
  top: 2.5rem;
  left: 36%;
  width: 28%;
  height: 37%;
  text-align: center;
}
.flip-tile-front-side-content {
  position: absolute;
  right: 3.75rem;
  bottom: 50%;
  left: 3.75rem;
  height: 5rem;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  text-align: center;
}
.flip-tile-front-side-content * {
  color: #fff;
}
.flip-tile-back-side {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: #241d38;
}
.flip-tile-back-side .flip-tile-icon {
  top: 0.625rem;
  right: 0.625rem;
  width: 13%;
  height: 20%;
  text-align: center;
}
.flip-tile-back-side-content {
  position: absolute;
  top: 3.125rem;
  right: 3.4375rem;
  bottom: 3.125rem;
  left: 3.4375rem;
  overflow: hidden;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
  text-align: center;
}
.flip-tile-back-side-content * {
  color: #fff;
}
.flip-tile-back-side-content p {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flip-tile:hover .flip-tile-flipper {
  -webkit-transform: translateZ(0) rotateY(180deg);
          transform: translateZ(0) rotateY(180deg);
}
.flip-tile h3 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flip-tile-mobile .flip-tile-front-side {
  z-index: 2;
}
.flip-tile-mobile .flip-tile-back-side {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.flip-tile-mobile:hover .flip-tile-flipper {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.flip-tile-internet-explorer .flip-tile-front-side {
  z-index: 2;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.flip-tile-internet-explorer .flip-tile-back-side {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.flip-tile-internet-explorer:hover .flip-tile-flipper {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.flip-tile-internet-explorer:hover .flip-tile-front-side {
  opacity: 0;
  pointer-events: none;
}

.fullwidth-element-background-primary .flip-tile.premium .flip-tile-back-side::after {
  color: #241d38;
}
.fullwidth-element-background-primary .flip-tile-back-side {
  background-color: #fff;
}
.fullwidth-element-background-primary .flip-tile-back-side-content * {
  color: #241d38;
}

.fullwidth-element-background-secondary .flip-tile.premium .flip-tile-front-side::after {
  color: #00afeb;
}
.fullwidth-element-background-secondary .flip-tile.premium .flip-tile-back-side::after {
  color: #241d38;
}
.fullwidth-element-background-secondary .flip-tile-front-side {
  background-color: #241d38;
}
.fullwidth-element-background-secondary .flip-tile-front-side-content * {
  color: #fff;
}
.fullwidth-element-background-secondary .flip-tile-back-side {
  background-color: #fff;
}
.fullwidth-element-background-secondary .flip-tile-back-side-content * {
  color: #241d38;
}

.toggle + .toggle {
  margin-top: 0.5rem;
}
.toggle-head {
  position: relative;
  padding: 0.5rem 4.5rem 0.5rem 2.25rem;
  border: 3px solid #241d38;
  color: #241d38;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.toggle-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "iconfont", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.toggle-head h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.toggle-head:hover {
  color: #fff;
  background-color: #241d38;
}
.toggle-head:hover * {
  color: #fff;
}
.toggle-body {
  padding: 30px 0;
}
.toggle-body > * + * {
  margin-top: 30px;
}
.toggle-foot {
  position: relative;
  display: none;
  width: 100%;
  padding: 0;
  margin-top: 7.5rem;
  border: 0;
  border-bottom: 3px solid #241d38;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.toggle-foot::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: 0.3125rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: "iconfont", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.toggle.opened .toggle-head::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.toggle.opened .toggle-foot {
  display: block;
}

.fullwidth-element-background-primary .toggle-head {
  border-color: #00afeb;
  color: #fff;
}
.fullwidth-element-background-primary .toggle-head:hover {
  color: #fff;
  background-color: #00afeb;
}
.fullwidth-element-background-primary .toggle-head:hover * {
  color: #fff;
}
.fullwidth-element-background-primary .toggle-head:hover::after {
  color: #fff;
}
.fullwidth-element-background-primary .toggle-head::after {
  color: #00afeb;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.fullwidth-element-background-primary .toggle-foot {
  border-color: #00afeb;
}
.fullwidth-element-background-primary .toggle-foot::after {
  color: #00afeb;
}

.fullwidth-element-background-secondary .toggle-head {
  border-color: #fff;
  color: #fff;
}
.fullwidth-element-background-secondary .toggle-head:hover {
  color: #00afeb;
  background-color: #fff;
}
.fullwidth-element-background-secondary .toggle-head:hover * {
  color: #00afeb;
}
.fullwidth-element-background-secondary .toggle-foot {
  border-color: #fff;
}

.download-tile {
  position: relative;
  display: block;
  padding: 8.125rem 3rem 3rem;
  border: 3px solid rgba(36, 29, 56, 0.5);
  overflow: hidden;
  font-size: 1.5625rem;
  line-height: 2.375rem;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.download-tile.premium::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #241d38;
  font-family: "iconfont", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.download-tile::before {
  content: "";
  position: absolute;
  top: 3.125rem;
  right: 3rem;
  left: 3rem;
  color: #241d38;
  font-family: "iconfont", sans-serif;
  font-size: 3.75rem;
  font-weight: 300;
}
.download-tile:hover {
  border-color: #241d38;
}

.fullwidth-element-background-primary .download-tile.premium::after {
  color: #00afeb;
}
.fullwidth-element-background-primary .download-tile {
  border-color: rgba(0, 175, 235, 0.5);
}
.fullwidth-element-background-primary .download-tile::before {
  color: #00afeb;
}
.fullwidth-element-background-primary .download-tile:hover {
  border-color: #00afeb;
}

.fullwidth-element-background-secondary .download-tile.premium::after {
  color: #fff;
}
.fullwidth-element-background-secondary .download-tile {
  border-color: rgba(255, 255, 255, 0.5);
}
.fullwidth-element-background-secondary .download-tile::before {
  color: #fff;
}
.fullwidth-element-background-secondary .download-tile:hover {
  border-color: white;
}

.video-teaser {
  position: relative;
  cursor: pointer;
}
.video-teaser.premium a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 3;
  color: #fff;
  font-family: "iconfont", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.video-teaser a,
.video-teaser img {
  display: block;
}
.video-teaser::before, .video-teaser::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.video-teaser::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(36, 29, 56, 0.5);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video-teaser::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: "iconfont", sans-serif;
  font-size: 4.375rem;
  font-weight: 300;
}
.video-teaser:hover::before {
  opacity: 0.5;
}

.video-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 145px);
  max-height: 56.25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  background-color: #241d38;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.video-header-preview-loop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.video-header-preview-loop video {
  position: absolute;
  top: -10000px;
  right: -10000px;
  bottom: -10000px;
  left: -10000px;
  z-index: 3;
  width: auto;
  min-width: 200%;
  max-width: none;
  height: auto;
  min-height: 200%;
  max-height: none;
  margin: auto auto;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video-header-play-button {
  position: relative;
  z-index: 6;
  display: block;
}
.video-header-play-button::after {
  content: "";
  display: block;
  margin-left: 1.0625rem;
  color: #241d38;
  font-family: "iconfont", sans-serif;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: 1;
}
.video-header-play-button-brand-primary::after {
  color: #241d38;
}
.video-header-play-button-brand-secondary::after {
  color: #00afeb;
}
.video-header-play-button-grey::after {
  color: #f4f3f4;
}
.video-header .content-wrap {
  position: relative;
  z-index: 5;
  margin: 2.8125rem 0 3.75rem 0;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video-header .content-wrap * {
  color: #241d38;
}
.video-header .content-wrap h1,
.video-header .content-wrap h2 {
  font-size: 7.5rem;
  line-height: 8.125rem;
}
.video-header .content-wrap span[style="color:#241d38"],
.video-header .content-wrap span[style="color:#241d38"] > * {
  color: #241d38;
}
.video-header .content-wrap span[style="color:#00afeb"],
.video-header .content-wrap span[style="color:#00afeb"] > * {
  color: #00afeb;
}
.video-header .content-wrap span[style="color:#f4f3f4"] > * {
  color: #f4f3f4;
}
.video-header .content-wrap span[style="color:#ffffff"] > * {
  color: #fff;
}
.video-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(36, 29, 56, 0.5);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.video-header.no-interaction::before {
  display: none;
}
.video-header-brand-primary::before {
  background-color: rgba(36, 29, 56, 0.5);
}
.video-header-brand-secondary::before {
  background-color: rgba(0, 175, 235, 0.25);
}
.video-header-grey::before {
  background-color: rgba(244, 243, 244, 0.25);
}

@media (max-width: 1280px) {
  .video-header-play-button::after {
    font-size: 6.25rem;
  }
  .video-header .content-wrap h2 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
}
@media (max-width: 1024px) {
  .video-header {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 768px) {
  .video-header {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 840px), (max-height: 720px) {
  .video-header-play-button::after {
    font-size: 6.25rem;
  }
  .video-header .content-wrap {
    margin-top: 1.875rem;
  }
  .video-header .content-wrap h2 {
    font-size: 4.6875rem;
    line-height: 5.625rem;
  }
}
@media (max-width: 640px), (max-height: 440px) {
  .video-header-play-button::after {
    font-size: 5rem;
  }
  .video-header .content-wrap {
    margin: 1.25rem 0 1.875rem 0;
  }
  .video-header .content-wrap h2 {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }
}
@media (max-width: 480px) {
  .video-header-play-button::after {
    font-size: 3.75rem;
  }
  .video-header .content-wrap {
    margin: 1.25rem 0 2.5rem 0;
  }
  .video-header .content-wrap h2 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}
@media (max-width: 370px) {
  .video-header .content-wrap {
    margin: 1.25rem 0 1.875rem 0;
  }
  .video-header .content-wrap h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
.container-2-cols-with-overlapping-image {
  position: relative;
  width: 100%;
  padding: 6.25rem 0;
  overflow: hidden;
  background-color: #fff;
}
.container-2-cols-with-overlapping-image .content-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}
.container-2-cols-with-overlapping-image .grid {
  min-height: 360px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.container-2-cols-with-overlapping-image .column {
  position: relative;
}
.container-2-cols-with-overlapping-image .overlapping-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container-2-cols-with-overlapping-image .overlapping-image .overlapping-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 9.375rem;
}
.container-2-cols-with-overlapping-image .overlapping-image .overlapping-image-container img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
}
.container-2-cols-with-overlapping-image .overlapping-image .overlapping-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 50%;
  -webkit-transform: translate(-80%, -40%) rotate(30deg);
      -ms-transform: translate(-80%, -40%) rotate(30deg);
          transform: translate(-80%, -40%) rotate(30deg);
  background-color: #fff;
}
.container-2-cols-with-overlapping-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 31.25%;
  z-index: 1;
  background-color: #f4f3f4;
}
.container-2-cols-with-overlapping-image-color-primary {
  color: #fff;
}
.container-2-cols-with-overlapping-image-color-primary::after {
  background-color: #241d38;
}
.container-2-cols-with-overlapping-image-color-secondary {
  color: #fff;
}
.container-2-cols-with-overlapping-image-color-secondary::after {
  background-color: #00afeb;
}
.container-2-cols-with-overlapping-image-color-grey::after {
  background-color: #f4f3f4;
}

@media (max-width: 768px) {
  .container-2-cols-with-overlapping-image {
    padding: 3.125rem 0;
  }
  .container-2-cols-with-overlapping-image .grid .column {
    margin-top: 0;
  }
  .container-2-cols-with-overlapping-image .overlapping-image {
    display: none;
  }
  .container-2-cols-with-overlapping-image::after {
    left: 0;
  }
}
.container-narrow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container-narrow-content .content {
  width: 1020px;
}
.container-narrow-content .content > * + * {
  margin-top: 30px;
}

.contact-entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-entity-headline {
  width: 100%;
  margin-bottom: 1.875rem;
}
.contact-entity-image {
  width: 35%;
}
.contact-entity-image + .contact-entity-text {
  width: calc(65% - 1.875rem - 1px);
  margin-left: 1.875rem;
}
.contact-entity-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.contact-entity-text > * + * {
  margin-top: 1.5625rem;
}
.contact-entity-text h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.contact-entity-text p a {
  color: #00afeb;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.contact-entity-text p a:hover {
  color: #241d38;
}

.fullwidth-element-background-primary .contact-entity-text p a:hover {
  color: #fff;
}

.fullwidth-element-background-secondary .contact-entity-text p a {
  color: #241d38;
}
.fullwidth-element-background-secondary .contact-entity-text p a:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .contact-entity-image {
    width: 100%;
  }
  .contact-entity-image + .contact-entity-text {
    width: 80%;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .contact-entity-image {
    width: 210px;
  }
  .contact-entity-image + .contact-entity-text {
    width: calc(100% - 30px - 210px);
    margin-top: 0;
    margin-left: 30px;
  }
  .contact-entity-image + .contact-entity-text h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 560px) {
  .contact-entity-image {
    width: 100%;
  }
  .contact-entity-image + .contact-entity-text {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .contact-entity-image + .contact-entity-text h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
header.scrolled + main .container-arrow {
  min-height: calc(100vh - 90px);
}

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

.container-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: calc(100vh - 145px);
}
.container-arrow figure {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.container-arrow img {
  position: absolute;
  top: -10000px;
  right: -10000px;
  bottom: -10000px;
  left: -10000px;
  width: auto;
  min-width: 200%;
  max-width: none;
  height: auto;
  min-height: 200%;
  max-height: none;
  margin: auto;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.container-arrow .content {
  position: relative;
  max-width: calc(585px);
  padding: 5.625rem 0;
}
.container-arrow .content::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
}
.container-arrow .content > * + * {
  margin-top: 1.875rem;
}
.container-arrow.image-left .content {
  padding-left: 3.125rem;
  margin-right: 1.875rem;
}
.container-arrow.image-left .content::before {
  right: calc(100% - 1px);
}
.container-arrow.image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.container-arrow.image-right .content {
  padding-right: 50px;
  margin-left: 30px;
}
.container-arrow.image-right .content::before {
  left: calc(100% - 1px);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.container-arrow-background-white {
  color: #241d38;
  background-color: #fff;
}
.container-arrow-background-white * {
  color: #241d38;
}
.container-arrow-background-white .content::before {
  background-image: url(../img/arrow-bg-white.svg);
}
.container-arrow-background-primary {
  color: #fff;
  background-color: #241d38;
}
.container-arrow-background-primary * {
  color: #fff;
}
.container-arrow-background-primary .content::before {
  background-image: url(../img/arrow-bg-primary.svg);
}
.container-arrow-background-primary ul li::before,
.container-arrow-background-primary ol li::before {
  color: #00afeb !important;
}
.container-arrow-background-primary ul a::before,
.container-arrow-background-primary ol a::before {
  color: #00afeb !important;
}
.container-arrow-background-secondary {
  color: #fff;
  background-color: #00afeb;
}
.container-arrow-background-secondary * {
  color: #fff;
}
.container-arrow-background-secondary .content::before {
  background-image: url(../img/arrow-bg-secondary.svg);
}
.container-arrow-background-secondary ul li::before,
.container-arrow-background-secondary ol li::before {
  color: #fff !important;
}
.container-arrow-background-secondary ul a::before,
.container-arrow-background-secondary ol a::before {
  color: #fff !important;
}
.container-arrow-background-grey {
  color: #241d38;
  background-color: #f4f3f4;
}
.container-arrow-background-grey * {
  color: #241d38;
}
.container-arrow-background-grey .content::before {
  background-image: url(../img/arrow-bg-grey.svg);
}

@media (max-width: 1024px) {
  header.scrolled + main .container-arrow {
    min-height: auto;
  }

  .container-arrow {
    min-height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-arrow figure {
    display: none;
  }
  .container-arrow.image-left .content, .container-arrow.image-right .content {
    width: 100%;
    max-width: none;
    padding: 4.375rem 1.875rem;
    margin: 0;
  }
  .container-arrow.image-left .content::before, .container-arrow.image-right .content::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .container-arrow.image-left .content, .container-arrow.imgae-right .content {
    padding: 3.125rem 1.875rem;
  }
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) {
  position: relative;
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) .wrapper-for-container {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -o-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) .wrapper-for-container:not(:first-of-type) {
  opacity: 0;
  visibility: hidden;
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) .wrapper-for-container:not(:first-of-type) .container-arrow.image-left figure {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) .wrapper-for-container:not(:first-of-type) .container-arrow.image-left .content {
  -webkit-transform: translateX(160%);
      -ms-transform: translateX(160%);
          transform: translateX(160%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) .wrapper-for-container:not(:first-of-type) .container-arrow.image-right figure {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) .wrapper-for-container:not(:first-of-type) .container-arrow.image-right .content {
  -webkit-transform: translateX(-160%);
      -ms-transform: translateX(-160%);
          transform: translateX(-160%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) .wrapper-for-container:not(:first-of-type).active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0s 0s;
  -o-transition: opacity 0.5s, visibility 0s 0s;
  transition: opacity 0.5s, visibility 0s 0s;
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) .wrapper-for-container:not(:first-of-type).active .container-arrow figure {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.container-with-arrow-slider:not(.container-with-arrow-slider-internet-explorer) .wrapper-for-container:not(:first-of-type).active .container-arrow .content {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 1024px) {
  .container-with-arrow-slider .wrapper-for-container {
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .container-with-arrow-slider .wrapper-for-container:not(:first-of-type) {
    opacity: 1;
    visibility: visible;
  }
  .container-with-arrow-slider .wrapper-for-container:not(:first-of-type) .container-arrow.image-left .content,
.container-with-arrow-slider .wrapper-for-container:not(:first-of-type) .container-arrow.image-right .content {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.event-list .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 3px solid #241d38;
}
.event-list .event.premium .date::before {
  content: "";
  display: inline-block;
  color: #fff;
  font-family: "iconfont", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.event-list .event + .event {
  margin-top: 1.875rem;
}
.event-list .content {
  padding-right: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.event-list .content h3 a {
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.event-list .content h3 a:hover {
  color: #241d38;
}
.event-list .content h3 + h3 {
  font-size: 1.25rem;
  font-weight: 300;
}
.event-list .details {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.event-list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-list .info + * {
  margin-top: 0.4375rem;
}
.event-list .date {
  width: 16.25rem;
  margin-right: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #241d38;
}
.event-list .date p {
  display: inline-block;
}
.event-list .date,
.event-list .teaser {
  line-height: 1.2;
}

@media (max-width: 768px) {
  .event-list .event {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event-list .content {
    width: 100%;
    padding-right: 0;
  }
  .event-list .details {
    margin-top: 1.25rem;
  }
  .event-list .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event-list .date {
    margin-right: 0;
  }
  .event-list .teaser {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 680px) {
  .event-list .content h3 + h3 {
    margin-top: 5px;
  }
}
.press-release-list .select-wrapper {
  padding-right: 0;
  margin-bottom: 3.75rem;
}
.press-release-list .select-wrapper select option {
  color: #241d38;
}
.press-release-list .select-wrapper .minict_wrapper.active span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.press-release-list .select-wrapper .minict_wrapper span {
  display: block;
  padding: 0.3125rem 0.625rem;
  padding-right: 40px;
  font-size: 25px;
  line-height: 1.3;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.press-release-list .select-wrapper .minict_wrapper span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  font-family: "iconfont", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.press-release-list .select-wrapper .minict_wrapper ul {
  top: calc(100% + 3px);
  right: 3px;
  left: -3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 3px;
  border: 3px solid #241d38;
  background-color: #fff;
}
.press-release-list .select-wrapper .minict_wrapper ul li {
  padding: 5px 20px;
  font-size: 18px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.press-release-list .select-wrapper .minict_wrapper ul li:hover {
  background-color: rgba(36, 29, 56, 0.3);
}
.press-release-list .select-wrapper .minict_wrapper ul li.selected, .press-release-list .select-wrapper .minict_wrapper ul li.highlighted {
  color: #fff;
  background-color: #241d38;
}
.press-release-list .press-release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 3px solid #241d38;
}
.press-release-list .press-release.premium .date::before {
  content: "";
  display: inline-block;
  color: #241d38;
  font-family: "iconfont", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.press-release-list .press-release + .press-release {
  margin-top: 1.875rem;
}
.press-release-list .content {
  padding-right: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.press-release-list .content .date p {
  display: inline-block;
}
.press-release-list .content h3 a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.press-release-list .content h3 a:hover {
  color: #00afeb;
}
.press-release-list .content ul li + li {
  margin-top: 0;
}
.press-release-list .details {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.fullwidth-element-background-primary .press-release-list .select-wrapper {
  border-bottom-color: #fff;
}
.fullwidth-element-background-primary .press-release-list .press-release.premium .date::before {
  color: #00afeb;
}
.fullwidth-element-background-primary .press-release-list .press-release {
  border-bottom-color: #00afeb;
}

.fullwidth-element-background-secondary .press-release-list .select-wrapper {
  border-bottom-color: #241d38;
}
.fullwidth-element-background-secondary .press-release-list .select-wrapper .minict_wrapper > span {
  color: #241d38;
}
.fullwidth-element-background-secondary .press-release-list .press-release.premium .date::before {
  color: #fff;
}
.fullwidth-element-background-secondary .press-release-list .press-release {
  border-bottom-color: #241d38;
}
.fullwidth-element-background-secondary .press-release-list .content h3 a:hover {
  color: #241d38;
}

@media (max-width: 560px) {
  .press-release-list .press-release {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .press-release-list .content {
    width: 100%;
    padding-right: 0;
  }
  .press-release-list .details {
    margin-top: 1.25rem;
  }
}
.news-teaser-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: perspective(1000px) rotateX(0) rotateY(0);
          transform: perspective(1000px) rotateX(0) rotateY(0);
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
}
.news-teaser-tile.premium::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: #fff;
  font-family: "iconfont", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.news-teaser-tile figure {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-teaser-tile figure::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 70px;
  height: 125px;
  border-top: 45px solid #f4f3f4;
  border-right: 25px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 45px solid #f4f3f4;
}
.news-teaser-tile figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.news-teaser-tile .content {
  padding: 1.5625rem 2.5rem 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: #00afeb;
}
.news-teaser-tile .content * {
  color: #fff;
}
.news-teaser-tile .content p {
  margin-top: 0.625rem;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 680px) {
  .news-teaser-tile .content .h4 {
    line-height: 1.3;
  }
  .news-teaser-tile .content p {
    line-height: 1.3;
  }
}

.fullwidth-element-background-white .news-teaser-tile figure::before {
  border-top-color: #fff;
  border-left-color: #fff;
}

.fullwidth-element-background-primary .news-teaser-tile figure::before {
  border-top-color: #241d38;
  border-left-color: #241d38;
}

.fullwidth-element-background-secondary .news-teaser-tile.premium::after {
  color: #241d38;
}
.fullwidth-element-background-secondary .news-teaser-tile figure::before {
  border-top-color: #00afeb;
  border-left-color: #00afeb;
}
.fullwidth-element-background-secondary .news-teaser-tile .content {
  background-color: #fff;
}
.fullwidth-element-background-secondary .news-teaser-tile .content * {
  color: #241d38;
}

.news-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-preview .news-teaser-tile {
  width: calc(33.3333333333% - 1.25rem);
  margin-right: 1.875rem;
}
.news-preview .news-teaser-tile:nth-child(3n) {
  margin-right: 0;
}
.news-preview .news-teaser-tile:nth-child(n+4) {
  margin-top: 3.125rem;
}

@media (max-width: 1024px) {
  .news-preview {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-preview .news-teaser-tile {
    width: calc(50% - 0.9375rem - 1px);
  }
  .news-preview .news-teaser-tile:nth-child(odd) {
    margin-right: 1.875rem;
  }
  .news-preview .news-teaser-tile:nth-child(even) {
    margin-right: 0;
  }
  .news-preview .news-teaser-tile:nth-child(n+3) {
    margin-top: 3.125rem;
  }
}
@media (max-width: 680px) {
  .news-preview .news-teaser-tile {
    width: 100%;
  }
  .news-preview .news-teaser-tile:nth-child(n) {
    margin-right: 0;
  }
  .news-preview .news-teaser-tile:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}
.news-preview-slider {
  position: relative;
}
.news-preview-slider .swiper-container {
  width: calc(100% + 1.875rem);
  margin-left: -0.9375rem;
}
.news-preview-slider .swiper-button-prev,
.news-preview-slider .swiper-button-next {
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  outline: none;
}
.news-preview-slider .swiper-button-prev {
  left: -50px;
  background-image: url(../img/icon-triangle-left-primary.svg);
}
.news-preview-slider .swiper-button-next {
  right: -50px;
  background-image: url(../img/icon-triangle-right-primary.svg);
}
.news-preview-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-preview-slider .news-teaser-tile {
  padding-bottom: 10px;
  margin: 0 0.9375rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fullwidth-element-background-primary .news-preview-slider .swiper-button-prev {
  background-image: url(../img/icon-triangle-left-white.svg);
}
.fullwidth-element-background-primary .news-preview-slider .swiper-button-next {
  background-image: url(../img/icon-triangle-right-white.svg);
}

.fullwidth-element-background-secondary .news-preview-slider .swiper-button-prev {
  background-image: url(../img/icon-triangle-left-white.svg);
}
.fullwidth-element-background-secondary .news-preview-slider .swiper-button-next {
  background-image: url(../img/icon-triangle-right-white.svg);
}

@media (max-width: 1300px) {
  .news-preview-slider .swiper-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-preview-slider .swiper-button-prev {
    left: -15px;
  }
  .news-preview-slider .swiper-button-next {
    right: -15px;
  }
}
@media (max-width: 950px) {
  .news-preview-slider .swiper-container {
    width: 100%;
    margin-left: 0;
  }
  .news-preview-slider .swiper-button-prev {
    left: 0;
  }
  .news-preview-slider .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 560px) {
  .news-preview-slider .swiper-button-prev,
.news-preview-slider .swiper-button-next {
    width: 23px;
    height: 26px;
    background-size: 23px 26px;
  }
  .news-preview-slider .swiper-button-prev {
    left: -20px;
  }
  .news-preview-slider .swiper-button-next {
    right: -20px;
  }
}
.parallax-container {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #00afeb;
  background-image: url(../img/parallax-bg-purple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2900px;
  -webkit-transition: background-position linear;
  -o-transition: background-position linear;
  transition: background-position linear;
}
.parallax-container .parallax-container-two {
  padding: 3.75rem 0 10.625rem;
  background-image: url(../img/parallax-bg-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2900px;
  -webkit-transition: background-position linear;
  -o-transition: background-position linear;
  transition: background-position linear;
}
.parallax-container .text-element p a {
  color: #fff;
}
.parallax-container .text-element p a:hover {
  color: #241d38;
}

@media (max-width: 768px) {
  .parallax-container .parallax-container-two {
    padding: 3.125rem 0;
  }
}
.table-container {
  width: 100%;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
}
.table-container table td {
  padding: 0.625rem 1.875rem;
  line-height: 1.6;
  vertical-align: top;
}
.table-container-normal table {
  width: 100%;
}
.table-container-flexible-width table {
  width: auto;
}
.table-container-header-top tr td {
  min-width: 12.5rem;
}
.table-container-header-top tr:first-child td {
  padding-bottom: 0;
}
.table-container-header-top tr:first-child td::after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  margin-top: 3px;
  margin-left: -20px;
  border-bottom: 3px solid #241d38;
}
.table-container-header-left tr td {
  min-width: 12.5rem;
}
.table-container-header-left tr td:first-child {
  position: relative;
  min-width: auto;
}
.table-container-header-left tr td:first-child::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 0;
  display: block;
  width: 3px;
  height: 76%;
  background-color: #241d38;
}

.fullwidth-element-background-primary .table-container-header-top tr:first-child td::after {
  border-bottom-color: #00afeb;
}
.fullwidth-element-background-primary .table-container-header-left tr td:first-child::after {
  background-color: #00afeb;
}

@media (max-width: 1024px) {
  .table-container {
    overflow-x: scroll;
  }
}
.date-category-marker {
  font-weight: 600;
}
.date-category-marker.premium .date {
  margin-left: 4.6875rem;
}
.date-category-marker.premium .date::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -4.6875rem;
  color: #241d38;
  font-family: "iconfont", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
.date-category-marker .category {
  color: #00afeb;
}
.date-category-marker .date {
  position: relative;
  margin-left: 2.5rem;
  color: #241d38;
}
.date-category-marker .date::before {
  content: "";
  position: absolute;
  top: -0.1875rem;
  left: -2.5rem;
  color: #241d38;
  font-family: "iconfont", sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.iframe-element {
  width: 100%;
  min-height: 60vh;
}

.fullwidth-element .login-element {
  min-height: calc(100vh - 145px);
}

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

.login-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.login-element .column {
  width: 50%;
  padding: 50px 0;
}
.login-element .column .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.login-element .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #241d38;
  background-color: #f4f3f4;
}
.login-element .login * {
  color: #241d38;
}
.login-element .login .content {
  width: 100%;
  max-width: 615px;
  padding: 0 1.875rem;
}
.login-element .login .content .tx-felogin-pi1 > * + * {
  margin-top: 30px;
}
.login-element .login form {
  max-width: 340px;
}
.login-element .login form fieldset > * + * {
  margin-top: 30px;
}
.login-element .login form fieldset .felogin-hidden {
  margin: 0;
}
.login-element .login form legend {
  display: none;
}
.login-element .login form .input {
  position: relative;
}
.login-element .login form .input.mail::before {
  content: "";
}
.login-element .login form .input.password::before {
  content: "";
}
.login-element .login form .input::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: "iconfont", sans-serif;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  background-color: #241d38;
}
.login-element .login form .input label {
  display: none;
}
.login-element .login form .input input {
  width: 100%;
  padding: 5px 0;
  padding-left: 50px;
  border: none;
  border-bottom: 3px solid #241d38;
  font-weight: 300;
  line-height: 1.3;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.login-element .login form .input input::-webkit-input-placeholder {
  color: rgba(36, 29, 56, 0.5);
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.login-element .login form .input input::-moz-placeholder {
  color: rgba(36, 29, 56, 0.5);
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.login-element .login form .input input:-ms-input-placeholder {
  color: rgba(36, 29, 56, 0.5);
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.login-element .login form .input input::-ms-input-placeholder {
  color: rgba(36, 29, 56, 0.5);
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.login-element .login form .input input::placeholder {
  color: rgba(36, 29, 56, 0.5);
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.login-element .login form .checkbox {
  margin-top: 1.25rem;
}
.login-element .login form .checkbox p {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.login-element .login form .checkbox p a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.login-element .login form .checkbox p a:hover {
  color: #00afeb;
}
.login-element .login form .checkbox label {
  display: inline;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
}
.login-element .login form .checkbox input {
  display: none;
  height: auto;
}
.login-element .login form .checkbox input + span {
  position: relative;
  display: inline-block;
  min-height: 1.5625rem;
  padding-left: 2.1875rem;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.1;
}
.login-element .login form .checkbox input + span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 3px solid #241d38;
  text-align: center;
}
.login-element .login form .checkbox input + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-color: #241d38;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.login-element .login form .checkbox input:checked + span::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.login-element .login form input[type=submit] {
  display: inline-block;
  width: 100%;
  padding: 0.3125rem 2.25rem;
  border: 3px solid #241d38;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.login-element .login form input[type=submit]:hover {
  color: #fff;
  background-color: #241d38;
}
.login-element .register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  background-color: #241d38;
}
.login-element .register * {
  color: #00afeb;
}
.login-element .register .content {
  max-width: 1100px;
  padding: 0 1.875rem;
  margin-top: -10%;
  text-align: center;
}
.login-element .register .content .button-list {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .fullwidth-element .login-element {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fullwidth-element .login-element .column {
    width: 100%;
    padding: 30px 0;
  }
  .fullwidth-element .login-element .login .content .tx-felogin-pi1 > * + * {
    margin-top: 10px;
  }
  .fullwidth-element .login-element .register .content {
    margin-top: 0;
  }
}
.login-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 810px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.login-popup .header {
  position: relative;
  padding: 20px 40px 20px 60px;
  color: #fff;
  background-color: #241d38;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.login-popup .header::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  color: #00afeb;
  font-family: "iconfont", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.login-popup .login {
  padding: 50px 20px;
}
.login-popup .login .content .tx-felogin-pi1 > * + * {
  margin-top: 10px;
}
.login-popup .login .content form fieldset > * + * {
  margin-top: 20px;
}
.login-popup .register .content h2 {
  font-size: 35px;
  line-height: 45px;
}
.login-popup .register .content .button-list {
  margin-top: 25px;
}
.login-popup .mfp-close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  background-color: #241d38;
  opacity: 1;
}

@media (max-width: 1024px) {
  .login-popup {
    max-width: 85%;
  }
  .login-popup .mfp-close {
    right: 0;
  }
}
@media (max-width: 680px) {
  .login-popup .login-element {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .login-popup .login-element .column {
    width: 100%;
    padding: 30px 0;
  }
  .login-popup .login-element .register .content {
    margin-top: 0;
  }
}
.tx-powermail h3,
.fake-powermail h3 {
  display: none;
}
.tx-powermail fieldset,
.fake-powermail fieldset {
  width: calc(100% + 30px);
}
.tx-powermail .powermail_legend,
.fake-powermail .powermail_legend {
  display: none;
}
.tx-powermail .powermail_fieldwrap,
.fake-powermail .powermail_fieldwrap {
  margin-top: 1.875rem;
  margin-right: 50px;
}
.tx-powermail .powermail_fieldwrap a,
.fake-powermail .powermail_fieldwrap a {
  text-decoration: underline;
}
.tx-powermail .powermail_fieldwrap .powermail_label,
.fake-powermail .powermail_fieldwrap .powermail_label {
  display: block;
  max-width: 800px;
  font-size: 18px;
  font-weight: 600;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_file,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_file {
  background-color: #f4f3f4;
  padding: 0.9375rem 1.25rem;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_text,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_text {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_text + *,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_text + * {
  margin-top: 5px;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input {
  position: relative;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input.js-enabled,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input.js-enabled {
  margin-top: 2.1875rem;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input label,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input label {
  font-size: 15px;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input.focus label.js-enabled,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input.focus label.js-enabled {
  bottom: 30px;
  margin-top: 0;
  font-size: 15px;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input label.js-enabled,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input label.js-enabled {
  position: absolute;
  left: 0;
  bottom: 3px;
  font-size: 18px;
  -webkit-transition: bottom 0.3s, font-size 0.3s;
  -o-transition: bottom 0.3s, font-size 0.3s;
  transition: bottom 0.3s, font-size 0.3s;
  pointer-events: none;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_dataprotection span,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_dataprotection span {
  font-size: 15px;
  line-height: 20px;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input, .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_select, .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_country,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_select,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_country {
  display: inline-block;
  width: calc(50% - 50px - 1px);
}
.tx-powermail .powermail_input,
.tx-powermail .powermail_select,
.tx-powermail .powermail_country,
.tx-powermail .powermail_captcha,
.tx-powermail .powermail_textarea,
.fake-powermail .powermail_input,
.fake-powermail .powermail_select,
.fake-powermail .powermail_country,
.fake-powermail .powermail_captcha,
.fake-powermail .powermail_textarea {
  border: none;
  background-color: transparent;
  padding: 0.75rem;
  width: 100%;
  max-width: 800px;
}
.tx-powermail .powermail_input:focus,
.tx-powermail .powermail_select:focus,
.tx-powermail .powermail_country:focus,
.tx-powermail .powermail_captcha:focus,
.tx-powermail .powermail_textarea:focus,
.fake-powermail .powermail_input:focus,
.fake-powermail .powermail_select:focus,
.fake-powermail .powermail_country:focus,
.fake-powermail .powermail_captcha:focus,
.fake-powermail .powermail_textarea:focus {
  outline: 0 none;
}
.tx-powermail .powermail_input::-ms-clear,
.tx-powermail .powermail_select::-ms-clear,
.tx-powermail .powermail_country::-ms-clear,
.tx-powermail .powermail_captcha::-ms-clear,
.tx-powermail .powermail_textarea::-ms-clear,
.fake-powermail .powermail_input::-ms-clear,
.fake-powermail .powermail_select::-ms-clear,
.fake-powermail .powermail_country::-ms-clear,
.fake-powermail .powermail_captcha::-ms-clear,
.fake-powermail .powermail_textarea::-ms-clear {
  display: none;
}
.tx-powermail .powermail_input,
.tx-powermail .powermail_captcha,
.fake-powermail .powermail_input,
.fake-powermail .powermail_captcha {
  padding: 5px 0;
  line-height: 1.3;
  border-bottom: 3px solid #241d38;
  border-radius: 0;
  font-weight: 300;
}
.tx-powermail ::-webkit-input-placeholder, .fake-powermail ::-webkit-input-placeholder {
  color: transparent;
}
.tx-powermail ::-moz-placeholder, .fake-powermail ::-moz-placeholder {
  color: transparent;
}
.tx-powermail :-ms-input-placeholder, .fake-powermail :-ms-input-placeholder {
  color: transparent;
}
.tx-powermail ::-ms-input-placeholder, .fake-powermail ::-ms-input-placeholder {
  color: transparent;
}
.tx-powermail ::placeholder,
.fake-powermail ::placeholder {
  color: transparent;
}
.tx-powermail .powermail_textarea,
.fake-powermail .powermail_textarea {
  max-width: 100%;
  border-radius: 0;
  border: 3px solid #241d38;
}
.tx-powermail .powermail_select-wrapper,
.tx-powermail .powermail_country-wrapper,
.fake-powermail .powermail_select-wrapper,
.fake-powermail .powermail_country-wrapper {
  position: relative;
  max-width: 800px;
  border: 3px solid #241d38;
}
.tx-powermail .powermail_select-wrapper .powermail_select,
.tx-powermail .powermail_select-wrapper .powermail_country,
.tx-powermail .powermail_country-wrapper .powermail_select,
.tx-powermail .powermail_country-wrapper .powermail_country,
.fake-powermail .powermail_select-wrapper .powermail_select,
.fake-powermail .powermail_select-wrapper .powermail_country,
.fake-powermail .powermail_country-wrapper .powermail_select,
.fake-powermail .powermail_country-wrapper .powermail_country {
  padding: 0.3125rem 0.9375rem;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  line-height: 1.3;
  cursor: pointer;
}
.tx-powermail .powermail_select-wrapper .minict_wrapper.active span,
.tx-powermail .powermail_country-wrapper .minict_wrapper.active span,
.fake-powermail .powermail_select-wrapper .minict_wrapper.active span,
.fake-powermail .powermail_country-wrapper .minict_wrapper.active span {
  color: #fff;
  background-color: #241d38;
}
.tx-powermail .powermail_select-wrapper .minict_wrapper.active span::after,
.tx-powermail .powermail_country-wrapper .minict_wrapper.active span::after,
.fake-powermail .powermail_select-wrapper .minict_wrapper.active span::after,
.fake-powermail .powermail_country-wrapper .minict_wrapper.active span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.tx-powermail .powermail_select-wrapper .minict_wrapper span,
.tx-powermail .powermail_country-wrapper .minict_wrapper span,
.fake-powermail .powermail_select-wrapper .minict_wrapper span,
.fake-powermail .powermail_country-wrapper .minict_wrapper span {
  display: block;
  padding: 0.3125rem 0.9375rem;
  font-size: 18px;
  line-height: 1.3;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.tx-powermail .powermail_select-wrapper .minict_wrapper span:hover,
.tx-powermail .powermail_country-wrapper .minict_wrapper span:hover,
.fake-powermail .powermail_select-wrapper .minict_wrapper span:hover,
.fake-powermail .powermail_country-wrapper .minict_wrapper span:hover {
  color: #fff;
  background-color: #241d38;
}
.tx-powermail .powermail_select-wrapper .minict_wrapper span::after,
.tx-powermail .powermail_country-wrapper .minict_wrapper span::after,
.fake-powermail .powermail_select-wrapper .minict_wrapper span::after,
.fake-powermail .powermail_country-wrapper .minict_wrapper span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "iconfont", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.tx-powermail .powermail_select-wrapper .minict_wrapper ul,
.tx-powermail .powermail_country-wrapper .minict_wrapper ul,
.fake-powermail .powermail_select-wrapper .minict_wrapper ul,
.fake-powermail .powermail_country-wrapper .minict_wrapper ul {
  top: calc(100% + 3px);
  left: -3px;
  right: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 3px;
  border: 3px solid #241d38;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
}
.tx-powermail .powermail_select-wrapper .minict_wrapper ul li,
.tx-powermail .powermail_country-wrapper .minict_wrapper ul li,
.fake-powermail .powermail_select-wrapper .minict_wrapper ul li,
.fake-powermail .powermail_country-wrapper .minict_wrapper ul li {
  padding: 5px 20px;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tx-powermail .powermail_select-wrapper .minict_wrapper ul li:hover,
.tx-powermail .powermail_country-wrapper .minict_wrapper ul li:hover,
.fake-powermail .powermail_select-wrapper .minict_wrapper ul li:hover,
.fake-powermail .powermail_country-wrapper .minict_wrapper ul li:hover {
  background-color: rgba(36, 29, 56, 0.3);
}
.tx-powermail .powermail_select-wrapper .minict_wrapper ul li.selected, .tx-powermail .powermail_select-wrapper .minict_wrapper ul li.highlighted,
.tx-powermail .powermail_country-wrapper .minict_wrapper ul li.selected,
.tx-powermail .powermail_country-wrapper .minict_wrapper ul li.highlighted,
.fake-powermail .powermail_select-wrapper .minict_wrapper ul li.selected,
.fake-powermail .powermail_select-wrapper .minict_wrapper ul li.highlighted,
.fake-powermail .powermail_country-wrapper .minict_wrapper ul li.selected,
.fake-powermail .powermail_country-wrapper .minict_wrapper ul li.highlighted {
  color: #fff;
  background-color: #241d38;
}
.tx-powermail .powermail_select-wrapper .minict_wrapper ul li + li,
.tx-powermail .powermail_country-wrapper .minict_wrapper ul li + li,
.fake-powermail .powermail_select-wrapper .minict_wrapper ul li + li,
.fake-powermail .powermail_country-wrapper .minict_wrapper ul li + li {
  margin-top: 6px;
}
.tx-powermail .powermail_captcha,
.fake-powermail .powermail_captcha {
  display: block;
  max-width: 229px;
  margin-bottom: 0.3125rem;
}
.tx-powermail .powermail_fieldwrap_type_captcha .powermail_field,
.fake-powermail .powermail_fieldwrap_type_captcha .powermail_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tx-powermail .powermail_fieldwrap_type_captcha .powermail_field img,
.fake-powermail .powermail_fieldwrap_type_captcha .powermail_field img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tx-powermail .powermail_fieldwrap_type_captcha .powermail_field input,
.fake-powermail .powermail_fieldwrap_type_captcha .powermail_field input {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.tx-powermail .powermail_submit,
.fake-powermail .powermail_submit {
  padding: 0.875rem 2.25rem;
  margin-top: 0.3125rem;
  background-color: transparent;
  line-height: 1;
  border: 3px solid #241d38;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .tx-powermail .powermail_submit,
.fake-powermail .powermail_submit {
    padding: 0.875rem 1.375rem;
  }
}
.tx-powermail .powermail_submit:hover,
.fake-powermail .powermail_submit:hover {
  color: #fff;
  background-color: #241d38;
  text-decoration: none;
}
.tx-powermail .checkbox,
.tx-powermail .radio,
.fake-powermail .checkbox,
.fake-powermail .radio {
  margin-top: 1.25rem;
}
.tx-powermail .checkbox + .checkbox,
.tx-powermail .checkbox + .radio,
.tx-powermail .radio + .checkbox,
.tx-powermail .radio + .radio,
.fake-powermail .checkbox + .checkbox,
.fake-powermail .checkbox + .radio,
.fake-powermail .radio + .checkbox,
.fake-powermail .radio + .radio {
  margin-top: 0.625rem;
}
.tx-powermail .checkbox label,
.tx-powermail .radio label,
.fake-powermail .checkbox label,
.fake-powermail .radio label {
  text-transform: none;
  display: inline;
  font-weight: 300;
  letter-spacing: normal;
  cursor: pointer;
}
.tx-powermail .checkbox input,
.tx-powermail .radio input,
.fake-powermail .checkbox input,
.fake-powermail .radio input {
  height: auto;
  display: none;
}
.tx-powermail .checkbox input + span,
.tx-powermail .radio input + span,
.fake-powermail .checkbox input + span,
.fake-powermail .radio input + span {
  position: relative;
  display: inline-block;
  padding-left: 2.1875rem;
  min-height: 1.5625rem;
  line-height: 1.1;
  font-family: "Roboto", "Arial", sans-serif;
}
.tx-powermail .checkbox input + span::before,
.tx-powermail .radio input + span::before,
.fake-powermail .checkbox input + span::before,
.fake-powermail .radio input + span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 3px solid #241d38;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.tx-powermail .checkbox input + span::after,
.tx-powermail .radio input + span::after,
.fake-powermail .checkbox input + span::after,
.fake-powermail .radio input + span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #241d38;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tx-powermail .checkbox input:checked + span::after,
.tx-powermail .radio input:checked + span::after,
.fake-powermail .checkbox input:checked + span::after,
.fake-powermail .radio input:checked + span::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.tx-powermail .radio input + span::before, .tx-powermail .radio input + span::after,
.fake-powermail .radio input + span::before,
.fake-powermail .radio input + span::after {
  border-radius: 100%;
}
.tx-powermail .parsley-errors-list,
.fake-powermail .parsley-errors-list {
  position: absolute;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  color: #241d38 !important;
  list-style: none;
  margin-top: 0;
}
.tx-powermail .parsley-errors-list li,
.fake-powermail .parsley-errors-list li {
  font-size: 13px;
  color: #241d38 !important;
}
.tx-powermail .parsley-errors-list li::before,
.fake-powermail .parsley-errors-list li::before {
  display: none;
}

@media (max-width: 1024px) {
  .tx-powermail fieldset,
.fake-powermail fieldset {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap,
.fake-powermail .powermail_fieldwrap {
    margin-right: 0;
  }
  .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input, .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_select, .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_country,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_select,
.fake-powermail .powermail_fieldwrap.powermail_fieldwrap_type_country {
    width: 100%;
    margin-right: 0;
  }
}
.powermail-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000000000000;
  width: 100%;
  max-width: 37.5rem;
  padding: 2.6875rem 1.875rem 1.5625rem 1.875rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.125rem;
  background-color: #00afeb;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
}
.powermail-popup .close-button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.powermail-popup .close-button::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  right: -0.125rem;
  display: inline-block;
  width: 1.375rem;
  height: 0.125rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
.powermail-popup .close-button::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  right: -0.125rem;
  display: inline-block;
  width: 1.375rem;
  height: 0.125rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
.powermail-popup .close-button .invisible {
  display: none;
}

.cc-window.cc-banner .cc-compliance .cc-btn.cc-dismiss {
  display: inline-block;
  padding: 0.3125rem 2.25rem;
  border-width: 3px;
  border-style: solid;
  border-color: #00afeb;
  color: #fff;
  font-family: "Titillium Web", "Roboto", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75;
  background-color: transparent;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.cc-window.cc-banner .cc-compliance .cc-btn.cc-dismiss:hover {
  background-color: #00afeb;
}

.tx-indexedsearch-rules, .tx-indexedsearch-info-sword {
  display: none;
}
.tx-indexedsearch-searchbox form fieldset > legend {
  display: none;
}
.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form {
  display: inline-block;
  margin-right: 20px;
  vertical-align: bottom;
}
.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form label {
  display: block;
}
.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input {
  width: 100%;
  max-width: 800px;
  padding: 12px;
  margin-top: 5px;
  border: none;
  line-height: 1.3;
  background-color: #f4f3f4;
  outline: none;
}
@media screen and (max-width: 560px) {
  .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input {
    padding: 10px;
    font-size: 18px;
  }
}
.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input::-ms-clear {
  display: none;
}
.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit {
  display: inline-block;
}
.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button {
  padding: 12px 18px;
  margin-top: 5px;
  border: none;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  vertical-align: bottom;
  background-color: #241d38;
  border-radius: 0;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 560px) {
  .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button:hover {
  background-color: #00afeb;
}
.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button span {
  color: #fff;
}
.tx-indexedsearch-browsebox p {
  margin-top: 5px;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  margin-top: 10px;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-top: 0.9375rem;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li + li {
  margin-left: 15px;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background-color: #241d38;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background-color: #00afeb;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 560px) {
  .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
    padding: 8px 12px;
    font-size: 18px;
  }
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover {
  background-color: #241d38;
}
.tx-indexedsearch-res {
  padding: 0.9375rem 0;
  border-bottom: 1px solid #241d38;
}
@media screen and (max-width: 1024px) {
  .tx-indexedsearch-res {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .tx-indexedsearch-res {
    padding: 20px 0;
  }
}
.tx-indexedsearch-res h3 {
  font-size: 30px;
  line-height: 40px;
}
.tx-indexedsearch-res h3 a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.tx-indexedsearch-res h3 a:hover {
  color: #00afeb;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin-top: 5px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.tx-indexedsearch-res .tx-indexedsearch-description strong {
  font-weight: 400;
  background-color: rgba(36, 29, 56, 0.1);
}
.tx-indexedsearch-res .link-more {
  display: inline-block;
  margin-top: 5px;
}
.tx-indexedsearch-res .link-more span {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.tx-indexedsearch-res .link-more:hover span {
  color: #00afeb;
}
.tx-indexedsearch-res .link-more:hover span::after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.tx-indexedsearch-res .link-more span::after {
  content: "";
  display: inline-block;
  padding-left: 7px;
  font-family: "iconfont", sans-serif;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.tx-indexedsearch-res .tx-indexedsearch-icon,
.tx-indexedsearch-res .tx-indexedsearch-percent,
.tx-indexedsearch-res .tx-indexedsearch-info {
  display: none;
}
/*# sourceMappingURL=main.css.map */