@media print {
  .hal-page-column--margin {
    display: none;
  }
}
.hal-page-column--margin {
  margin: 0 10px;
  padding: 30px;
  background-color: #fff;
}
.hal-page-column--margin > div {
  margin-bottom: 30px;
}
.hal-page-column--main {
  width: 100%;
}
@media  (min-width: 600px) {
  .hal-page-column--margin {
    position: relative;
    margin: 60px auto 0;
    width: 61%;
  }
  .hal-page-column--main {
    width: 100%;
  }
}
@media  (min-width: 1024px) {
  .hal-page-column--margin {
    clear: right;
    float: right;
    margin: 0;
    width: 25.6%;
  }
  .hal-page-column--margin > div.marginteaser {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCD6DF;
  }
  .hal-page-column--margin > div.marginteaser:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .hal-page-column--main {
    clear: left;
    float: left;
    padding: 0 3px 0 0;
    width: 74.4%;
  }
  .hal-page-column--main > .title {
    padding-left: 3.9%;
  }
}
.hal-totop.hal-button {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  font-size: 0;
  backface-visibility: hidden;
}
.hal-totop.hal-button [class*="icon-"] {
  width: 20px;
  height: 20px;
  margin-top: 50%;
  margin-left: 0;
  transform: translateY(-50%);
}
.hal-totop.hal-button:hover {
  color: #fff;
}
@media print {
  .hal-totop.hal-button {
    display: none;
  }
}
@media  (max-width: 599px) {
  .hal-totop.hal-button {
    display: none;
  }
}
.hal-totop--hidden.hal-button {
  display: none;
}
.hal-totop.reversed {
  transform: rotate(180deg);
}
.hal-navigation-top {
  padding-bottom: 112px;
}
@media  (max-width: 1023px) {
  .hal-navigation-top {
    padding-bottom: 56px;
  }
}
.hal-navigation-top-content-1st-level {
  display: flex;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9000;
}
@media  (min-width: 1024px) {
  .hal-navigation-top-content-1st-level .hal-navigation-top-item:after {
    content: " ";
    position: absolute;
    display: block;
    right: 0;
    top: 18px;
    height: 20px;
    width: 2px;
    background: #8D9FAF;
  }
}
.hal-navigation-top-content-logged-out {
  z-index: 9000;
}
.hal-navigation-top-content-logged-in {
  z-index: 9002;
}
.hal-navigation-top-content-2nd-level {
  display: flex;
  width: 100%;
  background: #33424F;
  position: fixed;
  top: 56px;
  z-index: 9001;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-content-2nd-level {
    z-index: 9002;
  }
}
@media  (min-width: 1024px) {
  .hal-navigation-top-content-2nd-level .hal-navigation-top-item:not(:last-child):after {
    content: " ";
    position: absolute;
    display: block;
    right: 0;
    top: 14px;
    height: 28px;
    width: 2px;
    background: #8D9FAF;
  }
}
.hal-navigation-top-content-2nd-level .hal-navigation-top-lang:not(:last-child):after {
  display: none;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-content-2nd-level.blocked {
    display: block;
    position: fixed;
    cursor: pointer;
    z-index: 9002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.hal-navigation-top-menu {
  display: inline-block;
  width: 56px;
  height: 56px;
  padding-left: 10px;
  border-right: 1px solid #e5e5e5;
  background: #33424F;
}
.hal-navigation-top-menu-icon {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  position: relative;
  top: 14px;
}
.hal-navigation-top-menu-icon svg {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #fff;
}
@media  (min-width: 1024px) {
  .hal-navigation-top-menu {
    display: none;
  }
}
.hal-navigation-top-menu.no-nav {
  visibility: hidden;
}
.hal-navigation-top-logo {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 216px;
  height: 56px;
  padding-left: 32px;
  outline: none;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-logo {
    text-align: center;
    width: calc(100% - 56px - 74px - 16px);
    padding-left: 0;
  }
}
.hal-navigation-top-logo > span {
  display: inline-block;
  height: 28px;
  line-height: 0;
}
@media print {
  .hal-navigation-top-logo {
    visibility: visible;
    text-align: left;
    position: fixed;
    margin-left: 0cm;
    margin-top: 0cm;
    height: 2cm;
    background-color: white;
    width: 100%;
    padding-left: 1cm;
    padding-top: 4mm;
  }
  .hal-navigation-top-logo::before {
    content: '';
    position: absolute;
    top: 0mm;
    right: -5px;
    bottom: -5px;
    height: 4mm;
    left: 0px;
    background-color: #ff6600;
    z-index: 1;
  }
}
.hal-navigation-top-logo:focus-visible {
  outline: none;
}
.hal-navigation-top-logo:focus-visible > span {
  outline: 2px solid #0262f2;
  outline-offset: 4px;
  border-radius: 1px;
}
.hal-navigation-top-search {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 58px;
  cursor: pointer;
}
.hal-navigation-top-search svg {
  color: #fff;
}
.hal-navigation-top-search > a {
  display: block;
  padding: 18px 0 12px 0;
  position: relative;
}
.hal-navigation-top-search > a:after {
  content: " ";
  position: absolute;
  display: block;
  right: 0;
  top: 14px;
  height: 28px;
  width: 2px;
  background: #8D9FAF;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-search {
    display: none;
  }
}
.hal-navigation-top-search.active-item > a,
.hal-navigation-top-search.active-item:hover > a,
.hal-navigation-top-search:hover > a,
.hal-navigation-top-search:active > a {
  padding: 0;
  cursor: default;
}
.hal-navigation-top-search.active-item > a > span,
.hal-navigation-top-search.active-item:hover > a > span,
.hal-navigation-top-search:hover > a > span,
.hal-navigation-top-search:active > a > span {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  top: 8px;
  cursor: pointer;
}
.hal-navigation-top-search.active-item > a > span > svg,
.hal-navigation-top-search.active-item:hover > a > span > svg,
.hal-navigation-top-search:hover > a > span > svg,
.hal-navigation-top-search:active > a > span > svg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.hal-navigation-top-search > a:focus-visible {
  padding: 0;
  cursor: default;
  outline: none;
}
.hal-navigation-top-search > a:focus-visible > span {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  top: 8px;
  cursor: pointer;
  background: #425464;
  box-shadow: inset 0 0 0 2px #99d4ff;
}
.hal-navigation-top-search > a:focus-visible > span > svg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.hal-navigation-top-search span:hover {
  background: #425464;
}
.hal-navigation-top-search span:active {
  background: #556A7A;
}
.hal-navigation-top-search.active-item span,
.hal-navigation-top-search.active-item:hover span {
  background: #ff6600;
}
.hal-navigation-top-search-mobile {
  list-style-type: none;
}
.hal-navigation-top-search-mobile a,
.hal-navigation-top-search-mobile a:visited {
  display: flex;
  align-items: center;
  height: 48px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-left: 14px;
}
.hal-navigation-top-search-mobile a svg,
.hal-navigation-top-search-mobile a:visited svg {
  color: #8D9FAF;
}
.hal-navigation-top-search-mobile a span,
.hal-navigation-top-search-mobile a:visited span {
  padding-left: 18px;
}
.hal-navigation-top-search-mobile a:hover {
  background: #425464;
  color: #fff;
}
.hal-navigation-top-search-mobile a:active {
  background: #556A7A;
  color: #fff;
}
@media  (min-width: 1024px) {
  .hal-navigation-top-search-mobile {
    display: none;
  }
}
.hal-navigation-top-search-mobile.active-item a {
  font-weight: 700;
}
.hal-navigation-top-search-mobile.active-item a:before {
  content: '';
  position: relative;
  height: 100%;
  left: -10px;
  border-left: 4px solid #ff6600;
}
.hal-navigation-top-list-1st-level {
  box-sizing: border-box;
  display: inline-block;
  flex-grow: 1;
  vertical-align: middle;
  text-align: right;
  font-size: xx-small;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-list-1st-level {
    display: none;
  }
}
.hal-navigation-top-list-2nd-level {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 0;
}
@media  (min-width: 1024px) {
  .hal-navigation-top-list-2nd-level {
    padding-left: 14px;
  }
}
@media  (max-width: 1023px) {
  .hal-navigation-top-list-2nd-level {
    display: none;
    position: absolute;
    width: 256px;
    padding-bottom: 80px;
    text-align: left;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    background-color: #33424F;
  }
  .hal-navigation-top-list-2nd-level.active {
    display: block;
    cursor: default;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.24), 0px 9px 18px rgba(0, 0, 0, 0.18);
  }
}
.hal-navigation-top-list-2nd-level.no-nav > * {
  visibility: hidden;
}
.hal-navigation-top-1st-block {
  display: inline-block;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-1st-block {
    width: 100%;
    padding-bottom: 28px;
  }
}
.hal-navigation-top-1st-block li a:focus-visible {
  color: #fff;
  background: #425464;
  outline: none;
  box-shadow: #99d4ff 0px 0px 0px 2px inset;
}
.hal-navigation-top-2nd-block {
  display: inline-block;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-2nd-block {
    width: 100%;
  }
}
.hal-navigation-top-3rd-block {
  display: inline-block;
  float: right;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-3rd-block {
    width: 100%;
    padding-top: 28px;
    border-top: 2px solid #8D9FAF;
  }
}
.hal-navigation-top-clear {
  padding: 21px 19px 15px;
}
.hal-navigation-top-clear-icon svg {
  color: #fff;
}
@media  (min-width: 1024px) {
  .hal-navigation-top-clear {
    display: none;
  }
}
@media  (max-width: 1023px) {
  .hal-navigation-top .hal-hidden-on-mobile {
    display: none;
  }
}
.hal-navigation-top-item {
  display: inline-block;
  text-align: center;
  position: relative;
}
.hal-navigation-top-item > a,
.hal-navigation-top-item a:visited {
  display: block;
  padding: 18px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin: 0 10px 0 8px;
}
.hal-navigation-top-item > a > span,
.hal-navigation-top-item a:visited > span {
  margin: 0 16px;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item > a,
  .hal-navigation-top-item a:visited {
    margin: 0;
  }
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item {
    display: inline;
    text-align: start;
  }
  .hal-navigation-top-item > a,
  .hal-navigation-top-item a:visited {
    display: flex;
    align-items: center;
    height: 48px;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-left: 23px;
    border: none;
  }
  .hal-navigation-top-item > a > span,
  .hal-navigation-top-item a:visited > span {
    margin: 0;
    padding-left: 25px;
  }
}
.hal-navigation-top-item > a:hover {
  background: #425464;
  color: #fff;
}
.hal-navigation-top-item > a:active {
  background: #556A7A;
  color: #fff;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item.active-item:active > a {
    padding-left: 23px;
  }
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item.active-item:active > a > span {
    padding-left: 23px;
  }
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item.active-item > a,
  .hal-navigation-top-item.active-item:hover > a {
    padding-left: 22px;
  }
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item.active-item > a > span,
  .hal-navigation-top-item.active-item:hover > a > span {
    padding-left: 22px;
  }
}
.hal-navigation-top-item.active-item,
.hal-navigation-top-item.active-item:hover,
.hal-navigation-top-item:active {
  height: 56px;
}
.hal-navigation-top-item.active-item > a,
.hal-navigation-top-item.active-item:hover > a,
.hal-navigation-top-item:active > a {
  font-weight: 600;
  color: #fff;
}
.hal-navigation-top-item.active-item > a > span,
.hal-navigation-top-item.active-item:hover > a > span,
.hal-navigation-top-item:active > a > span {
  padding-bottom: 2px;
  border-bottom: 4px solid #ff6600;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item.active-item > a > span,
  .hal-navigation-top-item.active-item:hover > a > span,
  .hal-navigation-top-item:active > a > span {
    border-bottom: none;
  }
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item.active-item > a:before,
  .hal-navigation-top-item.active-item:hover > a:before,
  .hal-navigation-top-item:active > a:before {
    content: " ";
    height: 48px;
    width: 4px;
    background: #ff6600;
    left: 23px;
  }
}
.hal-navigation-top-item:active > a > span {
  border-bottom: 2px solid #ff6600;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item:active > a > span {
    border-bottom: none;
    padding-left: 23px;
  }
}
@media  (max-width: 1023px) {
  .hal-navigation-top-item:active > a:before {
    content: " ";
    height: 48px;
    width: 2px;
    background: #ff6600;
    left: 24px;
  }
}
@media  (min-width: 1024px) {
  .hal-navigation-top-list-1st-level .hal-navigation-top-item:after {
    background: #CCD6DF;
  }
}
.hal-navigation-top-list-1st-level .hal-navigation-top-item > a:hover {
  color: #A34100;
}
.hal-navigation-top-list-1st-level .hal-navigation-top-item > a:visited {
  color: #E65F05;
}
.hal-navigation-top-list-1st-level .hal-navigation-top-item > a,
.hal-navigation-top-list-1st-level .hal-navigation-top-item.active-item > a,
.hal-navigation-top-list-1st-level .hal-navigation-top-item.active-item:hover > a,
.hal-navigation-top-list-1st-level .hal-navigation-top-item:active > a {
  padding: 0;
  top: 19px;
  color: #ff6600;
  background-color: #fff;
  margin: 0 24px;
}
.hal-navigation-top-list-1st-level .hal-navigation-top-item > a > span,
.hal-navigation-top-list-1st-level .hal-navigation-top-item.active-item > a > span,
.hal-navigation-top-list-1st-level .hal-navigation-top-item.active-item:hover > a > span,
.hal-navigation-top-list-1st-level .hal-navigation-top-item:active > a > span {
  margin: 0;
  border-bottom: none;
}
.hal-navigation-top-child {
  padding: 6px 8px;
}
.hal-navigation-top-child > a,
.hal-navigation-top-child a:visited {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.015em;
  color: #000;
  display: block;
}
.hal-navigation-top-child > a:hover {
  color: #000;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-child {
    padding: 0;
  }
  .hal-navigation-top-child > a,
  .hal-navigation-top-child a:visited {
    color: #fff;
  }
}
.hal-navigation-top-child:hover {
  background: rgba(0, 0, 0, 0.04);
}
.hal-navigation-top-lang:after {
  display: none;
}
.hal-navigation-top-lang {
  display: inline-block;
  width: 75px;
  float: right;
  text-align: right;
  position: static;
}
.hal-navigation-top-lang-icon svg {
  color: #8D9FAF;
}
.hal-navigation-top-lang > a {
  display: block;
  border: none;
  margin: 0 8px 0 8px;
}
.hal-navigation-top-lang > a > span {
  margin: 0;
}
.hal-navigation-top-lang > a > .hal-navigation-top-arrow {
  padding: 0 15px 0 4px;
}
.hal-navigation-top-lang > a:focus-visible {
  color: #fff;
  background: #425464;
  outline: none;
  box-shadow: #99d4ff 0px 0px 0px 2px inset;
}
.hal-navigation-top-lang > a:after {
  display: none;
}
.hal-navigation-top-lang ul {
  display: none;
  text-align: left;
  min-width: 149px;
  border-radius: 4px;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2), 0px 3px 16px rgba(0, 0, 0, 0.12), 0px 9px 12px rgba(0, 0, 0, 0.14);
  background: #fff;
  position: absolute;
  z-index: 2;
  padding: 10px 0;
  top: 46px;
  right: 23px;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-lang {
    height: 0;
    padding: 0;
    border: none;
    background: #fff;
    float: none;
    text-align: start;
  }
  .hal-navigation-top-lang > a {
    display: none;
  }
  .hal-navigation-top-lang > ul {
    display: inline-block;
    margin-top: -15px;
    margin-left: 30px;
    box-shadow: none;
    background: #33424F;
    padding: 0;
    top: auto;
    right: auto;
  }
  .hal-navigation-top-lang > ul > li {
    display: inline-block;
    padding-right: 4px;
  }
  .hal-navigation-top-lang > ul > li > a > span {
    display: none;
  }
  .hal-navigation-top-lang > ul > li > a::after {
    content: attr(data-lang);
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.15px;
    padding: 5px;
  }
  .hal-navigation-top-lang > ul > li:hover,
  .hal-navigation-top-lang > ul li:active {
    background: #33424F;
  }
  .hal-navigation-top-lang > ul > li:hover > a,
  .hal-navigation-top-lang > ul li:active > a {
    font-weight: 500;
    color: #fff;
  }
  .hal-navigation-top-lang > ul > li:hover > a::after,
  .hal-navigation-top-lang > ul li:active > a::after {
    content: attr(data-lang);
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.15px;
    padding: 5px;
    border-radius: 50%;
    background: #425464;
  }
  .hal-navigation-top-lang > ul > li:active > a::after {
    background: #556A7A;
  }
  .hal-navigation-top-lang > ul > li.active-item {
    background: #33424F;
  }
  .hal-navigation-top-lang > ul > li.active-item > a {
    color: #33424F;
  }
  .hal-navigation-top-lang > ul > li.active-item > a::after {
    content: attr(data-lang);
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.15px;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
  }
}
.hal-navigation-top-lang:hover > a,
.hal-navigation-top-lang:active > a {
  height: 56px;
  color: #fff;
}
.hal-navigation-top-lang:hover > a > span,
.hal-navigation-top-lang:active > a > span {
  border-bottom: none;
}
.hal-navigation-top-lang:hover ul,
.hal-navigation-top-lang:active ul {
  display: block;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-lang:hover,
  .hal-navigation-top-lang:active {
    height: 0;
    padding: 0;
    border: none;
    background: #fff;
  }
  .hal-navigation-top-lang:hover ul,
  .hal-navigation-top-lang:active ul {
    right: auto;
  }
}
.hal-navigation-top-lang:hover > a {
  background: #425464;
}
.hal-navigation-top-lang:active > a {
  background: #556A7A;
}
.hal-navigation-top-lang-icon {
  display: inline-block;
  position: relative;
  top: 10px;
  left: 14px;
}
@media  (min-width: 1024px) {
  .hal-navigation-top-lang-icon {
    display: none;
  }
}
.hal-navigation-top-arrow {
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}
.hal-navigation-top-arrow svg {
  color: #ADBAC7;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-arrow {
    display: none;
  }
}
.hal-navigation-top-login-sign {
  box-sizing: border-box;
  display: inline-block;
  height: 56px;
  background: #fff;
}
.hal-navigation-top-login-sign .hal-button {
  float: right;
  margin: 8px 16px 8px 24px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.hal-navigation-top-login-sign .hal-button svg {
  vertical-align: initial;
  margin: initial;
  height: initial;
  margin-left: -7px;
  margin-right: 12px;
  color: #fff;
}
.hal-navigation-top-login-sign .hal-button span {
  letter-spacing: 0;
  margin-right: -8px;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-login-sign {
    width: 74px;
  }
  .hal-navigation-top-login-sign .hal-button {
    display: block;
    width: 40px;
    float: right;
    margin: 8px 0 8px 0px;
    padding: 0;
  }
  .hal-navigation-top-login-sign .hal-button svg {
    display: block;
    top: 12px;
    margin: 0 auto;
    height: initial;
    color: #fff;
  }
  .hal-navigation-top-login-sign .hal-button span {
    display: none;
  }
}
.hal-navigation-top-login-web {
  margin: 8px 16px 8px 24px;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-login-web {
    margin: 8px 16px 8px 34px;
  }
}
.hal-navigation-top-login {
  box-sizing: border-box;
  display: inline-block;
  height: 56px;
  background: #fff;
  margin: 0 23px 0 24px;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-login {
    width: 74px;
    margin: 0 16px 0 16px;
  }
}
.hal-navigation-top-login-text {
  display: inline-block;
  padding-right: 5px;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-login-text {
    display: none;
  }
}
.hal-navigation-top-login-text.login-sign {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  vertical-align: super;
  color: #23282B;
}
.hal-navigation-top-login-text-headline {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #23282B;
}
.hal-navigation-top-login-text-company {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #6E8092;
}
.hal-navigation-top-login-givenname {
  display: none;
}
.hal-navigation-top-login-surname {
  display: none;
}
.hal-navigation-top-login-initials {
  position: absolute;
  width: 100%;
  top: 9px;
  font-weight: bold;
  color: #fff;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-login-initials {
    top: 10px;
  }
}
.hal-navigation-top-login-icon {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff6600;
  position: relative;
  top: 8px;
  cursor: pointer;
}
.hal-navigation-top-login-icon svg {
  position: absolute;
  top: 12px;
  left: 12px;
  filter: invert(98%) sepia(12%) saturate(203%) hue-rotate(316deg) brightness(115%) contrast(100%);
}
@media  (max-width: 1023px) {
  .hal-navigation-top-login-icon {
    float: right;
  }
}
.hal-navigation-top-login-arrow {
  display: inline-block;
  background: #fff;
  padding-left: 5px;
}
.hal-navigation-top-login-arrow svg {
  color: #ADBAC7;
}
@media  (max-width: 1023px) {
  .hal-navigation-top-login-arrow {
    display: none;
  }
}
.hal-navigation-top .hal-login-box.active {
  display: block;
}
.hal-navigation-top .hal-login-box-details {
  display: none;
  text-align: left;
  min-width: 149px;
  border-radius: 4px;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2), 0px 3px 16px rgba(0, 0, 0, 0.12), 0px 9px 12px rgba(0, 0, 0, 0.14);
  background: #fff;
  position: absolute;
  float: right;
  z-index: 2;
  padding: 10px 0;
  top: 51px;
  right: 18px;
}
.hal-navigation-top .hal-login-box-details.active {
  display: block;
}
.hal-navigation-top .hal-login-box-details > li {
  padding: 6px 8px;
}
.hal-navigation-top .hal-login-box-details > li > a {
  color: #000;
}
.hal-navigation-top .hal-login-box-details li.divider {
  height: 0px;
  border-bottom: 1px solid #CCD6DF;
  padding: 0;
}
.hal-navigation-top-left-block {
  padding: 28px 0;
  border-top: 2px solid #8D9FAF;
}
@media  (min-width: 1024px) {
  .hal-navigation-top-left-block {
    display: none;
  }
}
.hal-navigation-top-left-block .hal-text-wrapper {
  display: inline-flex;
  align-items: center;
}
.hal-navigation-top-left-block .hal-item-new {
  display: none;
  margin-left: 8px;
  margin-bottom: 0;
  padding: 1px 6px;
  border-radius: 4px;
  background-color: #ff6600;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
  justify-content: center;
}
@media  (min-width: 1024px) {
  .hal-navigation-top-left-block .hal-item-new {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-navigation-top-left-block .hal-item-new {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-navigation-top-left-block .level-2 .hal-item-new {
  display: none;
  margin-left: 8px;
  padding: 1px 6px;
  border-left: none;
  height: 16px;
  justify-content: center;
}
.hal-navigation-top-left-block ul {
  margin: 0;
  padding-left: 0;
}
.hal-navigation-top-left-block ul li {
  list-style-type: none;
}
.hal-navigation-top-left-block ul li a {
  display: flex;
  align-items: center;
  height: 48px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-left: 14px;
}
.hal-navigation-top-left-block ul li a svg {
  color: #8D9FAF;
}
.hal-navigation-top-left-block ul li a > span {
  padding: 0 36px 0 18px;
  hyphens: auto;
}
.hal-navigation-top-left-block ul li a:hover {
  background-color: #425464;
}
.hal-navigation-top-left-block ul li a:active {
  background-color: #556A7A;
}
.hal-navigation-top-left-block ul li a.hide {
  display: none;
}
.hal-navigation-top-left-block ul li.placeholder {
  height: 48px;
}
.hal-navigation-top-left-block ul.level-1.main > li > a {
  font-weight: 700;
}
.hal-navigation-top-left-block ul.level-2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-out;
}
.hal-navigation-top-left-block ul.level-2 li a {
  background: #33424F;
  font-weight: 500;
  padding-left: 39px;
}
.hal-navigation-top-left-block ul.level-2 li a > span {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 23px;
  border-left: 2px solid #8D9FAF;
  hyphens: auto;
}
.hal-navigation-top-left-block ul.level-2 li a:not([href]):not(.category) {
  display: none;
}
.hal-navigation-top-left-block ul.level-2 li a.active,
.hal-navigation-top-left-block ul.level-2 li a.active:active {
  padding-left: 38px;
}
.hal-navigation-top-left-block ul.level-2 li a.active > span,
.hal-navigation-top-left-block ul.level-2 li a.active:active > span {
  padding: 0 22px;
  border-left: 4px solid #ff6600;
}
.hal-navigation-top-left-block ul.level-2 li a:hover {
  background-color: #425464;
}
.hal-navigation-top-left-block ul.level-2 li a:active {
  background-color: #556A7A;
}
.hal-navigation-top-left-block ul.level-2 li a:active > span {
  border-left: 2px solid #ff6600;
}
.hal-navigation-top-left-block ul.level-2 li a:active .hal-item-new {
  border-left: none;
}
.hal-navigation-top-left-block ul.level-2 li a.category {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: unset;
}
.hal-navigation-top-left-block ul.level-2 li a.category:hover {
  background-color: #33424F;
}
.hal-navigation-top-left-block ul.level-1.main > li > a.active {
  padding-left: 10px;
}
.hal-navigation-top-left-block ul.level-1.main > li > a.active:before {
  content: '';
  position: relative;
  height: 100%;
  left: -8px;
  border-left: 4px solid #ff6600;
}
.hal-navigation-top-left-block ul.main.level-1 > li > a.expnd:after {
  display: inline-block;
  position: absolute;
  right: 8px;
  margin-top: 2px;
  transition-duration: 300ms;
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22triangle-down%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%3Cpath%20d%3D%22M7%2010L12%2015L17%2010H7Z%22%20fill%3D%22%23ADBAC7%22%2F%3E%0A%3C%2Fsvg%3E");
}
.hal-navigation-top-left-block ul.main.level-1 > li.open > a.expnd:after {
  transform: rotate(180deg);
  margin-top: -8px;
  transition-duration: 300ms;
}
.hal-navigation-top-meta-block {
  padding: 28px 0;
  border-top: 2px solid #8D9FAF;
}
.hal-navigation-top-meta-block .hal-navigation-top-item > a {
  font-weight: 500;
}
.hal-navigation-top-meta-block .hal-navigation-top-item.active-item > a,
.hal-navigation-top-meta-block .hal-navigation-top-item.active-item:hover > a {
  font-weight: 600;
}
@media  (min-width: 1024px) {
  .hal-navigation-top-meta-block {
    display: none;
  }
}
.hal-lang-en .hal-item-new-text {
  width: min-content;
}
.hal-lang-de .hal-item-new-text,
.hal-lang-es .hal-item-new-text,
.hal-lang-pt .hal-item-new-text,
.hal-lang-fr .hal-item-new-text,
.hal-lang-zh .hal-item-new-text {
  width: unset;
}
.hal-nav-side {
  width: 256px;
  position: fixed;
  top: 112px;
  left: 0;
  height: calc(100vh - 112px);
  z-index: 50;
  background: #33424F;
  overflow-y: auto;
  /*
  ul.main.level-1>li>a.expnd:hover:after {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22triangle-down%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%3Cpath%20d%3D%22M7%2010L12%2015L17%2010H7Z%22%20fill%3D%22%23ff6600%22%2F%3E%0A%3C%2Fsvg%3E");
  }
  */
}
@media  (max-width: 1023px) {
  .hal-nav-side {
    display: none;
  }
}
.hal-nav-side .hal-ext-left-menu {
  padding: 48px 0px 95px 0px;
}
.hal-nav-side .btn-collapse {
  position: fixed;
  left: 196px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.hal-nav-side .hal-text-wrapper {
  display: inline-flex;
  align-items: center;
}
.hal-nav-side .hal-item-new {
  display: none;
  margin-left: 8px;
  margin-bottom: 0;
  padding: 1px 6px;
  border-radius: 4px;
  background-color: #ff6600;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
  justify-content: center;
}
@media  (min-width: 1024px) {
  .hal-nav-side .hal-item-new {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-nav-side .hal-item-new {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-nav-side .level-2 .hal-item-new {
  display: none;
  margin-left: 8px;
  padding: 1px 6px;
  border-left: none;
  height: 16px;
  justify-content: center;
  font-weight: 700;
}
.hal-nav-side ul {
  margin: 0;
  padding-left: 0;
}
.hal-nav-side ul li {
  list-style-type: none;
}
.hal-nav-side ul li a {
  display: flex;
  align-items: center;
  height: 48px;
  text-decoration: none;
  font-family: Inter, Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-left: 14px;
}
.hal-nav-side ul li a svg {
  color: #8D9FAF;
}
.hal-nav-side ul li a > span {
  padding: 0 36px 0 16px;
  hyphens: auto;
}
.hal-nav-side ul li a:hover {
  background-color: #425464;
  /*
              color: @orange;

              svg {
                color: @orange;
                filter: invert(39%) sepia(56%) saturate(2621%) hue-rotate(3deg) brightness(106%) contrast(102%);
              }
              */
}
.hal-nav-side ul li a:active {
  background-color: #556A7A;
}
.hal-nav-side ul li a.hide {
  display: none;
}
.hal-nav-side ul li a:focus-visible {
  color: #fff;
  background: #425464;
  outline: none;
  box-shadow: #99d4ff 0px 0px 0px 2px inset;
}
.hal-nav-side ul li.placeholder {
  height: 48px;
}
.hal-nav-side ul.level-2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-out;
}
.hal-nav-side ul.level-2 li a {
  background: #33424F;
  font-weight: 500;
  padding-left: 39px;
}
.hal-nav-side ul.level-2 li a > span {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 23px;
  border-left: 2px solid #8D9FAF;
  hyphens: auto;
}
.hal-nav-side ul.level-2 li a:not([href]):not(.category) {
  display: none;
}
.hal-nav-side ul.level-2 li a.active,
.hal-nav-side ul.level-2 li a.active:active {
  padding-left: 38px;
}
.hal-nav-side ul.level-2 li a.active > span,
.hal-nav-side ul.level-2 li a.active:active > span {
  padding: 0 22px;
  border-left: 4px solid #ff6600;
}
.hal-nav-side ul.level-2 li a:hover {
  background-color: #425464;
}
.hal-nav-side ul.level-2 li a:active {
  background-color: #556A7A;
}
.hal-nav-side ul.level-2 li a:active > span {
  border-left: 2px solid #ff6600;
}
.hal-nav-side ul.level-2 li a:active .hal-item-new {
  border-left: none;
}
.hal-nav-side ul.level-2 li a.category {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: unset;
}
.hal-nav-side ul.level-2 li a.category:hover {
  background-color: #33424F;
}
.hal-nav-side ul.level-1.main > li > a.active {
  padding-left: 10px;
}
.hal-nav-side ul.level-1.main > li > a.active:before {
  content: '';
  position: relative;
  height: 100%;
  left: -8px;
  border-left: 4px solid #ff6600;
}
.hal-nav-side ul.main {
  padding: 48px 0px 95px 0px;
}
.hal-nav-side ul.main.level-1 > li > a {
  font-weight: 700;
}
.hal-nav-side ul.main.level-1 > li > a.expnd:after {
  display: inline-block;
  position: absolute;
  right: 8px;
  margin-top: 2px;
  transition-duration: 300ms;
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22triangle-down%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%3Cpath%20d%3D%22M7%2010L12%2015L17%2010H7Z%22%20fill%3D%22%23ADBAC7%22%2F%3E%0A%3C%2Fsvg%3E");
}
.hal-nav-side ul.main.level-1 > li.open > a.expnd:after {
  margin-top: -8px;
  transform: rotate(180deg);
  transition-duration: 300ms;
}
.hal-lang-en .hal-item-new-text {
  width: min-content;
}
.hal-lang-de .hal-item-new-text,
.hal-lang-es .hal-item-new-text,
.hal-lang-pt .hal-item-new-text,
.hal-lang-fr .hal-item-new-text,
.hal-lang-zh .hal-item-new-text {
  width: unset;
}
.hal-nav-side-collapsed {
  width: 120px;
}
.hal-nav-side-collapsed .btn-collapse {
  transform: rotate(180deg);
  left: 40px;
}
.hal-nav-side-collapsed .hal-text-wrapper {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.2px;
}
.hal-nav-side-collapsed .hal-item-new {
  margin-left: 0;
}
.hal-nav-side-collapsed ul li a {
  height: auto;
  min-height: 80px;
  display: block;
  padding: 16px 0 0 0;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.hal-nav-side-collapsed ul li a > span {
  display: block;
  padding-top: 7px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  hyphens: auto;
}
.hal-nav-side-collapsed ul li a .hal-item-new-text {
  width: unset;
}
.hal-nav-side-collapsed ul.level-1.main > li > a {
  font-weight: 500;
}
.hal-nav-side-collapsed ul.level-1.main > li > a.active,
.hal-nav-side-collapsed ul.level-1.main > li > a.active-child {
  font-weight: 700;
}
.hal-nav-side-collapsed ul.level-1.main > li > a.active:before,
.hal-nav-side-collapsed ul.level-1.main > li > a:active:before,
.hal-nav-side-collapsed ul.level-1.main > li > a.active-child:before {
  content: '';
  position: absolute;
  height: 80px;
  left: 4px;
  margin-top: -16px;
  border-left: 4px solid #ff6600;
}
.hal-nav-side-collapsed ul.main.level-1 > li > a.expnd:after {
  display: none;
}
.hal-nav-side-collapsed ul.level-2 {
  display: none;
}
.hal-nav-side-hide {
  display: none;
}
.hal-nav-side-op-ani {
  will-change: width;
  transition: width 400ms cubic-bezier(0.2, 0, 0, 1) 0s;
  transition: all 300ms;
}
.hal-image-with-tiles {
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
  overflow: hidden;
}
.hal-image-with-tiles-container {
  line-height: 0;
  position: relative;
}
.hal-image-with-tiles-image {
  width: 100%;
}
.hal-image-with-tiles-box {
  width: 260px;
  height: 184px;
  display: inline-block;
  text-align: center;
  color: #fff;
}
@media  (max-width: 1439px) {
  .hal-image-with-tiles-box {
    width: 205px;
    height: 145px;
  }
}
@media  (max-width: 1023px) {
  .hal-image-with-tiles-box {
    width: 186px;
    height: 132px;
  }
}
@media  (max-width: 599px) {
  .hal-image-with-tiles-box {
    width: 100%;
    height: 105px;
  }
}
.hal-image-with-tiles-box .hal-image-with-tiles-link {
  cursor: initial;
}
.hal-image-with-tiles-box > a,
.hal-image-with-tiles-box a:hover,
.hal-image-with-tiles-box a:visited {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.hal-image-with-tiles-box > a > span > svg,
.hal-image-with-tiles-box a:hover > span > svg,
.hal-image-with-tiles-box a:visited > span > svg {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(266deg) brightness(105%) contrast(101%);
}
@media  (max-width: 1023px) {
  .hal-image-with-tiles-box > a,
  .hal-image-with-tiles-box a:hover,
  .hal-image-with-tiles-box a:visited {
    flex-direction: row;
  }
  .hal-image-with-tiles-box > a > span,
  .hal-image-with-tiles-box a:hover > span,
  .hal-image-with-tiles-box a:visited > span {
    padding-right: 20px;
  }
}
.hal-image-with-tiles-box--dark-grey {
  background: #33424F;
}
.hal-image-with-tiles-box--orange {
  background: #ff6600;
}
.hal-image-with-tiles-box--grey {
  background: #65798B;
}
.hal-image-with-tiles-box--light-grey {
  background: #A4B6C6;
}
.hal-image-with-tiles-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px 60px 70px;
  display: flex;
  justify-content: space-around;
}
@media  (max-width: 1439px) {
  .hal-image-with-tiles-content {
    padding: 0 55px 48px 55px;
  }
}
@media  (max-width: 1023px) {
  .hal-image-with-tiles-content {
    padding: 0 50px 42px 50px;
  }
}
@media  (max-width: 599px) {
  .hal-image-with-tiles-content {
    position: relative;
    top: -102px;
    display: initial;
    justify-content: initial;
    padding: 0;
  }
}
.hal-image-with-tiles-content-three-tiles {
  justify-content: space-between;
}
@media  (max-width: 599px) {
  .hal-image-with-tiles-content-three-tiles {
    justify-content: initial;
  }
}
.hal-image-with-tiles-content-all {
  padding: 0 50px 60px 50px;
}
@media  (max-width: 1439px) {
  .hal-image-with-tiles-content-all {
    padding: 0 38px 48px 38px;
  }
}
@media  (max-width: 1023px) {
  .hal-image-with-tiles-content-all {
    position: relative;
    top: -10px;
    display: initial;
    justify-content: initial;
    padding: 0;
  }
}
@media  (max-width: 599px) {
  .hal-image-with-tiles-content-all {
    position: relative;
    top: -102px;
    display: initial;
    justify-content: initial;
    padding: 0;
  }
}
.hal-image-with-tiles-content-all .hal-image-with-tiles-box {
  width: 215px;
}
@media  (max-width: 1439px) {
  .hal-image-with-tiles-content-all .hal-image-with-tiles-box {
    width: 180px;
    height: 145px;
  }
}
@media  (max-width: 1023px) {
  .hal-image-with-tiles-content-all .hal-image-with-tiles-box {
    width: 100%;
    height: 105px;
  }
}
.hal-image-with-tiles-headline {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 6px;
}
@media  (min-width: 1440px) {
  .hal-image-with-tiles-headline {
    font-size: 28px;
  }
}
.hal-image-with-tiles-subline {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
@media  (min-width: 1440px) {
  .hal-image-with-tiles-subline {
    font-size: 18px;
  }
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-container {
  max-width: 1130px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: calc(100% / 3);
}
@media  (max-width: 599px) {
  .hal-stage-teaser-carousel .hal-stage-teaser-carousel-container {
    padding-bottom: 100%;
  }
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-content {
  position: absolute;
  width: 100%;
}
.hal-stage-teaser-carousel .hal-stage-teaser-img-txt-content {
  padding-left: 100px;
  padding-right: 100px;
}
@media  (max-width: 599px) {
  .hal-stage-teaser-carousel .hal-stage-teaser-img-txt-content {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-item {
  display: none;
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-item img {
  opacity: 0.8;
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev,
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  opacity: 0.65;
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev::after,
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-next::after {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media  (max-width: 599px) {
  .hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev,
  .hal-stage-teaser-carousel .hal-stage-teaser-carousel-next {
    display: none;
  }
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev {
  margin-left: 30px;
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22nav-arrow-left-rect%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%20viewBox%3D%220%200%2040%2040%22%20%20%3E%0A%09%3Cg%20transform%3D%22matrix(1.6666666666666667%2C0%2C0%2C1.6666666666666667%2C0%2C0)%22%3E%0A%09%09%3Cpath%20d%3D%22M0.750%200.750%20L23.250%200.750%20L23.250%2023.250%20L0.750%2023.250%20Z%22%20fill%3D%22%23F0F2F5%22%20stroke%3D%22%2333424F%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%3E%3C%2Fpath%3E%0A%09%09%3Cpath%20d%3D%22M15%2C17.25%2C9.011%2C12.592a.75.75%2C0%2C0%2C1%2C0-1.184L15%2C6.75%22%20fill%3D%22none%22%20stroke%3D%22%2333424F%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  fill: #33424F;
}
.hal-mzr-no-atobbtoa .hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev::after,
.hal-mzr-no-atob-btoa .hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev::after {
  content: url(../img/icons/nav-arrow-left-rect.svg);
}
@media print {
  .hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev {
    display: none !important;
  }
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-next {
  right: 0;
  margin-right: 30px;
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-next::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22nav-arrow-right-rect%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%20viewBox%3D%220%200%2040%2040%22%20%20%3E%0A%09%3Cg%20transform%3D%22matrix(1.6666666666666667%2C0%2C0%2C1.6666666666666667%2C0%2C0)%22%3E%0A%09%09%3Cpath%20d%3D%22M0.750%200.750%20L23.250%200.750%20L23.250%2023.250%20L0.750%2023.250%20Z%22%20fill%3D%22%23F0F2F5%22%20stroke%3D%22%2333424F%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20transform%3D%22translate(24%200)%20rotate(90)%22%3E%3C%2Fpath%3E%0A%09%09%3Cpath%20d%3D%22M9%2C6.75l5.989%2C4.658a.75.75%2C0%2C0%2C1%2C0%2C1.184L9%2C17.25%22%20fill%3D%22none%22%20stroke%3D%22%2333424F%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  fill: #33424F;
}
.hal-mzr-no-atobbtoa .hal-stage-teaser-carousel .hal-stage-teaser-carousel-next::after,
.hal-mzr-no-atob-btoa .hal-stage-teaser-carousel .hal-stage-teaser-carousel-next::after {
  content: url(../img/icons/nav-arrow-right-rect.svg);
}
@media print {
  .hal-stage-teaser-carousel .hal-stage-teaser-carousel-next {
    display: none !important;
  }
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev:hover,
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-next:hover {
  opacity: 0.8;
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-dots {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  display: flex;
  justify-content: center;
}
@media print {
  .hal-stage-teaser-carousel .hal-stage-teaser-carousel-dots {
    display: none !important;
  }
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-dot {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 7px;
  background-color: #555C62;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-dot-active,
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-dot:hover {
  background-color: #fff;
}
@keyframes fade-auto {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hal-image-collage {
  position: relative;
  max-width: 1130px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  font-size: 0;
}
@media  (max-width: 600px) {
  .hal-image-collage {
    flex-direction: column;
  }
}
.hal-image-collage .hal-image-collage-main-container {
  position: relative;
  width: calc(100% / 3 * 2);
}
@media  (max-width: 600px) {
  .hal-image-collage .hal-image-collage-main-container {
    width: 100%;
  }
}
.hal-image-collage .hal-image-collage-main {
  width: 100%;
  position: relative;
  background: #fff;
}
.hal-image-collage .hal-image-collage-main > div > div {
  margin-bottom: 0;
}
.hal-image-collage .hal-image-collage-main > div > div > picture {
  position: relative;
}
.hal-image-collage .hal-image-collage-main > div > div > picture > img {
  position: relative;
  width: 100%;
}
.hal-image-collage .hal-image-collage-main-content {
  width: 62%;
  position: absolute;
  bottom: 0;
  margin: 0 0 56px 32px;
}
.hal-image-collage .hal-image-collage-main-content > h1 {
  padding-bottom: 25px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
}
@media  (min-width: 1024px) {
  .hal-image-collage .hal-image-collage-main-content > h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  .hal-image-collage .hal-image-collage-main-content > h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
.hal-image-collage .hal-image-collage-main-content > .hal-button--circle {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ff6600;
  cursor: pointer;
}
.hal-image-collage .hal-image-collage-main-content > .hal-button--circle > svg {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(266deg) brightness(105%) contrast(101%);
  margin: 16px 16px;
}
@media  (max-width: 599px) {
  .hal-image-collage .hal-image-collage-main-content > .hal-button--circle > svg {
    height: 12px !important;
    width: 12px !important;
    margin: 10px 10px;
  }
}
@media  (max-width: 1439px) {
  .hal-image-collage .hal-image-collage-main-content {
    width: 80%;
  }
}
@media  (max-width: 1023px) {
  .hal-image-collage .hal-image-collage-main-content {
    width: 90%;
    margin: 0 0 13px 32px;
  }
}
@media  (max-width: 599px) {
  .hal-image-collage .hal-image-collage-main-content {
    width: 68%;
  }
  .hal-image-collage .hal-image-collage-main-content > h1 {
    padding-bottom: 12px;
  }
  .hal-image-collage .hal-image-collage-main-content > .hal-button--circle {
    height: 32px;
    width: 32px;
  }
}
.hal-image-collage .hal-image-collage-secondary-container {
  position: relative;
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
}
@media  (max-width: 599px) {
  .hal-image-collage .hal-image-collage-secondary-container {
    width: 100%;
    flex-direction: row;
  }
}
@media  (max-width: 599px) {
  .hal-image-collage .hal-image-collage-secondary-container {
    flex-direction: column;
  }
}
.hal-image-collage .hal-image-collage-secondary {
  width: 100%;
  position: relative;
  background: #fff;
}
@media  (max-width: 600px) {
  .hal-image-collage .hal-image-collage-secondary {
    width: 50%;
  }
}
@media  (max-width: 599px) {
  .hal-image-collage .hal-image-collage-secondary {
    width: 100%;
  }
}
.hal-image-collage .hal-image-collage-secondary > div > div {
  margin-bottom: 0;
}
.hal-image-collage .hal-image-collage-secondary > div > div > picture {
  position: relative;
}
.hal-image-collage .hal-image-collage-secondary > div > div > picture > img {
  position: relative;
  width: 100%;
}
.hal-image-collage .hal-image-collage-secondary-content {
  width: 68%;
  position: absolute;
  bottom: 0;
  margin: 0 0 13px 32px;
}
@media  (max-width: 1439px) {
  .hal-image-collage .hal-image-collage-secondary-content {
    width: 80%;
  }
}
.hal-image-collage .hal-image-collage-secondary-content > h1 {
  padding-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222222;
}
@media  (min-width: 1024px) {
  .hal-image-collage .hal-image-collage-secondary-content > h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-image-collage .hal-image-collage-secondary-content > h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.14285714;
  }
}
.hal-image-collage .hal-image-collage-secondary-content > .hal-button--circle {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.hal-image-collage .hal-image-collage-secondary-content > .hal-button--circle > svg {
  margin: 10px 10px;
}
.hal-image-collage .hal-image-collage-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hal-image-collage .hal-textcolor--light-desktop {
  color: #fff;
}
.hal-image-collage .hal-textcolor--dark-desktop {
  color: #333;
}
@media  (max-width: 1023px) {
  .hal-image-collage .hal-textcolor--light-tablet {
    color: #fff;
  }
  .hal-image-collage .hal-textcolor--dark-tablet {
    color: #333;
  }
}
@media  (max-width: 599px) {
  .hal-image-collage .hal-textcolor--light-mobile {
    color: #fff;
  }
  .hal-image-collage .hal-textcolor--dark-mobile {
    color: #333;
  }
}
.hal-image-collage-wrapper {
  position: relative;
  padding-bottom: calc(100% / 3);
}
@media  (max-width: 600px) {
  .hal-image-collage-wrapper {
    padding-bottom: calc(100% / 750 * 562.5);
  }
}
@media  (max-width: 599px) {
  .hal-image-collage-wrapper {
    padding-bottom: 150%;
  }
}
.hal-image-collage-wrapper .hal-image-collage-content-wrapper {
  position: absolute;
}
.hal-container-content .hal-stage-teaser-video .hal-h0 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media  (min-width: 1024px) {
  .hal-container-content .hal-stage-teaser-video .hal-h0 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1440px) {
  .hal-container-content .hal-stage-teaser-video .hal-h0 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
.hal-stage-teaser-video {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  overflow: hidden;
}
@media  (max-width: 599px) {
  .hal-stage-teaser-video {
    overflow: visible;
  }
}
.hal-stage-teaser-video .hal-video-cf {
  position: unset;
}
.hal-stage-teaser-video-scene {
  line-height: 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hal-stage-teaser-video-scene .column {
  position: relative;
  display: flex;
  width: 100%;
}
@media  (min-width: 1024px) {
  .hal-stage-teaser-video-scene .column {
    width: 50%;
  }
}
.hal-stage-teaser-video-scene .left .hal-video {
  width: 100%;
}
.hal-stage-teaser-video-scene .right {
  overflow: hidden;
  background-color: #fff;
}
.hal-stage-teaser-video-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-video-content {
    padding-top: 56px;
  }
}
.hal-stage-teaser-video-content-inner {
  position: relative;
  width: 73%;
  margin: 0 auto;
}
.hal-stage-teaser-video .hal-h0 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
  margin-bottom: 0px;
  white-space: pre-line;
}
@media  (min-width: 1024px) {
  .hal-stage-teaser-video .hal-h0 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-video .hal-h0 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .hal-stage-teaser-video .hal-h0 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.22222222;
  }
}
@media (min-width: 769px) and (max-width: 1279px) and  (min-width: 1024px) {
  .hal-stage-teaser-video .hal-h0 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.16666667;
  }
}
@media (min-width: 769px) and (max-width: 1279px) and  (min-width: 1440px) {
  .hal-stage-teaser-video .hal-h0 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.14285714;
  }
}
.hal-stage-teaser-video .hal-h4 {
  display: inline-block;
  white-space: pre-line;
  margin-top: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0px;
}
@media  (min-width: 1024px) {
  .hal-stage-teaser-video .hal-h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-video .hal-h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
@media  (min-width: 600px) {
  .hal-stage-teaser-video .hal-h4 {
    display: block;
    margin-bottom: 10px;
  }
}
.hal-stage-teaser-video .hal-button-container {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
}
@media  (max-width: 599px) {
  .hal-stage-teaser-video .hal-button-container .hal-button {
    margin-bottom: 16px;
    padding: 10px 24px;
    min-height: 48px;
    height: auto;
    line-height: 2.5rem;
  }
}
.hal-stage-teaser-video .hal-button--secondary {
  margin-right: 20px;
}
@media  (min-width: 600px) {
  .hal-stage-teaser-video-scene[dir="rtl"] .hal-stage-teaser-video-content {
    padding-left: 290px;
    padding-right: 10px;
  }
}
@media  (min-width: 600px) {
  .hal-stage-teaser-video-scene[dir="rtl"] .hal-stage-teaser-video-content {
    padding-left: 310px;
    padding-right: 30px;
  }
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-video-scene[dir="rtl"] .hal-stage-teaser-video-content {
    padding-left: 310px;
    padding-right: 30px;
  }
}
.hal-stage-teaser-video-scene[dir="rtl"] .hal-h0 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
}
@media  (min-width: 1024px) {
  .hal-stage-teaser-video-scene[dir="rtl"] .hal-h0 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-video-scene[dir="rtl"] .hal-h0 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
.hal-stage-teaser-video-scene[dir="rtl"] .hal-h4 {
  margin-left: 15px;
  margin-right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media  (min-width: 1024px) {
  .hal-stage-teaser-video-scene[dir="rtl"] .hal-h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-video-scene[dir="rtl"] .hal-h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
.hal-video-cf {
  position: relative;
  padding-top: 56.25%;
}
.hal-video-cf-frame {
  border: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - +175px);
}
.hal-contentteaser .hal-picture {
  width: 100%;
}
.hal-contentteaser-content {
  width: 100%;
  position: relative;
  top: -5px;
}
.hal-contentteaser-content > a > .hal-contentteaser-title > span > p,
.hal-contentteaser-content a:hover > .hal-contentteaser-title > span > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: initial;
}
@media  (min-width: 1024px) {
  .hal-contentteaser-content > a > .hal-contentteaser-title > span > p,
  .hal-contentteaser-content a:hover > .hal-contentteaser-title > span > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-contentteaser-content > a > .hal-contentteaser-title > span > p,
  .hal-contentteaser-content a:hover > .hal-contentteaser-title > span > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-contentteaser-content > a > .hal-contentteaser-title > span > h3,
.hal-contentteaser-content a:hover > .hal-contentteaser-title > span > h3 {
  color: initial;
}
.hal-contentteaser-content > a:focus-visible {
  outline: 2px solid #0262f2;
  outline-offset: -2px;
}
.hal-contentteaser-title {
  position: relative;
  padding: 20px 30px 20px 20px;
  display: block;
  color: #000;
}
.hal-contentteaser-title > span > h3 {
  margin: 0px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.hal-contentteaser-title > span > p {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-contentteaser-title > span > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-contentteaser-title > span > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-contentteaser-links {
  padding: 0px 20px 20px 20px;
}
.hal-contentteaser-arrow,
.hal-contentteaser-arrow-text {
  position: absolute;
  bottom: 17px;
  right: 10px;
}
.hal-contentteaser-arrow.black > svg,
.hal-contentteaser-arrow-text.black > svg {
  filter: invert(17%) sepia(95%) saturate(217%) hue-rotate(166deg) brightness(89%) contrast(79%);
}
.hal-contentteaser-arrow.orange > svg,
.hal-contentteaser-arrow-text.orange > svg {
  filter: invert(61%) sepia(68%) saturate(5984%) hue-rotate(0deg) brightness(103%) contrast(109%);
}
.hal-contentteaser-wrapper {
  display: block;
  position: relative;
  padding-bottom: calc(100% / 2);
}
.hal-contentteaser-image-wrapper {
  position: absolute;
  width: 100%;
}
@media print {
  .hal-contentteaser {
    break-inside: avoid;
  }
}
.hal-footer .hal-h6 {
  margin-bottom: 8px;
  color: #33424F;
}
.hal-footer a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
  font-weight: 400;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
@media  (min-width: 1024px) {
  .hal-footer a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-footer a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-footer a,
.hal-footer a:visited {
  color: #65798B;
}
.hal-footer a:hover {
  color: #999;
}
.hal-footer p {
  font-weight: 400;
}
.hal-footer .hal-footer-list li:first-child {
  border: none;
}
.hal-footer .hal-footer-list--main {
  margin-bottom: 24px;
}
.hal-footer .hal-footer-list--main li {
  padding: 8px 0;
}
.hal-footer .hal-footer-list--terms {
  margin-bottom: 30px;
}
.hal-footer .hal-footer-list--terms li {
  display: inline-block;
  margin: 4px 5px 4px 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #CCD6DF;
  line-height: 20px;
}
.hal-footer .hal-footer-list--terms li:first-child {
  padding-left: 0;
  font-weight: 600;
}
@media  (max-width: 599px) {
  .hal-footer .hal-footer-list--terms li:first-child {
    display: block;
  }
  .hal-footer .hal-footer-list--terms li:first-child + li {
    padding-left: 0;
  }
}
.hal-footer .hal-footer-list--terms li:last-child {
  padding-right: 0;
  border: none;
}
.hal-footer {
  background-color: #E1E8ED;
}
.hal-page--home .hal-footer,
.hal-page--beacon .hal-footer,
.hal-page--newsdetail .hal-footer {
  margin-top: 0;
  border-top: 1px solid #e5e5e5;
}
.hal-footer .hal-container {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
  z-index: 0;
}
@media  (min-width: 1024px) {
  .hal-footer .hal-container {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-footer .hal-container {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-footer .hal-container-main .hal-container-content {
  padding: 32px 32px 24px;
}
@media  (max-width: 1023px) {
  .hal-footer .hal-container-main .hal-container-content {
    padding: 32px 16px 24px;
  }
}
@media  (max-width: 599px) {
  .hal-footer .hal-container-main .hal-container-content {
    padding: 32px 8px 24px;
  }
}
.hal-footer .hal-container-main .hal-container-content .hal-columns {
  margin-left: 0;
  justify-content: space-between;
}
.hal-footer .hal-container-main .hal-container-content .hal-columns .hal-columns-main {
  width: 75%;
}
@media  (max-width: 1023px) {
  .hal-footer .hal-container-main .hal-container-content .hal-columns .hal-columns-main {
    width: 100%;
  }
}
@media  (max-width: 599px) {
  .hal-footer .hal-container-main .hal-container-content .hal-columns .hal-columns-main {
    max-width: 696px;
  }
}
.hal-footer .hal-container-main .hal-container-content .hal-columns .hal-columns-main .hal-column-content {
  margin-left: 0;
  padding-right: 24px;
}
@media  (max-width: 599px) {
  .hal-footer .hal-container-main .hal-container-content .hal-columns .hal-columns-main .hal-column-content {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.hal-footer .hal-container-main .hal-container-content .hal-columns .hal-column--margin .hal-column-content {
  margin-left: 0;
  padding-right: 0;
}
.hal-footer .hal-container-terms {
  border-top: 1px solid #CCD6DF;
}
.hal-footer .hal-container-terms .hal-container-content {
  padding: 24px 32px 0;
}
@media  (max-width: 1023px) {
  .hal-footer .hal-container-terms .hal-container-content {
    padding: 30px 16px 0;
  }
}
.hal-footer .hal-container-terms .hal-columns {
  margin-left: 0;
  justify-content: space-between;
}
.hal-footer .hal-container-terms .hal-columns .hal-column {
  width: 100%;
}
@media  (min-width: 1024px) {
  .hal-footer .hal-container-terms .hal-columns .hal-column {
    width: 75%;
  }
  .hal-footer .hal-container-terms .hal-columns .hal-column--margin {
    padding-left: 0;
    padding-top: 4px;
    width: 25%;
  }
}
.hal-footer .hal-container-terms .hal-columns .hal-column .hal-column-content {
  margin-left: 0;
  padding-right: 0;
}
@media  (max-width: 1023px) {
  .hal-footer .hal-container-terms .hal-columns .hal-column--margin .hal-column-content {
    padding-left: 0;
  }
}
.hal-footer .hal-container-terms .hal-copyright {
  text-align: right;
  line-height: 20px;
}
.hal-footer .hal-columns .hal-column {
  width: 50%;
  margin-bottom: 0;
}
.hal-footer .hal-columns .hal-column--margin {
  padding-left: 0;
  width: 50%;
}
@media  (min-width: 1024px) {
  .hal-footer .hal-columns .hal-column--margin,
  .hal-footer .hal-columns .hal-column {
    width: 25%;
  }
}
@media  (min-width: 1024px) {
  .hal-footer .hal-columns .hal-columns-main .hal-column {
    width: 25%;
    max-width: 170px;
  }
}
@media  (max-width: 599px) {
  .hal-footer .hal-columns .hal-columns-main .hal-column {
    width: 50%;
    max-width: 50%;
  }
}
@media  (min-width: 1024px) {
  .hal-footer .hal-columns .hal-column--margin {
    width: 25%;
    max-width: 240px;
  }
}
@media  (max-width: 1023px) {
  .hal-footer .hal-columns .hal-column--margin {
    width: 240px;
  }
}
@media  (max-width: 599px) {
  .hal-footer .hal-columns .hal-column--margin .hal-column-content {
    padding-left: 8px;
  }
}
.hal-footer-socialmedia {
  margin-bottom: 20px;
}
.hal-footer-socialmedia-link {
  display: inline-block;
  margin: 4px 16px 16px 4px;
  /*
      &:nth-of-type(3n) {
        margin-right: 0;

        &::after {
        content: "";
        display: block;
        margin-bottom: @grid-padding-md;
        }
      }
      */
}
.hal-footer-socialmedia [class*="icon-"] {
  color: #ff6600;
}
.hal-footer-socialmedia [class*="icon-"]:hover {
  color: #A34100;
}
.hal-footer-teaser {
  margin-bottom: 20px;
}
.hal-footer-teaser-image {
  width: 100%;
  height: auto;
}
.hal-footer-teaser-image-wrapper {
  aspect-ratio: 2;
}
.hal-footer-apps-content {
  display: flex;
}
.hal-footer-apps-content > a {
  display: block;
  margin-right: 10px;
}
.hal-footer-apps-content > a img,
.hal-footer-apps-content > a svg {
  width: 100%;
  height: 32px;
}
.hal-footer-apps-content > a:nth-of-type(2) {
  margin-right: 0px;
}
.hal-footer-apps-content > a:nth-of-type(3) {
  flex-grow: 0;
  width: calc(50% - 5px);
}
@media print {
  .hal-footer {
    display: none;
  }
}
.hal-footer[dir="rtl"] .hal-rtl--alt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
}
@media  (min-width: 1024px) {
  .hal-footer[dir="rtl"] .hal-rtl--alt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-footer[dir="rtl"] .hal-rtl--alt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-footer[dir="rtl"] .hal-rtl--alt.hal-h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-footer[dir="rtl"] .hal-rtl--alt.hal-h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-footer[dir="rtl"] .hal-rtl--alt.hal-h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-footer[dir="rtl"] .hal-copyright {
  unicode-bidi: plaintext;
  text-align: right;
}
@media  (min-width: 1024px) {
  .hal-footer[dir="rtl"] .hal-container--main .hal-columns .hal-column--margin {
    padding-left: 0;
    padding-right: 16.66666667%;
  }
}
.hal-footer[dir="rtl"] .hal-footer-socialmedia-link {
  margin-right: 0;
  margin-left: 25px;
}
.hal-footer[dir="rtl"] .hal-footer-socialmedia-link:nth-of-type(3n) {
  margin-left: 0;
}
.hal-footer[dir="rtl"] .hal-footer-list--terms {
  margin-right: -10px;
}
.hal-footer[dir="rtl"] .hal-footer-list--terms li {
  padding-right: 0;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  border-right: none;
}
.hal-footer[dir="rtl"] .hal-footer-list--terms li:first-child,
.hal-footer[dir="rtl"] .hal-footer-list--terms li:last-child {
  border: none;
}
@media  (max-width: 599px) {
  .hal-footer[dir="rtl"] .hal-footer-list--terms li:first-child + li {
    padding-left: 10px;
  }
}
@media print {
  .hal-ext-footer {
    display: none;
  }
}
.hal-dialog-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.7);
  z-index: 9958;
  display: none;
}
.hal-dialog-content {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 30em;
  padding: 20px 0;
  text-align: center;
  border: 1px solid rgba(102, 102, 102, 0.15);
  background-color: #fff;
  box-shadow: 0px 0px 10em 100px #f2f2f2;
  transform: translateX(-50%) translateY(-50%);
}
.hal-dialog-text {
  width: 75%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04rem;
  border-bottom: 1px solid #ededed;
}
.hal-tile-accordion {
  width: 100%;
  font-size: 0;
}
.hal-tile-accordion-tabs {
  width: 40%;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-tile-accordion-tabs {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-tile-accordion-tabs {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-tile-accordion-tabs .hal-tile-accordion-tab {
  width: calc(100% - 45px);
  min-height: 148px;
  margin-bottom: 20px;
  padding: 25px 30px 28px;
  color: #fff;
  background: #65798B;
  border-left: 3px solid #65798B;
  cursor: pointer;
  position: relative;
}
.hal-tile-accordion-tabs .hal-tile-accordion-tab:hover {
  border-left: 3px solid #FFB98B;
}
.hal-tile-accordion-tabs .hal-tile-accordion-tab.hal-is-active {
  background: #33424F;
  border-left: 3px solid #ff6600;
}
.hal-tile-accordion-tabs .hal-tile-accordion-tab.hal-is-active:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2221%22%20viewBox%3D%220%200%2013%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.31665%2018.6116L7.94998%2010.9615L0.31665%203.31155L2.66665%200.961548L12.6667%2010.9615L2.66665%2020.9616L0.31665%2018.6116Z%22%20fill%3D%22%23425464%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  top: calc(50% - 10px);
  left: calc(100% + 16px);
}
.hal-tile-accordion-tabs .hal-tile-accordion-tab > p {
  white-space: pre-line;
}
@media  (max-width: 599px) {
  .hal-tile-accordion-tabs {
    display: none;
  }
}
.hal-tile-accordion-items {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-tile-accordion-items {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-tile-accordion-items {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-tile-accordion-items .hal-tile-accordion-item-title {
  display: none;
}
@media  (max-width: 599px) {
  .hal-tile-accordion-items .hal-tile-accordion-item-title {
    display: block;
    width: 100%;
    min-height: 148px;
    margin-bottom: 10px;
    padding: 25px 30px 10px;
    color: #fff;
    background: #65798B;
    border-left: 3px solid #65798B;
    cursor: pointer;
    position: relative;
  }
  .hal-tile-accordion-items .hal-tile-accordion-item-title > p {
    white-space: pre-line;
  }
}
.hal-tile-accordion-items .hal-tile-accordion-item-title:hover {
  border-left: 3px solid #FFB98B;
}
.hal-tile-accordion-items .hal-tile-accordion-item-title-icon {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 10px);
}
.hal-tile-accordion-items .hal-tile-accordion-item-title-icon > svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(108%) contrast(100%);
}
.hal-tile-accordion-items .hal-tile-accordion-item-content {
  display: none;
}
.hal-tile-accordion-items .hal-tile-accordion-item-content-icon {
  display: none;
}
.hal-tile-accordion-items .hal-tile-accordion-item.hal-is-active .hal-tile-accordion-item-title {
  background: #33424F;
  border-left: 3px solid #ff6600;
}
.hal-tile-accordion-items .hal-tile-accordion-item.hal-is-active .hal-tile-accordion-item-title-icon {
  display: none;
}
.hal-tile-accordion-items .hal-tile-accordion-item.hal-is-active .hal-tile-accordion-item-content {
  display: block;
  margin-bottom: 20px;
}
@media  (max-width: 599px) {
  .hal-tile-accordion-items .hal-tile-accordion-item.hal-is-active .hal-tile-accordion-item-content-icon {
    display: block;
    text-align: center;
  }
  .hal-tile-accordion-items .hal-tile-accordion-item.hal-is-active .hal-tile-accordion-item-content-icon > svg {
    filter: invert(30%) sepia(20%) saturate(642%) hue-rotate(167deg) brightness(92%) contrast(87%);
  }
}
@media  (max-width: 599px) {
  .hal-tile-accordion-items {
    width: 100%;
  }
}
.hal-tile-accordion-items-author {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-tile-accordion-items-author {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-tile-accordion-items-author {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-tile-accordion-items-author .hal-tile-accordion-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.hal-tile-accordion-items-author .hal-tile-accordion-item-title {
  width: calc(40% - 45px);
  min-height: 148px;
  margin-bottom: 20px;
  padding: 25px 30px 28px;
  color: #fff;
  background: #65798B;
  position: relative;
}
@media  (max-width: 599px) {
  .hal-tile-accordion-items-author .hal-tile-accordion-item-title {
    width: 100%;
    min-height: 148px;
    margin-bottom: 20px;
    padding: 25px 30px 10px;
    color: #fff;
    background: #65798B;
    position: relative;
  }
}
.hal-tile-accordion-items-author .hal-tile-accordion-item-title > p {
  white-space: pre-line;
}
.hal-tile-accordion-items-author .hal-tile-accordion-item-title-icon {
  display: none;
}
.hal-tile-accordion-items-author .hal-tile-accordion-item-content {
  width: 60%;
  margin-bottom: 20px;
}
@media  (max-width: 599px) {
  .hal-tile-accordion-items-author .hal-tile-accordion-item-content {
    width: 100%;
  }
}
.hal-tile-accordion-items-author .hal-tile-accordion-item-content-icon {
  display: none;
}
@media  (max-width: 599px) {
  .hal-tile-accordion-items-author .hal-tile-accordion-item {
    display: block;
  }
}
.hal-page {
  background-color: #F0F2F5;
}
@media print {
  .hal-page {
    background-color: #fff;
  }
}
.hal-page-header > .hal-navigation {
  position: fixed;
  z-index: 8609;
  top: 0;
  left: 0;
  right: 0;
  backface-visibility: hidden;
}
.hal-page-body {
  padding-left: 256px;
  min-height: calc(100vh - +130px);
}
@media  (min-width: 1024px) {
  .hal-page-body {
    min-height: calc(100vh - +300px);
  }
}
@media  (max-width: 1023px) {
  .hal-page-body {
    padding-left: 0;
  }
}
.hal-page-body.no-nav {
  padding-left: 0;
}
.hal-page .hal-footer,
.hal-page .hal-ext-footer {
  background-color: #E1E8ED;
  padding-left: 256px;
}
@media  (max-width: 1023px) {
  .hal-page .hal-footer,
  .hal-page .hal-ext-footer {
    padding-left: 0px;
  }
}
.hal-page-body-expanded,
.hal-page .hal-footer-expanded,
.hal-page .hal-ext-footer-expanded {
  padding-left: 120px;
}
@media  (max-width: 1023px) {
  .hal-page-body-expanded,
  .hal-page .hal-footer-expanded,
  .hal-page .hal-ext-footer-expanded {
    padding-left: 0px;
  }
}
.hal-page.page-country-detail .hal-stagetext .hal-stagetext-content .hal-h0 {
  height: 64px;
}
.page-countries-offices .hal-officefinder-header,
.page-region-detail .hal-officefinder-header {
  background: #CCD6DF;
}
@media  (max-width: 599px) {
  .page-countries-offices .hal-officefinder-header,
  .page-region-detail .hal-officefinder-header {
    padding: 0 16px;
  }
}
.page-countries-offices .hal-officefinder-header .hal-officefinder-title,
.page-region-detail .hal-officefinder-header .hal-officefinder-title {
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  padding-top: 100px;
}
.page-countries-offices .hal-officefinder-header .hal-officefinder-description,
.page-region-detail .hal-officefinder-header .hal-officefinder-description {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  margin: 0 auto;
  max-width: 560px;
}
.page-countries-offices .hal-officefinder-search,
.page-region-detail .hal-officefinder-search {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 118px;
  z-index: 1;
  text-align: center;
  background: linear-gradient(360deg, rgba(204, 214, 223, 0.15) 0%, #CCD6DF 100%);
}
@media  (max-width: 1023px) {
  .page-countries-offices .hal-officefinder-search,
  .page-region-detail .hal-officefinder-search {
    position: relative;
    left: 0;
    right: 0;
    background: #CCD6DF;
  }
}
@media  (max-width: 599px) {
  .page-countries-offices .hal-officefinder-search,
  .page-region-detail .hal-officefinder-search {
    padding: 0 16px;
  }
}
.hal-headless .hal-page-body {
  padding-left: 0;
}
.hal-headless .hal-share {
  display: none;
}
.hal-headless a:not([href]) {
  font-weight: inherit;
  color: #333;
  cursor: auto;
}
@media print {
  .hal-page-header {
    visibility: hidden;
    height: 0px;
  }
  .hal-page-header > .hal-navigation {
    visibility: visible;
    overflow: hidden;
    position: static;
    min-height: 0 !important;
    height: 60px;
    background-color: #ff6600;
    -webkit-print-color-adjust: exact;
  }
  .hal-page-body {
    min-height: 0;
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  font-family: Inter, Helvetica, Arial, Verdana, sans-serif;
  font-size: 62.5%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
p,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
}
p,
ul,
ol {
  font-weight: 300;
}
*[dir="rtl"] p,
*[dir="rtl"] ul,
*[dir="rtl"] ol {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14285714;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] p,
  *[dir="rtl"] ul,
  *[dir="rtl"] ol {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] p,
  *[dir="rtl"] ul,
  *[dir="rtl"] ol {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.11111111;
  }
}
*[dir="rtl"] *[dir="ltr"] p,
*[dir="rtl"] *[dir="ltr"] ul,
*[dir="rtl"] *[dir="ltr"] ol {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] *[dir="ltr"] p,
  *[dir="rtl"] *[dir="ltr"] ul,
  *[dir="rtl"] *[dir="ltr"] ol {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] *[dir="ltr"] p,
  *[dir="rtl"] *[dir="ltr"] ul,
  *[dir="rtl"] *[dir="ltr"] ol {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-fontsize-0 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
}
@media  (min-width: 1024px) {
  .hal-fontsize-0 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  .hal-fontsize-0 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
.hal-fontsize-1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.16666667;
}
@media  (min-width: 1024px) {
  .hal-fontsize-1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.13333333;
  }
}
@media  (min-width: 1440px) {
  .hal-fontsize-1 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.10526316;
  }
}
.hal-fontsize-2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222222;
}
@media  (min-width: 1024px) {
  .hal-fontsize-2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-fontsize-2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.14285714;
  }
}
.hal-fontsize-3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media  (min-width: 1024px) {
  .hal-fontsize-3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1440px) {
  .hal-fontsize-3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
.hal-fontsize-4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71428571;
}
@media  (min-width: 1024px) {
  .hal-fontsize-4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media  (min-width: 1440px) {
  .hal-fontsize-4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.hal-fontsize-5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-fontsize-5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-fontsize-5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-fontsize-6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-fontsize-6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-fontsize-6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-fontsize-7 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
}
@media  (min-width: 1024px) {
  .hal-fontsize-7 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-fontsize-7 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-display: fallback;
  src: url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0I5nvwUgHU.woff2") format('woff2'), url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0I5nvwUgHU.woff") format('woff');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-display: fallback;
  src: url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0I5nvwUgHU.woff2") format('woff2'), url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0I5nvwUgHU.woff") format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-display: fallback;
  src: url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0I5nvwUgHU.woff2") format('woff2'), url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0I5nvwUgHU.woff") format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-display: fallback;
  src: url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0I5nvwUgHU.woff2") format('woff2'), url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0I5nvwUgHU.woff") format('woff');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-display: fallback;
  src: url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0I5nvwUgHU.woff2") format('woff2'), url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0I5nvwUgHU.woff") format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-display: fallback;
  src: url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0I5nvwUgHU.woff2") format('woff2'), url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0I5nvwUgHU.woff") format('woff');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-display: fallback;
  src: url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0I5nvwU.woff2") format('woff2'), url("../fonts/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0I5nvwU.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.icon-new-star-large {
  fill: #ff6600;
  margin-bottom: -12px;
  margin-left: 5px;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  height: 100%;
  color: #333;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
  outline: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
fieldset,
legend {
  margin: 0;
  border: 0;
  padding: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
}
button,
input,
select,
textarea {
  font: inherit;
  line-height: inherit;
  color: inherit;
}
a,
em,
b,
strong {
  font-weight: 600;
  font-style: normal;
}
a,
.hal-link,
label[for]:not(.hal-zoom) {
  cursor: pointer;
}
a,
.hal-link {
  color: #E65F05;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  text-decoration: none;
  transition: color .1s;
}
@media  (min-width: 1024px) {
  a,
  .hal-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  a,
  .hal-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
a:hover,
.hal-link:hover {
  color: #A34100;
}
a:visited,
.hal-link:visited {
  color: #A34100;
}
a:focus-visible,
.hal-link:focus-visible {
  outline: 2px solid #0262f2;
  outline-offset: 2px;
}
a[dir="rtl"],
.hal-link[dir="rtl"],
*[dir="rtl"] a:not([dir="ltr"]),
*[dir="rtl"] .hal-link:not([dir="ltr"]) {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.16666667;
}
@media  (min-width: 1024px) {
  a[dir="rtl"],
  .hal-link[dir="rtl"],
  *[dir="rtl"] a:not([dir="ltr"]),
  *[dir="rtl"] .hal-link:not([dir="ltr"]) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14285714;
  }
}
@media  (min-width: 1440px) {
  a[dir="rtl"],
  .hal-link[dir="rtl"],
  *[dir="rtl"] a:not([dir="ltr"]),
  *[dir="rtl"] .hal-link:not([dir="ltr"]) {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
  }
}
table {
  border-collapse: collapse;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #CCD6DF;
}
.hal-module--dark {
  color: #fff;
}
.hal-module--grey {
  background: #F0F2F5;
}
.hal-module--white {
  background: #fff;
}
.hal-module--light {
  background: #fff;
}
.hal-module--center {
  text-align: center;
}
.hal-hidden {
  display: none !important;
}
@media  (max-width: 599px) {
  .hal-hidden-if-sm {
    display: none !important;
  }
}
@media  (min-width: 600px) and  (max-width: 1023px) {
  .hal-hidden-if-md {
    display: none !important;
  }
}
@media  (min-width: 1024px) and  (max-width: 1439px) {
  .hal-hidden-if-lg {
    display: none !important;
  }
}
@media  (min-width: 1440px) and  (max-width: 1919px) {
  .hal-hidden-if-xl {
    display: none !important;
  }
}
@media print {
  @page {
    size: A4 portrait;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .hal-no-print {
    display: none !important;
  }
  .hal-print-table {
    display: block !important;
    break-after: avoid;
    break-before: avoid;
  }
  .hal-print-table-header-space,
  .hal-print-table-footer-space {
    height: 2cm;
  }
  *::before,
  *::after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  thead {
    display: table-header-group;
  }
  img {
    break-inside: avoid;
  }
  p,
  h2,
  h3,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    break-after: avoid;
  }
  iframe {
    display: none;
  }
}
.hal-stagetext {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  background-color: #fff;
}
.hal-stagetext .hal-h0 {
  margin-bottom: 0px;
}
.hal-stagetext-image {
  width: 100%;
  margin-bottom: -165px;
}
.hal-stagetext-content {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding: 30px 30px 0 30px;
}
@media  (max-width: 599px) {
  .hal-stagetext-content {
    padding: 15px;
  }
}
.hal-stagetext-content .hal-local-content-jumpmark {
  display: flex;
  align-items: center;
}
.hal-stagetext-content .hal-local-content-jumpmark > a {
  margin-left: auto;
  margin-bottom: 10px;
}
@media  (min-width: 600px) {
  .hal-stagetext-iframe {
    position: absolute;
    top: -20px;
    right: 0;
  }
}
.hal-stagetext-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
  margin-top: -6px;
}
.hal-breadcrumb li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #222D37;
}
@media  (min-width: 1024px) {
  .hal-breadcrumb li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-breadcrumb li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-breadcrumb li > span {
  display: inline-block;
  vertical-align: bottom;
  max-width: 30rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1px;
}
@media  (max-width: 1023px) {
  .hal-breadcrumb li > span {
    max-width: 20rem;
  }
}
@media  (max-width: 599px) {
  .hal-breadcrumb li > span {
    max-width: 15rem;
  }
}
.hal-breadcrumb li .hal-breadcrumb-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: #14171A;
}
.hal-breadcrumb li .hal-breadcrumb-link:visited {
  color: #14171A;
}
.hal-breadcrumb li .hal-breadcrumb-link:hover {
  color: #14171A;
}
.hal-about-app {
  display: inline-block;
  position: relative;
}
.hal-about-app .hal-about-app-button [class*="icon-"] {
  margin: 0 8px;
}
.hal-about-app .hal-about-app-button a,
.hal-about-app .hal-about-app-button a:visited {
  margin-left: 25px;
  color: #ff6600;
}
.hal-about-app .hal-about-app-button a:hover {
  color: #A34100;
}
.hal-about-app-dropdown {
  display: none;
  position: absolute;
  left: 12px;
  width: 208px;
  z-index: 9000;
}
.hal-about-app-dropdown-content {
  width: 100%;
  margin-top: 8px;
  background-color: #fff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2), 0px 3px 16px rgba(0, 0, 0, 0.12), 0px 9px 12px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
.hal-about-app-dropdown-content > ul {
  padding: 4px 0;
}
.hal-about-app-dropdown-content > ul li {
  height: 32px;
  display: list-item;
  padding: 0 8px;
}
.hal-about-app-dropdown-content > ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 32px;
  color: #14171A;
  font-weight: normal;
}
.hal-about-app-dropdown-content > ul li.divider {
  height: 0px;
  border-bottom: 1px solid #CCD6DF;
}
.hal-about-app-dropdown-content > ul li:hover {
  background-color: #F0F2F5;
}
.hal-about-app-empty .hal-about-app-button a,
.hal-about-app-empty .hal-about-app-button a:hover,
.hal-about-app-empty .hal-about-app-button a:visited {
  color: #ccc;
}
.hal-breadcrumb.hal-list--plain {
  position: relative;
  z-index: 50;
  padding: 10px;
  border-bottom: 1px solid #CCD6DF;
}
@media  (min-width: 600px) {
  .hal-breadcrumb.hal-list--plain {
    padding: 14px 30px;
  }
}
.hal-breadcrumb[dir="rtl"] a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-breadcrumb[dir="rtl"] a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-breadcrumb[dir="rtl"] a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-breadcrumb[dir="rtl"] [class*="icon"] {
  transform: rotate(180deg);
}
.hal-breadcrumb[dir="rtl"] a.hal-breadcrumb-about {
  margin-left: 0px;
  margin-right: 25px;
}
.hal-breadcrumb[dir="rtl"] a.hal-breadcrumb-about > svg {
  transform: none;
}
@media print {
  .hal-breadcrumb {
    display: none;
  }
}
.hal-link [class*="icon-"] {
  margin: 0 0 -1px 6px;
}
.hal-link--pdf [class*="icon-"] {
  margin: 0 3px -5px -4px;
}
.hal-link--pdf,
.hal-link--email {
  word-break: break-all;
}
.hal-link--author,
.hal-link--author:visited {
  color: #111565;
}
.hal-link--download {
  margin-bottom: 1.2rem;
  display: inline-block;
}
.hal-link-filesize {
  display: inline-block;
  position: relative;
  unicode-bidi: embed;
}
.hal-link[dir="rtl"] [class*="icon-"],
*[dir="rtl"] .hal-link:not([dir="ltr"]) [class*="icon-"] {
  margin: -1px 5px 0 0;
}
.hal-link[dir="rtl"].hal-link--pdf [class*="icon-"],
*[dir="rtl"] .hal-link:not([dir="ltr"]).hal-link--pdf [class*="icon-"] {
  margin: 0 0 -1px 6px;
}
.hal-link[dir="rtl"] .hal-link-filesize,
*[dir="rtl"] .hal-link:not([dir="ltr"]) .hal-link-filesize {
  top: -0.2rem;
  margin-right: .5rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  unicode-bidi: plaintext;
}
@media  (min-width: 1024px) {
  .hal-link[dir="rtl"] .hal-link-filesize,
  *[dir="rtl"] .hal-link:not([dir="ltr"]) .hal-link-filesize {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-link[dir="rtl"] .hal-link-filesize,
  *[dir="rtl"] .hal-link:not([dir="ltr"]) .hal-link-filesize {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-margincolumn-teaser a {
  font-size: inherit;
}
.hal-margincolumn-teaser .hal-list {
  margin-top: 15px;
}
.hal-margincolumn-teaser .hal-picture:last-child {
  margin-bottom: 15px;
}
.hal-avatar {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  z-index: 0;
}
.hal-avatar > img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s cubic-bezier(0.595, -0.005, 0.53, 1.075);
  transform: scale(1) translate(0, -50%);
}
:not(.hal-avatar-nozoom).hal-avatar:hover > img {
  transition: transform 0.3s cubic-bezier(0.595, -0.005, 0.15, 1.65);
  transform: scale(1.3) translate(0, -30%);
}
.hal-margincolumn-contact {
  max-width: 300px;
  margin: 3rem auto 0;
}
.hal-margincolumn-contact-info {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0 1rem;
}
.hal-margincolumn-contact-info p {
  margin-bottom: 0;
}
.hal-margincolumn-contact-info--has-image {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
.hal-margincolumn-contact-avatar {
  display: flex;
  max-width: 170px;
  margin: 10px auto 30px;
  border: 1px solid #E1E8ED;
}
.hal-margincolumn-contact .hal-list li {
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-margincolumn-contact .hal-list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-margincolumn-contact .hal-list li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-margincolumn-contact [class*="icon-"] {
  vertical-align: text-bottom;
  margin-left: 0;
  margin-right: 10px;
}
.hal-margincolumn-contact [class*="icon-"].icon-phone,
.hal-margincolumn-contact [class*="icon-"].icon-fax {
  margin-bottom: 2px;
}
.hal-margincolumn-contact [class*="icon-"].icon-mail {
  margin-bottom: -1px;
}
.hal-margincolumn-contact .icon-mail {
  color: #ff6600;
}
.hal-news-detail-cross .hal-margincolumn-contact {
  margin-right: initial;
  margin-left: initial;
  background-color: #fff;
}
.hal-news-detail-cross .hal-margincolumn-contact > .hal-h3 {
  padding-bottom: 1rem;
  background-color: #F0F2F5;
}
.hal-news-detail-cross .hal-margincolumn-contact > p {
  margin-left: 1rem;
  margin-right: 1rem;
}
.hal-news-detail-cross .hal-margincolumn-contact .hal-list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-news-detail-cross .hal-margincolumn-contact .hal-list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-news-detail-cross .hal-margincolumn-contact .hal-list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-news-detail-cross .hal-margincolumn-contact .hal-link {
  font-size: 11px;
}
.hal-news-detail-cross .hal-margincolumn-contact-list {
  padding: 0 1rem 1rem;
}
.hal-news-detail-cross .hal-margincolumn-contact .icon-mail {
  margin-bottom: -4px;
}
.hal-news-detail-cross .hal-margincolumn-contact span {
  display: none;
}
.hal-news-detail-cross--contact-only .hal-margincolumn-contact {
  margin-top: 0;
}
.hal-richtext {
  word-spacing: 0;
}
.hal-richtext a {
  font-size: inherit;
}
.hal-richtext ul,
.hal-richtext ol,
.hal-richtext li:not(.hal-gallery-slide) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hal-richtext ul:not(.hal-gallery-slides),
.hal-richtext ol {
  margin: 15px 0;
}
.hal-richtext li:not(.hal-gallery-slide) {
  position: relative;
  padding-left: 24px;
  padding-bottom: 5px;
}
.hal-richtext li:not(.hal-gallery-slide) ul,
.hal-richtext li:not(.hal-gallery-slide) ol {
  margin-bottom: 0;
}
.hal-richtext li:not(.hal-gallery-slide) ul > li:last-child,
.hal-richtext li:not(.hal-gallery-slide) ol > li:last-child {
  padding-bottom: 0;
}
.hal-richtext li:not(.hal-gallery-slide):before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 1em;
}
.hal-richtext ul > li:not(.hal-gallery-slide):before {
  content: '●';
  padding: 2px 0 0 5px;
  font-size: 8px;
  line-height: 2em;
}
.hal-richtext ol {
  counter-reset: section;
}
.hal-richtext ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}
.hal-richtext[dir="rtl"] li,
*[dir="rtl"] .hal-richtext:not([dir="ltr"]) li {
  padding-right: 24px;
}
.hal-richtext[dir="rtl"] li:before,
*[dir="rtl"] .hal-richtext:not([dir="ltr"]) li:before {
  left: auto;
  right: 5px;
}
.hal-richtext[dir="rtl"] ol > li:before,
*[dir="rtl"] .hal-richtext:not([dir="ltr"]) ol > li:before {
  counter-increment: section;
  content: counter(section, arabic-indic) ".";
  right: 0;
}
.hal-richtext .parbase {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.hal-richtext .parbase small {
  display: block;
  margin-bottom: 10px;
}
.hal-navigation-tab {
  position: relative;
  z-index: 1;
}
.hal-navigation-tab-link {
  position: relative;
  display: inline-block;
  align-items: center;
  padding: 14px 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 48px;
  color: #425464;
}
@media  (min-width: 600px) {
  .hal-navigation-tab-link {
    max-width: 15em;
  }
}
.hal-navigation-tab-link:visited {
  color: #425464;
}
.hal-navigation-tab-link:hover {
  color: #425464;
}
.hal-navigation-tab-link:active {
  color: #ff6600;
}
.hal-navigation-tab-link:focus-visible {
  outline: 2px solid #0262f2;
  outline-offset: -2px;
}
.hal-navigation-tab.hal-is-active .hal-navigation-tab-link {
  max-width: none;
  color: #ff6600;
}
.hal-navigation-tab.hal-is-active:after {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  bottom: -1px;
  border-bottom: 4px solid #ff6600;
}
.hal-navigation-tab:hover {
  z-index: 2;
}
.hal-navigation-tab:hover .hal-navigation-tab-link {
  max-width: none;
}
.hal-navigation-tab svg[class*=icon] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.hal-tabnavigation {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  overflow: hidden;
  white-space: nowrap;
}
.hal-tabnavigation .hal-tabnavigation-wrapper {
  word-spacing: -0.31em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border-bottom: 1px solid #CCD6DF;
}
.hal-tabnavigation .hal-tabnavigation-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1px;
  padding-bottom: 1px;
}
.hal-tabnavigation .hal-navigation-tab {
  word-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 0;
  vertical-align: bottom;
  height: 48px;
}
.hal-tabnavigation .hal-navigation-tab:hover {
  background: #E1E8ED;
}
.hal-tabnavigation .hal-navigation-tab:active {
  background: #FEF0E6;
}
.hal-tabnavigation[dir="rtl"] .hal-navigation-tab svg[class*=icon],
.hal-container[dir="rtl"] .hal-tabnavigation .hal-navigation-tab svg[class*=icon] {
  margin-left: 5px;
  margin-right: 0;
}
.hal-tabnavigation-1 .hal-navigation-tab-link,
.hal-tabnavigation-2 .hal-navigation-tab-link,
.hal-tabnavigation-3 .hal-navigation-tab-link,
.hal-tabnavigation-4 .hal-navigation-tab-link {
  max-width: none;
}
.hal-tabnavigation-5 .hal-navigation-tab-link,
.hal-tabnavigation-6 .hal-navigation-tab-link,
.hal-tabnavigation-7 .hal-navigation-tab-link,
.hal-tabnavigation-8 .hal-navigation-tab-link,
.hal-tabnavigation-9 .hal-navigation-tab-link,
.hal-tabnavigation-10 .hal-navigation-tab-link {
  max-width: 15em;
}
@media  (max-width: 599px) {
  .hal-tabnavigation .hal-list {
    width: 100%;
  }
  .hal-tabnavigation .hal-navigation-tab {
    display: block;
    width: 100%;
  }
  .hal-tabnavigation .hal-navigation-tab-link {
    max-width: none;
  }
}
@media print {
  .hal-tabnavigation {
    display: none;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}
/**
 * Generate Teaser 'fade out' on Headline ::after element
 */
.hal-page-container::before,
.hal-page-container::after {
  content: " ";
  display: table;
}
.hal-page-container::after {
  clear: both;
}
.hal-page-container--center {
  text-align: center;
}
.hal-page-container--center .hal-picture-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.hal-page-container--center div.hal-button-left,
.hal-page-container--center div.hal-button-right {
  text-align: center;
}
.hal-page-container-content {
  margin: 0 auto;
  max-width: 1130px;
  background-color: #fff;
}
@media  (min-width: 1440px) {
  .hal-page-container-content.hal-page-container-content--xxl {
    max-width: 1580px !important;
  }
}
@media  (min-width: 1440px) {
  .hal-page--olb .hal-page-container-content,
  .hal-page-container-content .hal-page--olb #contentOlb,
  .hal-page-container--xs .hal-page-container-content:not(.hal-page-container-content--xxl) {
    margin: 0 auto;
    max-width: 1130px;
  }
}
.hal-page-container-content .currentnews,
.hal-page-container-content .newscarousel {
  padding: 30px;
  margin: 0 auto;
}
@media  (max-width: 599px) {
  .hal-page-container-content .currentnews,
  .hal-page-container-content .newscarousel {
    padding: 10px;
  }
}
.hal-page-container-content .currentnews .hal-teasers,
.hal-page-container-content .newscarousel .hal-teasers {
  padding-left: 0;
}
.hal-page-container-content .hal-container-content .currentnews,
.hal-page-container-content .hal-container-content .newscarousel {
  padding: 30px 0;
}
@media  (max-width: 599px) {
  .hal-page-container-content .hal-container-content .currentnews,
  .hal-page-container-content .hal-container-content .newscarousel {
    padding: 10px 0;
  }
}
.hal-page-container-content .newscarousel .hal-teasers {
  background-color: #e5e5e5;
}
.hal-page-container-content .newscarousel .hal-carousel {
  margin: 1rem;
}
@media  (min-width: 1024px) {
  .hal-page-container-content--flex {
    display: flex;
  }
  .hal-page-container-content--flex .hal-page-column--main {
    border-right: 3px solid #F0F2F5;
    padding: 0;
  }
}
.hal-container-header {
  padding-bottom: 15px;
}
@media  (min-width: 1024px) {
  .hal-container-header {
    width: 75%;
  }
}
.hal-module--center .hal-container-header {
  width: 100%;
}
.hal-container-footer {
  position: relative;
  margin-bottom: 15px;
  padding-top: 20px;
}
.hal-container-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #999;
}
.hal-container-footer-text {
  margin-bottom: 7.5px;
}
.hal-container-footer .hal-column {
  margin-bottom: 0;
}
@media  (max-width: 599px) {
  .hal-container-footer .hal-column:first-child {
    margin-bottom: 15px;
  }
}
.textlist + .hal-container-footer {
  margin-top: 40px;
}
.hal-container {
  position: relative;
  z-index: 2;
}
.hal-container-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
@media  (max-width: 599px) {
  .hal-container-image {
    width: auto;
    right: -100%;
    left: -100%;
  }
}
.hal-container-background {
  top: 50%;
  transform: translateY(-50%);
}
.hal-container-content {
  margin: 0 auto;
  padding: 30px 10px 0;
}
.hal-container-content::before,
.hal-container-content::after {
  content: " ";
  display: table;
}
.hal-container-content::after {
  clear: both;
}
@media  (min-width: 600px) {
  .hal-container-content {
    padding: 30px 30px 30px;
  }
}
@media  (min-width: 1024px) {
  .hal-container-content .hal-column-content .hal-copy,
  .hal-container-content .hal-column-content .hal-richtext,
  .hal-container-content .hal-column-content .hal-copy[dir="rtl"],
  .hal-container-content .hal-column-content .hal-richtext[dir="rtl"] {
    padding: 0;
  }
}
.hal-container-content.hal-container-content--alt {
  padding-bottom: 0;
}
@media  (min-width: 1440px) {
  .hal-container-content {
    max-width: 1130px;
  }
}
@media  (min-width: 1440px) {
  .hal-container-content--xxl {
    max-width: 1580px;
  }
}
.hal-page--olb .hal-page-container--first .hal-container-content,
.hal-container--xs .hal-container-content {
  padding-top: 20px;
}
@media  (min-width: 600px) {
  .hal-page--olb .hal-page-container--first .hal-container-content,
  .hal-container--xs .hal-container-content {
    padding-top: 30px;
  }
}
.hal-page--olb.hal-page--beacon .hal-page-container--first .hal-container-content {
  padding-top: 0;
}
.hal-container-content .icon {
  color: #768A9D;
}
.hal-container-content .hal-stagenews {
  padding: initial;
}
.hal-container--plain.hal-module--light {
  background-color: #fff;
}
.hal-container--plain.hal-module--dark {
  background-color: #F0F2F5;
  color: inherit;
}
.hal-container--plain.hal-module--innerLight {
  margin-top: 60px;
}
.hal-container--plain.hal-module--innerLight .hal-container-content {
  background-color: #fff;
}
.hal-container--image {
  overflow: hidden;
}
.hal-container--image.hal-container--faded {
  background-color: #666;
  color: #fff;
}
.hal-container--image.hal-container--faded .hal-container-image {
  opacity: .20;
}
@media print {
  .hal-container--image .hal-container-image {
    visibility: hidden;
  }
}
.hal-container .hal-search-suggestions {
  left: 0;
  width: 100%;
}
@media  (min-width: 600px) {
  .hal-container .hal-search-suggestions {
    width: 350px;
    max-width: 60%;
  }
}
@media  (max-width: 599px) {
  .hal-container .hal-search-suggestions {
    position: relative;
    margin-bottom: 5px;
  }
}
@media  (min-width: 1024px) {
  .hal-page-column .hal-container-content .hal-copy,
  .hal-container-content .hal-page-margin .hal-copy,
  .hal-columns .hal-column-content .hal-copy,
  .hal-page-column .hal-container-content .hal-richtext,
  .hal-container-content .hal-page-margin .hal-richtext,
  .hal-columns .hal-column-content .hal-richtext {
    padding: 0;
  }
}
.hal-map {
  background-color: #ededed;
}
.hal-map-sphere {
  fill: #ededed;
}
.hal-map-boundary {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
  stroke-dasharray: 2, 1;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.hal-map-hide.hal-map-hide {
  display: none;
}
.hal-map-servicefinder {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  max-height: 535px;
}
.hal-map-boundary-hide {
  display: none;
}
.hal-map-country {
  fill: #CCD6DF;
}
.hal-map-spots {
  fill: #ff6600;
}
.hal-map-label {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .005rem;
  fill: #333;
  cursor: pointer;
}
.hal-map-label--highlight {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .004rem;
  text-anchor: middle;
  fill: #333;
}
.hal-map-label--region,
.hal-map-label--office,
.hal-map-label--country,
.hal-map-label--world {
  fill: #ff6600;
  color: #ff6600;
}
.hal-map-label--region:hover,
.hal-map-label--office:hover,
.hal-map-label--country:hover,
.hal-map-label--world:hover {
  color: #A34100;
  fill: #A34100;
}
.hal-map-label--world.hal-map-label-is-active {
  fill: #333;
  color: #333;
}
.hal-map-label-infoI {
  color: #ff6600;
  cursor: pointer;
}
.hal-map-label-infoI:hover {
  color: #A34100;
}
.hal-map-location {
  color: #ff6600;
  cursor: pointer;
  pointer-events: visible;
}
.hal-map-location.hal-map-icon-is-active {
  color: #333;
}
.hal-map-location:hover {
  color: #A34100;
}
.hal-map-first-route,
.hal-map-second-route {
  fill: none;
  stroke: #ff6600;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
.hal-map-first-route {
  stroke: #ff6600;
}
.hal-map-second-route {
  stroke: #111565;
}
.hal-map.hal-map--stage {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: initial;
  max-height: 555px;
}
.hal-map.hal-map--stage.hal-map-is-hidden {
  display: none;
}
.hal-map-cluster--outerring {
  fill: none;
  stroke: #ff6600;
  stroke-width: 1px;
  cursor: pointer;
}
.hal-map-cluster--outerring.hal-map-icon-is-active {
  fill: #333;
}
.hal-map-cluster--outerring.is-active-vessel {
  stroke: #333;
}
.hal-map-cluster--innerring {
  fill: #ff6600;
  cursor: pointer;
}
.hal-map-cluster--innerring.is-active-vessel {
  fill: #333;
}
.hal-map-cluster--label {
  fill: #fff;
  stroke-width: 0;
  text-anchor: middle;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.hal-map.hal-map-hide {
  display: none;
}
.hal-map-isZoom--4 .hal-map-boundary {
  stroke-width: .5px;
  stroke-dasharray: 0.1, 1;
}
.hal-map-isZoom--4 .hal-map-cluster--outerring {
  stroke-width: .5px;
}
.hal-region-map {
  position: relative;
  width: 100%;
  max-height: 720px;
  margin: 0 auto;
  background: #ededed;
}
@media  (min-width: 600px) and  (max-width: 1023px) {
  .hal-region-map {
    min-height: 470px;
  }
  .is-active .hal-region-map {
    min-height: 470px;
  }
}
@media  (min-width: 1024px) {
  .hal-region-map {
    min-height: 535px;
  }
  .is-active .hal-region-map {
    min-height: 535px;
  }
}
.hal-region-map-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1130px;
  padding: 0 3rem;
  margin: auto;
}
.hal-region-map-content .hal-button {
  display: none;
}
.hal-region-map--offices {
  max-height: 100%;
  background: #ededed;
}
@media  (max-width: 599px) {
  .hal-region-map--offices {
    background: none;
  }
}
.hal-region-map--offices .js_map {
  aspect-ratio: 2;
}
@media  (max-width: 599px) {
  .hal-region-map--offices .js_map {
    display: none;
  }
}
.hal-region-map--offices > .hal-map {
  margin-top: -6rem;
}
.hal-region-map--offices .hal-button {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hal-region-map--offices .hal-region-map-content {
  position: relative;
  display: block;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.hal-region-map--offices .hal-region-map-content .hal-offices.hal-offices-region {
  margin-bottom: 0px;
}
@media  (min-width: 600px) {
  .hal-region-map--offices .hal-region-map-content {
    margin-top: -150px;
  }
}
@media  (max-width: 599px) {
  .hal-region-map--offices .hal-region-map-content {
    position: relative;
    display: block;
    padding: 0 0 2rem;
    margin-top: 0;
    background: none;
  }
  .hal-region-map--offices .hal-region-map-content .hal-button {
    margin-left: 2rem;
    margin-bottom: 0;
  }
}
.staticmap > .hal-region-map {
  display: none;
}
.hal-office-contact [class*='icon'] {
  position: relative;
  top: -0.1em;
  width: 24px;
  height: 24px;
  min-width: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.hal-office-list {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  padding-right: 10px;
  width: 50%;
}
@media  (min-width: 600px) {
  .hal-office-list {
    margin-bottom: 30px;
    padding-right: 20px;
    width: 25%;
  }
}
.hal-offices-content {
  word-spacing: -0.31em;
  background-color: #fff;
}
.hal-region-map-content .hal-offices-content {
  padding: 30px 20px 0;
}
@media  (max-width: 599px) {
  .hal-region-map-content .hal-offices-content {
    padding: 0 10px 0;
  }
}
.hal-offices-column {
  word-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 0;
  width: 100%;
}
.hal-offices-column.hal-offices-contact {
  padding-bottom: 30px;
}
@media  (min-width: 600px) {
  .hal-offices-column {
    display: inline-block;
  }
  .hal-offices-column.hal-offices-contact {
    padding-bottom: 0;
    padding-right: 20px;
    width: 33.33333333%;
  }
  .hal-offices-column.hal-offices-list {
    width: 66.66666667%;
  }
}
@media  (min-width: 1024px) {
  .hal-offices-column.hal-offices-contact {
    width: 25%;
  }
  .hal-offices-column.hal-offices-list {
    width: 75%;
  }
}
.hal-offices.hal-offices-region {
  margin-bottom: 30px;
}
.hal-offices.hal-offices-region .hal-offices-column.hal-offices-list {
  width: 100%;
}
@media  (min-width: 600px) {
  .hal-offices.hal-offices-region .hal-office-list {
    width: 31%;
  }
}
@media  (min-width: 1440px) {
  .hal-offices.hal-offices-region .hal-office-list {
    width: 16%;
  }
}
.hal-columns {
  word-spacing: -0.31em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 -5px;
}
@media  (min-width: 1024px) {
  .hal-columns {
    margin-left: -10px;
  }
}
@media  (max-width: 599px) {
  .hal-columns {
    margin-left: 0;
  }
}
.hal-columns .hal-column {
  word-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 0;
  margin-bottom: 15px;
  width: 100%;
}
@media  (min-width: 600px) {
  .hal-columns .hal-column {
    margin-bottom: 30px;
  }
}
@media  (min-width: 600px) {
  .hal-columns .hal-column-content {
    margin-left: 5px;
  }
}
@media  (min-width: 1024px) {
  .hal-columns .hal-column-content {
    margin-left: 10px;
  }
}
@media  (min-width: 600px) {
  *[dir="rtl"] .hal-columns .hal-column-content {
    margin-left: 0;
    margin-right: 5px;
  }
}
@media  (min-width: 1024px) {
  *[dir="rtl"] .hal-columns .hal-column-content {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media  (max-width: 1023px) {
  .hal-columns-top-floating {
    flex-direction: column-reverse;
  }
}
@media  (max-width: 1023px) {
  .hal-columns--custom {
    width: 100%;
  }
}
@media  (min-width: 1024px) {
  .hal-columns--custom .hal-column--25 {
    width: 25%;
  }
  .hal-columns--custom .hal-column--33 {
    width: 33.33333333%;
  }
  .hal-columns--custom .hal-column--50 {
    width: 50%;
  }
  .hal-columns--custom .hal-column--66 {
    width: 66.66666667%;
  }
  .hal-columns--custom .hal-column--75 {
    width: 75%;
  }
}
.hal-columns--6 .hal-column {
  width: 16.66666667%;
}
.hal-columns--5 .hal-column {
  width: 20%;
}
.hal-columns--4 .hal-column {
  width: 100%;
}
@media  (min-width: 600px) {
  .hal-columns--4 .hal-column {
    width: 50%;
  }
}
@media  (min-width: 1024px) {
  .hal-columns--4 .hal-column {
    width: 25%;
  }
}
@media print {
  .hal-columns--4 .hal-column {
    width: 25% !important;
  }
}
@media  (min-width: 600px) {
  .hal-columns--4.hal-columns--alt .hal-column {
    width: 25%;
  }
}
.hal-columns--3 .hal-column {
  width: 100%;
}
@media  (min-width: 600px) {
  .hal-columns--3 .hal-column {
    width: 50%;
  }
  .hal-columns--3 .hal-column:last-child {
    width: 100%;
  }
}
@media  (min-width: 1024px) {
  .hal-columns--3 .hal-column,
  .hal-columns--3 .hal-column:last-child {
    width: 33.33333333%;
  }
}
@media print {
  .hal-columns--3 .hal-column {
    width: 33.33333333% !important;
  }
}
@media  (min-width: 600px) {
  .hal-columns--3.hal-columns--alt .hal-column {
    width: 33.33333333%;
  }
}
.hal-columns--2 .hal-column {
  width: 100%;
}
@media  (min-width: 1024px) {
  .hal-columns--2 .hal-column {
    width: 50%;
  }
}
@media print {
  .hal-columns--2 .hal-column {
    width: 50% !important;
  }
}
@media  (min-width: 600px) {
  .hal-columns--2.hal-columns--alt .hal-column {
    width: 50%;
  }
}
@media  (min-width: 1024px) {
  .hal-columns--1 .hal-column-content {
    width: 75%;
  }
}
.hal-columns--1 .hal-module--center {
  margin: 0 auto;
  padding: 0;
}
@media  (min-width: 1024px) {
  .hal-module--center .hal-columns--1 .hal-column-content {
    margin: 0 auto;
    padding-left: 10px;
  }
}
@media  (min-width: 600px) {
  .x-column > .hal-columns {
    margin-left: -30px;
  }
}
@media  (max-width: 599px) {
  .hal-management .hal-columns--5 .hal-column {
    width: 33.33333333%;
  }
}
.hal-management .hal-columns--4 .hal-column {
  width: 25%;
}
@media  (max-width: 599px) {
  .hal-management .hal-columns--4 .hal-column {
    width: 50%;
  }
}
.hal-input {
  width: 100%;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  padding: 0 10px;
  background-color: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-family: Helvetica, Times New Roman;
  line-height: 40px;
  vertical-align: middle;
  color: inherit;
  transition: border-color 0.1s, box-shadow 0.1s;
  -webkit-appearance: none;
}
@media  (min-width: 1024px) {
  .hal-input {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-input {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-input:focus {
  border-color: #333;
}
.hal-input:disabled {
  color: #aaa;
  border-color: #e5e5e5;
}
.hal-input:placeholder-shown {
  color: #999;
}
.hal-input::-webkit-input-placeholder {
  color: #999;
}
.hal-input::-moz-placeholder {
  color: #999;
}
.hal-input:-ms-input-placeholder {
  color: #999 !important;
}
.hal-input::-ms-clear {
  display: none;
}
.hal-input[type="radio"] {
  -webkit-appearance: radio;
  width: auto;
  height: 20px;
}
.hal-input.invalid {
  box-shadow: 0 0 1.7px 1.7px red;
}
.hal-input:invalid {
  box-shadow: 0;
}
.hal-input--dropdown {
  position: relative;
}
.hal-input--dropdown .hal-input {
  cursor: pointer;
}
.hal-input--dropdown select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.hal-input--dropdown select::-ms-expand {
  display: none;
}
.hal-input--dropdown:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20fill%3D%22%23999999%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M11%206L6%202%201%206%22%20stroke%3D%22%23999999%22%20stroke-width%3D%223%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E%0D%0A");
  transform: rotate(180deg);
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 23px;
  height: 14px;
  width: 14px;
  pointer-events: none;
}
.hal-input-invalid input {
  padding-right: 46px;
  color: #B00020;
  border: 2px solid #B00020;
}
.hal-input-invalid label {
  position: relative;
}
.hal-input-invalid label:after {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 14px;
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2221%22%20viewBox%3D%220%200%2022%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.0001%200.456116C10.5001%200.456116%2010.0001%200.646116%209.59006%201.04612L1.59006%209.04612C0.800059%209.82612%200.800059%2011.0861%201.59006%2011.8661L9.59006%2019.8661C10.3701%2020.6561%2011.6301%2020.6561%2012.4101%2019.8661L20.4101%2011.8661C21.2001%2011.0861%2021.2001%209.82612%2020.4101%209.04612L12.4101%201.04612C12.0001%200.646116%2011.5001%200.456116%2011.0001%200.456116ZM10.0001%205.45612C10.0001%204.90383%2010.4478%204.45612%2011.0001%204.45612C11.5523%204.45612%2012.0001%204.90383%2012.0001%205.45612V11.4561C12.0001%2012.0084%2011.5523%2012.4561%2011.0001%2012.4561C10.4478%2012.4561%2010.0001%2012.0084%2010.0001%2011.4561V5.45612ZM10.0001%2015.4561C10.0001%2014.9038%2010.4478%2014.4561%2011.0001%2014.4561C11.5523%2014.4561%2012.0001%2014.9038%2012.0001%2015.4561C12.0001%2016.0084%2011.5523%2016.4561%2011.0001%2016.4561C10.4478%2016.4561%2010.0001%2016.0084%2010.0001%2015.4561Z%22%20fill%3D%22%23B00020%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.hal-input-invalid .hal-input-label:after {
  display: none;
}
.hal-input[disabled] {
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(25, 25, 25, 0.32);
}
.hal-input-error {
  height: 16px;
  font-size: 12px;
  color: #B00020;
  padding-left: 12px;
}
.hal-label {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 600;
}
@media  (min-width: 1024px) {
  .hal-label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-label--required::after {
  content: "*";
  display: inline-block;
  padding-left: 2px;
  font-size: 12px;
}
.hal-select .hal-select-field {
  margin-bottom: 10px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  padding: 0 10px;
  background-color: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-family: Helvetica, Times New Roman;
  line-height: 40px;
  vertical-align: middle;
  color: inherit;
  transition: border-color 0.1s, box-shadow 0.1s;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  padding: 0 30px 0 0;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 0.25s ease-in-out;
}
@media  (min-width: 1024px) {
  .hal-select .hal-select-field {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-select .hal-select-field {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-select .hal-select-field:focus {
  border-color: #333;
}
.hal-select .hal-select-field:disabled {
  color: #aaa;
  border-color: #e5e5e5;
}
.hal-select .hal-select-field:placeholder-shown {
  color: #999;
}
.hal-select .hal-select-field::-webkit-input-placeholder {
  color: #999;
}
.hal-select .hal-select-field::-moz-placeholder {
  color: #999;
}
.hal-select .hal-select-field:-ms-input-placeholder {
  color: #999 !important;
}
.hal-select .hal-select-field::-ms-clear {
  display: none;
}
.hal-select .hal-select-field:hover {
  border-color: #ff6600;
}
.hal-select .hal-select-field [class*="icon-"] {
  position: absolute;
  top: 14px;
  right: 10px;
  color: #ff6600;
}
.hal-select .hal-select-field > select {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: -1px;
  vertical-align: middle;
  padding: 0 0 0 10px;
  padding-right: 0;
  background-color: transparent;
  border: 0;
  height: 40px;
  font: inherit;
  color: inherit;
  width: 120%;
  width: calc(100% - -20px - -10px - -20px);
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  text-indent: .01px;
  text-overflow: ellipsis;
}
.hal-select .hal-select-field > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.hal-select .hal-select-field > select::-ms-value {
  color: inherit;
  background-color: transparent;
}
.hal-select--disabled .hal-select-field {
  border-color: #ccc;
  color: #aaa;
}
.hal-select--disabled .hal-select-field:hover {
  border-color: #ccc;
}
.hal-button {
  box-sizing: border-box;
  display: inline-block;
  min-height: 4rem;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 9px 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  line-height: 1.375;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: -0.2px;
  background-color: #ff6600;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.hal-button:visited {
  color: #fff;
}
a.hal-button:visited:hover,
.hal-button:hover {
  background-color: #FF812E;
  color: #fff;
}
.hal-button:focus-visible,
.hal-button:focus-visible:not(.hal-button--nofocus) {
  background-color: #FF812E;
  color: #fff;
  outline: 2px solid #0262f2;
  outline-offset: 3px;
}
.hal-button:disabled,
.hal-button:disabled:focus {
  cursor: default;
  color: #fff;
  background-color: #ff6600;
  opacity: 0.4;
}
.hal-button [class*="icon-"] {
  position: relative;
  top: -1px;
  height: 1em;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: -1px;
}
.hal-button:has(svg[class*="icon-"][class*="chevron-right"]) {
  padding-right: 13px;
}
.hal-button--left [class*="icon-"] {
  margin-left: 0;
  margin-right: 10px;
}
.hal-button[dir="ltr"]:not(.hal-regular-font),
.hal-button[dir="rtl"]:not(.hal-rtl--alt):not(.hal-regular-font),
*[dir="rtl"] .hal-button:not([dir="ltr"]):not(.hal-rtl--alt):not(.hal-regular-font),
*[dir="rtl"] .hal-button:not(.hal-rtl--alt):not(.hal-regular-font) {
  font-size: 16px;
  line-height: 4rem;
}
*[dir="rtl"] .hal-button:not([dir="ltr"]) [class*="icon-"],
.hal-button[dir="rtl"] [class*="icon-"] {
  transform: scaleX(-1);
  margin-left: 0;
}
*[dir="rtl"] .hal-button:not([dir="ltr"]) [class*="icon-"][class*="chevron-right"],
.hal-button[dir="rtl"] [class*="icon-"][class*="chevron-right"] {
  margin-left: -7px;
  margin-right: 10px;
}
.hal-button-widthed {
  max-width: 100%;
  text-align: center;
}
.hal-button-left {
  margin-left: 0;
  margin-right: auto;
}
button.hal-button-left {
  display: block;
}
div.hal-button-left {
  text-align: left;
}
.hal-button-centered {
  margin-left: auto;
  margin-right: auto;
}
button.hal-button-centered {
  display: block;
}
div.hal-button-centered {
  text-align: center;
}
.hal-button-right {
  margin-left: auto;
  margin-right: 0;
}
button.hal-button-right {
  display: block;
}
div.hal-button-right {
  text-align: right;
}
.hal-button--plain {
  padding: 0;
  border: 0;
  height: auto;
  line-height: inherit;
  color: #ff6600;
  transition: inherit;
  background-color: transparent;
}
.hal-button--plain:hover {
  color: #FF812E;
  background-color: transparent;
}
.hal-button--plain:focus-visible,
.hal-button--plain:focus-visible:not(.hal-button--nofocus) {
  color: #FF812E;
  background-color: transparent;
  outline: 2px solid #0262f2;
  outline-offset: 3px;
}
.hal-button--plain [class*="icon-"] {
  margin-left: 10px;
}
a.hal-button--secondary,
.hal-button--secondary {
  border: 1px solid #ff6600;
  color: #ff6600;
  background-color: #fff;
  color: #FF812E;
}
aa.hal-button--secondary:visited,
a.hal-button--secondary:visited {
  color: #ff6600;
}
aa.hal-button--secondary:visited:hover,
a.hal-button--secondary:visited:hover,
a.hal-button--secondary:hover,
.hal-button--secondary:hover {
  color: #ff6600;
  background-color: #FFF1E7;
}
a.hal-button--secondary:focus-visible,
.hal-button--secondary:focus-visible,
a.hal-button--secondary:focus-visible:not(.hal-button--nofocus),
.hal-button--secondary:focus-visible:not(.hal-button--nofocus) {
  color: #ff6600;
  background-color: #FFF1E7;
  outline: 2px solid #0262f2;
  outline-offset: 3px;
}
a.hal-button--secondary:disabled,
.hal-button--secondary:disabled,
a.hal-button--secondary:disabled:hover,
.hal-button--secondary:disabled:hover {
  color: #ff6600;
  background-color: #fff;
  opacity: 0.4;
}
.hal-button--tertiary {
  width: 4rem;
  padding: 0;
  text-align: center;
}
.hal-button--tertiary [class*="icon-"] {
  margin-left: 0;
}
.hal-button--inverse {
  background-color: #fff;
  color: #ff6600;
  border: solid 1px #ff6600;
}
.hal-mzr-no-touchevents .hal-button--inverse:hover {
  background-color: #f2f2f2;
  color: #ff6600;
}
.hal-button--inverse:focus {
  background-color: #f2f2f2;
}
.hal-mzr-no-touchevents .hal-button--inverse:disabled,
.hal-mzr-no-touchevents .hal-button--inverse:disabled:hover {
  background-color: #f2f2f2;
}
.hal-button:not([class*="module--space"]) {
  margin-bottom: 0;
}
.hal-tooltip {
  position: relative;
}
.hal-tooltip-layer {
  display: none;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  padding: 10px 10px 5px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  min-width: 200px;
  color: #333;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
}
@media  (min-width: 1024px) {
  .hal-tooltip-layer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-tooltip-layer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-tooltip-layer span {
  display: block;
  margin-bottom: 5px;
}
.hal-tooltip-trigger {
  display: inline-block;
  padding: 5px;
  font-size: 0;
}
.hal-tooltip:hover .hal-tooltip-layer {
  display: block;
}
.hal-tooltip--quick-access {
  position: absolute;
  top: 7px;
  right: 5px;
}
.hal-tooltip--quick-access .hal-tooltip-trigger [class*="icon-"] {
  color: #999;
}
.hal-tooltip--quick-access .hal-tooltip-layer {
  top: 39px;
  left: auto;
  right: -5px;
  width: 240px;
  box-shadow: 0 1px 1px 0 #999;
}
.hal-tooltip--fleetsupport .hal-tooltip-trigger {
  padding: 5px;
}
.hal-tooltip--fleetsupport .hal-tooltip-trigger [class*="icon-"] {
  color: #ff6600;
}
.hal-tooltip--fleetsupport:hover .hal-tooltip-trigger [class*="icon-"] {
  color: #A34100;
}
.hal-tooltip--fleetsupport .hal-tooltip-layer {
  top: 5px;
  left: 20px;
}
.hal-day-picker {
  width: 290px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
  position: absolute;
  left: calc(50% - (320px / 2));
  z-index: 9999;
}
@media  (max-width: 599px) {
  .hal-day-picker {
    top: -100px;
    right: 0;
  }
}
.hal-day-picker-footer {
  height: 64px;
  text-align: right;
  background: #fff;
}
.hal-day-picker-footer .buttons-container {
  position: relative;
  top: 12px;
  right: 16px;
  float: right;
}
.hal-day-picker-footer .buttons-container button {
  min-width: 40px;
  margin-left: 12px;
  border-radius: 4px;
  height: 40px;
  line-height: 16px;
  cursor: pointer;
  color: #425464;
}
.hal-day-picker-footer .buttons-container .button-submit {
  background: #E1E8ED;
}
.hal-day-picker-footer .buttons-container .button-submit:hover {
  background: #CCD6DF;
}
.hal-day-picker-footer .buttons-container .button-cancel {
  background-color: #fff;
}
.hal-day-picker-footer .buttons-container .button-cancel:hover {
  background-color: #E1E8ED;
}
.hal-day-picker .DayPicker {
  height: 340px;
  background: #fff;
}
.hal-day-picker .DayPicker abbr[title] {
  text-decoration: none;
}
.hal-day-picker .DayPicker-Month {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  user-select: none;
}
.hal-day-picker .DayPicker-NavBar {
  padding: 0 0.5rem;
  position: relative;
  top: 46px;
  left: 0;
  right: 0;
}
.hal-day-picker .DayPicker-NavButton {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}
.hal-day-picker .DayPicker-Caption {
  display: table-caption;
  height: 86px;
  text-align: center;
  background: #ff6600;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 40px 16px 16px 16px;
}
.hal-day-picker .DayPicker-Weekdays {
  display: inline-block;
  padding: 0px 20px;
  width: 290px;
}
.hal-day-picker .DayPicker-WeekdaysRow {
  display: flex;
  width: 250px;
  align-items: center;
  justify-content: space-between;
}
.hal-day-picker .DayPicker-Weekday {
  display: inline-flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  align-items: center;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 16px;
  margin-bottom: 16px;
}
.hal-day-picker .DayPicker-Body {
  display: inline-block;
  width: 290px;
  padding: 0px 20px;
}
.hal-day-picker .DayPicker-Week {
  display: flex;
  width: 250px;
  align-items: center;
  justify-content: space-between;
}
.hal-day-picker .DayPicker-Day {
  display: inline-flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 0;
}
.hal-day-picker .DayPicker-Day:hover:not(.DayPicker-Day--disabled):not(.DayPicker-Day--today):not(.DayPicker-Day--selected) {
  color: #ff6600;
}
.hal-day-picker .DayPicker-Day--selected {
  background-color: #ff6600;
  border-radius: 50%;
  color: #fff;
}
.hal-day-picker .DayPicker-Day--today {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: #fff;
  display: block;
  border-radius: 50%;
  padding-top: 2px;
  text-align: center;
}
.hal-day-picker .DayPicker-Day--today.DayPicker-Day--selected {
  background-color: #ff6600;
  color: #fff;
}
.hal-day-picker .DayPicker-NavButton--prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjQxIDEwLjU5TDIuODMgNkw3LjQxIDEuNDFMNiAwTDAgNkw2IDEyTDcuNDEgMTAuNTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  left: 1rem;
}
.hal-day-picker .DayPicker-NavButton--next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjg2NjI1NSAyLjIxNjk3TDUuMTY3OSA3LjA2ODhMMC4zMjU0NTkgMTEuMzgxTDEuNjQ5OTUgMTIuODcxNkw3Ljk5Mjk5IDcuMjM1NTJMMi4zNTY4NyAwLjg5MjQ3OEwwLjg2NjI1NSAyLjIxNjk3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cgo=");
  right: 1rem;
}
.hal-quick-access {
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  border-top: 2px solid #ff6600;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media  (min-width: 601px) {
  .hal-quick-access {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 280px;
    border-top: 0;
  }
}
@media  (min-width: 600px) {
  .hal-quick-access {
    width: 280px;
  }
}
@media  (min-width: 1025px) {
  .hal-quick-access {
    background-clip: content-box;
  }
}
@media  (min-width: 1440px) {
  .hal-quick-access {
    padding-top: 155px;
    border-top: 4px solid #ff6600;
    background-clip: border-box;
  }
}
.hal-quick-access .hal-link:visited {
  color: #ff6600;
}
.hal-quick-access .hal-link:hover {
  color: #A34100;
}
.hal-quick-access .hal-input {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: .95;
  background: #fff;
  color: #000;
}
.hal-quick-access .hal-input:focus {
  border: 1px solid #ffffff;
}
.hal-quick-access .hal-input:focus ~ .hal-button {
  margin-top: 10px;
  margin-left: 0;
  opacity: 1;
  transition: margin-top 0.25s ease-in-out, opacity 0.25s 0.1s ease-in-out;
}
.hal-quick-access-departs {
  position: relative;
}
.hal-quick-access-departs .hal-input {
  display: inline-block;
  width: 70%;
}
.hal-quick-access-departs .icon-calendar {
  position: absolute;
  right: 8px;
  top: 11px;
  color: #999;
  pointer-events: none;
}
.hal-quick-access .hal-label,
.hal-quick-access .hal-select-labeltext {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: normal;
  vertical-align: middle;
}
@media  (min-width: 1024px) {
  .hal-quick-access .hal-label,
  .hal-quick-access .hal-select-labeltext {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-quick-access .hal-label,
  .hal-quick-access .hal-select-labeltext {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-quick-access .hal-label--pre {
  display: inline-block;
  width: 30%;
}
.hal-quick-access .hal-select {
  margin-bottom: 5px;
  font-size: 0;
}
.hal-quick-access .hal-select .hal-select-field {
  display: inline-block;
  margin-right: 10px;
  opacity: .95;
  background: #fff;
  width: auto;
  color: #999;
}
.hal-quick-access .hal-select .hal-select-field,
.hal-quick-access .hal-select .hal-select-field:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.hal-quick-access .hal-button {
  display: block;
  margin-top: 10px;
}
@media  (min-width: 600px) {
  .hal-quick-access .hal-button {
    margin-top: -40px;
    margin-left: 200%;
    opacity: 0;
    transition: margin-top 0.25s 0.2s ease-in-out, opacity 0.25s ease-in-out, margin-left 0.25s 0.25s ease-in-out;
  }
}
.hal-quick-access .hal-button:hover,
.hal-quick-access .hal-button:active,
.hal-quick-access .hal-button:focus,
.hal-quick-access .hal-button-active {
  margin-top: 10px;
  margin-left: 0;
  opacity: 1;
  transition: margin-top 0.25s ease-in-out, opacity 0.25s 0.1s ease-in-out;
}
.hal-quick-access .hal-toggle {
  padding: 0 20px;
}
.hal-quick-access .hal-toggle:first-child {
  border-top-color: transparent;
}
.hal-quick-access .hal-toggle-input-toggle::before {
  position: absolute;
  right: 0;
}
.hal-quick-access .hal-toggle-input-content {
  position: relative;
}
@media  (min-width: 600px) {
  .hal-quick-access .hal-toggle {
    border-top: 2px solid #ff6600;
  }
  .hal-quick-access .hal-toggle-input-toggle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    height: auto;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: default;
    color: #fff;
  }
  .hal-quick-access .hal-toggle-input-toggle:hover {
    color: #fff;
  }
  .hal-quick-access .hal-toggle-input-toggle::before {
    display: none;
  }
  .hal-quick-access .hal-toggle-input-content {
    display: block;
  }
  .hal-quick-access .hal-toggle > label {
    cursor: default;
  }
}
@media  (min-width: 600px) and  (min-width: 1024px) {
  .hal-quick-access .hal-toggle-input-toggle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 600px) and  (min-width: 1440px) {
  .hal-quick-access .hal-toggle-input-toggle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 600px) {
  .hal-quick-access .hal-link-row {
    clear: both;
  }
  .hal-quick-access .hal-link-row > label {
    float: left;
  }
  .hal-quick-access .hal-link-row > div {
    float: right;
    margin-top: 30px;
  }
}
@media  (min-width: 600px) {
  .hal-quick-access .hal-quicklinks > label {
    float: none;
  }
  .hal-quick-access .hal-quicklinks > div {
    float: left;
    margin-top: 0px;
  }
}
@media  (min-width: 601px) {
  .hal-stagehome--rtl .hal-quick-access {
    left: 0;
    right: auto;
  }
}
.hal-icon a {
  display: inline-block;
}
*[dir="rtl"] .icon-chevron-right,
*[dir="rtl"] .icon-chevron-left {
  transform: scaleX(-1);
}
@media  (min-width: 600px) {
  .hal-column-content {
    padding-right: 20px;
  }
  *[dir="rtl"] .hal-column-content {
    padding: 0 0 0 20px;
  }
}
@media  (max-width: 599px) {
  .hal-column-content {
    margin-right: 5px;
  }
}
.hal-column-content .icon {
  text-align: center;
  margin-bottom: 5px;
}
@media  (min-width: 600px) {
  .hal-column-content .icon {
    margin-bottom: 30px;
  }
}
.hal-container-header + .x-column .hal-column-content .icon {
  margin-top: 5px;
}
@media  (min-width: 600px) {
  .hal-container-header + .x-column .hal-column-content .icon {
    margin-top: 15px;
  }
}
.hal-module--center .hal-column-content {
  padding: 0;
}
.hal-column--right {
  text-align: right;
}
.x-column > .hal-columns .hal-column .hal-column-content {
  padding-right: 0;
}
@media  (min-width: 600px) {
  .x-column > .hal-columns .hal-column .hal-column-content {
    margin-left: 30px;
  }
}
.hal-stagehome {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
@media  (min-width: 1025px) {
  .hal-stagehome {
    height: 580px;
  }
}
@media  (min-width: 1232px) {
  .hal-stagehome {
    height: 650px;
    margin-top: -1px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagehome {
    height: 800px;
    margin-top: -155px;
  }
}
@media  (min-width: 1920px) {
  .hal-stagehome {
    height: 900px;
  }
}
.hal-stagehome-scene {
  line-height: 0;
}
@media  (max-width: 599px) {
  .hal-stagehome-scene {
    position: relative;
  }
}
.hal-stagehome-image {
  width: 100%;
}
@media  (min-width: 1025px) {
  .hal-stagehome-image {
    position: absolute;
    top: 1%;
    transform: translate(0, -10%);
  }
}
@media  (min-width: 1232px) {
  .hal-stagehome-image {
    top: 0;
    transform: translate(0, -10%);
  }
}
@media  (min-width: 1440px) {
  .hal-stagehome-image {
    top: 12%;
    transform: translate(0, -12%);
  }
}
@media  (min-width: 1920px) {
  .hal-stagehome-image {
    position: static;
    transform: none;
  }
}
.hal-stagehome-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 10px 80px;
}
@media  (min-width: 600px) {
  .hal-stagehome-content {
    padding: 0 290px 80px 10px;
  }
}
@media  (min-width: 600px) {
  .hal-stagehome-content {
    padding: 0 310px 80px 30px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagehome-content {
    left: 50%;
    transform: translateX(-50%);
    padding: 0 310px 80px 30px;
  }
}
.hal-stagehome .hal-h0 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
  margin-bottom: 10px;
}
@media  (min-width: 1024px) {
  .hal-stagehome .hal-h0 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  .hal-stagehome .hal-h0 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
.hal-stagehome .hal-h4 {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 300;
}
@media  (min-width: 600px) {
  .hal-stagehome .hal-h4 {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagehome .hal-h0.hal-width-xs,
  .hal-stagehome .hal-h4.hal-width-xs {
    max-width: 25%;
  }
  .hal-stagehome .hal-h0.hal-width-sm,
  .hal-stagehome .hal-h4.hal-width-sm {
    max-width: 33%;
  }
  .hal-stagehome .hal-h0.hal-width-md,
  .hal-stagehome .hal-h4.hal-width-md {
    max-width: 50%;
  }
  .hal-stagehome .hal-h0.hal-width-lg,
  .hal-stagehome .hal-h4.hal-width-lg {
    max-width: 66%;
  }
  .hal-stagehome .hal-h0.hal-width-xl,
  .hal-stagehome .hal-h4.hal-width-xl {
    max-width: 75%;
  }
}
@media  (min-width: 600px) {
  .hal-stagehome-scene[dir="rtl"] .hal-stagehome-content {
    padding-left: 290px;
    padding-right: 10px;
  }
}
@media  (min-width: 600px) {
  .hal-stagehome-scene[dir="rtl"] .hal-stagehome-content {
    padding-left: 310px;
    padding-right: 30px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagehome-scene[dir="rtl"] .hal-stagehome-content {
    padding-left: 310px;
    padding-right: 30px;
  }
}
.hal-stagehome-scene[dir="rtl"] .hal-h0 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.08695652;
}
@media  (min-width: 1024px) {
  .hal-stagehome-scene[dir="rtl"] .hal-h0 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.08;
  }
}
@media  (min-width: 1440px) {
  .hal-stagehome-scene[dir="rtl"] .hal-h0 {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1.02857143;
  }
}
.hal-stagehome-scene[dir="rtl"] .hal-h4 {
  margin-left: 15px;
  margin-right: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111111;
}
@media  (min-width: 1024px) {
  .hal-stagehome-scene[dir="rtl"] .hal-h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  .hal-stagehome-scene[dir="rtl"] .hal-h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
  }
}
.hal-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 4;
  height: 288px;
  max-height: 288px;
}
@media print {
  .hal-carousel-btn {
    display: none !important;
  }
}
.hal-carousel-btn-label {
  position: absolute;
  top: calc(39% - 20px);
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 4rem;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  min-height: 4rem;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 9px 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  line-height: 1.375;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: -0.2px;
  background-color: #ff6600;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 4.8rem;
  width: 4rem;
  padding: 0;
  text-align: center;
  margin: 0;
  border: 0;
  background-color: transparent;
}
a.hal-carousel-btn-label:visited {
  color: #fff;
}
a.hal-carousel-btn-label:visited:hover,
.hal-carousel-btn-label:hover {
  background-color: #FF812E;
  color: #fff;
}
.hal-carousel-btn-label:focus-visible,
.hal-carousel-btn-label:focus-visible:not(.hal-button--nofocus) {
  background-color: #FF812E;
  color: #fff;
  outline: 2px solid #0262f2;
  outline-offset: 3px;
}
.hal-carousel-btn-label:disabled,
.hal-carousel-btn-label:disabled:focus {
  cursor: default;
  color: #fff;
  background-color: #ff6600;
  opacity: 0.4;
}
.hal-carousel-btn-label [class*="icon-"] {
  position: relative;
  top: -1px;
  height: 1em;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: -1px;
}
.hal-carousel-btn-label:has(svg[class*="icon-"][class*="chevron-right"]) {
  padding-right: 13px;
}
.hal-carousel-btn-label--left [class*="icon-"] {
  margin-left: 0;
  margin-right: 10px;
}
.hal-carousel-btn-label[dir="ltr"]:not(.hal-regular-font),
.hal-carousel-btn-label[dir="rtl"]:not(.hal-rtl--alt):not(.hal-regular-font),
*[dir="rtl"] .hal-carousel-btn-label:not([dir="ltr"]):not(.hal-rtl--alt):not(.hal-regular-font),
*[dir="rtl"] .hal-carousel-btn-label:not(.hal-rtl--alt):not(.hal-regular-font) {
  font-size: 16px;
  line-height: 4rem;
}
*[dir="rtl"] .hal-carousel-btn-label:not([dir="ltr"]) [class*="icon-"],
.hal-carousel-btn-label[dir="rtl"] [class*="icon-"] {
  transform: scaleX(-1);
  margin-left: 0;
}
*[dir="rtl"] .hal-carousel-btn-label:not([dir="ltr"]) [class*="icon-"][class*="chevron-right"],
.hal-carousel-btn-label[dir="rtl"] [class*="icon-"][class*="chevron-right"] {
  margin-left: -7px;
  margin-right: 10px;
}
.hal-carousel-btn-label [class*="icon-"] {
  margin-left: 0;
}
.hal-carousel-btn-label:hover {
  border: 0;
  background-color: transparent;
}
@media  (max-width: 1023px) {
  .hal-carousel-btn-label {
    top: calc(50% - 20px);
  }
}
.hal-carousel-btn-label::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22nav-arrow-left-rect%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%20viewBox%3D%220%200%2040%2040%22%20%20%3E%0A%09%3Cg%20transform%3D%22matrix(1.6666666666666667%2C0%2C0%2C1.6666666666666667%2C0%2C0)%22%3E%0A%09%09%3Cpath%20d%3D%22M0.750%200.750%20L23.250%200.750%20L23.250%2023.250%20L0.750%2023.250%20Z%22%20fill%3D%22%23F0F2F5%22%20stroke%3D%22%23ff6600%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%3E%3C%2Fpath%3E%0A%09%09%3Cpath%20d%3D%22M15%2C17.25%2C9.011%2C12.592a.75.75%2C0%2C0%2C1%2C0-1.184L15%2C6.75%22%20fill%3D%22none%22%20stroke%3D%22%23ff6600%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  fill: #ff6600;
}
.hal-mzr-no-atobbtoa .hal-carousel-btn-label::after,
.hal-mzr-no-atob-btoa .hal-carousel-btn-label::after {
  content: url(../img/icons/nav-arrow-left-rect.svg);
}
.hal-carousel-btn-label::after {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 0px;
}
.hal-mzr-no-atobbtoa .hal-carousel-btn-label::after,
.hal-mzr-no-atob-btoa .hal-carousel-btn-label::after {
  width: 13px;
  margin-left: -5px;
}
.hal-carousel-btn-label:last-of-type {
  display: none;
}
.hal-carousel-btn-radio {
  display: none;
}
.hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label {
  right: 2px;
  left: auto;
}
.hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label::after {
  transform: scaleX(-1);
  margin-left: 0;
}
.hal-mzr-no-atobbtoa .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label::after,
.hal-mzr-no-atob-btoa .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label::after {
  margin-left: 0;
  margin-right: -5px;
}
.hal-carousel-btn-radio:checked + .hal-carousel-btn-label {
  display: none;
}
.hal-carousel-btn-radio:checked + .hal-carousel-btn-label + .hal-carousel-item {
  transform: translate3d(0, 0, 0);
}
.hal-carousel-btn-radio:checked + .hal-carousel-btn-label + .hal-carousel-item ~ .hal-carousel-item {
  transform: translate3d(100%, 0, 0) translate3d(0.9rem, 0, 0);
}
.hal-carousel-btn-radio:checked + .hal-carousel-btn-label + .hal-carousel-item + .hal-carousel-btn-radio + .hal-carousel-btn-label {
  z-index: 5;
}
.hal-carousel-btn-radio:checked:first-of-type ~ .hal-carousel-btn-label:nth-last-of-type(3) {
  right: auto;
  left: 0;
}
.hal-carousel-btn-radio:checked:first-of-type ~ .hal-carousel-btn-label:nth-last-of-type(3)::after {
  transform: rotateZ(0);
  margin-left: 0px;
}
.hal-mzr-no-atobbtoa .hal-carousel-btn-radio:checked:first-of-type ~ .hal-carousel-btn-label:nth-last-of-type(3)::after,
.hal-mzr-no-atob-btoa .hal-carousel-btn-radio:checked:first-of-type ~ .hal-carousel-btn-label:nth-last-of-type(3)::after {
  margin-right: 0;
  margin-left: -5px;
}
.hal-carousel-btn-radio:checked:first-of-type ~ .hal-carousel-item:nth-of-type(2):last-of-type ~ .hal-carousel-btn-label:last-of-type {
  display: block;
  right: 2px;
  left: auto;
}
.hal-carousel-btn-radio:checked:first-of-type ~ .hal-carousel-item:nth-of-type(2):last-of-type ~ .hal-carousel-btn-label:last-of-type::after {
  margin-left: 0;
}
.hal-carousel-btn-radio:checked:last-of-type ~ .hal-carousel-btn-label:not(:last-of-type) {
  display: block;
  right: 2px;
  left: auto;
}
.hal-carousel-btn-radio:checked:last-of-type ~ .hal-carousel-btn-label:not(:last-of-type)::after {
  margin-left: 0;
}
.hal-carousel-btn-radio:checked:nth-of-type(1) ~ .hal-labelindicators .hal-labelindicators-indicator:nth-of-type(1) {
  border-width: 4px;
}
.hal-carousel-btn-radio:checked:nth-of-type(2) ~ .hal-labelindicators .hal-labelindicators-indicator:nth-of-type(2) {
  border-width: 4px;
}
.hal-carousel-btn-radio:checked:nth-of-type(3) ~ .hal-labelindicators .hal-labelindicators-indicator:nth-of-type(3) {
  border-width: 4px;
}
.hal-carousel-btn-radio:checked:nth-of-type(4) ~ .hal-labelindicators .hal-labelindicators-indicator:nth-of-type(4) {
  border-width: 4px;
}
.hal-carousel-btn-radio:checked:nth-of-type(5) ~ .hal-labelindicators .hal-labelindicators-indicator:nth-of-type(5) {
  border-width: 4px;
}
.hal-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.2s ease-in-out;
}
.hal-carousel-item:first-of-type {
  z-index: 2;
}
.hal-carousel-item.hal-js-carousel-notransitions {
  transition: none;
}
.hal-carousel .hal-labelindicators {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.hal-carousel .hal-labelindicators-indicator {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  border: 8px solid #fff;
  border-radius: 15px;
  background: #ff6600;
  transition: border-width 0.45s cubic-bezier(0.68, -0.55001, 0.265, 1.55);
}
.hal-mzr-no-csstransforms3d .hal-carousel-item {
  transform: translateX(-100%);
}
.hal-mzr-no-csstransforms3d .hal-carousel-btn-radio:checked + .hal-carousel-btn-label + .hal-carousel-item {
  transform: translateX(0);
}
.hal-mzr-no-csstransforms3d .hal-carousel-btn-radio:checked + .hal-carousel-btn-label + .hal-carousel-item ~ .hal-carousel-item {
  transform: translateX(100%);
}
.hal-stagenews {
  position: relative;
  padding: 0 30px 30px;
  margin: 0 auto;
  max-width: 1130px;
}
.hal-stagenews::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}
@media  (max-width: 599px) {
  .hal-stagenews {
    padding: 0 10px;
  }
}
.hal-stagenews-scene.hal-default-spacing {
  margin-bottom: 30px;
}
.hal-stagenews .hal-carousel {
  height: 100%;
  max-height: none;
  line-height: 0;
}
@media  (min-width: 600px) {
  .hal-stagenews .hal-carousel {
    height: 56.234vw;
  }
}
@media  (min-width: 1920px) {
  .hal-stagenews .hal-carousel {
    margin: 0 auto;
  }
}
.hal-stagenews .hal-carousel-item {
  width: 100%;
}
.hal-stagenews .hal-carousel-item:first-of-type {
  position: relative;
}
@media  (min-width: 1920px) {
  .hal-stagenews .hal-carousel-item {
    width: 100%;
  }
}
@media  (min-width: 1024px) {
  .hal-stagenews .hal-carousel-item {
    min-height: 245px;
  }
}
.hal-stagenews .hal-carousel-item--left .hal-picture {
  padding-left: 25%;
}
@media  (max-width: 1023px) {
  .hal-stagenews .hal-carousel-item--left .hal-picture {
    padding-left: initial;
  }
}
.hal-stagenews .hal-carousel-item--right .hal-picture {
  padding-right: 25%;
}
@media  (max-width: 1023px) {
  .hal-stagenews .hal-carousel-item--right .hal-picture {
    padding-right: initial;
  }
}
.hal-stagenews .hal-carousel .hal-picture {
  width: 100%;
  margin-bottom: 0;
}
.hal-stagenews .hal-carousel-btn:checked + .hal-carousel-item ~ .hal-carousel-item {
  transform: translate3d(100%, 0, 0);
}
@media  (min-width: 1024px) {
  .hal-stagenews .hal-carousel-btn-radio + .hal-carousel-btn-label {
    top: calc(50% - 20px);
    left: 10px;
  }
  .hal-stagenews .hal-carousel-btn-radio:checked:first-of-type ~ .hal-carousel-btn-label:nth-last-of-type(3) {
    right: auto;
    left: 10px;
  }
  .hal-stagenews .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label {
    top: calc(50% - 20px);
    right: 10px;
    left: auto;
  }
  .hal-stagenews .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label:not(:last-of-type) {
    right: 10px;
  }
  .hal-stagenews .hal-carousel-btn-radio:checked ~ .hal-carousel-item:nth-of-type(2):last-of-type ~ .hal-carousel-btn-label:last-of-type {
    right: 10px;
  }
}
@media  (max-width: 1023px) {
  .hal-stagenews .hal-carousel-btn-radio + .hal-carousel-btn-label {
    top: 70%;
  }
  .hal-stagenews .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label {
    top: 70%;
  }
}
.hal-stagenews .hal-carousel-contentteaser {
  font-size: 0;
}
.hal-stagenews .hal-carousel-contentteaser .hal-carousel-item {
  min-height: auto;
  display: flex;
}
@media  (max-width: 1023px) {
  .hal-stagenews .hal-carousel-contentteaser .hal-carousel-btn-radio + .hal-carousel-btn-label {
    top: 95px;
  }
  .hal-stagenews .hal-carousel-contentteaser .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label {
    top: 95px;
  }
}
@media  (max-width: 599px) {
  .hal-stagenews .hal-carousel-contentteaser .hal-carousel-btn-radio + .hal-carousel-btn-label {
    top: 65px;
  }
  .hal-stagenews .hal-carousel-contentteaser .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label {
    top: 65px;
  }
}
.hal-stagenews .hal-carousel-contentteaser .hal-contentteaser {
  display: inline-block;
  margin-right: 5px;
}
.hal-stagenews .hal-carousel--4 .hal-contentteaser {
  width: calc((100% - 15px) / 4);
}
.hal-stagenews .hal-carousel--4 .hal-contentteaser:nth-of-type(4n+4) {
  margin-right: 0;
}
@media  (min-width: 1024px) {
  .hal-stagenews .hal-carousel--4 .hal-carousel-btn-radio + .hal-carousel-btn-label {
    top: 45px;
  }
  .hal-stagenews .hal-carousel--4 .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label {
    top: 45px;
  }
}
.hal-stagenews .hal-carousel--3 .hal-contentteaser {
  width: calc((100% - 10px) / 3);
}
.hal-stagenews .hal-carousel--3 .hal-contentteaser:nth-of-type(3n+3) {
  margin-right: 0;
}
@media  (min-width: 1024px) {
  .hal-stagenews .hal-carousel--3 .hal-carousel-btn-radio + .hal-carousel-btn-label {
    top: 70px;
  }
  .hal-stagenews .hal-carousel--3 .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label {
    top: 70px;
  }
}
.hal-stagenews .hal-carousel--2 .hal-contentteaser {
  width: calc((100% - 5px) / 2);
}
.hal-stagenews .hal-carousel--2 .hal-contentteaser:nth-of-type(2n+2) {
  margin-right: 0;
}
@media  (min-width: 1024px) {
  .hal-stagenews .hal-carousel--2 .hal-carousel-btn-radio + .hal-carousel-btn-label {
    top: 110px;
  }
  .hal-stagenews .hal-carousel--2 .hal-carousel-btn-radio:checked ~ .hal-carousel-btn-label {
    top: 110px;
  }
}
.hal-stagenews-content {
  padding: 50px 70px;
  background: #33424F;
  color: #fff;
  display: flex;
  align-items: center;
}
.hal-stagenews-content > [class*="icon-"] {
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-bottom: 20px;
}
.hal-stagenews-content > .hal-h4 {
  color: #ccc;
}
.hal-stagenews-content .hal-h0 {
  font-size: 2.4rem;
}
.hal-stagenews-content .hal-richtext {
  line-height: 19px;
}
.hal-stagenews-content .hal-richtext a,
.hal-stagenews-content .hal-richtext a:visited {
  color: #fff;
  text-decoration: underline;
}
@media  (min-width: 1024px) {
  .hal-stagenews-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 490px;
    min-height: 245px;
    padding: 0 70px;
  }
  .hal-stagenews-content .hal-h3 {
    margin-top: 20px;
  }
  .hal-stagenews-content .hal-h0 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
  }
}
@media  (min-width: 1024px) {
  .hal-stagenews-content--right {
    left: auto;
    right: 0;
  }
}
@media print {
  .hal-stagenews .hal-carousel {
    height: auto !important;
    max-height: none !important;
    break-inside: avoid;
  }
  .hal-stagenews .hal-carousel .hal-carousel-item {
    position: relative !important;
    transform: none !important;
  }
  .hal-stagenews .hal-carousel .hal-carousel-item .hal-picture {
    width: 100% !important;
    margin-bottom: 1cm !important;
  }
  .hal-stagenews .hal-carousel .hal-carousel-item--left .hal-picture {
    padding-left: 25% !important;
  }
  .hal-stagenews .hal-carousel .hal-carousel-item--right .hal-picture {
    padding-right: 25% !important;
  }
  .hal-stagenews .hal-stagenews-content {
    position: absolute !important;
    top: 43% !important;
    transform: translateY(-50%) !important;
    left: 0 !important;
    width: 490px !important;
    min-height: 245px !important;
    padding: 0 70px !important;
    background: #33424F !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
  }
  .hal-stagenews .hal-stagenews-content--right {
    left: auto !important;
    right: 0 !important;
  }
}
.hal-stage-teaser-img-txt {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  overflow: hidden;
}
@media  (max-width: 599px) {
  .hal-stage-teaser-img-txt {
    overflow: visible;
  }
}
.hal-stage-teaser-img-txt-scene {
  line-height: 0;
  position: relative;
}
.hal-stage-teaser-img-txt-wrapper {
  position: relative;
  padding-bottom: calc(100% / 3);
}
@media  (max-width: 599px) {
  .hal-stage-teaser-img-txt-wrapper {
    padding-bottom: 100%;
  }
}
.hal-stage-teaser-img-txt-content-wrapper {
  position: absolute;
  width: 100%;
}
.hal-stage-teaser-img-txt-image {
  width: 100%;
}
.hal-stage-teaser-img-txt-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 80px 56px 80px 56px;
}
@media  (max-width: 599px) {
  .hal-stage-teaser-img-txt-content {
    top: 0;
    bottom: auto;
    padding: 20px 10px;
  }
}
.hal-stage-teaser-img-txt-copy {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.hal-stage-teaser-img-txt-copy > p {
  margin-bottom: unset;
}
@media  (min-width: 1024px) {
  .hal-stage-teaser-img-txt-copy {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-img-txt-copy {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
.hal-stage-teaser-img-txt-content-inner {
  position: relative;
}
@media  (min-width: 1025px) {
  .hal-stage-teaser-img-txt-content-inner.hal-width-xs {
    width: 25%;
  }
  .hal-stage-teaser-img-txt-content-inner.hal-width-sm {
    width: 33%;
  }
  .hal-stage-teaser-img-txt-content-inner.hal-width-md {
    width: 50%;
  }
  .hal-stage-teaser-img-txt-content-inner.hal-width-lg {
    width: 66%;
  }
  .hal-stage-teaser-img-txt-content-inner.hal-width-xl {
    width: 75%;
  }
  .hal-stage-teaser-img-txt-content-inner.hal-width-xxl {
    width: 100%;
  }
}
.hal-stage-teaser-img-txt .hal-h0 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
  margin-bottom: 0px;
  white-space: pre-line;
}
@media  (min-width: 1024px) {
  .hal-stage-teaser-img-txt .hal-h0 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-img-txt .hal-h0 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
.hal-stage-teaser-img-txt .hal-button-container {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
@media  (max-width: 599px) {
  .hal-stage-teaser-img-txt .hal-button-container {
    margin-top: 20px;
  }
  .hal-stage-teaser-img-txt .hal-button-container .hal-button {
    margin-bottom: 16px;
    padding: 10px 24px;
    min-height: 48px;
    height: auto;
    line-height: 2.5rem;
  }
}
.hal-stage-teaser-img-txt .hal-button--secondary {
  margin-right: 20px;
}
@media  (min-width: 600px) {
  .hal-stage-teaser-img-txt-scene[dir="rtl"] .hal-stage-teaser-img-txt-content {
    padding-left: 290px;
    padding-right: 10px;
  }
}
@media  (min-width: 600px) {
  .hal-stage-teaser-img-txt-scene[dir="rtl"] .hal-stage-teaser-img-txt-content {
    padding-left: 310px;
    padding-right: 30px;
  }
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-img-txt-scene[dir="rtl"] .hal-stage-teaser-img-txt-content {
    padding-left: 310px;
    padding-right: 30px;
  }
}
.hal-stage-teaser-img-txt-scene[dir="rtl"] .hal-h0 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
}
@media  (min-width: 1024px) {
  .hal-stage-teaser-img-txt-scene[dir="rtl"] .hal-h0 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  .hal-stage-teaser-img-txt-scene[dir="rtl"] .hal-h0 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
.hal-stage-teaser-img-txt .hal-horizontal--left-desktop {
  float: left;
}
.hal-stage-teaser-img-txt .hal-horizontal--center-desktop {
  float: none;
  margin: 0 auto;
}
.hal-stage-teaser-img-txt .hal-horizontal--right-desktop {
  float: right;
}
@media  (max-width: 1023px) {
  .hal-stage-teaser-img-txt .hal-horizontal--left-tablet {
    float: left;
    width: initial;
  }
  .hal-stage-teaser-img-txt .hal-horizontal--center-tablet {
    float: none;
    margin: 0 auto;
    width: 50%;
  }
  .hal-stage-teaser-img-txt .hal-horizontal--right-tablet {
    float: right;
    width: initial;
  }
}
@media  (max-width: 599px) {
  .hal-stage-teaser-img-txt .hal-horizontal--left-mobile {
    float: left;
    width: initial;
  }
  .hal-stage-teaser-img-txt .hal-horizontal--center-mobile {
    float: none;
    margin: 0 auto;
    width: 50%;
  }
  .hal-stage-teaser-img-txt .hal-horizontal--right-mobile {
    float: right;
    width: initial;
  }
}
.hal-stage-teaser-img-txt .hal-vertical--top-desktop {
  top: 0;
  bottom: unset;
  padding-top: 40px;
  transform: none;
}
.hal-stage-teaser-img-txt .hal-vertical--center-desktop {
  top: 50%;
  bottom: unset;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.hal-stage-teaser-img-txt .hal-vertical--bottom-desktop {
  top: unset;
  bottom: 0;
  padding-bottom: 40px;
  transform: none;
}
@media  (max-width: 1023px) {
  .hal-stage-teaser-img-txt .hal-vertical--top-tablet {
    top: 0;
    bottom: unset;
    padding-top: 10px;
    transform: none;
  }
  .hal-stage-teaser-img-txt .hal-vertical--center-tablet {
    top: 50%;
    bottom: unset;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .hal-stage-teaser-img-txt .hal-vertical--bottom-tablet {
    top: unset;
    bottom: 0;
    padding-bottom: 10px;
    transform: none;
  }
}
@media  (max-width: 599px) {
  .hal-stage-teaser-img-txt .hal-vertical--top-mobile {
    top: 0;
    bottom: unset;
    padding-top: 10px;
    transform: none;
  }
  .hal-stage-teaser-img-txt .hal-vertical--center-mobile {
    top: 50%;
    bottom: unset;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .hal-stage-teaser-img-txt .hal-vertical--bottom-mobile {
    top: unset;
    bottom: 0;
    padding-bottom: 10px;
    transform: none;
  }
}
.hal-stage-teaser-img-txt .hal-textcolor--light-desktop {
  color: #fff;
}
.hal-stage-teaser-img-txt .hal-textcolor--dark-desktop {
  color: #333;
}
@media  (max-width: 1023px) {
  .hal-stage-teaser-img-txt .hal-textcolor--light-tablet {
    color: #fff;
  }
  .hal-stage-teaser-img-txt .hal-textcolor--dark-tablet {
    color: #333;
  }
}
@media  (max-width: 599px) {
  .hal-stage-teaser-img-txt .hal-textcolor--light-mobile {
    color: #fff;
  }
  .hal-stage-teaser-img-txt .hal-textcolor--dark-mobile {
    color: #333;
  }
}
.hal-topalert {
  display: none;
  position: relative;
  width: 200px;
  max-height: 305px;
  overflow: hidden;
  padding: 1.2rem;
  line-height: normal;
  color: #fff;
  background-color: #ff6600;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.15);
}
@media  (min-width: 1024px) {
  .hal-topalert {
    display: block;
  }
}
.hal-topalert-icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.hal-topalert-meta {
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .02rem;
  color: #333;
}
.hal-topalert-meta__time {
  display: block;
}
.hal-topalert-headline {
  padding-top: 15px;
}
.hal-topalert-link,
.hal-topalert-link:visited {
  color: #fff;
}
.hal-topalert-link:hover {
  color: rgba(255, 255, 255, 0.9);
}
.hal-topalert-close {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 14px;
  cursor: pointer;
}
.hal-topalert[dir="rtl"] .hal-topalert-meta__teaser {
  font-size: 14px;
}
.hal-topalert[dir="rtl"] .hal-topalert-icon {
  margin-left: 10px;
  margin-right: 0;
  vertical-align: baseline;
}
.hal-topalert[dir="rtl"] .hal-topalert-close {
  left: .5em;
  right: auto;
}
.hal-stagehome-content--topalert {
  top: 10px;
  padding: 0;
}
@media  (min-width: 1440px) {
  .hal-stagehome-content--topalert {
    top: 165px;
  }
}
.hal-cookienotice {
  z-index: 60;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 5px solid #ff6600;
  box-shadow: 0 0 10px -5px #000;
  opacity: 0;
  transform: translateY(calc(100% - -5px));
  animation: cookienoticeIn 0.75s ease-in-out 1s forwards;
  backface-visibility: hidden;
}
@media  (min-width: 600px) {
  .hal-cookienotice {
    width: 50%;
    right: auto;
  }
}
.hal-cookienotice-close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 1rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.16666667;
  color: #ff6600;
}
@media  (min-width: 1024px) {
  .hal-cookienotice-close {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.13333333;
  }
}
@media  (min-width: 1440px) {
  .hal-cookienotice-close {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.10526316;
  }
}
.hal-cookienotice-close--text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
@media  (min-width: 1024px) {
  .hal-cookienotice-close--text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1440px) {
  .hal-cookienotice-close--text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
@media  (max-width: 1023px) {
  .hal-cookienotice-close--text {
    position: relative;
    float: right;
    padding-top: 0;
  }
}
.hal-cookienotice-info {
  position: relative;
  margin: 2rem;
  max-width: 80%;
  color: #333;
}
@media  (max-width: 599px) {
  .hal-cookienotice-info {
    margin: 1rem auto;
    max-width: 65%;
  }
}
@media  (min-width: 1024px) {
  .hal-cookienotice-info {
    max-width: 70%;
  }
}
@media  (min-width: 1920px) {
  .hal-cookienotice-info {
    max-width: 75%;
  }
}
.hal-cookienotice-info-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  margin-bottom: 0;
}
@media  (min-width: 1024px) {
  .hal-cookienotice-info-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-cookienotice-info-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-cookienotice-info-link {
  font-weight: normal;
}
@keyframes cookienoticeIn {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hal-section-headline {
  position: relative;
  margin: 0 30px;
  padding: 30px 0 15px;
  text-align: center;
}
.hal-section-headline.hal-module--border {
  border-top: 3px solid #CCD6DF;
}
@media  (max-width: 599px) {
  .hal-section-headline {
    margin: 0 10px;
  }
}
.hal-section-headline::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 5px;
  background-color: #ff6600;
}
.hal-section-headline .hal-h4 {
  margin-bottom: 5px;
  color: #33424F;
  font-weight: 100;
}
.hal-page-container--first .hal-section-headline {
  border-top: none;
}
.page-local-info #js-ajax-dest .sectionheadline:first-child .hal-section-headline.hal-module--border {
  border-top: none;
}
.hal-interactive-map-topbar-wrapper {
  background: #ededed;
}
@media  (min-width: 1024px) {
  .hal-interactive-map-topbar-wrapper {
    padding: 30px 30px 0;
  }
}
.hal-interactive-map-topbar {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 94px;
  padding: 18px 36px;
  margin: 0 auto;
  line-height: 94px;
  background-color: #fff;
  overflow: hidden;
  font-size: 0;
}
@media  (max-width: 1023px) {
  .hal-interactive-map-topbar {
    height: 160px;
  }
}
@media  (max-width: 599px) {
  .hal-interactive-map-topbar {
    height: 260px;
  }
}
.hal-interactive-map-topbar .hal-interactive-map-topbar-item {
  display: inline-block;
  margin-right: 30px;
  color: #ff6600;
}
@media  (min-width: 600px) {
  .hal-interactive-map-topbar .hal-interactive-map-topbar-item {
    margin-right: 10px;
  }
}
@media  (min-width: 1024px) {
  .hal-interactive-map-topbar .hal-interactive-map-topbar-item {
    margin-right: 60px;
  }
}
@media  (max-width: 1023px) {
  .hal-interactive-map-topbar .hal-interactive-map-topbar-item {
    margin-right: 0;
    width: calc(100% / 4);
  }
}
@media  (max-width: 599px) {
  .hal-interactive-map-topbar .hal-interactive-map-topbar-item {
    margin-right: 0;
    width: calc(100% / 2);
  }
}
.hal-interactive-map-topbar .hal-interactive-map-topbar-item .hal-interactive-map-topbar-count {
  display: block;
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
}
.hal-interactive-map-topbar .hal-interactive-map-topbar-item .hal-interactive-map-topbar-count [class*="icon-"] {
  margin-right: 5px;
  color: #ff6600;
}
.hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal-interactive-map-topbar-links {
  position: absolute;
  top: 30px;
  right: 30px;
  margin-right: 0;
  text-align: right;
}
@media  (max-width: 1023px) {
  .hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal-interactive-map-topbar-links {
    width: 100%;
    position: relative;
    top: -30px;
    right: 0;
    text-align: left;
  }
}
.hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal-interactive-map-topbar-links .hal-link {
  display: block;
  margin-bottom: 5px;
}
@media  (min-width: 600px) {
  .hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal-interactive-map-topbar-links .hal-link {
    font-size: 1.2rem;
  }
}
@media  (min-width: 1024px) {
  .hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal-interactive-map-topbar-links .hal-link {
    font-size: 1.4rem;
  }
}
.hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal-interactive-map-topbar-links .hal-link:first-child:last-child {
  margin-top: 1.4rem;
}
.hal-interactive-map-topbar .hal-interactive-map-topbar-item:hover,
.hal-interactive-map-topbar .hal-interactive-map-topbar-item:hover [class*="icon-"] {
  color: #A34100;
  cursor: pointer;
}
.hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal--is-active,
.hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal--is-active:hover,
.hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal--is-active [class*="icon-"],
.hal-interactive-map-topbar .hal-interactive-map-topbar-item.hal--is-active:hover [class*="icon-"] {
  color: #333;
  cursor: default;
}
.hal-interactive-map-layer {
  position: absolute;
  top: 90px;
  right: 40px;
  z-index: -1;
  width: 350px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  opacity: 0;
  transform: scale3d(0.6, 0.6, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media  (min-width: 1024px) {
  .hal-interactive-map-layer {
    top: 165px;
  }
}
.hal-interactive-map-layer.hal-is-active {
  z-index: 2;
  opacity: 1;
  transform: scale3d(0.852, 0.852, 0.852);
}
@media  (min-width: 1024px) {
  .hal-interactive-map-layer.hal-is-active {
    transform: scale3d(1, 1, 1);
  }
}
.hal-interactive-map-layer .hal-carousel {
  height: 345px;
  max-height: 500px;
}
@media  (min-width: 1024px) {
  .hal-interactive-map-layer .hal-carousel {
    max-height: 410px;
  }
}
@media  (min-width: 1440px) {
  .hal-interactive-map-layer .hal-carousel {
    max-height: 500px;
  }
}
.hal-interactive-map-layer .hal-carousel .hal-carousel-btn {
  bottom: 175px;
}
.hal-interactive-map-layer-image {
  font-size: 0;
  max-height: 170px;
  overflow: hidden;
}
.hal-interactive-map-layer-image:after {
  content: "";
  height: 170px;
  width: 100%;
  display: block;
}
.hal-interactive-map-layer-content {
  position: relative;
  padding: 10px 20px 20px;
  color: #333;
}
.hal-interactive-map-layer .hal-h6 {
  font-weight: 400;
}
.hal-interactive-map-layer-service {
  margin: 10px 0 0;
}
.hal-interactive-map-layer-next {
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: normal;
}
.hal-interactive-map-layer-speed {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.8rem;
}
.hal-interactive-map-layer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
}
.hal-interactive-map-layer-close [class*="icon-"] {
  color: #ff6600;
}
.hal-interactive-map-layer-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 170px;
  padding: 20px;
  margin: 0;
  background-color: #999999;
  color: #CCD6DF;
  align-items: center;
}
.hal-interactive-map-layer-placeholder .icon-vessel-front {
  align-self: center;
}
.hal-interactive-map-layer-counter {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 300;
  font-size: 100%;
  color: #999;
}
.hal-interactive-map-layer--vessel .hal-h5 {
  margin-bottom: 0;
}
@media  (min-width: 1024px) {
  .dynamicworldmap .hal-interactive-map-layer {
    top: 40px;
  }
}
.hal-map-control-bar {
  position: relative;
  max-width: 4rem;
}
.hal-map-control-bar-button {
  box-sizing: border-box;
  width: 4rem;
  height: 4rem;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #bbb;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: background-color 0.3s, color 0.3s;
}
.hal-map-control-bar-button:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.hal-map-control-bar-button:last-of-type {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.hal-map-control-bar-button.is-active {
  background-color: #ff6600;
  cursor: pointer;
  pointer-events: auto;
}
.hal-mzr-no-touchevents .hal-map-control-bar-button.is-active:hover {
  background-color: #A34100;
}
.hal-map-control-bar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 2rem;
  margin: auto;
  background-color: #fff;
}
.hal-interactive-map-indicator {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.hal-interactive-map-indicator-headline {
  display: block;
  text-transform: capitalize;
  color: #999999;
}
.hal-interactive-map-indicator .icon-zoom {
  color: #999999;
}
.hal-interactive-map-indicator.is-active {
  opacity: 1;
  visibility: visible;
}
.hal-interactive-map-button {
  position: absolute;
  left: 4rem;
  bottom: 7rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.hal-interactive-map-button.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hal-interactive-map-legal {
  display: inline-block;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  max-width: 20rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease;
  color: #999;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
  letter-spacing: 0.08rem;
}
@media  (min-width: 1024px) {
  .hal-interactive-map-legal {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-interactive-map-legal {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-interactive-map .hal-interactive-map-legal {
    left: 10rem;
  }
}
.hal-interactive-map-legal svg[class*=icon] {
  position: relative;
  top: 0.3rem;
  margin-right: 0.3rem;
}
.hal-interactive-map-legal.is-active {
  opacity: 1;
  visibility: visible;
}
#hal-country-map .hal-interactive-map-legal {
  bottom: initial;
  top: -4rem;
}
@media  (max-width: 599px) {
  #hal-country-map .hal-interactive-map-legal {
    display: none;
  }
}
.hal-interactive-map {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.hal-interactive-map .js_map_dyn {
  position: relative;
  padding-bottom: calc(100% / 2);
}
@media  (max-width: 1023px) {
  .hal-interactive-map .js_map_dyn {
    display: none;
  }
}
.hal-interactive-map .js_map_dyn .hal-map--stage {
  position: absolute;
}
@media  (max-width: 1023px) {
  .hal-interactive-map #hal-map-dynamicvessel-services {
    display: none;
  }
}
.hal-interactive-map .hal-map-control-bar {
  display: block;
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 1;
}
@media  (min-width: 1440px) {
  .hal-interactive-map .hal-map-control-bar {
    right: 10rem;
  }
}
@media  (max-width: 1023px) {
  .hal-interactive-map .hal-map-control-bar {
    display: none;
  }
}
.hal-interactive-map .hal-interactive-map-button {
  display: none;
}
@media  (min-width: 1440px) {
  .hal-interactive-map .hal-interactive-map-button {
    left: 10rem;
  }
}
.hal-interactive-map .hal-interactive-map-reload__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.7);
}
.hal-interactive-map .hal-interactive-map-reload__content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30em;
  padding: 20px 0;
  text-align: center;
  border: 1px solid rgba(102, 102, 102, 0.15);
  background-color: #fff;
  box-shadow: 0px 0px 10em 100px #f2f2f2;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.hal-interactive-map .hal-interactive-map-reload__text {
  width: 75%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04rem;
  border-bottom: 1px solid #ededed;
}
.hal-interactive-map .hal-interactive-map-indicator {
  position: absolute;
  right: 0;
  bottom: 4rem;
  left: 0;
  margin: auto;
}
.hal-interactive-map .hal-map-ie11 .hal-map-location:not(.hal-map-icon-vessel) {
  pointer-events: none;
}
.hal-map--location .hal-interactive-map-button {
  display: block;
}
.hal-map--services .hal-map-control-bar,
.hal-map--location .hal-map-control-bar,
.hal-map--terminals .hal-map-control-bar {
  display: none;
}
.hal-olb-incident {
  display: none;
  z-index: 10000;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 5px solid #ff6600;
  box-shadow: 0 0 10px -5px #000;
  opacity: 0;
  transform: translateY(calc(100% - -5px));
  animation: olb-incidentIn 0.75s ease-in-out 1s forwards;
  backface-visibility: hidden;
}
@media  (min-width: 600px) {
  .hal-olb-incident {
    width: 50%;
    right: auto;
  }
}
.hal-olb-incident-close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 1rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.16666667;
  color: #ff6600;
}
@media  (min-width: 1024px) {
  .hal-olb-incident-close {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.13333333;
  }
}
@media  (min-width: 1440px) {
  .hal-olb-incident-close {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.10526316;
  }
}
.hal-olb-incident-close--text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
@media  (min-width: 1024px) {
  .hal-olb-incident-close--text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1440px) {
  .hal-olb-incident-close--text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
@media  (max-width: 1023px) {
  .hal-olb-incident-close--text {
    position: relative;
    float: right;
    padding-top: 0;
  }
}
.hal-olb-incident-info {
  position: relative;
  margin: 2rem;
  max-width: 80%;
  color: #333;
}
@media  (max-width: 599px) {
  .hal-olb-incident-info {
    margin: 1rem auto;
    max-width: 65%;
  }
}
@media  (min-width: 1024px) {
  .hal-olb-incident-info {
    max-width: 70%;
  }
}
@media  (min-width: 1920px) {
  .hal-olb-incident-info {
    max-width: 75%;
  }
}
.hal-olb-incident-info-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  margin-bottom: 0;
}
@media  (min-width: 1024px) {
  .hal-olb-incident-info-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-olb-incident-info-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-olb-incident-info-link {
  font-weight: normal;
}
@keyframes olb-incidentIn {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hal-container-tracing {
  width: 100%;
}
.hal-container-tracing-panel {
  padding: 24px 22px 17px;
}
.hal-container-tracing-head {
  margin-bottom: 6px;
}
.hal-container-tracing-body {
  display: flex;
}
@media  (max-width: 599px) {
  .hal-container-tracing-body {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.hal-container-tracing-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.hal-container-tracing-icon svg {
  color: #33424F;
}
.hal-container-tracing .hal-label {
  display: inline-block;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71428571;
}
@media  (min-width: 1024px) {
  .hal-container-tracing .hal-label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media  (min-width: 1440px) {
  .hal-container-tracing .hal-label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.hal-container-tracing .hal-input-wrapper {
  display: flex;
  width: calc(100% - 120px);
  flex-direction: column;
  margin-right: 15px;
}
@media  (max-width: 599px) {
  .hal-container-tracing .hal-input-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.hal-container-tracing .hal-input-label {
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.hal-container-tracing .hal-input {
  width: 100%;
  height: 40px;
  background: #fff;
}
.hal-container-tracing .hal-button-wrapper {
  margin-left: auto;
  margin-top: 20px;
}
.hal-container-tracing .hal-button {
  min-width: 105px;
  height: 40px;
}
.hal-schedule {
  width: 100%;
  position: relative;
}
.hal-schedule-panel {
  display: block;
  min-height: 155px;
  background: #F0F2F5;
  padding: 24px 22px 30px;
}
@media  (max-width: 599px) {
  .hal-schedule-panel.hal-replaced {
    display: none;
  }
}
.hal-schedule-head {
  margin-bottom: 6px;
}
.hal-schedule-body {
  display: flex;
}
@media  (max-width: 599px) {
  .hal-schedule-body {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.hal-schedule-body .hal-button {
  margin-top: 20px;
}
.hal-schedule-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.hal-schedule-icon svg {
  color: #33424F;
}
.hal-schedule .hal-label {
  display: inline-block;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71428571;
}
@media  (min-width: 1024px) {
  .hal-schedule .hal-label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media  (min-width: 1440px) {
  .hal-schedule .hal-label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.hal-schedule .hal-input-wrapper {
  display: flex;
  width: calc((100% - 190px) / 2);
  flex-direction: column;
  margin-right: 15px;
}
@media  (max-width: 599px) {
  .hal-schedule .hal-input-wrapper {
    width: calc(50% - 11px);
    margin-right: 0;
  }
}
.hal-schedule .hal-input-label {
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.hal-schedule .hal-input {
  width: 100%;
  height: 40px;
  background: #fff;
}
.hal-schedule .hal-calendar-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 15px 0 0;
  cursor: pointer;
}
.hal-schedule .hal-calendar-icon svg {
  color: #ff6600;
}
.hal-schedule .hal-calendar-icon.disabled {
  cursor: initial;
  opacity: 0.4;
}
.hal-schedule .hal-button {
  min-width: 105px;
  height: 40px;
}
.hal-schedule .hal-location-suggestions {
  position: absolute;
  background: #fff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2), 0px 3px 16px rgba(0, 0, 0, 0.12), 0px 9px 12px rgba(0, 0, 0, 0.14);
  z-index: 100;
}
.hal-schedule .hal-location-suggestions > ul {
  padding: 10px;
}
.hal-schedule .hal-location-suggestions-item {
  padding: 0 3px;
}
.hal-schedule .hal-location-suggestions-item:hover,
.hal-schedule .hal-location-selected {
  cursor: pointer;
  background: #ff6600;
  color: #fff;
}
.hal-schedule-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  margin-top: 10px;
}
.hal-schedule-text {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  letter-spacing: -0.2px;
}
@media  (min-width: 1024px) {
  .hal-schedule-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-schedule-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-schedule-fallback {
  margin-top: 7px;
}
.hal-contentqat {
  width: 100%;
}
.hal-contentqat-panel {
  display: block;
  padding: 24px 22px 33px;
  min-height: 145px;
  background: #F0F2F5;
}
.hal-contentqat-head {
  display: block;
  margin-bottom: 16px;
}
.hal-contentqat-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.hal-contentqat-icon svg {
  color: #33424F;
}
.hal-contentqat .hal-label {
  display: inline-block;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71428571;
}
@media  (min-width: 1024px) {
  .hal-contentqat .hal-label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media  (min-width: 1440px) {
  .hal-contentqat .hal-label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.hal-contentqat-body {
  display: flex;
}
.hal-contentqat-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
.hal-contentqat-text {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  letter-spacing: -0.2px;
}
@media  (min-width: 1024px) {
  .hal-contentqat-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-contentqat-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-contentqat-button-wrapper {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  flex-shrink: 0;
  margin-left: auto;
}
.hal-contentqat-button-wrapper > svg {
  filter: invert(61%) sepia(68%) saturate(5984%) hue-rotate(0deg) brightness(103%) contrast(109%);
}
.hal-contentqat .hal-button {
  height: 40px;
}
.hal-contentqat-wrapper,
.hal-contentqat-wrapper:hover,
.hal-contentqat-wrapper:visited {
  color: #333;
}
.hal-scroll-indicator {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 50%;
  display: none;
  height: 70px;
  padding: 1rem 2rem;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  transition: opacity 1s, transform 1s, color .2s;
  transform: translate(-50%, 75%);
}
.hal-scroll-indicator:hover {
  color: #ff6600;
}
@media  (min-width: 1024px) {
  .hal-scroll-indicator {
    display: block;
  }
}
.hal-scroll-indicator--dark {
  color: #000;
}
.hal-scroll-indicator--orange {
  color: #ff6600;
}
.hal-scroll-indicator.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.hal-scroll-indicator-text {
  display: block;
}
@media print {
  .hal-scroll-indicator {
    display: none;
  }
}
.hal-stagebeacon {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0;
  overflow: hidden;
  height: 90.75vw;
}
@media  (min-width: 601px) {
  .hal-stagebeacon {
    height: 37.75vw;
  }
}
@media  (min-width: 1025px) {
  .hal-stagebeacon {
    height: 580px;
  }
}
@media  (min-width: 1232px) {
  .hal-stagebeacon {
    height: 650px;
    margin-top: -1px;
    margin-bottom: -70px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagebeacon {
    height: 800px;
    margin-top: -155px;
    margin-bottom: -140px;
  }
}
@media  (min-width: 1920px) {
  .hal-stagebeacon {
    height: 900px;
  }
}
.hal-stagebeacon.hal-module--text {
  height: auto;
  min-height: 200px;
  margin-bottom: 0;
}
@media  (max-width: 599px) {
  .hal-stagebeacon.hal-module--text {
    min-height: 150px;
  }
}
@media  (min-width: 1024px) {
  .hal-stagebeacon.hal-module--text {
    min-height: 250px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagebeacon--breadcrumb {
    margin-top: -220px;
  }
}
.hal-stagebeacon-image {
  width: 100%;
  position: absolute;
}
.hal-stagebeacon-content {
  position: relative;
  top: 30px;
  left: 0;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 10px 80px;
}
@media  (min-width: 600.1px) {
  .hal-stagebeacon-content {
    max-width: 1130px;
  }
}
@media  (min-width: 600px) {
  .hal-stagebeacon-content {
    top: 50px;
    max-width: 1130px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media  (min-width: 1024.1px) {
  .hal-stagebeacon-content {
    max-width: 1380px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagebeacon-content {
    max-width: 1130px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagebeacon-content {
    top: 230px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagebeacon-content--breadcrumb {
    top: 250px;
  }
}
.hal-module--text .hal-stagebeacon-content {
  position: relative;
  left: auto;
  transform: none;
  top: 50px;
}
@media  (max-width: 599px) {
  .hal-module--text .hal-stagebeacon-content {
    margin-left: 0;
    margin-right: 0;
    top: 30px;
  }
}
@media  (min-width: 1440px) {
  .hal-module--text .hal-stagebeacon-content {
    top: 230px;
    padding-bottom: 280px;
  }
}
.hal-stagebeacon--landingpage .hal-align-center {
  margin: 0px auto;
}
@media  (min-width: 1024px) {
  .hal-stagebeacon--landingpage:not([dir="rtl"]) .hal-width-xs {
    max-width: 25%;
  }
  .hal-stagebeacon--landingpage:not([dir="rtl"]) .hal-width-sm {
    max-width: 33%;
  }
  .hal-stagebeacon--landingpage:not([dir="rtl"]) .hal-width-md {
    max-width: 50%;
  }
  .hal-stagebeacon--landingpage:not([dir="rtl"]) .hal-width-lg {
    max-width: 66%;
  }
  .hal-stagebeacon--landingpage:not([dir="rtl"]) .hal-width-xl {
    max-width: 75%;
  }
}
.hal-stagebeacon:not([dir="rtl"]) .hal-h0,
.hal-stagetext .hal-h0,
.hal-stagebeacon:not([dir="rtl"]) .hal-h0 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
}
@media  (min-width: 1024px) {
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0,
  .hal-stagetext .hal-h0,
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0,
  .hal-stagetext .hal-h0,
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
@media  (min-width: 1024px) {
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0,
  .hal-stagetext .hal-h0,
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0 {
    min-height: 55px;
    padding-bottom: 5px;
  }
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-xs,
  .hal-stagetext .hal-h0.hal-width-xs,
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-xs {
    max-width: 25%;
  }
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-sm,
  .hal-stagetext .hal-h0.hal-width-sm,
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-sm {
    max-width: 33%;
  }
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-md,
  .hal-stagetext .hal-h0.hal-width-md,
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-md {
    max-width: 50%;
  }
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-lg,
  .hal-stagetext .hal-h0.hal-width-lg,
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-lg {
    max-width: 66%;
  }
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-xl,
  .hal-stagetext .hal-h0.hal-width-xl,
  .hal-stagebeacon:not([dir="rtl"]) .hal-h0.hal-width-xl {
    max-width: 75%;
  }
}
.hal-stagebeacon[dir="rtl"] .hal-h0,
.hal-stagetext[dir="rtl"] .hal-h0 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.08695652;
}
@media  (min-width: 1024px) {
  .hal-stagebeacon[dir="rtl"] .hal-h0,
  .hal-stagetext[dir="rtl"] .hal-h0 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.08;
  }
}
@media  (min-width: 1440px) {
  .hal-stagebeacon[dir="rtl"] .hal-h0,
  .hal-stagetext[dir="rtl"] .hal-h0 {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1.02857143;
  }
}
@media  (min-width: 1024px) {
  .hal-stagebeacon[dir="rtl"] .hal-h0:not(.hal-h0--singleline).hal-width-xs {
    padding-right: 75%;
  }
  .hal-stagebeacon[dir="rtl"] .hal-h0:not(.hal-h0--singleline).hal-width-sm {
    padding-right: 67%;
  }
  .hal-stagebeacon[dir="rtl"] .hal-h0:not(.hal-h0--singleline).hal-width-md {
    padding-right: 50%;
  }
  .hal-stagebeacon[dir="rtl"] .hal-h0:not(.hal-h0--singleline).hal-width-lg {
    padding-right: 34%;
  }
  .hal-stagebeacon[dir="rtl"] .hal-h0:not(.hal-h0--singleline).hal-width-xl {
    padding-right: 25%;
  }
}
.hal-stagebeacon[dir="rtl"] .hal-h0.hal-h0--singleline {
  text-align: left;
}
.hal-tabmodule-tab {
  position: relative;
  color: #ff6600;
  cursor: pointer;
}
.hal-tabmodule-tab .hal-h4 {
  padding: 10px 10px 30px;
}
.hal-tabmodule-tab:hover {
  color: #A34100;
}
.hal-tabmodule-tab:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #333;
}
.hal-module--dark .hal-tabmodule-tab,
.hal-container--faded .hal-tabmodule-tab {
  border-color: #fff;
}
.hal-module--dark .hal-tabmodule-tab:after,
.hal-container--faded .hal-tabmodule-tab:after {
  border-color: #fff;
}
.hal-tabmodule-tab.hal-is-active {
  cursor: default;
}
.hal-tabmodule-tab.hal-is-active,
.hal-tabmodule-tab.hal-is-active:hover {
  color: #768A9D;
}
.hal-tabmodule-tab.hal-is-active:after,
.hal-tabmodule-tab.hal-is-active:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 50%;
  margin-right: 14px;
  border-bottom: 1px solid #333;
}
.hal-tabmodule-tab.hal-is-active:after {
  left: 50%;
  right: 0;
  margin-left: 14px;
  margin-right: 0;
}
.hal-tabmodule-tab.hal-is-active .hal-column-content:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  border-style: none none solid solid;
  border-width: 0 0 1px 1px;
  border-color: transparent transparent #333 #333;
  transform: rotate(135deg);
}
.hal-module--dark .hal-tabmodule-tab.hal-is-active,
.hal-container--faded .hal-tabmodule-tab.hal-is-active,
.hal-module--dark .hal-tabmodule-tab.hal-is-active:hover,
.hal-container--faded .hal-tabmodule-tab.hal-is-active:hover {
  color: #fff;
}
.hal-module--dark .hal-tabmodule-tab.hal-is-active:after,
.hal-container--faded .hal-tabmodule-tab.hal-is-active:after,
.hal-module--dark .hal-tabmodule-tab.hal-is-active:before,
.hal-container--faded .hal-tabmodule-tab.hal-is-active:before,
.hal-module--dark .hal-tabmodule-tab.hal-is-active .hal-column-content:after,
.hal-container--faded .hal-tabmodule-tab.hal-is-active .hal-column-content:after {
  border-color: #fff;
}
@media  (min-width: 600px) {
  .hal-tabmodule-item {
    display: none;
  }
  .hal-tabmodule-item .hal-toggle-input-content {
    display: none;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media  (min-width: 600px) {
  .hal-tabmodule-item.hal-is-active,
  .hal-tabmodule-item.hal-is-active .hal-toggle-input-content {
    display: block;
    visibility: visible;
    height: auto;
  }
}
@media  (min-width: 600px) {
  .hal-tabmodule-item .hal-toggle-input-toggle {
    display: none;
  }
}
@media  (max-width: 599px) {
  .hal-module--center .hal-tabmodule-item {
    text-align: left;
  }
}
@media  (min-width: 1024px) {
  .hal-tabmodule-item .hal-toggle-input-content {
    width: 75%;
  }
  .hal-tabmodule-item .hal-toggle-input-content--facts-module {
    width: 95%;
  }
}
.hal-tabmodule-item .hal-picture-wrapper {
  display: inline;
}
@media print {
  .hal-tabmodule-item {
    display: block;
    visibility: visible;
    height: auto;
  }
  .hal-tabmodule-item .hal-toggle-input-content {
    display: block;
    visibility: visible;
    height: auto;
  }
}
@media  (min-width: 600px) {
  .hal-tabmodule {
    padding-top: 15px;
  }
}
.hal-tabmodule .hal-tabmodule-tabs,
.hal-tabmodule .hal-tabmodule-tabs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hal-tabmodule .hal-tabmodule-tabs li {
  display: inline-block;
}
.hal-tabmodule .hal-tabmodule-tabs li svg {
  width: 80%;
  max-width: 126px;
  height: 80%;
  max-height: 126px;
}
@media  (max-width: 599px) {
  .hal-tabmodule .hal-tabmodule-tabs {
    display: none;
  }
}
@media  (max-width: 599px) {
  .hal-tabmodule .hal-tabmodule-items {
    margin-bottom: 30px;
  }
  .hal-tabmodule .hal-tabmodule-items > div {
    border-top: 1px solid #999;
  }
  .hal-tabmodule .hal-tabmodule-items > div:last-child {
    border-bottom: 1px solid #999;
  }
}
.hal-management-person-img {
  display: inline-block;
  max-width: 80px;
  margin-right: 10px;
}
.hal-management-person-details {
  display: inline-block;
}
.hal-management-person[dir="rtl"] .hal-management-person-img {
  margin-left: 10px;
  margin-right: 0;
}
.hal-management-person[dir="rtl"] .hal-management-person-details {
  text-align: right;
}
.hal-management-headline {
  margin: 0 auto;
  padding: 40px 10px 20px;
  background-color: #fff;
  max-width: 1130px;
}
@media  (min-width: 600px) {
  .hal-management-headline {
    padding: 40px 30px 20px;
  }
}
.hal-management-headline .hal-h2 {
  text-align: left;
  max-width: 1130px;
}
.hal-management-headline .hal-h2[dir="rtl"] {
  text-align: right;
}
@media  (max-width: 1023px) {
  .hal-management-picture {
    display: none;
  }
}
.hal-management .hal-container-image {
  display: block;
  position: relative;
  right: auto;
  left: auto;
  z-index: inherit;
}
@media  (max-width: 599px) {
  .hal-management .hal-container-image {
    height: auto;
    width: 100%;
    right: 0;
    left: 0;
  }
}
.hal-management .hal-container-content {
  position: relative;
  margin-top: -245px;
  padding-top: 40px;
  background-color: #fff;
  text-align: left;
}
@media  (min-width: 1440px) {
  .hal-management .hal-container-content hal-copy {
    width: 75%;
  }
}
@media  (max-width: 1023px) {
  .hal-management .hal-container-content {
    margin-top: 0;
  }
}
.hal-management .hal-management-person::before,
.hal-management .hal-management-person::after {
  content: " ";
  display: table;
}
.hal-management .hal-management-person::after {
  clear: both;
}
@media  (min-width: 600px) {
  .hal-management .hal-management-person {
    padding-bottom: 10px;
    border: none;
  }
}
@media  (max-width: 599px) {
  .hal-management .hal-management-person {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    min-height: 250px;
  }
}
.hal-management .hal-management-person-img {
  position: relative;
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin-bottom: 30px;
}
@media  (min-width: 1024px) {
  .hal-management .hal-management-person-img {
    display: none;
  }
}
@media  (max-width: 1023px) {
  .hal-management .hal-management-person-img {
    float: none;
    margin: 0 auto 30px;
  }
}
@media  (max-width: 599px) {
  .hal-management .hal-management-person-img {
    margin-bottom: 15px;
  }
}
.hal-management .hal-management-person-img > img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
}
.hal-management .hal-management-person-details {
  display: block;
}
@media  (max-width: 1023px) {
  .hal-management .hal-management-person-details .hal-h3 {
    display: inline-block;
  }
}
.hal-management .hal-management-person[dir="rtl"] .hal-column-content {
  padding: 0;
}
.hal-management .hal-management-person[dir="rtl"] .hal-management-person-img {
  float: right;
}
.hal-management-footer[dir="rtl"],
.hal-management-headline[dir="rtl"] {
  text-align: right;
}
.hal-picture {
  max-width: 100%;
}
.hal-picture.hal-picture--secondary {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.hal-picture.hal-picture--unscaled {
  max-width: none;
}
.hal-picture.hal-picture--border {
  border: 1px solid #ccc;
}
.hal-picture-wrapper {
  margin-bottom: 10px;
}
.hal-picture-wrapper a {
  display: inline-block;
}
.hal-picture-wrapper .hal-picture.hal-picture--secondary {
  margin-bottom: 0px;
}
.hal-medialibrary .hal-media-picture {
  position: relative;
  font: 0/0 a;
}
.hal-medialibrary .hal-media-details {
  position: relative;
  word-spacing: 0;
}
.hal-medialibrary .hal-media-details .hal-meta {
  position: absolute;
  top: 12px;
  right: 10px;
  text-transform: none;
}
@media  (min-width: 1024px) {
  .hal-medialibrary .hal-media-details .hal-meta {
    top: 22px;
  }
}
.hal-medialibrary .hal-media-details {
  padding: 10px;
  min-height: 180px;
  max-height: 180px;
}
@media  (min-width: 1024px) {
  .hal-medialibrary .hal-media-details {
    padding: 20px 10px;
  }
}
.hal-medialibrary .hal-media-download {
  padding: 10px;
}
@media  (min-width: 1024px) {
  .hal-medialibrary .hal-media-download {
    padding: 20px 10px;
  }
}
.hal-medialibrary .imagemodule {
  word-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 0;
  width: 50%;
}
.hal-medialibrary .imagemodule .hal-column-content {
  padding: 0;
}
.hal-medialibrary .imagemodule .hal-h4 {
  line-height: 1.1;
  width: 75%;
}
@media  (min-width: 1440px) {
  .hal-page-column .hal-medialibrary .imagemodule .hal-h4 {
    width: 50%;
  }
}
.hal-medialibrary .imagemodule .hal-media-picture {
  background-color: #F0F2F5;
  min-height: 220px;
  max-height: 220px;
  text-align: center;
}
.hal-medialibrary .imagemodule .hal-media-picture .hal-picture {
  margin: 0 auto;
  width: auto;
  height: 220px;
}
.hal-medialibrary .imagemodule .hal-media-picture-touch {
  background-color: #F0F2F5;
  min-height: 220px;
  max-height: 320px;
  text-align: center;
}
.hal-medialibrary .imagemodule .hal-media-picture-touch .hal-picture {
  margin: 0 auto;
  width: auto;
  height: 220px;
}
.hal-medialibrary .textmodule {
  margin-bottom: 10px;
}
.hal-medialibrary .textmodule .hal-column {
  margin-bottom: 0;
}
@media  (min-width: 600px) {
  .hal-medialibrary .textmodule .hal-column.hal-media-picture {
    width: 15%;
  }
  .hal-page-column--main .hal-medialibrary .textmodule .hal-column.hal-media-picture {
    width: 20.8%;
  }
  .hal-medialibrary .textmodule .hal-column.hal-media-details {
    width: 60%;
  }
  .hal-page-column--main .hal-medialibrary .textmodule .hal-column.hal-media-details {
    width: 54.2%;
  }
  .hal-medialibrary .textmodule .hal-column.hal-media-download {
    width: 25%;
  }
}
.hal-medialibrary .textmodule .hal-column .hal-column-content {
  padding: 0;
}
.hal-medialibrary .textmodule .hal-column .hal-picture {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  color: inherit;
}
.hal-medialibrary .textmodule .hal-media-image-title {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  font-family: Inter, Helvetica, Arial, Verdana, sans-serif;
}
.hal-medialibrary .textmodule .hal-media-image-title .hal-text-color--orange {
  color: #ff6600;
}
.hal-medialibrary .textmodule .hal-media-image-title .hal-text-color--white {
  color: #fff;
}
.hal-medialibrary .textmodule .hal-media-image-title .hal-text-width--sm {
  width: 50%;
}
.hal-medialibrary .textmodule .hal-media-image-title .hal-text-width--md {
  width: 75%;
}
.hal-medialibrary .textmodule .hal-media-image-title .hal-text-width--xl {
  width: 100%;
}
.hal-medialibrary .textmodule .hal-media-image-title .hal-horizontal-align--left {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.hal-medialibrary .textmodule .hal-media-image-title .hal-horizontal-align--center {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
.hal-medialibrary .textmodule .hal-media-image-title .hal-vertical-align--top {
  vertical-align: top;
}
.hal-medialibrary .textmodule .hal-media-image-title .hal-vertical-align--middle {
  vertical-align: middle;
}
.hal-medialibrary .textmodule .hal-media-image-title-content {
  display: table-cell;
  width: 100%;
  word-break: break-word;
  padding: 10px 20px 10px 10px;
  white-space: pre-wrap;
}
.hal-medialibrary .textmodule .hal-media-image-title-content .hal-h4 {
  line-height: 1;
}
@media  (max-width: 599px) {
  .hal-medialibrary .textmodule .hal-media-image-title-content {
    padding: 10px 15px 10px 10px;
  }
  .hal-medialibrary .textmodule .hal-media-image-title-content .hal-h4 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.13333333;
  }
}
@media  (max-width: 599px) and  (min-width: 1024px) {
  .hal-medialibrary .textmodule .hal-media-image-title-content .hal-h4 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (max-width: 599px) and  (min-width: 1440px) {
  .hal-medialibrary .textmodule .hal-media-image-title-content .hal-h4 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
@media  (min-width: 600px) {
  .hal-medialibrary .textmodule .hal-media-details,
  .hal-medialibrary .textmodule .hal-media-download {
    padding: 0 10px;
  }
}
.hal-medialibrary .textmodule .hal-media-details {
  border-right: 1px solid #CCD6DF;
}
.hal-medialibrary .textmodule .hal-list--plain {
  margin-bottom: 15px;
}
@media  (min-width: 1440px) {
  .hal-medialibrary {
    margin: 0 auto;
    max-width: 1130px;
  }
}
@media  (max-width: 599px) {
  .hal-medialibrary-container {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    column-count: 2;
    column-gap: 5px;
    width: 100%;
  }
  .hal-medialibrary-container .hal-richtext > p {
    line-height: 22px;
  }
}
.hal-medialibrary-container .hal-media-details {
  line-height: normal;
}
.hal-medialibrary-container-edit-classic .imagemodule {
  width: 33.33333333%;
  float: left;
}
.hal-medialibrary-container-edit-classic div:nth-last-child(4) {
  width: 33.33333333%;
  float: none;
}
.hal-medialibrary-container-edit-touch .newpar {
  width: 33.33333333%;
}
@media  (max-width: 599px) {
  .hal-medialibrary--img {
    margin-bottom: 30px;
  }
}
@media  (min-width: 600px) {
  .hal-medialibrary--img {
    word-spacing: -0.31em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 0 -5px;
  }
}
@media  (min-width: 600px) and  (min-width: 1024px) {
  .hal-medialibrary--img {
    margin-left: -10px;
  }
}
@media  (min-width: 600px) and  (max-width: 599px) {
  .hal-medialibrary--img {
    margin-left: 0;
  }
}
@media  (min-width: 600px) {
  .hal-medialibrary--img .hal-column-content {
    margin-left: 10px;
  }
}
@media  (min-width: 1440px) {
  .hal-medialibrary--img .imagemodule {
    width: 33.33333333%;
  }
}
@media  (max-width: 599px) {
  .hal-medialibrary--pdf {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media  (max-width: 599px) {
  .hal-medialibrary div[class$=module] {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hal-medialibrary div[class$=module].imagemodule .hal-media-details,
  .hal-medialibrary div[class$=module].imagemodule .hal-media-download {
    display: none;
  }
  .hal-medialibrary div[class$=module].imagemodule .hal-column-content {
    padding: 0;
  }
  .hal-medialibrary div[class$=module].textmodule {
    line-height: 1.2em;
  }
  .hal-medialibrary div[class$=module].textmodule .hal-media-details {
    border-right: 0;
  }
  .hal-medialibrary div[class$=module].textmodule .hal-media-details {
    padding-left: 0;
    padding-right: 0;
  }
  .hal-medialibrary div[class$=module].textmodule .hal-media-download {
    margin-bottom: 30px;
    padding: 0;
  }
  .hal-medialibrary div[class$=module] .hal-media-picture,
  .hal-medialibrary div[class$=module].textmodule .hal-media-picture {
    background: none;
    min-height: inherit;
    max-height: inherit;
  }
  .hal-medialibrary div[class$=module] .hal-media-picture .hal-picture,
  .hal-medialibrary div[class$=module].textmodule .hal-media-picture .hal-picture {
    width: 100%;
    height: 100%;
  }
  .hal-medialibrary div[class$=module].textmodule .hal-picture {
    margin-bottom: 5px;
  }
}
@media  (max-width: 599px) and  (min-width: 600px) {
  .hal-medialibrary div[class$=module].imagemodule .hal-column-content {
    margin-left: 10px;
  }
}
*[class^=medialibrary]:not(:first-child) .hal-container-content {
  padding-top: 0;
}
@media  (min-width: 1024px) {
  .hal-columns--2 .hal-stagequote-content {
    padding: 0 30px;
  }
}
.hal-stagequote-scene {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
}
.hal-stagequote .hal-picture {
  margin-bottom: 0;
  width: 100%;
}
.hal-stagequote .hal-container-content {
  padding-top: 15px;
  padding-bottom: 0;
  color: #333;
}
.hal-stagequote-content {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 30px;
}
@media  (min-width: 600.1px) {
  .hal-stagequote-content {
    max-width: 65%;
    top: 30px;
  }
}
@media  (min-width: 600px) {
  .hal-stagequote-content {
    top: 50px;
    max-width: 1130px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media  (min-width: 1024.1px) {
  .hal-stagequote-content {
    top: 15%;
    max-width: 1380px;
  }
}
@media  (min-width: 1440px) {
  .hal-stagequote-content {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1130px;
  }
}
@media  (max-width: 599px) {
  .hal-stagequote-textbelowimage {
    position: unset;
    padding: 0;
  }
}
@media  (min-width: 1024px) {
  .hal-stagequote .hal-width-xs {
    max-width: 25%;
  }
  .hal-stagequote .hal-width-sm {
    max-width: 33%;
  }
  .hal-stagequote .hal-width-md {
    max-width: 50%;
  }
  .hal-stagequote .hal-width-lg {
    max-width: 66%;
  }
  .hal-stagequote .hal-width-xl {
    max-width: 75%;
  }
  .hal-stagequote .hal-width-xxl {
    max-width: 100%;
  }
}
.hal-stagequote .hal-fontsize-xs {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-xs {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-stagequote .hal-fontsize-xs {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-stagequote .hal-fontsize-sm {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71428571;
}
@media  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-sm {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media  (min-width: 1440px) {
  .hal-stagequote .hal-fontsize-sm {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.hal-stagequote .hal-fontsize-sm .icon-quote {
  width: 14px;
  height: 14px;
  left: -24px;
}
@media  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-sm {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1024px) and  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-sm {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1024px) and  (min-width: 1440px) {
  .hal-stagequote .hal-fontsize-sm {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
.hal-stagequote .hal-fontsize-md {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71428571;
}
@media  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-md {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media  (min-width: 1440px) {
  .hal-stagequote .hal-fontsize-md {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.hal-stagequote .hal-fontsize-md .icon-quote {
  width: 20px;
  height: 20px;
  left: -35px;
}
@media  (min-width: 600px) {
  .hal-stagequote .hal-fontsize-md {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 600px) and  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-md {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 600px) and  (min-width: 1440px) {
  .hal-stagequote .hal-fontsize-md {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
@media  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-md {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.22222222;
  }
}
@media  (min-width: 1024px) and  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-md {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1024px) and  (min-width: 1440px) {
  .hal-stagequote .hal-fontsize-md {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.14285714;
  }
}
.hal-stagequote .hal-fontsize-lg {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-lg {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1440px) {
  .hal-stagequote .hal-fontsize-lg {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
@media  (min-width: 600px) {
  .hal-stagequote .hal-fontsize-lg {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.22222222;
  }
}
@media  (min-width: 600px) and  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-lg {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 600px) and  (min-width: 1440px) {
  .hal-stagequote .hal-fontsize-lg {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.14285714;
  }
}
@media  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-lg {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1024px) and  (min-width: 1024px) {
  .hal-stagequote .hal-fontsize-lg {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.13333333;
  }
}
@media  (min-width: 1024px) and  (min-width: 1440px) {
  .hal-stagequote .hal-fontsize-lg {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.10526316;
  }
}
.hal-stagequote-headline {
  position: relative;
  margin-bottom: 15px;
}
.hal-stagequote-headline-icon {
  position: absolute;
}
.hal-stagequote-headline-icon::before {
  content: '\00a0';
  visibility: hidden;
}
.hal-stagequote-headline .icon-quote {
  position: relative;
  left: -25px;
  width: 14px;
  height: 14px;
}
@media  (min-width: 600px) {
  .hal-stagequote-headline .icon-quote {
    left: -40px;
    width: 20px;
    height: 20px;
  }
}
@media  (min-width: 1024px) {
  .hal-stagequote-headline .icon-quote {
    width: 24px;
    height: 24px;
  }
}
@media  (min-width: 600px) {
  .hal-stagequote-headline {
    margin-bottom: 15px;
  }
}
@media  (min-width: 1024px) {
  .hal-stagequote-headline {
    margin-bottom: 30px;
    max-width: 45%;
  }
}
.hal-stagequote-subline {
  display: block;
  margin-bottom: 30px;
}
@media  (min-width: 1024px) {
  .hal-stagequote-subline {
    margin-bottom: 60px;
  }
}
.hal-stagequote-subline-below {
  display: block;
  margin-bottom: 30px;
}
@media  (max-width: 599px) {
  .hal-stagequote-subline-below {
    display: none;
  }
}
@media  (min-width: 1024px) {
  .hal-stagequote-subline-below {
    margin-bottom: 60px;
  }
}
.hal-stagequote-subline-below-mobile {
  display: none;
  margin-bottom: 15px;
}
@media  (max-width: 599px) {
  .hal-stagequote-subline-below-mobile {
    display: block;
  }
}
@media  (min-width: 1024px) {
  .hal-stagequote-subline-below-mobile {
    margin-bottom: 60px;
  }
}
.hal-stagequote--xs .hal-stagequote-scene {
  max-width: 1130px;
}
@media  (min-width: 1024px) {
  .hal-stagequote--right .hal-stagequote-content {
    padding-left: 39.1%;
  }
  .hal-stagequote--right .hal-stagequote-content .hal-stagequote-headline {
    max-width: none;
  }
  .hal-stagequote--right.hal-stagequote--xs .hal-stagequote-content {
    padding-left: 50.5%;
  }
}
.hal-stagequote--light {
  background-color: #F0F2F5;
}
.hal-stagequote--dark {
  background-color: #666;
}
.hal-stagequote--faded .hal-picture {
  opacity: 0.2;
}
h0,
.hal-h0,
h1,
.hal-h1,
h2,
.hal-h2,
h3,
.hal-h3,
h4,
.hal-h4,
h5,
.hal-h5,
h6,
.hal-h6,
h7,
.hal-h7 {
  display: block;
  font-weight: 700;
  margin: 0 0 7.5px;
  letter-spacing: 0.02em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
h0,
.hal-h0 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
  margin-bottom: 15px;
}
@media  (min-width: 1024px) {
  h0,
  .hal-h0 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  h0,
  .hal-h0 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.08333333;
  }
}
h1,
.hal-h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.16666667;
  margin-bottom: 15px;
}
@media  (min-width: 1024px) {
  h1,
  .hal-h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.13333333;
  }
}
@media  (min-width: 1440px) {
  h1,
  .hal-h1 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.10526316;
  }
}
h2,
.hal-h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222222;
  margin-bottom: 15px;
}
@media  (min-width: 1024px) {
  h2,
  .hal-h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  h2,
  .hal-h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.14285714;
  }
}
h3,
.hal-h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media  (min-width: 1024px) {
  h3,
  .hal-h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 1440px) {
  h3,
  .hal-h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
h4,
.hal-h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71428571;
}
@media  (min-width: 1024px) {
  h4,
  .hal-h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media  (min-width: 1440px) {
  h4,
  .hal-h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
h5,
.hal-h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  h5,
  .hal-h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  h5,
  .hal-h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
h6,
.hal-h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  h6,
  .hal-h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  h6,
  .hal-h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
h7,
.hal-h7 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
}
@media  (min-width: 1024px) {
  h7,
  .hal-h7 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  h7,
  .hal-h7 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
h0[dir="rtl"],
.hal-h0[dir="rtl"] {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.08695652;
}
@media  (min-width: 1024px) {
  h0[dir="rtl"],
  .hal-h0[dir="rtl"] {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.08;
  }
}
@media  (min-width: 1440px) {
  h0[dir="rtl"],
  .hal-h0[dir="rtl"] {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1.02857143;
  }
}
h1[dir="rtl"],
.hal-h1[dir="rtl"] {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.11111111;
}
@media  (min-width: 1024px) {
  h1[dir="rtl"],
  .hal-h1[dir="rtl"] {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media  (min-width: 1440px) {
  h1[dir="rtl"],
  .hal-h1[dir="rtl"] {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1.03125;
  }
}
h2[dir="rtl"],
.hal-h2[dir="rtl"] {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.05555556;
}
@media  (min-width: 1024px) {
  h2[dir="rtl"],
  .hal-h2[dir="rtl"] {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media  (min-width: 1440px) {
  h2[dir="rtl"],
  .hal-h2[dir="rtl"] {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.04347826;
  }
}
h3[dir="rtl"],
.hal-h3[dir="rtl"] {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.04761905;
}
@media  (min-width: 1024px) {
  h3[dir="rtl"],
  .hal-h3[dir="rtl"] {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
  }
}
@media  (min-width: 1440px) {
  h3[dir="rtl"],
  .hal-h3[dir="rtl"] {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.06666667;
  }
}
h4[dir="rtl"],
.hal-h4[dir="rtl"] {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.04761905;
}
@media  (min-width: 1024px) {
  h4[dir="rtl"],
  .hal-h4[dir="rtl"] {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
  }
}
@media  (min-width: 1440px) {
  h4[dir="rtl"],
  .hal-h4[dir="rtl"] {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.06666667;
  }
}
h5[dir="rtl"],
.hal-h5[dir="rtl"] {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.08333333;
}
@media  (min-width: 1024px) {
  h5[dir="rtl"],
  .hal-h5[dir="rtl"] {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.08333333;
  }
}
@media  (min-width: 1440px) {
  h5[dir="rtl"],
  .hal-h5[dir="rtl"] {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.07692308;
  }
}
h6[dir="rtl"],
.hal-h6[dir="rtl"] {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.0952381;
}
@media  (min-width: 1024px) {
  h6[dir="rtl"],
  .hal-h6[dir="rtl"] {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.0952381;
  }
}
@media  (min-width: 1440px) {
  h6[dir="rtl"],
  .hal-h6[dir="rtl"] {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.08695652;
  }
}
h7[dir="rtl"],
.hal-h7[dir="rtl"] {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111111;
}
@media  (min-width: 1024px) {
  h7[dir="rtl"],
  .hal-h7[dir="rtl"] {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  h7[dir="rtl"],
  .hal-h7[dir="rtl"] {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
  }
}
*[dir="rtl"] .h0:not([dir="ltr"]),
*[dir="rtl"] .hal-h0:not([dir="ltr"]) {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.08695652;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] .h0:not([dir="ltr"]),
  *[dir="rtl"] .hal-h0:not([dir="ltr"]) {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.08;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] .h0:not([dir="ltr"]),
  *[dir="rtl"] .hal-h0:not([dir="ltr"]) {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1.02857143;
  }
}
*[dir="rtl"] .h1:not([dir="ltr"]),
*[dir="rtl"] .hal-h1:not([dir="ltr"]) {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.11111111;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] .h1:not([dir="ltr"]),
  *[dir="rtl"] .hal-h1:not([dir="ltr"]) {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] .h1:not([dir="ltr"]),
  *[dir="rtl"] .hal-h1:not([dir="ltr"]) {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1.03125;
  }
}
*[dir="rtl"] .h2:not([dir="ltr"]),
*[dir="rtl"] .hal-h2:not([dir="ltr"]) {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.05555556;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] .h2:not([dir="ltr"]),
  *[dir="rtl"] .hal-h2:not([dir="ltr"]) {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] .h2:not([dir="ltr"]),
  *[dir="rtl"] .hal-h2:not([dir="ltr"]) {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.04347826;
  }
}
*[dir="rtl"] .h3:not([dir="ltr"]),
*[dir="rtl"] .hal-h3:not([dir="ltr"]) {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.04761905;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] .h3:not([dir="ltr"]),
  *[dir="rtl"] .hal-h3:not([dir="ltr"]) {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] .h3:not([dir="ltr"]),
  *[dir="rtl"] .hal-h3:not([dir="ltr"]) {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.06666667;
  }
}
*[dir="rtl"] .h4:not([dir="ltr"]),
*[dir="rtl"] .hal-h4:not([dir="ltr"]) {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.04761905;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] .h4:not([dir="ltr"]),
  *[dir="rtl"] .hal-h4:not([dir="ltr"]) {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] .h4:not([dir="ltr"]),
  *[dir="rtl"] .hal-h4:not([dir="ltr"]) {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.06666667;
  }
}
*[dir="rtl"] .h5:not([dir="ltr"]),
*[dir="rtl"] .hal-h5:not([dir="ltr"]) {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.08333333;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] .h5:not([dir="ltr"]),
  *[dir="rtl"] .hal-h5:not([dir="ltr"]) {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.08333333;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] .h5:not([dir="ltr"]),
  *[dir="rtl"] .hal-h5:not([dir="ltr"]) {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.07692308;
  }
}
*[dir="rtl"] .h6:not([dir="ltr"]),
*[dir="rtl"] .hal-h6:not([dir="ltr"]) {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.0952381;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] .h6:not([dir="ltr"]),
  *[dir="rtl"] .hal-h6:not([dir="ltr"]) {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.0952381;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] .h6:not([dir="ltr"]),
  *[dir="rtl"] .hal-h6:not([dir="ltr"]) {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.08695652;
  }
}
*[dir="rtl"] .h7:not([dir="ltr"]),
*[dir="rtl"] .hal-h7:not([dir="ltr"]) {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111111;
}
@media  (min-width: 1024px) {
  *[dir="rtl"] .h7:not([dir="ltr"]),
  *[dir="rtl"] .hal-h7:not([dir="ltr"]) {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.11111111;
  }
}
@media  (min-width: 1440px) {
  *[dir="rtl"] .h7:not([dir="ltr"]),
  *[dir="rtl"] .hal-h7:not([dir="ltr"]) {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
  }
}
.hal-text-image {
  display: flex;
  font-size: 0;
}
@media  (max-width: 599px) {
  .hal-text-image {
    flex-direction: column;
  }
}
.hal-text-image .hal-copy,
.hal-text-image-picture {
  display: block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-text-image .hal-copy,
  .hal-text-image-picture {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-text-image .hal-copy,
  .hal-text-image-picture {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 600px) {
  .hal-text-image .hal-copy,
  .hal-text-image-picture {
    display: inline-block;
  }
}
.hal-text-image-picture-inverted {
  order: 2;
}
.hal-text-image .hal-copy.hal-text-image-copy {
  width: 100%;
  margin-top: 0px;
  padding-right: 0px !important;
}
@media  (min-width: 600px) {
  .hal-text-image .hal-copy.hal-text-image-copy {
    width: 66.66666667%;
    padding-left: 5px;
  }
}
.hal-text-image .hal-copy.hal-text-image-copy-inverted {
  width: 100%;
  order: 1;
  margin-top: 0px;
}
@media  (min-width: 600px) {
  .hal-text-image .hal-copy.hal-text-image-copy-inverted {
    width: 66.66666667%;
    padding-right: 10px !important;
    padding-left: 0px;
  }
}
@media  (min-width: 600px) {
  .hal-text-image-picture {
    width: 33.33333333%;
    padding-right: 2.5px;
  }
}
@media  (min-width: 600px) {
  .hal-text-image-picture {
    padding-right: 5px;
  }
}
.hal-text-image-picture .hal-picture {
  width: 100%;
}
@media  (min-width: 600px) {
  .hal-text-image-picture.hal-text-image-picture-inverted {
    padding-right: 0px;
  }
}
.hal-text-image-caption {
  display: block;
  margin: 0 0 30px;
  font-family: Inter, Helvetica, Arial, Verdana, sans-serif;
  color: #999;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
}
@media  (min-width: 1024px) {
  .hal-text-image-caption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-text-image-caption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-picture--unscaled + .hal-text-image-caption {
  margin-top: 10px;
}
@media  (min-width: 600px) {
  .hal-text-image[dir="rtl"] .hal-text-image-picture {
    padding-right: 0;
    padding-left: 2.5px;
  }
}
@media  (min-width: 600px) {
  .hal-text-image[dir="rtl"] .hal-text-image-picture {
    padding-left: 5px;
  }
}
@media  (min-width: 600px) {
  .hal-text-image[dir="rtl"] .hal-copy.hal-text-image-copy {
    padding-left: 0;
    padding-right: 2.5px;
  }
}
@media  (min-width: 600px) {
  .hal-text-image[dir="rtl"] .hal-copy.hal-text-image-copy {
    padding-right: 5px;
  }
}
.hal-search {
  position: relative;
  min-height: 40px;
}
.hal-search .hal-input,
.hal-search .hal-button {
  vertical-align: middle;
}
.hal-search .hal-input::-ms-clear {
  display: none;
}
.hal-search .hal-input {
  padding-right: 40px;
  width: 350px;
  max-width: 60%;
  font-size: 14px;
  line-height: 1em;
}
.hal-search .hal-button {
  margin-left: 10px;
}
@media  (max-width: 599px) {
  .hal-search .hal-button {
    display: none;
  }
  .hal-search .hal-input {
    width: 100%;
    max-width: none;
  }
}
.hal-search-button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 40px;
  height: 40px;
  margin-left: -40px;
  padding: 9px;
  vertical-align: middle;
}
.hal-search-button::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%23111565%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22%23999%22%20d%3D%22M18%2019.51l-3.59-5.4A5.7%205.7%200%200%200%2017%209a5.64%205.64%200%200%200-6-6%205.63%205.63%200%200%200-6%206%205.63%205.63%200%200%200%206%206%207.15%207.15%200%200%200%201.84-.25L17%2021zM6.67%209A4%204%200%200%201%2011%204.66%204%204%200%200%201%2015.35%209%204%204%200%200%201%2011%2013.34%204%204%200%200%201%206.67%209z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  pointer-events: none;
}
.hal-search-input--icon-toggle ~ .hal-search-button {
  pointer-events: none;
  transition: opacity .1s;
}
.hal-search-input--icon-toggle:focus ~ .hal-search-button,
.hal-search-input--icon-toggle:valid ~ .hal-search-button {
  opacity: 0;
}
.hal-search-offices {
  padding-top: 27px;
}
.hal-search-offices .hal-input {
  height: 32px;
  background: #fff;
}
.hal-search-offices .hal-search-suggestions {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hal-ir-teasers {
  padding: 0;
  font-size: 0;
}
.hal-ir-teasers .hal-ir-teaser {
  margin-bottom: 10px;
  list-style: none;
  background: #E1E8ED;
}
.hal-ir-teasers .hal-ir-teaser .hal-columns {
  margin-left: 0;
}
.hal-ir-teasers .hal-ir-teaser-details,
.hal-ir-teasers .hal-ir-teaser-download {
  padding: 20px;
}
.hal-ir-teasers .hal-ir-teaser-details {
  width: 75%;
  margin: 0;
  border-right: 2px solid #fff;
}
.hal-ir-teasers .hal-ir-teaser-download {
  width: 25%;
}
.hal-ir-teasers .hal-ir-teaser-date {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-ir-teasers .hal-ir-teaser-date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-ir-teasers .hal-ir-teaser-date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-ir-teasers .hal-ir-teaser .hal-columns--1 .hal-ir-teaser-details {
  width: 100%;
}
.hal-ir-teasers .hal-ir-teaser-tile {
  display: inline-block;
  width: 33.33333333%;
  background: #F0F2F5;
}
@media  (max-width: 599px) {
  .hal-ir-teasers .hal-ir-teaser-tile {
    width: 50%;
  }
}
.hal-ir-teasers .hal-ir-teaser-tile .hal-ir-teaser-details {
  padding: 12px;
}
.hal-ir-teasers .hal-ir-teaser-tile-date {
  display: block;
  height: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #768A9D;
}
.hal-ir-teasers .hal-ir-teaser-tile-title {
  margin-bottom: 0.6rem;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin-bottom: 10px;
  overflow: hidden;
  min-height: 96px;
  max-height: 96px;
}
.hal-ir-teasers .hal-ir-teaser-tile:hover .hal-ir-teaser-tile-title {
  max-height: none;
}
.hal-backtotop {
  border-bottom: 1px solid #CCD6DF;
  text-align: right;
}
.hal-backtotop.hal-default-spacing {
  margin-bottom: 30px;
}
@media  (min-width: 1024px) {
  .backtotop:not(:last-child) .hal-backtotop.hal-default-spacing {
    margin-bottom: 60px;
  }
}
@media  (min-width: 1440px) {
  .backtotop:not(:last-child) .hal-backtotop.hal-default-spacing {
    margin-bottom: 90px;
  }
}
*[dir="rtl"] .hal-backtotop,
.hal-backtotop[dir="rtl"] {
  text-align: left;
}
.hal-redirect-dropdown-label {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.hal-redirect-dropdown {
  width: 324px;
  height: 40px;
  background: #fff;
  position: relative;
}
.hal-redirect-dropdown > input {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding-left: 12px;
  cursor: pointer;
  border: 2px solid #ADBAC7;
  outline: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #14171A;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
}
.hal-redirect-dropdown > input:hover,
.hal-redirect-dropdown > input:active {
  border: 2px solid #425464;
}
.hal-redirect-dropdown > .hal-redirect-dropdown-options {
  width: 100%;
  border-radius: 4px;
  padding: 8px 0;
  cursor: pointer;
  background: white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #14171A;
  position: absolute;
  top: 40px;
  visibility: hidden;
}
.hal-redirect-dropdown > .hal-redirect-dropdown-options .hal-redirect-dropdown-option > a,
.hal-redirect-dropdown > .hal-redirect-dropdown-options .hal-redirect-dropdown-option > a:hover {
  display: block;
  height: 32px;
  padding: 7px 16px;
  font-weight: 500;
  line-height: 18px;
  color: #14171A;
}
.hal-redirect-dropdown > .hal-redirect-dropdown-options .hal-redirect-dropdown-option > a:hover {
  background: #E1E8ED;
}
.hal-redirect-dropdown > .hal-redirect-dropdown-options .hal-redirect-dropdown-option > a:active {
  background: #CCD6DF;
}
.hal-redirect-dropdown.opened .hal-redirect-dropdown-options {
  opacity: 1;
  z-index: 3;
  visibility: visible;
  transform: translateY(0);
}
.hal-redirect-dropdown::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 18px;
  z-index: 2;
  width: 10px;
  height: 5px;
  pointer-events: none;
  transition: all 0.3s linear;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  background: #425464;
}
.hal-redirect-dropdown.opened::before {
  transform: rotate(-180deg);
}
.hal-horizontalrule {
  height: 3px;
}
.hal-horizontalrule.hal-module--grey {
  background: #CCD6DF;
}
.hal-horizontalrule.hal-module--white {
  background: #fff;
}
.hal-container-content .hal-horizontalrule {
  height: 3px;
}
.hal-container-content .hal-horizontalrule.hal-default-spacing {
  margin-bottom: 30px;
}
.hal-portal-status--text-wrapper {
  display: block;
  width: 100%;
  padding: 30px;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  text-align: center;
}
.hal-office-links {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.hal-office-links .hal-h3 {
  margin-top: 3rem;
}
@media  (min-width: 600px) {
  .hal-office-links {
    width: 49.75%;
  }
}
@media  (min-width: 600px) {
  .hal-office-links {
    width: 24.875%;
  }
}
@media  (min-width: 1024px) {
  .hal-office-links {
    width: 19.9%;
  }
}
@media  (min-width: 1440px) {
  .hal-office-links {
    width: 16.58333333%;
  }
}
@media  (min-width: 1920px) {
  .hal-office-links {
    width: 14.21428571%;
  }
}
@media  (max-width: 599px) {
  .hal-offices {
    margin-bottom: 0;
  }
}
.hal-offices .hal-link {
  display: block;
  margin-bottom: 6px;
  line-height: 18px;
}
.hal-offices .hal-link [class*="icon-"] {
  height: 15px;
  width: 15px;
  margin: 0 5px -2px 0;
}
.hal-officeslocalinfo-region {
  column-count: 5;
}
@media  (max-width: 599px) {
  .hal-officeslocalinfo-region {
    column-count: 2;
    padding: 0px 8px;
  }
}
.hal-officeslocalinfo-country {
  display: block;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #14171A;
  padding-bottom: 12px;
}
.hal-office [class*='icon'] {
  position: relative;
  top: -0.1em;
  width: 24px;
  height: 24px;
  min-width: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.hal-office.hal-module--dark {
  padding: 30px 20px 0;
  background-color: #F0F2F5;
  color: inherit;
}
.hal-office.hal-module--dark .hal-column {
  margin-bottom: 15px;
}
.hal-office.hal-module--dark .hal-column p {
  line-height: 2.2rem;
}
@media  (min-width: 1024px) {
  .hal-office.hal-module--dark .hal-column p {
    line-height: 2.6rem;
  }
}
@media  (min-width: 600px) {
  .hal-office.hal-module--dark .hal-column:last-child .hal-column-content {
    text-align: right;
  }
}
.hal-office p.hal-phonenumbers a {
  font-size: 1.6rem;
}
.hal--region-offices {
  word-spacing: -0.31em;
  background-color: #fff;
  padding: 30px 20px 0;
}
.hal--region-offices > div {
  word-spacing: 0;
}
.hal--region-offices-headquarter {
  display: inline-block;
  width: 25%;
}
.hal--region-offices-locations {
  display: inline-block;
  width: 75%;
}
.hal-table {
  table-layout: fixed;
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-table {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-table {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-table-right {
  text-align: right;
}
.hal-table-head tr {
  background: #fff;
  border-bottom: 1px solid #333;
}
.hal-table-header,
.hal-table td::before {
  font-weight: 600;
  text-align: left;
}
.hal-table-header {
  padding: 15px 10px;
}
.hal-table-row {
  background: #fff;
}
.hal-table-row:nth-child(odd) {
  background: #F0F2F5;
}
.hal-table-row td {
  padding: 15px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media  (min-width: 1024px) {
  .hal-table--width-50 {
    width: 50%;
  }
  .hal-table--width-75 {
    width: 75%;
  }
}
.hal-table--tariff .hal-table-body {
  border: 2em solid #F0F2F5;
}
.hal-table--tariff .hal-table-row {
  background-color: #F0F2F5;
}
.hal-table--tariff .hal-table-row td:nth-child(odd) {
  width: 25%;
  font-weight: bold;
}
.hal-table--tariff .hal-table-row td:nth-child(even) {
  width: 75%;
}
.hal-table--pdf .hal-item-new {
  margin-left: 8px;
  margin-bottom: 0;
  padding: 1px 6px;
  border-radius: 4px;
  color: #fff;
  background-color: #ff6600;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
  justify-content: center;
}
@media  (min-width: 1024px) {
  .hal-table--pdf .hal-item-new {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-table--pdf .hal-item-new {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 600px) {
  .hal-table--pdf .hal-table-col-right {
    padding-right: 20px;
    text-align: right;
  }
  .hal-table--pdf .hal-table-col {
    width: 15%;
  }
  .hal-table--pdf .hal-table-col-lg {
    width: 62%;
  }
  .hal-table--pdf .hal-table-col-xs {
    width: 8%;
  }
  .hal-table--pdf.hal-table-5cols .hal-table-col {
    width: 18%;
  }
  .hal-table--pdf.hal-table-5cols .hal-table-col-lg {
    width: 47%;
  }
  .hal-table--pdf.hal-table-5cols .hal-table-col-xs {
    width: 7%;
  }
  .hal-table--pdf.hal-table-6cols .hal-table-col {
    width: 10%;
  }
  .hal-table--pdf.hal-table-6cols .hal-table-col-lg {
    width: 45%;
  }
  .hal-table--pdf.hal-table-6cols .hal-table-col-xs {
    width: 5%;
  }
  .hal-table--pdf.hal-table-7cols .hal-table-col {
    width: 11%;
  }
  .hal-table--pdf.hal-table-7cols .hal-table-col-lg {
    width: 40%;
  }
  .hal-table--pdf.hal-table-7cols .hal-table-col-xs {
    width: 5%;
  }
  .hal-table--pdf.hal-table-8cols .hal-table-col {
    width: 10%;
  }
  .hal-table--pdf.hal-table-8cols .hal-table-col-lg {
    width: 35%;
  }
  .hal-table--pdf.hal-table-8cols .hal-table-col-xs {
    width: 5%;
  }
}
@media  (max-width: 599px) {
  .hal-table--servicetable {
    margin-bottom: 0;
  }
  .hal-table--servicetable-header,
  .hal-table--servicetable-row td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hal-table--contact [class*="icon-"] {
  margin-right: 5px;
  vertical-align: middle;
}
.hal-table[dir="rtl"] .hal-table-header,
.hal-table[dir="rtl"] .hal-table-row td,
.hal-table[dir="rtl"] td::before {
  text-align: right;
}
.hal-table[dir="rtl"] .hal-table-row td {
  unicode-bidi: plaintext;
}
@media  (max-width: 599px) {
  .hal-table {
    table-layout: auto;
  }
}
@media  (max-width: 599px) {
  .hal-table:not(.hal-table--servicetable) .hal-table-row {
    display: block;
    padding: 20px;
    border: 2px solid #f2f2f2;
  }
  .hal-table:not(.hal-table--servicetable) .hal-table-row td {
    padding: 0;
  }
  .hal-table:not(.hal-table--servicetable) .hal-table-head {
    display: none;
  }
  .hal-table:not(.hal-table--servicetable) td {
    display: block;
    margin-bottom: 20px;
  }
  .hal-table:not(.hal-table--servicetable) td:last-child {
    margin-bottom: 0;
  }
  .hal-table:not(.hal-table--servicetable) td::before {
    content: attr(data-title);
    display: block;
  }
}
@media  (min-width: 600px) {
  .table + .title {
    margin-top: 60px;
  }
}
.hal-toggle {
  border-top: 1px solid #999;
}
@media print {
  .hal-toggle {
    break-inside: avoid;
  }
}
.hal-toggle-container {
  border-bottom: 1px solid #999;
}
.hal-toggle-container .hal-toggle-container {
  margin-left: 30px;
}
.hal-toggle-input-toggle {
  display: block;
  margin: 20px 0 18px;
  font-weight: 600;
  color: #ff6600;
}
.hal-toggle-input-toggle:hover {
  color: #A34100;
}
.hal-toggle-input-toggle::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20fill%3D%22currentColor%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ctitle%3Earrow%3C%2Ftitle%3E%0A%20%20%3Cpath%20d%3D%22M11%206L6%202%201%206%22%20stroke%3D%22%23ff6600%22%20stroke-width%3D%223%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  display: inline-block;
  width: 10px;
  margin-right: 10px;
  transition: transform 0.25s ease-in-out;
}
.hal-toggle-input-toggle:hover::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20fill%3D%22currentColor%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ctitle%3Earrow%3C%2Ftitle%3E%0A%20%20%3Cpath%20d%3D%22M11%206L6%202%201%206%22%20stroke%3D%22%23A34100%22%20stroke-width%3D%223%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.hal-toggle-input-content {
  visibility: hidden;
  height: 0;
  padding-bottom: 0;
}
.hal-toggle-input-state {
  display: none;
}
.hal-toggle-input-state ~ .hal-toggle-input-toggle::before {
  transform: rotate(180deg) translateY(3px) translateX(-2px);
}
.hal-toggle-input-state:checked ~ .hal-toggle-input-content {
  visibility: visible;
  height: auto;
  padding-bottom: 20px;
}
.hal-toggle-input-state:checked ~ .hal-toggle-input-toggle::before {
  transform: rotate(0);
}
.hal-toggle-container[dir="rtl"] .hal-toggle-input-toggle {
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14285714;
}
@media  (min-width: 1024px) {
  .hal-toggle-container[dir="rtl"] .hal-toggle-input-toggle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
  }
}
@media  (min-width: 1440px) {
  .hal-toggle-container[dir="rtl"] .hal-toggle-input-toggle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.11111111;
  }
}
.hal-toggle-container[dir="rtl"] .hal-toggle-input-toggle::before {
  margin-left: 10px;
  margin-right: 0;
  transform: rotate(180deg) translateY(5px) translateX(2px);
}
.hal-toggle-container[dir="rtl"] .hal-toggle-input-state:checked ~ .hal-toggle-input-toggle::before {
  transform: rotate(0) translateY(-2px) translateX(0);
}
@media print {
  .hal-toggle-input-content {
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 20px !important;
  }
}
.hal-toggle-hide-line {
  border-top: none;
}
.hal-ie8 .hal-toggle-input-content {
  display: block;
}
.textlist .hal-list:not([class*="module--space"]) {
  margin: 15px 0;
}
.hal-list li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 5px;
}
.hal-list li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.hal-list li > .hal-list {
  margin: 7px 0 5px 20px;
}
.hal-list[dir="rtl"] li {
  padding-left: 0;
}
.hal-list[dir="rtl"] li:before {
  left: auto;
  right: 0;
}
.hal-list--plain li {
  padding-left: 0;
}
.hal-list--unnumbered li:before {
  content: '●';
  top: 4px;
  left: 5px;
  font-size: 8px;
}
.hal-list--unnumbered[dir="rtl"] li {
  padding-right: 24px;
}
.hal-list--unnumbered[dir="rtl"] li:before {
  left: auto;
  right: 5px;
}
.hal-list--numbered {
  counter-reset: section;
}
.hal-list--numbered li:before {
  counter-increment: section;
  content: counter(section) ". ";
}
.hal-list--numbered[dir="rtl"] li {
  padding-right: 24px;
}
.hal-list--numbered[dir="rtl"] li:before {
  counter-increment: section;
  content: counter(section, arabic-indic) ".";
}
.hal-list--benefit li {
  padding-left: 0;
}
.hal-list--benefit [class*="icon-"] {
  margin-right: 4px;
  padding-right: 6px;
  color: #ff6600;
  vertical-align: text-bottom;
}
.hal-list--benefit[dir="rtl"] [class*="icon-"] {
  margin-left: 8px;
  margin-right: -8px;
  padding-left: 6px;
  padding-right: 0;
}
.hal-list--pre li {
  white-space: pre-wrap;
}
.hal-margincolumn-timeline {
  display: none;
  overflow: visible;
  font-size: 14px;
}
@media  (min-width: 1024px) {
  .hal-margincolumn-timeline {
    display: block;
  }
}
.hal-margincolumn-timeline-list {
  position: relative;
  overflow: visible;
  left: 1rem;
  padding-left: 2rem;
  font-weight: bold;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.hal-margincolumn-timeline-year {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 1rem 0;
}
.hal-margincolumn-timeline-year:not(:first-of-type)::before {
  content: "";
  position: absolute;
  width: 1px;
  top: -37px;
  bottom: 19px;
  left: -2rem;
  background-color: #65798B;
}
.hal-margincolumn-timeline-month {
  margin: 1.5rem 0;
  font-weight: bold;
}
.hal-margincolumn-timeline-month::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1px;
  top: -24px;
  bottom: 9px;
  left: -4rem;
  background-color: #65798B;
}
.hal-margincolumn-timeline-month-container {
  visibility: hidden;
  position: relative;
  z-index: 1;
  padding: 0;
  list-style: none;
  transform: scaleY(0.5);
  max-height: 0;
  margin-left: 20px;
  opacity: 0;
  transition: all .4s .2s;
}
.hal-margincolumn-timeline-input-toggle {
  position: relative;
  margin-bottom: .5rem;
}
.hal-margincolumn-timeline-input-toggle::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -29px;
  width: 19px;
  height: 19px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #65798B;
}
.hal-margincolumn-timeline-input-toggle--month::before {
  content: "";
  position: absolute;
  left: -44px;
  width: 9px;
  height: 9px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #65798B;
  transition: background-color 0.5s 0.2s;
}
.hal-margincolumn-timeline-input-state,
.hal-margincolumn-timeline-input-state--month {
  display: none;
}
.hal-margincolumn-timeline-input-state:checked ~ .hal-margincolumn-timeline-month-container {
  visibility: visible;
  transform: scaleY(1);
  max-height: 500px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  opacity: 1;
}
.hal-margincolumn-timeline-input-state:checked ~ .hal-margincolumn-timeline-input-toggle {
  color: #333;
}
.hal-margincolumn-timeline-input-state:checked ~ .hal-margincolumn-timeline-input-toggle::before {
  background-color: #ff6600;
  box-shadow: inset 0 0 0px 3px #fff;
  transition: background-color 0.5s 0.5s, box-shadow 0.5s 0.5s;
  border: 2px solid #ff6600;
}
.hal-margincolumn-timeline-input-state--month:checked ~ .hal-margincolumn-timeline-input-toggle--month {
  color: #333;
}
.hal-margincolumn-timeline-input-state--month:checked ~ .hal-margincolumn-timeline-input-toggle--month::before {
  background-color: #ff6600;
  border: 1px solid #ff6600;
}
.hal-crosslink-teaser {
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media  (max-width: 599px) {
  .hal-crosslink-teaser {
    display: block;
  }
}
.hal-crosslink-teaser-item {
  display: table-cell;
  padding: 5px;
}
@media  (max-width: 599px) {
  .hal-crosslink-teaser-item {
    display: block;
  }
}
.hal-crosslink-teaser-image {
  width: 100%;
  vertical-align: bottom;
  border-top: 5px solid #ff6600;
}
.hal-crosslink-teaser-text {
  background-color: #e5e5e5;
}
.hal-crosslink-teaser-title {
  margin: 0;
  padding: 20px;
  width: 100%;
}
@media print {
  .hal-crosslink-teaser {
    display: none;
  }
}
.hal-share .icon-mail,
.hal-share .icon-facebook,
.hal-share .icon-linkedin {
  padding: 6px;
  color: #fff;
}
.hal-share-wrapper {
  word-spacing: -0.31em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.hal-share-icon {
  word-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 0;
  width: 40px;
  height: 40px;
  transition: all 0.25s;
}
.hal-share-icon:first-of-type {
  border-radius: 3px 0 0 3px;
}
.hal-share-icon:last-of-type {
  border-radius: 0 3px 3px 0;
}
.hal-share-icon--mail {
  background-color: #ff6600;
}
.hal-share-icon--mail:hover {
  background-color: #A34100;
}
.hal-share-icon--facebook {
  background-color: #3b579d;
}
.hal-share-icon--facebook:hover {
  background-color: #344d8a;
}
.hal-share-icon--linkedin {
  background-color: #007bb5;
}
.hal-share-icon--linkedin:hover {
  background-color: #006a9c;
}
@media print {
  .hal-share {
    display: none;
  }
}
.hal-lightbox-layer {
  position: fixed;
  top: 112px;
  left: -200vw;
  z-index: 8610;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s 0.35s ease-in-out, left 0s 0.7s ease-in-out;
}
.hal-lightbox-content {
  position: relative;
  height: 100%;
  max-height: 900px;
  max-width: 100vh;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 0;
  overflow: auto;
  background: #fff;
  transform: scale(0.25);
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.hal-lightbox-content .hal-picture {
  display: block;
}
.hal-lightbox-content .hal-picture:first-of-type {
  margin: 30px auto 0 auto;
}
.hal-lightbox-content .hal-lightbox-carouselprogress {
  padding: 0 10px;
  font-size: 1.6rem;
  color: #999;
}
.hal-lightbox-content .hal-carousel {
  height: 100%;
  max-height: none;
}
.hal-lightbox-content .hal-carousel-btn {
  top: 35vh;
  bottom: auto;
}
.hal-lightbox-content .hal-carousel-item .hal-picture {
  max-height: 65vh;
  max-width: 100%;
}
.hal-lightbox-content .hal-metainformation {
  display: inline-block;
  width: 50%;
  padding: 10px;
}
.hal-lightbox-content .hal-metainformation .hal-metainformation-details dt {
  margin-right: 10px;
  width: auto;
}
.hal-lightbox-state {
  display: none;
}
.hal-lightbox-state:checked ~ .hal-lightbox-layer {
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.35s ease-in-out;
}
.hal-lightbox-state:checked ~ .hal-lightbox-layer .hal-lightbox-content {
  transform: scale(1);
  opacity: 1;
  transition: all 0.35s 0.35s ease-in-out;
}
.hal-lightbox-download {
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  text-align: right;
}
.hal-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}
.hal-lightbox-close [class*="icon-"] {
  vertical-align: text-bottom;
}
.hal-lightbox-bgclose {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.hal-lightbox--zoom .hal-lightbox-layer {
  cursor: default;
}
@media  (min-width: 600px) {
  .hal-lightbox--zoom .hal-lightbox-layer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media  (min-width: 1440px) {
  .hal-lightbox--zoom .hal-lightbox-layer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.hal-lightbox--zoom .hal-lightbox-content {
  max-height: none;
  max-width: none;
  margin: 0 auto;
}
.hal-lightbox--video .hal-lightbox-layer {
  cursor: default;
}
@media  (min-width: 600px) {
  .hal-lightbox--video .hal-lightbox-layer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media  (min-width: 1440px) {
  .hal-lightbox--video .hal-lightbox-layer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.hal-lightbox--video .hal-lightbox-content {
  max-height: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}
.hal-lightbox--video .hal-lightbox-videowrapper {
  position: relative;
  height: 90%;
  padding-top: 30px;
}
.hal-lightbox--video .hal-lightbox-videowrapper .hal-video {
  max-height: 100%;
}
.hal-lightbox--ctnt .hal-lightbox-layer {
  cursor: default;
}
@media  (min-width: 600px) {
  .hal-lightbox--ctnt .hal-lightbox-layer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media  (min-width: 1440px) {
  .hal-lightbox--ctnt .hal-lightbox-layer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.hal-lightbox--ctnt .hal-lightbox-content {
  overflow-y: auto;
}
.hal-lightbox--ctnt .hal-lightbox-wrapper {
  position: relative;
  padding-top: 30px;
  font-size: 1.6rem;
}
.hal-lightbox--ctnt .hal-ref .err-msg {
  color: #ff0000;
}
.hal-lightbox--ctnt .hal-ref a.ref-link {
  color: #ccc;
  font-family: tahoma, arial, helvetica, sans-serif;
}
.hal-lightbox[dir="rtl"] .hal-lightbox-download {
  float: left;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}
.hal-lightbox[dir="rtl"] .hal-lightbox-close {
  right: auto;
  left: 20px;
}
.hal-lightbox[dir="rtl"] .hal-lightbox-close [class*="icon-"] {
  margin-bottom: 2px;
}
.hal-lightbox[dir="rtl"] .hal-lightbox-content .hal-metainformation span {
  float: right;
}
.hal-lightbox[dir="rtl"] .hal-lightbox-content .hal-metainformation-details dt,
.hal-lightbox[dir="rtl"] .hal-lightbox-content .hal-metainformation-details dd {
  float: right;
}
.hal-lightbox[dir="rtl"] .hal-lightbox-content .hal-metainformation-details dt {
  margin-left: 10px;
  margin-right: 0;
}
@keyframes moveLoader {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.hal-video {
  position: relative;
  background-color: #000;
  max-height: calc(100vh - +50px);
}
@media  (min-width: 600px) {
  .hal-video {
    max-height: calc(100vh - +175px);
  }
}
.hal-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.hal-video-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .6;
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%20128%20128%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M64%200C28.64%200%200%2028.64%200%2064s28.64%2064%2064%2064%2064-28.64%2064-64S99.36%200%2064%200zM48%2032l48%2032-48%2032V32z%22%2F%3E%0A%3C%2Fsvg%3E%0A") 50% no-repeat;
  background-size: auto 50%;
  transition: opacity .1s;
  cursor: pointer;
}
.hal-video-overlay:hover {
  opacity: .9;
}
.hal-video-content {
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.hal-video-content.hal-is-normal {
  position: absolute !important;
  border: 0 !important;
}
.hal-video-content.hal-is-fullscreen {
  position: fixed !important;
  z-index: 10000;
}
.hal-video-content .vjs-loading-spinner {
  overflow: hidden;
  background: none !important;
}
.hal-video-content .vjs-loading-spinner::after,
.hal-video-content .vjs-loading-spinner::before {
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20fill%3D%22%23000%22%20viewBox%3D%220%200%20126%20126%22%20style%3D%22enable-background%3Anew%200%200%20126%20126%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Guidelines%22%20style%3D%22display%3Anone%3B%22%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22Frame%22%20style%3D%22display%3Anone%3B%22%3E%0A%09%3Cg%20style%3D%22display%3Ainline%3B%22%3E%0A%09%09%3Cpath%20style%3D%22fill%3A%233FA9F5%3B%22%20d%3D%22M63%2C0c34.8%2C0%2C63%2C28.2%2C63%2C63s-28.2%2C63-63%2C63C28.2%2C126%2C0%2C97.8%2C0%2C63S28.2%2C0%2C63%2C0%20M63-0.1%0A%09%09%09c-16.9%2C0-32.7%2C6.6-44.6%2C18.5C6.5%2C30.3-0.1%2C46.1-0.1%2C63s6.6%2C32.7%2C18.5%2C44.6s27.8%2C18.5%2C44.6%2C18.5c16.9%2C0%2C32.7-6.6%2C44.6-18.5%0A%09%09%09c11.9-11.9%2C18.5-27.8%2C18.5-44.6s-6.6-32.7-18.5-44.6C95.7%2C6.5%2C79.9-0.1%2C63-0.1L63-0.1z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22Icons%22%3E%0A%09%3Cpolygon%20points%3D%2230.8%2C72%207%2C72%207%2C60%2011%2C54%2039%2C54%2039%2C60.2%20%09%22%2F%3E%0A%09%3Cpolygon%20points%3D%2270.8%2C72%2047%2C72%2047%2C60%2051%2C54%2079%2C54%2079%2C60.2%20%09%22%2F%3E%0A%09%3Cpath%20d%3D%22M111%2C72H87V60l4-6h28c0%2C2%2C0%2C4%2C0%2C6C116.3%2C64%2C113.7%2C68%2C111%2C72z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") !important;
  animation: 2s linear moveLoader infinite;
}
.hal-video-content .vjs-loading-spinner::before {
  transform: translateX(-100%);
  animation-delay: 1s;
}
.hal-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.hal-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hal-iframe-container {
  margin: 0 auto;
}
@media  (max-width: 599px) {
  .hal-iframe-container {
    position: relative;
    height: 0;
    overflow: hidden;
  }
}
@media  (min-width: 600px) {
  .hal-iframe-container-16x9 {
    max-height: 270px;
    max-width: 480px;
  }
}
@media  (max-width: 599px) {
  .hal-iframe-container-16x9 {
    padding-bottom: 56.25%;
  }
}
@media  (min-width: 600px) {
  .hal-iframe-container-4x3 {
    max-height: 360px;
    max-width: 480px;
  }
}
@media  (max-width: 599px) {
  .hal-iframe-container-4x3 {
    padding-bottom: 75%;
  }
}
@media  (max-width: 599px) {
  .hal-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hal-facts-module {
  /*
  *  Color Mixin
  *  Generate different color shades of the base color.
  */
  /**
  *  Facts Content
  *
  *  Overwrite default styles and / or behavior of existing components.
  */
}
@media  (min-width: 600px) {
  .hal-facts-module-entry {
    margin: 30px auto 0;
  }
}
@media  (max-width: 599px) {
  .hal-facts-module-entry {
    max-width: 45%;
  }
}
.hal-facts-module-text-wrapper {
  display: inline-block;
  width: 50%;
  padding: 0 15px 15px;
  text-align: left;
}
.hal-facts-module .hal-tabmodule-tabs {
  text-align: center;
}
@media  (min-width: 600px) {
  .hal-facts-module .hal-carousel {
    height: 38vw;
  }
}
@media  (min-width: 1024px) {
  .hal-facts-module .hal-carousel {
    height: 35vw;
    max-height: 400px;
  }
}
.hal-facts-module .hal-carousel-item {
  margin-top: 30px;
}
.hal-facts-module .hal-carousel .hal-picture {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.hal-facts-module .hal-carousel .hal-picture::after {
  content: "";
  clear: left;
}
.hal-facts-module .hal-carousel-btn,
.hal-facts-module .hal-carousel-btn-radio,
.hal-facts-module .hal-carousel-btn-label {
  display: none;
}
.hal-facts-module .hal-carousel .hal-labelindicators {
  bottom: 0;
}
.hal-facts-module .hal-carousel .hal-labelindicators-indicator {
  border-color: #e5e5e5;
}
.hal-facts-module-chart {
  max-width: 50%;
  white-space: nowrap;
  margin: 0 auto 1px;
  text-align: left;
  vertical-align: middle;
  line-height: 30px;
}
.hal-facts-module-chart-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hal-facts-module-chart-title {
  display: inline-block;
  min-width: 190px;
  margin-right: 10px;
  text-align: right;
}
.hal-facts-module-chart-value {
  margin-left: 5px;
  font-size: 14px;
  text-shadow: 0px 0px 1px #14171A;
}
.hal-facts-module-chart-bar {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #ff6600;
  height: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.hal-facts-module-chart-bar-wrapper {
  display: inline-block;
  min-width: 80%;
}
.hal-facts-module-chart:nth-of-type(1) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.92);
}
.hal-facts-module-chart:nth-of-type(2) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.84);
}
.hal-facts-module-chart:nth-of-type(3) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.76);
}
.hal-facts-module-chart:nth-of-type(4) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.68);
}
.hal-facts-module-chart:nth-of-type(5) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.6);
}
.hal-facts-module-chart:nth-of-type(6) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.52);
}
.hal-facts-module-chart:nth-of-type(7) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.44);
}
.hal-facts-module-chart:nth-of-type(8) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.36);
}
.hal-facts-module-chart:nth-of-type(9) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.28);
}
.hal-facts-module-chart:nth-of-type(10) .hal-facts-module-chart-bar {
  background-color: rgba(255, 102, 0, 0.2);
}
.hal-facts-module-entry[dir="rtl"] .hal-facts-module-chart {
  text-align: right;
}
.hal-facts-module-entry[dir="rtl"] .hal-facts-module-chart-title {
  margin-left: 10px;
  margin-right: 0;
  text-align: left;
  width: 40%;
}
.hal-facts-module-entry[dir="rtl"] .hal-facts-module-chart-value {
  margin-left: 0;
  margin-right: 5px;
}
.hal-facts-module-entry[dir="rtl"] .hal-facts-module-chart-bar {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.hal-facts-module-entry[dir="rtl"].hal-rtl--alt .hal-facts-module-chart {
  font-weight: 300;
}
.hal-facts-module-entry[dir="rtl"].hal-rtl--alt .hal-facts-module-chart-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  unicode-bidi: plaintext;
}
@media  (min-width: 1024px) {
  .hal-facts-module-entry[dir="rtl"].hal-rtl--alt .hal-facts-module-chart-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-facts-module-entry[dir="rtl"].hal-rtl--alt .hal-facts-module-chart-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-zoom {
  display: block;
  position: relative;
  cursor: zoom-in;
}
.hal-zoom-icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #ff6600;
}
.hal-zoom-icon:hover {
  color: #A34100;
}
.hal-modal-popup-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.38);
}
.hal-modal-popup {
  position: fixed;
  display: table;
  width: 840px;
  height: 420px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  z-index: 9999;
  background-color: #fff;
}
@media  (max-width: 1023px) {
  .hal-modal-popup {
    width: 420px;
  }
}
.hal-modal-popup-header {
  display: flex;
}
.hal-modal-popup-header .hal-modal-popup-headline-desktop {
  display: inline-block;
  width: 420px;
  height: 210px;
  padding: 79px 70px;
  background-color: #33424F;
}
@media  (max-width: 1023px) {
  .hal-modal-popup-header .hal-modal-popup-headline-desktop {
    display: none;
  }
}
.hal-modal-popup-header .hal-modal-popup-headline-desktop > p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.hal-modal-popup-header > img {
  display: inline-block;
  width: 420px;
  height: 210px;
}
.hal-modal-popup-body {
  padding: 24px;
  min-height: 146px;
}
.hal-modal-popup-body .hal-modal-popup-headline-mobile {
  padding-bottom: 16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #14171A;
}
@media  (min-width: 1024px) {
  .hal-modal-popup-body .hal-modal-popup-headline-mobile {
    display: none;
  }
}
.hal-modal-popup-body .hal-modal-popup-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #14171A;
}
.hal-modal-popup-footer {
  display: flex;
  padding: 0px 24px 24px;
  height: 64px;
  float: right;
}
.hal-modal-popup-footer .hal-modal-popup-button-cancel {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 12px 20px;
  gap: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: -0.2px;
  color: #425464;
}
.hal-modal-popup-footer .hal-modal-popup-button-confirm {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 12px 20px;
  gap: 10px;
  height: 40px;
  background: #E1E8ED;
  border-radius: 2px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: -0.2px;
  color: #425464;
  margin-left: 12px;
}
.hal-modal-popup--mobile {
  width: 420px;
}
@media  (min-width: 1024px) {
  .hal-modal-popup--mobile .hal-modal-popup-headline-mobile {
    display: block;
  }
}
.hal-module--space-sm {
  margin-bottom: 30px;
}
.hal-module--space-md {
  margin-bottom: 60px;
}
.hal-module--space-lg {
  margin-bottom: 90px;
}
.hal-child-page-tree {
  margin-left: -12px;
  --spacing: 2.5rem;
  --radius: 10px;
}
.hal-child-page-tree-item {
  line-height: 1.8;
  padding-left: 5px;
}
.hal-child-page-tree li {
  display: block;
  position: relative;
  padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}
.hal-child-page-tree ul {
  list-style-type: "-";
  margin-left: calc(var(--radius) - var(--spacing));
  padding-left: 0;
}
.hal-child-page-tree ul li {
  border-left: 2px solid #ddd;
}
.hal-child-page-tree ul li:last-child {
  border-color: transparent;
}
.hal-child-page-tree ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(var(--spacing) / -2);
  left: -2px;
  width: calc(var(--spacing) + 2px);
  height: calc(var(--spacing) + 1px);
  border: solid #ddd;
  border-width: 0 0 2px 2px;
}
.hal-child-page-tree summary {
  display: block;
  cursor: pointer;
}
.hal-child-page-tree summary::marker,
.hal-child-page-tree summary::-webkit-details-marker {
  display: none;
}
.hal-child-page-tree summary:focus {
  outline: none;
}
.hal-child-page-tree summary:focus-visible {
  outline: 1px dotted #000;
}
.hal-child-page-tree li::after,
.hal-child-page-tree summary::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(var(--spacing) / 2 - var(--radius));
  left: calc(var(--spacing) - var(--radius) - 1px);
  width: calc(2 * var(--radius));
  height: calc(2 * var(--radius));
  border-radius: 50%;
  background: #ddd;
}
.hal-child-page-tree summary::before {
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #ff6600 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="white" d="M5 9h10v2H5z"/><path fill="white" d="M9 5h2v10H9z"/></svg>') no-repeat center;
  background-size: 20px 20px;
}
.hal-child-page-tree details[open] > summary::before {
  background: #ff6600 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="white" d="M5 9h10v2H5z"/></svg>') no-repeat center;
}
.hal-child-page-tree .hal-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-child-page-tree .hal-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-child-page-tree .hal-link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-info-box {
  padding: 12px 16px;
  border-radius: 4px;
  width: 100%;
  min-height: 50px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.2);
}
.hal-info-box--warning {
  background-color: #F8E8B9;
}
.hal-info-box--info {
  background-color: #DDE0ED;
}
.hal-info-box__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hal-info-box__icon {
  flex-shrink: 0;
}
.hal-info-box__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 600;
  margin: 0;
}
@media  (min-width: 1024px) {
  .hal-info-box__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-info-box__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-info-box__message {
  margin-top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  padding-left: 30px;
}
@media  (min-width: 1024px) {
  .hal-info-box__message {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-info-box__message {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-info-box__message p {
  margin-bottom: 0;
  font-weight: 400;
  padding-left: 5px;
}
.hal-info-box.hal-default-spacing {
  margin-bottom: 30px;
}
.hal-newsstream {
  margin-bottom: 72px;
  background-color: #fff;
}
.hal-teasers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 3rem;
  /*
  &--highlight,
  .currentnews & {
    .@{ns}carousel-btn-label {
      #button > .inverse();
      .inline-svg-generator("ico-arrow-prev-orange"; @orange; ~"::after");
    }
  }
  */
}
.hal-teasers .hal-teaser {
  display: inline-block;
  width: calc(50% - 0.9rem);
  word-spacing: normal;
  margin-bottom: 3rem;
  margin-right: 0.9rem;
  vertical-align: top;
}
@media  (max-width: 599px) {
  .hal-teasers .hal-teaser {
    width: calc(50% - 0.9rem / 2);
  }
  .hal-teasers .hal-teaser:nth-of-type(2n + 2) {
    margin-right: 0;
  }
}
@media  (min-width: 600px) {
  .hal-teasers .hal-teaser {
    width: calc(33.166666666666664% - 0.6000000000000001rem);
  }
  .hal-teasers .hal-teaser:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.hal-teasers--cross.hal-teasers {
  margin-bottom: 0px;
}
.hal-teasers--cross .hal-teaser {
  width: calc(24.875% - 0.6000000000000001rem);
  /**
       * Related Teaser Styling
       * Uses .teaser-gradient(@color, @height, @media-query) Mixin
       * to 'fade out' long headlines.
       */
}
@media  (max-width: 1023px) {
  .hal-teasers--cross .hal-teaser {
    width: calc(33.166666666666664% - 0.6000000000000001rem);
  }
}
@media  (max-width: 599px) {
  .hal-teasers--cross .hal-teaser {
    width: calc(49.75% - 0.6000000000000001rem);
  }
}
.hal-teasers--cross .hal-teaser:nth-of-type(3n+3) {
  margin-right: 0.9rem;
}
.hal-teasers--cross .hal-teaser:nth-of-type(4n+4) {
  margin-right: 0;
}
.hal-teasers--cross .hal-teaser .hal-teaser-heading:not(:hover)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.hal-teasers--cross .hal-teaser--highlight .hal-teaser-heading:not(:hover)::after {
  background: linear-gradient(to bottom, rgba(255, 102, 0, 0), #ff6600);
}
.hal-teasers--cross .hal-teaser--events .hal-teaser-heading:not(:hover)::after {
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0), #666666);
}
.hal-teasers--cross .hal-teaser--press .hal-teaser-heading:not(:hover)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.hal-teasers--cross .hal-teaser > .hal-module--white .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.hal-teasers--cross .hal-teaser > .hal-module--grey .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(240, 242, 245, 0), #f0f2f5);
}
.hal-teasers .hal-carousel--fourteaser .hal-teaser {
  width: calc(24.875% - 0.6000000000000001rem);
}
.hal-teasers .hal-carousel--fourteaser .hal-teaser:nth-of-type(3n+3) {
  margin-right: 0.9rem;
}
.hal-teasers .hal-carousel--fourteaser .hal-teaser:nth-of-type(4n+4) {
  margin-right: 0;
}
.hal-teasers .hal-carousel--threeteaser .hal-teaser {
  width: calc(33.166666666666664% - 0.6000000000000001rem);
}
.hal-teasers .hal-carousel--threeteaser .hal-teaser:nth-of-type(3n+3) {
  margin-right: 0;
}
.hal-teasers .hal-carousel--twoteaser .hal-teaser {
  width: calc(50% - 0.9rem / 2);
}
.hal-teasers .hal-carousel--twoteaser .hal-teaser::nth-of-type(2n+2) {
  margin-right: 0;
}
.hal-teasers--secondary {
  position: relative;
  z-index: 1;
}
.hal-teasers--secondary .hal-carousel-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.hal-teasers--secondary .hal-carousel-item .hal-teaser:last-of-type {
  margin-right: 0;
}
@media  (min-width: 600px) {
  .hal-teasers--secondary .hal-carousel-item {
    justify-content: flex-start;
  }
}
.hal-teasers--secondary .hal-teaser {
  display: inline-block;
  vertical-align: top;
}
.hal-home-page-more {
  text-align: center;
  margin-bottom: 4rem;
}
@media  (min-width: 600px) {
  .hal-home-page-more {
    margin-bottom: 6rem;
  }
}
@media  (min-width: 1024px) {
  .hal-home-page-more {
    margin-bottom: 8rem;
  }
}
.hal-home-page-more .hal-button {
  margin-left: 0;
}
@media  (min-width: 600px) {
  .hal-newsstream-two .hal-teasers .hal-teaser {
    width: calc(49.75% - 0.6000000000000001rem);
  }
  .hal-newsstream-two .hal-teasers .hal-teaser:nth-of-type(3n+3) {
    margin-right: 0.9rem;
  }
  .hal-newsstream-two .hal-teasers .hal-teaser:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media  (min-width: 1024px) {
  .hal-newsstream-four .hal-teasers .hal-teaser {
    width: calc(24.875% - 0.6000000000000001rem);
  }
  .hal-newsstream-four .hal-teasers .hal-teaser:nth-of-type(3n+3) {
    margin-right: 0.9rem;
  }
  .hal-newsstream-four .hal-teasers .hal-teaser:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
.hal-searchfilter--secondary .hal-filteritem-text {
  background: #fff;
}
.hal-filteritem-text {
  display: flex;
  padding: 7px 11px;
  border: 1px solid #768A9D;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 600;
  color: #425464;
  background: #fff;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
@media  (min-width: 1024px) {
  .hal-filteritem-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-filteritem-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-filteritem-input {
  display: none;
}
.hal-filteritem-input:checked + .hal-filteritem-text {
  display: inline-block;
  border: 1px solid #33424F;
  background: #33424F;
  color: #fff;
}
.hal-filteritem-input:checked + .hal-filteritem-text::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.02%201L5.008%209.014%201%205.007%22%20stroke-linecap%3D%22round%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  margin-right: 5px;
}
.hal-filteritem a.hal-filteritem-text-faq {
  color: #425464;
}
.hal-filteritem a.hal-filteritem-text-faq.hal-active {
  background: #FFD5B9;
}
.hal-searchfilter {
  margin-top: 30px;
}
.hal-searchfilter .hal-filteritem {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 0;
}
.hal-searchfilter--secondary .hal-filteritem-text {
  background: #fff;
}
.hal-lightbox.hal-lightbox--newsfilter {
  align-content: center;
}
.hal-lightbox.hal-lightbox--newsfilter .hal-lightbox-layer {
  top: 224px;
  padding: 0 0;
  background: rgba(0, 0, 0, 0);
  transition: none;
}
.hal-lightbox.hal-lightbox--newsfilter .hal-lightbox-content {
  max-height: 75vh;
  max-width: 75vh;
  padding: 0 0;
  border: 1px solid #CCD6DF;
  box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.22), 0px 19px 38px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.hal-lightbox-state:checked ~ .hal-lightbox.hal-lightbox--newsfilter .hal-lightbox-content .hal-lightbox-layer {
  background: rgba(0, 0, 0, 0);
}
.hal-lightbox.hal-lightbox--newsfilter .hal-lightbox-content .hal-lightbox-close {
  color: #33424F;
  top: 23px;
  right: 35px;
}
.hal-searchfilter .hal-searchfilter-resetLinkText {
  display: inline-block;
  padding: 5px 10px;
  font-family: Inter;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 600;
  color: #425464;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
@media  (min-width: 1024px) {
  .hal-searchfilter .hal-searchfilter-resetLinkText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-searchfilter .hal-searchfilter-resetLinkText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-filterModal {
  margin: 0 auto;
}
@media  (min-width: 1440px) {
  .hal-filterModal {
    max-width: 1130px;
  }
}
.hal-filterModal label {
  display: flex;
  font-size: 14px;
}
.hal-filterModal-icon {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 4px;
  font-weight: 600;
  color: #425464;
  background: #E1E8ED;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #E1E8ED;
}
.hal-filterModal-icon:hover {
  color: #425464;
}
.hal-filterModal-icon::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%228%22%20height%3D%226%22%20viewBox%3D%220%200%208%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M0.94%200.226685L4%203.28002L7.06%200.226685L8%201.16668L4%205.16668L0%201.16668L0.94%200.226685Z%22%20fill%3D%22%23425464%22%2F%3E%0A%3C%2Fsvg%3E");
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.hal-filterModal .hal-toggle-input-content {
  display: none;
}
.hal-filterModal .hal-toggle-input-state.hal-toggle-input-state--newsfilter:checked ~ .hal-toggle-input-content {
  display: block;
}
.hal-toggle.hal-toggle--newsfilter {
  border-top: 1px solid #CCD6DF;
}
.hal-toggle-container.hal-toggle-container--newsfilter {
  padding: 20px 22px;
  border-bottom: 1px solid #CCD6DF;
}
.hal-toggle-container.hal-toggle-container--newsfilter .hal-toggle-container-bottom-buttons {
  margin-top: 30px;
  margin-bottom: 50px;
  float: right;
  display: flex;
}
.hal-toggle-container.hal-toggle-container--newsfilter .hal-toggle-container-link {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: normal;
  color: #425464;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin: 0px 18px 27px 0px;
}
@media  (min-width: 1024px) {
  .hal-toggle-container.hal-toggle-container--newsfilter .hal-toggle-container-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-toggle-container.hal-toggle-container--newsfilter .hal-toggle-container-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-toggle-container.hal-toggle-container--newsfilter .hal-toggle-container-icon {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: normal;
  color: #425464;
  background: #E1E8ED;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin: 0px 0px 27px 0px;
}
@media  (min-width: 1024px) {
  .hal-toggle-container.hal-toggle-container--newsfilter .hal-toggle-container-icon {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-toggle-container.hal-toggle-container--newsfilter .hal-toggle-container-icon {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-toggle-input-toggle.hal-toggle-input-toggle--newsfilter {
  display: flex;
  margin: 20px 0 18px;
  font-weight: 600;
  color: #14171A;
  right: 20px;
}
.hal-toggle-input-toggle.hal-toggle-input-toggle--newsfilter:hover {
  color: #14171A;
}
.hal-toggle-input-toggle.hal-toggle-input-toggle--newsfilter::before {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ctitle%3Earrow_dark%3C%2Ftitle%3E%0A%20%20%3Cpath%20d%3D%22M11%206L6%202%201%206%22%20stroke%3D%22%23425464%22%20stroke-width%3D%223%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  display: inline-flex;
  width: 10px;
  margin-right: 10px;
  transition: transform 0.25s ease-in-out;
  right: 30px;
}
.hal-toggle-input-selectedCount.hal-toggle-input-selectedCount--newsfilter {
  margin-left: 10px;
  color: #fff;
  background: #33424F;
  border-radius: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  text-align: center;
  letter-spacing: 0.2px;
  font-feature-settings: 'tnum' on, 'lnum' on;
  mix-blend-mode: normal;
  gap: 10px;
  padding: 1px 6px;
  align-items: center;
}
.hal-toggle-input-state.hal-toggle-input-state--newsfilter {
  display: none;
}
.hal-toggle-input-state.hal-toggle-input-state--newsfilter ~ .hal-toggle-input-toggle::before {
  transform: rotate(180deg) translateY(3px) translateX(-2px);
}
.hal-toggle-input-state.hal-toggle-input-state--newsfilter:checked ~ .hal-toggle-input-toggle::before {
  transform: rotate(0);
}
.hal-toggle-container.hal-toggle-container--newsfilter[dir="rtl"] .hal-toggle-input-toggle {
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14285714;
}
@media  (min-width: 1024px) {
  .hal-toggle-container.hal-toggle-container--newsfilter[dir="rtl"] .hal-toggle-input-toggle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
  }
}
@media  (min-width: 1440px) {
  .hal-toggle-container.hal-toggle-container--newsfilter[dir="rtl"] .hal-toggle-input-toggle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.11111111;
  }
}
.hal-toggle-container.hal-toggle-container--newsfilter[dir="rtl"] .hal-toggle-input-toggle::before {
  margin-left: 10px;
  margin-right: 0;
  transform: rotate(180deg) translateY(5px) translateX(2px);
}
.hal-toggle-container.hal-toggle-container--newsfilter[dir="rtl"] .hal-toggle-input-state:checked ~ .hal-toggle-input-toggle::before {
  transform: rotate(0) translateY(-2px) translateX(0);
}
.hal-modal-columns.hal-searchfilter {
  margin-top: 0px;
  margin-left: 16px;
}
.hal-modal-title {
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  font-family: Inter;
  font-style: normal;
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
}
.hal-modal-subTitle-border {
  padding-left: 20px;
  border-top: 1px solid #CCD6DF;
  line-height: 21px;
}
.hal-modal-subTitle-text {
  padding-left: 20px;
  font-family: Inter;
  font-style: normal;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
}
.hal-modal-filterHeading {
  padding-left: 20px;
  padding-right: 20px;
}
.hal-modal-region-title {
  font-family: Inter;
  font-style: normal;
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
}
.hal-modal-region-subTitle {
  font-family: Inter;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
}
.hal-searchfilter.hal-searchfilter--newsfilter {
  margin-top: 5px;
}
.hal-searchfilter.hal-searchfilter--newsfilter-filteritem {
  display: flex;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0;
}
.hal-searchfilter--secondary.hal-searchfilter--secondary--newsfilter .hal-filteritem-text {
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 140px;
  overflow: hidden;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #14171A;
}
.hal-searchfilter--secondary.hal-searchfilter--secondary--newsfilter .hal-filteritem-text .hal-filteritem-selectedCount {
  color: #fff;
  border-radius: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  font-feature-settings: 'tnum' on, 'lnum' on;
  mix-blend-mode: normal;
  gap: 10px;
  padding: 1px 6px;
  align-items: center;
}
.hal-searchfilter--secondary.hal-searchfilter--secondary--newsfilter .hal-filteritem-input:checked + .hal-filteritem-text {
  border: 1px solid #33424F;
  background: #33424F;
  color: #fff;
}
.hal-filteritem-small-text {
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 140px;
  overflow: hidden;
  display: inline-block;
  padding: 3px 7px;
  border: 1px solid #768A9D;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #14171A;
  background: #fff;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-bottom: 8px;
}
.hal-filteritem-small-input {
  display: none;
}
.hal-filteritem-small-input:checked + .hal-filteritem-small-text {
  display: inline-block;
  color: #fff;
  background: #33424F;
  border: 1px solid #33424F;
}
.hal-filteritem-small-input:checked + .hal-filteritem-small-text::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.02%201L5.008%209.014%201%205.007%22%20stroke-linecap%3D%22round%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  margin-right: 5px;
}
@media  (min-width: 1024px) {
  .hal-page-margin--aside {
    clear: left;
    float: left;
    padding-right: 7.5px;
    width: 25%;
  }
  .hal-page-margin--main {
    clear: right;
    float: right;
    padding-left: 2.5px;
    width: 75%;
  }
}
.hal-tag {
  display: inline-block;
  padding: 4px 5px 2px;
  margin: 0 7px 5px 0;
  font-family: Inter, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
}
@media  (min-width: 1024px) {
  .hal-tag {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-tag {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-hero {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 2;
}
.hal-hero-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.hal-article-footer {
  margin: 30px 0;
}
.hal-article-intro {
  margin-bottom: 30px;
}
.hal-meta {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
  display: inline-block;
  font-family: Inter, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #999;
}
@media  (min-width: 1024px) {
  .hal-meta {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-meta {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-meta time {
  display: block;
}
.hal-meta-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.hal-article-meta {
  position: relative;
  margin-bottom: 15px;
}
@media  (min-width: 600px) {
  .hal-article-meta {
    margin-bottom: 30px;
  }
}
@media  (min-width: 1024px) {
  .hal-article-meta {
    margin-bottom: 60px;
  }
}
.hal-article-meta .hal-meta {
  position: absolute;
  top: 0.4rem;
  right: 0;
  color: inherit;
}
@media  (max-width: 1023px) {
  .hal-article-meta .hal-meta {
    position: relative;
  }
}
.hal-citation {
  margin: 52.5px 0 30px;
  border: 0 solid #e5e5e5;
  border-width: .5rem 0;
  padding: 2rem 0;
  text-align: center;
}
.hal-citation p {
  margin-bottom: 0;
}
@media  (min-width: 600px) {
  .hal-citation {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.hal-citation-avatar {
  position: relative;
  top: -6.8rem;
  margin-bottom: -6rem;
}
.hal-citation-cite {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  display: block;
  color: #999;
  font-style: normal;
}
@media  (min-width: 1024px) {
  .hal-citation-cite {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-citation-cite {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-citation-cite a {
  font-weight: bold;
}
.hal-citation-quote {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71428571;
  padding-top: .2em;
  font-family: Georgia, serif;
  font-weight: bold;
}
@media  (min-width: 1024px) {
  .hal-citation-quote {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media  (min-width: 1440px) {
  .hal-citation-quote {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.hal-gallery {
  margin-bottom: 4rem;
}
.hal-gallery-main,
.hal-gallery-thumbs {
  position: relative;
  overflow: hidden;
}
.hal-gallery-main {
  margin-bottom: .5rem;
}
@media  (min-width: 600px) {
  .hal-gallery-main {
    margin-bottom: 1rem;
  }
}
.hal-gallery-thumbs-ctrl {
  display: none;
}
.hal-gallery-thumbs-ctrl.hal-is-active {
  display: block;
}
.hal-gallery-prev,
.hal-gallery-next {
  display: none;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  cursor: pointer;
}
.hal-gallery-prev.hal-is-active,
.hal-gallery-next.hal-is-active {
  display: block;
}
@media  (min-width: 1440px) {
  .hal-gallery-prev,
  .hal-gallery-next {
    width: 6.25%;
  }
}
.hal-mzr-no-touchevents .hal-gallery-prev,
.hal-mzr-no-touchevents .hal-gallery-next {
  opacity: 0;
  transition: opacity .3s;
}
.hal-gallery-main:hover .hal-gallery-prev,
.hal-gallery-main:hover .hal-gallery-next,
.hal-gallery-thumbs:hover .hal-gallery-prev,
.hal-gallery-thumbs:hover .hal-gallery-next {
  opacity: 1;
}
.hal-gallery-prev::before,
.hal-gallery-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-top: 100%;
  margin-top: -50%;
  background: #e5e5e5 none 50% no-repeat;
  background-size: 20% 20%;
  transition: background-color 0.3s;
}
.hal-mzr-no-touchevents .hal-gallery-prev:hover::before,
.hal-mzr-no-touchevents .hal-gallery-next:hover::before {
  background-color: #cecece;
}
@media  (max-width: 599px) {
  .hal-gallery-main .hal-gallery-prev,
  .hal-gallery-main .hal-gallery-next {
    position: relative;
    top: .5rem;
    display: inline-block;
    float: left;
    width: 50%;
    opacity: 1;
  }
  .hal-gallery-main .hal-gallery-prev::before,
  .hal-gallery-main .hal-gallery-next::before {
    position: static;
    display: block;
    padding-top: 40%;
    margin: 0;
    border-radius: 0;
  }
}
@media  (max-width: 599px) {
  .hal-gallery-thumbs .hal-gallery-prev,
  .hal-gallery-thumbs .hal-gallery-next {
    display: none;
  }
}
.hal-gallery-prev {
  left: 0;
}
.hal-gallery-prev::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ff6600%22%20viewBox%3D%220%200%20128%20128%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M80%200L16%2064l64%2064%2024-24-40-40%2040-40L80%200z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  border-radius: 0 .3rem .3rem 0;
}
@media  (max-width: 599px) {
  .hal-gallery-main .hal-gallery-prev {
    padding-right: .25rem;
  }
}
.hal-gallery-next {
  right: 0;
}
.hal-gallery-next::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ff6600%22%20viewBox%3D%220%200%20128%20128%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M40%200L16%2024l40%2040-40%2040%2024%2024%2064-64L40%200z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  border-radius: .3rem 0 0 .3rem;
}
@media  (max-width: 599px) {
  .hal-gallery-main .hal-gallery-next {
    padding-left: .25rem;
  }
}
.hal-gallery-frame {
  position: relative;
  overflow: hidden;
}
.hal-gallery-slides {
  word-spacing: -0.31em;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.hal-gallery-slide {
  word-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  width: 100%;
  white-space: normal;
}
@media  (min-width: 1024px) {
  .hal-gallery-slide {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.hal-gallery-slide.hal-is-current::before {
  border-color: #111565;
}
.hal-gallery-thumbs .hal-gallery-slide {
  width: 33.333%;
  cursor: pointer;
}
@media  (min-width: 600px) {
  .hal-gallery-thumbs .hal-gallery-slide {
    width: 20%;
  }
}
@media  (min-width: 1440px) {
  .hal-gallery-thumbs .hal-gallery-slide {
    width: 12.5%;
  }
}
.hal-gallery-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  background: transparent none 50% no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 5px rgba(17, 21, 101, 0);
  transition: box-shadow 0.3s;
}
.hal-gallery-thumbs .hal-gallery-image {
  padding-top: 100%;
}
.hal-gallery-image-caption {
  display: block;
  padding: 1rem .5rem 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-gallery-image-caption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-gallery-image-caption {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media  (min-width: 600px) {
  .hal-gallery-image-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    color: #f6f6f6;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.hal-gallery-slide.hal-is-current .hal-gallery-image {
  box-shadow: inset 0 0 0 5px #111565;
}
.hal-container-content .hal-article .hal-breadcrumb {
  margin: 0;
}
.hal-container-content .hal-article .hal-breadcrumb span {
  display: inline-block;
  vertical-align: top;
  max-width: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media  (min-width: 1024px) {
  .hal-container-content .hal-article .hal-richtext {
    width: auto;
  }
}
.hal-teaser {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  height: 288px;
  max-height: 288px;
}
.hal-teaser-content {
  height: 100%;
}
.hal-teaser-content a:focus-visible {
  outline: 2px solid #0262f2;
  outline-offset: -2px;
  display: inline-block;
}
.hal-teaser-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #14171A;
}
.hal-teaser [class*="icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hal-teaser-top {
  position: relative;
  width: 100%;
  height: 184px;
  overflow: hidden;
  background: #556A7A;
}
.hal-teaser-bottom {
  height: 104px;
  padding: 16px;
}
.hal-teaser-meta {
  display: block;
  height: 3rem;
  margin-bottom: 2rem;
  text-align: right;
  cursor: pointer;
}
.hal-teaser-meta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 600px;
}
@media  (max-width: 599px) {
  .hal-teaser-meta {
    margin-bottom: 0rem;
  }
}
.hal-teaser-heading {
  position: relative;
  margin-bottom: .6rem;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.hal-teaser-tags {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  bottom: 8px;
  left: 8px;
}
.hal-teaser .hal-tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #E1E8ED;
  color: #33424F;
  text-transform: none;
  line-height: 16px;
  font-weight: 600;
}
.hal-teaser .hal-meta {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #E1E8ED;
  color: #33424F;
  text-transform: none;
  line-height: 16px;
}
.hal-teaser a,
.hal-teaser a:hover:not(.hal-tag) {
  color: #333;
}
.hal-teaser--secondary {
  background-color: #fff;
}
.hal-teaser--secondary .hal-teaser-heading {
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: inherit;
  max-height: 100%;
}
.hal-teaser--secondary .hal-teaser-heading::after {
  content: "";
  position: absolute;
  height: 2rem;
  width: 100%;
  right: 0;
  bottom: -5px;
  opacity: 0;
  transition: inherit;
  transition-property: opacity;
}
:not(:hover).hal-teaser--secondary .hal-teaser-heading {
  max-height: calc(100% - 9rem);
}
:not(:hover).hal-teaser--secondary .hal-teaser-heading::after {
  opacity: 1;
  transition: none;
}
@media  (max-width: 599px) {
  :not(:hover).hal-teaser--secondary .hal-teaser-heading {
    max-height: calc(100% - 9rem + 3rem);
  }
}
.hal-teaser--secondary > .hal-module--white .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.hal-teaser--secondary > .hal-module--grey .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(240, 242, 245, 0), #f0f2f5);
}
.hal-teaser--secondary .hal-teaser-img {
  width: 100%;
  height: 100%;
  display: block;
}
@media  (max-width: 599px) {
  .hal-page--home .hal-teaser--secondary:not(:hover) .hal-teaser-heading {
    max-height: calc(100% - 5rem + 2rem);
  }
}
.hal-teaser--events {
  background-color: #666;
  color: #fff;
}
.hal-teaser--events .hal-meta,
.hal-teaser--events .hal-teaser-heading,
.hal-teaser--events .hal-tag {
  color: #fff;
}
.hal-teaser--events .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0), #666666);
}
.hal-teaser--events a,
.hal-teaser--events a:hover:not(.hal-tag) {
  color: #fff;
}
.hal-teaser--events a:visited:not(.hal-tag),
.hal-teaser--events a:visited:not(.hal-tag) * {
  color: #bbb;
}
.hal-teaser--press {
  background-color: #fff;
}
.hal-teaser--press .hal-meta,
.hal-teaser--press .hal-teaser-heading,
.hal-teaser--press .hal-tag {
  color: #333;
}
.hal-teaser--press .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.hal-teaser--facebook {
  background-color: #3b579d;
}
.hal-teaser--facebook .hal-meta,
.hal-teaser--facebook .hal-teaser-heading,
.hal-teaser--facebook .hal-tag {
  color: #fff;
}
.hal-teaser--facebook .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(59, 87, 157, 0), #3b579d);
}
.hal-teaser--facebook a,
.hal-teaser--facebook a:hover:not(.hal-tag) {
  color: #fff;
}
.hal-teaser--facebook a:visited:not(.hal-tag),
.hal-teaser--facebook a:visited:not(.hal-tag) * {
  color: #b1bcd8;
}
.hal-teaser--linkedin {
  background-color: #007bb5;
}
.hal-teaser--linkedin .hal-meta,
.hal-teaser--linkedin .hal-teaser-heading,
.hal-teaser--linkedin .hal-tag {
  color: #fff;
}
.hal-teaser--linkedin .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(0, 123, 181, 0), #007bb5);
}
.hal-teaser--linkedin a,
.hal-teaser--linkedin a:hover:not(.hal-tag) {
  color: #fff;
}
.hal-teaser--linkedin a:visited:not(.hal-tag),
.hal-teaser--linkedin a:visited:not(.hal-tag) * {
  color: #99cae1;
}
.hal-teaser--x {
  background-color: #55acee;
}
.hal-teaser--x .hal-meta,
.hal-teaser--x .hal-teaser-heading,
.hal-teaser--x .hal-tag {
  color: #fff;
}
.hal-teaser--x .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(85, 172, 238, 0), #55acee);
}
.hal-teaser--x a,
.hal-teaser--x a:hover:not(.hal-tag) {
  color: #fff;
}
.hal-teaser--x a:visited:not(.hal-tag),
.hal-teaser--x a:visited:not(.hal-tag) * {
  color: #bbdef8;
}
.hal-teaser--youtube {
  background-color: #e52d27;
}
.hal-teaser--youtube .hal-meta,
.hal-teaser--youtube .hal-teaser-heading,
.hal-teaser--youtube .hal-tag {
  color: #fff;
}
.hal-teaser--youtube .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(229, 45, 39, 0), #e52d27);
}
.hal-teaser--youtube a,
.hal-teaser--youtube a:hover:not(.hal-tag) {
  color: #fff;
}
.hal-teaser--youtube a:visited:not(.hal-tag),
.hal-teaser--youtube a:visited:not(.hal-tag) * {
  color: #f5aba9;
}
.hal-teaser--tiktok {
  background-color: #ff0050;
}
.hal-teaser--tiktok .hal-meta,
.hal-teaser--tiktok .hal-teaser-heading,
.hal-teaser--tiktok .hal-tag {
  color: #fff;
}
.hal-teaser--tiktok .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(255, 0, 80, 0), #ff0050);
}
.hal-teaser--tiktok a,
.hal-teaser--tiktok a:hover:not(.hal-tag) {
  color: #fff;
}
.hal-teaser--tiktok a:visited:not(.hal-tag),
.hal-teaser--tiktok a:visited:not(.hal-tag) * {
  color: #ff99b9;
}
.hal-teaser--instagram {
  background-color: #4999da;
}
.hal-teaser--instagram .hal-meta,
.hal-teaser--instagram .hal-teaser-heading,
.hal-teaser--instagram .hal-tag {
  color: #fff;
}
.hal-teaser--instagram .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(73, 153, 218, 0), #4999da);
}
.hal-teaser--instagram a,
.hal-teaser--instagram a:hover:not(.hal-tag) {
  color: #fff;
}
.hal-teaser--instagram a:visited:not(.hal-tag),
.hal-teaser--instagram a:visited:not(.hal-tag) * {
  color: #b6d6f0;
}
.hal-teaser--wechat {
  background-color: #2dc100;
}
.hal-teaser--wechat .hal-meta,
.hal-teaser--wechat .hal-teaser-heading,
.hal-teaser--wechat .hal-tag {
  color: #fff;
}
.hal-teaser--wechat .hal-teaser-heading::after {
  background: linear-gradient(to bottom, rgba(45, 193, 0, 0), #2dc100);
}
.hal-teaser--wechat a,
.hal-teaser--wechat a:hover:not(.hal-tag) {
  color: #fff;
}
.hal-teaser--wechat a:visited:not(.hal-tag),
.hal-teaser--wechat a:visited:not(.hal-tag) * {
  color: #abe699;
}
.page-news-insights main.hal-page-column--main .hal-page-container-content,
.page-news-subpage main.hal-page-column--main .hal-page-container-content {
  padding: 30px;
}
@media  (max-width: 599px) {
  .page-news-insights main.hal-page-column--main .hal-page-container-content,
  .page-news-subpage main.hal-page-column--main .hal-page-container-content {
    padding: 10px;
  }
}
.hal-page--newsdetail .hal-article-meta {
  margin-bottom: 0;
  background: #fff;
}
.hal-page--newsdetail .hal-article-meta .hal-meta {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1px;
}
@media  (min-width: 1024px) {
  .hal-page--newsdetail .hal-article-meta .hal-meta {
    right: 30px;
    top: 1.5rem;
  }
}
@media  (max-width: 1023px) {
  .hal-page--newsdetail .hal-article-meta .hal-meta {
    position: relative;
    width: 100%;
    padding: 0px 0px 10px 30px;
    border-bottom: 1px solid #DBDEDF;
  }
}
@media  (max-width: 599px) {
  .hal-page--newsdetail .hal-article-meta .hal-meta {
    padding: 0px 0px 10px 10px;
  }
}
@media  (min-width: 1024px) {
  .hal-page--newsdetail .hal-news-detail-wrapper {
    display: flex;
  }
}
.hal-page--newsdetail .hal-news-detail-left {
  background: #fff;
}
@media  (min-width: 1024px) {
  .hal-page--newsdetail .hal-news-detail-left {
    width: 25%;
    display: flex;
    flex-direction: column;
  }
}
.hal-page--newsdetail .hal-news-detail-region-link {
  display: block;
  padding-bottom: 5px;
}
.hal-page--newsdetail .hal-news-detail-region-link > label {
  cursor: pointer;
}
.hal-page--newsdetail .hal-page-margin--aside {
  padding-right: 0;
  width: 100%;
  background: #fff;
}
.hal-page--newsdetail .hal-page-margin--main {
  background: white;
}
@media  (min-width: 1024px) {
  .hal-page--newsdetail .hal-page-margin--main {
    padding-left: 0;
  }
}
.hal-page--newsdetail .hal-news-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.hal-page--newsdetail .hal-tag {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  border-radius: 4px;
  background: #E1E8ED;
  color: #33424F;
  text-transform: none;
  line-height: 16px;
  font-weight: 600;
}
@media  (max-width: 1023px) {
  .hal-page--newsdetail .hal-breadcrumb {
    border-bottom: none;
  }
}
@media  (min-width: 1024px) {
  .hal-page--newsdetail .hal-breadcrumb {
    padding: 14px 95px 14px 30px;
  }
}
.hal-page--newsdetail .hal-page-body .hal-container-content {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F0F2F5;
}
.hal-news-detail-hero-wrapper {
  padding-bottom: 30px;
}
.hal-news-detail-article {
  padding: 30px;
  background-color: #fff;
}
@media print {
  .hal-news-detail-article {
    background-color: #fff;
  }
}
.hal-news-detail-comments {
  padding: 3rem 1rem;
  background-color: #fff;
}
@media  (min-width: 600px) {
  .hal-news-detail-comments {
    padding-left: calc(8.333333333333334% - -2rem);
    padding-right: calc(8.333333333333334% - -2rem);
  }
}
@media  (min-width: 1024px) {
  .hal-news-detail-comments {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: calc(10% - 1rem);
    padding-right: calc(10% - -1rem);
  }
}
@media  (min-width: 1440px) {
  .hal-news-detail-comments {
    margin-right: 0;
  }
}
@media  (min-width: 1920px) {
  .hal-news-detail-comments {
    padding-left: calc(7.6923076923076925%);
    padding-right: calc(7.6923076923076925% - -1rem);
  }
}
@media  (min-width: 1024px) {
  .hal-news-detail-comments {
    border-top: 1px solid #ccc;
  }
}
.hal-news-detail-cross {
  padding-top: 30px;
}
@media  (min-width: 600px) and  (max-width: 1023px) {
  .hal-news-detail-meta {
    word-spacing: -0.31em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 0 -5px;
    margin: 0 -2rem 0 -3rem;
    padding: 4.5rem calc(8.333333333333334% - -2rem) 0;
  }
}
@media  (min-width: 600px) and  (max-width: 1023px) and  (min-width: 1024px) {
  .hal-news-detail-meta {
    margin-left: -10px;
  }
}
@media  (min-width: 600px) and  (max-width: 1023px) and  (max-width: 599px) {
  .hal-news-detail-meta {
    margin-left: 0;
  }
}
.hal-news-detail-meta,
.hal-news-detail-meta-left {
  padding-top: 3.5rem;
  margin: 0;
}
@media  (min-width: 1024px) {
  .hal-news-detail-meta,
  .hal-news-detail-meta-left {
    padding-top: 4.5rem;
  }
}
@media  (min-width: 1024px) {
  .hal-news-detail-meta {
    display: none;
  }
}
.hal-news-detail-meta-left {
  flex-grow: 1;
  border-right: 3px solid #F0F2F5;
}
@media  (max-width: 1023px) {
  .hal-news-detail-meta-left {
    display: none;
  }
}
@media print {
  .hal-news-detail-article,
  .page-news-detail-article,
  .hal-news-detail-comments,
  .page-news-detail-comments {
    padding-left: 0;
    padding-right: 0;
  }
  .hal-news-detail-meta,
  .page-news-detail-meta {
    display: none;
  }
}
.hal-social-media {
  position: relative;
  text-align: center;
}
.hal-social-media[dir="rtl"] .hal-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-social-media[dir="rtl"] .hal-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-social-media[dir="rtl"] .hal-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-social-media[dir="rtl"] svg[class*="icon"]:not(.hal-social-media-icon) {
  transform: scaleX(-1);
}
@media  (min-width: 600px) {
  .hal-social-media-channel {
    display: inline-block;
    width: 16%;
  }
}
.hal-social-media-channel-wrap {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 5px;
  min-width: 200px;
  width: 30%;
  text-align: left;
}
@media  (max-width: 599px) {
  .hal-social-media-channel-wrap {
    width: 50%;
  }
}
@media  (min-width: 600px) {
  .hal-social-media-channel-wrap {
    padding-bottom: 15px;
    min-width: 0;
    width: auto;
    text-align: center;
  }
}
.hal-social-media-icon {
  padding: 1rem;
  width: 50px;
  height: 50px;
  color: #fff;
}
@media  (min-width: 600px) {
  .hal-social-media-icon {
    padding: 1.5rem;
    width: 72px;
    height: 72px;
  }
}
.hal-social-media-link {
  display: inline-block;
  float: left;
}
.hal-social-media-link.hal-link {
  padding: 20px 0 0 30px;
}
@media  (min-width: 600px) {
  .hal-social-media-link {
    display: block;
    float: none;
  }
  .hal-social-media-link.hal-link {
    display: block;
    padding: 0;
  }
}
.hal-social-media-link--icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: currentColor;
}
@media  (max-width: 599px) {
  .hal-social-media-link--icon {
    width: 50px;
    height: 50px;
  }
}
@media  (min-width: 600px) {
  .hal-social-media-link--icon {
    margin-bottom: 10px;
  }
}
.hal-social-media-link--icon:hover {
  background-color: currentColor;
}
a.hal-social-media-facebook {
  color: #3b579d;
}
a.hal-social-media-facebook:hover,
a.hal-social-media-facebook:visited {
  color: #344d8a;
}
a.hal-social-media-x {
  color: #55acee;
}
a.hal-social-media-x:hover,
a.hal-social-media-x:visited {
  color: #3ea1ec;
}
a.hal-social-media-tiktok {
  color: #ff0050;
}
a.hal-social-media-tiktok:hover,
a.hal-social-media-tiktok:visited {
  color: #e60048;
}
a.hal-social-media-linkedin {
  color: #007bb5;
}
a.hal-social-media-linkedin:hover,
a.hal-social-media-linkedin:visited {
  color: #006a9c;
}
a.hal-social-media-youtube {
  color: #e52d27;
}
a.hal-social-media-youtube:hover,
a.hal-social-media-youtube:visited {
  color: #d8201a;
}
a.hal-social-media-instagram {
  color: #4999da;
}
a.hal-social-media-instagram:hover,
a.hal-social-media-instagram:visited {
  color: #348dd6;
}
a.hal-social-media-wechat {
  color: #2dc100;
}
a.hal-social-media-wechat:hover,
a.hal-social-media-wechat:visited {
  color: #27a800;
}
.hal-social-media--people .hal-list--plain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -0.5rem;
}
.hal-social-media--people .hal-list--plain .hal-social-media-person {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  margin-bottom: 2rem;
  vertical-align: top;
  text-align: center;
  width: 178px;
  max-width: 50%;
  box-sizing: content-box;
}
.hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-details {
  position: relative;
  padding-bottom: 1.75em;
}
.hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-name {
  margin-bottom: 0.25rem;
}
.hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-role {
  min-height: 2.6em;
  display: block;
}
.hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-info {
  white-space: pre-line;
  min-height: 2.6em;
  display: block;
}
.hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-link {
  display: block;
  text-align: center;
  float: none;
}
.hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-phone {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  white-space: nowrap;
}
.hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-phone *[class*='icon'] {
  position: relative;
  top: -0.05em;
  vertical-align: middle;
  margin-left: -4px;
}
@media  (max-width: 600px) {
  .hal-social-media--people .hal-list--plain .hal-social-media-person {
    width: 50%;
    max-width: none;
  }
  .hal-social-media--people .hal-list--plain .hal-social-media-person .hal-avatar {
    float: left;
  }
  .hal-social-media--people .hal-list--plain .hal-social-media-person .hal-avatar + * {
    margin-left: 90px;
    text-align: left;
  }
  .hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-role {
    min-height: 0;
    margin-bottom: 0.25rem;
  }
  .hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-info {
    min-height: 0;
    margin-bottom: 0.25rem;
  }
  .hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-details {
    padding-bottom: 0;
  }
  .hal-social-media--people .hal-list--plain .hal-social-media-person .hal-social-media-person-phone {
    position: static;
  }
}
@media  (max-width: 599px) {
  .hal-social-media--people .hal-list--plain .hal-social-media-person {
    width: 100%;
  }
}
.hal-social-media--people[dir="rtl"] .hal-list--plain .hal-social-media-person-details {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 300;
}
@media  (min-width: 1024px) {
  .hal-social-media--people[dir="rtl"] .hal-list--plain .hal-social-media-person-details {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-social-media--people[dir="rtl"] .hal-list--plain .hal-social-media-person-details {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.hal-social-media--people[dir="rtl"] .hal-list--plain .hal-social-media-person-phone {
  padding-left: 1.5rem;
}
.hal-social-media--people[dir="rtl"] .hal-list--plain .hal-social-media-person-phone span {
  float: left;
}
.hal-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media  (min-width: 1024px) {
  .hal-anchor {
    top: -155px;
  }
}
@media  (min-width: 1024px) {
  .hal-anchor#tabnav {
    top: -270px;
  }
}
@media  (min-width: 1024px) {
  .hal-anchor.hal-anchor--olbnav {
    top: -230px;
  }
}
@media  (min-width: 1024px) {
  .hal-anchor--tab {
    top: -400px;
  }
}
.hal-anchor-disabled {
  display: none;
}
.hal-searchresults-result {
  position: relative;
  margin: 30px -10px 0 -10px;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #bbb;
}
.hal-searchresults-result:first-child {
  margin-top: 0px;
}
.hal-searchresults-tags {
  position: absolute;
  top: 0;
  right: 0;
}
.hal-searchresults .hal-tag {
  text-transform: none;
  background: #CCD6DF;
  color: #33424F;
}
.hal-searchresults .hal-h3 {
  max-width: 70%;
  margin-bottom: 0;
}
.hal-searchresults-breadcrumb {
  margin: 0 0 7.5px 0;
  padding-left: 0;
  font-size: 12px;
  color: #999;
}
.hal-searchresults-crumb {
  display: inline-block;
}
.hal-searchresults-crumb::after {
  content: ">";
  margin-right: 5px;
  margin-left: 5px;
}
.hal-searchresults-crumb:last-child::after {
  display: none;
}
.hal-searchresults-loadmore {
  margin-top: 40px;
  padding-bottom: 50px;
}
.hal-searchresults-loadmore .hal-button,
.hal-searchresults-loadmore .hal-searchresults-pageinformation {
  display: inline-block;
  vertical-align: middle;
}
.hal-searchresults-loadmore .hal-button {
  margin-right: 20px;
  margin-left: 0;
}
.hal-searchresults-loadmore .hal-searchresults-pageinformation {
  font-size: 12px;
  color: #999;
}
.hal-searchresults-pagination ul {
  text-align: center;
}
.hal-searchresults-pagination ul li {
  color: #ff6600;
  font-weight: bold;
  padding: 0px 5px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}
.hal-searchresults-pagination ul li:hover {
  color: #b94200;
}
.hal-searchresults-pagination ul li.hal-selected-page,
.hal-searchresults-pagination ul li.hal-selected-page:hover {
  color: #000;
  font-weight: normal;
}
.hal-search-suggestions {
  z-index: 3;
  position: absolute;
  top: 100%;
  right: 20px;
  left: 20px;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  text-align: left;
  opacity: 1;
  transition: opacity .3s;
}
@media  (min-width: 1024px) {
  .hal-search-suggestions {
    left: auto;
    right: 0;
    max-width: 150%;
    width: 250px;
  }
}
.hal-search-suggestions.hal-is-closing {
  opacity: 0;
}
.hal-search-suggestions.hal-is-closed {
  display: none;
}
.hal-search-suggestions > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-search-suggestions > ul {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-search-suggestions > ul {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-search-suggestions a {
  word-spacing: -0.31em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hal-search-suggestions a,
.hal-search-suggestions a:hover {
  color: inherit;
  transition: none;
}
.hal-search-suggestions-item:hover,
.hal-search-suggestions > ul:not(:hover) .hal-search-suggestions-item.hal-is-selected {
  background-color: #ff6600;
  color: #fff;
}
.hal-search-suggestions-item {
  border-radius: 3px;
}
.hal-search-suggestions-item-result {
  word-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 3px 5px;
}
.hal-search-suggestions-item-result {
  width: calc(100% - 30px);
  font-weight: 400;
}
.hal-search-suggestions-item-result em {
  font-weight: 600;
}
.hal-search-suggestions-item-icon {
  margin: 2px 3px 0 0;
}
.hal-websearch .hal-container-content {
  padding: 0px 15px 0px;
  background-color: #fff;
  min-height: 700px;
}
.hal-websearch .hal-search-panel {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 30px;
}
.hal-websearch .hal-form-group-input {
  width: 72%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 7%;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-form-group-input {
    width: 100%;
    padding-left: 0px;
  }
}
.hal-websearch .hal-form-group-input-simple {
  margin-top: 37px;
}
.hal-websearch .hal-form-group-input-advanced {
  margin-top: 0;
}
.hal-websearch .hal-form-group-button-simple {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1%;
  margin-top: 37px;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-form-group-button-simple {
    width: 100%;
    padding-left: 0px;
  }
}
.hal-websearch .hal-form-group-button-advanced {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  padding-left: 1%;
  margin-top: 37px;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-form-group-button-advanced {
    width: 100%;
    padding-left: 0px;
  }
}
.hal-websearch .hal-search-type-toggle {
  width: 175px;
  display: inline-block;
  padding-left: 3rem;
}
.hal-websearch .hal-search-type-toggle .hal-form-field--radio {
  position: relative;
}
.hal-websearch .hal-search-type-toggle label {
  padding-left: 5px;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-search-type-toggle {
    width: 175px;
  }
}
.hal-websearch .hal-form-field--radio input[type='radio'] {
  display: none;
}
.hal-websearch .hal-form-field--radio label:before {
  content: "";
  position: absolute;
  left: -18px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border-radius: 50%;
  border: 2px solid #65798B;
}
.hal-websearch .hal-form-field--radio input[type='radio']:checked + label:before {
  border: 2px solid #ff6600;
}
.hal-websearch .hal-form-field--radio input[type='radio']:checked + label:after {
  content: "";
  position: absolute;
  left: -14px;
  width: 7px;
  height: 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: #ff6600;
}
.hal-websearch .hal-help {
  display: inline-block;
  vertical-align: text-bottom;
}
.hal-websearch .hal-search-line {
  width: 100%;
  display: flex;
  margin-bottom: 8px;
  font-weight: 300;
}
.hal-websearch .hal-search-label {
  width: 25%;
  display: inline-block;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-search-label {
    width: 100%;
  }
}
.hal-websearch .hal-search-input {
  width: 75%;
  display: inline-block;
  position: relative;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-search-input {
    width: 100%;
  }
}
.hal-websearch .hal-input-wrapper {
  position: relative;
}
.hal-websearch .hal-input {
  width: 100%;
  background-color: #fff;
}
.hal-websearch .hal-input.invalid {
  box-shadow: 0 0 1.7px 1.7px red;
}
.hal-websearch .hal-search-suggestions {
  left: 1px;
  top: 40px;
  z-index: 2;
}
.hal-websearch .hal-search-suggestions ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hal-websearch .hal-button {
  width: 35%;
  vertical-align: top;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-button {
    max-width: 20rem;
  }
}
.hal-websearch .hal-button-searchtype {
  font-weight: normal;
}
.hal-websearch .hal-clear-button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 30px;
  height: 30px;
  margin-left: -38px;
  padding: 9px;
  vertical-align: middle;
}
.hal-websearch .hal-clear-button::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23999%22%20viewBox%3D%220%200%20128%20128%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M22.56%200L0%2022.56l11.52%2011.52L40%2063.04%2011.52%2091.52%200%20102.56l22.56%2023.04%2011.52-11.52%2028.96-28.96%2028.48%2028.96%2011.04%2011.52%2023.04-23.04-11.52-11.04-28.96-28.48%2028.96-28.96%2011.52-11.52L102.56%200%2091.52%2011.52%2063.04%2040%2034.08%2011.52%2022.56%200z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  pointer-events: none;
}
.hal-websearch .hal-panel-list {
  margin: 0 !important;
  padding: 0 !important;
}
.hal-websearch .hal-results-panel {
  margin-top: 5px;
}
.hal-websearch .hal-panel-start-message {
  text-align: center;
}
.hal-websearch .hal-entry-all .hal-entry-image,
.hal-websearch .hal-entry-press .hal-entry-image,
.hal-websearch .hal-entry-lookout .hal-entry-image {
  display: none;
}
.hal-websearch .hal-entry-all .hal-entry-content,
.hal-websearch .hal-entry-press .hal-entry-content,
.hal-websearch .hal-entry-lookout .hal-entry-content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
}
.hal-websearch .hal-entry-news .hal-entry-image {
  display: none;
}
.hal-websearch .hal-entry-news .hal-entry-content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
}
.hal-websearch .hal-facets-panel {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0px;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-facets-panel {
    width: 100%;
    display: inline;
  }
}
.hal-websearch .hal-facets-panel-all {
  width: calc(25% - 30px);
  display: inline-block;
  vertical-align: top;
  padding: 10px 0px;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-facets-panel-all {
    width: 100%;
    display: inline;
  }
}
.hal-websearch .hal-facet {
  margin-bottom: 20px;
}
@media  (max-width: 1023px) {
  .hal-websearch .hal-facet .hal-facet-date-label {
    display: none;
  }
}
.hal-websearch .hal-dynamic-dates {
  padding-top: 10px;
}
.hal-websearch .hal-entries-panel {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.hal-websearch .hal-entries-panel .hal-no-results {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-entries-panel {
    width: 100%;
    display: inline;
  }
}
.hal-websearch .hal-entries-panel-all {
  width: calc(75% + 30px);
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.hal-websearch .hal-entries-panel-all .hal-no-results {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-entries-panel-all {
    width: 100%;
    display: inline;
  }
}
.hal-websearch .hal-entry-icon {
  width: 30px;
  display: inline-block;
  float: right;
  color: #333;
}
.hal-websearch .hal-entry-children {
  width: calc(100% - 30px);
  display: inline-block;
}
.hal-websearch .hal-entry {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: solid 1px #ccc;
}
.hal-websearch .hal-entry .hal-entry-content a:visited {
  color: #A34100;
}
.hal-websearch .hal-entry em {
  background-color: #ff0;
  font-style: normal;
}
.hal-websearch .hal-entry-img {
  width: 110px;
  height: 145px;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-entry-img {
    width: 80px;
    height: 106px;
  }
}
.hal-websearch .hal-list-all {
  margin: 0 0 7.5px 0;
  font-size: 12px;
  color: #999;
}
.hal-websearch .hal-list-all li {
  list-style: none;
  display: inline;
}
.hal-websearch .hal-list-all li:after {
  content: " > ";
}
.hal-websearch .hal-list-all li:last-child:after {
  content: "";
}
.hal-websearch .hal-tag-wrapper {
  width: 15%;
  position: absolute;
  top: 0;
  right: 5px;
  padding: 10px;
}
.hal-websearch .hal-tag-group {
  bottom: 1px;
  right: 1px;
}
.hal-websearch .hal-tag {
  float: right;
  line-height: 16px;
  background: #CCD6DF;
  color: #33424F;
}
.hal-websearch .hal-contacts {
  margin-bottom: 1rem;
}
.hal-websearch .hal-email-image {
  display: inline-block;
  vertical-align: middle;
  height: 1.6rem;
  padding-left: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ff6600%22%20viewBox%3D%220%200%20128%20128%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%2016v16l64%2032%2064-32V16H0zm0%2032v64h128V48L64%2080%200%2048z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
}
.hal-websearch .hal-email-text {
  display: inline-block;
}
.hal-websearch .hal-telephone-image {
  display: inline-block;
  vertical-align: middle;
  height: 1.6rem;
  padding-left: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ff6600%22%20viewBox%3D%220%200%20578.106%20578.106%22%3E%0A%20%20%3Cpath%20d%3D%22M577.83%20456.128c1.225%209.385-1.635%2017.545-8.568%2024.48l-81.396%2080.78c-3.672%204.08-8.465%207.552-14.38%2010.405-5.917%202.857-11.73%204.693-17.44%205.508-.408%200-1.635.11-3.676.31-2.037.21-4.69.31-7.953.31-7.754%200-20.3-1.32-37.64-3.98s-38.556-9.18-63.646-19.58c-25.09-10.4-53.55-26.01-85.37-46.82-31.82-20.8-65.69-49.36-101.59-85.68-28.56-28.15-52.22-55.08-70.99-80.78-18.76-25.7-33.86-49.47-45.28-71.3-11.43-21.83-20-41.61-25.71-59.36s-9.59-33.045-11.63-45.9-2.86-22.95-2.45-30.3c.41-7.343.612-11.423.612-12.24.813-5.71%202.65-11.525%205.505-17.44S12.55%2093.83%2016.63%2090.156l81.39-81.4C103.73%203.046%20110.26.19%20117.603.19c5.304%200%209.996%201.53%2014.076%204.59s7.55%206.834%2010.405%2011.322l65.484%20124.236c3.67%206.528%204.69%2013.668%203.06%2021.42-1.634%207.752-5.1%2014.28-10.406%2019.584l-29.988%2029.988c-.816.816-1.53%202.142-2.142%203.978s-.918%203.366-.918%204.59c1.632%208.568%205.304%2018.36%2011.016%2029.376%204.896%209.792%2012.444%2021.726%2022.644%2035.802s24.684%2030.293%2043.452%2048.653c18.36%2018.77%2034.68%2033.35%2048.96%2043.76%2014.274%2010.4%2026.212%2018.05%2035.8%2022.95%209.59%204.89%2016.94%207.85%2022.03%208.87l7.65%201.53c.82%200%202.15-.31%203.98-.92%201.84-.62%203.17-1.33%203.98-2.15l34.89-35.498c7.35-6.52%2015.91-9.79%2025.71-9.79%206.937%200%2012.442%201.23%2016.522%203.68h.61l118.11%2069.76c8.57%205.31%2013.67%2012.04%2015.305%2020.2z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
}
.hal-websearch .hal-telephone-text {
  display: inline-block;
}
.hal-websearch .hal-tab-icon {
  width: 25px;
  display: inline-block;
  vertical-align: top;
}
.hal-websearch .hal-tab-icon-all {
  width: 0px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
}
.hal-websearch .hal-tabnavigation {
  margin-bottom: 0;
}
@media  (max-width: 599px) {
  .hal-websearch .hal-tabnavigation {
    white-space: normal;
  }
}
@media  (max-width: 599px) {
  .hal-websearch .hal-tabnavigation .hal-navigation-tab {
    display: inline-block;
    width: auto;
  }
}
.hal-websearch .hal-navigation-tab-link {
  overflow: visible;
  max-width: 20em;
}
.hal-websearch .hal-navigation-tab-link.selected-panel,
.hal-websearch .hal-navigation-tab-link.selected-panel:hover {
  cursor: default;
}
.hal-websearch .hal-paginator-chevron {
  vertical-align: sub;
}
.hal-websearch .hal-paginator-style {
  text-align: center;
}
.hal-websearch .hal-paginator-style ul {
  padding-left: 0px;
}
.hal-websearch .hal-paginator-style ul li {
  color: #ff6600;
  font-weight: bold;
  padding: 0px 5px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}
.hal-websearch .hal-paginator-style ul li:hover {
  color: #A34100;
}
.hal-websearch .hal-paginator-style ul li.selected-page,
.hal-websearch .hal-paginator-style ul li.selected-page:hover {
  color: #000;
  font-weight: normal;
  cursor: default;
}
.hal-websearch .hal-paginator-style ul li.more-page {
  color: #ff6600;
  cursor: default;
}
.hal-websearch .hal-paginator-link {
  font-weight: bold;
}
.hal-websearch .hal-filteritem {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0;
}
.hal-websearch .hal-filteritem-input {
  display: none;
}
.hal-websearch .hal-filteritem-input:checked + .hal-filteritem-text {
  background: #CCD6DF;
}
.hal-websearch .hal-filteritem-text {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCD6DF;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  color: #425464;
  background: #fff;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.hal-websearch .hal-margincolumn-timeline-clear-button {
  font-weight: bold;
}
.hal-websearch .hal-loader {
  opacity: 0.5;
  pointer-events: none;
}
.hal-websearch .hal-loading-hoc {
  position: relative;
}
.hal-websearch .hal-loading {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  -webkit-animation: load 1.1s infinite ease;
  animation: load 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 2;
  left: calc(50% - 5px);
}
@-webkit-keyframes load {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ff6600, 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.5), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.7), 1.8em -1.8em 0 0em #ff6600, 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.5), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.7), 2.5em 0em 0 0em #ff6600, 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.5), 2.5em 0em 0 0em rgba(255, 102, 0, 0.7), 1.75em 1.75em 0 0em #ff6600, 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.5), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.7), 0em 2.5em 0 0em #ff6600, -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.5), 0em 2.5em 0 0em rgba(255, 102, 0, 0.7), -1.8em 1.8em 0 0em #ff6600, -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.5), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.7), -2.6em 0em 0 0em #ff6600, -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.5), -2.6em 0em 0 0em rgba(255, 102, 0, 0.7), -1.8em -1.8em 0 0em #ff6600;
  }
}
@keyframes load {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ff6600, 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.5), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.7), 1.8em -1.8em 0 0em #ff6600, 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.5), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.7), 2.5em 0em 0 0em #ff6600, 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.5), 2.5em 0em 0 0em rgba(255, 102, 0, 0.7), 1.75em 1.75em 0 0em #ff6600, 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.5), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.7), 0em 2.5em 0 0em #ff6600, -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.2), -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.5), 0em 2.5em 0 0em rgba(255, 102, 0, 0.7), -1.8em 1.8em 0 0em #ff6600, -2.6em 0em 0 0em rgba(255, 102, 0, 0.2), -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.5), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.7), -2.6em 0em 0 0em #ff6600, -1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 102, 0, 0.2), 1.8em -1.8em 0 0em rgba(255, 102, 0, 0.2), 2.5em 0em 0 0em rgba(255, 102, 0, 0.2), 1.75em 1.75em 0 0em rgba(255, 102, 0, 0.2), 0em 2.5em 0 0em rgba(255, 102, 0, 0.2), -1.8em 1.8em 0 0em rgba(255, 102, 0, 0.5), -2.6em 0em 0 0em rgba(255, 102, 0, 0.7), -1.8em -1.8em 0 0em #ff6600;
  }
}
.hal-websearch .hal-entry-icon-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 5px;
}
.hal-websearch .hal-entry-icon-wrapper .hal-tooltip {
  min-width: 140px;
  top: -10px;
  left: -110px;
  text-align: left;
  padding: 10px 10px 5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
}
.hal-websearch .hal-entry-icon-wrapper:hover .hal-tooltip {
  display: block;
}
.hal-websearch .hal-tooltip-text {
  display: inline-block;
}
.hal-websearch .hal-tooltip-icon {
  display: inline-block;
  float: right;
}
.hal-websearch .hal-dialog-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(229, 229, 229, 0.7);
  z-index: 9958;
}
.hal-websearch .hal-dialog-body {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 30em;
  padding: 20px 0;
  text-align: center;
  border: 1px solid 1px solid rgba(102, 102, 102, 0.15);
  background-color: #fff;
  box-shadow: 0px 0px 10em 100px #f2f2f2;
  transform: translateX(-50%) translateY(-50%);
}
.hal-websearch .hal-dialog-text {
  width: 75%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04rem;
  border-bottom: 1px solid #ededed;
}
.hal-websearch .hal-dialog-button {
  width: auto !important;
}
@media  (min-width: 600px) {
  .hal-columns .hal-websearch {
    width: 100%;
  }
}
.hal-maps {
  position: relative;
  width: 100%;
  height: 50vw;
  max-width: 1070px;
  max-height: 535px;
  margin: 0;
  overflow: hidden;
}
.hal-maps .hal-map {
  height: 50vw;
  max-height: 535px;
}
@media  (max-width: 599px) {
  .hal-maps {
    display: none;
  }
}
.hal-maps-mask {
  width: 105.60747664%;
  width: 100%;
}
@media  (max-width: 599px) {
  .hal-maps-mask {
    width: 100%;
  }
}
.hal-maps-panel {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  font-size: 0;
  line-height: 0;
}
.hal-maps-panel > svg {
  height: 50vw;
  max-height: 535px;
}
@media  (max-width: 599px) {
  .hal-maps-favorite-dynamic {
    display: none;
  }
}
.hal-maps-favorite {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 166px;
  max-height: 166px;
  margin: 0;
  overflow: hidden;
}
.hal-maps-favorite .hal-map {
  height: 50vw;
  max-height: 166px;
}
.hal-maps-favorite .hal-map > svg {
  height: 50vw;
  max-height: 166px;
}
@media  (max-width: 599px) {
  .hal-maps-favorite {
    display: none;
  }
}
.hal-maps-favorite::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: #fff;
}
@media  (max-width: 599px) {
  .hal-maps-favorite::after {
    left: calc(50% - 1px);
  }
}
.hal-maps-favorite-mask {
  width: 166px;
}
.hal-maps-favorite-panel {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  font-size: 0;
  line-height: 0;
}
.hal-additional-maps-panel {
  width: 100%;
  margin-top: 30px;
}
.hal-maps-manual::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: #fff;
}
@media  (max-width: 599px) {
  .hal-maps-manual::after {
    left: calc(50% - 1px);
  }
}
.hal-maps--full-view .hal-map {
  width: 100vw;
  max-width: 1070px;
}
.hal-maps--full-view .hal-maps-panel {
  width: 100%;
}
.hal-maps--full-view .hal-maps::after {
  content: none;
}
.hal-maps--full-view-favorite .hal-map {
  width: 100vw;
  max-width: 166px;
}
.hal-maps--full-view-favorite .hal-map > svg {
  width: 100vw;
  max-width: 166px;
}
.hal-maps--full-view-favorite .hal-maps-favorite-panel {
  width: 100%;
}
.hal-maps--full-view-favorite .hal-maps-favorite::after {
  content: none;
}
.hal-maps--full-view-favorite .hal-maps-favorite-empty {
  width: 100%;
  height: 100%;
  min-height: 166px;
  background-color: #ededed;
}
.hal-maps--full-view-favorite .hal-maps-favorite-empty span {
  padding-left: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
  color: #999;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media  (min-width: 1024px) {
  .hal-maps--full-view-favorite .hal-maps-favorite-empty span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-maps--full-view-favorite .hal-maps-favorite-empty span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-maps--double-view-favorite .hal-map {
  width: 100vw;
  max-width: 83px;
}
.hal-maps--double-view-favorite .hal-map > svg {
  width: 100vw;
  max-width: 83px;
}
@media  (min-width: 600px) and  (max-width: 1439px) {
  .hal-page-body .hal-maps {
    height: calc((100vw - 256px) / 2);
  }
  .hal-page-body .hal-maps .hal-map {
    height: calc((100vw - 256px) / 2);
  }
  .hal-page-body .hal-maps .hal-map > svg {
    height: calc((100vw - 256px) / 2);
  }
  .hal-page-body.hal-page-body-expanded .hal-maps {
    height: calc((100vw - 120px) / 2);
  }
  .hal-page-body.hal-page-body-expanded .hal-maps .hal-map {
    height: calc((100vw - 120px) / 2);
  }
  .hal-page-body.hal-page-body-expanded .hal-maps .hal-map > svg {
    height: calc((100vw - 120px) / 2);
  }
}
.hal-servicefavorites .hal-service-picture {
  position: relative;
}
.hal-servicefavorites .hal-service-details {
  position: relative;
  word-spacing: 0;
}
.hal-servicefavorites .hal-service-details .hal-meta {
  position: absolute;
  top: 12px;
  right: 10px;
  text-transform: none;
}
@media  (min-width: 1024px) {
  .hal-servicefavorites .hal-service-details .hal-meta {
    top: 22px;
  }
}
.hal-servicefavorites .hal-service-details,
.hal-servicefavorites .hal-service-actions {
  padding: 10px;
}
@media  (min-width: 1024px) {
  .hal-servicefavorites .hal-service-details,
  .hal-servicefavorites .hal-service-actions {
    padding: 20px 10px;
  }
}
.hal-servicefavorites .favorite-service {
  margin-bottom: 20px;
}
.hal-servicefavorites .favorite-service .hal-column {
  margin-bottom: 0;
}
@media  (min-width: 600px) {
  .hal-servicefavorites .favorite-service .hal-column.hal-service-picture {
    width: 33%;
  }
  .hal-page-column--main .hal-servicefavorites .favorite-service .hal-column.hal-service-picture {
    width: 33%;
  }
  .hal-servicefavorites .favorite-service .hal-column.hal-service-details {
    width: 52%;
  }
  .hal-page-column--main .hal-servicefavorites .favorite-service .hal-column.hal-service-details {
    width: 52%;
  }
  .hal-servicefavorites .favorite-service .hal-column.hal-service-actions {
    width: 15%;
  }
  .hal-page-column--main .hal-servicefavorites .favorite-service .hal-column.hal-service-actions {
    width: 15%;
  }
  .hal-servicefavorites .favorite-service .hal-column.hal-service-actions .hal-link span,
  .hal-servicefavorites .favorite-service .hal-column.hal-service-actions .hal-link svg {
    vertical-align: middle;
  }
  .hal-servicefavorites .favorite-service .hal-column.hal-service-actions .hal-service-actions-controls {
    padding-top: 15px;
  }
}
.hal-servicefavorites .favorite-service .hal-column .hal-column-content {
  padding: 0;
}
.hal-servicefavorites .favorite-service .hal-column .hal-picture {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  color: inherit;
}
@media  (min-width: 600px) {
  .hal-servicefavorites .favorite-service .hal-service-details,
  .hal-servicefavorites .favorite-service .hal-service-actions {
    padding: 0 10px;
  }
}
.hal-servicefavorites .favorite-service .hal-service-details {
  border-right: 2px solid #e5e5e5;
}
.hal-servicefavorites .favorite-service .hal-list--plain {
  margin-bottom: 15px;
}
@media  (min-width: 1440px) {
  .hal-servicefavorites {
    margin: 0 auto;
    max-width: 1130px;
  }
}
@media  (max-width: 599px) {
  .hal-servicefavorites {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media  (max-width: 599px) {
  .hal-servicefavorites-container {
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    column-count: 2;
    column-gap: 5px;
    width: 100%;
  }
}
@media  (max-width: 599px) {
  .hal-servicefavorites-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
  }
}
.hal-servicefavorites-container .hal-service-details {
  line-height: normal;
}
@media  (max-width: 599px) {
  .hal-servicefavorites-container .hal-service-details {
    width: 75%;
  }
}
@media  (max-width: 599px) {
  .hal-servicefavorites-container .hal-service-actions {
    width: 25%;
  }
}
@media  (max-width: 599px) {
  .hal-servicefavorites div[class$=module] {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hal-servicefavorites div[class$=module].favorite-service {
    line-height: 1.2em;
  }
  .hal-servicefavorites div[class$=module].favorite-service .hal-service-details {
    border-right: 0;
  }
  .hal-servicefavorites div[class$=module].favorite-service .hal-service-details {
    padding-left: 0;
    padding-right: 0;
  }
  .hal-servicefavorites div[class$=module].favorite-service .hal-service-actions {
    margin-bottom: 30px;
    padding: 0;
  }
  .hal-servicefavorites div[class$=module] .hal-service-picture,
  .hal-servicefavorites div[class$=module].favorite-service .hal-service-picture {
    background: none;
    min-height: inherit;
    max-height: inherit;
  }
  .hal-servicefavorites div[class$=module] .hal-service-picture .hal-picture,
  .hal-servicefavorites div[class$=module].favorite-service .hal-service-picture .hal-picture {
    width: 100%;
    height: 100%;
  }
  .hal-servicefavorites div[class$=module].favorite-service .hal-picture {
    margin-bottom: 5px;
  }
}
*[class^=servicefavorites]:not(:first-child) .hal-container-content {
  padding-top: 0;
}
.hal-servicefinder {
  background-color: #fff;
}
@media  (min-width: 1440px) {
  .hal-servicefinder {
    margin: 0 auto;
    max-width: 1130px;
  }
}
.hal-servicefinder .hal-page-container--xs {
  padding-bottom: 0;
}
.hal-servicefinder .hal-page-container--xs .hal-container-header {
  padding-bottom: 0;
}
@media  (max-width: 599px) {
  .hal-servicefinder .hal-page-container--xs .hal-h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .hal-servicefinder .hal-page-container--xs .hal-container-content {
    padding-bottom: 0;
  }
}
.hal-servicefinder-map {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  font-size: 0;
  background-color: white;
}
.hal-servicefinder-map .hal-maps {
  margin: 0 auto;
  padding: 0;
}
@media  (max-width: 599px) {
  .hal-servicefinder-map .hal-maps {
    display: block;
  }
}
.hal-servicefinder-map .hal-additional-maps {
  height: auto;
  max-height: none;
}
.hal-servicefinder-services {
  position: relative;
  background-color: #F0F2F5;
  min-height: 130px;
  max-width: 1130px;
}
@media  (max-width: 599px) {
  .hal-servicefinder-services {
    position: inherit;
    max-width: inherit;
    margin-bottom: 30px;
  }
}
@media  (max-width: 1439px) {
  .hal-servicefinder-services .hal-h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.hal-servicefinder-services-content {
  padding: 30px 20px;
  min-width: 150px;
}
.hal-servicefinder-services-content .hal-row {
  display: flex;
}
.hal-servicefinder-services-content .hal-column {
  flex: 50%;
}
.hal-servicefinder-services-content .hal-button {
  height: auto;
  line-height: inherit;
}
.hal-servicefinder-services-content .hal-reset-container {
  text-align: right;
}
@media  (min-width: 1440px) {
}
@media  (max-width: 1439px) {
}
@media  (max-width: 599px) {
}
@media  (min-width: 600px) {
  .hal-servicefinder-services-content {
    /*
        TODO remove

        position: absolute;
        top: 30px;
        bottom: 30px;
        left: 30px;
        z-index: 2;
        padding: 30px 20px;
        background-color: @white;
        */
  }
  .hal-servicefinder-services-content > ul > li {
    display: inline;
    list-style-type: none;
    white-space: nowrap;
  }
  .hal-servicefinder-services-content .hal-button {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
}
@media  (min-width: 600px) and  (max-width: 1439px) {
  .hal-servicefinder-services-content {
    left: 30px;
    right: 30px;
    bottom: auto;
    padding: 20px 20px 15px;
  }
  .hal-servicefinder-services-content .hal-button {
    left: auto;
    right: 20px;
    bottom: 25px;
  }
}
.hal-servicefinder-services .hal-list--plain li {
  padding-right: 15px;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  color: #999;
  display: inline-block;
}
@media  (min-width: 1024px) {
  .hal-servicefinder-services .hal-list--plain li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-servicefinder-services .hal-list--plain li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-servicefinder-services .hal-list--plain li.is-active {
  position: relative;
  padding-left: 10px;
}
.hal-servicefinder-services .hal-list--plain li.is-active:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%225%22%20height%3D%2210%22%20viewBox%3D%220%200%205%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2010L5%205L0%200L0%2010Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: -1px;
}
.hal-servicefinder-services .hal-list--plain li.is-active a {
  color: #333;
  font-weight: 600;
}
.hal-servicefinder-services .hal-list--plain li .icon-new-star-small {
  fill: #ff6600;
  margin: -5px 0 -7px 4px;
  height: 25px;
}
.hal-servicefinder-serviceinfo {
  z-index: 2;
  padding: 0 30px;
}
.hal-servicefinder-serviceinfo .hal-servicefinder-servicename {
  position: absolute;
  top: 33px;
  left: 60px;
  white-space: nowrap;
  z-index: 2;
}
@media  (max-width: 1439px) {
  .hal-servicefinder-serviceinfo .hal-servicefinder-servicename {
    display: none;
  }
}
.hal-servicefinder-serviceinfo .hal-servicefinder-direction {
  font-weight: 400;
}
.hal-servicefinder .hal-servicefinder-zoom {
  display: none;
  position: absolute;
  top: 33px;
  right: 60px;
  z-index: 2;
}
@media  (min-width: 1440px) {
  .hal-servicefinder .hal-servicefinder-zoom {
    display: block;
  }
}
.hal-servicefinder .hal-servicefinder-zoom svg:hover {
  cursor: pointer;
  filter: invert(39%) sepia(56%) saturate(2621%) hue-rotate(3deg) brightness(106%) contrast(102%);
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content {
  max-height: calc(100vh - 20px - 112px);
  max-width: 1660px;
  padding: 10px 30px 10px 30px;
  height: auto;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper .hal-container-content {
  padding: 0 30px 0;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper .hal-container-content .hal-servicefinder-services {
  height: 65px;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper .hal-container-content .hal-servicefinder-services .hal-servicefinder-services-content {
  padding: 0 20px;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper .hal-servicefinder-zoom {
  display: none;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper .hal-maps-wrapper {
  padding-top: 17px;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper .hal-maps-wrapper .hal-servicefinder-map {
  max-width: 1600px;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper .hal-maps-wrapper .hal-servicefinder-map .hal-maps {
  max-height: 800px;
  max-width: 1600px;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper .hal-maps-wrapper .hal-servicefinder-map .hal-maps .hal-map {
  max-height: 800px;
  max-width: 100%;
}
.hal-servicefinder .hal-servicefinder-lightbox .hal-lightbox-content .hal-services-wrapper .hal-maps-wrapper .hal-servicefinder-map .hal-maps .hal-map > svg {
  max-height: 800px;
}
.hal-servicefinder-serviceregion {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #999;
}
@media  (min-width: 1024px) {
  .hal-servicefinder-serviceregion {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-servicefinder-serviceregion {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-servicefinder-serviceregion {
    top: 485px;
  }
}
.hal-servicefinder-map--usflag .hal-servicefinder-serviceregion {
  display: none;
}
.hal-servicefinder-serviceregion li {
  display: inline-block;
  padding: 0;
}
.hal-servicefinder-serviceregion .hal-servicefinder-serviceregion--from {
  padding-left: 30px;
  width: 55.3%;
}
@media  (min-width: 1440px) {
  .hal-servicefinder-serviceregion .hal-servicefinder-serviceregion--from {
    padding-left: 90px;
  }
}
.hal-maps--full-view .hal-servicefinder-serviceregion .hal-servicefinder-serviceregion--to {
  display: none;
}
.hal-servicefinder-select .hal-container-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  background-color: #fff;
}
@media  (min-width: 600px) {
  .hal-servicefinder-select .hal-container-content .hal-select {
    display: inline-block;
    width: 50%;
  }
  .hal-servicefinder-select .hal-container-content .hal-select:first-child {
    padding-right: 10px;
  }
}
@media  (min-width: 1440px) {
  .hal-servicefinder-select .hal-container-content .hal-select {
    width: 30%;
  }
}
.hal-servicefinder-select .hal-container-content .hal-buttons .hal-button + .hal-button {
  margin-left: 10px;
}
@media  (max-width: 599px) {
  .hal-servicefinder-select .hal-container-content .hal-buttons .hal-button + .hal-button {
    display: none;
  }
}
@media  (max-width: 1439px) {
  .hal-servicefinder-select .hal-container-content .hal-buttons {
    margin-top: 15px;
  }
}
@media  (min-width: 1440px) {
  .hal-servicefinder-select .hal-container-content .hal-buttons {
    position: absolute;
    right: 30px;
    bottom: 10px;
  }
}
.hal-servicefinder-buttons .hal-container-content {
  padding: 30px 30px 30px;
}
@media  (max-width: 599px) {
  .hal-servicefinder-buttons .hal-container-content {
    padding: 0 10px;
  }
}
@media  (max-width: 599px) {
  .hal-servicefinder-buttons .hal-container-content {
    padding-top: 15px;
  }
}
@media  (min-width: 1440px) {
  .hal-servicefinder-buttons .hal-container-content {
    text-align: right;
  }
}
.hal-servicefinder-details .hal-container-content {
  padding-top: 30px;
  padding-bottom: 0;
}
.hal-servicefinder-details .hal-container-content .hal-h2 {
  position: relative;
  width: 60%;
}
@media  (max-width: 599px) {
  .hal-servicefinder-details .hal-container-content .hal-h2 {
    width: 90%;
  }
}
.hal-servicefinder-details .hal-container-content .hal-buttons {
  position: relative;
  float: right;
  width: 40%;
  text-align: right;
}
@media  (max-width: 599px) {
  .hal-servicefinder-details .hal-container-content .hal-buttons {
    width: 10%;
  }
}
.hal-servicefinder-details .hal-container-content .hal-buttons .hal-button {
  padding-left: 13px;
  padding-right: 20px;
}
@media  (max-width: 1023px) {
  .hal-servicefinder-details .hal-container-content .hal-buttons .hal-button {
    width: 1rem;
    font-size: 0;
  }
}
@media  (max-width: 599px) {
  .hal-servicefinder-details .hal-container-content .hal-buttons .hal-button > span {
    visibility: hidden;
  }
}
.hal-servicefinder-details .hal-container-content .hal-buttons .hal-button .icon-star-plus,
.hal-servicefinder-details .hal-container-content .icon-star-minus {
  width: 30px;
  height: 30px;
  margin: 0 13px 0 0;
}
@media  (max-width: 1023px) {
  .hal-servicefinder-details .hal-container-content .hal-buttons .hal-button .icon-star-plus,
  .hal-servicefinder-details .hal-container-content .icon-star-minus {
    margin: 0 13px 0 -11px;
  }
}
.hal-servicefinder-servicetable .hal-table {
  margin-bottom: 30px;
}
.hal-servicefinder-servicetable .hal-table th:first-child {
  border-right: 1px solid #333;
}
.hal-servicefinder-servicetable .hal-table .hal-table-header,
.hal-servicefinder-servicetable .hal-table .hal-table-row th,
.hal-servicefinder-servicetable .hal-table .hal-table-row td {
  padding: 15px 0 15px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  text-align: left;
}
@media  (min-width: 1024px) {
  .hal-servicefinder-servicetable .hal-table .hal-table-header,
  .hal-servicefinder-servicetable .hal-table .hal-table-row th,
  .hal-servicefinder-servicetable .hal-table .hal-table-row td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-servicefinder-servicetable .hal-table .hal-table-header,
  .hal-servicefinder-servicetable .hal-table .hal-table-row th,
  .hal-servicefinder-servicetable .hal-table .hal-table-row td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-servicefinder-servicetable .hal-table .hal-table-head th:first-child,
.hal-servicefinder-servicetable .hal-table .hal-table-row th:first-child {
  padding-right: 10px;
}
.hal-servicefinder-servicetable .hal-table .hal-tooltip:hover .hal-tooltip-layer {
  display: none;
}
@media  (max-width: 599px) {
  .hal-servicefinder-servicetable {
    display: none;
  }
}
.hal-servicefinder .hal-table--xxl th:first-child {
  width: 12%;
}
.hal-servicefinder .hal-table--xxl .hal-tooltip-item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hal-servicefinder .hal-table--xxl .hal-tooltip-layer {
  top: -1rem;
  left: 1.5rem;
  box-shadow: 0 1px 1px 0 #999;
  min-width: 0;
  white-space: nowrap;
}
.hal-servicefinder .hal-table--xxl .hal-tooltip:hover .hal-tooltip-layer {
  display: block;
}
.hal-servicefinder-servicetable--mobile {
  display: none;
  margin-bottom: 15px;
}
@media  (max-width: 599px) {
  .hal-servicefinder-servicetable--mobile {
    display: block;
  }
}
.hal-servicefinder-servicetable--mobile .hal-toggle {
  position: relative;
  margin-left: 20px;
}
.hal-servicefinder-servicetable--mobile .hal-toggle::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -16px;
  border-left: 3px solid #333;
}
.hal-servicefinder-servicetable--mobile .hal-toggle:last-child {
  border-bottom: 1px solid #999;
}
.hal-servicefinder-servicetable--mobile .hal-toggle-input-toggle {
  position: relative;
  margin: 0;
  padding: 20px 0;
}
.hal-servicefinder-servicetable--mobile .hal-toggle-input-toggle::before {
  position: absolute;
  right: 10px;
}
.hal-servicefinder-servicetable--mobile .hal-toggle-input-toggle-headline::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -19px;
  background-color: #333;
  border-radius: 4.5px;
  width: 9px;
  height: 9px;
}
.hal-servicefinder-servicetable--mobile .hal-toggle--inactive .hal-toggle-input-toggle {
  color: #333;
  cursor: default;
}
.hal-servicefinder-servicetable--mobile .hal-toggle--inactive .hal-toggle-input-toggle::before {
  display: none;
}
.hal-servicefinder-servicetable--mobile .hal-table {
  margin: 0 10px;
}
.hal-servicefinder-servicetable--mobile .hal-table-header,
.hal-servicefinder-servicetable--mobile .hal-table-row th,
.hal-servicefinder-servicetable--mobile .hal-table-row td {
  padding: 2px 0;
}
.hal-servicefinder-servicetable--mobile .hal-table th,
.hal-servicefinder-servicetable--mobile .hal-table td {
  width: 30%;
}
.hal-servicefinder-servicetable--mobile .hal-table th:first-of-type,
.hal-servicefinder-servicetable--mobile .hal-table td:first-of-type {
  width: 40%;
}
.hal-servicefinder-servicetable--mobile .hal-table-head tr {
  border: 0;
}
.hal-servicefinder-servicetable--mobile .hal-table-row {
  background: none;
}
.hal-servicefinder-favorite-dialog-wrapper {
  position: absolute;
  width: 100%;
  height: 95%;
  background-color: rgba(229, 229, 229, 0.7);
  z-index: 9958;
}
.hal-servicefinder-favorite-dialog-content {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 30em;
  padding: 20px 0;
  text-align: center;
  border: 1px solid rgba(102, 102, 102, 0.15);
  background-color: #fff;
  box-shadow: 0px 0px 10em 100px #f2f2f2;
  transform: translateX(-50%) translateY(-50%);
}
@media  (max-width: 599px) {
  .hal-servicefinder-favorite-dialog-content {
    top: 20%;
  }
}
.hal-servicefinder-favorite-dialog-text {
  width: 75%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04rem;
  border-bottom: 1px solid #ededed;
}
.hal-servicefinder .hal-findschedules {
  display: inline-block;
  width: 100%;
}
.hal-servicefinder .hal-findschedules .hal-input:not(:disabled),
.hal-servicefinder .hal-findschedules .hal-select-field:not(:disabled) {
  background-color: white;
}
.hal-servicefinder .hal-findschedules .hal-select-field:hover {
  border: 1px solid #999;
}
.hal-servicefinder .hal-findschedules-table {
  background-color: #f0f0f0;
  padding: 1rem 1rem 1rem 0rem;
}
@media  (max-width: 599px) {
  .hal-servicefinder .hal-findschedules-table {
    padding: 1rem 0.5rem;
  }
}
.hal-servicefinder .hal-findschedules-table .hal-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
@media  (max-width: 1439px) {
  .hal-servicefinder .hal-findschedules-table .hal-table {
    table-layout: auto;
  }
}
.hal-servicefinder .hal-findschedules-table .hal-tr {
  display: table-row;
}
.hal-servicefinder .hal-findschedules-table .hal-td {
  display: table-cell;
  padding: 1rem;
  vertical-align: top;
}
@media  (max-width: 1023px) {
  .hal-servicefinder .hal-findschedules-table .hal-td {
    display: block;
  }
}
.hal-servicefinder .hal-findschedules-table .hal-td .hal-input-area {
  min-width: 30rem;
  padding: 0rem;
}
@media  (max-width: 599px) {
  .hal-servicefinder .hal-findschedules-table .hal-td .hal-input-area {
    min-width: 45rem;
  }
}
@media  (max-width: 599px) {
  .hal-servicefinder .hal-findschedules-table .hal-td .hal-input-area {
    min-width: 30rem;
  }
}
.hal-servicefinder .hal-findschedules-table .hal-td .hal-input-area .hal-td {
  padding: 0 0 0 0;
  display: table-cell;
}
.hal-servicefinder .hal-findschedules-table .hal-td .hal-input-area .hal-td:first-child {
  width: 12%;
  min-width: 5rem;
  padding: 1rem 0 0 0;
}
.hal-servicefinder .hal-findschedules-table .hal-td .hal-input-area .hal-td:not(:first-child) {
  padding: 1rem 0 1rem 0;
}
.hal-servicefinder .hal-findschedules-table .hal-td .hal-input-area .hal-tr:first-child .hal-td {
  padding: 0 0 1rem 0;
}
.hal-servicefinder .hal-findschedules-table .hal-td .hal-select-label {
  display: flex;
}
@media  (max-width: 599px) {
  .hal-servicefinder .hal-findschedules-table .hal-td .hal-select .hal-label--pre {
    min-width: 5rem;
  }
}
.hal-servicefinder .hal-findschedules-table .hal-td .hal-select span {
  float: left;
}
.hal-servicefinder .hal-findschedules-table .hal-td .hal-select-labeltext {
  padding: 1rem 1rem 0 0;
}
.hal-servicefinder .hal-findschedules-table .hal-td .hal-select-field {
  width: 6rem;
  margin: 0 1rem 0 0;
  font-weight: normal;
}
.hal-servicefinder .hal-findschedules-table .hal-td:first-child {
  width: 45%;
  padding: 1rem 1rem 0 1rem;
}
.hal-servicefinder .hal-findschedules-table .hal-label--pre {
  padding: 1rem 1rem 0 0;
}
@media  (max-width: 1023px) {
  .hal-servicefinder .hal-findschedules-table {
    display: block;
  }
}
.hal-servicefinder .hal-findschedules .hal-quick-access-departs {
  min-width: 15rem;
  max-width: 35rem;
  display: flex;
}
@media  (max-width: 599px) {
  .hal-servicefinder .hal-findschedules .hal-quick-access-departs {
    max-width: 45rem;
  }
}
@media  (max-width: 599px) {
  .hal-servicefinder .hal-findschedules .hal-quick-access-departs {
    max-width: 30rem;
  }
}
.hal-servicefinder .hal-findschedules .hal-quick-access-departs .hal-input {
  width: 100%;
}
.hal-servicefinder .hal-findschedules .hal-quick-access-departs .hal-label--pre {
  display: none;
}
@media  (max-width: 1023px) {
  .hal-servicefinder .hal-findschedules .hal-quick-access-departs .hal-label--pre {
    display: block;
    padding: 1rem 1rem 0 0;
  }
}
.hal-servicefinder .hal-findschedules .hal-quick-access-departs .hal-input-departs {
  width: 70%;
}
.hal-servicefinder .hal-findschedules .DayPicker {
  margin: 5px 0 0 0;
}
.hal-servicefinder .hal-findschedules .hal-button {
  margin: 1rem 0;
  float: right;
}
.hal-servicefinder .hal-findschedules::after {
  clear: both;
}
.hal-servicefinder *[dir="rtl"] .hal-navigation-tab-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
@media  (min-width: 1024px) {
  .hal-servicefinder *[dir="rtl"] .hal-navigation-tab-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
@media  (min-width: 1440px) {
  .hal-servicefinder *[dir="rtl"] .hal-navigation-tab-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}
.hal-metainformation {
  margin-top: 15px;
  margin-bottom: 60px;
}
.hal-metainformation-details {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.09090909;
  color: #999;
}
@media  (min-width: 1024px) {
  .hal-metainformation-details {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
@media  (min-width: 1440px) {
  .hal-metainformation-details {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
  }
}
.hal-metainformation-details dd,
.hal-metainformation-details dt,
.hal-metainformation-details {
  margin: 0;
  padding: 0;
}
.hal-metainformation-details dd,
.hal-metainformation-details dt {
  display: inline-block;
  float: left;
  padding-bottom: 8px;
}
.hal-metainformation-details dt {
  margin-right: 30px;
  width: 55px;
  clear: both;
}
.hal-metainformation-details dt:after {
  content: ":";
}
.hal-metainformation-details[dir="rtl"] dt,
.hal-metainformation-details[dir="rtl"] dd {
  float: right;
}
.hal-metainformation-details[dir="rtl"] dt {
  margin-right: 0;
  margin-left: 30px;
}
.hal-metainformation-links {
  clear: both;
  padding-top: 10px;
}
.hal-olb-fis table tr:not(:last-of-type),
.hal-olb-fis .hal-table-row:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.hal-olb-fis table tr td,
.hal-olb-fis .hal-table-row td {
  height: 50px;
}
.hal-olb-fis table tr td label[for],
.hal-olb-fis .hal-table-row td label[for],
.hal-olb-fis table tr td:first-of-type,
.hal-olb-fis .hal-table-row td:first-of-type {
  font-weight: 700;
}
.hal-olb-fis table tr td span,
.hal-olb-fis .hal-table-row td span {
  margin-left: 20px;
  font-weight: 300;
}

/**
 * ===============================
 * HAL Login Box
 * ===============================
 */
.hal-login {
  border: 1px solid #f60;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 10px;
  position: initial;
  z-index: 5;
}
.hal-navigation[dir="rtl"] .hal-login {
  left: 0;
}
.hal-login:hover {
  background-color: #f60;
  cursor: pointer;
}
.hal-login .hal-login-toggle-open {
  top: .1rem;
}
.hal-login .hal-login-toggle-open > a,
.hal-login .hal-login-toggle-open .icon-login,
.hal-login .hal-login-toggle-open .icon-login-active {
  color: #f60;
}
.hal-login:hover .hal-login-toggle-open,
.hal-login:hover .hal-login-toggle-open > a,
.hal-login:hover .hal-login-toggle-open .icon-login,
.hal-login:hover .hal-login-toggle-open .icon-login-active {
  color: #fff;
}
.hal-login .hal-login-toggle-open .icon-login,
.hal-login .hal-login-toggle-open .icon-login-active {
  bottom: -.2rem;
  position: relative;
}
.hal-login .hal-login-toggle-open > a {
  font-size: inherit;
  font-weight: 300;
  line-height: normal;
}
.hal-login .hal-login-toggle-open > a.hal-login-tal-offline,
.hal-login .hal-login-toggle-open > a.hal-login-tal-offline + svg {
  display: none;
}
/* The Modal (background) */
.hal-login-box {
  background-color: #F0F2F5; /* Fallback color */
  border: none;
  direction: ltr;
  display: none; /* Hidden by default */
  height: 100%; /* Full height */
  left: 0;
  overflow: auto; /* Enable scroll if needed */
  padding-top: 100px; /* Location of the box */
  position: fixed; /* Stay in place */
  top: 0;
  width: 100%; /* Full width */
  z-index: 500; /* Sit on top */
}
@media screen and (min-width: 768px) {
  .hal-login-box {
	  top: 56px;
    width: 100%;
  }
  .hal-page-header-expanded .hal-login-box {
	  left: 120px;
	  top: 112px;
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1024px) {
  .hal-login-box {
	  left: 256px;
	  top: 112px;
    width: calc(100% - 256px);
  }
}
/* Modal Content */
.hal-login-box .hal-login-box-content-wrapper {
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
}
.genericportlet .hal-login-box-content-wrapper {
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap:wrap;
}
@media screen and (max-width: 767px) {
  .genericportlet .hal-login-box-content-wrapper {
	display: initial;
  }
}
.hal-login-box .hal-login-box-content {
  background-color: #FFFFFF;
  cursor: default;
  margin: auto;
  position: relative;
  width: 560px;
  height: 641px;
  display: inline-block;
}
.genericportlet .hal-login-box-content {
  background-color: #FFFFFF;
  cursor: default;
  margin: auto;
  position: relative;
  width: 100%;
  min-height: initial;
  display: inline-block;
}
.hal-module--grey .genericportlet .hal-login-box-content {
    background-color: #f0f2f5;
}
@media screen and (max-width: 767px) {
  .genericportlet .hal-login-box-content {
	width: 100% !important;
  }
}
.hal-login-box-content-left {
  padding-bottom: 16px;
  min-width: 535px;
}
@media screen and (max-width: 767px) {
  .hal-login-box-content-left {
	min-width: auto;
  }
}
.genericportlet .hal-login-box-content-left > header,
.genericportlet .hal-login-box-content-left > footer {
	display: none;
}
.hal-login-box-content-left > header {
  margin: 79px 72px 0 56px;
}
.hal-login-box-content > header > h3 {
  font-size: 22px;
  font-weight: 400;
}
.hal-login-box-content > .hal-h2:not([dir="rtl"]) {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222222;
}
.hal-login-box-content > div {
  position: relative;
}
.hal-login-box-content > div .hal-button:not([dir="ltr"]):not(.hal-rtl--alt),
.hal-login-box-content > div .hal-button:not(.hal-rtl--alt) {
  font-size: 1.4rem;
  line-height: 4rem;
}
.hal-login-box-content > div .hal-link:not([dir="ltr"]) {
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.hal-login-box-content > footer {
  background-color: #e5e5e5;
  bottom: 0;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.hal-login-box-body {
  margin: 0 72px 0 56px;
}
.genericportlet .hal-login-box-body {
  margin: initial;
}
@media screen and (max-width: 480px) {
	.hal-login-box .hal-login-box-close-icon {
		margin-right: 60px;
	}
}
.genericportlet .hal-login-box-close-icon {
  display: none;
}
.hal-login-box .olbForm td,
#loginReq_f td,
.genericportlet #login_f td {
  height: 0;
}
/* placeholder="User ID" */
/* placeholder="Password" */
/* added to .hal-input class */
.hal-login-box .olbForm .hal-olb-input {
  background-color: #F0F2F5;
  border: none;
  border-bottom: 1px solid #757575;
  border-radius: 4px 4px 0px 0px;
  box-sizing: border-box;
  color: #111565;
  display: inline-block;
  font-family: Inter,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.8rem;
  height: 48px;
  line-height: 4rem;
  margin: 16px 0 0;
  padding: 0;
  transition: border-color 0.1s, box-shadow 0.1s;
  vertical-align: middle;
  width: 432px;
  -webkit-appearance: none;
}
#loginReq_f .hal-olb-input,
.genericportlet #login_f .hal-olb-input {
  background-color: #F0F2F5;
  border: none;
  border-bottom: 1px solid #757575;
  border-radius: 4px 4px 0px 0px;
  box-sizing: border-box;
  color: #111565;
  display: inline-block;
  font-family: Inter,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.8rem;
  height: 48px;
  line-height: 4rem;
  margin: 16px 0 0;
  padding: 0;
  transition: border-color 0.1s, box-shadow 0.1s;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
}
.hal-login-box .olbForm .hal-olb-input:focus,
#loginReq_f .hal-olb-input:focus,
.genericportlet #login_f .hal-olb-input:focus {
  border: none;
  border-bottom: 1px solid #ff6b05;
  outline: none;
}
.hal-login-box .olbForm .hal-olb-link:hover,
#loginReq_f .hal-olb-link:hover,
.genericportlet #login_f .hal-olb-link:hover {
  color: #a34100;
}

/* Generic portlet displays login box*/
.hal-page.page-online-business .hal-page-body .genericportlet .hal-login-box-content-wrapper.hal-login-box--displayed {
	max-width: 1130px;
}
.genericportlet .hal-login-box-content-wrapper.hal-login-box--displayed .hal-login-box-body {
	margin: 0px 72px 0px 56px;
}
.genericportlet .hal-login-box-content-wrapper.hal-login-box--displayed footer,
.genericportlet .hal-login-box-content-wrapper.hal-login-box--displayed header {
	display: block;
}
.genericportlet .hal-login-box-content-wrapper.hal-login-box--displayed .hal-login-box-content-left {
	width: 50%;
	min-height: 641px;
}


/* Modal dialog*/
.hal-login .modal,
.hal-login .modal * {
  box-sizing: border-box;
  moz-box-size: border-box;
  transition: all .2s ease-in-out;
}
.hal-login .modal:checked+.modal {
  opacity: 1;
  pointer-events: all;
}
.hal-login .modal {
  position: fixed;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 500;
}
.hal-login .modal > div {
  z-index: 700
}
.hal-login .modal:checked+.modal > div {
  animation-duration: 0.4s;
  animation-name: animatetop;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
}
.hal-login .modal .close:after {
  content: '×';
  cursor: pointer;
  display: block;
  font-size: 4rem;
  height: 2rem;
  line-height: 2rem;
  padding: 9px 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 800;
}
.hal-login .modal .close:hover:after {
  color: #f60;
}
.hal-login .modal .overlay {
  background: rgba(0,0,0,.5);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
.hal-login > .hal-login-details,
.hal-login > .hal-login-details-toggle-state {
  display: none;
}
.hal-login > .hal-login-details {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  color: #000;
  font-size: 1.4rem;
  min-width: calc(100% + 70px);
  position: absolute;
  right: -1px;
  top: 45px;
}
.hal-navigation[dir="rtl"] .hal-login > .hal-login-details {
  direction: ltr;
  left: -1px;
  right: auto;
  text-align: right;
}
.hal-login > .hal-login-details::before {
  background: #fff;
  box-shadow: inset 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  content: "";
  height: 10px;
  margin-left: -7px;
  margin-top: 18px;
  position: absolute;
  right: 12px;
  top: -25px;
  transform: rotate(45deg);
  width: 10px;
  z-index: 1;
}
.hal-navigation[dir="rtl"] .hal-login > .hal-login-details::before {
  left: 18px;
  right: auto;
}
.hal-login > .hal-login-details-toggle-state:checked + .hal-login-details {
  display: block;
}
.hal-login > .hal-login-details > li {
  padding: 8px;
}
.hal-login > .hal-login-details > li:last-child {
  background-color: #e5e5e5;
}
.hal-login > .hal-login-details > li > p {
  font-size: 1.4rem;
  margin: 0;
  white-space: nowrap;
}
.hal-login > .hal-login-details > li > a {
  color: #f60;
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
}
.hal-login > .hal-login-details > li > a:hover {
  color: #a34100;
}
.hal-login > .hal-login-details > li:last-child > a {
  font-size: 1.4rem;
}
.hal-login-box .olbForm th,
.hal-login-box .olbForm td,
#loginReq_f th,
#loginReq_f td,
.genericportlet #login_f th,
.genericportlet #login_f td {
  padding: 0;
}
.hal-login-box > div,
.genericportlet > div {
  position: relative;
}
.hal-login-box .olbForm span.error,
#loginReq_f span.error,
.genericportlet #login_f span.error {
  color: red;
  font-size: 14px;
}
.hal-login-box .olbForm .hal-olb-title,
#loginReq_f .hal-olb-title,
.genericportlet #login_f .hal-olb-title {
  display: none;
}
.hal-login-box .olbForm .hal-olb-label {
  bottom: 14px;
  color: #65798B;
  position: absolute;
  pointer-events: none;
  left: 12px;
  transition: 0.2s ease all;
  white-space: nowrap;
  -webkit-transition: 0.2s ease all;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
}
#loginReq_f .hal-olb-label,
.genericportlet #login_f .hal-olb-label {
  color: #65798B;
  position: absolute;
  pointer-events: none;
  left: 12px;
  transition: 0.2s ease all;
  white-space: nowrap;
  -webkit-transition: 0.2s ease all;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.hal-login-box .olbForm .hal-olb-label.focus,
.hal-login-box .olbForm .hal-olb-label.used {
  bottom: 43px;
  left: 0;
  font-size: 1.2rem;
}
/* added to .hal-button class */
.hal-login-box .olbForm .hal-olb-button {
  position: absolute;
  left: 0;
  top: 144px;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  display: block;
  margin:0px;
}
/**
* HLOLBButton
*/
.hal-olb-button {
  background-color: #f60;
  border: 1px solid #f60;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  height: 4rem;
  line-height: 4rem;
  margin: 0;
  padding: 0 2rem;
  text-decoration: none;
  transition: background-color .3s,color .3s;
}
.hal-olb-button:focus,
.hal-olb-button:hover,
.spinner {
  background-color: #fff !important;
  border-color: #f60;
  color: #f60;
}
.spinner {
  color: #f60;
  opacity: .7;
  position: relative;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner:after {
  animation: spinner .6s linear infinite;
  content: '';
  border-radius: 50%;
  border-right: 2px solid transparent;
  border-top: 2px solid #fa8e00;
  box-sizing: border-box;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.hal-olb-button:disabled,
.hal-olb-button:disabled:hover {
  background-color: #e7520066 !important;
  border-color: #fff;
  cursor: default;
  color: #fff;
}
.spinner:disabled,
.spinner:disabled:hover {
  background-color: #fff !important;
  border-color: #f60;
  cursor: default;
  color: #f60;
}
/* added to .hal-link class */
.hal-login-box .olbForm .hal-olb-link,
#loginReq_f .hal-olb-link,
.genericportlet #login_f .hal-olb-link {
  bottom: 25px;
  position: absolute;
  font-weight: 500;
  line-height: 21px !important;
  text-decoration-line: underline;
  color: #FF6600;
  text-align: center;
  width: 100%;
}
.hal-login-box .olbForm > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td:first-child,
.hal-login-box .olbForm > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td:first-child {
  position: relative;
}
.hal-login-box .olbForm > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:last-child > td {
  padding-bottom: 237px;
}
.hal-login-box .olbForm > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(3) > td > .hal-olb-link {
  bottom: 122px;
  text-align: left;
}
.hal-login-box .olbForm > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(4) > td > .hal-olb-link {
  bottom: 27px;
  border-top: 1px solid #CCD6DF;
  padding-top: 22px;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > label,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > label {
  display: none;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > button,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > button {
  background-color: transparent !important;
  color: #FF6600;
  border: none;
  width: 100%;
  font-weight: 400;
  text-decoration: underline;  
  border-top: 1px solid #CCD6DF;
  padding-top: 22px;
  position: relative;
  bottom: 10px;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(1) > button,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(1) > button {
  position: relative;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 48px;
  border-radius: 2px;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > div,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > div {
  display: none;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(3) > button,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(3) > button {
  left: 0;
  bottom: 0;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > label,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > label {
  top: 27px;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > .hal-olb-label.focus,
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > .hal-olb-label.used,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > .hal-olb-label.focus,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > .hal-olb-label.used {
  top: -4px;
  left: 0;
  font-size: 1.2rem;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > label,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > label {
  top: 91px;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > .hal-olb-label.focus,
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > .hal-olb-label.used,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > .hal-olb-label.focus,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td> table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > .hal-olb-label.used {
  top: 60px;
  left: 0;
  font-size: 1.2rem;
}
#loginReq_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > input,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > input {
  margin-bottom: 16px;
}
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td:nth-child(1) {
  display: inline-block;
  margin-top: -5px;
}
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td:nth-child(2) > label {
  display: block;
  font-size: 1.4rem;
  margin: -5px 5px 0 12px;
  white-space: normal;
  color: #14171A;
}
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(3) > td > table > tbody > tr > td:nth-child(1) {
  display: inline-block;
  margin-top: 35px;
}
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(3) > td > table > tbody > tr > td:nth-child(2) > label {
  display: block;
  font-size: 1.4rem;
  margin: 17px 5px 0 12px;
  white-space: normal;
  color: #14171A;
}
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td:nth-child(2) > label > a,
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(3) > td > table > tbody > tr > td:nth-child(2) > label > a {
  font-size: 1.4rem;
  pointer-events: all;
}
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-last-child(1) > td > table > tbody > tr > td:nth-child(1) {
  display: table-cell;
}
.genericportlet #login_f > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-last-child(1) > td > table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(2) > td > button {
  margin-top: 30px;
}
#loginReq_f table,
.genericportlet #login_f table {
  width: 100%;
}
.hal-navigation-headline > a > svg {
  margin-left: 2px;
  margin-right: 8px;
  vertical-align: text-bottom;
}
.hal-navigation-box > ul .hal-navigation-item > a > svg {
  margin-left: -3px;
  margin-right: 4px;
}
.hal-navigation-search {
  z-index: 3;
}
.hal-navigation-search .hal-search-button {
  cursor: pointer;
}
.hal-navigation-toggle-state--links:checked ~ .hal-navigation-search {
  display: block;
}

@media (max-width: 767px) {
  .hal-navigation-links {
    display: block;
    margin-top: 0;
    padding-top: 60px;
    visibility: hidden;
  }
  .hal-navigation-toggle-state--links:checked ~ .hal-navigation-links {
    visibility: visible;
  }
  .hal-navigation-search {
    background-color: #fff;
    padding-top: 10px;
    position: static;
  }
  .hal-navigation-search .hal-search-button {
    position: static;
  }
  .hal-navigation[dir="rtl"] .hal-navigation-links-toggle {
    left: auto;
    right: 0;
  }
  .hal-navigation[dir="rtl"] .hal-navigation-links {
    text-align: right;
  }
  .hal-navigation[dir="rtl"] .hal-login {
    left: 1rem;
  }
  .hal-navigation[dir="rtl"] .hal-navigation-search .hal-search-button {
    left: 1.8rem;
    margin: 0 -40px 0 0;
  }
  .hal-navigation[dir="rtl"] .hal-navigation-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hal-navigation[dir="rtl"] .hal-navigation-list--meta > ul > .hal-navigation-item.hal-navigation-lang > ul {
    direction: ltr;
  }
  .hal-navigation-list--main {
    padding: 10px 20px 10px 20px;
  }
  .hal-login {
    position: fixed;
    right: 10px;
    top: 16px;
    visibility: visible;
  }
  .hal-login-box {
    padding-top: 60px;
    margin-top: 56px;
  }
  
  .hal-login-box .olbForm .hal-olb-input {
  	width: 470px;
  }
  
  .hal-login-box .hal-login-box-content-left > header {
    margin: 45px 45px 0 45px;
  }
  .hal-login-box .hal-login-box-body {
    margin: 0 45px 0 45px;
  }
  
  .hal-login > .hal-login-details {
    min-width: calc(100% + 120px);
    text-align: right;
    top: 43px;
  }
}

@media (max-width: 480px) {
  .hal-login-box .hal-login-box-content-left {
  	width: 390px;
  }
  .hal-login-box .hal-login-box-content-left > header {
    margin: 30px 30px 0 30px;
  }
  .hal-login-box .hal-login-box-body {
    margin: 0 30px 0 30px;
  }
  .hal-login-box .olbForm .hal-olb-input {
  	width: 330px;
  }
}

@media (min-width: 768px) {
  .hal-login {
    position: relative;
    right: -1px;
    top: 7px;
  }
  .hal-login-show {
  	float: right;
    top: 36px;
  }
  .hal-navigation-search {
    right: 30px;
    top: 100px;
  }
  .hal-navigation[dir="rtl"] .hal-navigation-search {
    left: 30px;
    right: auto;
  }
  .hal-navigation-meta .hal-navigation-list > ul {
    margin-right: 0;
  }
  .hal-navigation[dir="rtl"] .hal-navigation-meta .hal-navigation-list > ul {
    margin-left: 0;
  }
}

.hal-login-hide {
	opacity: 0;
}

@media (min-width: 1024px) {
  .hal-navigation-meta .hal-navigation-list > ul {
    margin-right: 0;
  }
  .hal-navigation[dir="rtl"] .hal-navigation-meta .hal-navigation-list > ul {
    margin-left: 0;
    margin-right: 0;
  }
}

/**
* ===============================
* HAL Office Finder
* ===============================
*/
#hal-base-svg,
#hal-base-svg > svg {
  height: 0;
  width: 0;
}

@media (min-width: 768px) {
  .hal-navigation[dir="rtl"] .hal-navigation-meta .hal-navigation-list > ul .hal-navigation-item {
    border: 0;
  }
  .hal-navigation[dir="rtl"] .hal-navigation-meta .hal-navigation-list > ul > .hal-navigation-item {
    border-left: 0;
    border-right: 1px solid #e5e5e5;
  }
}

/**
* ===============================
* PRINT STYLES
* ===============================
*/
@media print {
  .hal-page-header > .hal-navigation {
    visibility: hidden;
  }
  .hal-logo {
    left: 0;
    position: static;
    top: 0;
  }
  .hal-page-body {
    padding: 0;
  }
  .hal-page-margin--aside {
    display: none;
  }
  .hal-page-margin--main {
    width: auto;
  }
}

#shipping_instruction_online_f #search-stripe > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > div > .inputCombo {
  width: 24rem;
}
#rate_of_exchange_f #search-stripe > table > tbody > tr > td > div > table > tbody > tr > td > table > tbody > tr > td > div > table > tbody > tr > td > table > tbody > tr > td > div > .multiColList {
  width: 36rem;
}
/**
* ===============================
* HAL Knowledge Article
* ===============================
*/
.hal-knowledge-article img {
  max-width: 100%;
  display: inline;
  vertical-align: middle;
}
.hal-knowledge-article img + span {
  margin-left: 16px;
}
