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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Variables
 */
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ubuntu-300 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ubuntu-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("../fonts/ubuntu-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v15-latin-300.woff2") format("woff2"), url("../fonts/ubuntu-v15-latin-300.woff") format("woff"), url("../fonts/ubuntu-v15-latin-300.ttf") format("truetype"), url("../fonts/ubuntu-v15-latin-300.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-300italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/ubuntu-v15-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url("../fonts/ubuntu-v15-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v15-latin-300italic.woff2") format("woff2"), url("../fonts/ubuntu-v15-latin-300italic.woff") format("woff"), url("../fonts/ubuntu-v15-latin-300italic.ttf") format("truetype"), url("../fonts/ubuntu-v15-latin-300italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../fonts/ubuntu-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v15-latin-regular.woff2") format("woff2"), url("../fonts/ubuntu-v15-latin-regular.woff") format("woff"), url("../fonts/ubuntu-v15-latin-regular.ttf") format("truetype"), url("../fonts/ubuntu-v15-latin-regular.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ubuntu-v15-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Italic"), local("Ubuntu-Italic"), url("../fonts/ubuntu-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v15-latin-italic.woff2") format("woff2"), url("../fonts/ubuntu-v15-latin-italic.woff") format("woff"), url("../fonts/ubuntu-v15-latin-italic.ttf") format("truetype"), url("../fonts/ubuntu-v15-latin-italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ubuntu-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("../fonts/ubuntu-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v15-latin-500.woff2") format("woff2"), url("../fonts/ubuntu-v15-latin-500.woff") format("woff"), url("../fonts/ubuntu-v15-latin-500.ttf") format("truetype"), url("../fonts/ubuntu-v15-latin-500.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-500italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/ubuntu-v15-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Medium Italic"), local("Ubuntu-MediumItalic"), url("../fonts/ubuntu-v15-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v15-latin-500italic.woff2") format("woff2"), url("../fonts/ubuntu-v15-latin-500italic.woff") format("woff"), url("../fonts/ubuntu-v15-latin-500italic.ttf") format("truetype"), url("../fonts/ubuntu-v15-latin-500italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("../fonts/ubuntu-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v15-latin-700.woff2") format("woff2"), url("../fonts/ubuntu-v15-latin-700.woff") format("woff"), url("../fonts/ubuntu-v15-latin-700.ttf") format("truetype"), url("../fonts/ubuntu-v15-latin-700.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-700italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/ubuntu-v15-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Bold Italic"), local("Ubuntu-BoldItalic"), url("../fonts/ubuntu-v15-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v15-latin-700italic.woff2") format("woff2"), url("../fonts/ubuntu-v15-latin-700italic.woff") format("woff"), url("../fonts/ubuntu-v15-latin-700italic.ttf") format("truetype"), url("../fonts/ubuntu-v15-latin-700italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?nw3mk7");
  src: url("../fonts/icons/icomoon.eot?nw3mk7#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?nw3mk7") format("truetype"), url("../fonts/icons/icomoon.woff?nw3mk7") format("woff"), url("../fonts/icons/icomoon.svg?nw3mk7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\E900";
}

.icon-document:before {
  content: "\E901";
}

.icon-info .path1:before {
  content: "\E902";
  color: #1d1d1b;
}

.icon-info .path2:before {
  content: "\E903";
  margin-left: -1em;
  color: white;
}

.icon-lupe:before {
  content: "\E904";
}

.icon-mail:before {
  content: "\E905";
}

.icon-menu:before {
  content: "\E906";
}

.icon-newsletter:before {
  content: "\E907";
}

.icon-pdf:before {
  content: "\E908";
}

.icon-person:before {
  content: "\E909";
}

.icon-plus:before {
  content: "\E90A";
}

.icon-ppt:before {
  content: "\E90B";
}

/**
 * Global
 */
html,
body {
  height: 100%;
  position: relative;
}

body {
  font-family: Ubuntu;
  font-weight: 100;
  line-height: 1.75rem;
  font-size: 17px;
  font-size: 1.0625rem;
}
body.menu-dropped {
  position: fixed;
  right: 0;
  width: 100%;
  pointer-events: none;
}
body.menu-dropped:after {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: rgba(27, 35, 39, 0.5);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body.admin-bar #wpadminbar {
    top: -46px;
  }
}
body.admin-bar .navigation-sidebar__wrapper {
  padding-top: 45px;
}
body .container {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  body .container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body .container {
    padding: 0 30px;
  }
}
@media (min-width: 1220px) {
  body .container {
    padding: 0 30px;
  }
}
body section strong {
  font-weight: 500;
}
body section.has-background {
  background-color: #edf2f5;
}
body section p:first-of-type {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body section {
    padding: 2rem 0;
  }
}
body main ul {
  list-style: none;
  padding-left: 10px;
}
body main ul li {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.9375rem;
}
body main ul li:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  left: 0;
  top: 0.0625rem;
  background-color: #5ab9e9;
  margin-top: 0.625rem;
}
body.search-results .hero-slider {
  display: none;
}
body .ytp-pause-overlay {
  display: none;
}

#app {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#content-wrapper {
  flex: 1;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #00182e;
}

