/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/.resources/bfh-portal/webresources/resources/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/.resources/bfh-portal/webresources/resources/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/.resources/bfh-portal/webresources/resources/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.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{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);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 rgba(0,0,0,0)}.slick-arrow.slick-hidden,.mole-carousel-header .carousel-header__controls .slick-hidden.carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .slick-hidden.carousel-header__controls__next,.comp-hero .content__footer .hero-footer__controls .slick-hidden.hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .slick-hidden.hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .slick-hidden.hero-footer__controls__next{display:none}.slick-loading .slick-list{background:#fff url(/.resources/bfh-portal/webresources/resources/ajax-loader.gif) center center no-repeat}@font-face{font-family:"slick";src:url(/.resources/bfh-portal/webresources/resources/slick.eot);src:url(/.resources/bfh-portal/webresources/resources/slick.eot?#iefix) format("embedded-opentype"),url(/.resources/bfh-portal/webresources/resources/slick.woff) format("woff"),url(/.resources/bfh-portal/webresources/resources/slick.ttf) format("truetype"),url(/.resources/bfh-portal/webresources/resources/slick.svg#slick) format("svg");font-weight:normal;font-style:normal}.slick-prev,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.slick-next,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:rgba(0,0,0,0);color:rgba(0,0,0,0);top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover,.slick-prev:focus,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.slick-next:hover,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover,.slick-next:focus,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus{outline:none;background:rgba(0,0,0,0);color:rgba(0,0,0,0)}.slick-prev:hover:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover:before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover:before,.slick-prev:focus:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus:before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus:before,.slick-next:hover:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover:before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover:before,.slick-next:focus:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus:before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.mole-carousel-header .carousel-header__controls .slick-disabled.carousel-header__controls__prev:before,.comp-hero .content__footer .hero-footer__controls .slick-disabled.hero-footer__controls__prev:before,.slick-next.slick-disabled:before,.mole-carousel-header .carousel-header__controls .slick-disabled.carousel-header__controls__next:before,.comp-hero .content__footer .hero-footer__controls .slick-disabled.hero-footer__controls__next:before{opacity:.25}.slick-prev:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:before,.slick-next:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev{left:-25px}[dir=rtl] .slick-prev,[dir=rtl] .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls [dir=rtl] .carousel-header__controls__prev,[dir=rtl] .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls [dir=rtl] .hero-footer__controls__prev{left:auto;right:-25px}.slick-prev:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:before{content:"←"}[dir=rtl] .slick-prev:before,[dir=rtl] .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:before,.mole-carousel-header .carousel-header__controls [dir=rtl] .carousel-header__controls__prev:before,[dir=rtl] .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:before,.comp-hero .content__footer .hero-footer__controls [dir=rtl] .hero-footer__controls__prev:before{content:"→"}.slick-next,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next{right:-25px}[dir=rtl] .slick-next,[dir=rtl] .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls [dir=rtl] .carousel-header__controls__next,[dir=rtl] .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls [dir=rtl] .hero-footer__controls__next{left:-25px;right:auto}.slick-next:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:before{content:"→"}[dir=rtl] .slick-next:before,[dir=rtl] .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:before,.mole-carousel-header .carousel-header__controls [dir=rtl] .carousel-header__controls__next:before,[dir=rtl] .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:before,.comp-hero .content__footer .hero-footer__controls [dir=rtl] .hero-footer__controls__next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button{border:0;background:rgba(0,0,0,0);display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:rgba(0,0,0,0);padding:5px;cursor:pointer}.slick-dots li button:hover,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:hover,.slick-dots li button:focus,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:focus{outline:none}.slick-dots li button:hover:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:hover:before,.slick-dots li button:focus:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:focus:before{opacity:1}.slick-dots li button:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li.slick-active button:before{color:#000;opacity:.75}iframe.wallsio-iframe{width:100vw !important;transform:translateX(-1.6rem)}@media(min-width: 409px){iframe.wallsio-iframe{transform:translateX(calc(-1 * (100vw - 56.8rem) / 2 - 1.6rem))}}@media(min-width: 601px){iframe.wallsio-iframe{transform:translateX(calc(-1 * (100vw - 84.8rem) / 2 - 1.6rem))}}@media(min-width: 881px){iframe.wallsio-iframe{transform:translateX(calc(-1 * (100vw - 93.5rem) / 2 - 1.6rem))}}@media(min-width: 1280px){iframe.wallsio-iframe{transform:translateX(calc(-1 * (100vw - 138.6rem) / 2 - 1.6rem))}}@media(min-width: 1878px){iframe.wallsio-iframe{transform:translateX(calc(-1 * (100vw - 1386px) / 2 - 1.6rem))}}@font-face{font-family:UnitRoundedPro;font-display:swap;font-style:normal;font-weight:normal;src:url(/.resources/bfh-portal/webresources/resources/UnitRoundedPro.woff) format("woff"),url(/.resources/bfh-portal/webresources/resources/UnitRoundedPro.eot?#iefix) format("embedded-opentype"),url(/.resources/bfh-portal/webresources/resources/UnitRoundedPro.otf) format("opentype"),url(/.resources/bfh-portal/webresources/resources/UnitRoundedPro.ttf) format("truetype"),url(/.resources/bfh-portal/webresources/resources/UnitRoundedPro.svg#UnitRoundedPro) format("svg")}@font-face{font-family:UnitSlabPro;font-display:swap;font-style:normal;font-weight:normal;src:url(/.resources/bfh-portal/webresources/resources/UnitSlabPro.woff) format("woff"),url(/.resources/bfh-portal/webresources/resources/UnitSlabPro.eot?#iefix) format("embedded-opentype"),url(/.resources/bfh-portal/webresources/resources/UnitSlabPro.otf) format("opentype"),url(/.resources/bfh-portal/webresources/resources/UnitSlabPro.ttf) format("truetype"),url(/.resources/bfh-portal/webresources/resources/UnitSlabPro.svg#UnitSlabPro) format("svg")}:root{--bfh-map-marker-color: #37556e;--bfh-map-marker-color-active: $black;--bfh-map-icon-color: #4b647d}.lead-text+.cont-column-layout>.row .column>.comp-rich-text>.interview-question{margin-top:0}@font-face{font-family:icomoon;src:url(/.resources/bfh-portal/webresources/resources/icomoon.ttf) format("truetype"),url(/.resources/bfh-portal/webresources/resources/icomoon.woff) format("woff"),url(/.resources/bfh-portal/webresources/resources/icomoon.svg#icomoon) format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:icomoon !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-share::before{content:""}.icon-linkedin1::before,.comp-sharelinks-header .shariff .shariff-button.linkedin span:first-child::before,.comp-sharelinks-header .shariff-overlay .shariff-button.linkedin span:first-child::before{content:""}.icon-x1::before,.comp-sharelinks-header .shariff .shariff-button.twitter span:first-child::before,.comp-sharelinks-header .shariff-overlay .shariff-button.twitter span:first-child::before{content:""}.icon-facebook1::before,.comp-sharelinks-header .shariff .shariff-button.facebook span:first-child::before,.comp-sharelinks-header .shariff-overlay .shariff-button.facebook span:first-child::before{content:""}.icon-email1::before,.comp-sharelinks-header .shariff .shariff-button.mail span:first-child::before,.comp-sharelinks-header .shariff-overlay .shariff-button.mail span:first-child::before{content:""}.icon-whatsapp1::before,.comp-sharelinks-header .shariff .shariff-button.whatsapp span:first-child::before,.comp-sharelinks-header .shariff-overlay .shariff-button.whatsapp span:first-child::before{content:""}.icon-xing1::before,.comp-sharelinks-header .shariff .shariff-button.xing span:first-child::before,.comp-sharelinks-header .shariff-overlay .shariff-button.xing span:first-child::before{content:""}.icon-map_marker::before{content:""}.icon-tiktok::before{content:""}.icon-facebook::before,.comp-sharelinks .shariff .shariff-button.facebook span:first-child::before{content:""}.icon-twitter::before,.comp-sharelinks .shariff .shariff-button.twitter span:first-child::before{content:""}.icon-linkedin::before,.comp-sharelinks .shariff .shariff-button.linkedin span:first-child::before{content:""}.icon-xing::before,.comp-sharelinks .shariff .shariff-button.xing span:first-child::before{content:""}.icon-google::before{content:""}.icon-pinterest::before,.comp-sharelinks .shariff .shariff-button.pinterest span:first-child::before{content:""}.icon-whatsapp::before,.comp-sharelinks .shariff .shariff-button.whatsapp span:first-child::before{content:""}.icon-messenger::before{content:""}.icon-evernote::before{content:""}.icon-instagram::before{content:""}.icon-youtube::before{content:""}.icon-vimeo::before{content:""}.icon-issuu::before{content:""}.icon-mendeley::before{content:""}.icon-researchgate::before{content:""}.icon-academia::before{content:""}.icon-rss::before{content:""}.icon-operate_print::before{content:""}.icon-operate_share::before{content:""}.icon-operate_list-text::before,.comp-search-results .toggle-view .toggle-list-view::before,.comp-search .results .toggle-view .toggle-list-view::before{content:""}.icon-operate_list-image::before,.comp-search-results .toggle-view .toggle-grid-view::before,.comp-search .results .toggle-view .toggle-grid-view::before{content:""}.icon-operate_play::before,.comp-video .controls a.play-pause::before,.comp-hero .hero-video__play-button::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause.hero-footer__controls__pause--paused::before{content:""}.icon-operate_pause::before,.comp-video .controls a.play-pause.on::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:not(.hero-footer__controls__pause--paused)::before{content:""}.icon-operate_regulate::before,.comp-video .controls .ui-slider-handle::before{content:""}.icon-operate_regulate-play::before,.comp-video .controls .ui-slider-handle.ui-state-hover::before{content:""}.icon-operate_speaker::before,.comp-video .controls a.mute::before{content:""}.icon-operate_speaker-off::before,.comp-video .controls a.mute.on::before{content:""}.icon-operate_enlarge::before{content:""}.icon-operate_download::before{content:""}.icon-operate_calendar::before{content:""}.icon-operate_info::before{content:""}.icon-operate_close::before,.pswp__button.pswp__button--close::before,.comp-sharelinks .share-overlay .close::before{content:""}.icon-operate_scroll-right::before,.datepicker th.next::before,.mole-steps-list li::before,.pswp__button.pswp__button--arrow--right::before,.comp-image-gallery .slick-next::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__next::before,.comp-teaser-carousel-managed .slick-next::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__next::before,.comp-menuplan .slick-next::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__next::before,.comp-hero .slick-next::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__next::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before{content:""}.icon-operate_scroll-left::before,.datepicker th.prev::before,.pswp__button.pswp__button--arrow--left::before,.comp-image-gallery .slick-prev::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__prev::before,.comp-teaser-carousel-managed .slick-prev::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__prev::before,.comp-menuplan .slick-prev::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__prev::before,.comp-hero .slick-prev::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before{content:""}.icon-operate_dot::before{content:""}.icon-list-bullet1::before{content:""}.icon-list-check1::before{content:""}.icon-accordion-open1::before{content:""}.icon-accordion-close1::before{content:""}.icon-person::before{content:""}.icon-product-remove::before,.comp-product .card-body .remove-product::before{content:""}.icon-product-close::before,.comp-product .card-body .remove-position::before{content:""}.icon-product-add::before,.comp-product .card-body .add-product::before{content:""}.icon-link_phone::before,.comp-link a.phone-link::before{content:""}.icon-link_fax::before{content:""}.icon-link_email::before,.comp-link a.email-link::before,.comp-sharelinks .shariff .shariff-button.mail span:first-child::before{content:""}.icon-link_internal::before,.comp-link a::before,.comp-search-results .link-list .mole-link-list ul li a::before,.comp-search .results .link-list .mole-link-list ul li a::before,.comp-search-filter .filter-dropdown .btn.filter-button-all::before,.comp-search .query .filter-dropdown .btn.filter-button-all::before,.comp-search-filter .filter-dropdown .btn-wrapper .btn::before,.comp-search .query .filter-dropdown .btn-wrapper .btn::before,.comp-social-links-menu .overview-link::before,.comp-hero .content .internal-link::before{content:""}.icon-link_external::before,.comp-link a.external-link::before,.comp-menu a.external-link::before,.comp-footer .footer-links li a.external-link::before,.comp-hero .content .external-link::before{content:""}.icon-link_jumpdown::before,.comp-link a.anchor-link::before,.comp-form .error-summary ul li a::before{content:""}.icon-link_download::before,.comp-link a.dam-link::before{content:""}.icon-link_shopping::before,.comp-link a.order-link[data-product-id]::before{content:""}.icon-link_compare::before,.teaser a[data-compare-id]::before{content:""}.icon-link_compare-selected::before,.teaser a[data-compare-id].added::before{content:""}.icon-link_dropdown-open::before,.dropdown-list .collapse-link::before,.card-collapsible .card-header a.collapsed::before,.comp-story-box details summary::before,.comp-search-filter .filter-list li.subfilter-group .dropdown-link::before,.comp-search .query .filter-list li.subfilter-group .dropdown-link::before,.comp-sticky-button-anchorlinks .current-anchor::before,.comp-footer-link-list .link-list-wrapper .h3::before{content:""}.icon-link_dropdown-close::before,.dropdown-list .collapse-link.open::before,.card-collapsible .card-header a::before,.comp-story-box details[open] summary::before,.comp-search-filter .filter-list li.subfilter-group.open .dropdown-link::before,.comp-search .query .filter-list li.subfilter-group.open .dropdown-link::before,.comp-search-filter .filter-dropdown.open>.dropdown-link::before,.comp-search .query .filter-dropdown.open>.dropdown-link::before,.comp-sticky-button-anchorlinks.open .sticky-button-link .current-anchor::before,.comp-footer-link-list .link-list-wrapper.open .h3::before{content:""}.icon-list-bullet::before,.comp-rich-text ul li::before,.comp-text-list ul li::before{content:""}.icon-list-check::before,ul.checked li::before{content:""}.icon-accordion-open::before,.teaser-list .teaser-body .cta-box i.close::before,.teaser-list .teaser-body .comp-video .controls i.close::before,.comp-video .teaser-list .teaser-body .controls i.close::before,.teaser-list .teaser-header::before,.comp-menu .link-list-wrapper .h3::before,.comp-accordion .accordion-title.collapsed::before{content:""}.icon-accordion-close::before,.teaser-list.open .teaser-body .cta-box i.close::before,.teaser-list.open .teaser-body .comp-video .controls i.close::before,.comp-video .teaser-list.open .teaser-body .controls i.close::before,.teaser-list.open .teaser-header::before,.teaser.open .cta-box .collapse-link i::before,.teaser.open .comp-video .controls .collapse-link i::before,.comp-video .teaser.open .controls .collapse-link i::before,.comp-menu .link-list-wrapper.open .h3::before,.comp-accordion .accordion-title::before{content:""}.icon-form-checkbox::before,.custom-checkbox .custom-control-input:checked~.custom-control-label::before{content:""}.icon-form-radio::before,.custom-radio .custom-control-input:checked~.custom-control-label::before{content:""}.icon-meta_compare::before{content:""}.icon-meta_menu::before{content:""}.icon-meta_search::before{content:""}.icon-meta_close::before,.comp-cockpit-navigation .nav-tabs>li a.active:visited i::before,.comp-cockpit-navigation .nav-tabs>li a.active i::before{content:""}.icon-meta_back::before,.comp-cockpit-navigation-group .nav-tabs>li>a::before{content:""}.icon-meta_shopping::before,.comp-sticky-button-webshop .sticky-button-link::before{content:""}.icon-meta_gototop::before{content:""}.icon-meta_line::before{content:""}.icon-meta_scroll-left::before,.comp-horizontal-menu .slick-prev::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev::before{content:""}.icon-meta_scroll-right::before,.comp-horizontal-menu .slick-next::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next::before{content:""}.icon-meta_dropdown-close::before{content:""}.icon-meta_dropdown-open::before{content:""}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif;font-size:3.3rem;font-weight:400;line-height:1.5;color:#000;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#000;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:#4b647d;text-decoration:none}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:2.9rem;padding-bottom:2.9rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm,.container-xs{width:100%;padding-right:1.6rem;padding-left:1.6rem;margin-right:auto;margin-left:auto}@media(min-width: 409px){.container-xs,.container-xxs,.container{max-width:56.8rem}}@media(min-width: 601px){.container-sm,.container-xs,.container-xxs,.container{max-width:84.8rem}}@media(min-width: 881px){.container-md,.container-sm,.container-xs,.container-xxs,.container{max-width:93.5rem}}@media(min-width: 1280px){.container-lg,.container-md,.container-sm,.container-xs,.container-xxs,.container{max-width:138.6rem}}@media(min-width: 1878px){.container-xl,.container-lg,.container-md,.container-sm,.container-xs,.container-xxs,.container{max-width:138.6rem}}.row{display:flex;flex-wrap:wrap;margin-right:-1.6rem;margin-left:-1.6rem}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.layout-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-1-1 .comp-teaser-list-managed .column,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(1),.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(2),.teaser-list.teaser-type-project .row .column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(2),.col-xl-7,.col-xl-6,.layout-1-1>.column,.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column,.col-xl-5,.col-xl-4,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(2),.layout-2-1>.column:nth-child(2),.layout-1-2>.column:nth-child(1),.layout-1-1-1>.column,.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(1),.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.layout-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-1-1 .comp-teaser-list-managed .column,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(1),.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(2),.teaser-list.teaser-type-project .row .column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(2),.col-lg-7,.col-lg-6,.layout-1-1>.column,.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column,.col-lg-5,.col-lg-4,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(2),.layout-2-1>.column:nth-child(2),.layout-1-2>.column:nth-child(1),.layout-1-1-1>.column,.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(1),.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(1),.layout-1>.column,.layout-1-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(2),.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-1-1 .comp-teaser-list-managed .column,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.teaser-list.teaser-type-project .row .column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(2),.col-md-7,.col-md-6,.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2),.layout-1-2>.column:nth-child(1),.layout-1-1-1>.column,.col-md-5,.col-md-4,.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(1),.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(1),.layout-1>.column,.layout-1-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(2),.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-1-1 .comp-teaser-list-managed .column,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.teaser-list.teaser-type-project .row .column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(2),.col-sm-7,.col-sm-6,.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2),.layout-1-2>.column:nth-child(1),.layout-1-1-1>.column,.col-sm-5,.col-sm-4,.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(1),.col-sm-3,.col-sm-2,.col-sm-1,.col-xs,.col-xs-auto,.col-xs-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(1),.layout-1>.column,.layout-1-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(2),.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2),.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(1),.layout-1-1-1 .comp-teaser-list-managed .column,.layout-1-1-1>.column,.teaser-list.teaser-type-project .row .column:nth-child(2),.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(1),.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1,.col-xxs,.col-xxs-auto,.col-xxs-12,.col-xxs-11,.col-xxs-10,.col-xxs-9,.col-xxs-8,.col-xxs-7,.col-xxs-6,.col-xxs-5,.col-xxs-4,.col-xxs-3,.col-xxs-2,.col-xxs-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:1.6rem;padding-left:1.6rem}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 320px){.col-xxs{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxs-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxs-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxs-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxs-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxs-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxs-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxs-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxs-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxs-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxs-3{flex:0 0 25%;max-width:25%}.col-xxs-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxs-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxs-6{flex:0 0 50%;max-width:50%}.col-xxs-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxs-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxs-9{flex:0 0 75%;max-width:75%}.col-xxs-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxs-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxs-12{flex:0 0 100%;max-width:100%}.order-xxs-first{order:-1}.order-xxs-last{order:13}.order-xxs-0{order:0}.order-xxs-1{order:1}.order-xxs-2{order:2}.order-xxs-3{order:3}.order-xxs-4{order:4}.order-xxs-5{order:5}.order-xxs-6{order:6}.order-xxs-7{order:7}.order-xxs-8{order:8}.order-xxs-9{order:9}.order-xxs-10{order:10}.order-xxs-11{order:11}.order-xxs-12{order:12}.offset-xxs-0{margin-left:0}.offset-xxs-1{margin-left:8.33333333%}.offset-xxs-2{margin-left:16.66666667%}.offset-xxs-3{margin-left:25%}.offset-xxs-4{margin-left:33.33333333%}.offset-xxs-5{margin-left:41.66666667%}.offset-xxs-6{margin-left:50%}.offset-xxs-7{margin-left:58.33333333%}.offset-xxs-8{margin-left:66.66666667%}.offset-xxs-9{margin-left:75%}.offset-xxs-10{margin-left:83.33333333%}.offset-xxs-11{margin-left:91.66666667%}}@media(min-width: 409px){.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xs-1>*{flex:0 0 100%;max-width:100%}.row-cols-xs-2>*{flex:0 0 50%;max-width:50%}.row-cols-xs-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xs-4>*{flex:0 0 25%;max-width:25%}.row-cols-xs-5>*{flex:0 0 20%;max-width:20%}.row-cols-xs-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xs-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xs-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xs-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xs-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xs-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xs-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xs-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(1),.layout-1>.column,.layout-1-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(2),.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2),.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(1),.layout-1-1-1 .comp-teaser-list-managed .column,.layout-1-1-1>.column,.teaser-list.teaser-type-project .row .column:nth-child(2),.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(1){flex:0 0 100%;max-width:100%}.order-xs-first{order:-1}.order-xs-last{order:13}.order-xs-0{order:0}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.33333333%}.offset-xs-2{margin-left:16.66666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.33333333%}.offset-xs-5{margin-left:41.66666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.33333333%}.offset-xs-8{margin-left:66.66666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.33333333%}.offset-xs-11{margin-left:91.66666667%}}@media(min-width: 601px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4,.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(1){flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6,.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2),.layout-1-2>.column:nth-child(1),.layout-1-1-1>.column{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8,.teaser-list.teaser-type-project .row .column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(2){flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(1),.layout-1>.column,.layout-1-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(2),.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-1-1 .comp-teaser-list-managed .column{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 881px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4,.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(1){flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6,.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2),.layout-1-2>.column:nth-child(1),.layout-1-1-1>.column{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8,.teaser-list.teaser-type-project .row .column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(2){flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(1),.layout-1>.column,.layout-1-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(2),.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-1-1 .comp-teaser-list-managed .column{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 1280px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(2),.layout-2-1>.column:nth-child(2),.layout-1-2>.column:nth-child(1),.layout-1-1-1>.column,.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(1){flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6,.layout-1-1>.column,.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(1),.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(2),.teaser-list.teaser-type-project .row .column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(2){flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.layout-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-1-1 .comp-teaser-list-managed .column{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1878px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(2),.layout-2-1>.column:nth-child(2),.layout-1-2>.column:nth-child(1),.layout-1-1-1>.column,.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(1){flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6,.layout-1-1>.column,.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(1),.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(2),.teaser-list.teaser-type-project .row .column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(2){flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.layout-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-1-1 .comp-teaser-list-managed .column{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(min-width: 2561px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 320px){.d-xxs-none{display:none !important}.d-xxs-inline{display:inline !important}.d-xxs-inline-block{display:inline-block !important}.d-xxs-block{display:block !important}.d-xxs-table{display:table !important}.d-xxs-table-row{display:table-row !important}.d-xxs-table-cell{display:table-cell !important}.d-xxs-flex{display:flex !important}.d-xxs-inline-flex{display:inline-flex !important}}@media(min-width: 409px){.d-xs-none{display:none !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-block{display:block !important}.d-xs-table{display:table !important}.d-xs-table-row{display:table-row !important}.d-xs-table-cell{display:table-cell !important}.d-xs-flex{display:flex !important}.d-xs-inline-flex{display:inline-flex !important}}@media(min-width: 601px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 881px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 1280px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1878px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media(min-width: 2561px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 320px){.flex-xxs-row{flex-direction:row !important}.flex-xxs-column{flex-direction:column !important}.flex-xxs-row-reverse{flex-direction:row-reverse !important}.flex-xxs-column-reverse{flex-direction:column-reverse !important}.flex-xxs-wrap{flex-wrap:wrap !important}.flex-xxs-nowrap{flex-wrap:nowrap !important}.flex-xxs-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxs-fill{flex:1 1 auto !important}.flex-xxs-grow-0{flex-grow:0 !important}.flex-xxs-grow-1{flex-grow:1 !important}.flex-xxs-shrink-0{flex-shrink:0 !important}.flex-xxs-shrink-1{flex-shrink:1 !important}.justify-content-xxs-start{justify-content:flex-start !important}.justify-content-xxs-end{justify-content:flex-end !important}.justify-content-xxs-center{justify-content:center !important}.justify-content-xxs-between{justify-content:space-between !important}.justify-content-xxs-around{justify-content:space-around !important}.align-items-xxs-start{align-items:flex-start !important}.align-items-xxs-end{align-items:flex-end !important}.align-items-xxs-center{align-items:center !important}.align-items-xxs-baseline{align-items:baseline !important}.align-items-xxs-stretch{align-items:stretch !important}.align-content-xxs-start{align-content:flex-start !important}.align-content-xxs-end{align-content:flex-end !important}.align-content-xxs-center{align-content:center !important}.align-content-xxs-between{align-content:space-between !important}.align-content-xxs-around{align-content:space-around !important}.align-content-xxs-stretch{align-content:stretch !important}.align-self-xxs-auto{align-self:auto !important}.align-self-xxs-start{align-self:flex-start !important}.align-self-xxs-end{align-self:flex-end !important}.align-self-xxs-center{align-self:center !important}.align-self-xxs-baseline{align-self:baseline !important}.align-self-xxs-stretch{align-self:stretch !important}}@media(min-width: 409px){.flex-xs-row{flex-direction:row !important}.flex-xs-column{flex-direction:column !important}.flex-xs-row-reverse{flex-direction:row-reverse !important}.flex-xs-column-reverse{flex-direction:column-reverse !important}.flex-xs-wrap{flex-wrap:wrap !important}.flex-xs-nowrap{flex-wrap:nowrap !important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xs-fill{flex:1 1 auto !important}.flex-xs-grow-0{flex-grow:0 !important}.flex-xs-grow-1{flex-grow:1 !important}.flex-xs-shrink-0{flex-shrink:0 !important}.flex-xs-shrink-1{flex-shrink:1 !important}.justify-content-xs-start{justify-content:flex-start !important}.justify-content-xs-end{justify-content:flex-end !important}.justify-content-xs-center{justify-content:center !important}.justify-content-xs-between{justify-content:space-between !important}.justify-content-xs-around{justify-content:space-around !important}.align-items-xs-start{align-items:flex-start !important}.align-items-xs-end{align-items:flex-end !important}.align-items-xs-center{align-items:center !important}.align-items-xs-baseline{align-items:baseline !important}.align-items-xs-stretch{align-items:stretch !important}.align-content-xs-start{align-content:flex-start !important}.align-content-xs-end{align-content:flex-end !important}.align-content-xs-center{align-content:center !important}.align-content-xs-between{align-content:space-between !important}.align-content-xs-around{align-content:space-around !important}.align-content-xs-stretch{align-content:stretch !important}.align-self-xs-auto{align-self:auto !important}.align-self-xs-start{align-self:flex-start !important}.align-self-xs-end{align-self:flex-end !important}.align-self-xs-center{align-self:center !important}.align-self-xs-baseline{align-self:baseline !important}.align-self-xs-stretch{align-self:stretch !important}}@media(min-width: 601px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 881px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 1280px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1878px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media(min-width: 2561px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 320px){.m-xxs-0{margin:0 !important}.mt-xxs-0,.my-xxs-0{margin-top:0 !important}.mr-xxs-0,.mx-xxs-0{margin-right:0 !important}.mb-xxs-0,.my-xxs-0{margin-bottom:0 !important}.ml-xxs-0,.mx-xxs-0{margin-left:0 !important}.m-xxs-1{margin:.25rem !important}.mt-xxs-1,.my-xxs-1{margin-top:.25rem !important}.mr-xxs-1,.mx-xxs-1{margin-right:.25rem !important}.mb-xxs-1,.my-xxs-1{margin-bottom:.25rem !important}.ml-xxs-1,.mx-xxs-1{margin-left:.25rem !important}.m-xxs-2{margin:.5rem !important}.mt-xxs-2,.my-xxs-2{margin-top:.5rem !important}.mr-xxs-2,.mx-xxs-2{margin-right:.5rem !important}.mb-xxs-2,.my-xxs-2{margin-bottom:.5rem !important}.ml-xxs-2,.mx-xxs-2{margin-left:.5rem !important}.m-xxs-3{margin:1rem !important}.mt-xxs-3,.my-xxs-3{margin-top:1rem !important}.mr-xxs-3,.mx-xxs-3{margin-right:1rem !important}.mb-xxs-3,.my-xxs-3{margin-bottom:1rem !important}.ml-xxs-3,.mx-xxs-3{margin-left:1rem !important}.m-xxs-4{margin:1.5rem !important}.mt-xxs-4,.my-xxs-4{margin-top:1.5rem !important}.mr-xxs-4,.mx-xxs-4{margin-right:1.5rem !important}.mb-xxs-4,.my-xxs-4{margin-bottom:1.5rem !important}.ml-xxs-4,.mx-xxs-4{margin-left:1.5rem !important}.m-xxs-5{margin:3rem !important}.mt-xxs-5,.my-xxs-5{margin-top:3rem !important}.mr-xxs-5,.mx-xxs-5{margin-right:3rem !important}.mb-xxs-5,.my-xxs-5{margin-bottom:3rem !important}.ml-xxs-5,.mx-xxs-5{margin-left:3rem !important}.p-xxs-0{padding:0 !important}.pt-xxs-0,.py-xxs-0{padding-top:0 !important}.pr-xxs-0,.px-xxs-0{padding-right:0 !important}.pb-xxs-0,.py-xxs-0{padding-bottom:0 !important}.pl-xxs-0,.px-xxs-0{padding-left:0 !important}.p-xxs-1{padding:.25rem !important}.pt-xxs-1,.py-xxs-1{padding-top:.25rem !important}.pr-xxs-1,.px-xxs-1{padding-right:.25rem !important}.pb-xxs-1,.py-xxs-1{padding-bottom:.25rem !important}.pl-xxs-1,.px-xxs-1{padding-left:.25rem !important}.p-xxs-2{padding:.5rem !important}.pt-xxs-2,.py-xxs-2{padding-top:.5rem !important}.pr-xxs-2,.px-xxs-2{padding-right:.5rem !important}.pb-xxs-2,.py-xxs-2{padding-bottom:.5rem !important}.pl-xxs-2,.px-xxs-2{padding-left:.5rem !important}.p-xxs-3{padding:1rem !important}.pt-xxs-3,.py-xxs-3{padding-top:1rem !important}.pr-xxs-3,.px-xxs-3{padding-right:1rem !important}.pb-xxs-3,.py-xxs-3{padding-bottom:1rem !important}.pl-xxs-3,.px-xxs-3{padding-left:1rem !important}.p-xxs-4{padding:1.5rem !important}.pt-xxs-4,.py-xxs-4{padding-top:1.5rem !important}.pr-xxs-4,.px-xxs-4{padding-right:1.5rem !important}.pb-xxs-4,.py-xxs-4{padding-bottom:1.5rem !important}.pl-xxs-4,.px-xxs-4{padding-left:1.5rem !important}.p-xxs-5{padding:3rem !important}.pt-xxs-5,.py-xxs-5{padding-top:3rem !important}.pr-xxs-5,.px-xxs-5{padding-right:3rem !important}.pb-xxs-5,.py-xxs-5{padding-bottom:3rem !important}.pl-xxs-5,.px-xxs-5{padding-left:3rem !important}.m-xxs-n1{margin:-0.25rem !important}.mt-xxs-n1,.my-xxs-n1{margin-top:-0.25rem !important}.mr-xxs-n1,.mx-xxs-n1{margin-right:-0.25rem !important}.mb-xxs-n1,.my-xxs-n1{margin-bottom:-0.25rem !important}.ml-xxs-n1,.mx-xxs-n1{margin-left:-0.25rem !important}.m-xxs-n2{margin:-0.5rem !important}.mt-xxs-n2,.my-xxs-n2{margin-top:-0.5rem !important}.mr-xxs-n2,.mx-xxs-n2{margin-right:-0.5rem !important}.mb-xxs-n2,.my-xxs-n2{margin-bottom:-0.5rem !important}.ml-xxs-n2,.mx-xxs-n2{margin-left:-0.5rem !important}.m-xxs-n3{margin:-1rem !important}.mt-xxs-n3,.my-xxs-n3{margin-top:-1rem !important}.mr-xxs-n3,.mx-xxs-n3{margin-right:-1rem !important}.mb-xxs-n3,.my-xxs-n3{margin-bottom:-1rem !important}.ml-xxs-n3,.mx-xxs-n3{margin-left:-1rem !important}.m-xxs-n4{margin:-1.5rem !important}.mt-xxs-n4,.my-xxs-n4{margin-top:-1.5rem !important}.mr-xxs-n4,.mx-xxs-n4{margin-right:-1.5rem !important}.mb-xxs-n4,.my-xxs-n4{margin-bottom:-1.5rem !important}.ml-xxs-n4,.mx-xxs-n4{margin-left:-1.5rem !important}.m-xxs-n5{margin:-3rem !important}.mt-xxs-n5,.my-xxs-n5{margin-top:-3rem !important}.mr-xxs-n5,.mx-xxs-n5{margin-right:-3rem !important}.mb-xxs-n5,.my-xxs-n5{margin-bottom:-3rem !important}.ml-xxs-n5,.mx-xxs-n5{margin-left:-3rem !important}.m-xxs-auto{margin:auto !important}.mt-xxs-auto,.my-xxs-auto{margin-top:auto !important}.mr-xxs-auto,.mx-xxs-auto{margin-right:auto !important}.mb-xxs-auto,.my-xxs-auto{margin-bottom:auto !important}.ml-xxs-auto,.mx-xxs-auto{margin-left:auto !important}}@media(min-width: 409px){.m-xs-0{margin:0 !important}.mt-xs-0,.my-xs-0{margin-top:0 !important}.mr-xs-0,.mx-xs-0{margin-right:0 !important}.mb-xs-0,.my-xs-0{margin-bottom:0 !important}.ml-xs-0,.mx-xs-0{margin-left:0 !important}.m-xs-1{margin:.25rem !important}.mt-xs-1,.my-xs-1{margin-top:.25rem !important}.mr-xs-1,.mx-xs-1{margin-right:.25rem !important}.mb-xs-1,.my-xs-1{margin-bottom:.25rem !important}.ml-xs-1,.mx-xs-1{margin-left:.25rem !important}.m-xs-2{margin:.5rem !important}.mt-xs-2,.my-xs-2{margin-top:.5rem !important}.mr-xs-2,.mx-xs-2{margin-right:.5rem !important}.mb-xs-2,.my-xs-2{margin-bottom:.5rem !important}.ml-xs-2,.mx-xs-2{margin-left:.5rem !important}.m-xs-3{margin:1rem !important}.mt-xs-3,.my-xs-3{margin-top:1rem !important}.mr-xs-3,.mx-xs-3{margin-right:1rem !important}.mb-xs-3,.my-xs-3{margin-bottom:1rem !important}.ml-xs-3,.mx-xs-3{margin-left:1rem !important}.m-xs-4{margin:1.5rem !important}.mt-xs-4,.my-xs-4{margin-top:1.5rem !important}.mr-xs-4,.mx-xs-4{margin-right:1.5rem !important}.mb-xs-4,.my-xs-4{margin-bottom:1.5rem !important}.ml-xs-4,.mx-xs-4{margin-left:1.5rem !important}.m-xs-5{margin:3rem !important}.mt-xs-5,.my-xs-5{margin-top:3rem !important}.mr-xs-5,.mx-xs-5{margin-right:3rem !important}.mb-xs-5,.my-xs-5{margin-bottom:3rem !important}.ml-xs-5,.mx-xs-5{margin-left:3rem !important}.p-xs-0{padding:0 !important}.pt-xs-0,.py-xs-0{padding-top:0 !important}.pr-xs-0,.px-xs-0{padding-right:0 !important}.pb-xs-0,.py-xs-0{padding-bottom:0 !important}.pl-xs-0,.px-xs-0{padding-left:0 !important}.p-xs-1{padding:.25rem !important}.pt-xs-1,.py-xs-1{padding-top:.25rem !important}.pr-xs-1,.px-xs-1{padding-right:.25rem !important}.pb-xs-1,.py-xs-1{padding-bottom:.25rem !important}.pl-xs-1,.px-xs-1{padding-left:.25rem !important}.p-xs-2{padding:.5rem !important}.pt-xs-2,.py-xs-2{padding-top:.5rem !important}.pr-xs-2,.px-xs-2{padding-right:.5rem !important}.pb-xs-2,.py-xs-2{padding-bottom:.5rem !important}.pl-xs-2,.px-xs-2{padding-left:.5rem !important}.p-xs-3{padding:1rem !important}.pt-xs-3,.py-xs-3{padding-top:1rem !important}.pr-xs-3,.px-xs-3{padding-right:1rem !important}.pb-xs-3,.py-xs-3{padding-bottom:1rem !important}.pl-xs-3,.px-xs-3{padding-left:1rem !important}.p-xs-4{padding:1.5rem !important}.pt-xs-4,.py-xs-4{padding-top:1.5rem !important}.pr-xs-4,.px-xs-4{padding-right:1.5rem !important}.pb-xs-4,.py-xs-4{padding-bottom:1.5rem !important}.pl-xs-4,.px-xs-4{padding-left:1.5rem !important}.p-xs-5{padding:3rem !important}.pt-xs-5,.py-xs-5{padding-top:3rem !important}.pr-xs-5,.px-xs-5{padding-right:3rem !important}.pb-xs-5,.py-xs-5{padding-bottom:3rem !important}.pl-xs-5,.px-xs-5{padding-left:3rem !important}.m-xs-n1{margin:-0.25rem !important}.mt-xs-n1,.my-xs-n1{margin-top:-0.25rem !important}.mr-xs-n1,.mx-xs-n1{margin-right:-0.25rem !important}.mb-xs-n1,.my-xs-n1{margin-bottom:-0.25rem !important}.ml-xs-n1,.mx-xs-n1{margin-left:-0.25rem !important}.m-xs-n2{margin:-0.5rem !important}.mt-xs-n2,.my-xs-n2{margin-top:-0.5rem !important}.mr-xs-n2,.mx-xs-n2{margin-right:-0.5rem !important}.mb-xs-n2,.my-xs-n2{margin-bottom:-0.5rem !important}.ml-xs-n2,.mx-xs-n2{margin-left:-0.5rem !important}.m-xs-n3{margin:-1rem !important}.mt-xs-n3,.my-xs-n3{margin-top:-1rem !important}.mr-xs-n3,.mx-xs-n3{margin-right:-1rem !important}.mb-xs-n3,.my-xs-n3{margin-bottom:-1rem !important}.ml-xs-n3,.mx-xs-n3{margin-left:-1rem !important}.m-xs-n4{margin:-1.5rem !important}.mt-xs-n4,.my-xs-n4{margin-top:-1.5rem !important}.mr-xs-n4,.mx-xs-n4{margin-right:-1.5rem !important}.mb-xs-n4,.my-xs-n4{margin-bottom:-1.5rem !important}.ml-xs-n4,.mx-xs-n4{margin-left:-1.5rem !important}.m-xs-n5{margin:-3rem !important}.mt-xs-n5,.my-xs-n5{margin-top:-3rem !important}.mr-xs-n5,.mx-xs-n5{margin-right:-3rem !important}.mb-xs-n5,.my-xs-n5{margin-bottom:-3rem !important}.ml-xs-n5,.mx-xs-n5{margin-left:-3rem !important}.m-xs-auto{margin:auto !important}.mt-xs-auto,.my-xs-auto{margin-top:auto !important}.mr-xs-auto,.mx-xs-auto{margin-right:auto !important}.mb-xs-auto,.my-xs-auto{margin-bottom:auto !important}.ml-xs-auto,.mx-xs-auto{margin-left:auto !important}}@media(min-width: 601px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 881px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 1280px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1878px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media(min-width: 2561px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-n1{margin:-0.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-0.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-0.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-0.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-0.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-0.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-0.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.border{border:2px solid #c1c9d1 !important}.border-top{border-top:2px solid #c1c9d1 !important}.border-right{border-right:2px solid #c1c9d1 !important}.border-bottom{border-bottom:2px solid #c1c9d1 !important}.border-left{border-left:2px solid #c1c9d1 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#4b647d !important}.border-secondary{border-color:#ffcb3e !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#343a40 !important}.border-primary-light{border-color:#697d91 !important}.border-secondary-dark{border-color:#ffbb02 !important}.border-secondary-light{border-color:#ffd666 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:4px !important}.rounded-top{border-top-left-radius:4px !important;border-top-right-radius:4px !important}.rounded-right{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.rounded-bottom{border-bottom-right-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-left{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 320px){.d-xxs-none{display:none !important}.d-xxs-inline{display:inline !important}.d-xxs-inline-block{display:inline-block !important}.d-xxs-block{display:block !important}.d-xxs-table{display:table !important}.d-xxs-table-row{display:table-row !important}.d-xxs-table-cell{display:table-cell !important}.d-xxs-flex{display:flex !important}.d-xxs-inline-flex{display:inline-flex !important}}@media(min-width: 409px){.d-xs-none{display:none !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-block{display:block !important}.d-xs-table{display:table !important}.d-xs-table-row{display:table-row !important}.d-xs-table-cell{display:table-cell !important}.d-xs-flex{display:flex !important}.d-xs-inline-flex{display:inline-flex !important}}@media(min-width: 601px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 881px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 1280px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1878px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media(min-width: 2561px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 320px){.flex-xxs-row{flex-direction:row !important}.flex-xxs-column{flex-direction:column !important}.flex-xxs-row-reverse{flex-direction:row-reverse !important}.flex-xxs-column-reverse{flex-direction:column-reverse !important}.flex-xxs-wrap{flex-wrap:wrap !important}.flex-xxs-nowrap{flex-wrap:nowrap !important}.flex-xxs-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxs-fill{flex:1 1 auto !important}.flex-xxs-grow-0{flex-grow:0 !important}.flex-xxs-grow-1{flex-grow:1 !important}.flex-xxs-shrink-0{flex-shrink:0 !important}.flex-xxs-shrink-1{flex-shrink:1 !important}.justify-content-xxs-start{justify-content:flex-start !important}.justify-content-xxs-end{justify-content:flex-end !important}.justify-content-xxs-center{justify-content:center !important}.justify-content-xxs-between{justify-content:space-between !important}.justify-content-xxs-around{justify-content:space-around !important}.align-items-xxs-start{align-items:flex-start !important}.align-items-xxs-end{align-items:flex-end !important}.align-items-xxs-center{align-items:center !important}.align-items-xxs-baseline{align-items:baseline !important}.align-items-xxs-stretch{align-items:stretch !important}.align-content-xxs-start{align-content:flex-start !important}.align-content-xxs-end{align-content:flex-end !important}.align-content-xxs-center{align-content:center !important}.align-content-xxs-between{align-content:space-between !important}.align-content-xxs-around{align-content:space-around !important}.align-content-xxs-stretch{align-content:stretch !important}.align-self-xxs-auto{align-self:auto !important}.align-self-xxs-start{align-self:flex-start !important}.align-self-xxs-end{align-self:flex-end !important}.align-self-xxs-center{align-self:center !important}.align-self-xxs-baseline{align-self:baseline !important}.align-self-xxs-stretch{align-self:stretch !important}}@media(min-width: 409px){.flex-xs-row{flex-direction:row !important}.flex-xs-column{flex-direction:column !important}.flex-xs-row-reverse{flex-direction:row-reverse !important}.flex-xs-column-reverse{flex-direction:column-reverse !important}.flex-xs-wrap{flex-wrap:wrap !important}.flex-xs-nowrap{flex-wrap:nowrap !important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xs-fill{flex:1 1 auto !important}.flex-xs-grow-0{flex-grow:0 !important}.flex-xs-grow-1{flex-grow:1 !important}.flex-xs-shrink-0{flex-shrink:0 !important}.flex-xs-shrink-1{flex-shrink:1 !important}.justify-content-xs-start{justify-content:flex-start !important}.justify-content-xs-end{justify-content:flex-end !important}.justify-content-xs-center{justify-content:center !important}.justify-content-xs-between{justify-content:space-between !important}.justify-content-xs-around{justify-content:space-around !important}.align-items-xs-start{align-items:flex-start !important}.align-items-xs-end{align-items:flex-end !important}.align-items-xs-center{align-items:center !important}.align-items-xs-baseline{align-items:baseline !important}.align-items-xs-stretch{align-items:stretch !important}.align-content-xs-start{align-content:flex-start !important}.align-content-xs-end{align-content:flex-end !important}.align-content-xs-center{align-content:center !important}.align-content-xs-between{align-content:space-between !important}.align-content-xs-around{align-content:space-around !important}.align-content-xs-stretch{align-content:stretch !important}.align-self-xs-auto{align-self:auto !important}.align-self-xs-start{align-self:flex-start !important}.align-self-xs-end{align-self:flex-end !important}.align-self-xs-center{align-self:center !important}.align-self-xs-baseline{align-self:baseline !important}.align-self-xs-stretch{align-self:stretch !important}}@media(min-width: 601px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 881px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 1280px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1878px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media(min-width: 2561px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width: 320px){.float-xxs-left{float:left !important}.float-xxs-right{float:right !important}.float-xxs-none{float:none !important}}@media(min-width: 409px){.float-xs-left{float:left !important}.float-xs-right{float:right !important}.float-xs-none{float:none !important}}@media(min-width: 601px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 881px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 1280px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1878px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}@media(min-width: 2561px){.float-xxl-left{float:left !important}.float-xxl-right{float:right !important}.float-xxl-none{float:none !important}}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 320px){.m-xxs-0{margin:0 !important}.mt-xxs-0,.my-xxs-0{margin-top:0 !important}.mr-xxs-0,.mx-xxs-0{margin-right:0 !important}.mb-xxs-0,.my-xxs-0{margin-bottom:0 !important}.ml-xxs-0,.mx-xxs-0{margin-left:0 !important}.m-xxs-1{margin:.25rem !important}.mt-xxs-1,.my-xxs-1{margin-top:.25rem !important}.mr-xxs-1,.mx-xxs-1{margin-right:.25rem !important}.mb-xxs-1,.my-xxs-1{margin-bottom:.25rem !important}.ml-xxs-1,.mx-xxs-1{margin-left:.25rem !important}.m-xxs-2{margin:.5rem !important}.mt-xxs-2,.my-xxs-2{margin-top:.5rem !important}.mr-xxs-2,.mx-xxs-2{margin-right:.5rem !important}.mb-xxs-2,.my-xxs-2{margin-bottom:.5rem !important}.ml-xxs-2,.mx-xxs-2{margin-left:.5rem !important}.m-xxs-3{margin:1rem !important}.mt-xxs-3,.my-xxs-3{margin-top:1rem !important}.mr-xxs-3,.mx-xxs-3{margin-right:1rem !important}.mb-xxs-3,.my-xxs-3{margin-bottom:1rem !important}.ml-xxs-3,.mx-xxs-3{margin-left:1rem !important}.m-xxs-4{margin:1.5rem !important}.mt-xxs-4,.my-xxs-4{margin-top:1.5rem !important}.mr-xxs-4,.mx-xxs-4{margin-right:1.5rem !important}.mb-xxs-4,.my-xxs-4{margin-bottom:1.5rem !important}.ml-xxs-4,.mx-xxs-4{margin-left:1.5rem !important}.m-xxs-5{margin:3rem !important}.mt-xxs-5,.my-xxs-5{margin-top:3rem !important}.mr-xxs-5,.mx-xxs-5{margin-right:3rem !important}.mb-xxs-5,.my-xxs-5{margin-bottom:3rem !important}.ml-xxs-5,.mx-xxs-5{margin-left:3rem !important}.p-xxs-0{padding:0 !important}.pt-xxs-0,.py-xxs-0{padding-top:0 !important}.pr-xxs-0,.px-xxs-0{padding-right:0 !important}.pb-xxs-0,.py-xxs-0{padding-bottom:0 !important}.pl-xxs-0,.px-xxs-0{padding-left:0 !important}.p-xxs-1{padding:.25rem !important}.pt-xxs-1,.py-xxs-1{padding-top:.25rem !important}.pr-xxs-1,.px-xxs-1{padding-right:.25rem !important}.pb-xxs-1,.py-xxs-1{padding-bottom:.25rem !important}.pl-xxs-1,.px-xxs-1{padding-left:.25rem !important}.p-xxs-2{padding:.5rem !important}.pt-xxs-2,.py-xxs-2{padding-top:.5rem !important}.pr-xxs-2,.px-xxs-2{padding-right:.5rem !important}.pb-xxs-2,.py-xxs-2{padding-bottom:.5rem !important}.pl-xxs-2,.px-xxs-2{padding-left:.5rem !important}.p-xxs-3{padding:1rem !important}.pt-xxs-3,.py-xxs-3{padding-top:1rem !important}.pr-xxs-3,.px-xxs-3{padding-right:1rem !important}.pb-xxs-3,.py-xxs-3{padding-bottom:1rem !important}.pl-xxs-3,.px-xxs-3{padding-left:1rem !important}.p-xxs-4{padding:1.5rem !important}.pt-xxs-4,.py-xxs-4{padding-top:1.5rem !important}.pr-xxs-4,.px-xxs-4{padding-right:1.5rem !important}.pb-xxs-4,.py-xxs-4{padding-bottom:1.5rem !important}.pl-xxs-4,.px-xxs-4{padding-left:1.5rem !important}.p-xxs-5{padding:3rem !important}.pt-xxs-5,.py-xxs-5{padding-top:3rem !important}.pr-xxs-5,.px-xxs-5{padding-right:3rem !important}.pb-xxs-5,.py-xxs-5{padding-bottom:3rem !important}.pl-xxs-5,.px-xxs-5{padding-left:3rem !important}.m-xxs-n1{margin:-0.25rem !important}.mt-xxs-n1,.my-xxs-n1{margin-top:-0.25rem !important}.mr-xxs-n1,.mx-xxs-n1{margin-right:-0.25rem !important}.mb-xxs-n1,.my-xxs-n1{margin-bottom:-0.25rem !important}.ml-xxs-n1,.mx-xxs-n1{margin-left:-0.25rem !important}.m-xxs-n2{margin:-0.5rem !important}.mt-xxs-n2,.my-xxs-n2{margin-top:-0.5rem !important}.mr-xxs-n2,.mx-xxs-n2{margin-right:-0.5rem !important}.mb-xxs-n2,.my-xxs-n2{margin-bottom:-0.5rem !important}.ml-xxs-n2,.mx-xxs-n2{margin-left:-0.5rem !important}.m-xxs-n3{margin:-1rem !important}.mt-xxs-n3,.my-xxs-n3{margin-top:-1rem !important}.mr-xxs-n3,.mx-xxs-n3{margin-right:-1rem !important}.mb-xxs-n3,.my-xxs-n3{margin-bottom:-1rem !important}.ml-xxs-n3,.mx-xxs-n3{margin-left:-1rem !important}.m-xxs-n4{margin:-1.5rem !important}.mt-xxs-n4,.my-xxs-n4{margin-top:-1.5rem !important}.mr-xxs-n4,.mx-xxs-n4{margin-right:-1.5rem !important}.mb-xxs-n4,.my-xxs-n4{margin-bottom:-1.5rem !important}.ml-xxs-n4,.mx-xxs-n4{margin-left:-1.5rem !important}.m-xxs-n5{margin:-3rem !important}.mt-xxs-n5,.my-xxs-n5{margin-top:-3rem !important}.mr-xxs-n5,.mx-xxs-n5{margin-right:-3rem !important}.mb-xxs-n5,.my-xxs-n5{margin-bottom:-3rem !important}.ml-xxs-n5,.mx-xxs-n5{margin-left:-3rem !important}.m-xxs-auto{margin:auto !important}.mt-xxs-auto,.my-xxs-auto{margin-top:auto !important}.mr-xxs-auto,.mx-xxs-auto{margin-right:auto !important}.mb-xxs-auto,.my-xxs-auto{margin-bottom:auto !important}.ml-xxs-auto,.mx-xxs-auto{margin-left:auto !important}}@media(min-width: 409px){.m-xs-0{margin:0 !important}.mt-xs-0,.my-xs-0{margin-top:0 !important}.mr-xs-0,.mx-xs-0{margin-right:0 !important}.mb-xs-0,.my-xs-0{margin-bottom:0 !important}.ml-xs-0,.mx-xs-0{margin-left:0 !important}.m-xs-1{margin:.25rem !important}.mt-xs-1,.my-xs-1{margin-top:.25rem !important}.mr-xs-1,.mx-xs-1{margin-right:.25rem !important}.mb-xs-1,.my-xs-1{margin-bottom:.25rem !important}.ml-xs-1,.mx-xs-1{margin-left:.25rem !important}.m-xs-2{margin:.5rem !important}.mt-xs-2,.my-xs-2{margin-top:.5rem !important}.mr-xs-2,.mx-xs-2{margin-right:.5rem !important}.mb-xs-2,.my-xs-2{margin-bottom:.5rem !important}.ml-xs-2,.mx-xs-2{margin-left:.5rem !important}.m-xs-3{margin:1rem !important}.mt-xs-3,.my-xs-3{margin-top:1rem !important}.mr-xs-3,.mx-xs-3{margin-right:1rem !important}.mb-xs-3,.my-xs-3{margin-bottom:1rem !important}.ml-xs-3,.mx-xs-3{margin-left:1rem !important}.m-xs-4{margin:1.5rem !important}.mt-xs-4,.my-xs-4{margin-top:1.5rem !important}.mr-xs-4,.mx-xs-4{margin-right:1.5rem !important}.mb-xs-4,.my-xs-4{margin-bottom:1.5rem !important}.ml-xs-4,.mx-xs-4{margin-left:1.5rem !important}.m-xs-5{margin:3rem !important}.mt-xs-5,.my-xs-5{margin-top:3rem !important}.mr-xs-5,.mx-xs-5{margin-right:3rem !important}.mb-xs-5,.my-xs-5{margin-bottom:3rem !important}.ml-xs-5,.mx-xs-5{margin-left:3rem !important}.p-xs-0{padding:0 !important}.pt-xs-0,.py-xs-0{padding-top:0 !important}.pr-xs-0,.px-xs-0{padding-right:0 !important}.pb-xs-0,.py-xs-0{padding-bottom:0 !important}.pl-xs-0,.px-xs-0{padding-left:0 !important}.p-xs-1{padding:.25rem !important}.pt-xs-1,.py-xs-1{padding-top:.25rem !important}.pr-xs-1,.px-xs-1{padding-right:.25rem !important}.pb-xs-1,.py-xs-1{padding-bottom:.25rem !important}.pl-xs-1,.px-xs-1{padding-left:.25rem !important}.p-xs-2{padding:.5rem !important}.pt-xs-2,.py-xs-2{padding-top:.5rem !important}.pr-xs-2,.px-xs-2{padding-right:.5rem !important}.pb-xs-2,.py-xs-2{padding-bottom:.5rem !important}.pl-xs-2,.px-xs-2{padding-left:.5rem !important}.p-xs-3{padding:1rem !important}.pt-xs-3,.py-xs-3{padding-top:1rem !important}.pr-xs-3,.px-xs-3{padding-right:1rem !important}.pb-xs-3,.py-xs-3{padding-bottom:1rem !important}.pl-xs-3,.px-xs-3{padding-left:1rem !important}.p-xs-4{padding:1.5rem !important}.pt-xs-4,.py-xs-4{padding-top:1.5rem !important}.pr-xs-4,.px-xs-4{padding-right:1.5rem !important}.pb-xs-4,.py-xs-4{padding-bottom:1.5rem !important}.pl-xs-4,.px-xs-4{padding-left:1.5rem !important}.p-xs-5{padding:3rem !important}.pt-xs-5,.py-xs-5{padding-top:3rem !important}.pr-xs-5,.px-xs-5{padding-right:3rem !important}.pb-xs-5,.py-xs-5{padding-bottom:3rem !important}.pl-xs-5,.px-xs-5{padding-left:3rem !important}.m-xs-n1{margin:-0.25rem !important}.mt-xs-n1,.my-xs-n1{margin-top:-0.25rem !important}.mr-xs-n1,.mx-xs-n1{margin-right:-0.25rem !important}.mb-xs-n1,.my-xs-n1{margin-bottom:-0.25rem !important}.ml-xs-n1,.mx-xs-n1{margin-left:-0.25rem !important}.m-xs-n2{margin:-0.5rem !important}.mt-xs-n2,.my-xs-n2{margin-top:-0.5rem !important}.mr-xs-n2,.mx-xs-n2{margin-right:-0.5rem !important}.mb-xs-n2,.my-xs-n2{margin-bottom:-0.5rem !important}.ml-xs-n2,.mx-xs-n2{margin-left:-0.5rem !important}.m-xs-n3{margin:-1rem !important}.mt-xs-n3,.my-xs-n3{margin-top:-1rem !important}.mr-xs-n3,.mx-xs-n3{margin-right:-1rem !important}.mb-xs-n3,.my-xs-n3{margin-bottom:-1rem !important}.ml-xs-n3,.mx-xs-n3{margin-left:-1rem !important}.m-xs-n4{margin:-1.5rem !important}.mt-xs-n4,.my-xs-n4{margin-top:-1.5rem !important}.mr-xs-n4,.mx-xs-n4{margin-right:-1.5rem !important}.mb-xs-n4,.my-xs-n4{margin-bottom:-1.5rem !important}.ml-xs-n4,.mx-xs-n4{margin-left:-1.5rem !important}.m-xs-n5{margin:-3rem !important}.mt-xs-n5,.my-xs-n5{margin-top:-3rem !important}.mr-xs-n5,.mx-xs-n5{margin-right:-3rem !important}.mb-xs-n5,.my-xs-n5{margin-bottom:-3rem !important}.ml-xs-n5,.mx-xs-n5{margin-left:-3rem !important}.m-xs-auto{margin:auto !important}.mt-xs-auto,.my-xs-auto{margin-top:auto !important}.mr-xs-auto,.mx-xs-auto{margin-right:auto !important}.mb-xs-auto,.my-xs-auto{margin-bottom:auto !important}.ml-xs-auto,.mx-xs-auto{margin-left:auto !important}}@media(min-width: 601px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 881px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 1280px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1878px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media(min-width: 2561px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-n1{margin:-0.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-0.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-0.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-0.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-0.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-0.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-0.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width: 320px){.text-xxs-left{text-align:left !important}.text-xxs-right{text-align:right !important}.text-xxs-center{text-align:center !important}}@media(min-width: 409px){.text-xs-left{text-align:left !important}.text-xs-right{text-align:right !important}.text-xs-center{text-align:center !important}}@media(min-width: 601px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 881px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 1280px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1878px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 2561px){.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#4b647d !important}a.text-primary:hover,a.text-primary:focus{color:#2e3e4d !important}.text-secondary{color:#ffcb3e !important}a.text-secondary:hover,a.text-secondary:focus{color:#f1b000 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-primary-light{color:#697d91 !important}a.text-primary-light:hover,a.text-primary-light:focus{color:#495765 !important}.text-secondary-dark{color:#ffbb02 !important}a.text-secondary-dark:hover,a.text-secondary-dark:focus{color:#b58400 !important}.text-secondary-light{color:#ffd666 !important}a.text-secondary-light:hover,a.text-secondary-light:focus{color:#ffc21a !important}.text-body{color:#000 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0;line-height:1}.figure-caption{font-size:90%;color:#6c757d}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0;font-weight:500;line-height:1.2;color:#000}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:4.3rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:0.875em;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled,.comp-video .controls,.comp-sharelinks-header .shariff ul,.comp-sharelinks-header .shariff-overlay ul,.comp-sharelinks .shariff ul{padding-left:0;list-style:none}.list-inline,.comp-author-list .comp-author-list__people-text{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:0;font-size:1.25rem}.blockquote-footer{display:block;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.btn{display:inline-block;font-weight:400;color:#000;text-align:center;vertical-align:middle;user-select:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:1rem 2rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#000;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:none}.btn.disabled,.btn:disabled{opacity:1}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary,.comp-button-list .button-list__btn--secondary{color:#fff;background-color:#4b647d;border-color:#4b647d}.btn-primary:hover,.comp-button-list .button-list__btn--secondary:hover{color:#fff;background-color:#3d5165;border-color:#384b5d}.btn-primary:focus,.comp-button-list .button-list__btn--secondary:focus,.btn-primary.focus,.comp-button-list .focus.button-list__btn--secondary{color:#fff;background-color:#3d5165;border-color:#384b5d;box-shadow:0 0 0 0 rgba(102,123,145,.5)}.btn-primary.disabled,.comp-button-list .disabled.button-list__btn--secondary,.btn-primary:disabled,.comp-button-list .button-list__btn--secondary:disabled{color:#fff;background-color:#4b647d;border-color:#4b647d}.btn-primary:not(:disabled):not(.disabled):active,.comp-button-list .button-list__btn--secondary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.comp-button-list .button-list__btn--secondary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle,.comp-button-list .show>.dropdown-toggle.button-list__btn--secondary{color:#fff;background-color:#384b5d;border-color:#345}.btn-primary:not(:disabled):not(.disabled):active:focus,.comp-button-list .button-list__btn--secondary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.comp-button-list .button-list__btn--secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus,.comp-button-list .show>.dropdown-toggle.button-list__btn--secondary:focus{box-shadow:0 0 0 0 rgba(102,123,145,.5)}.btn-secondary,.comp-button-list .button-list__btn--primary{color:#212529;background-color:#ffcb3e;border-color:#ffcb3e}.btn-secondary:hover,.comp-button-list .button-list__btn--primary:hover{color:#212529;background-color:#ffc118;border-color:#ffbd0b}.btn-secondary:focus,.comp-button-list .button-list__btn--primary:focus,.btn-secondary.focus,.comp-button-list .focus.button-list__btn--primary{color:#212529;background-color:#ffc118;border-color:#ffbd0b;box-shadow:0 0 0 0 rgba(222,178,59,.5)}.btn-secondary.disabled,.comp-button-list .disabled.button-list__btn--primary,.btn-secondary:disabled,.comp-button-list .button-list__btn--primary:disabled{color:#212529;background-color:#ffcb3e;border-color:#ffcb3e}.btn-secondary:not(:disabled):not(.disabled):active,.comp-button-list .button-list__btn--primary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.comp-button-list .button-list__btn--primary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle,.comp-button-list .show>.dropdown-toggle.button-list__btn--primary{color:#212529;background-color:#ffbd0b;border-color:#fdb900}.btn-secondary:not(:disabled):not(.disabled):active:focus,.comp-button-list .button-list__btn--primary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.comp-button-list .button-list__btn--primary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus,.comp-button-list .show>.dropdown-toggle.button-list__btn--primary:focus{box-shadow:0 0 0 0 rgba(222,178,59,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 0 rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 0 rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 0 rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 0 rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 0 rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 0 rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(82,88,93,.5)}.btn-primary-light{color:#fff;background-color:#697d91;border-color:#697d91}.btn-primary-light:hover{color:#fff;background-color:#596a7b;border-color:#546473}.btn-primary-light:focus,.btn-primary-light.focus{color:#fff;background-color:#596a7b;border-color:#546473;box-shadow:0 0 0 0 rgba(128,145,162,.5)}.btn-primary-light.disabled,.btn-primary-light:disabled{color:#fff;background-color:#697d91;border-color:#697d91}.btn-primary-light:not(:disabled):not(.disabled):active,.btn-primary-light:not(:disabled):not(.disabled).active,.show>.btn-primary-light.dropdown-toggle{color:#fff;background-color:#546473;border-color:#4e5d6c}.btn-primary-light:not(:disabled):not(.disabled):active:focus,.btn-primary-light:not(:disabled):not(.disabled).active:focus,.show>.btn-primary-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(128,145,162,.5)}.btn-secondary-dark{color:#212529;background-color:#ffbb02;border-color:#ffbb02}.btn-secondary-dark:hover{color:#212529;background-color:#dba000;border-color:#ce9700}.btn-secondary-dark:focus,.btn-secondary-dark.focus{color:#212529;background-color:#dba000;border-color:#ce9700;box-shadow:0 0 0 0 rgba(222,165,8,.5)}.btn-secondary-dark.disabled,.btn-secondary-dark:disabled{color:#212529;background-color:#ffbb02;border-color:#ffbb02}.btn-secondary-dark:not(:disabled):not(.disabled):active,.btn-secondary-dark:not(:disabled):not(.disabled).active,.show>.btn-secondary-dark.dropdown-toggle{color:#212529;background-color:#ce9700;border-color:#c18d00}.btn-secondary-dark:not(:disabled):not(.disabled):active:focus,.btn-secondary-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(222,165,8,.5)}.btn-secondary-light{color:#212529;background-color:#ffd666;border-color:#ffd666}.btn-secondary-light:hover{color:#212529;background-color:#ffcc40;border-color:#ffc833}.btn-secondary-light:focus,.btn-secondary-light.focus{color:#212529;background-color:#ffcc40;border-color:#ffc833;box-shadow:0 0 0 0 rgba(222,187,93,.5)}.btn-secondary-light.disabled,.btn-secondary-light:disabled{color:#212529;background-color:#ffd666;border-color:#ffd666}.btn-secondary-light:not(:disabled):not(.disabled):active,.btn-secondary-light:not(:disabled):not(.disabled).active,.show>.btn-secondary-light.dropdown-toggle{color:#212529;background-color:#ffc833;border-color:#ffc526}.btn-secondary-light:not(:disabled):not(.disabled):active:focus,.btn-secondary-light:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(222,187,93,.5)}.btn-outline-primary{color:#4b647d;border-color:#4b647d}.btn-outline-primary:hover{color:#fff;background-color:#4b647d;border-color:#4b647d}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 0 rgba(75,100,125,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#4b647d;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#4b647d;border-color:#4b647d}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(75,100,125,.5)}.btn-outline-secondary,.comp-button-list .button-list__btn--tertiary{color:#ffcb3e;border-color:#ffcb3e}.btn-outline-secondary:hover,.comp-button-list .button-list__btn--tertiary:hover{color:#212529;background-color:#ffcb3e;border-color:#ffcb3e}.btn-outline-secondary:focus,.comp-button-list .button-list__btn--tertiary:focus,.btn-outline-secondary.focus,.comp-button-list .focus.button-list__btn--tertiary{box-shadow:0 0 0 0 rgba(255,203,62,.5)}.btn-outline-secondary.disabled,.comp-button-list .disabled.button-list__btn--tertiary,.btn-outline-secondary:disabled,.comp-button-list .button-list__btn--tertiary:disabled{color:#ffcb3e;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled):not(.disabled):active,.comp-button-list .button-list__btn--tertiary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.comp-button-list .button-list__btn--tertiary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle,.comp-button-list .show>.dropdown-toggle.button-list__btn--tertiary{color:#212529;background-color:#ffcb3e;border-color:#ffcb3e}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.comp-button-list .button-list__btn--tertiary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.comp-button-list .button-list__btn--tertiary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus,.comp-button-list .show>.dropdown-toggle.button-list__btn--tertiary:focus{box-shadow:0 0 0 0 rgba(255,203,62,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 0 rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:rgba(0,0,0,0)}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 0 rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:rgba(0,0,0,0)}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 0 rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:rgba(0,0,0,0)}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 0 rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:rgba(0,0,0,0)}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 0 rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:rgba(0,0,0,0)}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 0 rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:rgba(0,0,0,0)}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(52,58,64,.5)}.btn-outline-primary-light{color:#697d91;border-color:#697d91}.btn-outline-primary-light:hover{color:#fff;background-color:#697d91;border-color:#697d91}.btn-outline-primary-light:focus,.btn-outline-primary-light.focus{box-shadow:0 0 0 0 rgba(105,125,145,.5)}.btn-outline-primary-light.disabled,.btn-outline-primary-light:disabled{color:#697d91;background-color:rgba(0,0,0,0)}.btn-outline-primary-light:not(:disabled):not(.disabled):active,.btn-outline-primary-light:not(:disabled):not(.disabled).active,.show>.btn-outline-primary-light.dropdown-toggle{color:#fff;background-color:#697d91;border-color:#697d91}.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus,.btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(105,125,145,.5)}.btn-outline-secondary-dark{color:#ffbb02;border-color:#ffbb02}.btn-outline-secondary-dark:hover{color:#212529;background-color:#ffbb02;border-color:#ffbb02}.btn-outline-secondary-dark:focus,.btn-outline-secondary-dark.focus{box-shadow:0 0 0 0 rgba(255,187,2,.5)}.btn-outline-secondary-dark.disabled,.btn-outline-secondary-dark:disabled{color:#ffbb02;background-color:rgba(0,0,0,0)}.btn-outline-secondary-dark:not(:disabled):not(.disabled):active,.btn-outline-secondary-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary-dark.dropdown-toggle{color:#212529;background-color:#ffbb02;border-color:#ffbb02}.btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,187,2,.5)}.btn-outline-secondary-light{color:#ffd666;border-color:#ffd666}.btn-outline-secondary-light:hover{color:#212529;background-color:#ffd666;border-color:#ffd666}.btn-outline-secondary-light:focus,.btn-outline-secondary-light.focus{box-shadow:0 0 0 0 rgba(255,214,102,.5)}.btn-outline-secondary-light.disabled,.btn-outline-secondary-light:disabled{color:#ffd666;background-color:rgba(0,0,0,0)}.btn-outline-secondary-light:not(:disabled):not(.disabled):active,.btn-outline-secondary-light:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary-light.dropdown-toggle{color:#212529;background-color:#ffd666;border-color:#ffd666}.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,214,102,.5)}.btn-link{font-weight:400;color:#000;text-decoration:none}.btn-link:hover{color:#4b647d;text-decoration:none}.btn-link:focus,.btn-link.focus{text-decoration:none}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none;background-color:rgba(0,0,0,0);border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:""}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#c1c9d1}.form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:1rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;color:#000;background-color:#fff;background-clip:padding-box;border:1px solid #c1c9d1;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}select.form-control:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}select.form-control:focus::-ms-value{color:#000;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(1rem + 1px);padding-bottom:calc(1rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:1rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:4rem !important;background-position:right 2rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:4rem !important;background-position:right 2rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 601px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.custom-control{position:relative;z-index:1;display:block;min-height:4.95rem;padding-left:2.9rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:2.4rem;height:3.675rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#000}.custom-control-input:focus~.custom-control-label::before{box-shadow:none}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:1.275rem;left:-2.9rem;display:block;width:2.4rem;height:2.4rem;pointer-events:none;content:"";background-color:rgba(0,0,0,0);border:2px solid #c1c9d1}.custom-control-label::after{position:absolute;top:1.275rem;left:-2.9rem;display:block;width:2.4rem;height:2.4rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(1.275rem + 4px);left:calc(-2.25rem + 4px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#c1c9d1;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:rgba(0,0,0,0);transform:translateX(-0.65rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#000;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:4.8rem;margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:4.8rem;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .075rem #fff,0 0 0 .2rem #4b647d}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input:lang(de)~.custom-file-label::after{content:"Durchsuchen"}.custom-file-input:lang(fr)~.custom-file-label::after{content:"Recherche"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:4.8rem;padding:1rem 1rem;overflow:hidden;font-weight:400;line-height:2rem;color:#000;background-color:#fff;border:2px solid #c1c9d1;border-radius:4px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 0.75rem);padding:1rem 1rem;line-height:2rem;color:#fff;content:"Browse";background-color:#4b647d;border-left:inherit;border-radius:0 4px 4px 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid rgba(0,0,0,0)}.nav-tabs .nav-link{margin-bottom:-1px;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:rgba(0,0,0,0)}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #eff1f3;border-radius:0}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:0}.card-title{margin-bottom:0}.card-subtitle{margin-top:0;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:0}.card-header{padding:0 0;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:2px solid #eff1f3}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-footer{padding:0 0;background-color:rgba(0,0,0,.03);border-top:2px solid #eff1f3}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:0;margin-bottom:0;margin-left:0;border-bottom:0}.card-header-pills{margin-right:0;margin-left:0}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(0.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media(min-width: 601px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width: 601px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width: 601px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-2px}.table{width:100%;margin-bottom:0;color:#212529}.table th,.table td{padding:2.9rem;vertical-align:top;border-top:2px solid #c1c9d1}.table thead th{vertical-align:bottom;border-bottom:4px solid #c1c9d1}.table tbody+tbody{border-top:4px solid #c1c9d1}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:2px solid #c1c9d1}.table-bordered th,.table-bordered td{border:2px solid #c1c9d1}.table-bordered thead th,.table-bordered thead td{border-bottom-width:4px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#cdd4db}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#a1aebb}.table-hover .table-primary:hover{background-color:#bec7d0}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#bec7d0}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#fff0c9}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#ffe49b}.table-hover .table-secondary:hover{background-color:#ffe9b0}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#ffe9b0}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-primary-light,.table-primary-light>th,.table-primary-light>td{background-color:#d5dbe0}.table-primary-light th,.table-primary-light td,.table-primary-light thead th,.table-primary-light tbody+tbody{border-color:#b1bbc6}.table-hover .table-primary-light:hover{background-color:#c6ced5}.table-hover .table-primary-light:hover>td,.table-hover .table-primary-light:hover>th{background-color:#c6ced5}.table-secondary-dark,.table-secondary-dark>th,.table-secondary-dark>td{background-color:#ffecb8}.table-secondary-dark th,.table-secondary-dark td,.table-secondary-dark thead th,.table-secondary-dark tbody+tbody{border-color:#ffdc7b}.table-hover .table-secondary-dark:hover{background-color:#ffe59f}.table-hover .table-secondary-dark:hover>td,.table-hover .table-secondary-dark:hover>th{background-color:#ffe59f}.table-secondary-light,.table-secondary-light>th,.table-secondary-light>td{background-color:#fff4d4}.table-secondary-light th,.table-secondary-light td,.table-secondary-light thead th,.table-secondary-light tbody+tbody{border-color:#ffeaaf}.table-hover .table-secondary-light:hover{background-color:#ffedbb}.table-hover .table-secondary-light:hover>td,.table-hover .table-secondary-light:hover>th{background-color:#ffedbb}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#4b647d;background-color:#e9ecef;border-color:#c1c9d1}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media(max-width: 319.98px){.table-responsive-xxs{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxs>.table-bordered{border:0}}@media(max-width: 408.98px){.table-responsive-xs{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xs>.table-bordered{border:0}}@media(max-width: 600.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width: 880.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width: 1279.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width: 1877.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}@media(max-width: 2560.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width: 320px){.dropdown-menu-xxs-left{right:auto;left:0}.dropdown-menu-xxs-right{right:0;left:auto}}@media(min-width: 409px){.dropdown-menu-xs-left{right:auto;left:0}.dropdown-menu-xs-right{right:0;left:auto}}@media(min-width: 601px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width: 881px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width: 1280px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width: 1878px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media(min-width: 2561px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:3.3rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:auto}body{min-width:auto !important}.container{min-width:auto !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#c1c9d1}.table .thead-dark th{color:inherit;border-color:#c1c9d1}}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 601px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media(min-width: 1280px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1878px){.modal-xl{max-width:1140px}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}@media print{*{overflow-y:visible}}html{min-width:320px;overflow-x:hidden;font-size:62.5%}html body{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;margin:0;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{html body{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}html.no-scroll,html.no-scroll body{overflow:hidden}@media(min-width: 320px)and (max-width: 408.98px){html{font-size:42.6%}}@media(min-width: 409px)and (max-width: 600.98px){html{font-size:1.6666666667vw}}@media(min-width: 601px)and (max-width: 880.98px){html{font-size:1.1363636364vw}}@media(min-width: 881px)and (max-width: 1279.98px){html{font-size:.7818608288vw}}@media(min-width: 1280px)and (max-width: 1877.98px){html{font-size:.5327650506vw}}@media(min-width: 1878px)and (max-width: 2560.98px){html{font-size:.390625vw}}@media print{html{font-size:62.5%}}ul,ol{margin:0}@media(min-width: 1878px){.col-xs-12,.page-detail-research-project .cont-column-layout .comp-teaser-list-managed .layout-1>.column,.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(1),.page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .layout-1>.column:nth-child(1),.page-error .layout-1>.column:nth-child(2),.page-error .layout-1>.column:nth-child(1),.layout-1>.column,.layout-1-1>.column,.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(2),.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-2-1>.column:nth-child(1),.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(2),.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column,.layout-1-2>.column:nth-child(1),.layout-1-1-1 .comp-teaser-list-managed .column,.layout-1-1-1>.column,.teaser-list.teaser-type-project .row .column:nth-child(2),.teaser-list.teaser-type-project .row .column:nth-child(1),.comp-quick-link-list .layout-1-2>.column:nth-child(2),.comp-quick-link-list .layout-1-2>.column:nth-child(1){padding-right:16px;padding-left:16px}}.bg-primary{background-color:#4b647d}.bg-secondary{background-color:#ffcb3e}.bg-gray,.comp-video .controls{background-color:#eff1f3}.hidden{display:none}h1,.h1{padding-top:3.9rem;margin-bottom:6.1rem;font-size:5.4rem;letter-spacing:0;line-height:6.1rem;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;text-wrap:balance}@media(min-width: 1878px){h1,.h1{padding-top:3.9rem}}@media(min-width: 1878px){h1,.h1{margin-bottom:6.1rem}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){h1,.h1{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}@media(min-width: 1280px){h1,.h1{flex:0 0 75%;max-width:75%}}h1 span,.h1 span{display:block;color:#4b647d}@media print{h1,.h1{font-size:3.2rem;letter-spacing:0;line-height:3.8rem;margin-bottom:3.9rem}}@media print and (min-width: 1878px){h1,.h1{margin-bottom:3.9rem}}h2,.h2{padding-top:2.5rem;margin-bottom:2.9rem;font-size:3.3rem;letter-spacing:0;line-height:4.3rem;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;text-wrap:balance}@media(min-width: 1878px){h2,.h2{padding-top:2.5rem}}@media(min-width: 1878px){h2,.h2{margin-bottom:2.9rem}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){h2,.h2{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}@media(min-width: 1280px){h2,.h2{flex:0 0 75%;max-width:75%}}@media(max-width: 600.98px){h2,.h2{line-height:4.2rem}}@media print{h2,.h2{font-size:1.6rem;letter-spacing:0;line-height:1.5rem}}h3,.h3{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;color:#4b647d}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){h3,.h3{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}@media print{h3,.h3{font-size:1.3rem;letter-spacing:0;line-height:1.5rem}}p{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;margin-bottom:2.9rem}@media(min-width: 1878px){p{margin-bottom:2.9rem}}@media print{p{font-size:1.2rem;letter-spacing:0;line-height:1.5rem;margin-bottom:2.5rem}}@media print and (min-width: 1878px){p{margin-bottom:2.5rem}}.lead-text{margin-bottom:3.9rem;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;font-size:3.3rem;letter-spacing:0;line-height:4.3rem;hyphens:manual}@media(min-width: 1878px){.lead-text{margin-bottom:3.9rem}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.lead-text{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}@media(min-width: 1280px){.lead-text{flex:0 0 75%;max-width:75%}}@media(min-width: 1280px){.lead-text.lead-text--full-width{flex:0 0 100%;max-width:100%}}@media(max-width: 600.98px){.lead-text{line-height:4.2rem}}@media(min-width: 1280px){.lead-text.lead-text-two-thirds{flex:0 0 66.66666667%;max-width:66.66666667%}}@media print{.lead-text{font-size:1.9rem;letter-spacing:0;line-height:2.3rem}}a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}a i{display:inline;margin-right:0}a:focus{outline:none}a:active,a:visited{outline:none;color:#000}a:focus,a:hover{color:#4b647d}a::before,a i,a:visited::before,a:visited i{color:#4b647d}a:focus::before,a:focus i{color:#697d91}a:hover::before,a:hover i{color:#697d91}a:active::before,a:active i{color:#c1c9d1}p a:hover{border-color:#697d91}p a:focus{border-color:#697d91;outline:none}p a:active{border-color:#c1c9d1}@media print{a:not(.btn){text-decoration:none}}.title-categories{padding-top:2.5rem;margin-bottom:-2.5rem;color:#4b647d;font-size:3.3rem;letter-spacing:0;line-height:4.2rem;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;padding-top:2.9rem;font-size:5.4rem;letter-spacing:0;line-height:6.1rem;margin-bottom:-3.9rem}@media(min-width: 1878px){.title-categories{padding-top:2.5rem}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.title-categories{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.title-categories li{display:inline-block}.title-categories li::after{content:" /";color:#c1c9d1}@media print{.title-categories{font-size:1.3rem;letter-spacing:0;line-height:1.5rem}}@media(min-width: 1878px){.title-categories{padding-top:2.9rem}}@media print{.title-categories{font-size:3.2rem;letter-spacing:0;line-height:3.8rem}}.date{color:#4b647d}.date::after{content:" /";color:#c1c9d1}@media print{figcaption{font-size:1rem;letter-spacing:0;line-height:1.2rem}}ul.checked{list-style:none}ul.checked ol>li::before{content:none}ul.checked li{position:relative}ul.checked li::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:-2.5rem;line-height:initial}ul.checked li ul{list-style:none}.cke_panel_listItem a{font-size:1.1rem !important}.cont-column-layout{min-height:1rem}.cont-column-layout.highlighted{position:relative}.cont-column-layout.highlighted::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}@media print{@-moz-document url-prefix(){.cont-column-layout .row{display:block !important}}@supports(-ms-ime-align: auto){.cont-column-layout .row{display:block !important}}}.page-detail-news .cont-column-layout .column>*:first-child{margin-top:0}@media(max-width: 600.98px){.cont-column-layout--inverted .row{flex-direction:column-reverse}}.comp-accordion{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-accordion{margin-bottom:2.9rem}}.comp-accordion .card{display:block;border:0;border-radius:0;background-color:rgba(0,0,0,0)}.comp-accordion .card .comp-image figure:after{display:none}.comp-accordion .card.open:first-of-type .accordion-separator-before{position:relative;display:inline-block;position:absolute;height:.6rem}.comp-accordion .card.open:first-of-type .accordion-separator-before::after{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-accordion .card.open:last-child .accordion-separator-after{position:relative;display:inline-block;position:absolute;height:.6rem}.comp-accordion .card.open:last-child .accordion-separator-after::after{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-accordion .card-header{flex:0 0 100%;max-width:100%;padding:0;border:0;background-color:rgba(0,0,0,0)}.comp-accordion .accordion-title{display:flex;margin-bottom:.6rem;padding-top:2.9rem;padding-bottom:2.9rem;color:#000;font-size:2.2rem;letter-spacing:0;line-height:2.9rem;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-accordion .accordion-title{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-accordion .accordion-title i{display:inline;margin-right:0}.comp-accordion .accordion-title:focus{outline:none}.comp-accordion .accordion-title:active,.comp-accordion .accordion-title:visited{outline:none;color:#000}.comp-accordion .accordion-title:focus,.comp-accordion .accordion-title:hover{color:#4b647d}.comp-accordion .accordion-title::before,.comp-accordion .accordion-title i,.comp-accordion .accordion-title:visited::before,.comp-accordion .accordion-title:visited i{color:#4b647d}.comp-accordion .accordion-title:focus::before,.comp-accordion .accordion-title:focus i{color:#697d91}.comp-accordion .accordion-title:hover::before,.comp-accordion .accordion-title:hover i{color:#697d91}.comp-accordion .accordion-title:active::before,.comp-accordion .accordion-title:active i{color:#c1c9d1}p .comp-accordion .accordion-title:hover{border-color:#697d91}p .comp-accordion .accordion-title:focus{border-color:#697d91;outline:none}p .comp-accordion .accordion-title:active{border-color:#c1c9d1}.comp-accordion .accordion-title::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:2.9rem;color:#4b647d;font-size:2.2rem;line-height:initial}.comp-accordion .accordion-title.collapsed{margin-right:-50vw;margin-left:-50vw;padding-right:50vw;padding-left:50vw;transform-origin:center top;transition:all .45s cubic-bezier(0.4, 0, 0.2, 1);background-color:#eff1f3}.comp-accordion .accordion-title.collapsed::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.2rem;line-height:initial}.comp-accordion .accordion-title.collapsed:hover{background-color:#fff}.comp-accordion .accordion-title:focus{color:#000}.comp-accordion .accordion-title:focus:hover{color:#4b647d}@media print{.comp-accordion .accordion-title{font-size:1.3rem;letter-spacing:0;line-height:1.5rem;padding-top:0;padding-bottom:.5rem}.comp-accordion .accordion-title.collapsed{background:none}.comp-accordion .accordion-title.collapsed:before{content:none}}.comp-accordion .card-body{padding-right:0;padding-left:0}.comp-accordion .card-body .accordion-title{margin-bottom:0}.comp-accordion .card-body .accordion-title::after{background-color:rgba(0,0,0,0)}@media print{.comp-accordion .card-body .accordion-title{display:none}}@media print{.comp-accordion .collapse:not(.show){display:block}}.comp-author-list__wrapper{display:flex;flex-direction:column;gap:6.1rem;margin-bottom:6.1rem}@media(min-width: 1280px){.comp-author-list__wrapper{flex-direction:row;gap:unset;justify-content:space-between;align-items:flex-end}}@media(min-width: 1878px){.comp-author-list__wrapper{margin-bottom:6.1rem}}.comp-author-list{--text-list-width: 30rem;--avatar-size: 3em;display:grid;align-items:center;justify-content:start;grid-template-columns:max-content minmax(var(--text-list-width), max-content);grid-template-rows:1fr}@media(max-width: 1279.98px){.comp-author-list.author-list-empty{display:none}}.comp-author-list .comp-author-list__people-avatars{grid-area:1/1/2/2}.comp-author-list .comp-author-list__people-text{grid-area:1/2/2/3}.comp-author-list .comp-author-list__people-text li,.comp-author-list .comp-author-list__people-text div{display:inline-block}.comp-author-list .comp-author-list__people-text li a,.comp-author-list .comp-author-list__people-text div a{border-bottom:2px solid #4b647d}.comp-author-list .comp-author-list__people-text li a:hover,.comp-author-list .comp-author-list__people-text div a:hover{border-color:#4b647d}.comp-author-list .comp-author-list__people-text li .comp-author-list__name--has-role::after,.comp-author-list .comp-author-list__people-text div .comp-author-list__name--has-role::after{content:", "}.comp-author-list .comp-author-list__people-text li .comp-author-list__role,.comp-author-list .comp-author-list__people-text div .comp-author-list__role{color:#4b647d}.comp-author-list .comp-author-list__avatar{display:inline;margin:0;margin-right:1rem;letter-spacing:-1rem}.comp-author-list .comp-author-list__avatar:last-of-type{margin-right:1rem}.comp-author-list .comp-author-list__avatar .comp-image.image{margin:0}.comp-author-list .comp-author-list__avatar .comp-image.image,.comp-author-list .comp-author-list__avatar .comp-image.image figure,.comp-author-list .comp-author-list__avatar .comp-image.image img{display:inline}.comp-author-list .comp-author-list__avatar .comp-image.image img{object-fit:cover;border-radius:50%;height:var(--avatar-size);width:var(--avatar-size)}.comp-author-list .comp-author-list__avatar--is-left-third img{object-position:16.6666666667%}.comp-author-list .comp-author-list__avatar--is-right-third img{object-position:83.3333333333%}.comp-author-sharelinks{display:flex;justify-content:space-around}@media(min-width: 1280px){.comp-author-sharelinks{justify-content:unset}}.page-detail-news:not(:has(.layout-slim)) .comp-author-list__wrapper{padding-right:1.6rem}@media(min-width: 1280px){.page-detail-news:not(:has(.layout-slim)) .comp-author-list__wrapper{flex:0 0 66.66666667%;max-width:66.66666667%}}.page-detail-news .comp-author-list__wrapper:has(.author-list-empty){justify-content:center}.page-detail-news .comp-author-list.author-list-empty{display:none}.comp-breadcrumb{position:relative;width:100%}.comp-breadcrumb.open .breadcrumb{flex-wrap:wrap}.comp-breadcrumb.open .breadcrumb-item.active{overflow:auto;text-overflow:initial;white-space:normal}.comp-breadcrumb .breadcrumb{display:flex;flex-flow:row nowrap;margin-bottom:0}@media(max-width: 880.98px){.comp-breadcrumb{overflow-x:auto}.comp-breadcrumb .breadcrumb{flex-wrap:nowrap}}.comp-breadcrumb .breadcrumb-item{float:none;white-space:nowrap}.comp-breadcrumb .breadcrumb-item.active{color:#000}.comp-breadcrumb .breadcrumb-item.active.ellipsis{overflow:hidden;text-overflow:ellipsis}.comp-breadcrumb .breadcrumb-item a{color:#4b647d}.comp-breadcrumb .breadcrumb-item a:focus{outline:none;color:#000}.comp-breadcrumb .breadcrumb-item a:active,.comp-breadcrumb .breadcrumb-item avisited{color:#c1c9d1}.comp-breadcrumb .breadcrumb-item a:hover{color:#000}.comp-breadcrumb .breadcrumb-item::before{display:none}.comp-breadcrumb .breadcrumb-item a::after{content:" /";margin-right:.6rem;color:#c1c9d1}.comp-navigation-map{margin-bottom:6.1rem;position:relative}@media(min-width: 1878px){.comp-navigation-map{margin-bottom:6.1rem}}.comp-navigation-map bfh-map{display:block}@media print{.comp-navigation-map bfh-map{display:none}}@media(min-width: 601px){.comp-navigation-map .info-window-container{padding-top:2.9rem;transform:translateY(-50%);position:absolute;top:50%;left:10rem;max-width:40rem;padding-top:0}}@media(min-width: 601px)and (min-width: 1878px){.comp-navigation-map .info-window-container{padding-top:2.9rem}}.comp-navigation-map .tooltip{width:100%}.comp-navigation-map .tooltip .cta-box,.comp-navigation-map .tooltip .comp-video .controls,.comp-video .comp-navigation-map .tooltip .controls{flex-wrap:nowrap}.comp-navigation-map .location-teaser-print{display:none}@media print{.comp-navigation-map .location-teaser-print{display:flex;flex-wrap:wrap}.comp-navigation-map .location-teaser-print .teas-location-teaser{flex-basis:31%;flex-grow:0;flex-shrink:0;margin:1.3rem}}.comp-profile,.comp-profile-project{margin-bottom:3.9rem;position:relative;margin-top:3.9rem}@media(min-width: 1878px){.comp-profile,.comp-profile-project{margin-bottom:3.9rem}}.comp-profile::before,.comp-profile-project::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-profile .row,.comp-profile-project .row{padding-bottom:2.9rem}@media(max-width: 880.98px){.comp-cockpit.headroom{position:fixed;z-index:510;top:0;right:0;left:0;background-color:rgba(255,255,255,.85);max-width:100%}.comp-cockpit.headroom+.main{margin-top:9rem}.comp-cockpit.headroom.cockpit-open{position:fixed}}@media print{.comp-cockpit.headroom{position:static;background:rgba(0,0,0,0)}.comp-cockpit.headroom+.main{margin-top:0}}.comp-cockpit.unpinned .cockpit-header .cockpit-logo-wrapper .logo-title,.comp-cockpit.not-top .cockpit-header .cockpit-logo-wrapper .logo-title{font-size:0;line-height:0;margin:0;padding:0}@media print{.comp-cockpit{position:relative;margin:0}}@media(min-width: 881px){.comp-cockpit .cockpit-overlay{display:none;position:fixed;z-index:510;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.2)}.comp-cockpit .cockpit-actions{height:16rem}.comp-cockpit.cockpit-open .cockpit-overlay{display:block}}@media(max-width: 880.98px){.comp-cockpit .cockpit-actions{display:flex;justify-content:space-between}.comp-cockpit.cockpit-open .cockpit-wrapper{background-color:#fff}.comp-cockpit.cockpit-open .cockpit-header .cockpit-logo-wrapper .logo-title{font-size:0;line-height:0;margin:0;padding:0}.comp-cockpit.cockpit-open.unpinned,.comp-cockpit.cockpit-open.not-top{position:fixed;z-index:530;top:0;right:0;left:0}.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a.background--dark,.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a.background--dark i,.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button.background--dark,.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button.background--dark i,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .nav-item>a.background--dark,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .nav-item>a.background--dark i,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button.background--dark,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button.background--dark i{color:#4b647d}.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a.background--light,.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a.background--light i,.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button.background--light,.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button.background--light i,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .nav-item>a.background--light,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .nav-item>a.background--light i,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button.background--light,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button.background--light i{color:#4b647d}.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a:hover,.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a:focus,.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button:hover,.comp-cockpit.not-top:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button:focus,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .nav-item>a:hover,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .nav-item>a:focus,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button:hover,.comp-cockpit.not-top:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button:focus{color:#4b647d}}.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a:hover,.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a:focus,.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button:hover,.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button:focus,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .nav-item>a:hover,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .nav-item>a:focus,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button:hover,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button:focus{color:#4b647d}.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a.background--dark,.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a.background--dark i,.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button.background--dark,.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button.background--dark i,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .nav-item>a.background--dark,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .nav-item>a.background--dark i,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button.background--dark,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button.background--dark i{color:#fff}.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a.background--light,.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .nav-item>a.background--light i,.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button.background--light,.comp-cockpit:not(.cockpit-open) .comp-cockpit-navigation .comp-language-navigation__toggle-button.background--light i,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .nav-item>a.background--light,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .nav-item>a.background--light i,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button.background--light,.comp-cockpit:not(.cockpit-open) .comp-language-navigation .comp-language-navigation__toggle-button.background--light i{color:#4b647d}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--light .logo-home{position:static;opacity:1}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--light .logo-home.logo-home--inverted{position:absolute;top:0;opacity:0}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--light .logo-subpages{position:static;opacity:1}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--light .logo-subpages.logo-subpages--inverted{position:absolute;top:0;opacity:0}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--light .logo-title{color:#4b647d}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--dark .logo-home{position:absolute;top:0;opacity:0}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--dark .logo-home.logo-home--inverted{position:static;opacity:1}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--dark .logo-subpages{position:absolute;top:0;opacity:0}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--dark .logo-subpages.logo-subpages--inverted{position:static;opacity:1}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--dark .logo-title{color:#fff}@media(max-width: 880.98px){.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--dark .logo-home.headroom--not-top{position:static;opacity:1}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--dark .logo-home.headroom--not-top.logo-home--inverted{position:absolute;top:0;opacity:0}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--dark .logo-subpages.headroom--not-top{position:static;opacity:1}.comp-cockpit:not(.cockpit-open) .cockpit-header .cockpit-logo-wrapper.background--dark .logo-subpages.headroom--not-top.logo-subpages--inverted{position:absolute;top:0;opacity:0}}.comp-cockpit .cockpit-header .cockpit-logo-wrapper{min-width:16.1rem;margin-bottom:6.2rem;position:relative}.page-start-alumni-hkb .comp-cockpit .cockpit-header .cockpit-logo-wrapper{margin-bottom:3.1rem}@media print{.comp-cockpit .cockpit-header .cockpit-logo-wrapper{margin-bottom:0}}.comp-cockpit .cockpit-header .cockpit-logo-wrapper .logo-title{margin-top:1rem;margin-bottom:0;padding-top:0;color:#4b647d;font-size:1.7rem;line-height:2rem}@media(min-width: 1280px){.comp-cockpit .cockpit-header .cockpit-logo-wrapper .logo-title{flex:0 0 100%;max-width:100%}}.comp-cockpit .cockpit-header .cockpit-logo-wrapper .logo-title.background--light{color:#000}.comp-cockpit .cockpit-header .cockpit-logo-wrapper .logo-title.background--dark{color:#fff}.comp-cockpit .cockpit-header .cockpit-logo-wrapper .logo-home--inverted{opacity:0;position:absolute;top:0}.comp-cockpit .cockpit-header .cockpit-logo-wrapper .logo-subpages--inverted{opacity:0;position:absolute;top:0}.comp-cockpit .link-list-wrapper.no-subnav .h3 a{margin-left:0}@media(min-width: 881px){.comp-cockpit .cockpit-wrapper{position:fixed;z-index:530;top:0;left:0;width:10.5rem;padding-top:2.2rem;padding-left:3.2rem;background-color:rgba(0,0,0,0)}.comp-cockpit .cockpit-wrapper::after{display:block;clear:both;content:""}}@media(max-width: 880.98px){.comp-cockpit .cockpit-wrapper{display:flex;justify-content:space-between;height:9rem;padding-top:2.2rem}.comp-cockpit .cockpit-wrapper .comp-cockpit__actions-container{display:flex;flex-direction:row-reverse;gap:3.2rem}}@media print{.comp-cockpit .cockpit-wrapper{position:static;padding-left:1.6rem;height:auto;margin:0}}@media(max-width: 880.98px){.comp-cockpit .nav.nav-tabs{flex-direction:row-reverse}}.comp-cockpit.cockpit-open .cockpit-logo-wrapper .logo-subpages--inverted{display:none !important}@media(max-width: 880.98px){.comp-cockpit.cockpit-open .cockpit-logo-wrapper .logo-subpages--inverted,.comp-cockpit.cockpit-open .cockpit-logo-wrapper .logo-home{display:none !important}.comp-cockpit.cockpit-open .cockpit-logo-wrapper .logo-subpages:not(.logo-subpages--inverted){display:block !important;opacity:1 !important}.comp-cockpit.cockpit-open .comp-logo a{height:4.6rem}}.page-start-alumni-hkb .comp-cockpit .cockpit-header .cockpit-logo-wrapper .logo-title{margin-top:2rem;font-size:2rem;line-height:2.2rem;white-space:nowrap}.page-start-alumni-hkb .comp-cockpit.not-top .cockpit-header .cockpit-logo-wrapper .logo-title{display:none}@media(min-width: 881px){.comp-cockpit-navigation{position:relative;width:calc(100% - 1.6rem);clear:both}}@media print{.comp-cockpit-navigation{display:none}}.comp-cockpit-navigation .nav-tabs{left:0;border:none}@media(max-width: 880.98px){.comp-cockpit-navigation .nav-tabs{border-bottom:0}}@media(min-width: 881px){.comp-cockpit-navigation .nav-tabs{display:inherit;float:left}}.comp-cockpit-navigation .nav-tabs>li{margin-bottom:4.4rem;font-size:4.4rem;line-height:4.4rem}@media(max-width: 880.98px){.comp-cockpit-navigation .nav-tabs>li{margin-bottom:0;margin-left:3.2rem}.comp-cockpit-navigation .nav-tabs>li:last-child{margin-left:0}.cockpit-open .comp-cockpit-navigation .nav-tabs>li{display:block}}@media(min-width: 881px){.comp-cockpit-navigation .nav-tabs>li{float:none}}.comp-cockpit-navigation .nav-tabs>li a i{font-size:4.4rem;line-height:4.4rem}.comp-cockpit-navigation .nav-tabs>li a.active{border-color:rgba(0,0,0,0);color:#4b647d}.comp-cockpit-navigation .nav-tabs>li a.active:visited i::before,.comp-cockpit-navigation .nav-tabs>li a.active i::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#4b647d;font-size:4.4rem}.comp-cockpit-navigation .nav-tabs>li>a{padding:0;text-align:center}.comp-cockpit-navigation .nav-tabs>li>a:hover{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.comp-cockpit-area{position:fixed;z-index:520;top:9rem;bottom:0;left:-100%;width:100%;padding-top:2.2rem;transition:left .2s ease-in;background-color:#fff}@media(min-width: 881px){.comp-cockpit-area{top:0;left:-50%;width:50%;border-right:none}}@media(min-width: 1280px){.comp-cockpit-area{top:0;left:-33%;width:33%}}@media(max-width: 880.98px){.comp-cockpit-area{padding-top:0}}.cockpit-open .comp-cockpit-area{left:0;overflow-y:auto}.comp-cockpit-search{margin-top:2.5rem;padding-top:.5rem}.comp-cockpit-search .form-control{height:auto;padding-right:5rem;float:left}.comp-cockpit-search .input-wrapper{position:relative;overflow:hidden}.comp-cockpit-search .submit{position:absolute;top:0;right:2px;bottom:2px;padding-right:1rem;border-radius:4px 0 0 4px;background-color:rgba(0,0,0,0)}.comp-cockpit-search .submit i{color:#4b647d}@media(max-width: 880.98px){.comp-cockpit-search{padding-right:3.2rem;padding-left:3.2rem}}@media(min-width: 881px){.comp-cockpit-search{padding-right:3.2rem}}@media(min-width: 1280px){.comp-cockpit-search{padding-right:3.2rem}}@media(min-width: 881px){.comp-cockpit-search{margin-left:20rem;padding-left:1.3rem}}.comp-cockpit-search .input-wrapper{position:relative;display:flex;align-items:center}.comp-cockpit-search .input-wrapper .form-control[type=search]::-webkit-search-decoration,.comp-cockpit-search .input-wrapper .form-control[type=search]::-webkit-search-cancel-button,.comp-cockpit-search .input-wrapper .form-control[type=search]::-webkit-search-results-button,.comp-cockpit-search .input-wrapper .form-control[type=search]::-webkit-search-results-decoration{appearance:none}.comp-cockpit-search .input-wrapper .form-control[type=search]::-ms-clear,.comp-cockpit-search .input-wrapper .form-control[type=search]::-ms-reveal{display:none;width:0;height:0}.comp-cockpit-search .input-wrapper .clear-button{position:absolute;right:0;display:none;z-index:1}.comp-cockpit-search .input-wrapper .clear-button i{color:#4b647d}.comp-cockpit-search .input-wrapper .clear-button{right:5rem;padding-right:0}.comp-cockpit-navigation-group{display:flex;flex-direction:column}@media(min-width: 881px){.comp-cockpit-navigation-group{margin-left:20rem;padding-left:1.3rem}}@media(min-width: 1878px){.comp-cockpit-navigation-group{padding-left:3.9rem}}.comp-cockpit-navigation-group .nav{display:inherit}.comp-cockpit-navigation-group .nav-tabs{float:none}@media(max-width: 880.98px){.comp-cockpit-navigation-group .nav-tabs{padding-right:3.2rem;padding-left:3.2rem}}@media(min-width: 881px){.comp-cockpit-navigation-group .nav-tabs{padding-right:3.2rem}}@media(min-width: 1280px){.comp-cockpit-navigation-group .nav-tabs{padding-right:3.2rem}}@media(max-width: 880.98px){.comp-cockpit-navigation-group .nav-tabs{border-bottom:none}}.comp-cockpit-navigation-group .nav-tabs>li{margin-top:2.5rem;margin-bottom:0}@media(min-width: 881px){.comp-cockpit-navigation-group .nav-tabs>li:first-child{margin-top:0;line-height:3.4rem}.comp-cockpit-navigation-group .nav-tabs>li:first-child>a{margin-top:0}}.comp-cockpit-navigation-group .nav-tabs>li:first-child>a.active{line-height:unset;margin-bottom:3.6rem}.comp-cockpit-navigation-group .nav-tabs>li>a{padding:0;text-align:left}.comp-cockpit-navigation-group .nav-tabs>li>a::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:1rem;vertical-align:middle}.comp-cockpit-navigation-group .nav-tabs>li>a.active{color:#000;cursor:default;pointer-events:none;margin-bottom:2.9rem;font-size:3.3rem;letter-spacing:0;line-height:4.3rem}@media(min-width: 1878px){.comp-cockpit-navigation-group .nav-tabs>li>a.active{margin-bottom:2.9rem}}@media(max-width: 600.98px){.comp-cockpit-navigation-group .nav-tabs>li>a.active{line-height:4.2rem}}.comp-cockpit-navigation-group .nav-tabs>li>a.active::before{display:none}.comp-cockpit-navigation-group .tab-content{position:static;width:100%;height:auto;padding:0;float:none}@media(max-width: 880.98px){.cockpit-open .comp-cockpit-navigation-group .tab-content{padding:0}}.comp-hero{margin-bottom:0;position:relative;margin-bottom:-13.2rem}@media(min-width: 1878px){.comp-hero{margin-bottom:0}}.comp-hero .slick-track{margin:0}@media print{.comp-hero .slick-track{width:auto !important;left:0 !important}}@media print{.comp-hero .slick-slide{width:100% !important}}.comp-hero .slick-arrow,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__prev,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__next,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next{width:5.2rem;height:5.2rem;background-color:#eff1f3;border-radius:5.2rem;z-index:10}.comp-hero .slick-arrow:hover,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__prev:hover,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__next:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover,.comp-hero .slick-arrow:focus,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__prev:focus,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__next:focus,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus{background-color:#000}.comp-hero .slick-arrow:hover::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__prev:hover::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__next:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover::before,.comp-hero .slick-arrow:focus::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__prev:focus::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__next:focus::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus::before{color:#fff}.comp-hero .slick-arrow::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__prev::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__next::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before{color:#4b647d;font-size:2.5rem;line-height:5.2rem;opacity:1}.comp-hero .slick-dots,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__dots{bottom:-2.7rem;top:auto;bottom:auto}.comp-hero .slick-dots li,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__dots li{margin:0;width:14px;height:14px}.comp-hero .slick-dots li.slick-active button:before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li.slick-active button:before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__dots li.slick-active button:before{color:#000}.comp-hero .slick-dots li button,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__dots li button{width:14px;height:14px;padding:0 7px}.comp-hero .slick-dots li button:hover::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:hover::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__dots li button:hover::before,.comp-hero .slick-dots li button:focus::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:focus::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__dots li button:focus::before{color:#000}.comp-hero .slick-dots li button::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__dots li button::before{font-size:7px;line-height:14px;width:14px;height:14px;color:#c1c9d1;opacity:1}.comp-hero .slick-next,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__next,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next{right:4.5rem}.comp-hero .slick-next::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__next::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:.4rem}.comp-hero .slick-prev,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__prev,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev{left:4.5rem}.comp-hero .slick-prev::before,.comp-hero .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-hero .carousel-header__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.4rem}@media(max-width: 880.98px){.comp-hero{height:150vw}}@media(min-width: 881px){.comp-hero{height:45.455vw}}@media(min-width: 1878px){.comp-hero{margin-bottom:-13.2rem}}@media print{.comp-hero{margin-bottom:3.9rem;height:auto}}.comp-hero h1{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;margin-bottom:2.9rem;padding-top:2rem;color:#fff}@media(min-width: 1878px){.comp-hero h1{margin-bottom:2.9rem}}@media(max-width: 880.98px){.comp-hero h1{padding-right:35rem}}@media(max-width: 600.98px){.comp-hero h1{font-size:1.8rem;letter-spacing:0;line-height:2rem}}@media print{.comp-hero h1{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}.comp-hero+div{position:relative;z-index:14}.comp-hero .hero-items-print{display:none}@media print{.comp-hero .hero-items-print{display:block}.comp-hero .hero-items-print .hero-image-print{width:100%}.comp-hero .hero-items-print .container{transform:none;bottom:0;left:0;position:relative;margin:0}.comp-hero .hero-items-print .container .content{opacity:1}.comp-hero .hero-items-print .container .content h2,.comp-hero .hero-items-print .container .content p{color:#000}}.comp-hero .container{position:absolute;z-index:12;bottom:calc(13.2rem + 2.9rem);left:50%;transform:translateX(-50%)}.comp-hero>.container{top:0;bottom:auto}@media(max-width: 880.98px){.comp-hero>.container{bottom:initial;left:15.2rem;transform:translateX(0)}}@media(max-width: 600.98px){.comp-hero>.container{left:13.7rem}}.comp-hero .logo-title{display:inline-block}.comp-hero .logo-title.background--light{color:#000}.comp-hero .logo-title.background--dark{color:#fff}.comp-hero .content{background-color:rgba(255,255,255,.9);display:flex;padding:2.5rem 2.9rem 2.9rem 2.9rem}.comp-hero .content h2,.comp-hero .content .h1{font-size:7.9rem;letter-spacing:0;line-height:9rem;margin-bottom:0;padding:0}@media(min-width: 1280px){.comp-hero .content h2,.comp-hero .content .h1{flex:0 0 66.66666667%;max-width:66.66666667%}}@media(max-width: 600.98px){.comp-hero .content h2,.comp-hero .content .h1{font-size:5.4rem;letter-spacing:0;line-height:6.1rem}}@media print{.comp-hero .content h2,.comp-hero .content .h1{font-size:3.2rem;letter-spacing:0;line-height:3.8rem}}.comp-hero .content__footer{display:flex;justify-content:flex-end;flex-wrap:wrap;padding-top:2.5rem;align-items:center;flex-grow:1;padding:0}.comp-hero .content__footer h2{padding-top:0;margin-right:auto}.comp-hero .content__footer .hero-footer__controls:first-child{justify-content:flex-end;width:calc(100% + (0.8rem * 2))}.comp-hero .content__footer .hero-footer__controls{margin:0 -0.8rem 2.9rem}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev.slick-arrow,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next.slick-arrow,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next{display:flex;width:5.2rem;background:none}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev.slick-arrow::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next.slick-arrow::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before{margin:0;font-size:4rem}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev.slick-arrow:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev.slick-arrow:focus,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next.slick-arrow:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next.slick-arrow:focus,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus{padding:0;background-color:rgba(0,0,0,0)}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev.slick-arrow:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev.slick-arrow:focus::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next.slick-arrow:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next.slick-arrow:focus::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus::before{color:#697d91}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause.slick-hidden,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev.slick-arrow.slick-hidden,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev.slick-hidden,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next.slick-arrow.slick-hidden,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next.slick-hidden{display:none}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next{justify-content:flex-end}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev{justify-content:flex-start}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots{width:auto}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots{display:flex;align-items:center;justify-content:center}@media print{.comp-hero .content__footer .hero-footer__controls{display:none}}.comp-hero .content__footer .hero-footer__controls{display:flex;align-self:flex-end;margin:0;margin-left:3.9rem}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next{padding:0;position:static;transform:none;justify-content:center}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause{appearance:none;border:none;margin-left:1.3rem;width:4rem;justify-content:flex-start}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:not(.hero-footer__controls__pause--paused)::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:3.2rem}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause.hero-footer__controls__pause--paused::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:3.2rem}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots{align-self:center;position:static}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots{bottom:-2.7rem;top:auto;bottom:auto}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li{margin:0;width:2.4rem;height:2.4rem}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li.slick-active button:before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li.slick-active button:before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li.slick-active button:before{color:#000}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li button,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li button{width:2.4rem;height:2.4rem;padding:0 1.2rem}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li button:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:hover::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li button:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li button:focus::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:focus::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li button:focus::before{color:#000}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li button::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li button::before{font-size:1.2rem;line-height:2.4rem;width:2.4rem;height:2.4rem;color:#c1c9d1;opacity:1}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots{position:static}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li button,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li button{padding:0;height:4rem;width:4rem}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li button::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li button::before{display:block;position:static;width:100%}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li button:hover::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:hover::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li button:hover::before{color:#4b647d}.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .slick-dots li button:active::before,.comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:active::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__dots .carousel-header__controls__dots li button:active::before{color:#000}.comp-hero .content .external-link,.comp-hero .content .internal-link{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;display:inline;flex-grow:1;margin-bottom:0;padding-left:3.3rem;font-size:3.3rem;line-height:initial}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-hero .content .external-link,.comp-hero .content .internal-link{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-hero .content .external-link,.comp-hero .content .internal-link{color:#fff}.comp-hero .content .external-link::before,.comp-hero .content .external-link i,.comp-hero .content .internal-link::before,.comp-hero .content .internal-link i{color:#fff}.comp-hero .content .external-link:focus,.comp-hero .content .internal-link:focus{outline:none}.comp-hero .content .external-link:active,.comp-hero .content .external-link:visited,.comp-hero .content .internal-link:active,.comp-hero .content .internal-link:visited{outline:none;color:#fff}.comp-hero .content .external-link:focus,.comp-hero .content .external-link:hover,.comp-hero .content .internal-link:focus,.comp-hero .content .internal-link:hover{color:#c1c9d1}.comp-hero .content .external-link:visited::before,.comp-hero .content .external-link:visited i,.comp-hero .content .internal-link:visited::before,.comp-hero .content .internal-link:visited i{color:#fff}.comp-hero .content .external-link:focus::before,.comp-hero .content .external-link:focus i,.comp-hero .content .internal-link:focus::before,.comp-hero .content .internal-link:focus i{color:#fff}.comp-hero .content .external-link:hover::before,.comp-hero .content .external-link:hover i,.comp-hero .content .external-link:focus::before,.comp-hero .content .external-link:focus i,.comp-hero .content .internal-link:hover::before,.comp-hero .content .internal-link:hover i,.comp-hero .content .internal-link:focus::before,.comp-hero .content .internal-link:focus i{color:#c1c9d1}.comp-hero .content .external-link:active::before,.comp-hero .content .external-link:active i,.comp-hero .content .internal-link:active::before,.comp-hero .content .internal-link:active i{color:#c1c9d1}@media print{.comp-hero .content .external-link,.comp-hero .content .internal-link{font-size:1.3rem;letter-spacing:0;line-height:1.5rem}.comp-hero .content .external-link:before,.comp-hero .content .internal-link:before{color:#000}}.comp-hero .content .internal-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;width:3.3rem;margin-left:-3.3rem;text-align:center}.comp-hero .content .external-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;width:3.3rem;margin-left:-3.3rem;text-align:center}.comp-hero .content--animated{display:flex;flex-direction:column;flex-grow:1;height:auto;gap:2.9rem;opacity:0}@media(min-width: 1280px){.comp-hero .content--animated{min-height:6.1rem;flex:0 0 66.66666667%;max-width:66.66666667%}}.comp-hero .animate-out .content--animated{animation:hero-slideout .2s;animation-fill-mode:forwards}.comp-hero .animate-in .slick-active .content--animated{animation:hero-slidein 1s;animation-fill-mode:forwards}.comp-hero .hero-overlay-gradient{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;z-index:11;background:linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr=$white, endColorstr=$white, GradientType=1)}@media(max-width: 880.98px){.comp-hero .hero-overlay-gradient{background:linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr=$white, endColorstr=$white, GradientType=0)}}.comp-hero .hero-overlay-gradient--dark,.comp-hero .hero-overlay-gradient.background--dark{background:linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr=$white, endColorstr=$white, GradientType=1)}@media(max-width: 880.98px){.comp-hero .hero-overlay-gradient--dark,.comp-hero .hero-overlay-gradient.background--dark{background:linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr=$white, endColorstr=$white, GradientType=0)}}.comp-hero .hero-image{background-position:50%;background-size:cover;background-color:#e0e4e8}@media(max-width: 880.98px){.comp-hero .hero-image{height:150vw}}@media(min-width: 881px){.comp-hero .hero-image{height:45.455vw}}.comp-hero .hero-video-image{position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1;background:url(/.resources/bfh-portal/webresources/resources/background-image-light.jpg);opacity:0}.comp-hero .hero-video-image--dark{background:url(/.resources/bfh-portal/webresources/resources/background-image-dark.jpg)}@media(max-width: 880.98px){.comp-hero .hero-video-image--desktop{display:none}}@media(min-width: 881px){.comp-hero .hero-video-image--desktop{display:block}}@media(max-width: 880.98px){.comp-hero .hero-video-image--mobile{display:block}}@media(min-width: 881px){.comp-hero .hero-video-image--mobile{display:none}}.comp-hero .hero-video-wrapper{overflow:hidden;position:relative;display:flex;justify-content:center}@media(max-width: 880.98px){.comp-hero .hero-video-wrapper{height:150vw}}@media(min-width: 881px){.comp-hero .hero-video-wrapper{height:45.455vw}}.comp-hero .hero-video{height:100%}.comp-hero .hero-video__play-button{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;background:rgba(0,0,0,0);border:none;box-shadow:none}.comp-hero .hero-video__play-button::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;align-items:center;font-size:8rem;height:8rem}.comp-hero .hero-items{display:none}@media(max-width: 880.98px){.comp-hero .hero-items{height:150vw}}@media(min-width: 881px){.comp-hero .hero-items{height:45.455vw}}.comp-hero .hero-items.slick-initialized{display:block}.comp-hero .hero-items.slick-initialized .slick-slide{display:inline-block;float:none;vertical-align:middle}@media print{.comp-hero .hero-items.slick-initialized{display:none}}@media(max-width: 880.98px){.comp-hero .slick-track{height:150vw}}@media(min-width: 881px){.comp-hero .slick-track{height:45.455vw}}.comp-hero .slick-slider{margin-bottom:0}@keyframes hero-slidein{0%{opacity:0;max-height:0}50%{opacity:0}100%{opacity:1;max-height:100vh}}@keyframes hero-slideout{0%{opacity:1;max-height:100vh}100%{opacity:0;max-height:0}}@media(max-width: 1279.98px){.comp-hero{margin-bottom:calc(13.2rem + 2.9rem + 1.3rem)}.comp-hero .slick-list{overflow:visible}.comp-hero+div{position:static}}@media(max-width: 1279.98px){.comp-hero .hero-items .slick-slide .container{bottom:calc((13.2rem + 1.3rem)*-1)}}.comp-hero .hero-items .container .content{flex-direction:column;row-gap:2.9rem}@media(min-width: 1280px){.comp-hero .hero-items .container .content{flex-direction:row}}.comp-hero .hero-items .container .content .h1{color:#000;font-size:5.4rem;letter-spacing:0;line-height:6.1rem;flex:unset;hyphens:none;max-width:unset}.comp-hero .hero-items .container .content .external-link,.comp-hero .hero-items .container .content .internal-link{color:#000;min-height:5.2rem;display:flex;position:relative}.comp-hero .hero-items .container .content .external-link::before,.comp-hero .hero-items .container .content .internal-link::before{color:#4b647d}.comp-hero .hero-items .container .content .external-link:hover,.comp-hero .hero-items .container .content .external-link:hover::before,.comp-hero .hero-items .container .content .external-link:focus,.comp-hero .hero-items .container .content .internal-link:hover,.comp-hero .hero-items .container .content .internal-link:hover::before,.comp-hero .hero-items .container .content .internal-link:focus{color:#697d91}.comp-hero .hero-items .container .content .internal-link::before{top:.3rem}.comp-link-list{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-link-list{margin-bottom:2.9rem}}.comp-link-list h3,.comp-link-list li{margin-bottom:1.3rem}.comp-profile .comp-link-list,.comp-profile-event .comp-link-list,.comp-profile-contact .comp-link-list,.comp-profile-news .comp-link-list,.comp-profile-student-project .comp-link-list,.comp-profile-project .comp-link-list{padding-top:1.1rem;border-top:solid #c1c9d1 2px}.comp-profile .comp-link-list,.comp-profile-project .comp-link-list,.comp-profile-event .comp-link-list{margin-bottom:0}@media(min-width: 1878px){.comp-profile .comp-link-list,.comp-profile-project .comp-link-list,.comp-profile-event .comp-link-list{margin-bottom:0}}.comp-info-box-link-list{background-color:#eff1f3;padding:2.8rem;margin-bottom:2.9rem}.comp-info-box-link-list:last-child{margin-bottom:0}.comp-info-box-link-list>h2{padding:0;margin:0 0 2.8rem 0}.comp-info-box-link-list .comp-link{margin-bottom:calc(2.8rem / 2)}.comp-info-box-link-list ul li:last-child .comp-link{margin-bottom:0}.comp-logo.logo-home{display:none}.comp-logo.logo-home a{display:block}.comp-logo.logo-subpages a{height:4.6rem;display:block}@media(min-width: 881px){.comp-logo.logo-subpages a{height:7.2rem}}.comp-logo img{width:auto;max-width:16.1rem;height:100%;vertical-align:top}@media(max-width: 880.98px){.cockpit-open .comp-logo.logo-home{display:none;opacity:0}.cockpit-open .comp-logo.logo-subpages{display:block;opacity:1}}.comp-language-navigation{display:flex;position:relative;text-transform:uppercase;width:100%}@media(max-width: 880.98px){.comp-language-navigation{flex-basis:20%;max-width:20%}}.comp-language-navigation .comp-language-navigation__toggle-button{display:flex;height:100%;line-height:4.4rem;width:100%;white-space:nowrap}.comp-language-navigation .comp-language-navigation__toggle-button i{font-size:4.4rem;line-height:4.4rem}.comp-language-navigation .comp-language-navigation__toggle-button div{font-size:1.8rem}@media(min-width: 881px){.comp-language-navigation .comp-language-navigation__toggle-button{align-items:center}}.comp-language-navigation .comp-language-navigation__lang-chooser{position:absolute;border:solid 2px #697d91;padding:calc(1.3rem / 2);background-color:#fff;user-select:none}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list{padding-bottom:0}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list ul{display:flex;flex-wrap:nowrap;white-space:nowrap}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li{margin-bottom:0;margin-left:1.3rem}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a{position:relative;transition:border-bottom-color,.2s linear;border-bottom:4px solid rgba(0,0,0,0)}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a:focus{outline:none}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a:active,.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a:visited,.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a.current{color:#000}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a:hover,.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a:focus{border-bottom-color:#697d91;color:#4b647d}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a:active{border-bottom-color:#c1c9d1}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a.current{border-bottom-color:#4b647d;cursor:default;pointer-events:none}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li a.current:hover{border-bottom-color:#697d91}.comp-language-navigation .comp-language-navigation__lang-chooser .mole-link-list li:first-child{margin-left:0}@media(max-width: 880.98px){.comp-language-navigation .comp-language-navigation__lang-chooser{right:100%;bottom:calc(2.2rem + 2px / 2);margin-right:1.3rem}}@media(min-width: 881px){.comp-language-navigation .comp-language-navigation__lang-chooser{left:6.1rem;top:-2px}}.comp-language-navigation .comp-language-navigation__toggle-button .icon-meta_dropdown-open{margin-right:-2.2rem;padding-right:.5rem}.comp-language-navigation .comp-language-navigation__toggle-button .icon-meta_dropdown-close{margin-left:calc((-1 * $cockpit-icons-font-size / 2) - 3px);margin-right:3px}@media(min-width: 881px){.comp-language-navigation .comp-language-navigation__toggle-button .icon-meta_dropdown-open{margin-left:calc((-4.4rem / 2) - 3px);margin-right:3px;padding-right:0}.comp-language-navigation .comp-language-navigation__toggle-button .icon-meta_dropdown-close{margin-left:0;margin-right:-2.2rem;padding-right:.5rem}}@media(max-width: 880.98px){.comp-language-navigation .icon-meta_dropdown-close::before{content:""}.comp-language-navigation .icon-meta_dropdown-open::before{content:""}}.comp-footer-link-list .row{padding-bottom:2.9rem}.comp-footer-link-list .link-list-wrapper{margin-bottom:1.3rem;padding-top:2.9rem}@media(min-width: 1878px){.comp-footer-link-list .link-list-wrapper{margin-bottom:1.3rem}}@media(min-width: 601px){.comp-footer-link-list .link-list-wrapper .h3{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;color:#4b647d;cursor:default;pointer-events:none}.comp-footer-link-list .link-list-wrapper .h3::before{display:none !important}.comp-footer-link-list .link-list-wrapper .dropdown-collapsible-list{display:block !important}}@media(max-width: 600.98px){.comp-footer-link-list .link-list-wrapper{margin-bottom:0}.comp-footer-link-list .link-list-wrapper .h3{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;cursor:pointer}}@media(max-width: 600.98px)and (-ms-high-contrast: none),(max-width: 600.98px)and (-ms-high-contrast: active){.comp-footer-link-list .link-list-wrapper .h3{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}@media(max-width: 600.98px){.comp-footer-link-list .link-list-wrapper .h3 i{display:inline;margin-right:0}.comp-footer-link-list .link-list-wrapper .h3:focus{outline:none}.comp-footer-link-list .link-list-wrapper .h3:active,.comp-footer-link-list .link-list-wrapper .h3:visited{outline:none;color:#000}.comp-footer-link-list .link-list-wrapper .h3:focus,.comp-footer-link-list .link-list-wrapper .h3:hover{color:#4b647d}.comp-footer-link-list .link-list-wrapper .h3::before,.comp-footer-link-list .link-list-wrapper .h3 i,.comp-footer-link-list .link-list-wrapper .h3:visited::before,.comp-footer-link-list .link-list-wrapper .h3:visited i{color:#4b647d}.comp-footer-link-list .link-list-wrapper .h3:focus::before,.comp-footer-link-list .link-list-wrapper .h3:focus i{color:#697d91}.comp-footer-link-list .link-list-wrapper .h3:hover::before,.comp-footer-link-list .link-list-wrapper .h3:hover i{color:#697d91}.comp-footer-link-list .link-list-wrapper .h3:active::before,.comp-footer-link-list .link-list-wrapper .h3:active i{color:#c1c9d1}p .comp-footer-link-list .link-list-wrapper .h3:hover{border-color:#697d91}p .comp-footer-link-list .link-list-wrapper .h3:focus{border-color:#697d91;outline:none}p .comp-footer-link-list .link-list-wrapper .h3:active{border-color:#c1c9d1}}.comp-footer-link-list .link-list-wrapper.open .h3{color:#4b647d}.comp-footer-link-list .link-list-wrapper.open .h3::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-footer-link-list .link-list-wrapper:not(.open) .dropdown-collapsible-list{display:none}.comp-footer-link-list .link-list-wrapper .h3{position:relative}@media(max-width: 600.98px){.comp-footer-link-list .link-list-wrapper .h3{padding-left:2.2rem;color:#000}}.comp-footer-link-list .link-list-wrapper .h3::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:0;color:#4b647d}.comp-footer-link-list .link-list-wrapper li{margin-bottom:1.3rem}.comp-footer-link-list .link-list-wrapper .dropdown-collapsible-list{padding-top:1.3rem;margin-bottom:1.3rem}@media(min-width: 1878px){.comp-footer-link-list .link-list-wrapper .dropdown-collapsible-list{padding-top:1.3rem}}@media(min-width: 1878px){.comp-footer-link-list .link-list-wrapper .dropdown-collapsible-list{margin-bottom:1.3rem}}@media(max-width: 600.98px){.comp-footer-link-list .link-list-wrapper .dropdown-collapsible-list{padding-left:2.2rem}}.comp-footer{padding-top:7.3rem}@media(min-width: 1878px){.comp-footer{padding-top:7.3rem}}@media print{.comp-footer{display:none}}.comp-footer .share-container{display:flex;justify-content:flex-end;border-top:solid 2px #c1c9d1}.comp-footer .bg-gray,.comp-footer .comp-video .controls,.comp-video .comp-footer .controls{position:relative}.comp-footer .comp-logo{padding-top:2.9rem;width:auto;margin-bottom:0;padding-bottom:2.9rem;float:none;overflow:visible}@media(min-width: 1878px){.comp-footer .comp-logo{padding-top:2.9rem}}@media(min-width: 1878px){.comp-footer .comp-logo{position:absolute;bottom:0;left:3.2rem;padding-bottom:3.2rem}}.comp-footer .comp-logo a{height:11.8rem;display:block}.comp-footer .footer-line{position:relative;right:0;left:-100%;width:200%;height:1.6rem;margin:0;border-radius:4px;background-color:#697d91}@media(min-width: 1280px){.comp-footer .footer-line{height:2.4rem}}.comp-footer .footer-links{padding-top:2.9rem}@media(min-width: 1878px){.comp-footer .footer-links{padding-top:2.9rem}}.comp-footer .footer-links li{margin-bottom:2.9rem;margin-right:3.9rem}@media(min-width: 1878px){.comp-footer .footer-links li{margin-bottom:2.9rem}}.comp-footer .footer-links li.copyright{color:#4b647d}.comp-footer .footer-links li a{position:relative;transition:border-bottom-color,.2s linear;border-bottom:4px solid rgba(0,0,0,0)}.comp-footer .footer-links li a:focus{outline:none}.comp-footer .footer-links li a:active,.comp-footer .footer-links li a:visited,.comp-footer .footer-links li a.current{color:#000}.comp-footer .footer-links li a:hover,.comp-footer .footer-links li a:focus{border-bottom-color:#697d91;color:#4b647d}.comp-footer .footer-links li a:active{border-bottom-color:#c1c9d1}.comp-footer .footer-links li a.current{border-bottom-color:#4b647d;cursor:default;pointer-events:none}.comp-footer .footer-links li a.current:hover{border-bottom-color:#697d91}.comp-footer .footer-links li a.external-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-footer .footer-links .nav-link{padding:0}.comp-footer .footer-logos{padding-top:2.9rem}@media(min-width: 1878px){.comp-footer .footer-logos{padding-top:2.9rem}}.comp-footer .footer-logos li{margin-bottom:2.9rem;margin-right:3.9rem}@media(min-width: 1878px){.comp-footer .footer-logos li{margin-bottom:2.9rem}}.comp-footer .footer-logos li img{max-width:inherit;height:2.4rem}.comp-footer .footer-logos .nav-link{padding:0}.comp-form{margin-bottom:0}@media(min-width: 1878px){.comp-form{margin-bottom:0}}.comp-form legend{font-size:1em}.comp-form .error-summary{margin-bottom:2.9rem;padding:3.9rem 2.9rem;color:#000;border:none}@media(min-width: 1878px){.comp-form .error-summary{margin-bottom:2.9rem}}.comp-form .error-summary ul{padding-left:0}.comp-form .error-summary ul li{margin-bottom:1.3rem;list-style-type:none}@media(min-width: 1878px){.comp-form .error-summary ul li{margin-bottom:1.3rem}}.comp-form .error-summary ul li a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;color:#000}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-form .error-summary ul li a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-form .error-summary ul li a i{display:inline;margin-right:0}.comp-form .error-summary ul li a:focus{outline:none}.comp-form .error-summary ul li a:active,.comp-form .error-summary ul li a:visited{outline:none;color:#000}.comp-form .error-summary ul li a:focus,.comp-form .error-summary ul li a:hover{color:#4b647d}.comp-form .error-summary ul li a::before,.comp-form .error-summary ul li a i,.comp-form .error-summary ul li a:visited::before,.comp-form .error-summary ul li a:visited i{color:#4b647d}.comp-form .error-summary ul li a:focus::before,.comp-form .error-summary ul li a:focus i{color:#697d91}.comp-form .error-summary ul li a:hover::before,.comp-form .error-summary ul li a:hover i{color:#697d91}.comp-form .error-summary ul li a:active::before,.comp-form .error-summary ul li a:active i{color:#c1c9d1}p .comp-form .error-summary ul li a:hover{border-color:#697d91}p .comp-form .error-summary ul li a:focus{border-color:#697d91;outline:none}p .comp-form .error-summary ul li a:active{border-color:#c1c9d1}.comp-form .error-summary ul li a::before,.comp-form .error-summary ul li a i,.comp-form .error-summary ul li a:visited::before,.comp-form .error-summary ul li a:visited,.comp-form .error-summary ul li a:focus::before,.comp-form .error-summary ul li a:focus i{color:#000}.comp-form .error-summary ul li a::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000}.comp-form .error-summary ul li:last-child{margin-bottom:0}.comp-form .form-text{margin-top:0}@media(min-width: 1280px){.comp-form .form-text{flex:0 0 66.66666667%;max-width:66.66666667%}}.comp-form-edit{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-form-edit{margin-bottom:2.9rem}}.comp-form-edit label{color:#4b647d;margin-bottom:.5rem}.comp-form-edit.error input,.comp-form-edit.error textarea{border-color:#ffcb3e}.comp-form-static-text p{color:#4b647d}.comp-form-submit{padding-top:2.5rem}@media(min-width: 1878px){.comp-form-submit{padding-top:2.5rem}}.form-submit-buttons{display:flex;justify-content:start}.form-submit-buttons .btn{margin-left:1.6rem}.form-submit-buttons .btn:first-child{margin-left:0}.comp-form-select{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-form-select{margin-bottom:2.9rem}}.comp-form-select label{color:#4b647d;margin-bottom:.5rem}.comp-form-select .custom-checkbox .custom-control-label,.comp-form-select .custom-radio .custom-control-label{color:#000}.comp-form-select.error input,.comp-form-select.error select,.comp-form-select.error .custom-control-input{border-color:#ffcb3e}.comp-form-select .horizontal .custom-control{margin-right:2.5rem;float:left;clear:none}.comp-form-date{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-form-date{margin-bottom:2.9rem}}.comp-form-date label{color:#4b647d;margin-bottom:.5rem}.comp-form-date.error input,.comp-form-date.error textarea{border-color:#ffcb3e}.comp-form-date .input-wrapper{position:relative}.comp-form-date .input-wrapper i{position:absolute;top:1.5rem;right:1rem;color:#4b647d}@media(min-width: 1878px){.comp-form-date .input-wrapper i{top:1.1rem}}.comp-form-number{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-form-number{margin-bottom:2.9rem}}.comp-form-number label{color:#4b647d;margin-bottom:.5rem}.comp-form-number.error input,.comp-form-number.error textarea{border-color:#ffcb3e}.comp-form-upload{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-form-upload{margin-bottom:2.9rem}}.comp-form-upload .custom-file,.comp-form-upload label{width:100%}.comp-form-upload .custom-file-label{height:auto;border-radius:4px}.comp-form-upload .custom-file-label::after{height:calc(2rem + 1rem + 1rem)}.comp-form-upload .file-label{display:block;margin-bottom:.5rem;color:#4b647d}.comp-form-upload .custom-file-input{width:100%;cursor:pointer}.comp-form-upload .custom-file-control{top:0}.comp-form-upload .custom-file-control::before{border:2px solid #4b647d}.comp-form-upload.error .custom-file-control{border-color:#ffcb3e}.comp-horizontal-menu{padding-top:2.9rem}@media(min-width: 1878px){.comp-horizontal-menu{padding-top:2.9rem}}.comp-horizontal-menu.horizontal-menu--is-slider{margin-right:3.2rem;margin-left:3.2rem}.comp-horizontal-menu.horizontal-menu--is-slider .mole-link-list ul{margin:0}.comp-horizontal-menu .mole-link-list ul{margin:0 calc((2.5rem / 2)*-1);padding:0}.comp-horizontal-menu .mole-link-list ul li{display:inline-block;margin:0 1.25rem;padding:.7rem 0 1rem}.comp-horizontal-menu .mole-link-list ul li:first-child{padding-left:0}.comp-horizontal-menu .mole-link-list ul li:last-child{padding-right:0}.comp-horizontal-menu .slick-prev,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev{left:-2.5rem}.comp-horizontal-menu .slick-prev::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:4.4rem}.comp-horizontal-menu .slick-next,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next{right:-2.5rem}.comp-horizontal-menu .slick-next::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:4.4rem}.comp-horizontal-menu .slick-arrow,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;font-size:2.2rem;letter-spacing:0;line-height:2.9rem;width:4.4rem;height:4.4rem;line-height:4.4rem}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-horizontal-menu .slick-arrow,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-horizontal-menu .slick-arrow i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next i{display:inline;margin-right:0}.comp-horizontal-menu .slick-arrow:focus,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:focus,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:focus,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:focus,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:focus,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:focus{outline:none}.comp-horizontal-menu .slick-arrow:active,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:active,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:active,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:active,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:active,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:active,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:active,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:active,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:active,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:active,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:active,.comp-horizontal-menu .slick-arrow:visited,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:visited,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:visited,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:visited,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:visited,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:visited,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:visited,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:visited,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:visited,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:visited,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:visited{outline:none;color:#000}.comp-horizontal-menu .slick-arrow:focus,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:focus,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:focus,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:focus,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:focus,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:focus,.comp-horizontal-menu .slick-arrow:hover,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:hover,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:hover,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:hover,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:hover,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:hover{color:#4b647d}.comp-horizontal-menu .slick-arrow::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next::before,.comp-horizontal-menu .slick-arrow i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next i,.comp-horizontal-menu .slick-arrow:visited::before,.comp-horizontal-menu .slick-arrow:visited i{color:#4b647d}.comp-horizontal-menu .slick-arrow:focus::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:focus::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:focus::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:focus::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:focus::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:focus::before,.comp-horizontal-menu .slick-arrow:focus i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:focus i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:focus i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:focus i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:focus i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:focus i{color:#697d91}.comp-horizontal-menu .slick-arrow:hover::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:hover::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:hover::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:hover::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:hover::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:hover::before,.comp-horizontal-menu .slick-arrow:hover i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:hover i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:hover i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:hover i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:hover i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:hover i{color:#697d91}.comp-horizontal-menu .slick-arrow:active::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:active::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:active::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:active::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:active::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:active::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:active::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:active::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:active::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:active::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:active::before,.comp-horizontal-menu .slick-arrow:active i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:active i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:active i,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:active i,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:active i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:active i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:active i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:active i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:active i,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:active i,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:active i{color:#c1c9d1}p .comp-horizontal-menu .slick-arrow:hover,p .comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover,.mole-carousel-header .carousel-header__controls p .comp-horizontal-menu .carousel-header__controls__prev:hover,p .comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover,.mole-carousel-header .carousel-header__controls p .comp-horizontal-menu .carousel-header__controls__next:hover,p .comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover,.comp-hero .content__footer .hero-footer__controls p .comp-horizontal-menu .hero-footer__controls__pause:hover,p .comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover,.comp-hero .content__footer .hero-footer__controls p .comp-horizontal-menu .hero-footer__controls__prev:hover,p .comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover,.comp-hero .content__footer .hero-footer__controls p .comp-horizontal-menu .hero-footer__controls__next:hover{border-color:#697d91}p .comp-horizontal-menu .slick-arrow:focus,p .comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.mole-carousel-header .carousel-header__controls p .comp-horizontal-menu .carousel-header__controls__prev:focus,p .comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus,.mole-carousel-header .carousel-header__controls p .comp-horizontal-menu .carousel-header__controls__next:focus,p .comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus,.comp-hero .content__footer .hero-footer__controls p .comp-horizontal-menu .hero-footer__controls__pause:focus,p .comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls p .comp-horizontal-menu .hero-footer__controls__prev:focus,p .comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus,.comp-hero .content__footer .hero-footer__controls p .comp-horizontal-menu .hero-footer__controls__next:focus{border-color:#697d91;outline:none}p .comp-horizontal-menu .slick-arrow:active,p .comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:active,.mole-carousel-header .carousel-header__controls p .comp-horizontal-menu .carousel-header__controls__prev:active,p .comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:active,.mole-carousel-header .carousel-header__controls p .comp-horizontal-menu .carousel-header__controls__next:active,p .comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:active,.comp-hero .content__footer .hero-footer__controls p .comp-horizontal-menu .hero-footer__controls__pause:active,p .comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:active,.comp-hero .content__footer .hero-footer__controls p .comp-horizontal-menu .hero-footer__controls__prev:active,p .comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:active,.comp-hero .content__footer .hero-footer__controls p .comp-horizontal-menu .hero-footer__controls__next:active{border-color:#c1c9d1}.comp-horizontal-menu .slick-arrow:hover,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:hover,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:hover,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:hover,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:hover,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:hover,.comp-horizontal-menu .slick-arrow:focus,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:focus,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:focus,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:focus,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:focus,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:focus{font-size:0}.comp-horizontal-menu .slick-arrow:hover::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:hover::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:hover::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:hover::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:hover::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:hover::before,.comp-horizontal-menu .slick-arrow:focus::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__prev:focus::before,.comp-horizontal-menu .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus::before,.mole-carousel-header .carousel-header__controls .comp-horizontal-menu .carousel-header__controls__next:focus::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__pause:focus::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__prev:focus::before,.comp-horizontal-menu .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-horizontal-menu .hero-footer__controls__next:focus::before{font-size:4.4rem;line-height:4.4rem}.comp-sticky-bottom-container{position:fixed;z-index:420;right:0;bottom:0;width:100%;margin-bottom:0;transition:opacity .2s linear;pointer-events:none}@media print{.comp-sticky-bottom-container{display:none}}.comp-sticky-button-anchorlinks{overflow:hidden;clear:right}@media(max-width: 880.98px){.comp-sticky-button-anchorlinks{position:absolute;width:100%;z-index:499;min-height:calc(1rem * 2 + 2.9rem + 2px * 2);transition:all .2s linear}.comp-sticky-button-anchorlinks.stuck{position:fixed;top:9rem;max-width:81.6rem;margin:0 auto;width:calc(100% - 3.2rem)}}@media(max-width: 600.98px){.comp-sticky-button-anchorlinks.stuck{max-width:53.6rem}}.comp-sticky-button-anchorlinks .sticky-button{width:100%;margin-bottom:0;float:none;transition:all .2s linear;border:solid 2px #4b647d;border-radius:4px;pointer-events:initial;background-color:#4b647d}@media(min-width: 881px){.comp-sticky-button-anchorlinks .sticky-button{width:42rem;float:right}}.comp-sticky-button-anchorlinks .sticky-button:hover,.comp-sticky-button-anchorlinks .sticky-button:focus{border:solid 2px #697d91}.comp-sticky-button-anchorlinks .sticky-button:active{border:solid 2px #c1c9d1}.comp-sticky-button-anchorlinks .sticky-button .sticky-button-link{display:inline-block;width:100%;padding:0;border:none;cursor:pointer;color:#fff;transition:all .2s linear}.comp-sticky-button-anchorlinks .sticky-button .sticky-button-link:hover .current-anchor,.comp-sticky-button-anchorlinks .sticky-button .sticky-button-link:focus .current-anchor{color:#fff;background-color:#697d91}.comp-sticky-button-anchorlinks .sticky-button .sticky-button-link:hover .current-anchor::before,.comp-sticky-button-anchorlinks .sticky-button .sticky-button-link:focus .current-anchor::before{color:#fff}.comp-sticky-button-anchorlinks .sticky-button-content{padding-top:1.3rem;padding-left:1rem;padding-right:1rem;display:none;transition:border .2s linear}@media(min-width: 1878px){.comp-sticky-button-anchorlinks .sticky-button-content{padding-top:1.3rem}}.comp-sticky-button-anchorlinks .current-anchor{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;display:block;max-width:none;margin-bottom:0;padding:1rem 1rem;vertical-align:middle;background-color:#4b647d}.comp-sticky-button-anchorlinks .current-anchor::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:2.2rem;margin-right:.5rem;color:#fff;line-height:2rem}.comp-sticky-button-anchorlinks.open .sticky-button{border:solid 2px #697d91;background-color:#fff}.comp-sticky-button-anchorlinks.open .sticky-button:hover{border:solid 2px #697d91}.comp-sticky-button-anchorlinks.open .sticky-button-link .current-anchor{background-color:#697d91;color:#fff}.comp-sticky-button-anchorlinks.open .sticky-button-link:hover::before,.comp-sticky-button-anchorlinks.open .sticky-button-link:focus::before{color:#fff}@media(max-width: 880.98px){.comp-sticky-button-anchorlinks.open{min-height:auto}}.comp-sticky-button-anchorlinks.open .sticky-button-link .current-anchor::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:2.2rem;line-height:2rem}@media(max-width: 600.98px){.comp-sticky-button-anchorlinks{max-width:56.8rem;margin:0 auto}}@media print{.comp-sticky-button-anchorlinks{display:none}}.comp-navigation-bar{padding-top:2.5rem;padding-bottom:2.5rem}.comp-navigation-bar::after{display:block;clear:both;content:""}@media print{.comp-navigation-bar{display:none}}.comp-navigation-map-legacy{margin-bottom:6.1rem;position:relative}@media(min-width: 1878px){.comp-navigation-map-legacy{margin-bottom:6.1rem}}@media(min-width: 601px){.comp-navigation-map-legacy .info-window-container{padding-top:2.9rem;transform:translateY(-50%);position:absolute;top:50%;left:10rem;max-width:40rem;padding-top:0}}@media(min-width: 601px)and (min-width: 1878px){.comp-navigation-map-legacy .info-window-container{padding-top:2.9rem}}.comp-navigation-map-legacy .map{width:100%;overflow:hidden}.comp-navigation-map-legacy .map::after{content:"";display:block;padding-bottom:56.25%}@media print{.comp-navigation-map-legacy .map{display:none}}.comp-navigation-map-legacy .tooltip{width:100%}.comp-navigation-map-legacy .tooltip .cta-box,.comp-navigation-map-legacy .tooltip .comp-video .controls,.comp-video .comp-navigation-map-legacy .tooltip .controls{flex-wrap:nowrap}.comp-navigation-map-legacy .location-teaser-print{display:none}@media print{.comp-navigation-map-legacy .location-teaser-print{display:flex;flex-wrap:wrap}.comp-navigation-map-legacy .location-teaser-print .teas-location-teaser{flex-basis:31%;flex-grow:0;flex-shrink:0;margin:1.3rem}}.comp-navigation-teaser-list{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-navigation-teaser-list{margin-bottom:2.9rem}}.comp-navigation-teaser-list .row>div{margin-bottom:3.2rem}.comp-menu{margin-bottom:6.1rem}@media(min-width: 1878px){.comp-menu{margin-bottom:6.1rem}}@media(min-width: 881px){.comp-menu{margin-left:-1.3rem}}.comp-menu a.external-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-menu .link-list-wrapper{border-bottom:solid 2px #eff1f3}.comp-menu .link-list-wrapper:first-child{border-top:solid 2px #eff1f3}.comp-menu .link-list-wrapper:not(.open) .dropdown-collapsible-list{display:none;overflow:hidden}.comp-menu .link-list-wrapper.no-subnav .h3,.comp-menu .link-list-wrapper.open.no-subnav .h3{background-color:rgba(0,0,0,0);padding-left:1.3rem}.comp-menu .link-list-wrapper.no-subnav .h3::before,.comp-menu .link-list-wrapper.open.no-subnav .h3::before{display:none}@media(max-width: 880.98px){.comp-menu .link-list-wrapper.no-subnav .h3,.comp-menu .link-list-wrapper.open.no-subnav .h3{padding-left:3.2rem}}.comp-menu .link-list-wrapper:not(.no-subnav) .h3{cursor:pointer}.comp-menu .link-list-wrapper:not(.no-subnav) .h3:hover a,.comp-menu .link-list-wrapper:not(.no-subnav) .h3:hover a:visited,.comp-menu .link-list-wrapper:not(.no-subnav) .h3:focus a,.comp-menu .link-list-wrapper:not(.no-subnav) .h3:focus a:visited{color:#4b647d}.comp-menu .link-list-wrapper .h3{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;position:relative;font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif;padding-top:2.9rem;padding-bottom:2.9rem;padding-left:6.1rem;transition:background-color,.2s linear;color:#000}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-menu .link-list-wrapper .h3{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-menu .link-list-wrapper .h3 i{display:inline;margin-right:0}.comp-menu .link-list-wrapper .h3:focus{outline:none}.comp-menu .link-list-wrapper .h3:active,.comp-menu .link-list-wrapper .h3:visited{outline:none;color:#000}.comp-menu .link-list-wrapper .h3:focus,.comp-menu .link-list-wrapper .h3:hover{color:#4b647d}.comp-menu .link-list-wrapper .h3::before,.comp-menu .link-list-wrapper .h3 i,.comp-menu .link-list-wrapper .h3:visited::before,.comp-menu .link-list-wrapper .h3:visited i{color:#4b647d}.comp-menu .link-list-wrapper .h3:focus::before,.comp-menu .link-list-wrapper .h3:focus i{color:#697d91}.comp-menu .link-list-wrapper .h3:hover::before,.comp-menu .link-list-wrapper .h3:hover i{color:#697d91}.comp-menu .link-list-wrapper .h3:active::before,.comp-menu .link-list-wrapper .h3:active i{color:#c1c9d1}p .comp-menu .link-list-wrapper .h3:hover{border-color:#697d91}p .comp-menu .link-list-wrapper .h3:focus{border-color:#697d91;outline:none}p .comp-menu .link-list-wrapper .h3:active{border-color:#c1c9d1}.comp-menu .link-list-wrapper .h3::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;position:absolute;left:1.3rem;line-height:initial}@media(max-width: 880.98px){.comp-menu .link-list-wrapper .h3{padding-left:9.3rem}.comp-menu .link-list-wrapper .h3::before{left:3.2rem}}.comp-menu .link-list-wrapper .h3 a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;display:inline-block}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-menu .link-list-wrapper .h3 a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-menu .link-list-wrapper .h3 a i{display:inline;margin-right:0}.comp-menu .link-list-wrapper .h3 a:focus{outline:none}.comp-menu .link-list-wrapper .h3 a:active,.comp-menu .link-list-wrapper .h3 a:visited{outline:none;color:#000}.comp-menu .link-list-wrapper .h3 a:focus,.comp-menu .link-list-wrapper .h3 a:hover{color:#4b647d}.comp-menu .link-list-wrapper .h3 a::before,.comp-menu .link-list-wrapper .h3 a i,.comp-menu .link-list-wrapper .h3 a:visited::before,.comp-menu .link-list-wrapper .h3 a:visited i{color:#4b647d}.comp-menu .link-list-wrapper .h3 a:focus::before,.comp-menu .link-list-wrapper .h3 a:focus i{color:#697d91}.comp-menu .link-list-wrapper .h3 a:hover::before,.comp-menu .link-list-wrapper .h3 a:hover i{color:#697d91}.comp-menu .link-list-wrapper .h3 a:active::before,.comp-menu .link-list-wrapper .h3 a:active i{color:#c1c9d1}p .comp-menu .link-list-wrapper .h3 a:hover{border-color:#697d91}p .comp-menu .link-list-wrapper .h3 a:focus{border-color:#697d91;outline:none}p .comp-menu .link-list-wrapper .h3 a:active{border-color:#c1c9d1}.comp-menu .link-list-wrapper .h3 a::after{display:none}.comp-menu .link-list-wrapper .h3 a.current,.comp-menu .link-list-wrapper .h3 a:focus{color:#4b647d}.comp-menu .link-list-wrapper .h3 a.current{cursor:default;pointer-events:none}.comp-menu .link-list-wrapper.open .h3{background-color:#eff1f3}.comp-menu .link-list-wrapper.open .h3::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:initial}.comp-menu .link-list-wrapper .dropdown-collapsible-list{padding-bottom:2.9rem;background-color:#eff1f3}@media(max-width: 880.98px){.comp-menu .link-list-wrapper .dropdown-collapsible-list{padding-right:3.2rem;padding-left:3.2rem}}@media(min-width: 881px){.comp-menu .link-list-wrapper .dropdown-collapsible-list{padding-right:3.2rem}}@media(min-width: 1280px){.comp-menu .link-list-wrapper .dropdown-collapsible-list{padding-right:3.2rem}}.comp-menu .link-list-wrapper .dropdown-collapsible-list li{margin-bottom:1.3rem;padding-left:6.1rem}.comp-menu .link-list-wrapper .dropdown-collapsible-list li:first-child{margin-top:0}.comp-menuplan-preview table{margin-bottom:2.9rem;clear:both;border-bottom:solid 2px #c1c9d1;border-color:rgba(0,0,0,0)}@media(min-width: 1878px){.comp-menuplan-preview table{margin-bottom:2.9rem}}.comp-menuplan-preview table tr{border-top:0;border-bottom:solid 2px #c1c9d1;background-color:rgba(0,0,0,0)}.comp-menuplan-preview table td,.comp-menuplan-preview table th{padding:1.1rem 0 1.3rem;border:0}.comp-menuplan-preview table td p,.comp-menuplan-preview table th p{margin:0}.comp-menuplan-preview table th{border-bottom:none;color:#4b647d;font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif;font-weight:normal}.comp-menuplan-preview table caption{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;padding-top:1.1rem;padding-bottom:0;color:#4b647d}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-menuplan-preview table caption{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}@media print{.comp-menuplan-preview{padding:2rem}}@media print{.comp-menuplan-preview p,.comp-menuplan-preview .menuplan__prices-item{font-size:1.6rem;line-height:2rem}}.comp-menuplan-preview .menuplan__title{margin-bottom:0}@media(min-width: 1280px){.comp-menuplan-preview .menuplan__title{max-width:none;flex:unset}}@media print{.comp-menuplan-preview .menuplan__title{font-size:2.5rem;line-height:3rem;padding-top:0}}@media print{.comp-menuplan-preview .menuplan__subtitle{font-size:1.8rem;line-height:2.2rem;margin-bottom:.5rem}}.comp-menuplan-preview .menuplan__logo{max-height:6rem}@media print{.comp-menuplan-preview .menuplan__logo{max-height:4rem}}.comp-menuplan-preview table{width:100%}@media print{.comp-menuplan-preview table tr{border-width:1px}}.comp-menuplan-preview table tr:first-child{border-top:solid 2px #c1c9d1}@media print{.comp-menuplan-preview table tr:first-child{border-width:1px}}.comp-menuplan-preview table th{padding-top:0;padding-bottom:0}.comp-menuplan-preview table th h2,.comp-menuplan-preview table th .h2{color:#4b647d}@media print{.comp-menuplan-preview table th h2,.comp-menuplan-preview table th .h2{font-size:2rem;line-height:2.5rem;padding-top:1.5rem;margin-bottom:0}}.comp-menuplan-preview table td,.comp-menuplan-preview table th{padding-right:2.9rem;vertical-align:top}@media print{.comp-menuplan-preview table td,.comp-menuplan-preview table th{padding:.8rem 1.5rem .8rem 0}}.comp-menuplan-preview table td:last-child{padding-right:0}.comp-menuplan-preview .menuplan__name{margin-bottom:0}.comp-menuplan-preview .menuplan__head{display:flex;justify-content:space-between}@media print{.comp-menuplan-preview .menuplan__head p{margin-bottom:2rem}}.comp-menuplan-preview .menuplan__menu-header{display:flex;align-items:flex-start}.comp-menuplan-preview .menuplan__icon-wrapper{text-align:center;padding-right:0}.comp-menuplan-preview .menuplan__menu-icon{width:5rem}@media print{.comp-menuplan-preview .menuplan__menu-icon{width:4rem}}.comp-menuplan-preview .menuplan__prices{display:flex;flex-direction:column}.comp-menuplan-preview .menuplan__prices-item{margin-top:1.3rem;text-align:right}@media print{.comp-menuplan-preview .menuplan__prices-item{margin-top:.2rem}}.comp-menuplan-preview .menuplan__price{display:inline-block;white-space:nowrap;width:11rem}@media print{.comp-menuplan-preview .menuplan__price{width:9rem}}.comp-menuplan{margin-bottom:7.3rem}@media(min-width: 1878px){.comp-menuplan{margin-bottom:7.3rem}}.comp-menuplan .slick-track{margin:0}@media print{.comp-menuplan .slick-track{width:auto !important;left:0 !important}}@media print{.comp-menuplan .slick-slide{width:100% !important}}.comp-menuplan .slick-arrow,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__prev,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__next,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__pause,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__prev,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__next{width:5.2rem;height:5.2rem;background-color:#eff1f3;border-radius:5.2rem;z-index:10}.comp-menuplan .slick-arrow:hover,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__prev:hover,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__next:hover,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__pause:hover,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__prev:hover,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__next:hover,.comp-menuplan .slick-arrow:focus,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__prev:focus,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__next:focus,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__pause:focus,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__prev:focus,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__next:focus{background-color:#000}.comp-menuplan .slick-arrow:hover::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__prev:hover::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__next:hover::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__pause:hover::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__prev:hover::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__next:hover::before,.comp-menuplan .slick-arrow:focus::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__prev:focus::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__next:focus::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__pause:focus::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__prev:focus::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__next:focus::before{color:#fff}.comp-menuplan .slick-arrow::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__prev::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__next::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__pause::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__prev::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__next::before{color:#4b647d;font-size:2.5rem;line-height:5.2rem;opacity:1}.comp-menuplan .slick-dots,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__dots{bottom:-2.7rem;top:auto;bottom:auto}.comp-menuplan .slick-dots li,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__dots li{margin:0;width:14px;height:14px}.comp-menuplan .slick-dots li.slick-active button:before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li.slick-active button:before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__dots li.slick-active button:before{color:#000}.comp-menuplan .slick-dots li button,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__dots li button{width:14px;height:14px;padding:0 7px}.comp-menuplan .slick-dots li button:hover::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:hover::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__dots li button:hover::before,.comp-menuplan .slick-dots li button:focus::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:focus::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__dots li button:focus::before{color:#000}.comp-menuplan .slick-dots li button::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__dots li button::before{font-size:7px;line-height:14px;width:14px;height:14px;color:#c1c9d1;opacity:1}.comp-menuplan .slick-next,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__next,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__next{right:4.5rem}.comp-menuplan .slick-next::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__next::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__next::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:.4rem}.comp-menuplan .slick-prev,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__prev,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__prev{left:4.5rem}.comp-menuplan .slick-prev::before,.comp-menuplan .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-menuplan .carousel-header__controls__prev::before,.comp-menuplan .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .comp-menuplan .hero-footer__controls__prev::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.4rem}.comp-menuplan.bg-gray,.comp-video .comp-menuplan.controls{position:relative;margin-top:3.9rem;background-color:rgba(0,0,0,0)}.comp-menuplan.bg-gray::before,.comp-video .comp-menuplan.controls::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-menuplan.bg-gray::before,.comp-video .comp-menuplan.controls::before{height:22.9rem}.comp-menuplan .menuplan__title{padding-top:0}.comp-menuplan .menuplan__menus{margin-top:-3.2rem;overflow:hidden}@media(min-width: 881px){.comp-menuplan .menuplan__menus{display:flex;flex-wrap:wrap;margin-left:-1.6rem;margin-right:-1.6rem}}.comp-menuplan .menuplan__restaurant-name{margin-bottom:0}.comp-menuplan .menuplan__menu{margin-top:3.2rem}@media(min-width: 881px){.comp-menuplan .menuplan__menu{width:50%;padding-right:1.6rem;padding-left:1.6rem}}@media(min-width: 1280px){.comp-menuplan .menuplan__menu{width:33.333%}}.comp-news-and-story-highlights{--image-placeholder-background: darkgray;--grid-col-width: 536;--grid-gutter: 32;--grid-gap: calc(var(--grid-gutter) * 1px);padding-top:2.5rem;padding-top:0;padding-bottom:var(--grid-gap)}@media(min-width: 1878px){.comp-news-and-story-highlights{padding-top:2.5rem}}.comp-news-and-story-highlights.bg-gray,.comp-video .comp-news-and-story-highlights.controls{background-color:rgba(0,0,0,0);position:relative}.comp-news-and-story-highlights.bg-gray::before,.comp-video .comp-news-and-story-highlights.controls::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-news-and-story-highlights h2{padding-top:0}@media(min-width: 601px){.comp-news-and-story-highlights__aspect-ratio{--grid-col-width: 408;--first-story-content-height: 662;--number-of-rows: 4;--grid-aspect-ratio: calc(((var(--grid-col-width) * var(--number-of-rows)) + (var(--grid-gutter) * (var(--number-of-rows) - 1)) + (var(--first-story-content-height) - var(--grid-col-width))) / (2 * var(--grid-col-width) + var(--grid-gutter)));height:0;overflow:hidden;position:relative;padding-top:calc(100%*var(--grid-aspect-ratio))}}@media(min-width: 1280px){.comp-news-and-story-highlights__aspect-ratio{--grid-aspect-ratio: 1}}.comp-news-and-story-highlights__grid{display:grid;grid-gap:3.9rem;grid-auto-flow:row;grid-auto-rows:max-content}@media(min-width: 601px){.comp-news-and-story-highlights__grid{position:absolute;top:0;left:0;width:100%;height:100%;grid-gap:var(--grid-gap);grid-template-columns:repeat(10, 1fr);grid-template-rows:repeat(9, 1fr);grid-template-areas:"S1 S1 S1 S1 S1 S1 S1 S1 S1 S1" "S1 S1 S1 S1 S1 S1 S1 S1 S1 S1" "S1 S1 S1 S1 S1 S1 S1 S1 S1 S1" "S2 S2 S2 S2 S2 S2 S2 S2 S2 S2" "S2 S2 S2 S2 S2 S2 S2 S2 S2 S2" "S3 S3 S3 S3 S3 S3 S3 S3 S3 S3" "S3 S3 S3 S3 S3 S3 S3 S3 S3 S3" "S4 S4 S4 S4 S4 S5 S5 S5 S5 S5" "S4 S4 S4 S4 S4 S5 S5 S5 S5 S5"}}@media(min-width: 1280px){.comp-news-and-story-highlights__grid{--grid-cols: 3;--grid-col-width: 430;--grid-gap: calc((100% * var(--grid-gutter)) / ((var(--grid-col-width) * var(--grid-cols)) + (var(--grid-gutter) * (var(--grid-cols) - 1))));grid-gap:var(--grid-gap);grid-template-columns:repeat(6, 1fr);grid-template-rows:repeat(6, 1fr);grid-template-areas:"S1 S1 S1 S1 S1 S1" "S1 S1 S1 S1 S1 S1" "S2 S2 S2 S2 S4 S4" "S2 S2 S2 S2 S4 S4" "S3 S3 S3 S3 S4 S4" "S3 S3 S3 S3 S5 S5"}}.comp-news-and-story-highlights .story-highlight{display:flex;overflow:hidden;height:100%;place-self:stretch;border:2px solid #e6ebee;transition:background-color,border-color,.2s linear}.comp-news-and-story-highlights .story-highlight:hover{border-color:#697d91}.comp-news-and-story-highlights .story-highlight__content{height:100%;width:100%;background:#fff;display:flex;flex-direction:column;min-height:0;padding:2.5rem 2.9rem 2.9rem}.comp-news-and-story-highlights .story-highlight__content p{margin-bottom:0}.comp-news-and-story-highlights .story-highlight__content .ddd-truncated{overflow:visible;white-space:normal}.comp-news-and-story-highlights .story-highlight__title{font-size:3.3rem;letter-spacing:0;line-height:4.2rem;flex:0 1 auto;padding-bottom:2.9rem}.comp-news-and-story-highlights .story-highlight__title span:nth-child(1){color:#4b647d}.comp-news-and-story-highlights .story-highlight__title span:nth-child(1)::after{content:" /";color:#c1c9d1}.comp-news-and-story-highlights .story-highlight__title span:nth-child(2){display:block;color:#000}.comp-news-and-story-highlights .story-highlight__excerpt{flex:0 2 auto;overflow:hidden}.comp-news-and-story-highlights .story-highlight__image{background:var(--image-placeholder-background)}.comp-news-and-story-highlights .story-highlight__image .img-fluid{object-fit:cover;height:100%;width:100%}.comp-news-and-story-highlights .story-highlight__image .comp-image.image,.comp-news-and-story-highlights .story-highlight__image figure,.comp-news-and-story-highlights .story-highlight__image picture{display:contents}.comp-news-and-story-highlights .story-highlight:nth-child(1){--content-width: 100%;flex-direction:column-reverse}@media(min-width: 601px){.comp-news-and-story-highlights .story-highlight:nth-child(1){grid-area:S1}}.comp-news-and-story-highlights .story-highlight:nth-child(1) .story-highlight__content{width:var(--content-width)}@media(min-width: 1280px){.comp-news-and-story-highlights .story-highlight:nth-child(1){--content-width: calc((100% / 3) - (var(--grid-gap) / 6));flex-direction:unset}.comp-news-and-story-highlights .story-highlight:nth-child(1) .story-highlight__image{width:calc(100% - var(--content-width))}}.comp-news-and-story-highlights .story-highlight:nth-child(2){flex-direction:column-reverse}@media(min-width: 601px){.comp-news-and-story-highlights .story-highlight:nth-child(2){grid-area:S2;flex-direction:row-reverse}}.comp-news-and-story-highlights .story-highlight:nth-child(3){flex-direction:column-reverse}@media(min-width: 601px){.comp-news-and-story-highlights .story-highlight:nth-child(3){grid-area:S3;flex-direction:row}}@media(min-width: 601px){.comp-news-and-story-highlights .story-highlight:nth-child(2),.comp-news-and-story-highlights .story-highlight:nth-child(3){--content-width: 50%}.comp-news-and-story-highlights .story-highlight:nth-child(2) .story-highlight__content,.comp-news-and-story-highlights .story-highlight:nth-child(3) .story-highlight__content{width:var(--content-width)}.comp-news-and-story-highlights .story-highlight:nth-child(2) .story-highlight__image,.comp-news-and-story-highlights .story-highlight:nth-child(3) .story-highlight__image{width:calc(100% - var(--content-width))}}.comp-news-and-story-highlights .story-highlight:nth-child(4){--content-height: initial;flex-direction:column-reverse;justify-content:flex-end}@media(min-width: 601px){.comp-news-and-story-highlights .story-highlight:nth-child(4){grid-area:S4}}@media(min-width: 1280px){.comp-news-and-story-highlights .story-highlight:nth-child(4){--content-height: calc((100% / 3 * 2) + (var(--grid-gap) / 6 * 2))}}.comp-news-and-story-highlights .story-highlight:nth-child(4) .story-highlight__content{height:var(--content-height);flex-grow:1}.comp-news-and-story-highlights .story-highlight:nth-child(4) .story-highlight__image{height:calc(100% - var(--content-height))}@media(min-width: 601px){.comp-news-and-story-highlights .story-highlight:nth-child(5){grid-area:S5}}@media(min-width: 1280px){.comp-news-and-story-highlights .story-highlight:nth-child(5){overflow:visible}.comp-news-and-story-highlights .story-highlight:nth-child(5) .story-highlight__excerpt{display:none}.comp-news-and-story-highlights .story-highlight:nth-child(5) .story-highlight__title{padding:0}}.comp-quick-links-menu{margin-bottom:6.1rem}@media(min-width: 1878px){.comp-quick-links-menu{margin-bottom:6.1rem}}@media(max-width: 880.98px){.comp-quick-links-menu{padding-right:3.2rem;padding-left:3.2rem}}@media(min-width: 881px){.comp-quick-links-menu{padding-right:3.2rem}}@media(min-width: 1280px){.comp-quick-links-menu{padding-right:3.2rem}}.comp-sticky-button-container{display:flex;position:fixed;z-index:499;top:50%;right:0;flex-direction:column;align-items:flex-end;transform:translateY(-50%)}@media print{.comp-sticky-button-container{display:none}}.comp-sticky-button-container h2{margin-bottom:0;padding:0 0}.comp-sticky-button-container>*{position:relative}.comp-sticky-button-webshop{display:none}.comp-sticky-button-webshop .sticky-button-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-social-links-menu{margin-bottom:6.1rem}@media(min-width: 1878px){.comp-social-links-menu{margin-bottom:6.1rem}}@media(max-width: 880.98px){.comp-social-links-menu{padding-right:3.2rem;padding-left:3.2rem}}@media(min-width: 881px){.comp-social-links-menu{padding-right:3.2rem}}@media(min-width: 1280px){.comp-social-links-menu{padding-right:3.2rem}}.comp-social-links-menu ul{display:flex}.comp-social-links-menu ul li{margin-bottom:1.3rem;padding-left:2.5rem}@media(min-width: 1878px){.comp-social-links-menu ul li{margin-bottom:1.3rem}}.comp-social-links-menu ul li:first-child{padding-left:0}.comp-social-links-menu ul li i:before{font-size:2.5rem}.comp-social-links-menu .overview-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:1rem}.comp-sdg-list{margin-bottom:7.3rem}@media(min-width: 1878px){.comp-sdg-list{margin-bottom:7.3rem}}.comp-sdg-list .sdg-list__items{margin-top:-3.2rem;overflow:hidden;display:flex;flex-wrap:wrap;margin-left:-1.6rem;margin-right:-1.6rem}.comp-sdg-list .sdg-list__item{margin-top:3.2rem;width:25%;padding-right:1.6rem;padding-left:1.6rem}@media(min-width: 1280px){.comp-sdg-list .sdg-list__item{width:16.666%}}.comp-sheet-music-search .section{margin-bottom:3.9rem}@media(min-width: 1878px){.comp-sheet-music-search .section{margin-bottom:3.9rem}}.comp-sheet-music-search .section--large-gap{margin-bottom:6.1rem}@media(min-width: 1878px){.comp-sheet-music-search .section--large-gap{margin-bottom:6.1rem}}.comp-sheet-music-search .column:not(:empty)+.column{padding-top:2.5rem}@media(min-width: 601px){.comp-sheet-music-search .column:not(:empty)+.column{padding-top:0}}.comp-sheet-music-search .btn{width:100%}.comp-sheet-music-search select.form-control:not([size]):not([multiple]){height:auto}.comp-signature-search .section{margin-bottom:3.9rem}@media(min-width: 1878px){.comp-signature-search .section{margin-bottom:3.9rem}}.comp-signature-search .column:not(:empty)+.column{padding-top:2.5rem}@media(min-width: 601px){.comp-signature-search .column:not(:empty)+.column{padding-top:0}}.comp-signature-search .btn{width:100%}.comp-signature-search .allSubsub{margin-left:3.9rem}.comp-signature-search select.form-control:not([size]):not([multiple]){height:auto}.comp-search-filter,.comp-search .query{padding-top:2.2rem}.comp-search-filter form>.row,.comp-search .query form>.row{margin-bottom:0}.comp-search-filter .search-filter__search,.comp-search .query .search-filter__search{position:relative;display:flex;align-items:center}.comp-search-filter .search-filter__search .form-control[type=search]::-webkit-search-decoration,.comp-search .query .search-filter__search .form-control[type=search]::-webkit-search-decoration,.comp-search-filter .search-filter__search .form-control[type=search]::-webkit-search-cancel-button,.comp-search .query .search-filter__search .form-control[type=search]::-webkit-search-cancel-button,.comp-search-filter .search-filter__search .form-control[type=search]::-webkit-search-results-button,.comp-search .query .search-filter__search .form-control[type=search]::-webkit-search-results-button,.comp-search-filter .search-filter__search .form-control[type=search]::-webkit-search-results-decoration,.comp-search .query .search-filter__search .form-control[type=search]::-webkit-search-results-decoration{appearance:none}.comp-search-filter .search-filter__search .form-control[type=search]::-ms-clear,.comp-search .query .search-filter__search .form-control[type=search]::-ms-clear,.comp-search-filter .search-filter__search .form-control[type=search]::-ms-reveal,.comp-search .query .search-filter__search .form-control[type=search]::-ms-reveal{display:none;width:0;height:0}.comp-search-filter .search-filter__search .clear-button,.comp-search .query .search-filter__search .clear-button{position:absolute;right:0;display:none;z-index:1}.comp-search-filter .search-filter__search .clear-button i,.comp-search .query .search-filter__search .clear-button i{color:#4b647d}@media(min-width: 601px){.comp-search-filter .col-lg-4,.comp-search-filter .page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .comp-search-filter .layout-1>.column:nth-child(2),.comp-search-filter .page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .comp-search-filter .layout-1>.column:nth-child(2),.comp-search-filter .page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .comp-search-filter .layout-1>.column:nth-child(2),.comp-search-filter .page-error .layout-1>.column:nth-child(2),.page-error .comp-search-filter .layout-1>.column:nth-child(2),.comp-search-filter .layout-2-1>.column:nth-child(2),.comp-search-filter .layout-1-2>.column:nth-child(1),.comp-search-filter .layout-1-1-1>.column,.comp-search-filter .teaser-list.teaser-type-project .row .column:nth-child(1),.teaser-list.teaser-type-project .row .comp-search-filter .column:nth-child(1),.comp-search-filter .comp-quick-link-list .layout-1-2>.column:nth-child(1),.comp-quick-link-list .comp-search-filter .layout-1-2>.column:nth-child(1),.comp-search .query .col-lg-4,.comp-search .query .page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .comp-search .query .layout-1>.column:nth-child(2),.comp-search .query .page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .comp-search .query .layout-1>.column:nth-child(2),.comp-search .query .page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .comp-search .query .layout-1>.column:nth-child(2),.comp-search .query .page-error .layout-1>.column:nth-child(2),.page-error .comp-search .query .layout-1>.column:nth-child(2),.comp-search .query .layout-2-1>.column:nth-child(2),.comp-search .query .layout-1-2>.column:nth-child(1),.comp-search .query .layout-1-1-1>.column,.comp-search .query .teaser-list.teaser-type-project .row .column:nth-child(1),.teaser-list.teaser-type-project .row .comp-search .query .column:nth-child(1){padding-right:0}}.comp-search-filter .form-group,.comp-search .query .form-group{margin-bottom:2.2rem}.comp-search-filter .filter-group-wrapper,.comp-search .query .filter-group-wrapper{margin-bottom:2.2rem}@media(min-width: 881px){.comp-search-filter .filter-group-wrapper,.comp-search .query .filter-group-wrapper{display:block !important}}@media(max-width: 600.98px){.comp-search-filter .filter-group-wrapper,.comp-search .query .filter-group-wrapper{position:relative}}.comp-search-filter .filter-dropdown,.comp-search .query .filter-dropdown{display:inline-block;margin-right:.8rem;border:solid 2px #4b647d;border-radius:4px;margin-bottom:1.3rem}@media(min-width: 601px){.comp-search-filter .filter-dropdown,.comp-search .query .filter-dropdown{position:relative}}.comp-search-filter .filter-dropdown.open,.comp-search .query .filter-dropdown.open{background-color:#fff;border-color:#c1c9d1}.comp-search-filter .filter-dropdown.open>.dropdown-link,.comp-search .query .filter-dropdown.open>.dropdown-link{color:#4b647d}.comp-search-filter .filter-dropdown.open>.dropdown-link::before,.comp-search .query .filter-dropdown.open>.dropdown-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-search-filter .filter-dropdown.open .filterdropdown:after,.comp-search .query .filter-dropdown.open .filterdropdown:after{display:block}.comp-search-filter .filter-dropdown:last-child,.comp-search .query .filter-dropdown:last-child{margin-right:0}.comp-search-filter .filter-dropdown>.filterdropdown,.comp-search .query .filter-dropdown>.filterdropdown{display:inline;padding:1.1rem 2.2rem;line-height:4.6rem;position:relative;left:0;right:0}.comp-search-filter .filter-dropdown>.filterdropdown::after,.comp-search .query .filter-dropdown>.filterdropdown::after{content:"";width:100%;left:0;right:0;height:1.5rem;position:absolute;background-color:#fff;bottom:-0.5rem;z-index:105;display:none}.comp-search-filter .filter-dropdown .dropdown-is-overlay,.comp-search .query .filter-dropdown .dropdown-is-overlay{position:absolute;z-index:100;width:100%;border:solid 2px #c1c9d1;background-color:#fff}.comp-search-filter .filter-dropdown .dropdown-is-overlay:not(.right-aligned),.comp-search .query .filter-dropdown .dropdown-is-overlay:not(.right-aligned){left:-2px}.comp-search-filter .filter-dropdown .dropdown-is-overlay.right-aligned,.comp-search .query .filter-dropdown .dropdown-is-overlay.right-aligned{right:-2px}@media(min-width: 1280px){.comp-search-filter .filter-dropdown .dropdown-is-overlay,.comp-search .query .filter-dropdown .dropdown-is-overlay{width:39.8rem}}@media(min-width: 881px)and (max-width: 1279.98px){.comp-search-filter .filter-dropdown .dropdown-is-overlay,.comp-search .query .filter-dropdown .dropdown-is-overlay{width:42.5rem}}@media(min-width: 601px)and (max-width: 880.98px){.comp-search-filter .filter-dropdown .dropdown-is-overlay,.comp-search .query .filter-dropdown .dropdown-is-overlay{width:34.4rem}}@media(max-width: 600.98px){.comp-search-filter .filter-dropdown .dropdown-is-overlay:not(.right-aligned),.comp-search .query .filter-dropdown .dropdown-is-overlay:not(.right-aligned){left:0}.comp-search-filter .filter-dropdown .dropdown-is-overlay.right-aligned,.comp-search .query .filter-dropdown .dropdown-is-overlay.right-aligned{right:0}}.comp-search-filter .filter-dropdown .btn-wrapper,.comp-search .query .filter-dropdown .btn-wrapper{display:flex;align-content:stretch}.comp-search-filter .filter-dropdown .btn-wrapper .btn,.comp-search .query .filter-dropdown .btn-wrapper .btn{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;font-size:2.2rem;letter-spacing:0;line-height:2.9rem;width:100%;padding:2.9rem;border-radius:0;background-color:#eff1f3;font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif;text-align:left;cursor:pointer}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-search-filter .filter-dropdown .btn-wrapper .btn,.comp-search .query .filter-dropdown .btn-wrapper .btn{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-search-filter .filter-dropdown .btn-wrapper .btn i,.comp-search .query .filter-dropdown .btn-wrapper .btn i{display:inline;margin-right:0}.comp-search-filter .filter-dropdown .btn-wrapper .btn:focus,.comp-search .query .filter-dropdown .btn-wrapper .btn:focus{outline:none}.comp-search-filter .filter-dropdown .btn-wrapper .btn:active,.comp-search .query .filter-dropdown .btn-wrapper .btn:active,.comp-search-filter .filter-dropdown .btn-wrapper .btn:visited,.comp-search .query .filter-dropdown .btn-wrapper .btn:visited{outline:none;color:#000}.comp-search-filter .filter-dropdown .btn-wrapper .btn:focus,.comp-search .query .filter-dropdown .btn-wrapper .btn:focus,.comp-search-filter .filter-dropdown .btn-wrapper .btn:hover,.comp-search .query .filter-dropdown .btn-wrapper .btn:hover{color:#4b647d}.comp-search-filter .filter-dropdown .btn-wrapper .btn::before,.comp-search .query .filter-dropdown .btn-wrapper .btn::before,.comp-search-filter .filter-dropdown .btn-wrapper .btn i,.comp-search .query .filter-dropdown .btn-wrapper .btn i,.comp-search-filter .filter-dropdown .btn-wrapper .btn:visited::before,.comp-search-filter .filter-dropdown .btn-wrapper .btn:visited i{color:#4b647d}.comp-search-filter .filter-dropdown .btn-wrapper .btn:focus::before,.comp-search .query .filter-dropdown .btn-wrapper .btn:focus::before,.comp-search-filter .filter-dropdown .btn-wrapper .btn:focus i,.comp-search .query .filter-dropdown .btn-wrapper .btn:focus i{color:#697d91}.comp-search-filter .filter-dropdown .btn-wrapper .btn:hover::before,.comp-search .query .filter-dropdown .btn-wrapper .btn:hover::before,.comp-search-filter .filter-dropdown .btn-wrapper .btn:hover i,.comp-search .query .filter-dropdown .btn-wrapper .btn:hover i{color:#697d91}.comp-search-filter .filter-dropdown .btn-wrapper .btn:active::before,.comp-search .query .filter-dropdown .btn-wrapper .btn:active::before,.comp-search-filter .filter-dropdown .btn-wrapper .btn:active i,.comp-search .query .filter-dropdown .btn-wrapper .btn:active i{color:#c1c9d1}p .comp-search-filter .filter-dropdown .btn-wrapper .btn:hover,p .comp-search .query .filter-dropdown .btn-wrapper .btn:hover,.comp-search p .query .filter-dropdown .btn-wrapper .btn:hover{border-color:#697d91}p .comp-search-filter .filter-dropdown .btn-wrapper .btn:focus,p .comp-search .query .filter-dropdown .btn-wrapper .btn:focus,.comp-search p .query .filter-dropdown .btn-wrapper .btn:focus{border-color:#697d91;outline:none}p .comp-search-filter .filter-dropdown .btn-wrapper .btn:active,p .comp-search .query .filter-dropdown .btn-wrapper .btn:active,.comp-search p .query .filter-dropdown .btn-wrapper .btn:active{border-color:#c1c9d1}.comp-search-filter .filter-dropdown .btn-wrapper .btn::before,.comp-search .query .filter-dropdown .btn-wrapper .btn::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-search-filter .filter-dropdown .btn-wrapper .btn.filter-button-discard,.comp-search .query .filter-dropdown .btn-wrapper .btn.filter-button-discard{border-top:solid 2px #eff1f3;border-right:0;border-left:0;background-color:#fff}.comp-search-filter .filter-dropdown .btn.filter-button-all,.comp-search .query .filter-dropdown .btn.filter-button-all{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;padding:0;background-color:rgba(0,0,0,0);font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif;text-align:right;cursor:pointer}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-search-filter .filter-dropdown .btn.filter-button-all,.comp-search .query .filter-dropdown .btn.filter-button-all{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-search-filter .filter-dropdown .btn.filter-button-all i,.comp-search .query .filter-dropdown .btn.filter-button-all i{display:inline;margin-right:0}.comp-search-filter .filter-dropdown .btn.filter-button-all:focus,.comp-search .query .filter-dropdown .btn.filter-button-all:focus{outline:none}.comp-search-filter .filter-dropdown .btn.filter-button-all:active,.comp-search .query .filter-dropdown .btn.filter-button-all:active,.comp-search-filter .filter-dropdown .btn.filter-button-all:visited,.comp-search .query .filter-dropdown .btn.filter-button-all:visited{outline:none;color:#000}.comp-search-filter .filter-dropdown .btn.filter-button-all:focus,.comp-search .query .filter-dropdown .btn.filter-button-all:focus,.comp-search-filter .filter-dropdown .btn.filter-button-all:hover,.comp-search .query .filter-dropdown .btn.filter-button-all:hover{color:#4b647d}.comp-search-filter .filter-dropdown .btn.filter-button-all::before,.comp-search .query .filter-dropdown .btn.filter-button-all::before,.comp-search-filter .filter-dropdown .btn.filter-button-all i,.comp-search .query .filter-dropdown .btn.filter-button-all i,.comp-search-filter .filter-dropdown .btn.filter-button-all:visited::before,.comp-search-filter .filter-dropdown .btn.filter-button-all:visited i{color:#4b647d}.comp-search-filter .filter-dropdown .btn.filter-button-all:focus::before,.comp-search .query .filter-dropdown .btn.filter-button-all:focus::before,.comp-search-filter .filter-dropdown .btn.filter-button-all:focus i,.comp-search .query .filter-dropdown .btn.filter-button-all:focus i{color:#697d91}.comp-search-filter .filter-dropdown .btn.filter-button-all:hover::before,.comp-search .query .filter-dropdown .btn.filter-button-all:hover::before,.comp-search-filter .filter-dropdown .btn.filter-button-all:hover i,.comp-search .query .filter-dropdown .btn.filter-button-all:hover i{color:#697d91}.comp-search-filter .filter-dropdown .btn.filter-button-all:active::before,.comp-search .query .filter-dropdown .btn.filter-button-all:active::before,.comp-search-filter .filter-dropdown .btn.filter-button-all:active i,.comp-search .query .filter-dropdown .btn.filter-button-all:active i{color:#c1c9d1}p .comp-search-filter .filter-dropdown .btn.filter-button-all:hover,p .comp-search .query .filter-dropdown .btn.filter-button-all:hover,.comp-search p .query .filter-dropdown .btn.filter-button-all:hover{border-color:#697d91}p .comp-search-filter .filter-dropdown .btn.filter-button-all:focus,p .comp-search .query .filter-dropdown .btn.filter-button-all:focus,.comp-search p .query .filter-dropdown .btn.filter-button-all:focus{border-color:#697d91;outline:none}p .comp-search-filter .filter-dropdown .btn.filter-button-all:active,p .comp-search .query .filter-dropdown .btn.filter-button-all:active,.comp-search p .query .filter-dropdown .btn.filter-button-all:active{border-color:#c1c9d1}.comp-search-filter .filter-dropdown .btn.filter-button-all::before,.comp-search .query .filter-dropdown .btn.filter-button-all::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-search-filter .filter-list,.comp-search .query .filter-list{z-index:100;max-height:65rem;padding-top:2.2rem;padding-left:2.2rem;padding-right:2.2rem;overflow-y:auto}@media(max-width: 1877.98px){.comp-search-filter .filter-list,.comp-search .query .filter-list{max-height:56rem}}@media(max-width: 880.98px){.comp-search-filter .filter-list,.comp-search .query .filter-list{max-height:30rem}}.comp-search-filter .filter-list .collapse-link,.comp-search .query .filter-list .collapse-link,.comp-search-filter .filter-list,.comp-search .query .filter-list{font-size:2.2rem;letter-spacing:0;line-height:2.9rem}.comp-search-filter .filter-list .collapse-link.open,.comp-search .query .filter-list .collapse-link.open,.comp-search-filter .filter-list.open,.comp-search .query .filter-list.open{padding-bottom:1.1rem}.comp-search-filter .filter-list li,.comp-search .query .filter-list li{border-top:solid #c1c9d1 2px}.comp-search-filter .filter-list li.subfilter-group,.comp-search .query .filter-list li.subfilter-group{display:flex;flex-wrap:wrap;justify-content:space-between}.comp-search-filter .filter-list li.subfilter-group .dropdown-list,.comp-search .query .filter-list li.subfilter-group .dropdown-list{flex-grow:1;width:100%}.comp-search-filter .filter-list li.subfilter-group .dropdown-link,.comp-search .query .filter-list li.subfilter-group .dropdown-link{font-size:0;width:100%}.comp-search-filter .filter-list li.subfilter-group .dropdown-link::before,.comp-search .query .filter-list li.subfilter-group .dropdown-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem}.comp-search-filter .filter-list li.subfilter-group .dropdown-link::before,.comp-search .query .filter-list li.subfilter-group .dropdown-link::before{display:none}.comp-search-filter .filter-list li.subfilter-group .dropdown-link::after,.comp-search .query .filter-list li.subfilter-group .dropdown-link::after{margin-left:1rem;padding-top:1.1rem;float:right}.comp-search-filter .filter-list li.subfilter-group .dropdown-link .filter,.comp-search .query .filter-list li.subfilter-group .dropdown-link .filter,.comp-search-filter .filter-list li.subfilter-group .dropdown-link .checkbox-select,.comp-search .query .filter-list li.subfilter-group .dropdown-link .checkbox-select{display:inline-block}.comp-search-filter .filter-list li.subfilter-group .dropdown-link label,.comp-search .query .filter-list li.subfilter-group .dropdown-link label{font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif}.comp-search-filter .filter-list li.subfilter-group.open .dropdown-link,.comp-search .query .filter-list li.subfilter-group.open .dropdown-link{font-size:0;color:#4b647d}.comp-search-filter .filter-list li.subfilter-group.open .dropdown-link::before,.comp-search .query .filter-list li.subfilter-group.open .dropdown-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem}.comp-search-filter .filter-list li ul,.comp-search .query .filter-list li ul{padding-right:0;padding-left:3.9rem}.comp-search-filter .filter-list li ul li:last-child,.comp-search .query .filter-list li ul li:last-child{padding-bottom:0}.comp-search-filter .filter-list .btn,.comp-search .query .filter-list .btn{margin-bottom:0;cursor:pointer}.comp-search-filter .filter-list .form-check,.comp-search .query .filter-list .form-check{display:inline-block}.comp-search-filter .filter-list .custom-control,.comp-search .query .filter-list .custom-control,.comp-search-filter .filter-list .form-check,.comp-search .query .filter-list .form-check{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;margin-bottom:0}@media print{.comp-search-filter .filter-list .custom-control,.comp-search .query .filter-list .custom-control,.comp-search-filter .filter-list .form-check,.comp-search .query .filter-list .form-check{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}.comp-search-filter .filter-list .custom-control-label,.comp-search .query .filter-list .custom-control-label{margin-bottom:0;padding-top:1.1rem;padding-bottom:1.3rem}.comp-search-filter .filter-list .custom-control-label::after,.comp-search .query .filter-list .custom-control-label::after{top:1.3rem}.comp-search-filter .filter-list .custom-control-label::before,.comp-search .query .filter-list .custom-control-label::before{top:1.3rem}.comp-search-filter+.comp-search-results,.comp-search .comp-search-filter+.results,.comp-search .query+.comp-search-results,.comp-search .query+.results{margin-bottom:6.1rem}@media(min-width: 1878px){.comp-search-filter+.comp-search-results,.comp-search .comp-search-filter+.results,.comp-search .query+.comp-search-results,.comp-search .query+.results{margin-bottom:6.1rem}}.comp-search-filter+.comp-search-results .filter-buttons,.comp-search .comp-search-filter+.results .filter-buttons,.comp-search .query+.comp-search-results .filter-buttons,.comp-search .query+.results .filter-buttons{padding-top:0}.comp-search-filter+.comp-search-results .filter-buttons label,.comp-search .comp-search-filter+.results .filter-buttons label,.comp-search .query+.comp-search-results .filter-buttons label,.comp-search .query+.results .filter-buttons label{padding-right:4rem}.comp-search-filter+.comp-search-results .filter-button i,.comp-search .comp-search-filter+.results .filter-button i,.comp-search .query+.comp-search-results .filter-button i,.comp-search .query+.results .filter-button i{display:block}.comp-search-filter+.comp-search-results .search-header,.comp-search .comp-search-filter+.results .search-header,.comp-search .query+.comp-search-results .search-header,.comp-search .query+.results .search-header{border-top:solid 2px #c1c9d1}.comp-search-results,.comp-search .results{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-search-results,.comp-search .results{margin-bottom:2.9rem}}@media print{.comp-search-results .col-lg-4,.comp-search-results .page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .comp-search-results .layout-1>.column:nth-child(2),.comp-search-results .page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .comp-search-results .layout-1>.column:nth-child(2),.comp-search-results .page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .comp-search-results .layout-1>.column:nth-child(2),.comp-search-results .page-error .layout-1>.column:nth-child(2),.page-error .comp-search-results .layout-1>.column:nth-child(2),.comp-search-results .layout-2-1>.column:nth-child(2),.comp-search-results .layout-1-2>.column:nth-child(1),.comp-search-results .layout-1-1-1>.column,.comp-search-results .teaser-list.teaser-type-project .row .column:nth-child(1),.teaser-list.teaser-type-project .row .comp-search-results .column:nth-child(1),.comp-search .results .col-lg-4,.comp-search .results .page-detail-research-project .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-research-project .cont-column-layout .comp-search .results .layout-1>.column:nth-child(2),.comp-search .results .page-detail-referenceproject .cont-column-layout .layout-1>.column:nth-child(2),.page-detail-referenceproject .cont-column-layout .comp-search .results .layout-1>.column:nth-child(2),.comp-search .results .page-detail-job-offer .layout-1>.column:nth-child(2),.page-detail-job-offer .comp-search .results .layout-1>.column:nth-child(2),.comp-search .results .page-error .layout-1>.column:nth-child(2),.page-error .comp-search .results .layout-1>.column:nth-child(2),.comp-search .results .layout-2-1>.column:nth-child(2),.comp-search .results .layout-1-2>.column:nth-child(1),.comp-search .results .layout-1-1-1>.column,.comp-search .results .teaser-list.teaser-type-project .row .column:nth-child(1),.teaser-list.teaser-type-project .row .comp-search .results .column:nth-child(1){float:left !important}}.comp-search-results.bg-gray,.comp-video .comp-search-results.controls,.comp-search .bg-gray.results,.comp-search .comp-video .results.controls,.comp-video .comp-search .results.controls{background-color:rgba(0,0,0,0)}.comp-search-results.bg-gray .search-background,.comp-video .comp-search-results.controls .search-background,.comp-search .bg-gray.results .search-background,.comp-search .comp-video .results.controls .search-background,.comp-video .comp-search .results.controls .search-background,.comp-search-results.bg-gray .search-header,.comp-video .comp-search-results.controls .search-header,.comp-search .bg-gray.results .search-header,.comp-search .comp-video .results.controls .search-header,.comp-video .comp-search .results.controls .search-header,.comp-search-results.bg-gray .filter-buttons,.comp-video .comp-search-results.controls .filter-buttons,.comp-search .bg-gray.results .filter-buttons,.comp-search .comp-video .results.controls .filter-buttons,.comp-video .comp-search .results.controls .filter-buttons,.comp-search-results.bg-gray .no-results,.comp-video .comp-search-results.controls .no-results,.comp-search .bg-gray.results .no-results,.comp-search .comp-video .results.controls .no-results,.comp-video .comp-search .results.controls .no-results,.comp-search-results.bg-gray>.grid,.comp-video .comp-search-results.controls>.grid,.comp-search .bg-gray.results>.grid,.comp-search .comp-video .results.controls>.grid,.comp-video .comp-search .results.controls>.grid,.comp-search-results.bg-gray>.list,.comp-video .comp-search-results.controls>.list,.comp-search .bg-gray.results>.list,.comp-search .comp-video .results.controls>.list,.comp-video .comp-search .results.controls>.list{position:relative}.comp-search-results.bg-gray .search-background::before,.comp-video .comp-search-results.controls .search-background::before,.comp-search .bg-gray.results .search-background::before,.comp-search .comp-video .results.controls .search-background::before,.comp-video .comp-search .results.controls .search-background::before,.comp-search-results.bg-gray .search-header::before,.comp-video .comp-search-results.controls .search-header::before,.comp-search .bg-gray.results .search-header::before,.comp-search .comp-video .results.controls .search-header::before,.comp-video .comp-search .results.controls .search-header::before,.comp-search-results.bg-gray .filter-buttons::before,.comp-video .comp-search-results.controls .filter-buttons::before,.comp-search .bg-gray.results .filter-buttons::before,.comp-search .comp-video .results.controls .filter-buttons::before,.comp-video .comp-search .results.controls .filter-buttons::before,.comp-search-results.bg-gray .no-results::before,.comp-video .comp-search-results.controls .no-results::before,.comp-search .bg-gray.results .no-results::before,.comp-search .comp-video .results.controls .no-results::before,.comp-video .comp-search .results.controls .no-results::before,.comp-search-results.bg-gray>.grid::before,.comp-video .comp-search-results.controls>.grid::before,.comp-search .bg-gray.results>.grid::before,.comp-search .comp-video .results.controls>.grid::before,.comp-video .comp-search .results.controls>.grid::before,.comp-search-results.bg-gray>.list::before,.comp-video .comp-search-results.controls>.list::before,.comp-search .bg-gray.results>.list::before,.comp-search .comp-video .results.controls>.list::before,.comp-video .comp-search .results.controls>.list::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-search-results.bg-gray .no-results:before,.comp-video .comp-search-results.controls .no-results:before,.comp-search .bg-gray.results .no-results:before,.comp-search .comp-video .results.controls .no-results:before,.comp-video .comp-search .results.controls .no-results:before{height:calc(2.9rem + 100%)}.comp-search-results.bg-gray>.grid::before,.comp-video .comp-search-results.controls>.grid::before,.comp-search .bg-gray.results>.grid::before,.comp-search .comp-video .results.controls>.grid::before,.comp-video .comp-search .results.controls>.grid::before{height:13.2rem}.comp-search-results.bg-gray>.grid.search-results-container--no-results::before,.comp-video .comp-search-results.controls>.grid.search-results-container--no-results::before,.comp-search .bg-gray.results>.grid.search-results-container--no-results::before,.comp-search .comp-video .results.controls>.grid.search-results-container--no-results::before,.comp-video .comp-search .results.controls>.grid.search-results-container--no-results::before{height:100%}.comp-search-results .top-z,.comp-search .results .top-z{z-index:1}.comp-search-results .grid-sizer,.comp-search .results .grid-sizer{width:100%}@media(min-width: 601px){.comp-search-results .grid-sizer,.comp-search .results .grid-sizer{width:50%}}@media(min-width: 1280px){.comp-search-results .grid-sizer,.comp-search .results .grid-sizer{width:33.333%}}.comp-search-results .toggle-view,.comp-search .results .toggle-view{padding-bottom:2.5rem;padding-top:2.9rem;text-align:right;white-space:nowrap}@media(min-width: 1878px){.comp-search-results .toggle-view,.comp-search .results .toggle-view{padding-bottom:2.5rem}}@media(min-width: 1878px){.comp-search-results .toggle-view,.comp-search .results .toggle-view{padding-top:2.9rem}}@media(min-width: 1280px){.comp-search-results .toggle-view,.comp-search .results .toggle-view{width:13rem;padding-top:2.9rem}}@media(min-width: 1280px)and (min-width: 1878px){.comp-search-results .toggle-view,.comp-search .results .toggle-view{padding-top:2.9rem}}.comp-search-results .toggle-view li,.comp-search .results .toggle-view li{display:inline-block;margin-left:2.9rem}.comp-search-results .toggle-view li:first-child,.comp-search .results .toggle-view li:first-child{margin-left:3.9rem}.comp-search-results .toggle-view .toggle-grid-view::before,.comp-search .results .toggle-view .toggle-grid-view::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-search-results .toggle-view .toggle-list-view::before,.comp-search .results .toggle-view .toggle-list-view::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-search-results>.list>li,.comp-search .results>.list>li{width:100%;padding-bottom:.6rem}.comp-search-results>.list>li:first-child,.comp-search .results>.list>li:first-child{padding-top:.6rem}.comp-search-results>.list>li .column:first-child,.comp-search .results>.list>li .column:first-child{max-width:33.3333333333%;padding-left:1.6rem;padding-right:1.6rem;width:100%}@media print{.comp-search-results>.grid,.comp-search .results>.grid{display:block}}.comp-search-results>.grid .search-result-item,.comp-search .results>.grid .search-result-item{margin-bottom:3.9rem;overflow:hidden}@media print{.comp-search-results>.grid .search-result-item,.comp-search .results>.grid .search-result-item{overflow:visible;list-style:none}}.comp-search-results>.grid .search-result-item>div,.comp-search .results>.grid .search-result-item>div{transform:translateY(6rem);animation:slidein 1s;opacity:0;animation-fill-mode:forwards}.comp-search-results>.grid .search-result-item:nth-child(4n)>div,.comp-search .results>.grid .search-result-item:nth-child(4n)>div{animation-delay:1.5s}.comp-search-results>.grid .search-result-item:nth-child(4n+1)>div,.comp-search .results>.grid .search-result-item:nth-child(4n+1)>div{animation-delay:1s}.comp-search-results>.grid .search-result-item:nth-child(4n+2)>div,.comp-search .results>.grid .search-result-item:nth-child(4n+2)>div{animation-delay:1.25s}.comp-search-results>.grid .search-result-item:nth-child(4n+3)>div,.comp-search .results>.grid .search-result-item:nth-child(4n+3)>div{animation-delay:.75s}.comp-search-results>.grid .search-result-item>.comp-image,.comp-search .results>.grid .search-result-item>.comp-image{margin-bottom:0}.comp-search-results .search-header,.comp-search .results .search-header{display:flex;justify-content:flex-end;flex-wrap:wrap;z-index:1}@media(max-width: 880.98px){.comp-search-results .search-header,.comp-search .results .search-header{flex-wrap:wrap}}.comp-search-results .search-header h2,.comp-search .results .search-header h2{margin-bottom:0;padding-bottom:2.9rem;padding-right:2.9rem;width:100%}@media(min-width: 1878px){.comp-search-results .search-header h2,.comp-search .results .search-header h2{margin-bottom:0}}@media(min-width: 1878px){.comp-search-results .search-header h2,.comp-search .results .search-header h2{padding-bottom:2.9rem}}.comp-search-results .search-header .search-header-links,.comp-search .results .search-header .search-header-links{width:100%;display:flex;flex-direction:row-reverse;align-items:flex-end}.comp-search-results .search-header .search-header-links .link-list,.comp-search .results .search-header .search-header-links .link-list{padding-top:2.9rem;padding-bottom:2.9rem}@media(max-width: 880.98px){.comp-search-results .search-header .search-header-links .link-list .mole-link-list ul li a,.comp-search .results .search-header .search-header-links .link-list .mole-link-list ul li a{white-space:initial;vertical-align:baseline;margin-left:0}.comp-search-results .search-header .search-header-links .link-list .mole-link-list ul li a::before,.comp-search .results .search-header .search-header-links .link-list .mole-link-list ul li a::before{top:0;bottom:unset}}.comp-search-results .search-header .title-wrapper,.comp-search .results .search-header .title-wrapper{flex-grow:1;flex-shrink:0}@media(min-width: 1280px){.comp-search-results .search-header,.comp-search .results .search-header{display:flex;justify-content:space-between}.comp-search-results .search-header h2,.comp-search .results .search-header h2{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;flex:none;max-width:100%}}@media(min-width: 1280px)and (-ms-high-contrast: none),(min-width: 1280px)and (-ms-high-contrast: active){.comp-search-results .search-header h2,.comp-search .results .search-header h2{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}@media(max-width: 1279.98px){.comp-search-results .search-header h2::after,.comp-search .results .search-header h2::after{top:unset}.comp-search-results .search-header h2+.search-header-links>.toggle-view,.comp-search .results .search-header h2+.search-header-links>.toggle-view{margin-top:-2.9rem}.comp-search-results .search-header h2+.search-header-links>.toggle-view+.link-list,.comp-search .results .search-header h2+.search-header-links>.toggle-view+.link-list{padding-top:2.9rem}}@media(max-width: 1279.98px)and (min-width: 1878px){.comp-search-results .search-header h2+.search-header-links>.toggle-view+.link-list,.comp-search .results .search-header h2+.search-header-links>.toggle-view+.link-list{padding-top:2.9rem}}.comp-search-results .search-footer,.comp-search .results .search-footer{overflow:hidden}@media(min-width: 1280px){.comp-search-results .search-footer,.comp-search .results .search-footer{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.comp-search-results .search-footer .btn,.comp-search .results .search-footer .btn{flex:0 0 33.33333333%;max-width:33.33333333%;flex:none;max-width:inherit;margin-top:8.7rem}.comp-search-results .search-footer .link-list,.comp-search .results .search-footer .link-list{margin-top:5.8rem}}@media(max-width: 1279.98px){.comp-search-results .search-footer .btn,.comp-search .results .search-footer .btn{margin-top:5.8rem}.comp-search-results .search-footer .link-list,.comp-search .results .search-footer .link-list{padding-top:2.9rem;margin-top:2.9rem}}@media(max-width: 1279.98px)and (min-width: 1878px){.comp-search-results .search-footer .link-list,.comp-search .results .search-footer .link-list{padding-top:2.9rem}}@media(max-width: 1279.98px){.comp-search-results .search-footer .mole-link-list,.comp-search .results .search-footer .mole-link-list{margin-bottom:0}}@media print{.comp-search-results .search-footer,.comp-search .results .search-footer{clear:both}}.comp-search-results .btn,.comp-search .results .btn{cursor:pointer}.comp-search-results .filter-selection-label,.comp-search .results .filter-selection-label{margin-right:2.9rem;padding-top:.7rem}@media(max-width: 1279.98px){.comp-search-results .filter-selection-label,.comp-search .results .filter-selection-label{display:none}}.comp-search-results .filter-selection-label:empty,.comp-search .results .filter-selection-label:empty{margin-right:0}.comp-search-results .filter-buttons,.comp-search .results .filter-buttons{padding-top:2.9rem;margin-bottom:-2px}@media(min-width: 1878px){.comp-search-results .filter-buttons,.comp-search .results .filter-buttons{padding-top:2.9rem}}@media(max-width: 880.98px){.comp-search-results .filter-buttons label,.comp-search .results .filter-buttons label{padding-left:0}}.comp-search-results .filter-buttons .filter-buttons-wrapper,.comp-search .results .filter-buttons .filter-buttons-wrapper{flex-grow:1;display:flex;flex-flow:wrap;justify-content:flex-start}.comp-search-results .filter-buttons.empty,.comp-search .results .filter-buttons.empty{padding-top:0;border-bottom:0}.comp-search-results .filter-buttons label,.comp-search .results .filter-buttons label{margin-right:0;padding:.5rem 2rem;border:solid 2px #4b647d;border-radius:20rem;background-color:rgba(0,0,0,0);color:#000}.comp-search-results .filter-buttons .active label,.comp-search .results .filter-buttons .active label{border-color:#000;background-color:#000;color:#fff}.comp-search-results .filter-buttons .active i,.comp-search .results .filter-buttons .active i,.comp-search-results .filter-buttons .active i:before,.comp-search .results .filter-buttons .active i:before{color:#fff}.comp-search-results .filter-buttons .custom-control-label,.comp-search .results .filter-buttons .custom-control-label{margin-left:0}.comp-search-results .filter-buttons .custom-control-label::before,.comp-search .results .filter-buttons .custom-control-label::before,.comp-search-results .filter-buttons .custom-control-label::after,.comp-search .results .filter-buttons .custom-control-label::after{position:absolute;opacity:0}.comp-search-results .filter-button,.comp-search .results .filter-button{position:relative;margin-right:2.5rem;margin-bottom:2.5rem}.comp-search-results .filter-button .custom-control,.comp-search .results .filter-button .custom-control{padding-left:0}.comp-search-results .filter-button:last-of-type,.comp-search .results .filter-button:last-of-type{margin-left:0}.comp-search-results .filter-button>div,.comp-search .results .filter-button>div,.comp-search-results .filter-button>i,.comp-search .results .filter-button>i{float:left}.comp-search-results .filter-button i,.comp-search .results .filter-button i{display:none;position:absolute;top:50%;right:1.5rem;margin-top:-0.8rem;transform:translateY(-50%);color:#4b647d}.comp-search-results .filter-button:hover,.comp-search .results .filter-button:hover,.comp-search-results .filter-button:focus,.comp-search .results .filter-button:focus{outline:none}.comp-search-results .filter-button:hover label,.comp-search .results .filter-button:hover label,.comp-search-results .filter-button:focus label,.comp-search .results .filter-button:focus label{border-color:#697d91;color:#697d91}.comp-search-results .filter-button:hover i,.comp-search .results .filter-button:hover i,.comp-search-results .filter-button:focus i,.comp-search .results .filter-button:focus i{color:#697d91}.comp-search-results .filter-button:hover.active label,.comp-search .results .filter-button:hover.active label,.comp-search-results .filter-button:focus.active label,.comp-search .results .filter-button:focus.active label,.comp-search-results .filter-button:focus.active label{border-color:#697d91;background-color:#697d91;color:#fff}.comp-search-results .filter-button:hover.active i,.comp-search .results .filter-button:hover.active i,.comp-search-results .filter-button:focus.active i,.comp-search .results .filter-button:focus.active i,.comp-search-results .filter-button:focus.active i{color:#fff}.comp-search-results .remove-filter-button,.comp-search .results .remove-filter-button{cursor:pointer}.comp-search-results .link-list,.comp-search .results .link-list{display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap;padding:0}@media(min-width: 1280px){.comp-search-results .link-list,.comp-search .results .link-list{padding-top:2.9rem}}@media(min-width: 1280px)and (min-width: 1878px){.comp-search-results .link-list,.comp-search .results .link-list{padding-top:2.9rem}}.comp-search-results .link-list h3,.comp-search .results .link-list h3{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;color:#000;line-height:3.7rem;white-space:nowrap}@media(min-width: 1280px){.comp-search-results .link-list h3,.comp-search .results .link-list h3{margin-left:3.2rem}}@media print{.comp-search-results .link-list h3,.comp-search .results .link-list h3{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}.comp-search-results .link-list .mole-link-list ul,.comp-search .results .link-list .mole-link-list ul{display:flex;flex-wrap:wrap;justify-content:flex-end;padding:0}.comp-search-results .link-list .mole-link-list ul li,.comp-search .results .link-list .mole-link-list ul li{margin-left:2.5rem}.comp-search-results .link-list .mole-link-list ul li a,.comp-search .results .link-list .mole-link-list ul li a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;position:relative;margin-left:2rem;line-height:2.2rem;vertical-align:bottom;white-space:nowrap}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-search-results .link-list .mole-link-list ul li a,.comp-search .results .link-list .mole-link-list ul li a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-search-results .link-list .mole-link-list ul li a i,.comp-search .results .link-list .mole-link-list ul li a i{display:inline;margin-right:0}.comp-search-results .link-list .mole-link-list ul li a:focus,.comp-search .results .link-list .mole-link-list ul li a:focus{outline:none}.comp-search-results .link-list .mole-link-list ul li a:active,.comp-search .results .link-list .mole-link-list ul li a:active,.comp-search-results .link-list .mole-link-list ul li a:visited,.comp-search .results .link-list .mole-link-list ul li a:visited{outline:none;color:#000}.comp-search-results .link-list .mole-link-list ul li a:focus,.comp-search .results .link-list .mole-link-list ul li a:focus,.comp-search-results .link-list .mole-link-list ul li a:hover,.comp-search .results .link-list .mole-link-list ul li a:hover{color:#4b647d}.comp-search-results .link-list .mole-link-list ul li a::before,.comp-search .results .link-list .mole-link-list ul li a::before,.comp-search-results .link-list .mole-link-list ul li a i,.comp-search .results .link-list .mole-link-list ul li a i,.comp-search-results .link-list .mole-link-list ul li a:visited::before,.comp-search-results .link-list .mole-link-list ul li a:visited i{color:#4b647d}.comp-search-results .link-list .mole-link-list ul li a:focus::before,.comp-search .results .link-list .mole-link-list ul li a:focus::before,.comp-search-results .link-list .mole-link-list ul li a:focus i,.comp-search .results .link-list .mole-link-list ul li a:focus i{color:#697d91}.comp-search-results .link-list .mole-link-list ul li a:hover::before,.comp-search .results .link-list .mole-link-list ul li a:hover::before,.comp-search-results .link-list .mole-link-list ul li a:hover i,.comp-search .results .link-list .mole-link-list ul li a:hover i{color:#697d91}.comp-search-results .link-list .mole-link-list ul li a:active::before,.comp-search .results .link-list .mole-link-list ul li a:active::before,.comp-search-results .link-list .mole-link-list ul li a:active i,.comp-search .results .link-list .mole-link-list ul li a:active i{color:#c1c9d1}p .comp-search-results .link-list .mole-link-list ul li a:hover,p .comp-search .results .link-list .mole-link-list ul li a:hover,.comp-search p .results .link-list .mole-link-list ul li a:hover{border-color:#697d91}p .comp-search-results .link-list .mole-link-list ul li a:focus,p .comp-search .results .link-list .mole-link-list ul li a:focus,.comp-search p .results .link-list .mole-link-list ul li a:focus{border-color:#697d91;outline:none}p .comp-search-results .link-list .mole-link-list ul li a:active,p .comp-search .results .link-list .mole-link-list ul li a:active,.comp-search p .results .link-list .mole-link-list ul li a:active{border-color:#c1c9d1}.comp-search-results .link-list .mole-link-list ul li a::before,.comp-search .results .link-list .mole-link-list ul li a::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;bottom:.1rem;left:-2rem;line-height:2.7rem;vertical-align:middle}.comp-search-results .link-list .mole-link-list ul li a::after,.comp-search .results .link-list .mole-link-list ul li a::after{display:none}.comp-search-results .search-results-loading,.comp-search .results .search-results-loading{display:flex;justify-content:center}.comp-search-results .search-results-container,.comp-search .results .search-results-container{margin-top:2px}@keyframes slidein{0%{transform:translateY(6rem);opacity:0}100%{transform:translateY(0);opacity:1}}.comp-search .search-header{display:block}.comp-search .input-wrapper{position:relative;display:flex;align-items:center}.comp-search .input-wrapper .form-control[type=search]::-webkit-search-decoration,.comp-search .input-wrapper .form-control[type=search]::-webkit-search-cancel-button,.comp-search .input-wrapper .form-control[type=search]::-webkit-search-results-button,.comp-search .input-wrapper .form-control[type=search]::-webkit-search-results-decoration{appearance:none}.comp-search .input-wrapper .form-control[type=search]::-ms-clear,.comp-search .input-wrapper .form-control[type=search]::-ms-reveal{display:none;width:0;height:0}.comp-search .input-wrapper .clear-button{position:absolute;right:0;display:none;z-index:1}.comp-search .input-wrapper .clear-button i{color:#4b647d}.comp-search .input-wrapper .clear-button{right:5.1rem;padding-right:0}.comp-search .query{position:relative}.comp-search .query .form-control{height:auto;padding-right:5rem;float:left}.comp-search .query .input-wrapper{position:relative;overflow:hidden}.comp-search .query .submit{position:absolute;top:0;right:2px;bottom:2px;padding-right:1rem;border-radius:4px 0 0 4px;background-color:rgba(0,0,0,0)}.comp-search .query .submit i{color:#4b647d}.comp-search .query::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-search .query .form-group{height:7.5rem}.comp-search .query .form-group input.disabled{border-color:#e0e4e8;background-color:#fff;color:#e0e4e8}.comp-search .query+.results .filter-buttons label{padding-right:2rem}.comp-search .results{margin-bottom:6.1rem}@media(min-width: 1878px){.comp-search .results{margin-bottom:6.1rem}}.comp-search .results .filter-buttons{padding-top:0}.comp-search .results .filter-button i{display:block}.comp-search .results .search-footer{position:relative;overflow:visible}.comp-search .results .search-footer::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#fff}@media print{.comp-search .results .search-footer{clear:both}}.comp-search .results>.grid{transition:height .5s}.comp-search .results>.grid .grid-item{margin-bottom:3.9rem;overflow:hidden}.comp-search .results>.grid .grid-item>div{transform:translateY(6rem);opacity:0}.comp-search .results>.grid .grid-item>.comp-image{margin-bottom:0}.comp-search .search-results-loading{display:flex;justify-content:center}.comp-sharelinks{padding-top:2.9rem;margin-bottom:2.9rem;text-align:right;white-space:nowrap}@media(min-width: 1878px){.comp-sharelinks{padding-top:2.9rem}}@media(min-width: 1878px){.comp-sharelinks{margin-bottom:2.9rem}}.comp-sharelinks .share-link-icon{margin-left:3.9rem}@media(max-width: 880.98px){.comp-sharelinks .share-link-icon{margin-left:2.9rem}}.comp-sharelinks .share-link-icon i:before{font-size:2.5rem}.comp-sharelinks .overlay-wrapper{position:absolute;z-index:500;right:0;bottom:8.7rem;padding-right:0}@media(max-width: 600.98px){.comp-sharelinks .overlay-wrapper{padding-left:0}}.comp-sharelinks .share-overlay{display:none;padding-right:2.9rem;padding-left:2.9rem;border:solid 2px #4b647d;background:#fff;text-align:left}.comp-sharelinks .share-overlay h2{font-size:4.3rem;letter-spacing:0;line-height:5.4rem}.comp-sharelinks .share-overlay .close{position:absolute;z-index:499;top:2.9rem;right:2.9rem;font-size:0}.comp-sharelinks .share-overlay .close::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks .share-overlay label{font-size:2.2rem;letter-spacing:0;line-height:2.9rem}.comp-sharelinks .share-overlay input[name=share-url]{margin-bottom:2.9rem}.comp-sharelinks .shariff .shariff-button{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;margin-bottom:2.9rem}.comp-sharelinks .shariff .shariff-button.mail span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks .shariff .shariff-button.mail a::after{content:"E-Mail"}.comp-sharelinks .shariff .shariff-button.mail span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks .shariff .shariff-button.facebook span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks .shariff .shariff-button.facebook a::after{content:"Facebook"}.comp-sharelinks .shariff .shariff-button.facebook span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks .shariff .shariff-button.twitter span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks .shariff .shariff-button.twitter a::after{content:"X"}.comp-sharelinks .shariff .shariff-button.twitter span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks .shariff .shariff-button.linkedin span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks .shariff .shariff-button.linkedin a::after{content:"LinkedIn"}.comp-sharelinks .shariff .shariff-button.linkedin span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks .shariff .shariff-button.xing span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks .shariff .shariff-button.xing a::after{content:"Xing"}.comp-sharelinks .shariff .shariff-button.xing span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks .shariff .shariff-button.pinterest span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks .shariff .shariff-button.pinterest a::after{content:"Pinterest"}.comp-sharelinks .shariff .shariff-button.pinterest span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks .shariff .shariff-button.whatsapp span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks .shariff .shariff-button.whatsapp a::after{content:"WhatsApp"}.comp-sharelinks .shariff .shariff-button.whatsapp span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks .shariff .shariff-button .share_text{display:none}.comp-sharelinks .shariff .shariff-button span:first-child:before{position:absolute;transform:scale(1.2)}.comp-sharelinks .shariff .shariff-button a:focus{outline:none}.comp-sharelinks .shariff .shariff-button a:focus,.comp-sharelinks .shariff .shariff-button a:hover{color:#4b647d}.comp-sharelinks .shariff .shariff-button a:active,.comp-sharelinks .shariff .shariff-button a:visited{outline:none;color:#000}.comp-sharelinks .shariff .shariff-button a span:first-child,.comp-sharelinks .shariff .shariff-button a:visited span:first-child{color:#4b647d}.comp-sharelinks .shariff .shariff-button a:focus span:first-child{color:#697d91}.comp-sharelinks .shariff .shariff-button a:hover span:first-child{color:#697d91}.comp-sharelinks .shariff .shariff-button a:active span:first-child{color:#c1c9d1}.comp-sharelinks .shariff .shariff-button a:after{margin-left:3.9rem}.comp-sharelinks-header{position:relative;text-align:right;white-space:nowrap}.comp-sharelinks-header .share-link-icon i{vertical-align:bottom}.comp-sharelinks-header .wrapper{display:inline-flex;align-items:center}.comp-sharelinks-header .overlay-wrapper{display:inline-block;position:absolute;z-index:500;right:0;bottom:4.6rem;padding-right:0;padding-left:0}@media(max-width: 600.98px){.comp-sharelinks-header .overlay-wrapper{padding-left:0}}.comp-sharelinks-header .share-overlay{display:none;padding-right:2.9rem;padding-left:2.9rem;border:solid 2px #4b647d;background:#fff;text-align:left}.comp-sharelinks-header .share-overlay .share-overlay-header{display:flex;align-items:center;justify-content:space-between}.comp-sharelinks-header .shariff ul,.comp-sharelinks-header .shariff-overlay ul{list-style:none}.comp-sharelinks-header .shariff .orientation-horizontal,.comp-sharelinks-header .shariff-overlay .orientation-horizontal{display:flex;justify-content:flex-end}.comp-sharelinks-header .shariff .shariff-button,.comp-sharelinks-header .shariff-overlay .shariff-button{font-size:2.2rem;letter-spacing:0;line-height:2.9rem}.comp-sharelinks-header .shariff .shariff-button.mail span,.comp-sharelinks-header .shariff-overlay .shariff-button.mail span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks-header .shariff .shariff-button.mail a::after,.comp-sharelinks-header .shariff-overlay .shariff-button.mail a::after{content:""}.comp-sharelinks-header .shariff .shariff-button.mail span:first-child::before::before,.comp-sharelinks-header .shariff-overlay .shariff-button.mail span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks-header .shariff .shariff-button.facebook span,.comp-sharelinks-header .shariff-overlay .shariff-button.facebook span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks-header .shariff .shariff-button.facebook a::after,.comp-sharelinks-header .shariff-overlay .shariff-button.facebook a::after{content:""}.comp-sharelinks-header .shariff .shariff-button.facebook span:first-child::before::before,.comp-sharelinks-header .shariff-overlay .shariff-button.facebook span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks-header .shariff .shariff-button.twitter span,.comp-sharelinks-header .shariff-overlay .shariff-button.twitter span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks-header .shariff .shariff-button.twitter a::after,.comp-sharelinks-header .shariff-overlay .shariff-button.twitter a::after{content:""}.comp-sharelinks-header .shariff .shariff-button.twitter span:first-child::before::before,.comp-sharelinks-header .shariff-overlay .shariff-button.twitter span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks-header .shariff .shariff-button.linkedin span,.comp-sharelinks-header .shariff-overlay .shariff-button.linkedin span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks-header .shariff .shariff-button.linkedin a::after,.comp-sharelinks-header .shariff-overlay .shariff-button.linkedin a::after{content:""}.comp-sharelinks-header .shariff .shariff-button.linkedin span:first-child::before::before,.comp-sharelinks-header .shariff-overlay .shariff-button.linkedin span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks-header .shariff .shariff-button.xing span,.comp-sharelinks-header .shariff-overlay .shariff-button.xing span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks-header .shariff .shariff-button.xing a::after,.comp-sharelinks-header .shariff-overlay .shariff-button.xing a::after{content:""}.comp-sharelinks-header .shariff .shariff-button.xing span:first-child::before::before,.comp-sharelinks-header .shariff-overlay .shariff-button.xing span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks-header .shariff .shariff-button.whatsapp span,.comp-sharelinks-header .shariff-overlay .shariff-button.whatsapp span{font-family:icomoon !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-sharelinks-header .shariff .shariff-button.whatsapp a::after,.comp-sharelinks-header .shariff-overlay .shariff-button.whatsapp a::after{content:""}.comp-sharelinks-header .shariff .shariff-button.whatsapp span:first-child::before::before,.comp-sharelinks-header .shariff-overlay .shariff-button.whatsapp span:first-child::before::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-sharelinks-header .shariff .shariff-button .share_text,.comp-sharelinks-header .shariff-overlay .shariff-button .share_text{display:none}.comp-sharelinks-header .shariff .shariff-button a,.comp-sharelinks-header .shariff-overlay .shariff-button a{margin-right:3.9rem}.comp-sharelinks-header .shariff .shariff-button a:focus,.comp-sharelinks-header .shariff-overlay .shariff-button a:focus{outline:none}.comp-sharelinks-header .shariff .shariff-button a:focus,.comp-sharelinks-header .shariff .shariff-button a:hover,.comp-sharelinks-header .shariff-overlay .shariff-button a:focus,.comp-sharelinks-header .shariff-overlay .shariff-button a:hover{color:#4b647d}.comp-sharelinks-header .shariff .shariff-button a:active,.comp-sharelinks-header .shariff .shariff-button a:visited,.comp-sharelinks-header .shariff-overlay .shariff-button a:active,.comp-sharelinks-header .shariff-overlay .shariff-button a:visited{outline:none;color:#000}.comp-sharelinks-header .shariff .shariff-button a span:first-child,.comp-sharelinks-header .shariff .shariff-button a:visited span:first-child,.comp-sharelinks-header .shariff-overlay .shariff-button a span:first-child,.comp-sharelinks-header .shariff-overlay .shariff-button a:visited span:first-child{color:#4b647d}.comp-sharelinks-header .shariff .shariff-button a:focus span:first-child,.comp-sharelinks-header .shariff-overlay .shariff-button a:focus span:first-child{color:#697d91}.comp-sharelinks-header .shariff .shariff-button a:hover span:first-child,.comp-sharelinks-header .shariff-overlay .shariff-button a:hover span:first-child{color:#697d91}.comp-sharelinks-header .shariff .shariff-button a:active span:first-child,.comp-sharelinks-header .shariff-overlay .shariff-button a:active span:first-child{color:#c1c9d1}.comp-sharelinks-header .shariff .shariff-button a span,.comp-sharelinks-header .shariff-overlay .shariff-button a span{vertical-align:bottom}.comp-sharelinks-header .shariff-overlay .shariff-button{margin-bottom:2.9rem}.comp-sharelinks-header .shariff-overlay .shariff-button a{margin-right:0;margin-left:3.9rem}.comp-sharelinks-header .shariff-overlay .shariff-button:first-child>a{margin-left:0}.comp-story-box{margin:9rem auto;padding:2.5rem 2.9rem 2.9rem;background-color:#eff1f3;border:none}@media(min-width: 1280px){.comp-story-box{max-width:53.6rem !important}}.comp-story-box .intertitle{padding-top:0;max-width:100%}.comp-story-box .comp-story-box__content .interview-question{--text-color: #4b647d;--background-color: #fff}.comp-story-box .comp-story-box__content .comp-rich-text:last-child{margin-bottom:2.9rem}.comp-story-box .comp-story-box__content .comp-button-list{margin:calc(-1 * 2.9rem) 0 0 0;box-sizing:border-box}.comp-story-box details{margin-top:1.3rem}.comp-story-box details summary::marker,.comp-story-box details summary::-webkit-details-marker{font-size:0}.comp-story-box details summary::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-story-box details summary::before{vertical-align:middle;color:#4b647d}.comp-story-box details summary .comp-story-box__expander--open{display:none}.comp-story-box details[open] summary{margin-bottom:2.9rem}.comp-story-box details[open] summary::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-story-box details[open] summary .comp-story-box__expander--open{display:initial}.comp-story-box details[open] summary .comp-story-box__expander--closed{display:none}.comp-story-box details .comp-rich-text,.comp-story-box details .comp-button-list::before{content:"";display:table;clear:both}.comp-story-box:last-child{margin-bottom:6.1rem}@media(min-width: 1280px){.page-detail-news:not(:has(.layout-slim)) .comp-story-box{max-width:65.6rem !important}}.comp-story-abstract{margin:6.1rem 0;padding:2.5rem 2.9rem 2.9rem;background-color:#e0ecdf;border:none}.comp-story-abstract .intertitle{padding-top:0;max-width:100%}.comp-story-abstract ul,.comp-story-abstract ol{padding-left:2.9rem}.comp-story-abstract *:last-child{margin-bottom:0}.comp-story-abstract div.mgnlEditorBar.mgnlEditor+ul,.comp-story-abstract div.mgnlEditorBar.mgnlEditor+ol{list-style-type:initial;padding-left:2.9rem}.comp-video-player{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-video-player{margin-bottom:2.9rem}}.comp-video-player .video-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.comp-video-player .video-container>*{bottom:0;height:100%;left:0;position:absolute;width:100%}.comp-video-player p{margin-bottom:0;padding-top:.9rem;color:#4b647d}.comp-text-list{margin-bottom:0}@media(min-width: 1878px){.comp-text-list{margin-bottom:0}}.comp-text-list ul,.comp-text-list ol,.comp-text-list div.mgnlEditorBar.mgnlEditor+ul,.comp-text-list div.mgnlEditorBar.mgnlEditor+ol{padding-left:4rem}.comp-text-list ul li::before,.comp-text-list ol li::before{left:-4rem}.comp-text-list ul,.comp-text-list ol,.comp-text-list li{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-text-list ul,.comp-text-list ol,.comp-text-list li{margin-bottom:2.9rem}}.comp-text-list ul ul,.comp-text-list ul ol,.comp-text-list ol ul,.comp-text-list ol ol,.comp-text-list li ul,.comp-text-list li ol{padding-top:2.9rem}@media(min-width: 1878px){.comp-text-list ul ul,.comp-text-list ul ol,.comp-text-list ol ul,.comp-text-list ol ol,.comp-text-list li ul,.comp-text-list li ol{padding-top:2.9rem}}.comp-text-list ul{list-style:none}.comp-text-list ul li{position:relative;margin-bottom:1.3rem}.comp-text-list ul li::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:-2.5rem;line-height:initial}.comp-text-list ul li ul{list-style:none}.comp-text-list li{margin-bottom:1.3rem}.comp-text-list li p{margin-bottom:0}.comp-text-list p{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-text-list p{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-text-list .interview-question,.comp-text-list .interview-answer{--triangle-size: 2.8rem;--paragraph-space-question: 1rem;--paragraph-space-answer: 0.5rem}.comp-text-list .interview-question{--text-color: #4b647d;--background-color: #eff1f3;--triangle-aspect: 0.866;color:var(--text-color);background:var(--background-color);border-radius:4px;border-bottom-left-radius:0;margin-top:2.9rem;padding:2rem 1.4rem;margin-bottom:2.9rem;position:relative}.comp-text-list .interview-question::before{content:"";width:0;height:0;position:absolute;border-top:calc(var(--triangle-size)*var(--triangle-aspect)) solid var(--background-color);border-left:calc(var(--triangle-size)/2) solid rgba(0,0,0,0);border-right:calc(var(--triangle-size)/2) solid rgba(0,0,0,0);left:0;bottom:calc(-1*var(--triangle-size)*var(--triangle-aspect) + .5px)}.comp-text-list .interview-answer{text-indent:var(--triangle-size);margin-bottom:2.9rem}.comp-text-list .interview-question+.interview-answer{margin-top:calc(-1*(var(--paragraph-space-answer) + (2.9rem - var(--paragraph-space-question))))}.comp-text-list .interview-answer+.interview-answer{margin-top:calc(-2.9rem + var(--paragraph-space-answer))}.comp-teaser-carousel-managed{margin-bottom:7.3rem}@media(min-width: 1878px){.comp-teaser-carousel-managed{margin-bottom:7.3rem}}.comp-teaser-carousel-managed .slick-track{margin:0}@media print{.comp-teaser-carousel-managed .slick-track{width:auto !important;left:0 !important}}@media print{.comp-teaser-carousel-managed .slick-slide{width:100% !important}}.comp-teaser-carousel-managed .slick-arrow,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__prev,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__next,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__pause,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__prev,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__next{width:5.2rem;height:5.2rem;background-color:#eff1f3;border-radius:5.2rem;z-index:10}.comp-teaser-carousel-managed .slick-arrow:hover,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__prev:hover,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__next:hover,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__pause:hover,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__prev:hover,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__next:hover,.comp-teaser-carousel-managed .slick-arrow:focus,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__prev:focus,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__next:focus,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__pause:focus,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__prev:focus,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__next:focus{background-color:#000}.comp-teaser-carousel-managed .slick-arrow:hover::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__prev:hover::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__next:hover::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__pause:hover::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__prev:hover::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__next:hover::before,.comp-teaser-carousel-managed .slick-arrow:focus::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__prev:focus::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__next:focus::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__pause:focus::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__prev:focus::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__next:focus::before{color:#fff}.comp-teaser-carousel-managed .slick-arrow::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__prev::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__next::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__pause::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__prev::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__next::before{color:#4b647d;font-size:2.5rem;line-height:5.2rem;opacity:1}.comp-teaser-carousel-managed .slick-dots,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__dots{bottom:-2.7rem;top:auto;bottom:auto}.comp-teaser-carousel-managed .slick-dots li,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__dots li{margin:0;width:14px;height:14px}.comp-teaser-carousel-managed .slick-dots li.slick-active button:before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li.slick-active button:before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__dots li.slick-active button:before{color:#000}.comp-teaser-carousel-managed .slick-dots li button,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__dots li button{width:14px;height:14px;padding:0 7px}.comp-teaser-carousel-managed .slick-dots li button:hover::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:hover::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__dots li button:hover::before,.comp-teaser-carousel-managed .slick-dots li button:focus::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:focus::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__dots li button:focus::before{color:#000}.comp-teaser-carousel-managed .slick-dots li button::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__dots li button::before{font-size:7px;line-height:14px;width:14px;height:14px;color:#c1c9d1;opacity:1}.comp-teaser-carousel-managed .slick-next,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__next,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__next{right:4.5rem}.comp-teaser-carousel-managed .slick-next::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__next::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__next::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:.4rem}.comp-teaser-carousel-managed .slick-prev,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__prev,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__prev{left:4.5rem}.comp-teaser-carousel-managed .slick-prev::before,.comp-teaser-carousel-managed .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-teaser-carousel-managed .carousel-header__controls__prev::before,.comp-teaser-carousel-managed .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .comp-teaser-carousel-managed .hero-footer__controls__prev::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.4rem}.comp-teaser-carousel-managed.bg-gray,.comp-video .comp-teaser-carousel-managed.controls{position:relative;margin-top:3.9rem;background-color:rgba(0,0,0,0)}.comp-teaser-carousel-managed.bg-gray::before,.comp-video .comp-teaser-carousel-managed.controls::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-teaser-carousel-managed.bg-gray::before,.comp-video .comp-teaser-carousel-managed.controls::before{height:22.9rem}.comp-teaser-carousel-managed .teaser-carousel-list{margin:0 -1.6rem}@media print{.comp-teaser-carousel-managed .teaser-carousel-list{display:none}}.comp-teaser-carousel-managed .teaser-carousel-list-print{display:none}@media print{.comp-teaser-carousel-managed .teaser-carousel-list-print{display:flex;flex-wrap:wrap;margin-top:-1.3rem;margin-left:-1.3rem}.comp-teaser-carousel-managed .teaser-carousel-list-print>li{flex-basis:calc(50% - 1.3rem);flex-grow:0;flex-shrink:0;margin:1.3rem 0 1.3rem 1.3rem}@-moz-document url-prefix(){.comp-teaser-carousel-managed .teaser-carousel-list-print{display:block}.comp-teaser-carousel-managed .teaser-carousel-list-print .teaser{max-width:31%;float:left;margin:1.3rem}}@supports(-ms-ime-align: auto){.comp-teaser-carousel-managed .teaser-carousel-list-print{display:block}.comp-teaser-carousel-managed .teaser-carousel-list-print .teaser{max-width:31%;float:left;margin:1.3rem}}}.comp-teaser-carousel-managed .slick-slide>div>li{padding-right:1.6rem;padding-left:1.6rem}@media(min-width: 1878px){.comp-teaser-carousel-managed .slick-slide>div>li{padding-right:16px;padding-left:16px}}.comp-link{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-link{margin-bottom:2.9rem}}.comp-link-list .comp-link,.cta-box .comp-link,.comp-video .controls .comp-link,.comp-quick-link-list .comp-link{margin-bottom:0}@media(min-width: 1878px){.comp-link-list .comp-link,.cta-box .comp-link,.comp-video .controls .comp-link,.comp-quick-link-list .comp-link{margin-bottom:0}}.comp-link a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;display:inline-block;padding-left:2.2rem;position:static}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-link a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-link a::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;width:2.2rem;margin-left:-2.2rem;text-align:center}.comp-link a.external-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-link a.email-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-link a.phone-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-link a.dam-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-link a.anchor-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-link a.order-link[data-product-id]::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-password-entry-box{margin-top:7.3rem}.comp-password-entry-box__inner{aspect-ratio:1/1;padding:2.5rem 2.9rem 2.9rem 2.9rem;display:grid;grid-template-rows:auto auto min-content;justify-content:normal;justify-items:center;background-color:#eff1f3}.comp-password-entry-box__inner .comp-password-entry-box__title{text-align:left;width:100%;color:#4b647d}.comp-password-entry-box__inner .comp-password-entry-box__lock{width:33%}.comp-password-entry-box__inner .comp-password-entry-box__input-group{display:grid;width:100%;grid-auto-flow:column;grid-template-columns:auto min-content;gap:.5rem}.comp-password-entry-box__inner .comp-password-entry-box__submit-btn [class^=icon-],.comp-password-entry-box__inner .comp-password-entry-box__submit-btn [class*=" icon-"]{color:inherit}.comp-password-entry-box__error-summary{margin-bottom:2.9rem;padding:3.9rem 2.9rem;color:#000;border:none;background:#ffcb3e}@media(min-width: 1878px){.comp-password-entry-box__error-summary{margin-bottom:2.9rem}}.comp-profile-contact{margin-bottom:3.9rem;position:relative}@media(min-width: 1878px){.comp-profile-contact{margin-bottom:3.9rem}}.comp-profile-contact::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-profile-contact .link-list-wrapper h3{margin-bottom:1.3rem}@media(min-width: 1878px){.comp-profile-contact .link-list-wrapper h3{margin-bottom:1.3rem}}.comp-profile-contact .link-list-wrapper ul{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-profile-contact .link-list-wrapper ul{margin-bottom:2.9rem}}.comp-profile-contact .link-list-wrapper li{margin-bottom:1.3rem}@media(min-width: 1878px){.comp-profile-contact .link-list-wrapper li{margin-bottom:1.3rem}}.comp-profile-contact .row{padding-bottom:2.9rem}.comp-profile-contact .row a,.comp-profile-contact .row a:hover,.comp-profile-contact .row a:visited,.comp-profile-contact .row a:link,.comp-profile-contact .row a:active{border-bottom:0;text-decoration:none}.comp-profile-contact .row h3{padding-top:1.1rem;border-top:solid #c1c9d1 2px}.comp-profile-contact .row .name{display:block}.comp-profile-contact .row .social-links li{margin-bottom:1.3rem;display:inline-block;margin-right:2rem}@media(min-width: 1878px){.comp-profile-contact .row .social-links li{margin-bottom:1.3rem}}.comp-profile-contact .row .social-links li i{font-size:2.5rem}.comp-profile-contact .image{margin-bottom:1.3rem}@media(min-width: 1878px){.comp-profile-contact .image{margin-bottom:1.3rem}}.comp-profile-event{margin-bottom:3.9rem;position:relative;margin-top:3.9rem}@media(min-width: 1878px){.comp-profile-event{margin-bottom:3.9rem}}.comp-profile-event::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-profile-event .row{padding-bottom:2.9rem}.comp-profile-event .mole-infolist ul{column-gap:3.2rem;column-count:2}@media(max-width: 1279.98px){.comp-profile-event .mole-infolist ul{column-count:1}}.comp-profile-event .mole-infolist ul>li{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column}.comp-profile-project .mole-infolist ul{column-gap:3.2rem;column-count:3}@media(min-width: 601px)and (max-width: 1279.98px){.comp-profile-project .mole-infolist ul{column-count:2}}@media(max-width: 600.98px){.comp-profile-project .mole-infolist ul{column-count:1}}.comp-profile-project .mole-infolist ul>li{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column}.comp-product-list{margin-bottom:0;width:100%}@media(min-width: 1878px){.comp-product-list{margin-bottom:0}}.comp-product-list .card{display:flex;flex-direction:row;border:none}.comp-product-list .card .card-body .product-header{display:flex;flex-direction:row}.comp-product-list .card .card-body .product-header .btn{margin-left:auto}.comp-product-list .total-banner{padding-top:2.9rem;margin-bottom:2.9rem;margin-top:2.9rem;padding-right:2.9rem;padding-bottom:2.9rem;padding-left:2.9rem;background-color:#eff1f3;text-align:right}@media(min-width: 1878px){.comp-product-list .total-banner{padding-top:2.9rem}}@media(min-width: 1878px){.comp-product-list .total-banner{margin-bottom:2.9rem}}.comp-product-list .total-banner p{margin:0}.comp-product-list .total-banner.no-background{margin-bottom:0;border-top:solid 2px #c1c9d1;background-color:rgba(0,0,0,0)}.comp-product-list .total-banner.no-background+.total-banner{margin-top:0}.comp-product-list .table td{text-align:right}.comp-product-list .table td:first-child{text-align:left}.comp-product-list .table th{border-bottom:none;color:#4b647d;font-weight:normal;text-align:right}.comp-product-list .table th:first-child{text-align:left}.comp-product-list .table+.total-banner{margin-top:0}.comp-product-list .product{border-top:solid 2px #c1c9d1;background-color:rgba(0,0,0,0)}.comp-product{margin-top:2.9rem;border-top:2px solid #e0e4e8}.comp-product .card-body{min-width:100%}@media(min-width: 1280px){.comp-product .card-body p{flex:0 0 66.66666667%;max-width:66.66666667%}}.comp-product .card-body .btn{padding-right:0;padding-left:0}.comp-product .card-body .remove-position{padding-top:2.9rem}@media(min-width: 1878px){.comp-product .card-body .remove-position{padding-top:2.9rem}}.comp-product .card-body .remove-position::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-product .card-body .add-product{margin-left:1.2rem}.comp-product .card-body .add-product::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-product .card-body .remove-product{margin-right:1.2rem}.comp-product .card-body .remove-product::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-product .card-body .product-add-remove{display:flex;justify-content:space-between}.comp-product .card-body .product-add-remove-counter a,.comp-product .card-body .product-add-remove-counter div{display:inline-block}.comp-product .card-body .product-add-remove-counter .form-check{padding-left:0}.comp-product .card-body .product-quantity{max-width:4.9rem;text-align:right}.comp-product .card-body .comp-image{padding-top:2.9rem}@media(min-width: 1878px){.comp-product .card-body .comp-image{padding-top:2.9rem}}@media(min-width: 1280px){.comp-product .card-body .comp-image{max-width:60%}}.comp-product .card-body ul{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-product .card-body ul{margin-bottom:2.9rem}}.comp-pull-quote{--avatar-size: 3em;--dropcap-size: 27.7rem;--dropcap-offset: 0;margin-top:6.1rem;margin-bottom:9rem;display:grid;grid-template-rows:1fr;grid-template-columns:1fr;align-items:center;padding-left:var(--dropcap-offset)}@media(min-width: 1280px){.comp-pull-quote{--dropcap-offset: 20%}}.comp-pull-quote figure,.comp-pull-quote .comp-pull-quote__quotation-mark-dropcap{grid-area:1/1/2/2}.comp-pull-quote .comp-pull-quote__quotation-mark-dropcap{height:var(--dropcap-size);margin-left:calc(-1*var(--dropcap-offset))}.comp-pull-quote blockquote .h2{margin-bottom:2.5rem;hyphens:manual}.comp-pull-quote blockquote p{padding-left:7.8rem}.comp-pull-quote figcaption .comp-image.image{margin-right:1rem}.comp-pull-quote figcaption .comp-image.image,.comp-pull-quote figcaption .comp-image.image figure,.comp-pull-quote figcaption .comp-image.image img{display:inline}.comp-pull-quote figcaption .comp-image.image img{object-fit:cover;border-radius:50%;height:var(--avatar-size);width:var(--avatar-size)}.comp-pull-quote figcaption.comp-pull-quote__captionimage--is-left-third .comp-image.image img{object-position:16.6666666667%}.comp-pull-quote figcaption.comp-pull-quote__captionimage--is-right-third .comp-image.image img{object-position:83.3333333333%}.comp-pull-quote figcaption b{margin-left:calc((1 * var(--avatar-size)) + 1rem)}.comp-pull-quote figcaption .comp-image.image+b{margin-left:0}.comp-pull-quote figcaption .comp-pull-quote__caption-role{color:#4b647d}.comp-title-and-text p,.comp-title-and-text h3{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-title-and-text p,.comp-title-and-text h3{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-teaser-list-managed{margin-bottom:0}@media(min-width: 1878px){.comp-teaser-list-managed{margin-bottom:0}}.comp-teaser-list-managed .column{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-teaser-list-managed .column{margin-bottom:2.9rem}}.comp-teaser-list-managed.comp-teaser-list-managed--full-width{position:relative}.comp-teaser-list-managed.comp-teaser-list-managed--full-width::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-teaser-list-managed.comp-teaser-list-managed--full-width .column{margin-bottom:.6rem}@media(min-width: 1878px){.comp-teaser-list-managed.comp-teaser-list-managed--full-width .column{margin-bottom:.6rem}}.comp-teaser-list-managed-for-configured-teaser{margin-bottom:0}@media(min-width: 1878px){.comp-teaser-list-managed-for-configured-teaser{margin-bottom:0}}.comp-teaser-list-managed-for-configured-teaser .column{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-teaser-list-managed-for-configured-teaser .column{margin-bottom:2.9rem}}.comp-rich-text{margin-bottom:0}@media(min-width: 1878px){.comp-rich-text{margin-bottom:0}}.comp-rich-text ul,.comp-rich-text ol,.comp-rich-text div.mgnlEditorBar.mgnlEditor+ul,.comp-rich-text div.mgnlEditorBar.mgnlEditor+ol{padding-left:4rem}.comp-rich-text ul li::before,.comp-rich-text ol li::before{left:-4rem}.comp-rich-text ul,.comp-rich-text ol,.comp-rich-text li{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-rich-text ul,.comp-rich-text ol,.comp-rich-text li{margin-bottom:2.9rem}}.comp-rich-text ul ul,.comp-rich-text ul ol,.comp-rich-text ol ul,.comp-rich-text ol ol,.comp-rich-text li ul,.comp-rich-text li ol{padding-top:2.9rem}@media(min-width: 1878px){.comp-rich-text ul ul,.comp-rich-text ul ol,.comp-rich-text ol ul,.comp-rich-text ol ol,.comp-rich-text li ul,.comp-rich-text li ol{padding-top:2.9rem}}.comp-rich-text ul{list-style:none}.comp-rich-text ul li{position:relative;margin-bottom:1.3rem}.comp-rich-text ul li::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:-2.5rem;line-height:initial}.comp-rich-text ul li ul{list-style:none}.comp-rich-text li{margin-bottom:1.3rem}.comp-rich-text li p{margin-bottom:0}.comp-rich-text p{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-rich-text p{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-rich-text .interview-question,.comp-rich-text .interview-answer{--triangle-size: 2.8rem;--paragraph-space-question: 1rem;--paragraph-space-answer: 0.5rem}.comp-rich-text .interview-question{--text-color: #4b647d;--background-color: #eff1f3;--triangle-aspect: 0.866;color:var(--text-color);background:var(--background-color);border-radius:4px;border-bottom-left-radius:0;margin-top:2.9rem;padding:2rem 1.4rem;margin-bottom:2.9rem;position:relative}.comp-rich-text .interview-question::before{content:"";width:0;height:0;position:absolute;border-top:calc(var(--triangle-size)*var(--triangle-aspect)) solid var(--background-color);border-left:calc(var(--triangle-size)/2) solid rgba(0,0,0,0);border-right:calc(var(--triangle-size)/2) solid rgba(0,0,0,0);left:0;bottom:calc(-1*var(--triangle-size)*var(--triangle-aspect) + .5px)}.comp-rich-text .interview-answer{text-indent:var(--triangle-size);margin-bottom:2.9rem}.comp-rich-text .interview-question+.interview-answer{margin-top:calc(-1*(var(--paragraph-space-answer) + (2.9rem - var(--paragraph-space-question))))}.comp-rich-text .interview-answer+.interview-answer{margin-top:calc(-2.9rem + var(--paragraph-space-answer))}.comp-rich-text image{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-rich-text image{margin-bottom:2.9rem}}.comp-rich-text h3{clear:both}.comp-rich-text p{clear:both;hyphens:manual}.comp-rich-text p img{margin:1.8rem 2.9rem}.comp-rich-text a{position:relative;transition:border-bottom-color,.2s linear;border-bottom:4px solid rgba(0,0,0,0);border-bottom:2px solid #4b647d}.comp-rich-text a:focus{outline:none}.comp-rich-text a:active,.comp-rich-text a:visited,.comp-rich-text a.current{color:#000}.comp-rich-text a:hover,.comp-rich-text a:focus{border-bottom-color:#697d91;color:#4b647d}.comp-rich-text a:active{border-bottom-color:#c1c9d1}.comp-rich-text a.current{border-bottom-color:#4b647d;cursor:default;pointer-events:none}.comp-rich-text a.current:hover{border-bottom-color:#697d91}.comp-rich-text u{border-bottom:solid 2px #000;text-decoration:none}.comp-rich-text table{margin-bottom:2.9rem;clear:both;border-bottom:solid 2px #c1c9d1;border-color:rgba(0,0,0,0)}@media(min-width: 1878px){.comp-rich-text table{margin-bottom:2.9rem}}.comp-rich-text table tr{border-top:0;border-bottom:solid 2px #c1c9d1;background-color:rgba(0,0,0,0)}.comp-rich-text table td,.comp-rich-text table th{padding:1.1rem 0 1.3rem;border:0}.comp-rich-text table td p,.comp-rich-text table th p{margin:0}.comp-rich-text table th{border-bottom:none;color:#4b647d;font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif;font-weight:normal}.comp-rich-text table caption{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;padding-top:1.1rem;padding-bottom:0;color:#4b647d}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-rich-text table caption{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-rich-text em{font-style:normal}.comp-intertitle.comp-image__title+.comp-image{padding-top:0}.comp-intertitle.portrait{max-width:53.6rem;margin-left:auto;margin-right:auto}.comp-image.portrait{max-width:53.6rem;margin-left:auto;margin-right:auto}.page-detail-news .comp-image{padding-top:6.1rem;margin-bottom:9rem}.page-detail-news .comp-image+.comp-intertitle,.page-detail-news .comp-image+.comp-intertitle .intertitle{padding-top:0}.page-detail-news .comp-image__title.comp-intertitle{padding-top:6.1rem}.page-detail-news .comp-image__title.comp-intertitle+.comp-image{padding-top:0}.page-detail-news .comp-story-box .comp-image,.page-detail-news .teaser .comp-image{padding-top:0}.page-detail-news .comp-story-box .comp-image{margin-bottom:2.9rem}.page-detail-news .teaser .comp-image{margin-bottom:0}.comp-image-gallery{margin-bottom:7.3rem}.comp-image-gallery .slick-track{margin:0}@media print{.comp-image-gallery .slick-track{width:auto !important;left:0 !important}}@media print{.comp-image-gallery .slick-slide{width:100% !important}}.comp-image-gallery .slick-arrow,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__prev,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__next,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__pause,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__prev,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__next{width:5.2rem;height:5.2rem;background-color:#eff1f3;border-radius:5.2rem;z-index:10}.comp-image-gallery .slick-arrow:hover,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__prev:hover,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__next:hover,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__pause:hover,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__prev:hover,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__next:hover,.comp-image-gallery .slick-arrow:focus,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__prev:focus,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__next:focus,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__pause:focus,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__prev:focus,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__next:focus{background-color:#000}.comp-image-gallery .slick-arrow:hover::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__prev:hover::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__next:hover::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__pause:hover::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__prev:hover::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:hover::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__next:hover::before,.comp-image-gallery .slick-arrow:focus::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__prev:focus::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__next:focus::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__pause:focus::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__prev:focus::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next:focus::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__next:focus::before{color:#fff}.comp-image-gallery .slick-arrow::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__prev::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__next::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__pause::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__pause::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__prev::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__next::before{color:#4b647d;font-size:2.5rem;line-height:5.2rem;opacity:1}.comp-image-gallery .slick-dots,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__dots{bottom:-2.7rem;top:auto;bottom:auto}.comp-image-gallery .slick-dots li,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__dots li{margin:0;width:14px;height:14px}.comp-image-gallery .slick-dots li.slick-active button:before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li.slick-active button:before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__dots li.slick-active button:before{color:#000}.comp-image-gallery .slick-dots li button,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__dots li button{width:14px;height:14px;padding:0 7px}.comp-image-gallery .slick-dots li button:hover::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:hover::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__dots li button:hover::before,.comp-image-gallery .slick-dots li button:focus::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button:focus::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__dots li button:focus::before{color:#000}.comp-image-gallery .slick-dots li button::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__dots li button::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__dots li button::before{font-size:7px;line-height:14px;width:14px;height:14px;color:#c1c9d1;opacity:1}.comp-image-gallery .slick-next,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__next,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__next,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__next{right:4.5rem}.comp-image-gallery .slick-next::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__next::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__next::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:.4rem}.comp-image-gallery .slick-prev,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__prev,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__prev{left:4.5rem}.comp-image-gallery .slick-prev::before,.comp-image-gallery .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-image-gallery .carousel-header__controls__prev::before,.comp-image-gallery .comp-hero .content__footer .hero-footer__controls .hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .comp-image-gallery .hero-footer__controls__prev::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.4rem}@media(min-width: 1878px){.comp-image-gallery{margin-bottom:7.3rem}}.comp-image-gallery.bg-gray,.comp-video .comp-image-gallery.controls{position:relative;margin-top:3.9rem;background-color:rgba(0,0,0,0)}.comp-image-gallery.bg-gray::before,.comp-video .comp-image-gallery.controls::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-image-gallery.bg-gray::before,.comp-video .comp-image-gallery.controls::before{height:22.9rem}.comp-image-gallery .image-gallery-items{display:none;margin-bottom:0}.comp-image-gallery .image-gallery-items.slick-initialized{display:block}.comp-image-gallery .image-gallery-items.slick-initialized .slick-slide{display:inline-block;float:none;vertical-align:middle}.comp-image-gallery .slick-track{background-color:#eff1f3}@media(min-width: 409px)and (max-width: 600.98px){.comp-image-gallery .slick-track{max-height:56.8rem}}@media(min-width: 601px)and (max-width: 880.98px){.comp-image-gallery .slick-track{max-height:84.8rem}}@media(min-width: 881px)and (max-width: 1279.98px){.comp-image-gallery .slick-track{max-height:93.5rem}}@media(min-width: 1280px)and (max-width: 1877.98px){.comp-image-gallery .slick-track{max-height:138.6rem}}@media(min-width: 1878px){.comp-image-gallery .slick-track{max-height:138.6rem}}.comp-image-gallery .slick-slide{text-align:center}.comp-image-gallery .slick-slide img{display:inline-block;width:auto !important;max-width:100%}@media(min-width: 409px)and (max-width: 600.98px){.comp-image-gallery .slick-slide img{max-height:56.8rem}}@media(min-width: 601px)and (max-width: 880.98px){.comp-image-gallery .slick-slide img{max-height:84.8rem}}@media(min-width: 881px)and (max-width: 1279.98px){.comp-image-gallery .slick-slide img{max-height:93.5rem}}@media(min-width: 1280px)and (max-width: 1877.98px){.comp-image-gallery .slick-slide img{max-height:138.6rem}}@media(min-width: 1878px){.comp-image-gallery .slick-slide img{max-height:138.6rem}}.comp-image-gallery .caption-wrapper{display:flex;justify-content:space-between;width:100%;flex-direction:row}.comp-image-gallery .caption-wrapper figcaption{margin-left:0}.comp-image-gallery .pagination{padding-top:.9rem}.comp-image-gallery .image-zoom{display:inline-block}.comp-quick-link-list{margin-bottom:3.9rem;position:relative;margin-top:3.9rem}@media(min-width: 1878px){.comp-quick-link-list{margin-bottom:3.9rem}}.comp-quick-link-list::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-quick-link-list .row{padding-bottom:2.9rem}.comp-quick-link-list .layout-1-2>.column:empty{display:none}.comp-quick-link-list ul{column-gap:3.2rem;column-count:2}@media(min-width: 601px)and (max-width: 1279.98px){.comp-quick-link-list ul{column-count:2}}@media(max-width: 600.98px){.comp-quick-link-list ul{column-count:1}}.comp-quick-link-list ul li>div{display:inline-block;width:100%;padding-top:1.1rem;padding-bottom:1.3rem;border-top:solid #c1c9d1 2px}.comp-quick-link-list ul li>div a{position:relative}.comp-teaser-list-contact,.comp-teaser-list-product{margin-bottom:2.9rem;padding-top:1.1rem;border-top:solid #c1c9d1 2px}@media(min-width: 1878px){.comp-teaser-list-contact,.comp-teaser-list-product{margin-bottom:2.9rem}}.comp-teaser-list-contact h3,.comp-teaser-list-product h3{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-teaser-list-contact h3,.comp-teaser-list-product h3{margin-bottom:2.9rem}}.comp-teaser-list-sdg{margin-bottom:0}@media(min-width: 1878px){.comp-teaser-list-sdg{margin-bottom:0}}.comp-teaser-list-sdg .column{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-teaser-list-sdg .column{margin-bottom:2.9rem}}.image{margin-bottom:2.9rem}@media(min-width: 1878px){.image{margin-bottom:2.9rem}}.image figure{margin:0}.image figcaption{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;padding-top:1.1rem;color:#4b647d}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.image figcaption{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.image img{display:block;width:100%}.image .image-zoom{position:relative;cursor:pointer}.image .image-zoom i{position:absolute;right:2.9rem;bottom:2.9rem;color:#fff}.cta-box,.comp-video .controls{display:flex;position:relative;flex-wrap:wrap;padding:2.9rem;padding-bottom:1.6rem}.cta-box a,.comp-video .controls a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.cta-box a,.comp-video .controls a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.cta-box a i,.comp-video .controls a i{display:inline;margin-right:0}.cta-box a:focus,.comp-video .controls a:focus{outline:none}.cta-box a:active,.comp-video .controls a:active,.cta-box a:visited,.comp-video .controls a:visited{outline:none;color:#000}.cta-box a:focus,.comp-video .controls a:focus,.cta-box a:hover,.comp-video .controls a:hover{color:#4b647d}.cta-box a::before,.comp-video .controls a::before,.cta-box a i,.comp-video .controls a i,.cta-box a:visited::before,.cta-box a:visited i{color:#4b647d}.cta-box a:focus::before,.comp-video .controls a:focus::before,.cta-box a:focus i,.comp-video .controls a:focus i{color:#697d91}.cta-box a:hover::before,.comp-video .controls a:hover::before,.cta-box a:hover i,.comp-video .controls a:hover i{color:#697d91}.cta-box a:active::before,.comp-video .controls a:active::before,.cta-box a:active i,.comp-video .controls a:active i{color:#c1c9d1}p .cta-box a:hover,p .comp-video .controls a:hover,.comp-video p .controls a:hover{border-color:#697d91}p .cta-box a:focus,p .comp-video .controls a:focus,.comp-video p .controls a:focus{border-color:#697d91;outline:none}p .cta-box a:active,p .comp-video .controls a:active,.comp-video p .controls a:active{border-color:#c1c9d1}.cta-box.bg-secondary a,.comp-video .bg-secondary.controls a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.cta-box.bg-secondary a,.comp-video .bg-secondary.controls a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.cta-box.bg-secondary a i,.comp-video .bg-secondary.controls a i{display:inline;margin-right:0}.cta-box.bg-secondary a:focus,.comp-video .bg-secondary.controls a:focus{outline:none}.cta-box.bg-secondary a:active,.comp-video .bg-secondary.controls a:active,.cta-box.bg-secondary a:visited,.comp-video .bg-secondary.controls a:visited{outline:none;color:#000}.cta-box.bg-secondary a:focus,.comp-video .bg-secondary.controls a:focus,.cta-box.bg-secondary a:hover,.comp-video .bg-secondary.controls a:hover{color:#4b647d}.cta-box.bg-secondary a::before,.comp-video .bg-secondary.controls a::before,.cta-box.bg-secondary a i,.comp-video .bg-secondary.controls a i,.cta-box.bg-secondary a:visited::before,.cta-box.bg-secondary a:visited i{color:#4b647d}.cta-box.bg-secondary a:focus::before,.comp-video .bg-secondary.controls a:focus::before,.cta-box.bg-secondary a:focus i,.comp-video .bg-secondary.controls a:focus i{color:#697d91}.cta-box.bg-secondary a:hover::before,.comp-video .bg-secondary.controls a:hover::before,.cta-box.bg-secondary a:hover i,.comp-video .bg-secondary.controls a:hover i{color:#697d91}.cta-box.bg-secondary a:active::before,.comp-video .bg-secondary.controls a:active::before,.cta-box.bg-secondary a:active i,.comp-video .bg-secondary.controls a:active i{color:#c1c9d1}p .cta-box.bg-secondary a:hover,p .comp-video .bg-secondary.controls a:hover,.comp-video p .bg-secondary.controls a:hover{border-color:#697d91}p .cta-box.bg-secondary a:focus,p .comp-video .bg-secondary.controls a:focus,.comp-video p .bg-secondary.controls a:focus{border-color:#697d91;outline:none}p .cta-box.bg-secondary a:active,p .comp-video .bg-secondary.controls a:active,.comp-video p .bg-secondary.controls a:active{border-color:#c1c9d1}.cta-box.bg-secondary a::before,.comp-video .bg-secondary.controls a::before,.cta-box.bg-secondary a i,.comp-video .bg-secondary.controls a i,.cta-box.bg-secondary a:visited::before,.cta-box.bg-secondary a:visited,.comp-video .bg-secondary.controls a:visited,.cta-box.bg-secondary a:focus::before,.cta-box.bg-secondary a:focus i{color:#000}.cta-box li,.comp-video .controls li{margin-right:2.9rem;padding-bottom:1.3rem}.cta-box li:last-child,.comp-video .controls li:last-child{margin-right:0}.cta-box i,.comp-video .controls i{position:relative}.cta-box .collapse-link i,.comp-video .controls .collapse-link i{margin-right:0}button{font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif}.btn{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;border-width:2px;border-radius:4px}.btn[type=submit]{font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif;cursor:pointer}.btn.disabled,.btn:disabled{cursor:default}@media print{.btn{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}.btn-primary,.comp-button-list .button-list__btn--secondary{color:#fff;border-color:#4b647d;background:#4b647d}.btn-primary:hover,.comp-button-list .button-list__btn--secondary:hover,.btn-primary:focus,.comp-button-list .button-list__btn--secondary:focus{color:#fff;border-color:#697d91;background-color:#697d91}.btn-primary.disabled,.comp-button-list .disabled.button-list__btn--secondary,.btn-primary.disabled:hover,.btn-primary:disabled,.comp-button-list .button-list__btn--secondary:disabled,.btn-primary:disabled:hover{color:#fff;border-color:#c1c9d1;background-color:#c1c9d1}.btn-primary:not(:disabled,.disabled):active,.comp-button-list .button-list__btn--secondary:not(:disabled,.disabled):active{color:#000;border-color:#c1c9d1;background-color:#c1c9d1}.btn-secondary,.comp-button-list .button-list__btn--primary{color:#000;border-color:#ffcb3e;background:#ffcb3e}.btn-secondary:hover,.comp-button-list .button-list__btn--primary:hover,.btn-secondary:focus,.comp-button-list .button-list__btn--primary:focus{color:#000;border-color:#ffbb02;background-color:#ffbb02}.btn-secondary.disabled,.comp-button-list .disabled.button-list__btn--primary,.btn-secondary.disabled:hover,.btn-secondary:disabled,.comp-button-list .button-list__btn--primary:disabled,.btn-secondary:disabled:hover{color:#e0e4e8;border-color:#ffd666;background-color:#ffd666}.btn-secondary:not(:disabled,.disabled):active,.comp-button-list .button-list__btn--primary:not(:disabled,.disabled):active{color:#000;border-color:#ffd666;background-color:#ffd666}.btn-outline-secondary,.comp-button-list .button-list__btn--tertiary{color:#000;border-color:#4b647d;background:rgba(0,0,0,0)}.btn-outline-secondary:hover,.comp-button-list .button-list__btn--tertiary:hover,.btn-outline-secondary:focus,.comp-button-list .button-list__btn--tertiary:focus{color:#4b647d;border-color:#697d91;background-color:rgba(0,0,0,0)}.btn-outline-secondary.disabled,.comp-button-list .disabled.button-list__btn--tertiary,.btn-outline-secondary.disabled:hover,.btn-outline-secondary:disabled,.comp-button-list .button-list__btn--tertiary:disabled,.btn-outline-secondary:disabled:hover{color:#c1c9d1;border-color:#c1c9d1;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled,.disabled):active,.comp-button-list .button-list__btn--tertiary:not(:disabled,.disabled):active{color:#000;border-color:#c1c9d1;background-color:rgba(0,0,0,0)}.card-collapsible{margin-bottom:0;border-top:solid 2px #eff1f3;background-color:rgba(0,0,0,0)}.card-collapsible h3 a{display:block}.card-collapsible .card-header{background-color:rgba(0,0,0,0)}.card-collapsible .card-header a::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:right}.card-collapsible .card-header a.collapsed::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.card-collapsible .collapse:not(.show){display:block}}.dropdown-list .dropdown-collapsible-list{display:none}.dropdown-list a{position:relative;transition:border-bottom-color,.2s linear;border-bottom:4px solid rgba(0,0,0,0)}.dropdown-list a:focus{outline:none}.dropdown-list a:active,.dropdown-list a:visited,.dropdown-list a.current{color:#000}.dropdown-list a:hover,.dropdown-list a:focus{border-bottom-color:#697d91;color:#4b647d}.dropdown-list a:active{border-bottom-color:#c1c9d1}.dropdown-list a.current{border-bottom-color:#4b647d;cursor:default;pointer-events:none}.dropdown-list a.current:hover{border-bottom-color:#697d91}.dropdown-list .mole-link-list{display:none;overflow:hidden}.dropdown-list ul{padding-right:2.4rem;padding-left:2.4rem}.dropdown-list .collapse-link{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;color:#000;cursor:pointer}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.dropdown-list .collapse-link{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.dropdown-list .collapse-link i{display:inline;margin-right:0}.dropdown-list .collapse-link:focus{outline:none}.dropdown-list .collapse-link:active,.dropdown-list .collapse-link:visited{outline:none;color:#000}.dropdown-list .collapse-link:focus,.dropdown-list .collapse-link:hover{color:#4b647d}.dropdown-list .collapse-link::before,.dropdown-list .collapse-link i,.dropdown-list .collapse-link:visited::before,.dropdown-list .collapse-link:visited i{color:#4b647d}.dropdown-list .collapse-link:focus::before,.dropdown-list .collapse-link:focus i{color:#697d91}.dropdown-list .collapse-link:hover::before,.dropdown-list .collapse-link:hover i{color:#697d91}.dropdown-list .collapse-link:active::before,.dropdown-list .collapse-link:active i{color:#c1c9d1}p .dropdown-list .collapse-link:hover{border-color:#697d91}p .dropdown-list .collapse-link:focus{border-color:#697d91;outline:none}p .dropdown-list .collapse-link:active{border-color:#c1c9d1}.dropdown-list .collapse-link::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dropdown-list .collapse-link.open{color:#4b647d}.dropdown-list .collapse-link.open::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#697d91}@media print{.dropdown-list .collapse-link{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}.dropdown-list .form-check{align-items:left;justify-content:left}.sticky-button{margin-bottom:.6rem;float:right;overflow:hidden}.sticky-button .sticky-button-link{display:flex;position:relative;align-items:center;justify-content:left;width:7.2rem;padding:1.9rem 1.2rem;transition:border .2s linear,width .4s ease-in-out;border:solid 2px #eff1f3;background-color:#fff}.sticky-button .sticky-button-link::before{width:3.2rem;height:3.2rem;font-size:4.4rem;line-height:3.2rem;text-align:center}.sticky-button .sticky-button-link:hover{border-color:#c1c9d1}.sticky-button-add-text{position:absolute;left:7rem;padding-right:2.4rem;color:#000;text-align:right;white-space:nowrap}.sticky-button-badge{position:absolute;z-index:415;top:1rem;left:4.2rem;width:2.9rem;height:2.9rem;border-radius:100%;background-color:#000}.sticky-button-badge span{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;display:flex;align-items:center;justify-content:center;color:#fff}/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.comp-video{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-video{margin-bottom:2.9rem}}.comp-video video{display:block;width:100%}.comp-video .controls{flex-wrap:nowrap}.comp-video .controls a:before,.comp-video .controls a i:before{font-size:2.5rem}.comp-video .controls li{margin-right:.9rem}.comp-video .controls li.grow{flex-grow:1}.comp-video .controls li.grow-large{flex-grow:5}.comp-video .controls .ui-slider{height:2px;margin:1.3rem 0;background:#c1c9d1;cursor:pointer}.comp-video .controls .ui-slider-handle{top:-1.2rem;width:2.5rem;height:2.5rem;color:#4b647d;cursor:pointer}.comp-video .controls .ui-slider-handle::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-video .controls .ui-slider-handle:hover{color:#697d91}.comp-video .controls .ui-slider-handle.ui-state-hover::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.5rem}.comp-video .controls .slider-container{padding-right:1.25rem;padding-left:1.25rem}.comp-video .controls .volume-bar{width:100%;min-width:2rem;padding:0;vertical-align:middle}.comp-video .controls .progress-bar{width:100%;min-width:3rem;padding:0;vertical-align:middle}.comp-video .controls a.play-pause::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em}.comp-video .controls a.play-pause.on::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-video .controls .time-display{font-size:1.4rem;white-space:nowrap}.comp-video .controls .time-display .duration:before{content:"/ "}.comp-video .controls .time-display span{color:#4b647d}.comp-video .controls a.mute::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em}.comp-video .controls a.mute.on::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comp-video figcaption{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;padding-top:1.1rem;color:#4b647d}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.comp-video figcaption{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.comp-back-to-top-button{margin-bottom:0;transition:opacity .2s linear;opacity:0;pointer-events:none}.comp-back-to-top-button.headroom--not-top{opacity:1;pointer-events:auto}.comp-back-to-top-button .sticky-button-link{justify-content:center;border:none;background-color:rgba(0,0,0,0)}.comp-back-to-top-button.sticky-button{background-color:#4b647d;border-radius:4px;margin-bottom:2.2rem}.comp-back-to-top-button.sticky-button .sticky-button-link{height:7.2rem;padding:0}.comp-back-to-top-button.sticky-button .sticky-button-link::before{color:#fff;width:3.8rem}.cont-page-section{margin:0 calc(50% - 50vw);overflow:hidden}@media(min-width: 881px){.cont-page-section{padding-top:6.1rem}}.cont-page-section .lead-text{margin-bottom:2.9rem;font-size:2.2rem;letter-spacing:0;line-height:2.9rem;color:#4b647d}@media(min-width: 1878px){.cont-page-section .lead-text{margin-bottom:2.9rem}}@media(min-width: 1280px){.cont-page-section .lead-text{flex:0 0 66.66666667%;max-width:66.66666667%}}@media(min-width: 1280px){.cont-page-section .lead-text.lead-text--full-width{flex:0 0 100%;max-width:100%}}@media print{.cont-page-section .lead-text{font-size:1.2rem;letter-spacing:0;line-height:1.5rem;margin-bottom:2.5rem}}@media print and (min-width: 1878px){.cont-page-section .lead-text{margin-bottom:2.5rem}}@media(max-width: 880.98px){.cont-page-section .page-section-header{display:none}}.cont-page-section.cont-page-section--has-image>.comp-image{margin-bottom:0;aspect-ratio:5120/1896}@media(max-width: 880.98px){.cont-page-section.cont-page-section--has-image>.comp-image{display:none}}@media print{.cont-page-section.cont-page-section--has-image>.comp-image{display:none}}.cont-page-section.cont-page-section--has-image>.comp-image:has(img[src*="/hkb/"]){aspect-ratio:2/1}.cont-page-section.cont-page-section--has-image>.comp-image img{object-fit:cover}@media(min-width: 881px){.cont-page-section.cont-page-section--has-image>.comp-image img{height:47.4rem}}@media(min-width: 1280px){.cont-page-section.cont-page-section--has-image>.comp-image img{height:69.5rem}}@media(min-width: 1878px){.cont-page-section.cont-page-section--has-image>.comp-image img{height:94.8rem}}.cont-page-section .page-section-row{display:flex;flex-wrap:wrap;margin-right:-1.6rem;margin-left:-1.6rem;display:block}@media(min-width: 881px){.cont-page-section .page-section-row{display:flex;flex-wrap:wrap;display:block}}@media(min-width: 881px)and (min-width: 320px){.cont-page-section .page-section-row{margin-right:-1.6rem;margin-left:-1.6rem}}@media(min-width: 881px)and (min-width: 409px){.cont-page-section .page-section-row{margin-right:-1.6rem;margin-left:-1.6rem}}@media(min-width: 881px)and (min-width: 601px){.cont-page-section .page-section-row{margin-right:-1.6rem;margin-left:-1.6rem}}@media(min-width: 881px)and (min-width: 881px){.cont-page-section .page-section-row{margin-right:-3.8rem;margin-left:-3.8rem}}@media(min-width: 881px)and (min-width: 1280px){.cont-page-section .page-section-row{margin-right:-3.8rem;margin-left:-3.8rem}}@media(min-width: 881px)and (min-width: 1878px){.cont-page-section .page-section-row{margin-right:-4.8rem;margin-left:-4.8rem}}@media(min-width: 881px)and (min-width: 2561px){.cont-page-section .page-section-row{margin-right:-4.8rem;margin-left:-4.8rem}}.cont-page-section.cont-page-section--has-image .page-section-content{margin-top:-13.2rem;background-color:#fff}@media(max-width: 880.98px){.cont-page-section.cont-page-section--has-image .page-section-content{margin-top:0}}.cont-page-section.cont-page-section--has-image .page-section-content>h2{padding-top:6.1rem}@media(min-width: 1878px){.cont-page-section.cont-page-section--has-image .page-section-content>h2{padding-top:6.1rem}}@media(max-width: 600.98px){.cont-page-section.cont-page-section--has-image .page-section-content>h2{padding-top:0}}@media(max-width: 600.98px)and (min-width: 1878px){.cont-page-section.cont-page-section--has-image .page-section-content>h2{padding-top:0}}@media print{.cont-page-section.cont-page-section--has-image .page-section-content{margin-top:0}.cont-page-section.cont-page-section--has-image .page-section-content>h2{padding-top:0}}@media print and (min-width: 1878px){.cont-page-section.cont-page-section--has-image .page-section-content>h2{padding-top:0}}.cont-page-section .page-section-content{position:relative;margin-right:auto;margin-left:auto;overflow:hidden}@media(min-width: 320px){.cont-page-section .page-section-content{padding-right:1.6rem;padding-left:1.6rem}}@media(min-width: 409px){.cont-page-section .page-section-content{padding-right:1.6rem;padding-left:1.6rem}}@media(min-width: 601px){.cont-page-section .page-section-content{padding-right:1.6rem;padding-left:1.6rem}}@media(min-width: 881px){.cont-page-section .page-section-content{padding-right:3.8rem;padding-left:3.8rem}}@media(min-width: 1280px){.cont-page-section .page-section-content{padding-right:3.8rem;padding-left:3.8rem}}@media(min-width: 1878px){.cont-page-section .page-section-content{padding-right:4.8rem;padding-left:4.8rem}}@media(min-width: 2561px){.cont-page-section .page-section-content{padding-right:4.8rem;padding-left:4.8rem}}.cont-page-section .page-section-content>h2{margin-bottom:3.9rem;font-size:5.4rem;letter-spacing:0;line-height:6.1rem}@media(min-width: 1878px){.cont-page-section .page-section-content>h2{margin-bottom:3.9rem}}@media(min-width: 1280px){.cont-page-section .page-section-content>h2{flex:0 0 75%;max-width:75%}}.cont-page-section .page-section-content>h2+.page-section-area-wrapper:empty{margin-bottom:2.9rem;overflow:hidden}@media(min-width: 1878px){.cont-page-section .page-section-content>h2+.page-section-area-wrapper:empty{margin-bottom:2.9rem}}@media print{.cont-page-section .page-section-content>h2{font-size:1.6rem;letter-spacing:0;line-height:1.5rem;margin-bottom:1.3rem}}@media print and (min-width: 1878px){.cont-page-section .page-section-content>h2{margin-bottom:1.3rem}}@media(max-width: 600.98px){.cont-page-section .page-section-content>h2{padding-top:0}}@media(max-width: 600.98px)and (min-width: 1878px){.cont-page-section .page-section-content>h2{padding-top:0}}@media print{.cont-page-section .page-section-content{padding:0}}@media(max-width: 600.98px){.cont-page-section{margin-top:6.1rem}}@media print{.cont-page-section{margin:0;width:100%}.cont-page-section _:-ms-fullscreen,.cont-page-section :root .ie11up{padding-top:14rem}.cont-page-section .container{max-width:initial}}.comp-highlighted-content{margin-bottom:3.9rem;position:relative;margin-top:3.9rem}@media(min-width: 1878px){.comp-highlighted-content{margin-bottom:3.9rem}}.comp-highlighted-content::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.comp-highlighted-content .highlighted-image{width:100%;height:100%;background-size:cover}.comp-highlighted-content .highlighted-row{position:relative;padding-top:0}.comp-highlighted-content .highlighted-row .highlighted-col-content{padding-right:1.6rem;padding-left:1.6rem}@media(min-width: 601px){.comp-highlighted-content .highlighted-row .highlighted-col-content{min-height:44rem}}@media print{.comp-highlighted-content .highlighted-row .highlighted-col-content{min-height:auto}}.comp-highlighted-content .highlighted-row .highlighted-col-image{position:absolute;right:0;width:100%;height:100%;padding-right:1.6rem;padding-left:1.6rem}.comp-highlighted-content .highlighted-row .highlighted-col-image-print{display:none}@media print{.comp-highlighted-content .highlighted-row .highlighted-col-image-print{display:block;width:100%;height:100%;padding-right:1.6rem;padding-left:1.6rem}}@media(min-width: 409px){.comp-highlighted-content .highlighted-col-content,.comp-highlighted-content.highlighted-1-2 .highlighted-col-content{flex:0 0 100%;max-width:100%}.comp-highlighted-content .highlighted-col-image,.comp-highlighted-content.highlighted-1-2 .highlighted-col-image{flex:0 0 0%;max-width:0%;max-width:calc(0% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media(min-width: 601px){.comp-highlighted-content .highlighted-col-content,.comp-highlighted-content.highlighted-1-2 .highlighted-col-content{flex:0 0 50%;max-width:50%}.comp-highlighted-content .highlighted-col-image,.comp-highlighted-content.highlighted-1-2 .highlighted-col-image{flex:0 0 50%;max-width:50%;max-width:calc(50% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media(min-width: 881px){.comp-highlighted-content .highlighted-col-content,.comp-highlighted-content.highlighted-1-2 .highlighted-col-content{flex:0 0 50%;max-width:50%}.comp-highlighted-content .highlighted-col-image,.comp-highlighted-content.highlighted-1-2 .highlighted-col-image{flex:0 0 50%;max-width:50%;max-width:calc(50% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media(min-width: 1280px){.comp-highlighted-content .highlighted-col-content,.comp-highlighted-content.highlighted-1-2 .highlighted-col-content{flex:0 0 33.33333333%;max-width:33.33333333%}.comp-highlighted-content .highlighted-col-image,.comp-highlighted-content.highlighted-1-2 .highlighted-col-image{flex:0 0 66.66666667%;max-width:66.66666667%;max-width:calc(66.6666666667% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media(min-width: 1878px){.comp-highlighted-content .highlighted-col-content,.comp-highlighted-content.highlighted-1-2 .highlighted-col-content{flex:0 0 33.33333333%;max-width:33.33333333%}.comp-highlighted-content .highlighted-col-image,.comp-highlighted-content.highlighted-1-2 .highlighted-col-image{flex:0 0 66.66666667%;max-width:66.66666667%;max-width:calc(66.6666666667% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media print{.comp-highlighted-content .highlighted-col-content,.comp-highlighted-content.highlighted-1-2 .highlighted-col-content{flex:0 0 33.3333333333% !important;max-width:33.3333333333% !important}.comp-highlighted-content .highlighted-col-image-print,.comp-highlighted-content.highlighted-1-2 .highlighted-col-image-print{flex:0 0 66.6666666667% !important;max-width:66.666666667% !important}}@media(min-width: 409px){.comp-highlighted-content.highlighted-2-1 .highlighted-col-content{flex:0 0 100%;max-width:100%}.comp-highlighted-content.highlighted-2-1 .highlighted-col-image{flex:0 0 0%;max-width:0%;max-width:calc(0% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media(min-width: 601px){.comp-highlighted-content.highlighted-2-1 .highlighted-col-content{flex:0 0 50%;max-width:50%}.comp-highlighted-content.highlighted-2-1 .highlighted-col-image{flex:0 0 50%;max-width:50%;max-width:calc(50% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media(min-width: 881px){.comp-highlighted-content.highlighted-2-1 .highlighted-col-content{flex:0 0 50%;max-width:50%}.comp-highlighted-content.highlighted-2-1 .highlighted-col-image{flex:0 0 50%;max-width:50%;max-width:calc(50% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media(min-width: 1280px){.comp-highlighted-content.highlighted-2-1 .highlighted-col-content{flex:0 0 66.66666667%;max-width:66.66666667%}.comp-highlighted-content.highlighted-2-1 .highlighted-col-image{flex:0 0 33.33333333%;max-width:33.33333333%;max-width:calc(33.3333333333% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media(min-width: 1878px){.comp-highlighted-content.highlighted-2-1 .highlighted-col-content{flex:0 0 66.66666667%;max-width:66.66666667%}.comp-highlighted-content.highlighted-2-1 .highlighted-col-image{flex:0 0 33.33333333%;max-width:33.33333333%;max-width:calc(33.3333333333% + (50vw - 50%) + 1.6rem);margin-right:calc(50% - 50vw - 1.6rem)}}@media print{.comp-highlighted-content.highlighted-2-1 .highlighted-col-content{flex:0 0 66.6666666667% !important;max-width:66.666666667% !important}.comp-highlighted-content.highlighted-2-1 .highlighted-col-image-print{flex:0 0 33.3333333333% !important;max-width:33.3333333333% !important}}.cont-overlay .fade.modal{display:none}.cont-overlay .fade.modal .modal-dialog{max-width:none;margin:0;transform:translate(-100vw, 0)}.cont-overlay .fade.modal .modal-dialog .modal-content{max-height:100vh;border:none;background-color:rgba(0,0,0,0)}.cont-overlay .fade.modal.show .modal-dialog{transform:translate(0, 0)}.pswp__bg{background:#404040}.pswp__ui--idle .pswp__top-bar,.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:1}.pswp__ui--fit .pswp__top-bar,.pswp__top-bar{background-color:rgba(0,0,0,0)}.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,.4)}.pswp__caption__center{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;max-width:inherit;padding-top:.9rem 2.9rem 1.6rem;color:#fff;font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif}@media(-webkit-min-device-pixel-ratio: 1.1),(-webkit-min-device-pixel-ratio: 1.09375),(min-resolution: 105dpi),(min-resolution: 1.1dppx){.pswp--svg .pswp__button{background-image:none}.pswp--svg .pswp__button:before{width:5.2rem;height:5.2rem;border-radius:5.2rem;background-color:#eff1f3;background-image:none}}.pswp__button{width:5.2rem;height:5.2rem;border-radius:5.2rem;outline:none;opacity:1;background-color:rgba(0,0,0,0);background-image:none;color:#4b647d}.pswp__button::before{width:5.2rem;height:5.2rem;border-radius:5.2rem;background-color:#eff1f3;background-image:none}.pswp__button.pswp__button--close{top:2.9rem;right:2.9rem}.pswp__button.pswp__button--close::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pswp__button.pswp__button--arrow--right::before,.pswp__button.pswp__button--arrow--left::before,.pswp__button.pswp__button--close::before{position:relative;top:0;right:0;font-size:4.3rem;line-height:5.2rem;vertical-align:top;display:inline-block}.pswp__button:hover,.pswp__button:focus{color:#fff}.pswp__button:hover::before,.pswp__button:focus::before{background-color:#000}.pswp__button.pswp__button--arrow--right{right:2.9rem}.pswp__button.pswp__button--arrow--right::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pswp__button.pswp__button--arrow--left{left:2.9rem}.pswp__button.pswp__button--arrow--left::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pswp__counter{opacity:.75;font-size:1.7rem;line-height:5.5rem;top:0;left:0}.pswp__caption{background-color:rgba(0,0,0,.5)}.pswp__caption__center{padding-left:1rem}.pswp__img{margin-top:0}.comp-table,.comp-menuplan-preview{overflow-x:auto;overflow-y:hidden}.comp-button-list{margin-bottom:3.9rem;margin-top:-2.5rem;overflow:hidden}@media(min-width: 1878px){.comp-button-list{margin-bottom:3.9rem}}@media(min-width: 881px){.comp-button-list{display:flex;flex-wrap:wrap}.comp-button-list li{margin-right:1.6rem}.comp-button-list li:last-child{margin-right:0}}@media(max-width: 880.98px){.comp-button-list .btn{width:100%;text-align:left}}.comp-button-list li{margin-top:2.5rem}@media print{.comp-button-list li{margin-top:1.3rem}}.comp-button-list.button-list--block{display:block}.comp-button-list.button-list--block li{margin-right:0}.comp-button-list.button-list--block .btn{width:100%;text-align:left}.comp-project-details{margin-bottom:6.1rem}@media(min-width: 1878px){.comp-project-details{margin-bottom:6.1rem}}.comp-project-details .comp-teaser-list-managed--full-width{margin-bottom:2.9rem}@media(min-width: 1878px){.comp-project-details .comp-teaser-list-managed--full-width{margin-bottom:2.9rem}}.comp-contact-details .complete-profile-link{margin-bottom:2.9rem}.comp-contact-details .complete-profile-link a{position:relative;transition:border-bottom-color,.2s linear;border-bottom:4px solid rgba(0,0,0,0);border-bottom:2px solid #4b647d}.comp-contact-details .complete-profile-link a:focus{outline:none}.comp-contact-details .complete-profile-link a:active,.comp-contact-details .complete-profile-link a:visited,.comp-contact-details .complete-profile-link a.current{color:#000}.comp-contact-details .complete-profile-link a:hover,.comp-contact-details .complete-profile-link a:focus{border-bottom-color:#697d91;color:#4b647d}.comp-contact-details .complete-profile-link a:active{border-bottom-color:#c1c9d1}.comp-contact-details .complete-profile-link a.current{border-bottom-color:#4b647d;cursor:default;pointer-events:none}.comp-contact-details .complete-profile-link a.current:hover{border-bottom-color:#697d91}.interactive-graphic-svg{width:100%;display:block}@media(max-width: 880.98px){.interactive-graphic-svg--mobile{display:block}}@media(min-width: 881px){.interactive-graphic-svg--mobile{display:none}}@media(max-width: 880.98px){.interactive-graphic-svg--desktop{display:none}}@media(min-width: 881px){.interactive-graphic-svg--desktop{display:block}}.mole-anchor-navigation .anchor-navigation-list .item{margin-bottom:1.3rem;position:relative;padding-left:2.9rem;overflow:hidden;text-overflow:ellipsis}@media(min-width: 1878px){.mole-anchor-navigation .anchor-navigation-list .item{margin-bottom:1.3rem}}.mole-anchor-navigation .anchor-navigation-list .item.active a{color:#000;border-bottom:4px solid #4b647d}@media(max-width: 1279.98px){.anchorlinks--initialized{margin-bottom:7.3rem}}.comp-dsgvo-banner{display:flex;bottom:0;box-sizing:border-box;flex-flow:row nowrap;justify-content:space-between;width:100%;padding:3.9rem;border-top:solid 2px #eff1f3;background:#fff;pointer-events:initial}.comp-dsgvo-banner .button-wrapper{margin-left:3.9rem}.comp-dsgvo-banner .button-wrapper .btn{white-space:nowrap}.comp-dsgvo-banner a{position:relative;transition:border-bottom-color,.2s linear;border-bottom:4px solid rgba(0,0,0,0);border-bottom:2px solid #4b647d}.comp-dsgvo-banner a:focus{outline:none}.comp-dsgvo-banner a:active,.comp-dsgvo-banner a:visited,.comp-dsgvo-banner a.current{color:#000}.comp-dsgvo-banner a:hover,.comp-dsgvo-banner a:focus{border-bottom-color:#697d91;color:#4b647d}.comp-dsgvo-banner a:active{border-bottom-color:#c1c9d1}.comp-dsgvo-banner a.current{border-bottom-color:#4b647d;cursor:default;pointer-events:none}.comp-dsgvo-banner a.current:hover{border-bottom-color:#697d91}@media(max-width: 1279.98px){.comp-dsgvo-banner{flex-flow:column nowrap}.comp-dsgvo-banner .button-wrapper{margin-left:0}}.mole-infolist{color:#000}.mole-infolist .infolist-title{display:block;color:#4b647d;font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif}.mole-infolist li{padding-top:1.1rem;padding-bottom:1.3rem;border-top:solid #c1c9d1 2px}.mole-infolist .infolist__ics-link{display:inline-flex;align-items:center}.mole-infolist i{margin-right:.6rem}.mole-link-list h3{color:#4b647d;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mole-link-list h3{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.mole-link-list h3 i{display:inline;margin-right:0}.mole-link-list h3:focus{outline:none}.mole-link-list h3:active,.mole-link-list h3:visited{outline:none;color:#000}.mole-link-list h3:focus,.mole-link-list h3:hover{color:#4b647d}.mole-link-list h3::before,.mole-link-list h3 i,.mole-link-list h3:visited::before,.mole-link-list h3:visited i{color:#4b647d}.mole-link-list h3:focus::before,.mole-link-list h3:focus i{color:#697d91}.mole-link-list h3:hover::before,.mole-link-list h3:hover i{color:#697d91}.mole-link-list h3:active::before,.mole-link-list h3:active i{color:#c1c9d1}p .mole-link-list h3:hover{border-color:#697d91}p .mole-link-list h3:focus{border-color:#697d91;outline:none}p .mole-link-list h3:active{border-color:#c1c9d1}.mole-link-list li{margin-bottom:1.3rem}@media(min-width: 1878px){.mole-link-list li{margin-bottom:1.3rem}}.mole-link-list li:last-child{margin-bottom:0}.mole-link-list li a{position:relative;transition:border-bottom-color,.2s linear;border-bottom:4px solid rgba(0,0,0,0);word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}.mole-link-list li a:focus{outline:none}.mole-link-list li a:active,.mole-link-list li a:visited,.mole-link-list li a.current{color:#000}.mole-link-list li a:hover,.mole-link-list li a:focus{border-bottom-color:#697d91;color:#4b647d}.mole-link-list li a:active{border-bottom-color:#c1c9d1}.mole-link-list li a.current{border-bottom-color:#4b647d;cursor:default;pointer-events:none}.mole-link-list li a.current:hover{border-bottom-color:#697d91}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mole-link-list li a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.mole-form-date-range{max-height:65rem;margin-bottom:0;padding:2.2rem 2.9rem 0;overflow-y:auto}@media(max-width: 1877.98px){.mole-form-date-range{max-height:56rem}}@media(max-width: 880.98px){.mole-form-date-range{max-height:30rem}}.mole-form-date-range input,.mole-form-date-range label{font-size:2.2rem;letter-spacing:0;line-height:2.9rem}.mole-form-date-range .col{position:relative}.mole-form-date-range .col i{position:absolute;top:1.5rem;right:1rem;color:#4b647d}@media(min-width: 1878px){.mole-form-date-range .col i{top:1.1rem}}.mole-form-date-range .dropdown-menu{position:relative;top:0 !important;right:0;left:0 !important;width:100%;padding:0;border:0}.mole-form-date-range .dropdown-menu::before,.mole-form-date-range .dropdown-menu::after{display:none}.mole-form-date-range .daterange-container{width:100%}.mole-form-date-range .daterange-container .datepicker{width:auto;padding:2.2rem 0 0}.mole-form-date-range .row{margin-bottom:0}.comp-search-filter .mole-form-date-range,.comp-search .query .mole-form-date-range{margin-bottom:0;padding-bottom:2.2rem}.mole-form-date-range .input-focus-line{display:none;position:absolute;z-index:1;top:0;right:0;width:2px;height:100%;background-color:#4b647d}.mole-form-date-range .input-daterange input{padding:1rem 4rem 1rem 1rem}.mole-form-date-range .input-daterange input:first-child{border-radius:0}.mole-form-date-range .input-daterange .col:first-child input{border-radius:4px 0 0 4px}.mole-form-date-range .input-daterange .col:first-child input:focus+.input-focus-line,.mole-form-date-range .input-daterange .col:first-child input.focus+.input-focus-line{display:block}.mole-form-date-range .input-daterange .col:nth-child(2) input{margin-left:-2px;border-radius:0 4px 4px 0}.mole-steps-list{margin-bottom:6.1rem}@media(min-width: 1878px){.mole-steps-list{margin-bottom:6.1rem}}.mole-steps-list ol{display:flex;flex-direction:row;padding-left:0;list-style:none;counter-reset:steps}.mole-steps-list li{counter-increment:steps}@media(max-width: 880.98px){.mole-steps-list li .step .title{display:none}.mole-steps-list li.current .step .title{display:inline-block}}.mole-steps-list li::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:2.9rem;color:#c1c9d1}.mole-steps-list li:first-child:before{content:"";margin-right:0}.mole-steps-list li.current .step{border-bottom:4px solid #4b647d;position:relative}.mole-steps-list li.next{color:#4b647d}.mole-steps-list li .counter{padding-right:1rem}.mole-steps-list li .counter::before{content:counter(steps)}.mole-steps-list li .step{margin-right:2.9rem}.mole-carousel-header{display:flex;justify-content:flex-end;flex-wrap:wrap;padding-top:2.5rem}.mole-carousel-header .carousel-header__controls{display:flex;justify-content:space-between;align-items:center}.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots{position:static}.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots .slick-dots,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots .carousel-header__controls__dots{position:static}.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next{position:static;transform:none}.mole-carousel-header h2{padding-top:0;margin-right:auto}.mole-carousel-header .carousel-header__controls:first-child{justify-content:flex-end;width:calc(100% + (0.8rem * 2))}.mole-carousel-header .carousel-header__controls{margin:0 -0.8rem 2.9rem}.mole-carousel-header .carousel-header__controls .carousel-header__controls__pause,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.slick-arrow,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__prev.hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.hero-footer__controls__pause,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__prev.hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.hero-footer__controls__prev,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__prev.hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.hero-footer__controls__next,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next.slick-arrow,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__next.hero-footer__controls__pause,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__next.hero-footer__controls__pause,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__next.hero-footer__controls__prev,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__next.hero-footer__controls__prev,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__next.hero-footer__controls__next,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__next.hero-footer__controls__next,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next{display:flex;width:3.5rem;background:none}.mole-carousel-header .carousel-header__controls .carousel-header__controls__pause::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.slick-arrow::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__prev.hero-footer__controls__pause::before,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.hero-footer__controls__pause::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__prev.hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.hero-footer__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__prev.hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.hero-footer__controls__next::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next.slick-arrow::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__next.hero-footer__controls__pause::before,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__next.hero-footer__controls__pause::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__next.hero-footer__controls__prev::before,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__next.hero-footer__controls__prev::before,.mole-carousel-header .carousel-header__controls .comp-hero .content__footer .hero-footer__controls .carousel-header__controls__next.hero-footer__controls__next::before,.comp-hero .content__footer .hero-footer__controls .mole-carousel-header .carousel-header__controls .carousel-header__controls__next.hero-footer__controls__next::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next::before{margin:0;font-size:3.2rem}.mole-carousel-header .carousel-header__controls .carousel-header__controls__pause:hover,.mole-carousel-header .carousel-header__controls .carousel-header__controls__pause:focus,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.slick-arrow:hover,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.slick-arrow:focus,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next.slick-arrow:hover,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next.slick-arrow:focus,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus{padding:0;background-color:rgba(0,0,0,0)}.mole-carousel-header .carousel-header__controls .carousel-header__controls__pause:hover::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__pause:focus::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.slick-arrow:hover::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:hover::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.slick-arrow:focus::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev:focus::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next.slick-arrow:hover::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:hover::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next.slick-arrow:focus::before,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next:focus::before{color:#697d91}.mole-carousel-header .carousel-header__controls .carousel-header__controls__pause.slick-hidden,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.slick-arrow.slick-hidden,.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev.slick-hidden,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next.slick-arrow.slick-hidden,.mole-carousel-header .carousel-header__controls .carousel-header__controls__next.slick-hidden{display:none}.mole-carousel-header .carousel-header__controls .carousel-header__controls__next{justify-content:flex-end}.mole-carousel-header .carousel-header__controls .carousel-header__controls__prev{justify-content:flex-start}.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots{width:auto}.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots .slick-dots,.mole-carousel-header .carousel-header__controls .carousel-header__controls__dots .carousel-header__controls__dots{display:flex;align-items:center;justify-content:center}@media print{.mole-carousel-header .carousel-header__controls{display:none}}.mole-menuplan-menu,.comp-menuplan .menuplan__closed{display:flex;align-items:flex-start;border:2px solid #eff1f3;padding:2.9rem;background-color:#fff;height:100%}.mole-menuplan-menu .menuplan-menu__icon,.comp-menuplan .menuplan__closed .menuplan-menu__icon,.mole-menuplan-menu .comp-menuplan .menuplan__closed-icon,.comp-menuplan .mole-menuplan-menu .menuplan__closed-icon,.comp-menuplan .menuplan__closed .menuplan__closed-icon{width:15.6rem;margin-right:2rem}.mole-menuplan-menu .menuplan-menu__content,.comp-menuplan .menuplan__closed .menuplan-menu__content,.mole-menuplan-menu .comp-menuplan .menuplan__closed-content,.comp-menuplan .mole-menuplan-menu .menuplan__closed-content,.comp-menuplan .menuplan__closed .menuplan__closed-content{display:flex;flex-direction:column;flex:1;min-height:15.6rem}.mole-menuplan-menu .menuplan-menu__content .menuplan-menu__title,.comp-menuplan .menuplan__closed .menuplan-menu__content .menuplan-menu__title,.mole-menuplan-menu .comp-menuplan .menuplan__closed-content .menuplan-menu__title,.comp-menuplan .mole-menuplan-menu .menuplan__closed-content .menuplan-menu__title,.comp-menuplan .menuplan__closed .menuplan__closed-content .menuplan-menu__title{color:#4b647d;margin-bottom:0}.mole-menuplan-menu .menuplan-menu__content .menuplan-menu__description,.comp-menuplan .menuplan__closed .menuplan-menu__content .menuplan-menu__description,.mole-menuplan-menu .comp-menuplan .menuplan__closed-content .menuplan-menu__description,.comp-menuplan .mole-menuplan-menu .menuplan__closed-content .menuplan-menu__description,.comp-menuplan .menuplan__closed .menuplan__closed-content .menuplan-menu__description{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;margin-bottom:1.3rem}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mole-menuplan-menu .menuplan-menu__content .menuplan-menu__description,.comp-menuplan .menuplan__closed .menuplan-menu__content .menuplan-menu__description,.mole-menuplan-menu .comp-menuplan .menuplan__closed-content .menuplan-menu__description,.comp-menuplan .mole-menuplan-menu .menuplan__closed-content .menuplan-menu__description,.comp-menuplan .menuplan__closed .menuplan__closed-content .menuplan-menu__description{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.mole-menuplan-menu .menuplan-menu__content .menuplan-menu__price,.comp-menuplan .menuplan__closed .menuplan-menu__content .menuplan-menu__price,.mole-menuplan-menu .comp-menuplan .menuplan__closed-content .menuplan-menu__price,.comp-menuplan .mole-menuplan-menu .menuplan__closed-content .menuplan-menu__price,.comp-menuplan .menuplan__closed .menuplan__closed-content .menuplan-menu__price,.mole-menuplan-menu .menuplan-menu__content .comp-menuplan .menuplan__closed-title,.comp-menuplan .mole-menuplan-menu .menuplan-menu__content .menuplan__closed-title,.comp-menuplan .menuplan__closed .menuplan-menu__content .menuplan__closed-title,.mole-menuplan-menu .comp-menuplan .menuplan__closed-content .menuplan__closed-title,.comp-menuplan .mole-menuplan-menu .menuplan__closed-content .menuplan__closed-title,.comp-menuplan .menuplan__closed .menuplan__closed-content .menuplan__closed-title{font-size:3.3rem;line-height:3.3rem;margin-bottom:0;margin-top:auto}.mole-partner-logo{display:flex;flex-wrap:wrap;margin-right:-1.6rem;margin-left:-1.6rem;align-items:center}.mole-partner-logo .partner-logo__image{position:relative;width:100%;padding-right:1.6rem;padding-left:1.6rem;flex:0 0 50%;max-width:50%}.mole-spinner{background:url(/.resources/bfh-portal/webresources/resources/spinner-bfh.svg) no-repeat center/contain;vertical-align:text-bottom;margin:auto;width:7.1rem;height:7.1rem;display:none}.mole-spinner--visible{display:inline-block}.mole-spinner--light{background-image:url(/.resources/bfh-portal/webresources/resources/spinner-bfh-light.svg)}.mole-spinner--small{width:2.7rem;height:2.7rem}.mole-page-header{position:relative}.mole-page-header .page-header__anchor-links{display:none}.mole-page-header .page-header__anchor-links.initialized{position:relative;display:block;min-height:calc(1rem * 2 + 2.9rem + 2px * 2)}@media(min-width: 881px){.mole-page-header .page-header__anchor-links.initialized{padding-top:2.9rem;position:fixed;right:0;z-index:499}}@media(min-width: 881px)and (min-width: 1878px){.mole-page-header .page-header__anchor-links.initialized{padding-top:2.9rem}}@media print{.mole-page-header .page-header__anchor-links.initialized{display:none}}.datepicker{font-size:2.2rem}.datepicker table{width:100%;border-collapse:separate;-webkit-border-horizontal-spacing:1rem}@media(max-width: 600.98px){.datepicker table{height:3.3rem}}.datepicker tfoot tr th:hover{background-color:rgba(0,0,0,0)}.datepicker .datepicker-switch{cursor:default;pointer-events:none}.datepicker .datepicker-switch:hover{background-color:rgba(0,0,0,0)}.datepicker tr{display:flex;align-items:center;justify-content:space-between}.datepicker th,.datepicker td{display:inline-block;width:4.6rem;height:4.6rem;line-height:4.3rem;white-space:nowrap}@media(min-width: 601px)and (max-width: 880.98px){.datepicker th,.datepicker td{width:3.7rem;height:3.7rem;line-height:3.3rem}}@media(max-width: 600.98px){.datepicker th,.datepicker td{width:4.5rem;height:4.5rem;line-height:4.2rem}}.datepicker th{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;font-weight:normal}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.datepicker th{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.datepicker th i{display:inline;margin-right:0}.datepicker th:focus{outline:none}.datepicker th:active,.datepicker th:visited{outline:none;color:#000}.datepicker th:focus,.datepicker th:hover{color:#4b647d}.datepicker th::before,.datepicker th i,.datepicker th:visited::before,.datepicker th:visited i{color:#4b647d}.datepicker th:focus::before,.datepicker th:focus i{color:#697d91}.datepicker th:hover::before,.datepicker th:hover i{color:#697d91}.datepicker th:active::before,.datepicker th:active i{color:#c1c9d1}p .datepicker th:hover{border-color:#697d91}p .datepicker th:focus{border-color:#697d91;outline:none}p .datepicker th:active{border-color:#c1c9d1}.datepicker th.dow{color:#4b647d}.datepicker th.prev,.datepicker th.next{display:inline-block;overflow:hidden;text-indent:-999rem}.datepicker th.prev::before,.datepicker th.next::before{line-height:4.6rem;text-indent:0}@media(min-width: 601px)and (max-width: 880.98px){.datepicker th.prev::before,.datepicker th.next::before{line-height:3.7rem}}@media(max-width: 600.98px){.datepicker th.prev::before,.datepicker th.next::before{line-height:3.3rem}}.datepicker th.prev:hover,.datepicker th.next:hover{background-color:rgba(0,0,0,0)}.datepicker th.prev::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:1.2rem;float:left}.datepicker th.next::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:1.2rem;float:right}.datepicker td{border-radius:4.8rem}.datepicker td:hover{background-color:#4b647d;color:#fff}.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{border-color:rgba(0,0,0,0);background-color:#eff1f3;background-image:none;color:#000}.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover{background-color:#4b647d;color:#fff}.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.active,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.active.disabled,.datepicker table tr td.active.active.disabled:hover{background-color:#000;background-image:none;color:#fff}.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.active:hover:hover,.datepicker table tr td.active.active.disabled:hover,.datepicker table tr td.active.active.disabled:hover:hover{background-color:#4b647d;color:#fff}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background-color:#4b647d;color:#fff}.teaser{display:flex;position:relative;flex-direction:column;transition:background-color,border-color,.2s linear;border:2px solid #e6ebee;border-radius:0;background-color:#fff}@media print{.teaser{opacity:1;animation:initial;transform:initial}.teaser .cta-box,.teaser .comp-video .controls,.comp-video .teaser .controls{display:none}}.slick-slide .teaser,.cont-column-layout .teaser,.comp-teaser-list-managed .teaser{display:inherit}@media(min-width: 881px){.teaser:hover .teaser-overlay{background-color:rgba(0,0,0,.4)}}.teaser .teaser-overlay{position:absolute;z-index:15;inset:0;background-color:rgba(0,0,0,.2)}@media(min-width: 881px){.teaser .teaser-overlay{transition:background-color .2s linear}}.teaser .teaser-title{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;font-size:3.3rem;letter-spacing:0;line-height:4.2rem;text-wrap:balance}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teaser .teaser-title{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}@media(min-width: 1280px){.teaser .teaser-title{flex:0 0 100%;max-width:100%}}.teaser .teaser-title span{display:block;color:#4b647d}@media print{.teaser .teaser-title{font-size:1.3rem;letter-spacing:0;line-height:1.5rem;margin-bottom:1.3rem}}@media print and (min-width: 1878px){.teaser .teaser-title{margin-bottom:1.3rem}}.teaser .teaser-text{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teaser .teaser-text{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.teaser .teaser-text a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;border-bottom:0}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teaser .teaser-text a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.teaser .teaser-text a i{display:inline;margin-right:0}.teaser .teaser-text a:focus{outline:none}.teaser .teaser-text a:active,.teaser .teaser-text a:visited{outline:none;color:#000}.teaser .teaser-text a:focus,.teaser .teaser-text a:hover{color:#4b647d}.teaser .teaser-text a::before,.teaser .teaser-text a i,.teaser .teaser-text a:visited::before,.teaser .teaser-text a:visited i{color:#4b647d}.teaser .teaser-text a:focus::before,.teaser .teaser-text a:focus i{color:#697d91}.teaser .teaser-text a:hover::before,.teaser .teaser-text a:hover i{color:#697d91}.teaser .teaser-text a:active::before,.teaser .teaser-text a:active i{color:#c1c9d1}p .teaser .teaser-text a:hover{border-color:#697d91}p .teaser .teaser-text a:focus{border-color:#697d91;outline:none}p .teaser .teaser-text a:active{border-color:#c1c9d1}.teaser .teaser-text-list{margin-bottom:2.9rem}@media(min-width: 1878px){.teaser .teaser-text-list{margin-bottom:2.9rem}}.teaser .teaser-text-list li{margin-bottom:1.3rem}.teaser:hover,.teaser:focus{border-color:#697d91}.teaser.open{border-color:#fff;background-color:#eff1f3}.teaser.open .cta-box .collapse-link i::before,.teaser.open .comp-video .controls .collapse-link i::before,.comp-video .teaser.open .controls .collapse-link i::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.teaser .teaser-body{padding-right:2.9rem;padding-left:2.9rem}@media print{.teaser .teaser-body{padding-right:1.3rem;padding-left:1.3rem}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teaser .teaser-body{overflow-x:hidden}}.teaser .title-categories{padding-top:2.5rem;margin-bottom:-2.5rem;color:#4b647d;font-size:3.3rem;letter-spacing:0;line-height:4.2rem;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media(min-width: 1878px){.teaser .title-categories{padding-top:2.5rem}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teaser .title-categories{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.teaser .title-categories li{display:inline-block}.teaser .title-categories li::after{content:" /";color:#c1c9d1}@media print{.teaser .title-categories{font-size:1.3rem;letter-spacing:0;line-height:1.5rem}}@media print{.teaser .title-categories{padding-top:1.3rem}}.teaser a{height:100%;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;color:#000}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teaser a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.teaser a i{display:inline;margin-right:0}.teaser a:focus{outline:none}.teaser a:active,.teaser a:visited{outline:none;color:#000}.teaser a:focus,.teaser a:hover{color:#4b647d}.teaser a::before,.teaser a i,.teaser a:visited::before,.teaser a:visited i{color:#4b647d}.teaser a:focus::before,.teaser a:focus i{color:#697d91}.teaser a:hover::before,.teaser a:hover i{color:#697d91}.teaser a:active::before,.teaser a:active i{color:#c1c9d1}p .teaser a:hover{border-color:#697d91}p .teaser a:focus{border-color:#697d91;outline:none}p .teaser a:active{border-color:#c1c9d1}.teaser a[data-compare-id]::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.teaser a[data-compare-id].added::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.teaser .teaser-company{color:#4b647d}.teaser .teaser-name,.teaser a.teaser-name{color:#000}.teaser .comp-image{margin-bottom:0}.teaser.compact{margin-bottom:2.9rem;border:none;background-color:inherit;color:#000}@media(min-width: 1878px){.teaser.compact{margin-bottom:2.9rem}}.teaser.compact .title-categories{margin-bottom:0;padding-top:0;line-height:inherit}.teaser.compact .title-categories li{margin-bottom:0}.teaser.compact .infolist-title{display:block;color:#4b647d}.teaser.compact .cta-box,.teaser.compact .comp-video .controls,.comp-video .teaser.compact .controls{padding:0}.teaser.compact .cta-box li,.teaser.compact .comp-video .controls li,.comp-video .teaser.compact .controls li{padding-bottom:0}.teaser.compact li:last-child{margin-bottom:0}.teaser.compact li .teaser-name{display:block;margin-bottom:-1.3rem}.teaser.compact li,.teaser.compact p{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;margin-bottom:1.3rem}@media print{.teaser.compact li,.teaser.compact p{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}.teaser-list{position:relative;width:100%;border:0;border-radius:0}.teaser-list::after{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.teaser-list::after{z-index:-1;transform-origin:center top;transition:all .45s cubic-bezier(0.4, 0, 0.2, 1);background-color:#fff}.teaser-list:hover::after,.teaser-list.open::after{background-color:#eff1f3}.teaser-list>a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;display:inline-block;width:100%}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teaser-list>a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.teaser-list>a i{display:inline;margin-right:0}.teaser-list>a:focus{outline:none}.teaser-list>a:active,.teaser-list>a:visited{outline:none;color:#000}.teaser-list>a:focus,.teaser-list>a:hover{color:#4b647d}.teaser-list>a::before,.teaser-list>a i,.teaser-list>a:visited::before,.teaser-list>a:visited i{color:#4b647d}.teaser-list>a:focus::before,.teaser-list>a:focus i{color:#697d91}.teaser-list>a:hover::before,.teaser-list>a:hover i{color:#697d91}.teaser-list>a:active::before,.teaser-list>a:active i{color:#c1c9d1}p .teaser-list>a:hover{border-color:#697d91}p .teaser-list>a:focus{border-color:#697d91;outline:none}p .teaser-list>a:active{border-color:#c1c9d1}.teaser-list>a:hover .title,.teaser-list>a:hover .title span,.teaser-list>a:hover .categories li{color:#4b647d}.teaser-list>a:hover::before{color:#697d91}.teaser-list .teaser-header{position:relative;padding:calc(2.9rem - 0.6rem) 6.1rem;font-size:0;line-height:initial;cursor:pointer}.teaser-list .teaser-header::before{top:2rem}.teaser-list .teaser-header::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;position:absolute;left:0;margin:auto;color:#4b647d}@media print{.teaser-list .teaser-header{padding-left:0;padding-bottom:0}.teaser-list .teaser-header::before{content:none}}.teaser-list .teaser-header .title{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;display:inline;max-width:100%;margin:0;padding:0;color:inherit}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teaser-list .teaser-header .title{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.teaser-list .teaser-header .title i{display:inline;margin-right:0}.teaser-list .teaser-header .title:focus{outline:none}.teaser-list .teaser-header .title:active,.teaser-list .teaser-header .title:visited{outline:none;color:#000}.teaser-list .teaser-header .title:focus,.teaser-list .teaser-header .title:hover{color:#4b647d}.teaser-list .teaser-header .title::before,.teaser-list .teaser-header .title i,.teaser-list .teaser-header .title:visited::before,.teaser-list .teaser-header .title:visited i{color:#4b647d}.teaser-list .teaser-header .title:focus::before,.teaser-list .teaser-header .title:focus i{color:#697d91}.teaser-list .teaser-header .title:hover::before,.teaser-list .teaser-header .title:hover i{color:#697d91}.teaser-list .teaser-header .title:active::before,.teaser-list .teaser-header .title:active i{color:#c1c9d1}p .teaser-list .teaser-header .title:hover{border-color:#697d91}p .teaser-list .teaser-header .title:focus{border-color:#697d91;outline:none}p .teaser-list .teaser-header .title:active{border-color:#c1c9d1}.teaser-list .teaser-header .title span{color:#4b647d}.teaser-list .teaser-header .categories{display:inline-block;margin:0;padding:0;color:#4b647d;line-height:initial;white-space:nowrap}.teaser-list .teaser-header .categories li{display:inline-block;width:auto}.teaser-list .teaser-header .categories li::after{content:"/";margin:0 .6rem;color:#c1c9d1}.teaser-list .teaser-header::before,.teaser-list .teaser-header .title,.teaser-list .teaser-header .categories li{font-size:2.2rem;letter-spacing:0;line-height:2.9rem}@media print{.teaser-list .teaser-header::before,.teaser-list .teaser-header .title,.teaser-list .teaser-header .categories li{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}.teaser-list .teaser-body{display:none}@media print{.teaser-list .teaser-body{display:block}}.teaser-list .teaser-body .cta-box,.teaser-list .teaser-body .comp-video .controls,.comp-video .teaser-list .teaser-body .controls{padding-left:0}.teaser-list .teaser-body .cta-box i.close::before,.teaser-list .teaser-body .comp-video .controls i.close::before,.comp-video .teaser-list .teaser-body .controls i.close::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.teaser-list .teaser-body .cta-box,.teaser-list .teaser-body .comp-video .controls,.comp-video .teaser-list .teaser-body .controls{display:none}}.teaser-list.open .teaser-header::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.teaser-list.open .teaser-body{display:block}.teaser-list.open .teaser-body .cta-box i.close::before,.teaser-list.open .teaser-body .comp-video .controls i.close::before,.comp-video .teaser-list.open .teaser-body .controls i.close::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.teaser-list.teaser-type-publication:hover,.teaser-list.teaser-type-job:hover,.teaser-list.teaser-type-prospective-job:hover,.teaser-list.teaser-type-news:hover,.teaser-list.teaser-type-event:hover{background-color:#fff}.teaser-list.teaser-type-publication:hover::after,.teaser-list.teaser-type-job:hover::after,.teaser-list.teaser-type-prospective-job:hover::after,.teaser-list.teaser-type-news:hover::after,.teaser-list.teaser-type-event:hover::after{opacity:1;background-color:#fff}.teaser-list.teaser-type-publication .teaser-header,.teaser-list.teaser-type-job .teaser-header,.teaser-list.teaser-type-prospective-job .teaser-header,.teaser-list.teaser-type-news .teaser-header,.teaser-list.teaser-type-event .teaser-header{padding-right:0;padding-left:0}.teaser-list.teaser-type-publication .teaser-body,.teaser-list.teaser-type-job .teaser-body,.teaser-list.teaser-type-prospective-job .teaser-body,.teaser-list.teaser-type-news .teaser-body,.teaser-list.teaser-type-event .teaser-body{display:block}.teaser-list.teaser-type-publication .teaser-body .cta-box li:first-child,.teaser-list.teaser-type-publication .teaser-body .comp-video .controls li:first-child,.comp-video .teaser-list.teaser-type-publication .teaser-body .controls li:first-child,.teaser-list.teaser-type-publication .teaser-header::before,.teaser-list.teaser-type-job .teaser-body .cta-box li:first-child,.teaser-list.teaser-type-job .teaser-body .comp-video .controls li:first-child,.comp-video .teaser-list.teaser-type-job .teaser-body .controls li:first-child,.teaser-list.teaser-type-job .teaser-header::before,.teaser-list.teaser-type-prospective-job .teaser-body .cta-box li:first-child,.teaser-list.teaser-type-prospective-job .teaser-body .comp-video .controls li:first-child,.comp-video .teaser-list.teaser-type-prospective-job .teaser-body .controls li:first-child,.teaser-list.teaser-type-prospective-job .teaser-header::before,.teaser-list.teaser-type-news .teaser-body .cta-box li:first-child,.teaser-list.teaser-type-news .teaser-body .comp-video .controls li:first-child,.comp-video .teaser-list.teaser-type-news .teaser-body .controls li:first-child,.teaser-list.teaser-type-news .teaser-header::before,.teaser-list.teaser-type-event .teaser-body .cta-box li:first-child,.teaser-list.teaser-type-event .teaser-body .comp-video .controls li:first-child,.comp-video .teaser-list.teaser-type-event .teaser-body .controls li:first-child,.teaser-list.teaser-type-event .teaser-header::before{display:none}.teaser-list.teaser-type-publication .cta-box,.teaser-list.teaser-type-publication .comp-video .controls,.comp-video .teaser-list.teaser-type-publication .controls,.teaser-list.teaser-type-job .cta-box,.teaser-list.teaser-type-job .comp-video .controls,.comp-video .teaser-list.teaser-type-job .controls,.teaser-list.teaser-type-prospective-job .cta-box,.teaser-list.teaser-type-prospective-job .comp-video .controls,.comp-video .teaser-list.teaser-type-prospective-job .controls,.teaser-list.teaser-type-news .cta-box,.teaser-list.teaser-type-news .comp-video .controls,.comp-video .teaser-list.teaser-type-news .controls,.teaser-list.teaser-type-event .cta-box,.teaser-list.teaser-type-event .comp-video .controls,.comp-video .teaser-list.teaser-type-event .controls{padding-top:0;padding-right:0;padding-left:0}.teaser-list.teaser-type-publication .teaser-company,.teaser-list.teaser-type-job .teaser-company,.teaser-list.teaser-type-prospective-job .teaser-company,.teaser-list.teaser-type-news .teaser-company,.teaser-list.teaser-type-event .teaser-company{color:#4b647d}.teaser-list.teaser-type-publication .teaser-header{cursor:default}.teaser-list.teaser-type-publication .teaser-header:hover .title{color:#000}.teaser-list.teaser-type-page:hover::after{opacity:1}.teaser-list.teaser-type-page .teaser-header::before{display:none}.teaser-list.teaser-type-project .mole-infolist ul{column-gap:3.2rem;column-count:2}@media(max-width: 600.98px){.teaser-list.teaser-type-project .mole-infolist ul{column-count:1}}.teaser-list.teaser-type-project .mole-infolist ul>li{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column}.teas-navigation-teaser.teaser,.teaser.teas-sdg-teaser,.teaser.teas-configured-teaser{overflow:hidden;border:none;background-repeat:no-repeat;background-size:cover}.teas-navigation-teaser.teaser::after,.teaser.teas-sdg-teaser::after,.teaser.teas-configured-teaser::after{content:"";display:block;padding-bottom:100%}.teas-navigation-teaser.teaser .title-categories,.teaser.teas-sdg-teaser .title-categories,.teaser.teas-configured-teaser .title-categories{font-size:3.3rem;letter-spacing:0;line-height:4.2rem;color:#fff}.teas-navigation-teaser.teaser .title-categories li:after,.teaser.teas-sdg-teaser .title-categories li:after,.teaser.teas-configured-teaser .title-categories li:after{color:#fff}@media print{.teas-navigation-teaser.teaser .title-categories,.teaser.teas-sdg-teaser .title-categories,.teaser.teas-configured-teaser .title-categories{font-size:1.3rem;letter-spacing:0;line-height:1.5rem}}.teas-navigation-teaser.teaser .teaser-title,.teaser.teas-sdg-teaser .teaser-title,.teaser.teas-configured-teaser .teaser-title{font-size:3.3rem;letter-spacing:0;line-height:4.2rem;padding-top:2.5rem;color:#fff;text-wrap:balance}.teas-navigation-teaser.teaser .teaser-title span,.teaser.teas-sdg-teaser .teaser-title span,.teaser.teas-configured-teaser .teaser-title span{color:#fff}@media print{.teas-navigation-teaser.teaser .teaser-title,.teaser.teas-sdg-teaser .teaser-title,.teaser.teas-configured-teaser .teaser-title{font-size:1.3rem;letter-spacing:0;line-height:1.5rem}}.teas-navigation-teaser.teaser>a,.teaser.teas-sdg-teaser>a,.teaser.teas-configured-teaser>a,.teas-navigation-teaser.teaser .cta-box,.teaser.teas-sdg-teaser .cta-box,.teaser.teas-configured-teaser .cta-box,.teas-navigation-teaser.teaser .comp-video .controls,.teaser.teas-sdg-teaser .comp-video .controls,.teaser.teas-configured-teaser .comp-video .controls,.comp-video .teas-navigation-teaser.teaser .controls,.comp-video .teaser.teas-sdg-teaser .controls,.comp-video .teaser.teas-configured-teaser .controls{position:absolute;z-index:20;right:0;bottom:0;left:0}.teas-navigation-teaser.teaser>a,.teaser.teas-sdg-teaser>a,.teaser.teas-configured-teaser>a{top:0}.teas-navigation-teaser.teaser .cta-box,.teaser.teas-sdg-teaser .cta-box,.teaser.teas-configured-teaser .cta-box,.teas-navigation-teaser.teaser .comp-video .controls,.teaser.teas-sdg-teaser .comp-video .controls,.teaser.teas-configured-teaser .comp-video .controls,.comp-video .teas-navigation-teaser.teaser .controls,.comp-video .teaser.teas-sdg-teaser .controls,.comp-video .teaser.teas-configured-teaser .controls{bottom:0}@media(min-width: 881px){.teas-navigation-teaser.teaser .cta-box,.teaser.teas-sdg-teaser .cta-box,.teaser.teas-configured-teaser .cta-box,.teas-navigation-teaser.teaser .comp-video .controls,.teaser.teas-sdg-teaser .comp-video .controls,.teaser.teas-configured-teaser .comp-video .controls,.comp-video .teas-navigation-teaser.teaser .controls,.comp-video .teaser.teas-sdg-teaser .controls,.comp-video .teaser.teas-configured-teaser .controls{transform:translateY(125%);transition:transform .6s,opacity .6s,-webkit-transform .6s;opacity:0}}.teas-navigation-teaser.teaser .cta-box a,.teaser.teas-sdg-teaser .cta-box a,.teaser.teas-configured-teaser .cta-box a,.teas-navigation-teaser.teaser .comp-video .controls a,.teaser.teas-sdg-teaser .comp-video .controls a,.teaser.teas-configured-teaser .comp-video .controls a,.comp-video .teas-navigation-teaser.teaser .controls a,.comp-video .teaser.teas-sdg-teaser .controls a,.comp-video .teaser.teas-configured-teaser .controls a{color:#fff}.teas-navigation-teaser.teaser .cta-box a::before,.teaser.teas-sdg-teaser .cta-box a::before,.teaser.teas-configured-teaser .cta-box a::before,.teas-navigation-teaser.teaser .comp-video .controls a::before,.teaser.teas-sdg-teaser .comp-video .controls a::before,.teaser.teas-configured-teaser .comp-video .controls a::before,.comp-video .teas-navigation-teaser.teaser .controls a::before,.comp-video .teaser.teas-sdg-teaser .controls a::before,.comp-video .teaser.teas-configured-teaser .controls a::before,.teas-navigation-teaser.teaser .cta-box a i,.teaser.teas-sdg-teaser .cta-box a i,.teaser.teas-configured-teaser .cta-box a i,.teas-navigation-teaser.teaser .comp-video .controls a i,.teaser.teas-sdg-teaser .comp-video .controls a i,.teaser.teas-configured-teaser .comp-video .controls a i,.comp-video .teas-navigation-teaser.teaser .controls a i,.comp-video .teaser.teas-sdg-teaser .controls a i,.comp-video .teaser.teas-configured-teaser .controls a i{color:#fff}.teas-navigation-teaser.teaser .cta-box a:focus,.teaser.teas-sdg-teaser .cta-box a:focus,.teaser.teas-configured-teaser .cta-box a:focus,.teas-navigation-teaser.teaser .comp-video .controls a:focus,.teaser.teas-sdg-teaser .comp-video .controls a:focus,.teaser.teas-configured-teaser .comp-video .controls a:focus,.comp-video .teas-navigation-teaser.teaser .controls a:focus,.comp-video .teaser.teas-sdg-teaser .controls a:focus,.comp-video .teaser.teas-configured-teaser .controls a:focus{outline:none}.teas-navigation-teaser.teaser .cta-box a:active,.teaser.teas-sdg-teaser .cta-box a:active,.teaser.teas-configured-teaser .cta-box a:active,.teas-navigation-teaser.teaser .comp-video .controls a:active,.teaser.teas-sdg-teaser .comp-video .controls a:active,.teaser.teas-configured-teaser .comp-video .controls a:active,.comp-video .teas-navigation-teaser.teaser .controls a:active,.comp-video .teaser.teas-sdg-teaser .controls a:active,.comp-video .teaser.teas-configured-teaser .controls a:active,.teas-navigation-teaser.teaser .cta-box a:visited,.teaser.teas-sdg-teaser .cta-box a:visited,.teaser.teas-configured-teaser .cta-box a:visited,.teas-navigation-teaser.teaser .comp-video .controls a:visited,.teaser.teas-sdg-teaser .comp-video .controls a:visited,.teaser.teas-configured-teaser .comp-video .controls a:visited,.comp-video .teas-navigation-teaser.teaser .controls a:visited,.comp-video .teaser.teas-sdg-teaser .controls a:visited,.comp-video .teaser.teas-configured-teaser .controls a:visited{outline:none;color:#fff}.teas-navigation-teaser.teaser .cta-box a:focus,.teaser.teas-sdg-teaser .cta-box a:focus,.teaser.teas-configured-teaser .cta-box a:focus,.teas-navigation-teaser.teaser .comp-video .controls a:focus,.teaser.teas-sdg-teaser .comp-video .controls a:focus,.teaser.teas-configured-teaser .comp-video .controls a:focus,.comp-video .teas-navigation-teaser.teaser .controls a:focus,.comp-video .teaser.teas-sdg-teaser .controls a:focus,.comp-video .teaser.teas-configured-teaser .controls a:focus,.teas-navigation-teaser.teaser .cta-box a:hover,.teaser.teas-sdg-teaser .cta-box a:hover,.teaser.teas-configured-teaser .cta-box a:hover,.teas-navigation-teaser.teaser .comp-video .controls a:hover,.teaser.teas-sdg-teaser .comp-video .controls a:hover,.teaser.teas-configured-teaser .comp-video .controls a:hover,.comp-video .teas-navigation-teaser.teaser .controls a:hover,.comp-video .teaser.teas-sdg-teaser .controls a:hover,.comp-video .teaser.teas-configured-teaser .controls a:hover{color:#c1c9d1}.teas-navigation-teaser.teaser .cta-box a:visited::before,.teaser.teas-sdg-teaser .cta-box a:visited::before,.teaser.teas-configured-teaser .cta-box a:visited::before,.teas-navigation-teaser.teaser .comp-video .controls a:visited::before,.teaser.teas-sdg-teaser .comp-video .controls a:visited::before,.teaser.teas-configured-teaser .comp-video .controls a:visited::before,.comp-video .teas-navigation-teaser.teaser .controls a:visited::before,.comp-video .teaser.teas-sdg-teaser .controls a:visited::before,.comp-video .teaser.teas-configured-teaser .controls a:visited::before,.teas-navigation-teaser.teaser .cta-box a:visited i,.teaser.teas-sdg-teaser .cta-box a:visited i,.teaser.teas-configured-teaser .cta-box a:visited i,.teas-navigation-teaser.teaser .comp-video .controls a:visited i,.teaser.teas-sdg-teaser .comp-video .controls a:visited i,.teaser.teas-configured-teaser .comp-video .controls a:visited i,.comp-video .teas-navigation-teaser.teaser .controls a:visited i,.comp-video .teaser.teas-sdg-teaser .controls a:visited i,.comp-video .teaser.teas-configured-teaser .controls a:visited i{color:#fff}.teas-navigation-teaser.teaser .cta-box a:focus::before,.teaser.teas-sdg-teaser .cta-box a:focus::before,.teaser.teas-configured-teaser .cta-box a:focus::before,.teas-navigation-teaser.teaser .comp-video .controls a:focus::before,.teaser.teas-sdg-teaser .comp-video .controls a:focus::before,.teaser.teas-configured-teaser .comp-video .controls a:focus::before,.comp-video .teas-navigation-teaser.teaser .controls a:focus::before,.comp-video .teaser.teas-sdg-teaser .controls a:focus::before,.comp-video .teaser.teas-configured-teaser .controls a:focus::before,.teas-navigation-teaser.teaser .cta-box a:focus i,.teaser.teas-sdg-teaser .cta-box a:focus i,.teaser.teas-configured-teaser .cta-box a:focus i,.teas-navigation-teaser.teaser .comp-video .controls a:focus i,.teaser.teas-sdg-teaser .comp-video .controls a:focus i,.teaser.teas-configured-teaser .comp-video .controls a:focus i,.comp-video .teas-navigation-teaser.teaser .controls a:focus i,.comp-video .teaser.teas-sdg-teaser .controls a:focus i,.comp-video .teaser.teas-configured-teaser .controls a:focus i{color:#fff}.teas-navigation-teaser.teaser .cta-box a:hover::before,.teaser.teas-sdg-teaser .cta-box a:hover::before,.teaser.teas-configured-teaser .cta-box a:hover::before,.teas-navigation-teaser.teaser .comp-video .controls a:hover::before,.teaser.teas-sdg-teaser .comp-video .controls a:hover::before,.teaser.teas-configured-teaser .comp-video .controls a:hover::before,.comp-video .teas-navigation-teaser.teaser .controls a:hover::before,.comp-video .teaser.teas-sdg-teaser .controls a:hover::before,.comp-video .teaser.teas-configured-teaser .controls a:hover::before,.teas-navigation-teaser.teaser .cta-box a:hover i,.teaser.teas-sdg-teaser .cta-box a:hover i,.teaser.teas-configured-teaser .cta-box a:hover i,.teas-navigation-teaser.teaser .comp-video .controls a:hover i,.teaser.teas-sdg-teaser .comp-video .controls a:hover i,.teaser.teas-configured-teaser .comp-video .controls a:hover i,.comp-video .teas-navigation-teaser.teaser .controls a:hover i,.comp-video .teaser.teas-sdg-teaser .controls a:hover i,.comp-video .teaser.teas-configured-teaser .controls a:hover i,.teas-navigation-teaser.teaser .cta-box a:focus::before,.teaser.teas-sdg-teaser .cta-box a:focus::before,.teaser.teas-configured-teaser .cta-box a:focus::before,.teas-navigation-teaser.teaser .comp-video .controls a:focus::before,.teaser.teas-sdg-teaser .comp-video .controls a:focus::before,.teaser.teas-configured-teaser .comp-video .controls a:focus::before,.comp-video .teas-navigation-teaser.teaser .controls a:focus::before,.comp-video .teaser.teas-sdg-teaser .controls a:focus::before,.comp-video .teaser.teas-configured-teaser .controls a:focus::before,.teas-navigation-teaser.teaser .cta-box a:focus i,.teaser.teas-sdg-teaser .cta-box a:focus i,.teaser.teas-configured-teaser .cta-box a:focus i,.teas-navigation-teaser.teaser .comp-video .controls a:focus i,.teaser.teas-sdg-teaser .comp-video .controls a:focus i,.teaser.teas-configured-teaser .comp-video .controls a:focus i,.comp-video .teas-navigation-teaser.teaser .controls a:focus i,.comp-video .teaser.teas-sdg-teaser .controls a:focus i,.comp-video .teaser.teas-configured-teaser .controls a:focus i{color:#c1c9d1}.teas-navigation-teaser.teaser .cta-box a:active::before,.teaser.teas-sdg-teaser .cta-box a:active::before,.teaser.teas-configured-teaser .cta-box a:active::before,.teas-navigation-teaser.teaser .comp-video .controls a:active::before,.teaser.teas-sdg-teaser .comp-video .controls a:active::before,.teaser.teas-configured-teaser .comp-video .controls a:active::before,.comp-video .teas-navigation-teaser.teaser .controls a:active::before,.comp-video .teaser.teas-sdg-teaser .controls a:active::before,.comp-video .teaser.teas-configured-teaser .controls a:active::before,.teas-navigation-teaser.teaser .cta-box a:active i,.teaser.teas-sdg-teaser .cta-box a:active i,.teaser.teas-configured-teaser .cta-box a:active i,.teas-navigation-teaser.teaser .comp-video .controls a:active i,.teaser.teas-sdg-teaser .comp-video .controls a:active i,.teaser.teas-configured-teaser .comp-video .controls a:active i,.comp-video .teas-navigation-teaser.teaser .controls a:active i,.comp-video .teaser.teas-sdg-teaser .controls a:active i,.comp-video .teaser.teas-configured-teaser .controls a:active i{color:#c1c9d1}@media(min-width: 881px){.teas-navigation-teaser.teaser:hover .cta-box,.teaser.teas-sdg-teaser:hover .cta-box,.teaser.teas-configured-teaser:hover .cta-box,.teas-navigation-teaser.teaser:hover .comp-video .controls,.teaser.teas-sdg-teaser:hover .comp-video .controls,.teaser.teas-configured-teaser:hover .comp-video .controls,.comp-video .teas-navigation-teaser.teaser:hover .controls,.comp-video .teaser.teas-sdg-teaser:hover .controls,.comp-video .teaser.teas-configured-teaser:hover .controls{transform:translateY(0);transition-delay:.1s;opacity:1}}.teas-navigation-teaser.teaser.no-image,.teaser.no-image.teas-sdg-teaser,.teaser.no-image.teas-configured-teaser,.teas-navigation-teaser.teaser.teaser-error-message,.teaser.teaser-error-message.teas-sdg-teaser,.teaser.teaser-error-message.teas-configured-teaser{transition:background-color,border-color,.2s linear;border:solid 2px #eff1f3}.teas-navigation-teaser.teaser.no-image .title-categories,.teaser.no-image.teas-sdg-teaser .title-categories,.teaser.no-image.teas-configured-teaser .title-categories,.teas-navigation-teaser.teaser.teaser-error-message .title-categories,.teaser.teaser-error-message.teas-sdg-teaser .title-categories,.teaser.teaser-error-message.teas-configured-teaser .title-categories{color:#4b647d}.teas-navigation-teaser.teaser.no-image .title-categories li:after,.teaser.no-image.teas-sdg-teaser .title-categories li:after,.teaser.no-image.teas-configured-teaser .title-categories li:after,.teas-navigation-teaser.teaser.teaser-error-message .title-categories li:after,.teaser.teaser-error-message.teas-sdg-teaser .title-categories li:after,.teaser.teaser-error-message.teas-configured-teaser .title-categories li:after{color:#c1c9d1}.teas-navigation-teaser.teaser.no-image .teaser-overlay,.teaser.no-image.teas-sdg-teaser .teaser-overlay,.teaser.no-image.teas-configured-teaser .teaser-overlay,.teas-navigation-teaser.teaser.teaser-error-message .teaser-overlay,.teaser.teaser-error-message.teas-sdg-teaser .teaser-overlay,.teaser.teaser-error-message.teas-configured-teaser .teaser-overlay{display:none}.teas-navigation-teaser.teaser.no-image .cta-box a,.teaser.no-image.teas-sdg-teaser .cta-box a,.teaser.no-image.teas-configured-teaser .cta-box a,.teas-navigation-teaser.teaser.no-image .comp-video .controls a,.teaser.no-image.teas-sdg-teaser .comp-video .controls a,.teaser.no-image.teas-configured-teaser .comp-video .controls a,.comp-video .teas-navigation-teaser.teaser.no-image .controls a,.comp-video .teaser.no-image.teas-sdg-teaser .controls a,.comp-video .teaser.no-image.teas-configured-teaser .controls a,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a,.teaser.teaser-error-message.teas-configured-teaser .cta-box a,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word;color:#000}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teas-navigation-teaser.teaser.no-image .cta-box a,.teaser.no-image.teas-sdg-teaser .cta-box a,.teaser.no-image.teas-configured-teaser .cta-box a,.teas-navigation-teaser.teaser.no-image .comp-video .controls a,.teaser.no-image.teas-sdg-teaser .comp-video .controls a,.teaser.no-image.teas-configured-teaser .comp-video .controls a,.comp-video .teas-navigation-teaser.teaser.no-image .controls a,.comp-video .teaser.no-image.teas-sdg-teaser .controls a,.comp-video .teaser.no-image.teas-configured-teaser .controls a,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a,.teaser.teaser-error-message.teas-configured-teaser .cta-box a,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.teas-navigation-teaser.teaser.no-image .cta-box a i,.teaser.no-image.teas-sdg-teaser .cta-box a i,.teaser.no-image.teas-configured-teaser .cta-box a i,.teas-navigation-teaser.teaser.no-image .comp-video .controls a i,.teaser.no-image.teas-sdg-teaser .comp-video .controls a i,.teaser.no-image.teas-configured-teaser .comp-video .controls a i,.comp-video .teas-navigation-teaser.teaser.no-image .controls a i,.comp-video .teaser.no-image.teas-sdg-teaser .controls a i,.comp-video .teaser.no-image.teas-configured-teaser .controls a i,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a i,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a i,.teaser.teaser-error-message.teas-configured-teaser .cta-box a i,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a i,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a i,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a i,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a i,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a i,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a i{display:inline;margin-right:0}.teas-navigation-teaser.teaser.no-image .cta-box a:focus,.teaser.no-image.teas-sdg-teaser .cta-box a:focus,.teaser.no-image.teas-configured-teaser .cta-box a:focus,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:focus,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:focus,.teaser.no-image.teas-configured-teaser .comp-video .controls a:focus,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:focus,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:focus,.comp-video .teaser.no-image.teas-configured-teaser .controls a:focus,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:focus,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:focus,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:focus,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:focus,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:focus,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:focus,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:focus,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:focus,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:focus{outline:none}.teas-navigation-teaser.teaser.no-image .cta-box a:active,.teaser.no-image.teas-sdg-teaser .cta-box a:active,.teaser.no-image.teas-configured-teaser .cta-box a:active,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:active,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:active,.teaser.no-image.teas-configured-teaser .comp-video .controls a:active,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:active,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:active,.comp-video .teaser.no-image.teas-configured-teaser .controls a:active,.teas-navigation-teaser.teaser.no-image .cta-box a:visited,.teaser.no-image.teas-sdg-teaser .cta-box a:visited,.teaser.no-image.teas-configured-teaser .cta-box a:visited,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:visited,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:visited,.teaser.no-image.teas-configured-teaser .comp-video .controls a:visited,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:visited,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:visited,.comp-video .teaser.no-image.teas-configured-teaser .controls a:visited,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:active,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:active,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:active,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:active,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:active,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:active,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:active,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:active,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:active,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:visited,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:visited,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:visited,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:visited,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:visited,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:visited,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:visited,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:visited,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:visited{outline:none;color:#000}.teas-navigation-teaser.teaser.no-image .cta-box a:focus,.teaser.no-image.teas-sdg-teaser .cta-box a:focus,.teaser.no-image.teas-configured-teaser .cta-box a:focus,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:focus,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:focus,.teaser.no-image.teas-configured-teaser .comp-video .controls a:focus,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:focus,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:focus,.comp-video .teaser.no-image.teas-configured-teaser .controls a:focus,.teas-navigation-teaser.teaser.no-image .cta-box a:hover,.teaser.no-image.teas-sdg-teaser .cta-box a:hover,.teaser.no-image.teas-configured-teaser .cta-box a:hover,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:hover,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:hover,.teaser.no-image.teas-configured-teaser .comp-video .controls a:hover,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:hover,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:hover,.comp-video .teaser.no-image.teas-configured-teaser .controls a:hover,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:focus,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:focus,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:focus,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:focus,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:focus,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:focus,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:focus,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:focus,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:focus,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:hover,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:hover,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:hover,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:hover,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:hover,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:hover,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:hover,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:hover,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:hover{color:#4b647d}.teas-navigation-teaser.teaser.no-image .cta-box a::before,.teaser.no-image.teas-sdg-teaser .cta-box a::before,.teaser.no-image.teas-configured-teaser .cta-box a::before,.teas-navigation-teaser.teaser.no-image .comp-video .controls a::before,.teaser.no-image.teas-sdg-teaser .comp-video .controls a::before,.teaser.no-image.teas-configured-teaser .comp-video .controls a::before,.comp-video .teas-navigation-teaser.teaser.no-image .controls a::before,.comp-video .teaser.no-image.teas-sdg-teaser .controls a::before,.comp-video .teaser.no-image.teas-configured-teaser .controls a::before,.teas-navigation-teaser.teaser.no-image .cta-box a i,.teaser.no-image.teas-sdg-teaser .cta-box a i,.teaser.no-image.teas-configured-teaser .cta-box a i,.teas-navigation-teaser.teaser.no-image .comp-video .controls a i,.teaser.no-image.teas-sdg-teaser .comp-video .controls a i,.teaser.no-image.teas-configured-teaser .comp-video .controls a i,.comp-video .teas-navigation-teaser.teaser.no-image .controls a i,.comp-video .teaser.no-image.teas-sdg-teaser .controls a i,.comp-video .teaser.no-image.teas-configured-teaser .controls a i,.teas-navigation-teaser.teaser.no-image .cta-box a:visited::before,.teas-navigation-teaser.teaser.no-image .cta-box a:visited i,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a::before,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a::before,.teaser.teaser-error-message.teas-configured-teaser .cta-box a::before,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a::before,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a::before,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a::before,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a::before,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a::before,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a::before,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a i,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a i,.teaser.teaser-error-message.teas-configured-teaser .cta-box a i,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a i,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a i,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a i,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a i,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a i,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a i,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:visited::before,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:visited i{color:#4b647d}.teas-navigation-teaser.teaser.no-image .cta-box a:focus::before,.teaser.no-image.teas-sdg-teaser .cta-box a:focus::before,.teaser.no-image.teas-configured-teaser .cta-box a:focus::before,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:focus::before,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:focus::before,.teaser.no-image.teas-configured-teaser .comp-video .controls a:focus::before,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:focus::before,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:focus::before,.comp-video .teaser.no-image.teas-configured-teaser .controls a:focus::before,.teas-navigation-teaser.teaser.no-image .cta-box a:focus i,.teaser.no-image.teas-sdg-teaser .cta-box a:focus i,.teaser.no-image.teas-configured-teaser .cta-box a:focus i,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:focus i,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:focus i,.teaser.no-image.teas-configured-teaser .comp-video .controls a:focus i,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:focus i,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:focus i,.comp-video .teaser.no-image.teas-configured-teaser .controls a:focus i,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:focus::before,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:focus::before,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:focus::before,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:focus::before,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:focus::before,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:focus::before,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:focus::before,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:focus::before,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:focus::before,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:focus i,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:focus i,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:focus i,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:focus i,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:focus i,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:focus i,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:focus i,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:focus i,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:focus i{color:#697d91}.teas-navigation-teaser.teaser.no-image .cta-box a:hover::before,.teaser.no-image.teas-sdg-teaser .cta-box a:hover::before,.teaser.no-image.teas-configured-teaser .cta-box a:hover::before,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:hover::before,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:hover::before,.teaser.no-image.teas-configured-teaser .comp-video .controls a:hover::before,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:hover::before,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:hover::before,.comp-video .teaser.no-image.teas-configured-teaser .controls a:hover::before,.teas-navigation-teaser.teaser.no-image .cta-box a:hover i,.teaser.no-image.teas-sdg-teaser .cta-box a:hover i,.teaser.no-image.teas-configured-teaser .cta-box a:hover i,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:hover i,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:hover i,.teaser.no-image.teas-configured-teaser .comp-video .controls a:hover i,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:hover i,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:hover i,.comp-video .teaser.no-image.teas-configured-teaser .controls a:hover i,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:hover::before,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:hover::before,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:hover::before,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:hover::before,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:hover::before,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:hover::before,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:hover::before,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:hover::before,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:hover::before,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:hover i,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:hover i,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:hover i,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:hover i,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:hover i,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:hover i,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:hover i,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:hover i,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:hover i{color:#697d91}.teas-navigation-teaser.teaser.no-image .cta-box a:active::before,.teaser.no-image.teas-sdg-teaser .cta-box a:active::before,.teaser.no-image.teas-configured-teaser .cta-box a:active::before,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:active::before,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:active::before,.teaser.no-image.teas-configured-teaser .comp-video .controls a:active::before,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:active::before,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:active::before,.comp-video .teaser.no-image.teas-configured-teaser .controls a:active::before,.teas-navigation-teaser.teaser.no-image .cta-box a:active i,.teaser.no-image.teas-sdg-teaser .cta-box a:active i,.teaser.no-image.teas-configured-teaser .cta-box a:active i,.teas-navigation-teaser.teaser.no-image .comp-video .controls a:active i,.teaser.no-image.teas-sdg-teaser .comp-video .controls a:active i,.teaser.no-image.teas-configured-teaser .comp-video .controls a:active i,.comp-video .teas-navigation-teaser.teaser.no-image .controls a:active i,.comp-video .teaser.no-image.teas-sdg-teaser .controls a:active i,.comp-video .teaser.no-image.teas-configured-teaser .controls a:active i,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:active::before,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:active::before,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:active::before,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:active::before,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:active::before,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:active::before,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:active::before,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:active::before,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:active::before,.teas-navigation-teaser.teaser.teaser-error-message .cta-box a:active i,.teaser.teaser-error-message.teas-sdg-teaser .cta-box a:active i,.teaser.teaser-error-message.teas-configured-teaser .cta-box a:active i,.teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:active i,.teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:active i,.teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:active i,.comp-video .teas-navigation-teaser.teaser.teaser-error-message .controls a:active i,.comp-video .teaser.teaser-error-message.teas-sdg-teaser .controls a:active i,.comp-video .teaser.teaser-error-message.teas-configured-teaser .controls a:active i{color:#c1c9d1}p .teas-navigation-teaser.teaser.no-image .cta-box a:hover,p .teaser.no-image.teas-sdg-teaser .cta-box a:hover,p .teaser.no-image.teas-configured-teaser .cta-box a:hover,p .teas-navigation-teaser.teaser.no-image .comp-video .controls a:hover,p .teaser.no-image.teas-sdg-teaser .comp-video .controls a:hover,p .teaser.no-image.teas-configured-teaser .comp-video .controls a:hover,.comp-video p .teas-navigation-teaser.teaser.no-image .controls a:hover,.comp-video p .teaser.no-image.teas-sdg-teaser .controls a:hover,.comp-video p .teaser.no-image.teas-configured-teaser .controls a:hover,p .teas-navigation-teaser.teaser.teaser-error-message .cta-box a:hover,p .teaser.teaser-error-message.teas-sdg-teaser .cta-box a:hover,p .teaser.teaser-error-message.teas-configured-teaser .cta-box a:hover,p .teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:hover,p .teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:hover,p .teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:hover,.comp-video p .teas-navigation-teaser.teaser.teaser-error-message .controls a:hover,.comp-video p .teaser.teaser-error-message.teas-sdg-teaser .controls a:hover,.comp-video p .teaser.teaser-error-message.teas-configured-teaser .controls a:hover{border-color:#697d91}p .teas-navigation-teaser.teaser.no-image .cta-box a:focus,p .teaser.no-image.teas-sdg-teaser .cta-box a:focus,p .teaser.no-image.teas-configured-teaser .cta-box a:focus,p .teas-navigation-teaser.teaser.no-image .comp-video .controls a:focus,p .teaser.no-image.teas-sdg-teaser .comp-video .controls a:focus,p .teaser.no-image.teas-configured-teaser .comp-video .controls a:focus,.comp-video p .teas-navigation-teaser.teaser.no-image .controls a:focus,.comp-video p .teaser.no-image.teas-sdg-teaser .controls a:focus,.comp-video p .teaser.no-image.teas-configured-teaser .controls a:focus,p .teas-navigation-teaser.teaser.teaser-error-message .cta-box a:focus,p .teaser.teaser-error-message.teas-sdg-teaser .cta-box a:focus,p .teaser.teaser-error-message.teas-configured-teaser .cta-box a:focus,p .teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:focus,p .teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:focus,p .teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:focus,.comp-video p .teas-navigation-teaser.teaser.teaser-error-message .controls a:focus,.comp-video p .teaser.teaser-error-message.teas-sdg-teaser .controls a:focus,.comp-video p .teaser.teaser-error-message.teas-configured-teaser .controls a:focus{border-color:#697d91;outline:none}p .teas-navigation-teaser.teaser.no-image .cta-box a:active,p .teaser.no-image.teas-sdg-teaser .cta-box a:active,p .teaser.no-image.teas-configured-teaser .cta-box a:active,p .teas-navigation-teaser.teaser.no-image .comp-video .controls a:active,p .teaser.no-image.teas-sdg-teaser .comp-video .controls a:active,p .teaser.no-image.teas-configured-teaser .comp-video .controls a:active,.comp-video p .teas-navigation-teaser.teaser.no-image .controls a:active,.comp-video p .teaser.no-image.teas-sdg-teaser .controls a:active,.comp-video p .teaser.no-image.teas-configured-teaser .controls a:active,p .teas-navigation-teaser.teaser.teaser-error-message .cta-box a:active,p .teaser.teaser-error-message.teas-sdg-teaser .cta-box a:active,p .teaser.teaser-error-message.teas-configured-teaser .cta-box a:active,p .teas-navigation-teaser.teaser.teaser-error-message .comp-video .controls a:active,p .teaser.teaser-error-message.teas-sdg-teaser .comp-video .controls a:active,p .teaser.teaser-error-message.teas-configured-teaser .comp-video .controls a:active,.comp-video p .teas-navigation-teaser.teaser.teaser-error-message .controls a:active,.comp-video p .teaser.teaser-error-message.teas-sdg-teaser .controls a:active,.comp-video p .teaser.teaser-error-message.teas-configured-teaser .controls a:active{border-color:#c1c9d1}.teas-navigation-teaser.teaser.no-image .teaser-title,.teaser.no-image.teas-sdg-teaser .teaser-title,.teaser.no-image.teas-configured-teaser .teaser-title,.teas-navigation-teaser.teaser.teaser-error-message .teaser-title,.teaser.teaser-error-message.teas-sdg-teaser .teaser-title,.teaser.teaser-error-message.teas-configured-teaser .teaser-title{color:#000}.teas-navigation-teaser.teaser.no-image .teaser-title span,.teaser.no-image.teas-sdg-teaser .teaser-title span,.teaser.no-image.teas-configured-teaser .teaser-title span,.teas-navigation-teaser.teaser.teaser-error-message .teaser-title span,.teaser.teaser-error-message.teas-sdg-teaser .teaser-title span,.teaser.teaser-error-message.teas-configured-teaser .teaser-title span{color:#000}.teas-navigation-teaser.teaser.no-image:hover,.teaser.no-image.teas-sdg-teaser:hover,.teaser.no-image.teas-configured-teaser:hover,.teas-navigation-teaser.teaser.no-image:focus,.teaser.no-image.teas-sdg-teaser:focus,.teaser.no-image.teas-configured-teaser:focus,.teas-navigation-teaser.teaser.teaser-error-message:hover,.teaser.teaser-error-message.teas-sdg-teaser:hover,.teaser.teaser-error-message.teas-configured-teaser:hover,.teas-navigation-teaser.teaser.teaser-error-message:focus,.teaser.teaser-error-message.teas-sdg-teaser:focus,.teaser.teaser-error-message.teas-configured-teaser:focus{border-color:#c1c9d1}.teas-navigation-teaser.teaser.bg-secondary,.teaser.bg-secondary.teas-sdg-teaser,.teaser.bg-secondary.teas-configured-teaser{border:solid 2px rgba(0,0,0,0);background-color:#ffcb3e}.teas-navigation-teaser.teaser.bg-secondary .title-categories,.teaser.bg-secondary.teas-sdg-teaser .title-categories,.teaser.bg-secondary.teas-configured-teaser .title-categories{color:#000}.teas-navigation-teaser.teaser.bg-secondary .title-categories li:after,.teaser.bg-secondary.teas-sdg-teaser .title-categories li:after,.teaser.bg-secondary.teas-configured-teaser .title-categories li:after{color:#000}.teas-navigation-teaser.teaser.bg-secondary .cta-box a,.teaser.bg-secondary.teas-sdg-teaser .cta-box a,.teaser.bg-secondary.teas-configured-teaser .cta-box a,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;hyphens:auto;overflow-wrap:break-word}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.teas-navigation-teaser.teaser.bg-secondary .cta-box a,.teaser.bg-secondary.teas-sdg-teaser .cta-box a,.teaser.bg-secondary.teas-configured-teaser .cta-box a,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a{-ms-word-break:normal;word-break:normal;-ms-word-wrap:normal;word-wrap:normal;hyphens:none}}.teas-navigation-teaser.teaser.bg-secondary .cta-box a i,.teaser.bg-secondary.teas-sdg-teaser .cta-box a i,.teaser.bg-secondary.teas-configured-teaser .cta-box a i,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a i,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a i,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a i,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a i,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a i,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a i{display:inline;margin-right:0}.teas-navigation-teaser.teaser.bg-secondary .cta-box a:focus,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:focus,.teaser.bg-secondary.teas-configured-teaser .cta-box a:focus,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:focus,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:focus,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:focus,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:focus,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:focus,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:focus{outline:none}.teas-navigation-teaser.teaser.bg-secondary .cta-box a:active,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:active,.teaser.bg-secondary.teas-configured-teaser .cta-box a:active,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:active,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:active,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:active,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:active,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:active,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:active,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:visited,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:visited,.teaser.bg-secondary.teas-configured-teaser .cta-box a:visited,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:visited,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:visited,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:visited,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:visited,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:visited,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:visited{outline:none;color:#000}.teas-navigation-teaser.teaser.bg-secondary .cta-box a:focus,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:focus,.teaser.bg-secondary.teas-configured-teaser .cta-box a:focus,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:focus,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:focus,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:focus,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:focus,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:focus,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:focus,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:hover,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:hover,.teaser.bg-secondary.teas-configured-teaser .cta-box a:hover,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:hover,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:hover,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:hover,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:hover,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:hover,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:hover{color:#4b647d}.teas-navigation-teaser.teaser.bg-secondary .cta-box a::before,.teaser.bg-secondary.teas-sdg-teaser .cta-box a::before,.teaser.bg-secondary.teas-configured-teaser .cta-box a::before,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a::before,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a::before,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a::before,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a::before,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a::before,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a::before,.teas-navigation-teaser.teaser.bg-secondary .cta-box a i,.teaser.bg-secondary.teas-sdg-teaser .cta-box a i,.teaser.bg-secondary.teas-configured-teaser .cta-box a i,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a i,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a i,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a i,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a i,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a i,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a i,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:visited::before,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:visited i{color:#4b647d}.teas-navigation-teaser.teaser.bg-secondary .cta-box a:focus::before,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:focus::before,.teaser.bg-secondary.teas-configured-teaser .cta-box a:focus::before,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:focus::before,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:focus::before,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:focus::before,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:focus::before,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:focus::before,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:focus::before,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:focus i,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:focus i,.teaser.bg-secondary.teas-configured-teaser .cta-box a:focus i,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:focus i,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:focus i,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:focus i,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:focus i,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:focus i,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:focus i{color:#697d91}.teas-navigation-teaser.teaser.bg-secondary .cta-box a:hover::before,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:hover::before,.teaser.bg-secondary.teas-configured-teaser .cta-box a:hover::before,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:hover::before,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:hover::before,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:hover::before,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:hover::before,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:hover::before,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:hover::before,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:hover i,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:hover i,.teaser.bg-secondary.teas-configured-teaser .cta-box a:hover i,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:hover i,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:hover i,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:hover i,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:hover i,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:hover i,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:hover i{color:#697d91}.teas-navigation-teaser.teaser.bg-secondary .cta-box a:active::before,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:active::before,.teaser.bg-secondary.teas-configured-teaser .cta-box a:active::before,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:active::before,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:active::before,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:active::before,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:active::before,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:active::before,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:active::before,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:active i,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:active i,.teaser.bg-secondary.teas-configured-teaser .cta-box a:active i,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:active i,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:active i,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:active i,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:active i,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:active i,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:active i{color:#c1c9d1}p .teas-navigation-teaser.teaser.bg-secondary .cta-box a:hover,p .teaser.bg-secondary.teas-sdg-teaser .cta-box a:hover,p .teaser.bg-secondary.teas-configured-teaser .cta-box a:hover,p .teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:hover,p .teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:hover,p .teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:hover,.comp-video p .teas-navigation-teaser.teaser.bg-secondary .controls a:hover,.comp-video p .teaser.bg-secondary.teas-sdg-teaser .controls a:hover,.comp-video p .teaser.bg-secondary.teas-configured-teaser .controls a:hover{border-color:#697d91}p .teas-navigation-teaser.teaser.bg-secondary .cta-box a:focus,p .teaser.bg-secondary.teas-sdg-teaser .cta-box a:focus,p .teaser.bg-secondary.teas-configured-teaser .cta-box a:focus,p .teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:focus,p .teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:focus,p .teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:focus,.comp-video p .teas-navigation-teaser.teaser.bg-secondary .controls a:focus,.comp-video p .teaser.bg-secondary.teas-sdg-teaser .controls a:focus,.comp-video p .teaser.bg-secondary.teas-configured-teaser .controls a:focus{border-color:#697d91;outline:none}p .teas-navigation-teaser.teaser.bg-secondary .cta-box a:active,p .teaser.bg-secondary.teas-sdg-teaser .cta-box a:active,p .teaser.bg-secondary.teas-configured-teaser .cta-box a:active,p .teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:active,p .teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:active,p .teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:active,.comp-video p .teas-navigation-teaser.teaser.bg-secondary .controls a:active,.comp-video p .teaser.bg-secondary.teas-sdg-teaser .controls a:active,.comp-video p .teaser.bg-secondary.teas-configured-teaser .controls a:active{border-color:#c1c9d1}.teas-navigation-teaser.teaser.bg-secondary .cta-box a::before,.teaser.bg-secondary.teas-sdg-teaser .cta-box a::before,.teaser.bg-secondary.teas-configured-teaser .cta-box a::before,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a::before,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a::before,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a::before,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a::before,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a::before,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a::before,.teas-navigation-teaser.teaser.bg-secondary .cta-box a i,.teaser.bg-secondary.teas-sdg-teaser .cta-box a i,.teaser.bg-secondary.teas-configured-teaser .cta-box a i,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a i,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a i,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a i,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a i,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a i,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a i,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:visited::before,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:visited,.teaser.bg-secondary.teas-sdg-teaser .cta-box a:visited,.teaser.bg-secondary.teas-configured-teaser .cta-box a:visited,.teas-navigation-teaser.teaser.bg-secondary .comp-video .controls a:visited,.teaser.bg-secondary.teas-sdg-teaser .comp-video .controls a:visited,.teaser.bg-secondary.teas-configured-teaser .comp-video .controls a:visited,.comp-video .teas-navigation-teaser.teaser.bg-secondary .controls a:visited,.comp-video .teaser.bg-secondary.teas-sdg-teaser .controls a:visited,.comp-video .teaser.bg-secondary.teas-configured-teaser .controls a:visited,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:focus::before,.teas-navigation-teaser.teaser.bg-secondary .cta-box a:focus i{color:#000}.teas-navigation-teaser.teaser.bg-secondary:hover,.teaser.bg-secondary.teas-sdg-teaser:hover,.teaser.bg-secondary.teas-configured-teaser:hover,.teas-navigation-teaser.teaser.bg-secondary:focus,.teaser.bg-secondary.teas-sdg-teaser:focus,.teaser.bg-secondary.teas-configured-teaser:focus{border-color:rgba(0,0,0,0);background-color:#ffbb02}.teas-navigation-teaser.teaser.bg-gray,.teaser.bg-gray.teas-sdg-teaser,.teaser.bg-gray.teas-configured-teaser,.comp-video .teas-navigation-teaser.teaser.controls,.comp-video .teaser.controls.teas-sdg-teaser,.comp-video .teaser.controls.teas-configured-teaser{background-color:#eff1f3}.teas-navigation-teaser.teaser.teaser-error-message,.teaser.teaser-error-message.teas-sdg-teaser,.teaser.teaser-error-message.teas-configured-teaser{border-color:#dc3545;cursor:default}.teas-navigation-teaser.teaser.teaser-error-message:hover,.teaser.teaser-error-message.teas-sdg-teaser:hover,.teaser.teaser-error-message.teas-configured-teaser:hover{border-color:#dc3545}.teas-navigation-teaser.teaser.teaser-error-message a,.teaser.teaser-error-message.teas-sdg-teaser a,.teaser.teaser-error-message.teas-configured-teaser a{cursor:default}.teas-navigation-teaser.teaser.teaser-error-message .teaser-title,.teaser.teaser-error-message.teas-sdg-teaser .teaser-title,.teaser.teaser-error-message.teas-configured-teaser .teaser-title{color:#dc3545}@media(max-width: 880.98px){.teas-configured-teaser.teaser .teaser-title{max-height:25.2rem}}@media(max-width: 600.98px){.teas-configured-teaser.teaser .teaser-title{max-height:37.8rem}}@media(min-width: 409px){.teas-configured-teaser.teaser .teaser-title{max-height:33.6rem}}@media(min-width: 601px){.teas-configured-teaser.teaser .teaser-title{max-height:25.2rem}}@media(min-width: 881px){.teas-configured-teaser.teaser .teaser-title{max-height:29.4rem}}@media(min-width: 1280px){.teas-configured-teaser.teaser .teaser-title{max-height:29.4rem}}@media(min-width: 1878px){.teas-configured-teaser.teaser .teaser-title{max-height:37.8rem}}@media(min-width: 1280px){.teas-configured-teaser.teaser.teaser-two-columns-ratio{overflow:hidden}.teas-configured-teaser.teaser.teaser-two-columns-ratio::after{content:"";display:block;padding-bottom:calc(50% - (3.2rem / 2))}}@media print and (min-width: 1280px){.teas-configured-teaser.teaser.teaser-two-columns-ratio::after{content:"";display:block;padding-bottom:calc(50% - 1.6rem)}}.teas-discipline-teaser .mole-infolist{margin-bottom:2.9rem}@media(min-width: 1878px){.teas-discipline-teaser .mole-infolist{margin-bottom:2.9rem}}.teas-ris-project-teaser .teaser-text:first-child{padding-top:2.9rem}@media(min-width: 1878px){.teas-ris-project-teaser .teaser-text:first-child{padding-top:2.9rem}}.teas-reference-project-teaser .teaser-text:first-child{padding-top:2.9rem}@media(min-width: 1878px){.teas-reference-project-teaser .teaser-text:first-child{padding-top:2.9rem}}.teas-publication-teaser .teaser-text:first-child{padding-top:2.9rem}@media(min-width: 1878px){.teas-publication-teaser .teaser-text:first-child{padding-top:2.9rem}}.teas-publication-teaser.teaser .teaser-title,.teas-publication-teaser.teaser .title-categories{font-size:2.2rem;letter-spacing:0;line-height:2.9rem}.teas-publication-teaser.teaser:hover .teaser-title,.teas-publication-teaser.teaser:hover a{color:#697d91}.teas-list-teaser.teaser-type-publication:hover{background-color:rgba(0,0,0,0)}.teas-list-teaser.teaser-type-publication:hover .teaser-header{cursor:pointer}.teas-list-teaser.teaser-type-publication:hover .teaser-header .title{color:#4b647d}.teas-list-teaser.teaser-type-publication:hover a{color:#4b647d}.teas-list-teaser.teaser-type-publication:hover .cta-box,.teas-list-teaser.teaser-type-publication:hover .comp-video .controls,.comp-video .teas-list-teaser.teaser-type-publication:hover .controls{background-color:rgba(0,0,0,0)}.teas-list-teaser.teaser-type-publication:hover::after{background-color:#eff1f3}.teas-prospective-job-teaser .teaser-text-list-item{color:#4b647d}.teaser-type-prospective-job.teaser-list .teaser-text{color:#4b647d}.teaser-type-prospective-job.teaser-list .teaser-text .teaser-text-detail+.teaser-text-detail:before{content:" / "}.teas-product-teaser:hover,.teas-product-teaser:focus{border-color:#e6ebee}.teas-sdg-teaser.teaser:hover .teaser-body{display:none}.teas-sdg-teaser.teaser .teaser-body,.teas-sdg-teaser.teaser .cta-box,.teas-sdg-teaser.teaser .comp-video .controls,.comp-video .teas-sdg-teaser.teaser .controls{padding:3.9rem}.teas-sdg-teaser.teaser .teaser-body{display:flex;align-items:flex-end;height:100%}@media(max-width: 880.98px){.teas-sdg-teaser.teaser .teaser-body{display:none}}.teas-sdg-teaser.teaser .teaser-body .teas-sdg-teaser__image{max-width:50%;flex-basis:50%}.teas-sdg-teaser.teaser .teaser-overlay{z-index:-1}.teas-sdg-teaser.teaser .cta-box,.teas-sdg-teaser.teaser .comp-video .controls,.comp-video .teas-sdg-teaser.teaser .controls{height:100%;color:#fff;display:block}@media(min-width: 881px){.teas-sdg-teaser.teaser .cta-box,.teas-sdg-teaser.teaser .comp-video .controls,.comp-video .teas-sdg-teaser.teaser .controls{transform:unset;transition:none}}.teas-sdg-teaser.teaser .cta-box p,.teas-sdg-teaser.teaser .comp-video .controls p,.comp-video .teas-sdg-teaser.teaser .controls p{margin-bottom:1.3rem}.teas-sdg-teaser.teaser .cta-box ul,.teas-sdg-teaser.teaser .comp-video .controls ul,.comp-video .teas-sdg-teaser.teaser .controls ul{padding:0;list-style-position:inside}.teas-sdg-teaser.teaser.no-image :hover .cta-box,.teas-sdg-teaser.teaser.no-image :hover .comp-video .controls,.comp-video .teas-sdg-teaser.teaser.no-image :hover .controls,.teas-sdg-teaser.teaser.teaser-error-message :hover .cta-box,.teas-sdg-teaser.teaser.teaser-error-message :hover .comp-video .controls,.comp-video .teas-sdg-teaser.teaser.teaser-error-message :hover .controls{color:#000}.teas-sdg-teaser.teaser .teaser-title{font-size:3.3rem;line-height:4.3rem;flex-shrink:1}.teas-sdg-teaser.teaser .teas-sdg-teaser__number-img{overflow:hidden;height:64px;width:64px}.teas-sdg-teaser.teaser .teas-sdg-teaser__content{display:flex;height:calc(100% - 3.9rem - 64px + 2.5rem + 2 * 1.3rem);flex-direction:column;justify-content:space-between}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{border-radius:4px;background:#697d91}::-webkit-scrollbar-thumb:hover{background:#4b647d}.input-daterange input{text-align:left}.input-daterange label{color:#4b647d}dfn{font-style:normal}.form-group .row{padding-top:0}.form-description{display:inherit;margin-top:.5rem;color:#4b647d}.form-control{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;border-color:#c1c9d1;border-width:2px;border-radius:4px;font-family:"UnitRoundedPro","Helvetica","Arial",sans-serif;height:auto}.form-control:disabled,.form-control[readonly]{border-color:#eff1f3;background-color:#eff1f3}.form-control:focus,.form-control.focus{border-color:#4b647d;outline:none;box-shadow:none;background-color:#fff;color:#495057}.form-control:user-invalid{border-color:#ffcb3e}@media(max-width: 600.98px){.form-control{font-size:16px}.form-control[type=search]:focus{font-size:16px}}@media print{.form-control{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}select.form-control:not([size]):not([multiple]){height:5.3rem}.custom-control{font-size:2.2rem;letter-spacing:0;line-height:2.9rem;min-height:initial}@media print{.custom-control{font-size:1.2rem;letter-spacing:0;line-height:1.5rem}}.custom-control-label{margin-bottom:.5rem;margin-left:1.3rem;cursor:pointer}.custom-control-label::after{top:.3rem;left:-3.2rem}.custom-control-label::before{left:-3.2rem;top:.3rem;border:solid 2px #c1c9d1}.custom-checkbox,.custom-radio{margin-bottom:.5rem;padding-left:2rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:none}.custom-radio .custom-control-input:checked~.custom-control-label::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8rem}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:none}.custom-checkbox .custom-control-label::before{border-radius:4px}.custom-control-input:hover~.custom-control-label::before{border-color:#697d91}.custom-control-input:checked~.custom-control-label::before{border-color:#000;color:#fff;background-color:#000}.custom-control-input:checked:focus~.custom-control-label::before{border-color:#4b647d;background-color:#4b647d;color:#fff}.custom-control-input:checked:hover~.custom-control-label::before{border-color:#697d91;background-color:#697d91}.custom-control-input:focus~.custom-control-label::before{border-color:#4b647d}@media(min-width: 881px){.sg-main{margin-left:10.5rem;padding:0 1.6rem}}body{position:relative}@media(min-width: 881px){.main{margin:0 auto}}@media print{.main{margin:0;max-width:initial}}@media(min-width: 1878px){.container{max-width:1386px}}@media print{.layout-1-1-1>.column{flex:0 0 33% !important;max-width:33% !important}}@media print{.layout-1-1-1 .comp-teaser-list-managed .column{flex:0 0 100% !important;max-width:100% !important}}@media print{.layout-1-2>.column:nth-child(1){flex:0 0 100% !important;max-width:100% !important}}@media print{.layout-1-2>.column:nth-child(1) .comp-teaser-list-managed .column{flex:0 0 100% !important;max-width:100% !important}}@media print{.layout-1-2>.column:nth-child(2){flex:0 0 100% !important;max-width:100% !important}}@media print{.layout-1-2>.column:nth-child(2) .comp-teaser-list-managed .column{flex:0 0 50% !important;max-width:50% !important}}@media print{.layout-2-1>.column:nth-child(1){flex:0 0 100% !important;max-width:100% !important}}@media print{.layout-2-1>.column:nth-child(1) .comp-teaser-list-managed .column{flex:0 0 50% !important;max-width:50% !important}}@media print{.layout-2-1>.column:nth-child(2){flex:0 0 100% !important;max-width:100% !important}}@media print{.layout-2-1>.column:nth-child(2) .comp-teaser-list-managed .column{flex:0 0 100% !important;max-width:100% !important}}@media print{.layout-1-1>.column{flex:0 0 100% !important;max-width:100% !important}}.table th,.table td{padding-top:2.9rem;padding-right:2.9rem;padding-bottom:2.9rem;padding-left:2.9rem;border:0;font-weight:normal}@media(min-width: 1878px){.table th,.table td{padding-top:2.9rem}}.table th:first-child,.table td:first-child{padding-left:0}.table.table-striped tbody tr.product:nth-of-type(odd){background-color:rgba(0,0,0,0)}.layout-slim .lead-text,.layout-slim h1,.layout-slim .h1,.layout-slim h2,.layout-slim .h2{max-width:100%}@media(min-width: 1280px){.layout-slim{max-width:101.6rem;margin-left:auto;margin-right:auto}.layout-slim>*:not(.comp-image,.comp-image-gallery,.mole-page-header,.lead-text,.comp-author-list__wrapper,.comp-author-list__wrapper--edit-mode,.mgnlEditorBar,.mgnlEditor){max-width:70.4rem;margin-left:auto;margin-right:auto}}.page-start .comp-cockpit{position:absolute;z-index:530;top:0;right:0;left:0;background-color:rgba(0,0,0,0)}@media print{.page-start .comp-cockpit{position:relative}}.page-start .comp-cockpit.cockpit-open{position:relative}.page-start .comp-cockpit.cockpit-open::after{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#fff}.page-start .comp-cockpit .cockpit-wrapper .cockpit-actions{transition:paddingtop .2s linear}@media(min-width: 320px)and (max-width: 408.98px){.page-start .comp-cockpit .cockpit-wrapper{padding-left:1.6rem}}@media print{.page-start .comp-cockpit .cockpit-wrapper{position:relative}}@media print{.page-start .comp-cockpit .cockpit-header .cockpit-logo-wrapper{margin-bottom:0}}@media(max-width: 880.98px){.page-start .comp-cockpit.unpinned,.page-start .comp-cockpit.not-top{height:9rem}.page-start .comp-cockpit.unpinned .comp-cockpit-area,.page-start .comp-cockpit.not-top .comp-cockpit-area{top:9rem}}.page-start .comp-navigation-teaser-list,.page-start .comp-teaser-list-managed-for-configured-teaser{position:relative}.page-start .comp-navigation-teaser-list::before,.page-start .comp-teaser-list-managed-for-configured-teaser::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.page-start .comp-navigation-teaser-list::before,.page-start .comp-teaser-list-managed-for-configured-teaser::before{top:13.2rem;height:calc(2.9rem + 100%);pointer-events:none}@media(max-width: 880.98px){.page-start .comp-cockpit.headroom--not-top{position:fixed;z-index:510;top:0;right:0;left:0;background-color:rgba(0,0,0,0)}.page-start .comp-cockpit.headroom--not-top.not-top{background-color:rgba(255,255,255,.85)}.page-start .comp-cockpit.headroom--not-top.cockpit-open{position:fixed}.page-start .comp-cockpit.headroom--not-top .cockpit-wrapper.not-top+.comp-cockpit-area{top:9rem}}@media(max-width: 1279.98px){.page-start .comp-navigation-teaser-list::before,.page-start .comp-teaser-list-managed-for-configured-teaser::before{top:calc(-1*(13.2rem + 2.9rem + 1.3rem))}}@media(max-width: 880.98px){.page-start:not(.portal-alumni) .main{padding-top:9rem}.page-start:not(.portal-alumni) .comp-hero+.main{padding-top:0}}@media(min-width: 881px){.page-start:not(.portal-alumni) .main{padding-top:3.9rem}.page-start:not(.portal-alumni) .comp-hero+.main{padding-top:0}}.page-start:not(.portal-alumni) .logo-home{display:block;transition:opacity .1s;opacity:1}@media print{.page-start:not(.portal-alumni) .logo-home{display:none}}.page-start:not(.portal-alumni) .logo-home.headroom--unpinned,.page-start:not(.portal-alumni) .logo-home.headroom--not-top{display:none;margin-top:0;opacity:0}.page-start:not(.portal-alumni) .logo-subpages{display:none;transition:opacity .1s;opacity:0}@media print{.page-start:not(.portal-alumni) .logo-subpages{display:block;opacity:1}}.page-start:not(.portal-alumni) .logo-subpages.headroom--unpinned,.page-start:not(.portal-alumni) .logo-subpages.headroom--not-top{display:block;margin-top:0;opacity:1}.page-start:not(.portal-alumni) .logo-subpages.headroom--unpinned img,.page-start:not(.portal-alumni) .logo-subpages.headroom--not-top img{max-width:10rem}.page-start:not(.portal-alumni) .logo-subpages .logo-title{display:block}.page-start:not(.portal-alumni) .comp-intertitle{position:relative}.page-start:not(.portal-alumni) .comp-intertitle::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.page-start:not(.portal-alumni) .comp-intertitle::before{height:calc(3.9rem + 100%)}@media(max-width: 600.98px){.page-start.portal-alumni .cockpit-header .cockpit-logo-wrapper .comp-logo{margin-top:-4px}}@media(max-width: 880.98px){.page-filter .headroom .cockpit-wrapper,.page-search .headroom .cockpit-wrapper{position:relative;background-color:#eff1f3}.page-filter .headroom .cockpit-wrapper::after,.page-search .headroom .cockpit-wrapper::after{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.page-filter .headroom--not-top .cockpit-wrapper,.page-search .headroom--not-top .cockpit-wrapper,.page-filter .headroom--unpinned .cockpit-wrapper,.page-search .headroom--unpinned .cockpit-wrapper{position:relative;background-color:rgba(255,255,255,.37)}.page-filter .headroom--not-top .cockpit-wrapper::after,.page-search .headroom--not-top .cockpit-wrapper::after,.page-filter .headroom--unpinned .cockpit-wrapper::after,.page-search .headroom--unpinned .cockpit-wrapper::after{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:rgba(255,255,255,.37)}.page-filter .cockpit-open .cockpit-wrapper,.page-search .cockpit-open .cockpit-wrapper{position:relative;background-color:#fff}.page-filter .cockpit-open .cockpit-wrapper::after,.page-search .cockpit-open .cockpit-wrapper::after{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#fff}}.page-filter .main,.page-search .main{position:relative}.page-filter .main::before,.page-search .main::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.page-filter .main::before,.page-search .main::before{height:15rem}.page-filter h1,.page-search h1,.page-filter .lead-text,.page-search .lead-text,.page-filter .comp-search-filter,.page-search .comp-search-filter,.page-filter .comp-search .query,.page-search .comp-search .query,.comp-search .page-filter .query,.comp-search .page-search .query{position:relative}.page-filter h1::before,.page-search h1::before,.page-filter .lead-text::before,.page-search .lead-text::before,.page-filter .comp-search-filter::before,.page-search .comp-search-filter::before,.page-filter .comp-search .query::before,.page-search .comp-search .query::before,.comp-search .page-filter .query::before,.comp-search .page-search .query::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}.page-filter .lead-text::before,.page-search .lead-text::before{height:calc(3.9rem + 100%)}.page-filter h1::before,.page-search h1::before{height:calc(6.1rem + 100%)}.page-filter .no-results::before,.page-search .no-results::before{height:calc(2.9rem + 100%)}.page-filter .comp-intertitle,.page-search .comp-intertitle{position:relative}.page-filter .comp-intertitle .intertitle,.page-search .comp-intertitle .intertitle{margin-bottom:0}.page-filter .comp-intertitle::before,.page-search .comp-intertitle::before{content:"";display:block;position:absolute;z-index:-1;top:0;left:-500vw;width:1000vw;height:100%;background-color:#eff1f3}@media(min-width: 881px){.page-error .main{padding-top:0}}@media(max-width: 600.98px){.portal-alumni .comp-hero>.container{left:15.2rem}}.portal-alumni .comp-logo img{max-width:15.6rem;margin-top:0}@media(min-width: 881px){.portal-alumni .comp-logo img{max-width:13.5rem}}@media(min-width: 1280px){.portal-alumni .comp-logo img{max-width:15.6rem}}.portal-alumni .comp-hero h1{padding-left:3rem}@media(max-width: 1877.98px){.portal-alumni .comp-hero h1{padding-top:2.2rem}}@media(max-width: 880.98px){.portal-alumni .comp-hero h1{padding-left:4.7rem}}.portal-alumni.page-start .comp-hero h1{padding-top:2.5rem;padding-bottom:2.5rem}.comp-story-box details summary::before{vertical-align:top}@media(min-width: 1280px){.comp-pull-quote{--dropcap-offset: 0}.comp-pull-quote>figure{padding-left:18%}}.comp-pull-quote figcaption>span:first-child{margin-left:7.8rem}
