@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
  Sets the object-fit and can set the object-position to honor variable --focusX and --focusY, if they are defined
*/
/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
svg,
svg use {
  box-sizing: content-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  padding: 0;
}
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0;
}
p {
  margin: 0;
}
label {
  font-size: inherit;
}
input::-ms-clear {
  display: none;
}
input:not([type=checkbox]),
label,
textarea {
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
}
input:not([type=checkbox]):invalid,
label:invalid,
textarea:invalid {
  outline: 0;
  box-shadow: none;
}
figure {
  margin: 0;
}
[data-hu-type=svg] {
  display: inline-block;
  position: relative;
}
[data-hu-type=svg] > canvas {
  visibility: hidden;
  display: block;
  width: inherit;
  height: inherit;
}
[data-hu-type=svg] > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@page {
  margin: 1.5cm;
}
@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    transition-duration: 0.1ms !important;
    transition-delay: 0.1ms !important;
    animation-duration: 0.1ms !important;
    animation-delay: 0.1ms !important;
  }
}
.hu-block {
  position: relative;
  text-align: justify;
}
.hu-block--slide:not(:first-child) {
  display: none;
}
.hu-block + .hu-block {
  margin-top: 12mm;
}
.hu-block__bg {
  display: none;
}
.hu-button {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.05rem;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  padding: 2mm 4mm;
  text-align: center;
}
.hu-button::before {
  content: " ";
  display: block;
  margin-left: -1px;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  width: 1px;
  z-index: 1;
}
.hu-button__label, .hu-button__icon, .hu-button__icon svg {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
}
.hu-button__label {
  flex-grow: 1;
}
.hu-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.hu-button__icon figure,
.hu-button__icon span[data-hu-type=svg] {
  width: inherit;
  height: inherit;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
}
.hu-button__label + .hu-button__icon, .hu-button__icon + .hu-button__label {
  margin-left: 2mm;
}
.hu-button:disabled, .hu-button.hu-js-disabled {
  background-color: #f5f5f6;
  color: #000000;
  cursor: default;
  pointer-events: none;
}
.hu-block--slide .hu-button {
  -moz-user-select: none;
       user-select: none;
}
.hu-button--menuToggler, .hu-button--closeMenuToggler {
  display: none;
}
.hu-button--collapsableToggler {
  font-family: Roboto Mono, monospace;
  font-size: 12pt;
  line-height: 1.5;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.05rem;
  border: 0;
  padding: 1rem 0;
  text-align: left;
  width: 100%;
}
.hu-button--default {
  transition: color 0.2s  , background-color 0.2s  , border-color 0.2s  ;
  background-color: transparent;
  border: 1px solid #0200ff;
  color: #0200ff;
  min-width: 40mm;
  padding: 1rem 4mm 0.9rem 4mm;
  position: relative;
  width: auto;
}
.hu-video__privacyCover .hu-button--default {
  border-color: #ffffff;
  color: #ffffff;
  margin-top: 4mm;
}
html:not(.mobile) .hu-video__privacyCover .hu-button--default:not(:disabled):hover, .hu-video__privacyCover .hu-button--default:not(:disabled):active {
  border-color: #0200ff;
}
.hu-button--link {
  color: #00376c;
  text-decoration: underline;
  text-decoration-color: #cfcfd1;
  text-underline-offset: 0.3em;
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  padding: 0;
  text-align: left;
}
.hu-form .hu-button {
  margin-bottom: 4mm;
  margin-left: 0;
  margin-top: 4mm;
}
.hu-form > .hu-button:first-child {
  margin-top: 0;
}
.hu-form__actions > .hu-button {
  margin-left: 4mm;
  margin-top: 0;
}
.hu-button--collapsableToggler .hu-button__icon {
  transition: transform 0.4s  ;
  border-color: #0200ff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 1.1rem;
  line-height: 0;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
  transform: rotate(45deg);
  transform-origin: 0.7rem 0.7rem;
  width: 1.1rem;
}
.hu-button--collapsableToggler.hu-js-toggled .hu-button__icon {
  transform: rotate(-135deg);
}
.hu-button__label {
  flex-shrink: 1;
}
.hu-button--default .hu-button__label {
  position: relative;
  z-index: 1;
}
.hu-body {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: normal;
  font-style: normal;
  font-family: Scala, serif;
}
.hu-cover__description {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: bold;
  font-style: normal;
}
* + .hu-cover__description {
  margin-top: 16mm;
}
.hu-cover__img {
  margin-top: 8mm;
  position: relative;
  z-index: 1;
}
.hu-cover__info {
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
}
.hu-cover--withImg * + .hu-cover__info {
  margin-top: 16mm;
}
.hu-cover__title {
  font-size: 24pt;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  position: relative;
  z-index: 2;
}
.hu-figure {
  display: block;
  max-width: 12cm;
  width: 100%;
}
.hu-figure--logosListLogo {
  max-width: 6cm;
}
.hu-figure__caption {
  font-size: 11pt;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  margin-top: 4mm;
}
.hu-header {
  margin-bottom: 10mm;
}
.hu-header__parentLink {
  background-color: #ffffff;
  display: inline-block;
  padding-left: 4mm;
  position: relative;
  z-index: 2;
}
.hu-header__homeLink {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: normal;
  font-style: normal;
  background-color: #ffffff;
  color: #00376c;
  display: block;
  left: 0;
  padding-right: 4mm;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.hu-header__homeLinks {
  display: block;
  position: relative;
  text-align: right;
}
.hu-header__homeLinks::after {
  border-top: 1px solid #00376c;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.hu-header__menu {
  display: none;
}
.hu-html {
  background-color: #ffffff;
  font-size: 62.5%;
}
.hu-image {
  height: auto;
  max-width: 12cm;
}
.hu-imageWrapper .hu-image {
  height: auto;
  width: 100%;
}
.hu-imageWrapper {
  display: block;
  max-width: 100%;
  position: relative;
}
.hu-layout {
  position: relative;
}
.hu-layout + .hu-layout {
  margin-top: 12mm;
}
.hu-sideMenu {
  display: none;
}
.hu-annotations {
  display: none;
}
.hu-footer {
  display: none;
}
.hu-galleryModal {
  display: none;
}
.hu-preview {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: normal;
  font-style: normal;
  position: relative;
}
.hu-preview + .hu-preview {
  margin-top: 8mm;
}
.hu-preview__category {
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
}
.hu-block--eventsList .hu-preview__category {
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 2;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  display: inline;
}
* + .hu-block--eventsList .hu-preview__category::before {
  content: "● ";
}
.hu-preview__contactRole {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
}
.hu-preview__contactAddress {
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 2;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  display: inline;
}
.hu-preview__contactAddressPart {
  display: inline;
}
.hu-preview__contactAddressPart a {
  color: #00376c;
  text-decoration: underline;
  text-decoration-color: #cfcfd1;
  text-underline-offset: 0.3em;
}
.hu-preview__contactAddressPart + .hu-preview__contactAddressPart::before {
  content: "● ";
}
.hu-preview__contactLink {
  color: #00376c;
  text-decoration: underline;
  text-decoration-color: #cfcfd1;
  text-underline-offset: 0.3em;
  display: inline;
}
.hu-preview__contactLinkItem {
  display: inline;
}
.hu-preview__contactAddress + .hu-preview__contactLinks > .hu-preview__contactLinkItem:first-child::before, .hu-preview__contactLinkItem + .hu-preview__contactLinkItem::before {
  content: "● ";
}
.hu-preview__contactLinks {
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 2;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  display: inline;
}
.hu-preview__content {
  position: relative;
}
.hu-preview--withFigure .hu-preview__content {
  padding-top: 4mm;
}
.hu-block--contactsList .hu-preview--withFigure .hu-preview__content, .hu-block--eventsList .hu-preview--withFigure .hu-preview__content {
  border-top: 1px solid #74747e;
  padding-top: 4mm;
  padding-top: 2mm;
  position: relative;
}
.hu-block--contactsList .hu-preview--withoutFigure .hu-preview__content, .hu-block--eventsList .hu-preview--withoutFigure .hu-preview__content {
  border-top: 1px solid #74747e;
  padding-top: 2mm;
}
.hu-block--tilesList .hu-preview--withoutFigure .hu-preview__content {
  padding: 0;
}
.hu-block--contactsList .hu-preview__content, .hu-block--eventsList .hu-preview__content {
  display: block;
}
.hu-block--tilesList .hu-preview--contact .hu-preview__content, .hu-block--tilesList .hu-preview--event .hu-preview__content {
  display: block;
}
.hu-block--tilesList .hu-preview__cta {
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.05rem;
  border: 1px solid currentColor;
  color: #0200ff;
  display: inline-block;
  padding: 1rem 4mm 0.9rem 4mm;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.hu-block--tilesList .hu-preview__cta:not(:first-child) {
  margin-top: 4mm;
}
.hu-block--eventsList .hu-preview__cta {
  font-family: Roboto Mono, monospace;
  font-size: 12pt;
  line-height: 1.5;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.05rem;
  color: #00376c;
  text-decoration: underline;
  text-decoration-color: #cfcfd1;
  text-underline-offset: 0.3em;
}
.hu-block--tilesList .hu-preview--withoutFigure .hu-preview__description {
  padding: 2mm 4mm 0 4mm;
}
.hu-block--tilesList .hu-preview--withoutFigure.hu-preview--withoutTitle .hu-preview__description {
  padding-right: 0;
}
.hu-main:not(.hu-main--withSidebar) .hu-preview--withoutTitle.hu-preview--withoutFigure .hu-preview__description {
  padding-left: 0;
  padding-right: 0;
}
.hu-preview__eventDate {
  display: inline;
}
.hu-preview__eventDetails {
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 2;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.hu-block--tilesList .hu-preview__extraContent {
  border-top: 1px solid #cfcfd1;
  margin-top: 2mm;
  padding-top: 4mm;
  position: relative;
  z-index: 1;
}
.hu-preview__extraInfo {
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 1.75;
  font-weight: normal;
  font-style: normal;
}
.hu-preview__eventInfo {
  display: inline;
}
* + .hu-preview__eventInfo::before {
  content: "● ";
}
.hu-preview__eventLink {
  font-family: Roboto Mono, monospace;
  font-size: 12pt;
  line-height: 1.5;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.05rem;
  color: #00376c;
  text-decoration: underline;
  text-decoration-color: #cfcfd1;
  text-underline-offset: 0.3em;
}
.hu-preview__eventLocation {
  display: inline;
  font-style: normal;
}
* + .hu-preview__eventLocation::before {
  content: "● ";
}
.hu-preview__eventTime {
  display: inline;
}
* + .hu-preview__eventTime::before {
  content: "● ";
}
.hu-preview__figure {
  max-width: 6cm;
}
.hu-preview__link {
  font-family: Roboto Mono, monospace;
  font-size: 12pt;
  line-height: 1.5;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.05rem;
  color: #00376c;
  text-decoration: underline;
  text-decoration-color: #cfcfd1;
  text-underline-offset: 0.3em;
  color: #0200ff;
  line-height: 2;
  text-decoration-color: currentColor;
}
.hu-preview__title {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: bold;
  font-style: normal;
}
.hu-block--tilesList .hu-preview--withoutFigure .hu-preview__title {
  font-size: 16pt;
  line-height: 1.1666666667;
  font-weight: normal;
  font-style: normal;
}
.hu-preview__titleLink {
  color: inherit;
  text-decoration: none;
}
.hu-slideshowNavigation {
  display: none;
}
.hu-ugc a {
  color: #00376c;
  text-decoration: underline;
  text-decoration-color: #cfcfd1;
  text-underline-offset: 0.3em;
}
.hu-ugc a::after {
  content: "(" attr(href) ")";
  font-size: 80%;
  margin-left: 1em;
  text-decoration: none;
  vertical-align: baseline;
  word-break: break-all;
}
.hu-ugc sup[id^=fnref] a {
  color: inherit;
  text-decoration: none;
}
.hu-ugc sup[id^=fnref] a::after {
  display: none;
}
.hu-ugc__footnoteHighlightText {
  display: none;
}
.hu-ugc mark {
  background-color: #ffde66;
  border-color: #ffde66;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0;
  color: inherit;
  font-weight: bold;
}
.hu-ugc .footnotes {
  margin-top: 8mm;
}
.hu-ugc .footnotes hr {
  background-color: transparent;
  border-top: 1px solid #cfcfd1;
}
.hu-ugc .footnotes a::after {
  display: none;
}
.hu-ugc blockquote {
  font-size: 18pt;
  line-height: 1.5;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  position: relative;
}
.hu-ugc blockquote > p:first-child {
  border-top: 1px solid #cfcfd1;
  padding-top: 8mm;
}
.hu-ugc blockquote > p:last-of-type {
  border-bottom: 1px solid #cfcfd1;
  padding-bottom: 8mm;
}
.hu-ugc cite {
  font-family: Roboto Mono, monospace;
  font-size: 10pt;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-style: normal;
  text-align: center;
}
.hu-ugc cite::before {
  border-left: 1px solid #cfcfd1;
  content: "";
  display: block;
  height: 16mm;
  margin: 0 auto 4mm auto;
  width: 0;
}
.hu-ugc q + cite {
  display: inline;
  margin-left: 2mm;
}
.hu-ugc q {
  font-style: italic;
}
.hu-ugc dl {
  display: block;
  margin: 0;
}
.hu-ugc dd {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.hu-ugc dt {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: normal;
  font-style: normal;
  display: block;
}
.hu-ugc h1 {
  font-size: 16pt;
  line-height: 1.1666666667;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.hu-ugc h2 {
  font-size: 16pt;
  line-height: 1.1666666667;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.hu-ugc h3 {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}
.hu-ugc h4,
.hu-ugc h5,
.hu-ugc h6 {
  font-size: 12pt;
  line-height: 1.5555555556;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}
.hu-ugc hr {
  background-color: #cfcfd1;
  border: 0;
  height: 1px;
  margin: 0;
  width: 100%;
}
.hu-ugc li {
  margin: 0;
}
.hu-ugc ol > li {
  counter-increment: item;
  padding-left: 20mm;
  position: relative;
}
.hu-ugc ol > li::before {
  content: counter(item);
  display: inline-block;
  font-weight: 600;
  left: 0;
  margin-right: 18mm;
  position: relative;
  position: absolute;
  top: 0;
  width: 4mm;
}
.hu-ugc ol > li::after {
  border-top: 1px solid currentColor;
  content: "";
  height: 0;
  left: 6mm;
  line-height: 0;
  position: absolute;
  top: 9.3333333333pt;
  width: 12mm;
}
.hu-ugc ol {
  counter-reset: item;
  list-style: none;
  margin: 0;
}
.hu-ugc ul {
  margin: 0 0 0 4mm;
}
.hu-ugc ul > li {
  position: relative;
}
.hu-ugc ul > li::before {
  content: "∙";
  left: -4mm;
  position: absolute;
  top: 0;
}
.hu-ugc * + h1,
.hu-ugc * + h3,
.hu-ugc * + h4,
.hu-ugc * + h5,
.hu-ugc * + h6 {
  margin-top: 8mm;
}
.hu-ugc * + h2 {
  margin-top: 16mm;
}
.hu-ugc * + table,
.hu-ugc * + p,
.hu-ugc * + ol,
.hu-ugc * + ul,
.hu-ugc * + dl,
.hu-ugc dd + dd,
.hu-ugc dt + dt {
  margin-top: 4mm;
}
.hu-ugc h3 + * {
  margin-top: 0;
}
.hu-ugc * + figure {
  margin-top: 8mm;
}
.hu-ugc figure + *:not(.hu-annotations) {
  margin-top: 8mm;
}
.hu-ugc * + blockquote,
.hu-ugc blockquote + *:not(.hu-annotations) {
  margin-top: 8mm;
}
.hu-ugc * + hr,
.hu-ugc hr + *:not(.hu-annotations) {
  margin-top: 8mm;
}
.hu-video__caption {
  font-size: 11pt;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  margin-top: 2mm;
}
.hu-block--video .hu-video__caption, .hu-ugc .hu-video__caption {
  margin-top: 4mm;
}
.hu-video__icon {
  display: none;
}
.hu-video__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focusX, 50%) var(--focusY, 50%);
     object-position: var(--focusX, 50%) var(--focusY, 50%);
  max-width: 12cm;
}
.hu-video__link::after {
  content: "(" attr(href) ")";
  font-size: 80%;
  margin-left: 1em;
  text-decoration: none;
  vertical-align: baseline;
  word-break: break-all;
}
.hu-video__privacyCover {
  display: none;
}
.hu-video__privacyToggler {
  display: none;
}
.hu-videoPlayer {
  display: none;
}
/*# sourceMappingURL=print.css.map */