@media (max-width: 767.98px) {
  .with-padding {
    padding: 0;
  }
}
@media (min-width: 1220px) {
  .with-padding {
    padding: 2.5rem 6.25rem;
  }
}

a {
  color: #5ab9e9;
  text-decoration: none;
}

/**
 * Block editor color palette utilities
 * @see https://git.io/JeyD6
 */
.has-primary-color {
  color: #5ab9e9;
}

.has-primary-background-color {
  background-color: #5ab9e9;
}

.has-secondary-color {
  color: #00182e;
}

.has-secondary-background-color {
  background-color: #00182e;
}

.has-default-color {
  color: #036593;
}

.has-default-background-color {
  background-color: #036593;
}

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

html:lang(en-US) .navigation-top__wrapper .brand__logo {
  padding: 1.935rem 1.25rem;
}

@media (max-width: 767.98px) {
  table {
    border: 0;
    width: auto !important;
  }
  table td {
    width: auto !important;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 1px solid #edf2f5;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    display: block;
    text-align: initial;
  }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
h1,
h2 {
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
}

@media (min-width: 1220px) {
  h1 {
    font-size: 3rem;
    margin: 5rem 0;
  }
}

@media (max-width: 767.98px) {
  h1.content-title,
h2.content-title {
    margin: 2.5rem 0;
    line-height: 2.1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  h1.content-title,
h2.content-title {
    font-size: 2.25rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1220px) {
  h1.content-title,
h2.content-title {
    font-size: 2.25rem;
    margin-bottom: 4rem;
  }
}
h1.styled-title,
h2.styled-title {
  position: relative;
  z-index: 2;
}
h1.styled-title:after,
h2.styled-title:after {
  content: "";
  position: absolute;
  width: 5.625rem;
  height: 5.625rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 767.98px) {
  h1.styled-title:after,
h2.styled-title:after {
    width: 5rem;
    height: 5rem;
  }
}
h1.styled-title.silver:after,
h2.styled-title.silver:after {
  background-color: #edf2f5;
}

/**
 * Components
 */
.brand {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding-right: 0.9375rem;
  z-index: 9;
}
.brand__link {
  display: inline-block;
}
.brand__logo {
  width: 16.25rem;
  padding: 1.875rem 1.25rem;
}

/**
 * Button
 */
.downloads {
  color: #ffffff;
  padding: 4.375rem 0;
  background-color: #036593;
}
.downloads.light-blue {
  background-color: #5ab9e9;
}
.downloads.blue {
  background-color: #00182e;
}
.downloads.dak-blue {
  background-color: #036593;
}
.downloads.even {
  background-color: #5ab9e9;
}
.downloads__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .downloads__wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1220px) {
  .downloads__wrapper {
    padding: 0 6.25rem;
  }
}
.downloads__titles {
  flex-basis: 45%;
  max-width: 45%;
  margin-right: 1.25rem;
}
@media (max-width: 767.98px) {
  .downloads__titles {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.downloads__infos {
  flex-basis: 40%;
  max-width: 40%;
  margin-top: 0.9375rem;
}
.downloads__infos p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .downloads__infos {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.downloads__titles-dates, .downloads__titles-link {
  font-size: 1.75rem;
}
.downloads__titles-dates a, .downloads__titles-link a {
  color: #ffffff;
  text-transform: uppercase;
}
.downloads__titles-dates {
  font-size: 1.3rem;
}
.downloads__titles-dates span {
  text-transform: uppercase;
}
.downloads__titles-link {
  font-weight: 400;
  line-height: 2.5rem;
  margin-top: 0.9375rem;
}
@media (max-width: 767.98px) {
  .downloads__titles-link {
    margin-bottom: 0.9375rem;
    font-size: 1.45rem;
  }
}
.downloads__download-btn {
  align-self: center;
  margin-left: 3rem;
}
@media (max-width: 767.98px) {
  .downloads__download-btn {
    margin-top: 1.5625rem;
    margin-left: 0;
  }
}
.downloads__download-btn a {
  display: inline-block;
  height: 6.25rem;
  width: 6.25rem;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 5rem;
  transform: rotate(90deg);
  position: relative;
  color: #00182e;
}
.downloads__download-btn a:hover {
  transition: all 0.3s;
  background-color: #00182e;
}
.downloads__download-btn a:hover i {
  color: #ffffff;
}
.downloads__download-btn a:hover i:after {
  background-color: #ffffff;
}
.downloads__download-btn a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 3rem;
}
.downloads__download-btn a i:after {
  content: "";
  width: 36px;
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
  top: 22px;
  left: 24px;
  background-color: #00182e;
}
.downloads__download-btn.no-line a {
  transform: none;
  position: relative;
}
.downloads__download-btn.no-line a:after {
  content: "\E900";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 3rem;
  top: 50%;
  right: 0;
  transform: translate(-20%, -50%);
}
.downloads__download-btn.no-line a:hover {
  transition: all 0.3s;
}
.downloads__download-btn.no-line a:hover:after {
  color: #ffffff;
}
.downloads__download-btn.no-line a i {
  transform: translate(-100%, -50%);
  font-size: 5rem;
}
.downloads__download-btn.no-line a i:after {
  content: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../dist/images/vendor/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../dist/fonts/vendor/slick-carousel/slick/slick.eot");
  src: url("../../dist/fonts/vendor/slick-carousel/slick/slick.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/vendor/slick-carousel/slick/slick.woff") format("woff"), url("../../dist/fonts/vendor/slick-carousel/slick/slick.ttf") format("truetype"), url("../../dist/fonts/vendor/slick-carousel/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.hero-slider {
  position: relative;
}
.hero-slider__item {
  height: 20rem;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-slider__item {
    height: 31.25rem;
  }
}
@media (min-width: 1220px) {
  .hero-slider__item {
    height: 43.75rem;
  }
}
@media (min-width: 2228px) {
  .hero-slider__item {
    height: 56.25rem;
  }
}
.hero-slider__item-info {
  position: absolute;
  width: auto;
  top: 50%;
  transform: translate(0%, -2.5rem);
  background-color: #5ab9e9;
  padding: 1.875rem;
}
@media (max-width: 767.98px) {
  .hero-slider__item-info {
    top: 40%;
    padding: 0.625rem;
    margin-right: 0.625rem;
  }
}
.hero-slider__item-info-title {
  font-size: 2.75rem;
  max-width: 37.5rem;
  margin-top: 1.25rem;
  line-height: 3.375rem;
}
@media (max-width: 767.98px) {
  .hero-slider__item-info-title {
    margin-top: 0.3125rem;
  }
}
.hero-slider__item-info-title a {
  color: #00182e;
  position: relative;
  display: inline-block;
  padding-right: 6rem;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .hero-slider__item-info-title a {
    font-size: 1.45rem;
    line-height: 2rem;
    padding-right: 3rem;
  }
}
.hero-slider__item-info-title a:hover {
  color: #ffffff;
}
.hero-slider__item-info-title a:after {
  content: "\E900";
  font-family: "icomoon" !important;
  font-size: 4rem;
  position: absolute;
  right: -3.375rem;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .hero-slider__item-info-title a:after {
    font-size: 2.5rem;
    right: -1.625rem;
  }
}
.hero-slider__item-info-subtitle {
  font-size: 1.5rem;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .hero-slider__item-info-subtitle {
    font-size: 1.125rem;
  }
}
.hero-slider .slick-next,
.hero-slider .slick-prev {
  display: none !important;
  position: absolute;
}
.hero-slider .slick-next {
  right: 0;
}
.hero-slider .slick-list {
  margin: 0;
  padding: -3px 0;
}
.hero-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hero-slider .slick-dots li {
  margin: 0 0.25rem;
}
.hero-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border-radius: 100%;
  background-color: #ffffff;
  border: 2px solid #5ab9e9;
  text-indent: -9999px;
}
.hero-slider .slick-dots li.slick-active button {
  background-color: #5ab9e9;
}
.hero-slider .slick-dotted.slick-slider {
  margin-bottom: 3.125rem;
}

@media (max-width: 767.98px) {
  .teaser-box {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .teaser-box__text {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .teaser-box__text {
    padding: 0 0.9375rem;
  }
}
.teaser-box__text.intro-text {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #91989c;
  font-weight: 100;
}
@media (min-width: 1220px) {
  .teaser-box__text.intro-text {
    padding: 0 6.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .teaser-box__text.intro-text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .teaser-box__text.intro-text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.teaser-box__text strong {
  font-weight: bold;
}

@media (min-width: 1220px) {
  .text-in-columns h2 {
    line-height: 2.5rem;
    font-size: 2.25rem;
    text-align: center;
    padding: 0 6.25rem;
  }
}
.text-in-columns h3 {
  margin-top: 2.5rem;
  line-height: 2.2rem;
  font-size: 1.5rem;
  text-transform: initial;
  text-align: center;
  font-weight: 400;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.text-in-columns.has-background {
  background-color: #edf2f5;
}
@media (max-width: 767.98px) {
  .text-in-columns__wrapper {
    padding-top: 1rem;
  }
}
@media (min-width: 1220px) {
  .text-in-columns__wrapper {
    padding: 2.5rem 6.25rem;
  }
}
.text-in-columns__2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-in-columns__2 .text-in-columns__item {
  flex-basis: calc(50% - 2.5rem);
  max-width: calc(50% - 2.5rem);
}
@media (max-width: 991.98px) {
  .text-in-columns__2 .text-in-columns__item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.search-box {
  position: relative;
}
.search-box__submit-btn {
  display: none;
}
.search-box__search-field {
  display: none;
}
.search-box.search-is-on .search-box__search-field {
  display: block;
  position: absolute;
  height: 2.8125rem;
  width: 26.5625rem;
  top: -0.3125rem;
  right: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  transition: all 0.5s ease;
  /* clears the ‘X’ from Chrome */
}
.search-box.search-is-on .search-box__search-field:focus, .search-box.search-is-on .search-box__search-field:visited {
  background-color: transparent;
}
.search-box.search-is-on .search-box__search-field:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-background-clip: text;
}
.search-box.search-is-on .search-box__search-field:-ms-input-placeholder {
  color: #ffffff;
}
.search-box.search-is-on .search-box__search-field::placeholder {
  color: #ffffff;
}
.search-box.search-is-on .search-box__search-field[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-box.search-is-on .search-box__search-field[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-box.search-is-on .search-box__search-field[type=search]::-webkit-search-decoration, .search-box.search-is-on .search-box__search-field[type=search]::-webkit-search-cancel-button, .search-box.search-is-on .search-box__search-field[type=search]::-webkit-search-results-button, .search-box.search-is-on .search-box__search-field[type=search]::-webkit-search-results-decoration {
  display: none;
}
.search-box.search-is-on .search-box__search-field:focus, .search-box.search-is-on .search-box__search-field:visited {
  outline: none;
}
.search-box__search-icon {
  color: white;
  width: 2.1875rem;
  height: 2.1875rem;
  font-size: 1.875rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 8;
}

.search-results section article {
  border-bottom: 1px solid #00182d26;
  padding-bottom: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.search-results section article h1,
.search-results section article h2 {
  text-align: left;
}
.search-results section article h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.search-results section article time {
  font-style: italic;
  font-weight: 400;
  display: none;
}
.search-results section article .author {
  display: none;
}
.search-results section:last-of-type article {
  border-bottom: none;
}
.search-results__pagination {
  padding: 0 100px;
}
.search-results__pagination h2 {
  display: none;
}

.search-form {
  max-width: 1000px;
  margin: 4rem auto;
}
.search-form__search-field, .search-form__submit-btn {
  height: 3.125rem;
}
.search-form__label {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.search-form__search-field {
  border-radius: 0;
  border: 1px solid;
  text-indent: 5px;
  width: calc(100% - 7.555rem);
}
.search-form__submit-btn {
  background-color: #5ab9e9;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 2rem;
}

.team__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 767.98px) {
  .team__wrapper {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .team__wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1220px) {
  .team__wrapper {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .team__wrapper {
    margin-bottom: 3rem;
  }
}
.team__wrapper .team__resume {
  padding-right: 0rem;
  padding-left: 2rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .team__wrapper .team__resume {
    padding-left: 0;
  }
}
@media (min-width: 1220px) {
  .team__wrapper .team__resume {
    margin-right: 3rem;
  }
}
.team__wrapper.even {
  flex-direction: row-reverse;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .team__wrapper.even {
    flex-direction: column-reverse;
  }
}
.team__wrapper.even .team__resume {
  margin-left: 3rem;
  padding-right: 2rem;
  padding-left: 0rem;
}
@media (max-width: 991.98px) {
  .team__wrapper.even .team__resume {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1220px) {
  .team__container {
    padding: 2.1875rem 6.25rem;
  }
}
.team__resume-name {
  font-weight: bold;
  font-size: 1.75rem;
}
@media (max-width: 991.98px) {
  .team__resume-name {
    margin-top: 0.625rem;
  }
}
.team__resume-position {
  font-weight: bold;
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1220px) {
  .team__image img {
    min-width: 28.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .team__image img {
    min-width: 21.875rem;
  }
}

.categories-links {
  margin-bottom: 3rem;
}
.categories-links__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: calc(-1 * 0.3125rem);
  margin-bottom: calc(-1 * 0.3125rem);
}
@media (max-width: 767.98px) {
  .categories-links__wrapper {
    margin-right: -5px;
  }
}
.categories-links__item {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .categories-links__item {
    flex-basis: calc(50%);
    max-width: calc(50%);
  }
}
@media (max-width: 767.98px), screen and (max-width: 991.98px) {
  .categories-links__item {
    flex-basis: calc(50%);
    max-width: calc(50%);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .categories-links__item {
    flex-basis: calc(33.33% - 1 * 0.3125rem);
    max-width: calc(33.33% - 1 * 0.3125rem);
    margin-left: 0.3125rem;
    margin-bottom: 0.3125rem;
    position: relative;
    box-sizing: border-box;
  }
}
@media (min-width: 1220px) {
  .categories-links__item {
    flex-basis: calc(33.33% - 1 * 0.3125rem);
    max-width: calc(33.33% - 1 * 0.3125rem);
    margin-left: 0.3125rem;
    margin-bottom: 0.3125rem;
    position: relative;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 280px) and (max-width: 420px) and (max-width: 767.98px) {
  .categories-links__item {
    flex-basis: calc(100%);
    max-width: calc(100%);
    margin-bottom: 10px;
  }
}
.categories-links__item.hover .categories-links__teaser-text {
  display: inline-block;
  position: relative;
  z-index: 99;
}
@media (min-width: 2228px) {
  .categories-links__item.hover .categories-links__teaser-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1220px) {
  .categories-links__item.hover .categories-links__teaser-text {
    top: 100px;
    font-size: 1.15rem;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .categories-links__item.hover .categories-links__teaser-text {
    top: 100px;
    font-size: 1rem;
    padding: 0 2rem;
  }
}
@media (max-width: 767.98px) {
  .categories-links__item.hover .categories-links__teaser-text {
    top: 3.5rem;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
    display: none;
  }
}
.categories-links__item.empty {
  background-color: #edf2f5;
  height: 100%;
  position: relative;
}
.categories-links__item.light-blue svg path {
  fill: #5ab9e9;
}
.categories-links__item.blue svg path {
  fill: #036593;
}
.categories-links__item.dark-blue svg path {
  fill: #00182e;
}
.categories-links__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}
.categories-links__cover {
  position: absolute;
}
.categories-links__triangle {
  fill: #00182e;
  opacity: 0.82;
}
.categories-links__item-empty-text {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .categories-links__item-empty-text svg {
    width: 8.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .categories-links__item-empty-text {
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: 16.25rem;
  }
}
@media (min-width: 1220px) {
  .categories-links__item-empty-text {
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: 16.25rem;
  }
}
.categories-links a {
  color: #ffffff;
  font-weight: 400;
}
.categories-links__title {
  position: relative;
  float: right;
  top: 3rem;
  margin-right: 3rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .categories-links__title {
    top: 1rem;
    margin-right: 1rem;
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .categories-links__title {
    top: 1rem;
    margin-right: 1rem;
    font-size: 1.3rem;
  }
}
.categories-links__teaser-text {
  display: none;
}

.text-with-image.has-top-padding {
  padding-top: 3rem;
}
.text-with-image__wrapper-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4rem 0;
  padding-right: 6.25rem;
}
@media (max-width: 767.98px) {
  .text-with-image__wrapper-flex:first-of-type {
    padding-top: 2rem;
  }
}
.text-with-image__wrapper-flex.align-image-right {
  flex-direction: row-reverse;
}
@media (min-width: 1220px) {
  .text-with-image__wrapper-flex.align-image-right {
    padding-left: 6.25rem;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .text-with-image__wrapper-flex.align-image-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-with-image__wrapper-flex.align-image-right .text-with-image__img-label {
  text-align: right;
}
@media (min-width: 1220px) {
  .text-with-image__wrapper-flex.align-image-left {
    padding-right: 6.25rem;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .text-with-image__wrapper-flex.align-image-left {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-with-image .col-6 {
  flex-basis: calc(50% - 1.5625rem);
  max-width: calc(50% - 1.5625rem);
}
@media (max-width: 767.98px) {
  .text-with-image .col-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.text-with-image .col-9 {
  flex-basis: calc(60% - 1.5625rem);
  max-width: calc(60% - 1.5625rem);
}
@media (max-width: 767.98px) {
  .text-with-image .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.text-with-image .col-3 {
  flex-basis: calc(40% - 1.5625rem);
  max-width: calc(40% - 1.5625rem);
}
@media (max-width: 767.98px) {
  .text-with-image .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.text-with-image__img-label {
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.45rem;
  color: #696e71;
}
@media (max-width: 767.98px) {
  .text-with-image__img-label {
    margin-bottom: 1.5rem;
  }
}
.text-with-image__video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .text-with-image__video-container {
    margin-bottom: 2rem;
  }
}
.text-with-image__video-container .video_wrapper {
  background-size: cover;
}
.text-with-image__video-container .video_wrapper .video_trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10%;
}
.text-with-image__video-container .video_wrapper .video_trigger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  z-index: 3;
}
.text-with-image__video-container .video_wrapper .video_trigger:before {
  content: url('data:image/svg+xml; utf8, <svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="white" d="M86.6,46.35,19,4.45C14,1.21,10,3.59,10,9.73V91.07c0,6.14,4,8.52,9,5.29L86.6,54.46S89,52.77,89,50.4,86.6,46.35,86.6,46.35Z"/></svg>');
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: calc(50%);
  left: calc(50%);
  z-index: 3;
  transform: translate(-50%, -50%);
}
.text-with-image__video-container .video_wrapper .video-consent {
  display: none;
}
.text-with-image__video-container .video_wrapper.show-consent .video-consent {
  position: absolute;
  display: block;
  z-index: 9;
  bottom: 0;
  padding: 10px;
  color: #ffffff;
  background-color: rgba(19, 19, 16, 0.85);
  font-size: 14px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  cursor: pointer;
}
.text-with-image__video-container .video_wrapper.show-consent .video-consent .text-center {
  line-height: 20px;
  margin-bottom: 10px;
  position: absolute;
  padding: 0 1.875rem;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-with-image__video-container .video_wrapper.show-consent .video-consent .text-center__title {
  font-size: 26px;
  margin-bottom: 25px;
}
.text-with-image__video-container .video_wrapper.show-consent .video-consent .btn {
  cursor: pointer;
  display: inline-block;
  transition: color 0.5s, background-color 0.5s, border 0.5s;
  padding: 8px 14px;
  font-size: 14px;
  border: 1px solid #ffffff;
}
.text-with-image__video-container .video_wrapper.show-consent .video-consent .btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.text-with-image__video-container iframe,
.text-with-image__video-container object,
.text-with-image__video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_wrapper .video_layer iframe {
  border: 0px none transparent;
  height: inherit;
  width: inherit;
}

.margin__bottom-large {
  margin-bottom: 4rem;
}
.margin__bottom-small {
  margin-bottom: 1rem;
}
.margin__top-large {
  margin-top: 4rem;
}
.margin__top-small {
  margin-top: 1rem;
}
.margin__top-default {
  margin-top: 3rem;
}

body.admin-bar .breadcrumbs {
  margin-top: 1rem;
  font-size: 0.9rem;
  position: absolute;
  top: 370px;
  color: #ffffff;
}
@media (min-width: 2228px) {
  body.admin-bar .breadcrumbs {
    top: 340px;
  }
}
@media (min-width: 1220px) {
  body.admin-bar .breadcrumbs {
    top: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.admin-bar .breadcrumbs {
    top: 325px;
  }
}
@media (max-width: 991.98px) {
  body.admin-bar .breadcrumbs {
    top: 275px;
  }
}
@media (max-width: 767.98px) {
  body.admin-bar .breadcrumbs {
    top: 150px;
    font-size: 0.7rem;
  }
}

.breadcrumbs {
  margin-top: 1rem;
  font-size: 0.9rem;
  position: absolute;
  top: 370px;
  color: #ffffff;
}
@media (min-width: 2228px) {
  .breadcrumbs {
    top: 340px;
  }
}
@media (min-width: 1220px) {
  .breadcrumbs {
    top: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .breadcrumbs {
    top: 280px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    top: 245px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    top: 150px;
    font-size: 0.7rem;
  }
}
.breadcrumbs__separator {
  /*width: 9px;
  height: 9px;
  margin-left: 11px
  margin-right: 10px;
  border-radius: 50%;
  background-color: #91989c;*/
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.625rem;
}
@media (max-width: 767.98px) {
  .breadcrumbs__separator {
    width: 0.625rem;
  }
}
.breadcrumbs__separator:after {
  content: "/";
  font-size: 0.9rem;
  position: absolute;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .breadcrumbs__separator:after {
    font-size: 0.65rem;
  }
}
.breadcrumbs__separator:last-of-type {
  margin-right: 3px;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 0.9rem;
}
.breadcrumbs a:first-of-type {
  margin-right: 3px;
}
@media (max-width: 767.98px) {
  .breadcrumbs a {
    font-size: 0.7rem;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../dist/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../dist/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../dist/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../dist/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

a[data-lightbox] {
  position: relative;
  display: block;
}
a[data-lightbox]:after {
  content: "";
  width: 60px;
  height: 60px;
  background: #222527;
  position: absolute;
  opacity: 0.4;
  top: 50%;
  left: 50%;
  border-radius: 100px;
  display: inline-block;
  transform: translate(-50%, -50%);
}
a[data-lightbox]:before {
  position: absolute;
  content: "\E904";
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  color: #ffffff;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subpages {
  margin-top: 50px;
  margin-bottom: 25px;
  border-top: 2px solid #5ab9e9;
  border-bottom: 2px solid #5ab9e9;
}
.subpages__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .subpages__list {
    flex-direction: column;
  }
}
.subpages .expand-icon:hover {
  filter: grayscale(100%) sepia(100%);
}
.subpages__item {
  margin-right: 25px;
  padding-left: 1.2rem;
  margin-bottom: 0;
}
.subpages__item a {
  color: #00182e;
  font-weight: 400;
}
.subpages__item:before {
  top: 0;
  background-color: #00182e;
}
.subpages__item:hover {
  transition: background-color 500ms ease-out 1s;
}
.subpages__item:hover a, .subpages__item.active a {
  color: #5ab9e9;
}
.subpages__item:hover:before, .subpages__item.active:before {
  background-color: #5ab9e9;
}
.subpages__item.active a {
  pointer-events: none;
}

.conference {
  background-color: #edf2f5;
  padding: 5rem 0;
}

.streamer-container {
  display: flex;
  flex-wrap: wrap;
}
.streamer-container__1-8 {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
@media (min-width: 1220px) {
  .streamer-container__1-8 {
    flex-basis: calc(70% - 30px);
    max-width: calc(70% - 30px);
    margin-right: 1.875rem;
  }
}
.streamer-container__1-4 {
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 1.875rem;
  min-height: 31.25rem;
}
@media (min-width: 1220px) {
  .streamer-container__1-4 {
    flex-basis: 30%;
    max-width: 30%;
    margin-top: 0;
  }
}
.streamer-container__vimeo {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.streamer-container__vimeo iframe,
.streamer-container__vimeo object,
.streamer-container__vimeo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.streamer-container__slido {
  height: 100%;
}

body.home .navigation-top {
  position: absolute;
}
body.home header {
  background-color: transparent;
}

.mobile-navigation {
  display: none;
}

header.banner {
  background-color: rgba(0, 24, 46, 0.5);
}

.navigation-top {
  background-color: rgba(0, 24, 46, 0.5);
  width: 100%;
  position: relative;
  z-index: 99;
  visibility: hidden;
}
.navigation-top__navigation-wrapper {
  display: flex;
}
.navigation-top__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation-top__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  flex: 1;
  padding: 1.9rem 0 0rem;
  margin-bottom: -0.25rem;
}
.navigation-top__right > * {
  flex: 1;
}
.navigation-top__search {
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
}
.navigation-top .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.navigation-top .wpml-ls {
  margin-left: 4rem;
}
.navigation-top .wpml-ls li {
  padding-top: 5px;
}
.navigation-top .wpml-ls li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3125rem;
  padding: 0 5px;
}
.navigation-top .wpml-ls li:last-child a {
  padding-right: 0;
}
.navigation-top .wpml-ls li.wpml-ls-current-language a {
  color: #5ab9e9;
  padding-left: 0;
  margin-left: 5px;
  pointer-events: none;
}
.navigation-top .wpml-ls li .wpml-ls-display {
  display: none;
}

header.is-mobile {
  background-color: transparent;
}
header.is-mobile.has-banner {
  position: relative;
}
header.is-mobile .navigation-top {
  display: none;
}
header.is-mobile .mobile-navigation {
  display: flex;
  position: sticky;
  width: 100%;
  height: 5rem;
  background-color: #ffffff;
}
header.is-mobile .mobile-navigation__hamburger {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 10px 15px;
  cursor: pointer;
}
header.is-mobile .mobile-navigation__logo {
  width: 2.8125rem;
  align-self: center;
  margin-left: 0.625rem;
}
header.is-mobile .mobile-navigation button.hamburger:focus, header.is-mobile .mobile-navigation button.hamburger:visited {
  outline: none;
}
header.is-desktop .navigation-top {
  visibility: visible;
}
header.is-desktop #mobile-nav-wrapper {
  display: none;
}
header.is-mobile #mobile-nav-wrapper {
  display: initial;
}

.nav-primary .main-navigation {
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  list-style-type: none;
  justify-content: center;
}
.nav-primary .main-navigation li:not(:last-child) {
  margin-right: 1.875rem;
}
.nav-primary .main-navigation li.current-menu-item a {
  color: #ffffff;
}
.nav-primary .main-navigation li .sub-menu-wrap {
  display: none;
  height: 0;
}
.nav-primary .main-navigation li a {
  display: inline-block;
  padding: 0.3125rem 0;
  text-transform: uppercase;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  transition: all 0.3s ease;
  padding-bottom: 1.5rem;
  color: #ffffff;
}
.nav-primary .main-navigation li a:hover {
  color: #5ab9e9;
}

#mobile-nav-wrapper .brand__logo {
  max-width: 9.375rem;
  padding: 0;
}
#mobile-nav-wrapper .hamburger {
  padding-right: 0;
}
#mobile-nav-wrapper .nav-primary .main-navigation {
  flex-direction: column;
  padding: 3rem 0;
  align-items: center;
}
#mobile-nav-wrapper .nav-primary .main-navigation li {
  margin-right: 0;
}
#mobile-nav-wrapper .nav-primary .main-navigation li:hover .sub-menu-wrap {
  position: relative;
  background-color: transparent;
  top: 0;
  padding: 1rem 0;
  align-items: center;
}
#mobile-nav-wrapper .nav-primary .main-navigation li:hover .sub-menu-wrap ul {
  align-items: center;
}
#mobile-nav-wrapper .nav-primary .main-navigation li:hover .sub-menu-wrap ul a {
  text-align: center;
  font-size: 1.15rem;
  padding-bottom: 0;
}
#mobile-nav-wrapper .nav-primary .main-navigation li .sub-menu {
  padding: 0;
  flex-direction: column;
}
#mobile-nav-wrapper .nav-primary .main-navigation li a {
  color: black;
  font-size: 1.3rem;
  padding-bottom: 0.8rem;
}
#mobile-nav-wrapper .nav-primary .in-columns {
  flex-direction: column;
  align-items: center;
}
#mobile-nav-wrapper .nav-primary .in-columns ul {
  max-width: 100%;
  padding-right: 0;
  align-items: center;
}
#mobile-nav-wrapper .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-nav-wrapper .sub-menu li a {
  padding: 0;
}
#mobile-nav-wrapper #main-top-mobile-nav {
  display: none;
}
#mobile-nav-wrapper.is-active #main-top-mobile-nav {
  display: block;
}
#mobile-nav-wrapper #menu-mobile-menu,
#mobile-nav-wrapper #menu-mobile-menu-de,
#mobile-nav-wrapper #menu-mobile-menu-en {
  margin: 0;
  list-style: none;
  flex-direction: column;
  padding: 1.5rem 0 3rem 0;
  align-items: center;
}

.navigation-sidebar__wrapper {
  padding: 0 30px;
  box-sizing: border-box;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 400px;
  width: 100%;
  min-height: 100%;
  background-color: #036593;
  z-index: 9999;
  right: -15px;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  pointer-events: initial;
}
@media (min-width: 2228px) {
  .navigation-sidebar__wrapper {
    max-width: 480px;
  }
}
.navigation-sidebar__wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation-sidebar__wrapper ul li a {
  color: #fffffc;
}
.navigation-sidebar__header {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  padding-bottom: 70px;
}
.navigation-sidebar__header .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.navigation-sidebar__header .wpml-ls-legacy-list-horizontal ul li:first-child a {
  padding-left: 0;
}
.navigation-sidebar__header .wpml-ls-legacy-list-horizontal ul li a {
  padding: 5px 3px;
}
.navigation-sidebar__header .wpml-ls-legacy-list-horizontal ul li a .wpml-ls-display {
  display: none;
}
.navigation-sidebar__header .wpml-ls-legacy-list-horizontal ul li a .wpml-ls-native {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
}
.navigation-sidebar__toggler {
  margin-left: auto;
  background-image: url("./../images/clear.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 50%;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 999999;
  pointer-events: initial;
  display: initial;
  background-color: #076593;
  right: -10px;
}
@media (max-width: 767.98px) {
  .navigation-sidebar__toggler {
    right: -15px;
    top: 0;
    background-size: 40px 40px;
    background-position: 0;
  }
}
.navigation-sidebar__toggler:focus, .navigation-sidebar__toggler:visited, .navigation-sidebar__toggler:active {
  outline: none;
}
.navigation-sidebar.active .navigation-sidebar__wrapper {
  transform: translateX(0%);
}
.navigation-sidebar__docked li.menu-item a {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children > a {
  position: relative;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("./../images/add.svg");
  background-size: 30px;
  background-position: 50%;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0px;
  top: -5px;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children > a + .sub-menu-wrap > .sub-menu {
  display: none;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children.dropdown > a:after, .navigation-sidebar__docked li.menu-item.menu-item-has-children.current-menu-parent > a:after, .navigation-sidebar__docked li.menu-item.menu-item-has-children.current-menu-ancestor > a:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("./../images/minimize.svg");
  background-size: 30px;
  background-position: 50%;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0px;
  top: -15px;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children.dropdown > a + .sub-menu-wrap > .sub-menu, .navigation-sidebar__docked li.menu-item.menu-item-has-children.current-menu-parent > a + .sub-menu-wrap > .sub-menu, .navigation-sidebar__docked li.menu-item.menu-item-has-children.current-menu-ancestor > a + .sub-menu-wrap > .sub-menu {
  display: block;
  padding: 10px 0;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children.current-menu-ancestor > a span, .navigation-sidebar__docked li.menu-item.menu-item-has-children.current_page_item > a span {
  position: relative;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children.current-menu-ancestor > a span:before, .navigation-sidebar__docked li.menu-item.menu-item-has-children.current_page_item > a span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-0 a, .navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-1 a {
  font-weight: 300;
  font-size: 1.15rem;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-0 .current-menu-item > a, .navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-1 .current-menu-item > a {
  position: relative;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-0 .current-menu-item > a span, .navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-1 .current-menu-item > a span {
  position: relative;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-0 .current-menu-item > a span:before, .navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-1 .current-menu-item > a span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-1 li {
  padding-left: 20px;
  position: relative;
}
.navigation-sidebar__docked li.menu-item.menu-item-has-children .sub-menu.level-1 li:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 50%;
  background-color: white;
  border-radius: 100%;
  transform: translate(-50%, 0);
  left: 5px;
}

header {
  position: relative;
}
header:after {
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 0;
  right: 0;
  top: 0;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-image: url("../../dist/images/menue_header.png");
}
header.has-banner {
  position: absolute;
  width: 100%;
}
@media (max-width: 767.98px) {
  header.has-banner {
    position: relative;
  }
}

.hero-banner {
  min-height: 25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 767.98px) {
  .hero-banner {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-banner {
    min-height: 21.875rem;
  }
}
@media (min-width: 1220px) {
  .hero-banner {
    min-height: 25rem;
  }
}
@media (max-width: 991.98px) {
  .hero-banner {
    min-height: 18.75rem;
  }
}
@media (max-width: 767.98px) {
  .hero-banner {
    min-height: 12.5rem;
  }
}
.hero-banner h1 {
  color: #ffffff;
  position: absolute;
  top: 14.5rem;
  max-width: 100%;
  text-align: left;
  display: none;
}
@media (max-width: 767.98px) {
  .hero-banner h1 {
    top: 6.5rem;
  }
}

#menu-footermenu,
#menu-footer-navigation {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-footermenu li,
#menu-footer-navigation li {
  display: inline;
}
#menu-footermenu li a,
#menu-footer-navigation li a {
  padding-right: 0.625rem;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
}
#menu-footermenu li a:hover,
#menu-footer-navigation li a:hover {
  color: #5ab9e9;
}

.footer {
  color: #ffffff;
}
.footer__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__info-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .footer__info-left ul {
    margin: 0.9375rem 0;
  }
}
.footer__info-left ul:first-of-type {
  margin-right: 2.5rem;
}
.footer__info-left ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 1.5rem;
}
.footer__info-right .brand__logo {
  max-width: 12.5rem;
}
@media (max-width: 767.98px) {
  .footer__info-right .brand__logo {
    margin-left: 0;
    padding-left: 0;
  }
}
.footer__wrapper {
  padding: 2.5rem 0;
}
.footer a {
  color: #ffffff;
}

.schedular-title {
  margin-top: 6rem;
}

.schedular-list {
  list-style: none;
  padding: 2.5rem 6.25rem;
}
@media (max-width: 991.98px) {
  .schedular-list {
    padding: 0;
  }
}
.schedular-list__item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1220px) {
  .schedular-list__item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.schedular-list__hour {
  flex-basis: 100%;
  max-width: 100%;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .schedular-list__hour {
    border-bottom: 1px solid #edf2f5;
    border-top: 1px solid #edf2f5;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 3rem;
  }
  .schedular-list__hour span {
    background-color: #edf2f5;
    padding: 5px;
  }
  .schedular-list__hour.empty-hour {
    border: none;
    padding: 0;
    margin: 0;
  }
  .schedular-list__hour.empty-hour span {
    display: none;
  }
}
@media (min-width: 1220px) {
  .schedular-list__hour {
    flex-basis: 11.25rem;
    max-width: 11.25rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .schedular-list__content-container {
    padding-left: 1rem;
  }
}
@media (min-width: 1220px) {
  .schedular-list__content-container {
    padding-left: 0;
    flex-basis: calc(100% - 180px);
    max-width: calc(100% - 180px);
  }
}
@media (min-width: 1220px) {
  .schedular-list__content {
    max-width: 65%;
  }
}
/*# sourceMappingURL=app.css.map*/