@charset "utf-8";

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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

sub,
sup {
    vertical-align: baseline;
    position: relative;
    font-size: 0.7em;
    top: 0.25em
}

sup {
    top: -0.5em
}

button {
    padding: 0;
    background: none;
    border: 0
}

html {
    height: 100%
}

body {
    position: relative;
    min-height: 100%;
    line-height: 1
}

* {
    box-sizing: border-box
}

textarea {
    overflow: auto
}

.margin-horizontal--xxs {
    margin-top: 12px;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .margin-horizontal--xxs {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

@media (min-width:1280px) {
    .margin-horizontal--xxs {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.margin-horizontal--xs {
    margin-top: 24px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .margin-horizontal--xs {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media (min-width:1280px) {
    .margin-horizontal--xs {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.margin-horizontal--s {
    margin-top: 40px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .margin-horizontal--s {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (min-width:1280px) {
    .margin-horizontal--s {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.margin-horizontal--m {
    margin-top: 60px;
    margin-bottom: 60px
}

@media (min-width:768px) {
    .margin-horizontal--m {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media (min-width:1280px) {
    .margin-horizontal--m {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.margin-horizontal--l {
    margin-top: 60px;
    margin-bottom: 60px
}

@media (min-width:768px) {
    .margin-horizontal--l {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

@media (min-width:1280px) {
    .margin-horizontal--l {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

.margin-horizontal--xl {
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width:768px) {
    .margin-horizontal--xl {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

@media (min-width:1280px) {
    .margin-horizontal--xl {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.margin-horizontal--xxl {
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width:768px) {
    .margin-horizontal--xxl {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

@media (min-width:1280px) {
    .margin-horizontal--xxl {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

.margin-top--xxs {
    margin-top: 12px
}

@media (min-width:768px) {
    .margin-top--xxs {
        margin-top: 12px
    }
}

@media (min-width:1280px) {
    .margin-top--xxs {
        margin-top: 12px
    }
}

.margin-top--xs {
    margin-top: 24px
}

@media (min-width:768px) {
    .margin-top--xs {
        margin-top: 24px
    }
}

@media (min-width:1280px) {
    .margin-top--xs {
        margin-top: 24px
    }
}

.margin-top--s {
    margin-top: 40px
}

@media (min-width:768px) {
    .margin-top--s {
        margin-top: 40px
    }
}

@media (min-width:1280px) {
    .margin-top--s {
        margin-top: 40px
    }
}

.margin-top--m {
    margin-top: 60px
}

@media (min-width:768px) {
    .margin-top--m {
        margin-top: 60px
    }
}

@media (min-width:1280px) {
    .margin-top--m {
        margin-top: 60px
    }
}

.margin-top--l {
    margin-top: 60px
}

@media (min-width:768px) {
    .margin-top--l {
        margin-top: 80px
    }
}

@media (min-width:1280px) {
    .margin-top--l {
        margin-top: 80px
    }
}

.margin-top--xl {
    margin-top: 80px
}

@media (min-width:768px) {
    .margin-top--xl {
        margin-top: 120px
    }
}

@media (min-width:1280px) {
    .margin-top--xl {
        margin-top: 120px
    }
}

.margin-top--xxl {
    margin-top: 80px
}

@media (min-width:768px) {
    .margin-top--xxl {
        margin-top: 120px
    }
}

@media (min-width:1280px) {
    .margin-top--xxl {
        margin-top: 200px
    }
}

.margin-bottom--xxs {
    margin-bottom: 12px
}

@media (min-width:768px) {
    .margin-bottom--xxs {
        margin-bottom: 12px
    }
}

@media (min-width:1280px) {
    .margin-bottom--xxs {
        margin-bottom: 12px
    }
}

.margin-bottom--xs {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .margin-bottom--xs {
        margin-bottom: 24px
    }
}

@media (min-width:1280px) {
    .margin-bottom--xs {
        margin-bottom: 24px
    }
}

.margin-bottom--s {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .margin-bottom--s {
        margin-bottom: 40px
    }
}

@media (min-width:1280px) {
    .margin-bottom--s {
        margin-bottom: 40px
    }
}

.cmp-searchresults,
.margin-bottom--m {
    margin-bottom: 60px
}

@media (min-width:768px) {

    .cmp-searchresults,
    .margin-bottom--m {
        margin-bottom: 60px
    }
}

@media (min-width:1280px) {

    .cmp-searchresults,
    .margin-bottom--m {
        margin-bottom: 60px
    }
}

.margin-bottom--l {
    margin-bottom: 60px
}

@media (min-width:768px) {
    .margin-bottom--l {
        margin-bottom: 80px
    }
}

@media (min-width:1280px) {
    .margin-bottom--l {
        margin-bottom: 80px
    }
}

.margin-bottom--xl {
    margin-bottom: 80px
}

@media (min-width:768px) {
    .margin-bottom--xl {
        margin-bottom: 120px
    }
}

@media (min-width:1280px) {
    .margin-bottom--xl {
        margin-bottom: 120px
    }
}

.margin-bottom--xxl {
    margin-bottom: 80px
}

@media (min-width:768px) {
    .margin-bottom--xxl {
        margin-bottom: 120px
    }
}

@media (min-width:1280px) {
    .margin-bottom--xxl {
        margin-bottom: 200px
    }
}

.tabs-margin--legacy {
    margin-top: 24px
}

.quotation-margin--legacy {
    margin-top: 40px;
    margin-bottom: 40px
}

.pictogram-margin--legacy {
    margin-top: 16px;
    margin-bottom: 16px
}

.newslist-margin--legacy {
    margin-top: 40px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .newslist-margin--legacy {
        margin-top: 60px
    }
}

.imagegroupx2-margin--legacy {
    margin-top: 16px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .imagegroupx2-margin--legacy {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media (min-width:1280px) {
    .imagegroupx2-margin--legacy {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.imagegroupx3-margin--legacy {
    margin-top: 16px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .imagegroupx3-margin--legacy {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media (min-width:1280px) {
    .imagegroupx3-margin--legacy {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.download-margin--legacy {
    margin-top: 6px;
    margin-bottom: 6px
}

@media (min-width:768px) {
    .download-margin--legacy {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.accordion-margin--legacy {
    margin: 40px 0
}

@font-face {
    font-family: Proxima Nova;
    src: url(51c16e04-0ebc-4379-bb95-63a89c938aa6.woff2) format("woff2"), url(cd15575c-e654-4969-ac25-f7b1ed1a6e7a.woff) format("woff");
    font-weight: 100
}

@font-face {
    font-family: Proxima Nova;
    src: url(38d9d820-6910-4ef9-9165-ee53a42e9a47.woff2) format("woff2"), url(4690b402-795b-4731-88fc-3c99f5d801a7.woff) format("woff");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(6084ebdf-4040-41f9-b612-c8d0d5f97ec7.woff2) format("woff2"), url(55bc0e6b-fc23-48e1-b3b9-558875134c5a.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: Proxima Nova;
    src: url(c9cc07de-6cce-4d07-8f67-3c41466079af.woff2) format("woff2"), url(c6cf730f-53dd-45d3-937e-5c0f92306759.woff) format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(080126ae-e200-4700-b590-ebfaa9c0b128.woff2) format("woff2"), url(5925b8b4-739f-44a9-8e90-f06b8097a91e.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: Proxima Nova;
    src: url(e72614f2-3c15-420d-816a-45cd8cb8d465.woff2) format("woff2"), url(806d3aab-8ef7-44d3-8843-7914000a4a6e.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(67fbab47-bdd1-459b-8706-7d42debe8cb9.woff2) format("woff2"), url(6da206ab-4f15-41c4-b18d-5d669585c833.woff) format("woff");
    font-weight: 500
}

@font-face {
    font-family: Proxima Nova;
    src: url(1ef000e6-38bb-471c-8b3a-aab41bf5c807.woff2) format("woff2"), url(3cd8c505-795d-4763-aea9-a7e8b9198168.woff) format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(dc21dba2-7c87-4f7f-8750-b16c3fa919fb.woff2) format("woff2"), url(18a42fd4-6ca7-4d95-b61b-4f1aa67f608c.woff) format("woff");
    font-weight: 600
}

@font-face {
    font-family: Proxima Nova;
    src: url(3182188a-1141-464c-b1b1-c9eccb3134ad.woff2) format("woff2"), url(a30f5eb4-cc71-4e8a-8628-edc817c42bf1.woff) format("woff");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(1df9aeba-11c6-4ec4-b6eb-1667994d0b6b.woff2) format("woff2"), url(ff543787-fb6c-4f37-8543-1a896cfd5f1f.woff) format("woff");
    font-weight: 700
}

@font-face {
    font-family: Proxima Nova;
    src: url(a5f521f0-8b27-4332-b391-1d4dd5122fb0.woff2) format("woff2"), url(23180296-5860-408f-9e30-2d3879b3796a.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(a05d446f-c467-432a-92fd-228bb7ad73c9.woff2) format("woff2"), url(41eed443-8ad2-46f3-ac13-a026037a18c2.woff) format("woff");
    font-weight: 800
}

@font-face {
    font-family: Proxima Nova;
    src: url(3a9ea036-7577-47db-8cd5-a2fa6e30b843.woff2) format("woff2"), url(6b5dbc7d-3d45-4055-9853-faebba38331e.woff) format("woff");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(ef430219-92ff-41b1-99fa-5574527341a9.woff2) format("woff2"), url(36c3a0f6-237f-4c5d-9d3c-8c39b718f8e1.woff) format("woff");
    font-weight: 900
}

@font-face {
    font-family: Proxima Nova;
    src: url(f11c8722-df0d-48b9-9010-54cc27e76564.woff2) format("woff2"), url(d9c86326-55dd-4de9-b968-9d64a7e80d3c.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Material Design Icons;
    src: url(clientlib-site/resources/fonts/materialdesignicons/materialdesignicons-webfont.eot);
    src: url(clientlib-site/resources/fonts/materialdesignicons/materialdesignicons-webfont.eot?#iefix) format("embedded-opentype"), url(clientlib-site/resources/fonts/materialdesignicons/materialdesignicons-webfont.woff2) format("woff2"), url(clientlib-site/resources/fonts/materialdesignicons/materialdesignicons-webfont.woff) format("woff"), url(clientlib-site/resources/fonts/materialdesignicons/materialdesignicons-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.breadcrumb .cmp-breadcrumb__item-link:before,
.breadcrumb .cmp-breadcrumb__item:not(:last-child):after,
.cmp-calendar .cmp-calendar__table tbody>tr .event__link:after,
.cmp-calendarcard .cmp-calendarcard__link:after,
.cmp-list__item-readmore:after,
.cmp-list__pagination__page-link--next:after,
.cmp-list__pagination__page-link--prev:before,
.cmp-pictogram__readmore:after,
.cmp-searchresults__sort-filters__trigger:before,
.cmp-searchresults__sort__options-wrapper:after,
.cmp-tilelist__item-readmore:after,
.comments .cmp-comments__comment-report-link:before,
.comments .cmp-comments__comment:before,
.comments .cmp-comments__form-submit:after,
.comments .cmp-form-text:before,
.header__contact-link>.cmp-button:before,
.header__content-intro .cmp-teaser__action-link:after,
.header__content-teaser .cmp-teaser .cmp-teaser__action-link:after,
.header__group-menu-trigger .cmp-button:before,
.header__main-page-link>.cmp-button:before,
.header__mobile-intro-button--back>.cmp-button:before,
.header__mobile-nav-trigger .cmp-button:before,
.header__search-trigger .cmp-button:before,
.languagenavigation .cmp-languagenavigation__trigger .cmp-button:after,
.languagenavigation .cmp-languagenavigation__trigger .cmp-button:before,
.linksgroup .cmp-linksgroup__item-link.has-submenu:after,
.navigation__sitemap li:before,
.navigationtabs .cmp-navigationtabs__tab-link:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link:after,
.table.table--arrow-right-links table td a:after,
.teaser-large-tile .cmp-teaser__action-link:after,
.teaser-large .cmp-teaser__action-link:after,
.teaser-small-tile .cmp-teaser__action-link:after,
.teaser-small .cmp-teaser__action-link:after,
.teaser .cmp-teaser__action-link:after,
.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
.text ul li:before {
    font-family: Material Design Icons;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider:before,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieProvider:before,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton:before,
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetailsLink:before,
.accordion .cmp-accordion__icon:before,
.cmp-button__icon:before,
.cmp-calendar .select__wrapper:before,
.cmp-document-list__pagination__page-link--next:after,
.cmp-document-list__pagination__page-link--prev:before,
.cmp-document-list__pub-date[aria-sort]:after,
.cmp-document-list__sorting[aria-sort]:after,
.cmp-document-list__table-row__download:before,
.cmp-document-list__table-row__file-name:before,
.cmp-searchbox__clear-icon:before,
.cmp-searchbox__icon:before,
.cmp-searchbox__results__footer-page-link a:before,
.cmp-searchresults__pagination__page-link--next:after,
.cmp-searchresults__pagination__page-link--prev:before,
.cmp-searchresults__results-list__item--document .cmp-searchresults__results-list__image:before,
.cmp-searchresults__results-list__item--document .cmp-searchresults__results-list__title a:before,
.cmp-searchresults__searchbox__icon:before,
.editorial-office-contact-form__wrapper .container:last-of-type .cmp-title__text:before,
.footer__social-media-icon:before,
.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-link a:before,
.mdi-set,
.mdi:before,
.navigation__dropdown .navigation__dropdown-trigger .cmp-button__text:before,
.search .cmp-search__icon:before,
.search.visible .cmp-search__clear-icon:before,
.search.visible .cmp-search__input:before,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description:before,
form .options .cmp-form-options--checkbox .cmp-form-options__field-description:before,
form .options .cmp-form-options--drop-down:before,
form .options .cmp-form-options--radio .cmp-form-options__field-description:before {
    display: inline-block;
    font: normal normal normal 24px/1 Material Design Icons;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.editorial-office-contact-form__wrapper .container:last-of-type .cmp-title__text:before,
.mdi-alert-outline:before {
    content: "\F002A"
}

.cmp-button__icon--arrow-left:before,
.cmp-document-list__pagination__page-link--prev:before,
.cmp-searchresults__pagination__page-link--prev:before,
.mdi-arrow-left:before {
    content: "\F004D"
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetailsLink:before,
.cmp-button__icon--arrow-right:before,
.cmp-searchbox__results__footer-page-link a:before,
.mdi-arrow-right:before {
    content: "\F0054"
}

.cmp-button__icon--calendar:before,
.mdi-calendar:before {
    content: "\F00ED"
}

.cmp-button__icon--cellphone:before,
.mdi-cellphone:before {
    content: "\F011C"
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider:before,
.mdi-checkbox-blank-outline:before,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description:before,
form .options .cmp-form-options--checkbox .cmp-form-options__field-description:before {
    content: "\F0131"
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider:before,
.mdi-checkbox-marked:before,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before,
form .options .cmp-form-options--checkbox .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before {
    content: "\F0132"
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent input[disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider:before,
.mdi-checkbox-intermediate:before {
    content: "\F0856"
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieProvider.collapsed:before,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieProvider:before,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton.collapsed:before,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton.CybotCookiebotDialogCollapsed:before,
.accordion .cmp-accordion__icon:before,
.cmp-calendar .select__wrapper:before,
.mdi-chevron-down:before,
.navigation__dropdown .navigation__dropdown-trigger .cmp-button__text:before,
form .options .cmp-form-options--drop-down:before {
    content: "\F0140"
}

.mdi-chevron-right:before {
    content: "\F0142"
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup.open .CybotCookiebotDialogDetailBodyContentCookieProvider:before,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton:before,
.accordion .cmp-accordion__button--expanded .cmp-accordion__icon:before,
.mdi-chevron-up:before,
.navigation__dropdown .navigation__dropdown-trigger.active .cmp-button__text:before {
    content: "\F0143"
}

.cmp-button__icon--close:before,
.cmp-searchbox__clear-icon:before,
.mdi-close:before,
.search.visible .cmp-search__clear-icon:before {
    content: "\F0156"
}

.cmp-button__icon--download:before,
.cmp-document-list__table-row__download:before,
.cmp-searchresults__results-list__item--document .cmp-searchresults__results-list__title a:before,
.mdi-download:before {
    content: "\F01DA"
}

.mdi-earth:before {
    content: "\F01E7"
}

.cmp-button__icon--email-outline:before,
.mdi-email-outline:before {
    content: "\F01F0"
}

.cmp-button__icon--facebook:before,
.footer__social-media-icon.facebook-icon:before,
.mdi-facebook:before {
    content: "\F020C"
}

.cmp-document-list__table-row__file-name:before,
.cmp-searchresults__results-list__item--document .cmp-searchresults__results-list__image:before,
.mdi-file-outline:before {
    content: "\F0224"
}

.cmp-button__icon--file-document-outline:before,
.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-link a:before,
.mdi-file-document-outline:before {
    content: "\F09EE"
}

.cmp-button__icon--file-excel-outline:before,
.mdi-file-excel-outline:before {
    content: "\F102D"
}

.cmp-button__icon--file-pdf-outline:before,
.mdi-file-pdf-outline:before {
    content: "\F0E2D"
}

.cmp-button__icon--filter:before,
.mdi-filter:before {
    content: "\F0232"
}

.mdi-format-list-bulleted-square:before {
    content: "\F0DD0"
}

.mdi-home:before {
    content: "\F02DC"
}

.cmp-button__icon--information-outline:before,
.mdi-information-outline:before {
    content: "\F02FD"
}

.cmp-button__icon--instagram:before,
.footer__social-media-icon.instagram-icon:before,
.mdi-instagram:before {
    content: "\F02FE"
}

.cmp-button__icon--launch:before,
.mdi-launch:before {
    content: "\F0327"
}

.cmp-button__icon--linkedin:before,
.footer__social-media-icon.linkedin-icon:before,
.mdi-linkedin:before {
    content: "\F033B"
}

.cmp-button__icon--magnify:before,
.cmp-searchbox__icon:before,
.cmp-searchresults__searchbox__icon:before,
.mdi-magnify:before,
.search .cmp-search__icon:before,
.search.visible .cmp-search__input:before {
    content: "\F0349"
}

.cmp-button__icon--map-marker:before,
.mdi-map-marker:before {
    content: "\F034E"
}

.mdi-menu:before {
    content: "\F035C"
}

.mdi-radiobox-blank:before,
form .options .cmp-form-options--radio .cmp-form-options__field-description:before {
    content: "\F043D"
}

.mdi-radiobox-marked:before,
form .options .cmp-form-options--radio .cmp-form-options__field--radio:checked+.cmp-form-options__field-description:before {
    content: "\F043E"
}

.cmp-button__icon--ticket-percent-outline:before,
.mdi-ticket-percent-outline:before {
    content: "\F142B"
}

.cmp-button__icon--twitter:before,
.footer__social-media-icon.twitter-icon:before,
.mdi-twitter:before {
    content: "\F0544"
}

.cmp-button__icon--youtube:before,
.footer__social-media-icon.youtube-icon:before,
.mdi-youtube:before {
    content: "\F05C3"
}

.cmp-searchresults__sort-filters__trigger:before,
.mdi-tune:before {
    content: "\F062E"
}

@font-face {
    font-family: tiktok-font;
    src: url(clientlib-site/resources/fonts/tiktokicons/tiktok-font.eot);
    src: url(clientlib-site/resources/fonts/tiktokicons/tiktok-font.eot?#iefix) format("embedded-opentype"), url(clientlib-site/resources/fonts/tiktokicons/tiktok-font.woff) format("woff"), url(clientlib-site/resources/fonts/tiktokicons/tiktok-font.ttf) format("truetype"), url(clientlib-site/resources/fonts/tiktokicons/tiktok-font.svg#tiktok-font) format("svg");
    font-weight: 400;
    font-style: normal
}

.cmp-button__icon--tiktok:before,
.footer__social-media-icon.tiktok-icon:before,
.tiktokfont-tiktok:before {
    font-family: tiktok-font !important;
    content: "\61";
    text-transform: none !important;
    scale: 0.85;
    line-height: 0;
    translate: 0 0.2rem
}

.cmp-title--l .cmp-title__text,
.hero .cmp-hero__title,
.typography--title-l {
    font-size: 2.3125rem;
    line-height: 2.75rem;
    font-weight: 800;
    letter-spacing: -0.37px
}

@media (min-width:768px) {

    .cmp-title--l .cmp-title__text,
    .hero .cmp-hero__title,
    .typography--title-l {
        font-size: 4rem;
        line-height: 4.5rem;
        letter-spacing: -0.64px
    }
}

@media (min-width:1280px) {

    .cmp-title--l .cmp-title__text,
    .hero .cmp-hero__title,
    .typography--title-l {
        font-size: 5.25rem;
        line-height: 5.5rem;
        letter-spacing: -0.84px
    }
}

.cmp-title--m .cmp-title__text,
.container--intranet-article-title h1,
.container--press-release-title h1,
.hero.hero--title-m .cmp-hero__title,
.typography--title-m {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.32px
}

@media (min-width:768px) {

    .cmp-title--m .cmp-title__text,
    .container--intranet-article-title h1,
    .container--press-release-title h1,
    .hero.hero--title-m .cmp-hero__title,
    .typography--title-m {
        font-size: 3.0625rem;
        line-height: 3.5rem;
        letter-spacing: -0.49px
    }
}

@media (min-width:1280px) {

    .cmp-title--m .cmp-title__text,
    .container--intranet-article-title h1,
    .container--press-release-title h1,
    .hero.hero--title-m .cmp-hero__title,
    .typography--title-m {
        font-size: 4rem;
        line-height: 4.5rem;
        letter-spacing: -0.64px
    }
}

.typography--title-m-light {
    font-family: Proxima Nova, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
    letter-spacing: -0.32px
}

@media (min-width:768px) {
    .typography--title-m-light {
        font-size: 3.0625rem;
        line-height: 3.5rem;
        letter-spacing: -0.49px
    }
}

@media (min-width:1280px) {
    .typography--title-m-light {
        font-size: 4rem;
        line-height: 4.5rem;
        letter-spacing: -0.64px
    }
}

.cmp-title--s .cmp-title__text,
.container--press-release-footer .title h2,
.container--press-release-footer .title h3,
.fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-promo,
.typography--title-s {
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 800;
    letter-spacing: 0
}

@media (min-width:768px) {

    .cmp-title--s .cmp-title__text,
    .container--press-release-footer .title h2,
    .container--press-release-footer .title h3,
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
    .teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-promo,
    .typography--title-s {
        font-size: 2.3125rem;
        line-height: 2.75rem
    }
}

@media (min-width:1280px) {

    .cmp-title--s .cmp-title__text,
    .container--press-release-footer .title h2,
    .container--press-release-footer .title h3,
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
    .teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-promo,
    .typography--title-s {
        font-size: 3.0625rem;
        line-height: 3.75rem
    }
}

.accordion.accordion-big .cmp-accordion__title,
.cmp-calendar h2,
.comments .cmp-comments__headline,
.container--intranet-article-other-articles .title h2,
.container--intranet-article-other-articles .title h3,
.teaser-large-tile .cmp-teaser__title,
.teaser-large .cmp-teaser__title,
.teaser .cmp-teaser__title,
.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-title,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-title,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-title,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-title,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-title,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-title,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-title,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-title,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-title,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-title,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-title,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-title,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-title,
.typography--headline-1,
h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 0
}

.accordion.accordion-big .cmp-accordion__title,
.cmp-calendar h2,
.comments .cmp-comments__headline,
.container--intranet-article-other-articles .title h2,
.container--intranet-article-other-articles .title h3,
.teaser-large-tile .cmp-teaser__title,
.teaser-large .cmp-teaser__title,
.teaser .cmp-teaser__title,
.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-title,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-title,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-title,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-title,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-title,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-title,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-title,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-title,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-title,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-title,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-title,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-title,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-title,
.typography--headline-1,
h1 {
    font-size: 1.75rem;
    line-height: 2.25rem
}

.accordion.accordion-big .cmp-accordion__title,
.cmp-calendar h2,
.comments .cmp-comments__headline,
.container--intranet-article-other-articles .title h2,
.container--intranet-article-other-articles .title h3,
.teaser-large-tile .cmp-teaser__title,
.teaser-large .cmp-teaser__title,
.teaser .cmp-teaser__title,
.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-title,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-title,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-title,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-title,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-title,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-title,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-title,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-title,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-title,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-title,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-title,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-title,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-title,
.typography--headline-1,
h1 {
    font-size: 2.3125rem;
    line-height: 2.75rem
}

.greetings .cmp-greetings__text,
.pictogram .cmp-pictogram__title,
.table.table--with-pictograms-areas table td h2,
.teaser-promotion .cmp-teaser__content .cmp-teaser__discount,
.teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-current,
.typography--headline-2,
h2 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.21px
}

@media (min-width:768px) {

    .greetings .cmp-greetings__text,
    .pictogram .cmp-pictogram__title,
    .table.table--with-pictograms-areas table td h2,
    .teaser-promotion .cmp-teaser__content .cmp-teaser__discount,
    .teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-current,
    .typography--headline-2,
    h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: 0.24px
    }
}

@media (min-width:1280px) {

    .greetings .cmp-greetings__text,
    .pictogram .cmp-pictogram__title,
    .table.table--with-pictograms-areas table td h2,
    .teaser-promotion .cmp-teaser__content .cmp-teaser__discount,
    .teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-current,
    .typography--headline-2,
    h2 {
        font-size: 1.75rem;
        line-height: 2.25rem;
        letter-spacing: 0.24px
    }
}

.accordion .cmp-accordion__title,
.cmp-calendar .cmp-calendar__table .event__name,
.cmp-searchresults__custom-facets__group-title,
.cmp-searchresults__facets__group-title,
.cmp-searchresults__results-list__title a,
.cmp-searchresults__search-target__group-title,
.contact-wrapper .person--data__name,
.header__content-teaser .cmp-teaser__title,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__legend,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio .cmp-form-options__legend,
.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-description,
.newslist .cmp-list__item-title,
.quotation .quotation__author-name,
.teaser-promotion .cmp-teaser__content .cmp-teaser__title,
.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.tilelist .cmp-tilelist__item-title,
.typography--headline-3,
.videoplayer .cmp-videoplayer__subtitle,
h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.18px
}

.accordion .cmp-accordion__title,
.cmp-calendar .cmp-calendar__table .event__name,
.cmp-searchresults__custom-facets__group-title,
.cmp-searchresults__facets__group-title,
.cmp-searchresults__results-list__title a,
.cmp-searchresults__search-target__group-title,
.contact-wrapper .person--data__name,
.header__content-teaser .cmp-teaser__title,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__legend,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio .cmp-form-options__legend,
.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-description,
.newslist .cmp-list__item-title,
.quotation .quotation__author-name,
.teaser-promotion .cmp-teaser__content .cmp-teaser__title,
.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.tilelist .cmp-tilelist__item-title,
.typography--headline-3,
.videoplayer .cmp-videoplayer__subtitle,
h3 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: 0.21px
}

.accordion .cmp-accordion__title,
.cmp-calendar .cmp-calendar__table .event__name,
.cmp-searchresults__custom-facets__group-title,
.cmp-searchresults__facets__group-title,
.cmp-searchresults__results-list__title a,
.cmp-searchresults__search-target__group-title,
.contact-wrapper .person--data__name,
.header__content-teaser .cmp-teaser__title,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__legend,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio .cmp-form-options__legend,
.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-description,
.newslist .cmp-list__item-title,
.quotation .quotation__author-name,
.teaser-promotion .cmp-teaser__content .cmp-teaser__title,
.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.tilelist .cmp-tilelist__item-title,
.typography--headline-3,
.videoplayer .cmp-videoplayer__subtitle,
h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.21px
}

.header__content-intro .cmp-teaser__title,
.header__group-menu h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.56px
}

.quotation blockquote,
.typography--lead-l {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.18px
}

@media (min-width:768px) {

    .quotation blockquote,
    .typography--lead-l {
        font-size: 1.5rem;
        line-height: 2.25rem;
        letter-spacing: 0.24px
    }
}

@media (min-width:1280px) {

    .quotation blockquote,
    .typography--lead-l {
        font-size: 2.3125rem;
        line-height: 3rem;
        letter-spacing: 0.21px
    }
}

.typography--green-batch,
.typography--grey-batch,
.typography--main-color-batch {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5rem
}

.hero .cmp-hero__description,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__title,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__title,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__title,
.typography--lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.18px
}

@media (min-width:1280px) {

    .hero .cmp-hero__description,
    .reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__title,
    .reportlist .cmp-list .cmp-product-list__item .cmp-report-list__title,
    .reportlist .cmp-list .cmp-report-list__item .cmp-report-list__title,
    .typography--lead {
        font-size: 1.5rem;
        line-height: 2.25rem;
        letter-spacing: 0.21px
    }
}

.cmp-calendar .cmp-calendar__table .event__date,
.cmp-document-list__pagination__page-link,
.cmp-list__pagination__page-link,
.cmp-searchbox__input,
.cmp-searchbox__results__shortcuts-list a,
.cmp-searchresults__custom-facets__clear,
.cmp-searchresults__custom-facets__current-reports-wrapper,
.cmp-searchresults__custom-facets__filter,
.cmp-searchresults__custom-facets__group-option--checkbox+label,
.cmp-searchresults__custom-facets__group-option--datepicker,
.cmp-searchresults__custom-facets__group-option--radio+label,
.cmp-searchresults__custom-facets__group-option .labels-greyed-out,
.cmp-searchresults__custom-facets__group-option__count,
.cmp-searchresults__facets__clear,
.cmp-searchresults__facets__current-reports-wrapper,
.cmp-searchresults__facets__filter,
.cmp-searchresults__facets__group-option--checkbox+label,
.cmp-searchresults__facets__group-option--datepicker,
.cmp-searchresults__facets__group-option--radio+label,
.cmp-searchresults__facets__group-option .labels-greyed-out,
.cmp-searchresults__facets__group-option__count,
.cmp-searchresults__pagination__page-link,
.cmp-searchresults__results-list__description,
.cmp-searchresults__search-target__clear,
.cmp-searchresults__search-target__current-reports-wrapper,
.cmp-searchresults__search-target__filter,
.cmp-searchresults__search-target__group-option--checkbox+label,
.cmp-searchresults__search-target__group-option--datepicker,
.cmp-searchresults__search-target__group-option--radio+label,
.cmp-searchresults__search-target__group-option .labels-greyed-out,
.cmp-searchresults__search-target__group-option__count,
.cmp-searchresults__searchbox__input,
.cmp-searchresults__searchbox__submit,
.cmp-searchresults__sort-filters__trigger,
.cmp-searchresults__sort-wrapper,
.cmp-searchresults__sort__label,
.cmp-searchresults__sort__options,
.comments textarea,
.header__group-menu .cmp-text a,
.header__group-menu .cmp-text p,
.header__mobile-intro-button--back>.cmp-button,
.navigation__dropdown .navigation__dropdown-trigger .cmp-button__text,
.navigation__sitemap li a,
.reportlist .cmp-list,
.reportlist .cmp-list .cmp-press-release-list__item p,
.reportlist .cmp-list .cmp-product-list__item p,
.search.visible .cmp-search__input,
.typography--body,
body,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description,
form .options .cmp-form-options--checkbox .cmp-form-options__field-description,
form .options .cmp-form-options--drop-down select,
form .options .cmp-form-options--drop-down select[multiple],
form .options .cmp-form-options--multi-drop-down select,
form .options .cmp-form-options--multi-drop-down select[multiple],
form .options .cmp-form-options--radio .cmp-form-options__field-description,
form .text .cmp-form-text input,
form .text .cmp-form-text textarea {
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.16px
}

@media (min-width:1280px) {

    .cmp-calendar .cmp-calendar__table .event__date,
    .cmp-document-list__pagination__page-link,
    .cmp-list__pagination__page-link,
    .cmp-searchbox__input,
    .cmp-searchbox__results__shortcuts-list a,
    .cmp-searchresults__custom-facets__clear,
    .cmp-searchresults__custom-facets__current-reports-wrapper,
    .cmp-searchresults__custom-facets__filter,
    .cmp-searchresults__custom-facets__group-option--checkbox+label,
    .cmp-searchresults__custom-facets__group-option--datepicker,
    .cmp-searchresults__custom-facets__group-option--radio+label,
    .cmp-searchresults__custom-facets__group-option .labels-greyed-out,
    .cmp-searchresults__custom-facets__group-option__count,
    .cmp-searchresults__facets__clear,
    .cmp-searchresults__facets__current-reports-wrapper,
    .cmp-searchresults__facets__filter,
    .cmp-searchresults__facets__group-option--checkbox+label,
    .cmp-searchresults__facets__group-option--datepicker,
    .cmp-searchresults__facets__group-option--radio+label,
    .cmp-searchresults__facets__group-option .labels-greyed-out,
    .cmp-searchresults__facets__group-option__count,
    .cmp-searchresults__pagination__page-link,
    .cmp-searchresults__results-list__description,
    .cmp-searchresults__search-target__clear,
    .cmp-searchresults__search-target__current-reports-wrapper,
    .cmp-searchresults__search-target__filter,
    .cmp-searchresults__search-target__group-option--checkbox+label,
    .cmp-searchresults__search-target__group-option--datepicker,
    .cmp-searchresults__search-target__group-option--radio+label,
    .cmp-searchresults__search-target__group-option .labels-greyed-out,
    .cmp-searchresults__search-target__group-option__count,
    .cmp-searchresults__searchbox__input,
    .cmp-searchresults__searchbox__submit,
    .cmp-searchresults__sort-filters__trigger,
    .cmp-searchresults__sort-wrapper,
    .cmp-searchresults__sort__label,
    .cmp-searchresults__sort__options,
    .comments textarea,
    .header__group-menu .cmp-text a,
    .header__group-menu .cmp-text p,
    .header__mobile-intro-button--back>.cmp-button,
    .navigation__dropdown .navigation__dropdown-trigger .cmp-button__text,
    .navigation__sitemap li a,
    .reportlist .cmp-list,
    .reportlist .cmp-list .cmp-press-release-list__item p,
    .reportlist .cmp-list .cmp-product-list__item p,
    .search.visible .cmp-search__input,
    .typography--body,
    body,
    form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description,
    form .options .cmp-form-options--checkbox .cmp-form-options__field-description,
    form .options .cmp-form-options--drop-down select,
    form .options .cmp-form-options--drop-down select[multiple],
    form .options .cmp-form-options--multi-drop-down select,
    form .options .cmp-form-options--multi-drop-down select[multiple],
    form .options .cmp-form-options--radio .cmp-form-options__field-description,
    form .text .cmp-form-text input,
    form .text .cmp-form-text textarea {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: 0.18px
    }
}

.cmp-calendar p,
.download .cmp-download__link,
.header__content-intro .cmp-teaser__description,
.quotation .quotation__author-profession,
.typography--small,
form .checkbox.options--small-text .cmp-form-options--checkbox .cmp-form-options__field-description,
form .options.options--small-text .cmp-form-options--checkbox .cmp-form-options__field-description {
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 400;
    letter-spacing: 0.14px
}

@media (min-width:1280px) {

    .cmp-calendar p,
    .download .cmp-download__link,
    .header__content-intro .cmp-teaser__description,
    .quotation .quotation__author-profession,
    .typography--small,
    form .checkbox.options--small-text .cmp-form-options--checkbox .cmp-form-options__field-description,
    form .options.options--small-text .cmp-form-options--checkbox .cmp-form-options__field-description {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.16px
    }
}

.breadcrumb,
.cmp-document-list__table-row td>a,
.cmp-document-list__table-row td>p,
.cmp-searchbox__results__footer-count,
.cmp-searchbox__results__footer-page-link a,
.cmp-searchbox__results__noresults p,
.cmp-searchbox__results__shortcuts-list__item--initial a,
.cmp-searchbox__results__shortcuts-title,
.comments .cmp-comments__comment-date,
.comments .cmp-comments__comment-report-link,
.footer__bottom-links-section .button>.cmp-button,
.footer__lists-section .cmp-list__item-link,
.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-link a,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__item-column .cmp-press-release-list__category,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__item-column .cmp-press-release-list__date,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__item-column .cmp-press-release-list__category,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__item-column .cmp-press-release-list__date,
.reportlist .cmp-list .cmp-press-release-list__item span,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__item-column .cmp-press-release-list__category,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__item-column .cmp-press-release-list__date,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__item-column .cmp-press-release-list__category,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__item-column .cmp-press-release-list__date,
.reportlist .cmp-list .cmp-product-list__item span,
.reportlist .cmp-list .cmp-report-list__item span,
.table.table--small table td,
.table.table--small table th,
.tilelist .cmp-tilelist__item-description,
.typography--small-fixed,
footer,
form .upload .cmp-upload__label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.16px
}

.container--intranet-article-title .text:first-child,
.container--press-release-title .text,
.download--layout-extended .cmp-download__properties,
.download__legacy-layout-extended .cmp-download__properties,
.newslist .cmp-list__item-date,
.typography--note,
form .checkbox.options--note-text .cmp-form-options--checkbox .cmp-form-options__field-description,
form .options.options--note-text .cmp-form-options--checkbox .cmp-form-options__field-description {
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 400;
    letter-spacing: 0.14px
}

.button>.cmp-button,
.button>.cmp-form-button,
.cmp-calendar .cmp-calendar__button,
.footer__list-about .cmp-list__title,
.footer__list-shortcuts .cmp-list__title,
.footer__title,
.linksgroup .cmp-linksgroup__item-link,
.navigationtabs .cmp-navigationtabs__tab-link,
.tabs:not(.navigationtabs) .cmp-tabs__tab,
.teaser-promotion .cmp-teaser__content .cmp-teaser__price sup,
.typography--label,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__legend,
form .options .cmp-form-options--checkbox .cmp-form-options__legend,
form .options .cmp-form-options--drop-down .cmp-form-options__label,
form .options .cmp-form-options--multi-drop-down .cmp-form-options__label,
form .options .cmp-form-options--radio .cmp-form-options__legend,
label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.64px
}

.cmp-searchresults__results-list__info,
.hero .cmp-hero__pretitle,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__legend,
.newslist .cmp-list__item-pretitle,
.teaser-large-tile .cmp-teaser__pretitle,
.teaser-large .cmp-teaser__pretitle,
.teaser-promotion .cmp-teaser__content .cmp-teaser__discount .cmp-teaser__discount-type,
.teaser .cmp-teaser__pretitle,
.tilelist .cmp-tilelist__item-pretitle-date,
.typography--label-small,
.videoplayer .cmp-videoplayer__title {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.56px
}

.teaser-small-tile .cmp-teaser__title,
.teaser-small .cmp-teaser__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.18px
}

@media (min-width:768px) {

    .teaser-small-tile .cmp-teaser__title,
    .teaser-small .cmp-teaser__title {
        font-size: 1.3125rem;
        line-height: 1.75rem;
        letter-spacing: 0.21px
    }
}

@media (min-width:1280px) {

    .teaser-small-tile .cmp-teaser__title,
    .teaser-small .cmp-teaser__title {
        font-size: 2.3125rem;
        line-height: 2.75rem;
        letter-spacing: 0
    }
}

.navigation__tabs-style--mobile-only .cmp-navigation__item .cmp-navigation__item-link,
.navigation__tabs-style .cmp-navigation__item .cmp-navigation__item-link {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.64px
}

@media (min-width:1280px) {
    .navigation__tabs-style--mobile-only .cmp-navigation__item .cmp-navigation__item-link {
        font-size: 18px;
        line-height: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.18px;
        text-transform: none
    }
}

body {
    font-family: Proxima Nova, sans-serif;
    color: #000
}

.typography--green-batch {
    background-color: rgba(0, 140, 8, 0.2);
    color: #008738;
    padding: 2px 20px
}

.typography--main-color-batch {
    background-color: #d81e04;
    color: #fff;
    padding: 2px 20px
}

.typography--grey-batch {
    background-color: #ccc;
    color: #fff;
    padding: 2px 20px
}

html {
    scroll-behavior: smooth
}

body,
body * {
    font-family: Proxima Nova, sans-serif
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    overflow-x: hidden;
    width: 100%
}

@supports (-webkit-touch-callout:none) {
    body {
        max-height: 100%;
        max-height: -webkit-fill-available
    }
}

body .root {
    margin: 0 auto
}

body.xf-web-container .root {
    padding-top: 14px
}

.isHidden {
    display: none
}

.isInvisible {
    visibility: hidden
}

.visuallyHidden {
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    pointer-events: none;
    position: absolute
}

@media (max-width:1279px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:1280px) {
    .hidden-md {
        display: none !important
    }
}

@media (max-width:767px) {
    .only-sm {
        display: none !important
    }
}

@media (min-width:1280px) {
    .only-sm {
        display: none !important
    }
}

.root>.aem-Grid.aem-Grid--12>.aem-GridColumn {
    float: none
}

main .container.container--content-wide:after {
    background-color: #979797
}

main .container.container--content-wide:last-of-type:after {
    background-color: transparent
}

.cmp-container>.aem-Grid,
.container>form {
    margin-left: -8px;
    margin-right: -8px;
    width: auto
}

@media (min-width:768px) {

    .cmp-container>.aem-Grid,
    .container>form {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width:1280px) {

    .cmp-container>.aem-Grid,
    .container>form {
        margin-left: -20px;
        margin-right: -20px
    }
}

.aem-AuthorLayer-Edit .container--flex-boxes-with-separators:before,
.aem-AuthorLayer-Edit .theme__hidden-breadcrumbs .breadcrumb:before,
.cq-Editable-dom .hidden-md:before,
.cq-Editable-dom .hidden-xs:before,
.cq-Editable-dom .only-sm:before {
    display: block;
    background: #d81e04;
    color: #fff;
    left: 0;
    right: 0;
    min-height: 20px;
    width: 100%;
    font-size: 14px !important
}

.cq-Editable-dom .navigationtabs .tabcontainer {
    padding-left: 20px;
    padding-right: 20px
}

.cq-Editable-dom .linksgroup .cmp-linksgroup__list {
    position: static !important
}

.cq-Editable-dom .linksgroup .cmp-linksgroup__item {
    display: block
}

.cq-Editable-dom .linksgroup .cmp-linksgroup__item-link {
    padding: 0 !important
}

.cq-Editable-dom .header__transparent-logo {
    background-color: #ccc
}

.cq-Editable-dom .header__mobile-nav-trigger,
.cq-Editable-dom .header__search-trigger {
    display: block !important;
    position: static !important;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0
}

.cq-Editable-dom .header__mobile-nav-trigger .cmp-button,
.cq-Editable-dom .header__search-trigger .cmp-button {
    text-align: left;
    padding-left: 20px
}

.cq-Editable-dom .hidden-md,
.cq-Editable-dom .only-sm {
    display: block !important
}

.cq-Editable-dom .hidden-md:before {
    content: "This -moz-element will be visible only on mobile and tablet";
    content: "This element will be visible only on mobile and tablet"
}

.cq-Editable-dom .hidden-xs:before {
    content: "This -moz-element will be visible only on desktop";
    content: "This element will be visible only on desktop"
}

.cq-Editable-dom .only-sm:before {
    content: "This -moz-element will be visible only on tablet";
    content: "This element will be visible only on tablet"
}

.cq-Editable-dom .cmp-image,
.cq-Editable-dom .cmp-image__image,
.cq-Editable-dom .hero,
.cq-Editable-dom video {
    max-height: 1080px
}

.cq-Editable-dom .header .searchbox {
    display: block;
    position: static;
    margin: 0;
    width: auto
}

.aem-AuthorLayer-structure .cq-Editable-dom .header .searchbox {
    display: none
}

.cq-Editable-dom .header .searchbox .cmp-searchbox__results {
    display: block;
    position: static
}

.cq-Editable-dom .header .searchbox .searchbox-overlay {
    display: none
}

.cq-Editable-dom .navigation__dropdown {
    min-height: 48px
}

.cq-Editable-dom .navigation__dropdown .cmp-navigation__group:not(.active) {
    position: relative;
    display: block;
    z-index: 1
}

.cq-Editable-dom .hero.hero--large,
.cq-Editable-dom .hero.hero--large .cmp-hero {
    min-height: 0
}

.aem-AuthorLayer-Edit .cmp-accessControlledContent__content {
    display: block
}

.aem-AuthorLayer-Edit .cmp-button {
    min-width: 24px
}

.aem-AuthorLayer-Edit .theme__hidden-breadcrumbs .breadcrumb {
    display: block
}

.aem-AuthorLayer-Edit .theme__hidden-breadcrumbs .breadcrumb:before {
    content: "Breadcrumbs will NOT be visible on publish - page variant applied"
}

.aem-AuthorLayer-Edit .cookie-disclaimer {
    display: none !important
}

.aem-AuthorLayer-Edit .container--flex-boxes-with-separators:before {
    content: "Boxes will be aligned equally in a row in publish view"
}

.aem-AuthorLayer-Edit .container--flex-boxes-with-separators .container>.cmp-container,
.aem-AuthorLayer-Edit .container--flex-boxes-with-separators>.cmp-container>.aem-Grid {
    display: block
}

.aem-AuthorLayer-Edit .cmp-popup_modal {
    height: auto;
    display: block;
    position: absolute
}

.aem-AuthorLayer-Edit .cmp-popup_modal .modal__wrapper-content {
    padding: 12px 24px;
    max-height: unset
}

@media (min-width:769px) {
    .aem-AuthorLayer-Edit .cmp-popup_modal .modal__wrapper-content {
        margin-left: calc(50% - 384px)
    }

    .aem-AuthorLayer-Edit .cmp-popup_modal .modal__wrapper-content.modal__small {
        margin-left: calc(50% - 12.5vw)
    }

    .aem-AuthorLayer-Edit .cmp-popup_modal .modal__wrapper-content.modal__medium {
        margin-left: calc(50% - 25vw)
    }

    .aem-AuthorLayer-Edit .cmp-popup_modal .modal__wrapper-content.modal__large {
        margin-left: calc(50% - 37.5vw)
    }

    .aem-AuthorLayer-Edit .cmp-popup_modal .modal__wrapper-content.modal__max {
        margin-left: 8px
    }
}

.aem-AuthorLayer-Edit .cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_close_right_position {
    margin-right: -15px
}

.aem-AuthorLayer-structure .header {
    position: static;
    overflow: hidden
}

.calendar-with-first-separator .first {
    border-top: 1px solid #ccc;
    padding: 40px 0
}

.cmp-utils--lock-scroll {
    overflow-y: hidden !important
}

.button--dark-mode.button-border>.cmp-button,
.button--dark-mode.button-border>.cmp-form-button,
.button--dark-mode.button-full>.cmp-button,
.button--dark-mode.button-full>.cmp-form-button,
.button-border>.cmp-button,
.button-border>.cmp-form-button,
.button-full>.cmp-button,
.button-full>.cmp-form-button,
.button-link>.cmp-button,
.button-link>.cmp-form-button,
.cmp-calendar .cmp-calendar__button,
.container--press-release-footer .button .cmp-button {
    display: inline-flex;
    padding: 12px 24px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 8px 8px 0
}

.button-border>.cmp-button:hover,
.button-border>.cmp-form-button:hover,
.button-full>.cmp-button:hover,
.button-full>.cmp-form-button:hover,
.button-link>.cmp-button:hover,
.button-link>.cmp-form-button:hover,
.cmp-calendar .cmp-calendar__button:hover,
.container--press-release-footer .button .cmp-button:hover {
    animation-duration: 0.5s;
    animation-fill-mode: both
}

.button-full>.cmp-button,
.button-full>.cmp-form-button,
.cmp-calendar .cmp-calendar__button {
    background-color: #d81e04;
    color: #fff
}

.button-full>.cmp-button:hover,
.button-full>.cmp-form-button:hover,
.cmp-calendar .cmp-calendar__button:hover {
    background-color: #af1803
}

.button--dark-mode.button-full>.cmp-button,
.button--dark-mode.button-full>.cmp-form-button {
    background-color: #fff;
    color: #d81e04
}

.button--dark-mode.button-full>.cmp-button:hover,
.button--dark-mode.button-full>.cmp-form-button:hover {
    background-color: #f2f2f2
}

.button-border>.cmp-button,
.button-border>.cmp-form-button,
.container--press-release-footer .button .cmp-button {
    padding: 11px 23px;
    background-color: transparent;
    color: #d81e04;
    border: 1px solid #d81e04;
    box-sizing: border-box;
    font-weight: 600
}

.button-border>.cmp-button:hover,
.button-border>.cmp-form-button:hover,
.container--press-release-footer .button .cmp-button:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.button--dark-mode.button-border>.cmp-button,
.button--dark-mode.button-border>.cmp-form-button {
    padding: 11px 23px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box
}

.button--dark-mode.button-border>.cmp-button:hover,
.button--dark-mode.button-border>.cmp-form-button:hover {
    background-color: rgba(0, 0, 0, 0.25)
}

.button-link>.cmp-button,
.button-link>.cmp-form-button {
    padding: 0;
    background-color: transparent;
    color: #4d4d4d;
    text-transform: none;
    font-weight: 400
}

.button-link>.cmp-button:hover:first-child,
.button-link>.cmp-form-button:hover:first-child {
    text-decoration: underline
}

.button-link:disabled,
.disabled.button-link {
    opacity: 0.6;
    cursor: default;
    pointer-events: none
}

.button-icon--round>.cmp-button,
.button-icon--round>.cmp-form-button,
.button-icon>.cmp-button,
.button-icon>.cmp-form-button,
.cmp-searchbox__icon,
.cmp-searchresults__searchbox__icon,
.search .cmp-search__icon {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #4d4d4d;
    font-family: Material Design Icons
}

.button {
    display: inline-block;
    vertical-align: middle
}

.button.button--margin-right-reset>.cmp-button {
    margin-right: 0
}

.button-border>.cmp-button .cmp-button__text,
.button-border>.cmp-form-button .cmp-button__text,
.button-full>.cmp-button .cmp-button__text,
.button-full>.cmp-form-button .cmp-button__text {
    font-weight: inherit
}

.button-icon,
.button-icon--round {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 48px;
    height: 48px
}

.button-icon--round>.cmp-button .cmp-button__text,
.button-icon--round>.cmp-form-button .cmp-button__text,
.button-icon>.cmp-button .cmp-button__text,
.button-icon>.cmp-form-button .cmp-button__text {
    display: none
}

.button-icon--round:hover,
.button-icon:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.button-icon--round {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%
}

@media (max-width:767px) {
    .button--full-width--mobile {
        width: 100%
    }

    .button--full-width--mobile>.cmp-button,
    .button--full-width--mobile>.cmp-form-button {
        width: 100%;
        justify-content: center
    }
}

.button--main-color.button-icon>.cmp-button,
.button--main-color.button-icon>.cmp-form-button,
.button--main-color.button-link>.cmp-button,
.button--main-color.button-link>.cmp-form-button {
    color: #d81e04
}

.button--dark-mode.button-link>.cmp-button,
.button--dark-mode.button-link>.cmp-form-button {
    color: #fff
}

.button--dark-mode.button-icon,
.button--dark-mode.button-icon--round {
    background-color: transparent
}

.button--dark-mode.button-icon--round>.cmp-button,
.button--dark-mode.button-icon--round>.cmp-form-button,
.button--dark-mode.button-icon>.cmp-button,
.button--dark-mode.button-icon>.cmp-form-button {
    color: #fff
}

.button--dark-mode.button-icon--round:hover,
.button--dark-mode.button-icon:hover {
    background-color: rgba(0, 0, 0, 0.25)
}

.button--dark-mode.button-icon--round {
    border: 1px solid #fff
}

.button--font-bold.button-border>.cmp-button,
.button--font-bold.button-border>.cmp-form-button,
.button--font-bold.button-link>.cmp-button,
.button--font-bold.button-link>.cmp-form-button {
    font-weight: 700
}

.button .cmp-button--icon-left,
.button .cmp-button--icon-right {
    display: inline-flex;
    align-items: center;
    text-align: left
}

.button .cmp-button--icon-left .cmp-button__icon {
    margin-right: 8px
}

.button .cmp-button--icon-right .cmp-button__icon {
    margin-left: 8px;
    order: 2
}

.button.button-icon--round .cmp-button--icon-left .cmp-button__icon,
.button.button-icon--round .cmp-button--icon-right .cmp-button__icon,
.button.button-icon .cmp-button--icon-left .cmp-button__icon,
.button.button-icon .cmp-button--icon-right .cmp-button__icon {
    margin-left: 0;
    margin-right: 0
}

.button.button-link .cmp-button__icon {
    font-size: 18px
}

.button-align-right>.cmp-button {
    float: right;
    margin-right: 0
}

.button-align-center {
    text-align: center
}

.cmp-button__icon {
    font-size: 24px
}

.modal__wrapper {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1050
}

.modal__wrapper.open {
    display: block
}

.modal__wrapper .separator {
    display: none
}

.modal__wrapper .modal__wrapper-content {
    box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px;
    min-width: calc(100vw - 20px)
}

@media (min-width:768px) {
    .modal__wrapper .modal__wrapper-content {
        min-width: 600px
    }
}

@media (orientation:landscape) {
    .modal__wrapper .modal__wrapper-content {
        min-width: 55vw
    }
}

.modal__wrapper .modal__wrapper-content .title {
    padding-left: 0;
    padding-right: 0
}

.modal__wrapper .modal__wrapper-content .title .cmp-title__text {
    position: relative;
    margin-bottom: 40px;
    padding-left: 0
}

.modal__wrapper .modal__wrapper-content .text {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0
}

.modal__wrapper .modal__wrapper-content .button {
    margin-bottom: 4px;
    padding-right: 0
}

.modal__wrapper .modal__wrapper-content .modal__close-icon {
    font-size: 1.75rem;
    cursor: pointer
}

.modal__wrapper .modal__wrapper-content .cmp-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.accordion .cmp-accordion__item {
    border: 0;
    border-top: 1px solid #ccc
}

.accordion .cmp-accordion__item:last-of-type {
    border-bottom: 1px solid #ccc
}

.accordion .cmp-accordion__item[data-cmp-expanded] {
    border-top: 1px solid #d81e04
}

.accordion .cmp-accordion__header {
    padding: 18px 0
}

@media (min-width:768px) {
    .accordion .cmp-accordion__header {
        padding: 26px 0
    }
}

@media (min-width:1280px) {
    .accordion .cmp-accordion__header {
        padding: 24px 0
    }
}

.accordion .cmp-accordion__title {
    color: #000
}

@media (min-width:1280px) {
    .accordion .cmp-accordion__title {
        max-width: 75%
    }
}

.accordion .cmp-accordion__icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 12px;
    color: #d81e04
}

@media (min-width:768px) {
    .accordion .cmp-accordion__icon {
        margin: 2px 12px 0
    }
}

@media (min-width:1280px) {
    .accordion .cmp-accordion__icon {
        margin: 4px 12px 0
    }
}

.accordion .cmp-accordion__icon:before {
    font-size: 24px
}

.accordion .cmp-accordion__button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer
}

.accordion .cmp-accordion__panel {
    padding: 20px 0 40px
}

@media (min-width:768px) {
    .accordion .cmp-accordion__panel {
        padding: 40px 0 53px
    }
}

.accordion.accordion-big .cmp-accordion__header {
    padding: 29px 0
}

@media (min-width:768px) {
    .accordion.accordion-big .cmp-accordion__header {
        padding: 44px 0
    }
}

@media (min-width:1280px) {
    .accordion.accordion-big .cmp-accordion__header {
        padding: 40px 0
    }
}

.accordion.accordion-big .cmp-accordion__icon {
    margin-top: 4px
}

@media (min-width:768px) {
    .accordion.accordion-big .cmp-accordion__icon {
        margin-top: 6px
    }
}

@media (min-width:1280px) {
    .accordion.accordion-big .cmp-accordion__icon {
        margin-top: 10px
    }
}

@media (min-width:768px) {
    .accordion.accordion-big .cmp-accordion__panel {
        padding: 40px 0 80px
    }
}

.contact-wrapper {
    padding: 1rem 1rem 1rem 0;
    display: flex
}

.contact-wrapper .person--image {
    margin-right: 12px
}

@media (min-width:768px) {
    .contact-wrapper .person--image {
        margin-right: 16px
    }
}

@media (min-width:1280px) {
    .contact-wrapper .person--image {
        margin-right: 24px
    }
}

.contact-wrapper .person--image img {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 50%;
    width: 72px
}

@media (min-width:768px) {
    .contact-wrapper .person--image img {
        width: 80px
    }
}

@media (min-width:1280px) {
    .contact-wrapper .person--image img {
        width: 120px
    }
}

.contact-wrapper p {
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.16px;
    color: #000;
    padding: 0;
    margin: 0 0 8px
}

.contact-wrapper .person--data__name {
    margin-bottom: 0
}

.contact-wrapper .person--data__position {
    color: rgba(0, 0, 0, 0.7)
}

.contact-wrapper .person--data__email {
    text-decoration: underline;
    color: #d81e04
}

@media (min-width:1280px) {
    .contact-wrapper .person--data__email {
        margin-bottom: 0
    }
}

.fullwidthbanner.teaser {
    position: relative
}

.fullwidthbanner.teaser .cmp-teaser {
    display: block;
    border: 0
}

@media (min-width:768px) {
    .fullwidthbanner.teaser .cmp-teaser {
        padding-top: 0
    }
}

.fullwidthbanner.teaser .cmp-teaser .cmp-teaser__image {
    width: 100vw;
    margin-left: -24px
}

@media (min-width:768px) {
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__image {
        min-height: 356px;
        margin-left: -50vw;
        left: 50%
    }
}

@media (min-width:1280px) {
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__image {
        min-height: 560px
    }
}

.fullwidthbanner.teaser .cmp-teaser .cmp-teaser__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25)
}

.fullwidthbanner.teaser .cmp-teaser .cmp-teaser__image .cmp-image {
    position: relative;
    min-height: inherit
}

@media (min-width:768px) {
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__image+.cmp-teaser__content {
        position: absolute
    }

    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__image+.cmp-teaser__content .cmp-teaser__pretitle,
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__image+.cmp-teaser__content .cmp-teaser__title {
        color: #fff
    }
}

.fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content {
    padding: 0
}

@media (min-width:768px) {
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content {
        max-width: 50vw;
        left: 50%;
        top: 50%;
        transform: translateY(-50%)
    }
}

.fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 16px
}

@media (min-width:768px) {
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
        margin-bottom: 28px
    }
}

.fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    margin-bottom: 16px
}

@media (min-width:768px) {
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
        color: #fff;
        margin-bottom: 36px
    }
}

.fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    margin-bottom: 0
}

@media (min-width:768px) {
    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link {
        display: inline-block;
        padding: 11px 23px;
        border: 1px solid transparent;
        background-color: #d81e04;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer
    }

    .fullwidthbanner.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:hover {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        background-color: #af1803
    }
}

.fullwidthbanner.teaser.reversed .cmp-teaser {
    display: block
}

@media (min-width:768px) {
    .fullwidthbanner.teaser.reversed .cmp-teaser .cmp-teaser__content {
        left: 0;
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:1280px) {
    .fullwidthbanner.teaser.reversed .cmp-teaser .cmp-teaser__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.breadcrumb {
    margin-top: 16px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .breadcrumb {
        margin-bottom: 80px
    }
}

@media (min-width:1280px) {
    .breadcrumb {
        margin-bottom: 60px
    }
}

.breadcrumb .cmp-breadcrumb {
    display: block
}

.breadcrumb .cmp-breadcrumb__list {
    height: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.breadcrumb .cmp-breadcrumb__item {
    display: inline;
    color: #4d4d4d
}

@media (max-width:767px) {
    .breadcrumb .cmp-breadcrumb__item:not(:nth-last-child(2)) {
        display: none
    }
}

@media (min-width:768px) {
    .breadcrumb .cmp-breadcrumb__item:not(:last-child):after {
        content: "󰅂";
        display: inline-block;
        vertical-align: text-top;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: center;
        color: inherit
    }

    .breadcrumb .cmp-breadcrumb__item:not(:last-child)[href]:active:after,
    .breadcrumb .cmp-breadcrumb__item:not(:last-child)[href]:focus:after,
    .breadcrumb .cmp-breadcrumb__item:not(:last-child)[href]:hover:after {
        text-decoration: none
    }
}

.breadcrumb .cmp-breadcrumb__item--active {
    color: #000
}

.breadcrumb .cmp-breadcrumb__item-link {
    color: inherit;
    text-decoration: none
}

.breadcrumb .cmp-breadcrumb__item-link:before {
    content: "󰁍";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-right: 2px
}

.breadcrumb .cmp-breadcrumb__item-link[href]:active:before,
.breadcrumb .cmp-breadcrumb__item-link[href]:focus:before,
.breadcrumb .cmp-breadcrumb__item-link[href]:hover:before {
    text-decoration: none
}

.breadcrumb .cmp-breadcrumb__item-link:before {
    width: 18px
}

@media (min-width:768px) {
    .breadcrumb .cmp-breadcrumb__item-link:before {
        content: "";
        display: none
    }
}

.root>div>.breadcrumb {
    width: auto !important;
    margin-left: 24px;
    margin-right: 24px
}

@media (min-width:768px) {
    .root>div>.breadcrumb {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media (min-width:1280px) {
    .root>div>.breadcrumb {
        width: 1400px !important;
        max-width: calc(100% - 160px);
        margin-left: auto;
        margin-right: auto
    }
}

.cmp-calendarcard {
    margin-bottom: 24px
}

.cmp-calendarcard .cmp-calendarcard__data-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 24px
}

@media (min-width:768px) {
    .cmp-calendarcard .cmp-calendarcard__data-container {
        margin-right: 20px
    }
}

@media (min-width:1280px) {
    .cmp-calendarcard .cmp-calendarcard__data-container {
        margin-right: 16px
    }
}

@media (max-width:767px) {
    .cmp-calendarcard .cmp-calendarcard__subtitle {
        display: none
    }
}

.cmp-calendarcard .cmp-calendarcard__text-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.cmp-calendarcard .cmp-calendarcard__date {
    text-align: center;
    color: #d81e04;
    font-size: 2.3125rem;
    line-height: 2.75rem
}

.cmp-calendarcard .cmp-calendarcard__link {
    display: inline;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .16px;
    color: #d81e04;
    text-transform: none;
    text-decoration: none
}

.cmp-calendarcard .cmp-calendarcard__link:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.cmp-calendarcard .cmp-calendarcard__link[href]:active:after,
.cmp-calendarcard .cmp-calendarcard__link[href]:focus:after,
.cmp-calendarcard .cmp-calendarcard__link[href]:hover:after {
    text-decoration: none
}

.cmp-calendarcard .cmp-calendarcard__link[href]:active,
.cmp-calendarcard .cmp-calendarcard__link[href]:focus,
.cmp-calendarcard .cmp-calendarcard__link[href]:hover,
[href]:active .cmp-calendarcard .cmp-calendarcard__link,
[href]:focus .cmp-calendarcard .cmp-calendarcard__link,
[href]:hover .cmp-calendarcard .cmp-calendarcard__link {
    text-decoration: underline;
    background-color: transparent
}

@media (min-width:768px) {

    .cmp-calendarcard .cmp-calendarcard__link,
    .cmp-calendarcard .cmp-calendarcard__subtitle {
        margin-top: 4px
    }
}

@media (min-width:1280px) {

    .cmp-calendarcard .cmp-calendarcard__link,
    .cmp-calendarcard .cmp-calendarcard__subtitle {
        margin-top: 12px
    }
}

.calendarcard:not(.calendarcard__background-main-color) .cmp-calendarcard__data-container {
    height: 98px;
    width: 98px;
    border: 1px solid #ccc;
    border-top: 4px solid #af1803;
    margin-right: 24px
}

.calendarcard:not(.calendarcard__background-main-color) .cmp-calendarcard__text-container {
    min-height: 98px
}

.cmp-calendarcard__date-bottom {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #4d4d4d
}

.cmp-calendarcard__title {
    font-size: 24px
}

.calendarcard__background-main-color .cmp-calendarcard__data-container {
    background-color: #af1803;
    width: 121px;
    height: 121px
}

.calendarcard__background-main-color .cmp-calendarcard__text-container {
    min-height: 121px
}

.calendarcard__background-main-color .cmp-calendarcard__date-part {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: .28px;
    color: #fff;
    display: block
}

.calendarcard__background-main-color .cmp-calendarcard__date-part:last-child {
    font-size: 18px;
    letter-spacing: .18px
}

.calendarcard__background-main-color .cmp-calendarcard__date-part {
    font-weight: 700
}

.container--page-main {
    width: auto !important;
    margin-left: 24px;
    margin-right: 24px
}

@media (min-width:768px) {
    .container--page-main {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media (min-width:1280px) {
    .container--page-main {
        width: 1400px !important;
        max-width: calc(100% - 160px);
        margin-left: auto;
        margin-right: auto
    }
}

.container--flex {
    width: 100%;
    margin: 20px 0
}

.container--flex>.cmp-container {
    display: flex !important;
    flex-direction: column
}

@media (min-width:768px) {
    .container--flex>.cmp-container {
        flex-direction: row
    }

    .container--flex>.cmp-container .image {
        margin-left: 0;
        margin-right: 40px
    }

    .container--flex>.cmp-container .container+.image {
        margin-left: 40px;
        margin-right: 0
    }
}

.container--flex>.cmp-container .container {
    margin: 0;
    padding-right: 0
}

@media (min-width:1280px) {
    .container--flex>.cmp-container .container {
        margin: auto;
        padding-right: 120px
    }
}

.container--flex>.cmp-container .image+.container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:1279px) {
    .container--flex>.cmp-container .image+.container .cmp-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1280px) {
    .container--flex>.cmp-container .image+.container {
        padding-left: 120px
    }
}

.container--flex>.cmp-container>* {
    width: 100%
}

@media (min-width:768px) {
    .container--flex>.cmp-container>* {
        width: 50%
    }
}

.container--section-new .cmp-container {
    margin-top: 36px;
    margin-bottom: 80px
}

@media (min-width:768px) {
    .container--section-new .cmp-container {
        margin-top: 60px;
        margin-bottom: 80px
    }
}

@media (min-width:1280px) {
    .container--section-new .cmp-container {
        margin-top: 80px;
        margin-bottom: 180px
    }
}

@media (min-width:1280px) {
    .container--section-border-top-grey-md>.cmp-container {
        border-top: 1px solid #ccc
    }
}

.container--press-release-title {
    margin-bottom: 40px
}

.container--press-release-title:after {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #ccc
}

.container--press-release-title.border-bottom-hidden:after {
    content: none
}

.container--press-release-title>.cmp-container {
    padding-bottom: 40px
}

@media (min-width:768px) {
    .container--press-release-title>.cmp-container {
        padding-bottom: 60px
    }
}

@media (min-width:1280px) {
    .container--press-release-title>.cmp-container {
        padding-bottom: 80px
    }
}

.container--press-release-title .text {
    color: #4d4d4d
}

.container--press-release-content .image+.image,
.container--press-release-content .image+.text,
.container--press-release-content .image+.title,
.container--press-release-content .text+.image,
.container--press-release-content .text+.text,
.container--press-release-content .text+.title,
.container--press-release-content .title+.image,
.container--press-release-content .title+.text,
.container--press-release-content .title+.title {
    margin-top: 40px
}

@media (min-width:1280px) {

    .container--press-release-content .image+.image,
    .container--press-release-content .image+.text,
    .container--press-release-content .image+.title,
    .container--press-release-content .text+.image,
    .container--press-release-content .text+.text,
    .container--press-release-content .text+.title,
    .container--press-release-content .title+.image,
    .container--press-release-content .title+.text,
    .container--press-release-content .title+.title {
        margin-top: 60px
    }
}

.container--press-release-content .text.typography--lead+.image {
    margin-top: 60px
}

@media (min-width:1280px) {
    .container--press-release-content .text.typography--lead+.image {
        margin-top: 80px
    }
}

.container--press-release-footer {
    margin-top: 40px
}

@media (min-width:768px) {
    .container--press-release-footer {
        margin-top: 60px
    }
}

@media (min-width:1280px) {
    .container--press-release-footer {
        margin-top: 60px
    }
}

.container--press-release-footer:before {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #ccc
}

.container--press-release-footer>.cmp-container {
    padding-top: 40px;
    padding-bottom: 60px
}

@media (min-width:768px) {
    .container--press-release-footer>.cmp-container {
        padding-top: 60px;
        padding-bottom: 80px
    }
}

@media (min-width:1280px) {
    .container--press-release-footer>.cmp-container {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.container--press-release-footer .tilelist {
    margin-top: 40px;
    margin-bottom: 32px
}

@media (min-width:768px) {
    .container--press-release-footer .tilelist {
        margin-top: 40px;
        margin-bottom: 32px
    }
}

@media (min-width:1280px) {
    .container--press-release-footer .tilelist {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.container-mobile-tablet-col-reverse>.cmp-container>div {
    display: flex;
    flex-wrap: wrap
}

.container-mobile-tablet-col-reverse>.cmp-container>div .aem-Grid-newComponent {
    flex: 1 1 100%
}

@media (max-width:1280px) {
    .container-mobile-tablet-col-reverse>.cmp-container>div>div:first-child {
        order: 2
    }
}

.container--section--border-grey {
    border: 1px solid #ccc;
    padding: 40px
}

.container--intranet-article-title .text {
    color: #4d4d4d
}

.container--intranet-article-title .title {
    margin-top: 8px
}

.container--intranet-article-title .title+.text {
    margin-top: 24px
}

.container--intranet-article-content .image,
.container--intranet-article-content .quotation,
.container--intranet-article-content .text,
.container--intranet-article-content .title,
.container--intranet-article-content .videoplayer,
.container--intranet-article-title .image {
    margin-top: 40px
}

@media (min-width:1280px) {

    .container--intranet-article-content .image,
    .container--intranet-article-content .quotation,
    .container--intranet-article-content .text,
    .container--intranet-article-content .title,
    .container--intranet-article-content .videoplayer {
        margin-top: 60px
    }
}

.container--intranet-article-footer {
    padding-top: 24px
}

@media (min-width:768px) {
    .container--intranet-article-footer {
        padding-top: 40px
    }
}

.container--intranet-article-footer>.cmp-container {
    padding-top: 20px;
    padding-bottom: 24px;
    border-top: 1px solid #ccc
}

@media (min-width:768px) {
    .container--intranet-article-footer>.cmp-container {
        padding-top: 28px;
        padding-bottom: 32px
    }
}

.container--intranet-article-footer .button [href^=mailto] {
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 400;
    color: #d81e04;
    text-decoration: none;
    text-transform: none
}

.container--intranet-article-footer .button [href^=mailto] .cmp-button__icon {
    transform: translateY(1px);
    font-size: 110%
}

.container--intranet-article-footer .authorcontactdetails {
    margin-top: 40px
}

@media (min-width:768px) {
    .container--intranet-article-footer .authorcontactdetails {
        margin-top: 48px
    }
}

.container--intranet-article-footer .authorcontactdetails .contact-wrapper {
    padding: 0
}

.container--intranet-article-footer .authorcontactdetails .contact-wrapper .person--data__name {
    margin-top: 0
}

.container--intranet-article-footer .tilelist {
    margin-top: 16px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .container--intranet-article-footer .tilelist {
        margin-top: 24px;
        margin-bottom: 24px;
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.container--intranet-article-other-articles>.cmp-container {
    padding-top: 28px;
    border-top: 1px solid #ccc
}

@media (min-width:768px) {
    .container--intranet-article-other-articles>.cmp-container {
        padding-top: 40px
    }
}

.container--flex-boxes-with-separators>.cmp-container>.aem-Grid {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-evenly
}

@media (min-width:768px) {
    .container--flex-boxes-with-separators>.cmp-container>.aem-Grid {
        flex-direction: row
    }
}

.container--flex-boxes-with-separators .container {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 24px;
    flex: 1 1 100%
}

.container--flex-boxes-with-separators .container:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

@media (min-width:768px) {
    .container--flex-boxes-with-separators .container:not(:first-of-type) {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        border-top: 0
    }
}

.container--section-areas-table .cmp-container {
    margin: 0 0 4px
}

.container--section-areas-table .cmp-container .cmp-pictogram {
    margin-bottom: 8px
}

@media (min-width:1280px) {
    .container--section-areas-table .cmp-container .cmp-pictogram__image {
        flex: 0 0 96px;
        height: 96px;
        width: 96px
    }
}

.container--section-areas-table .cmp-container table {
    margin-bottom: 28px
}

.container--section-areas-table .cmp-container table caption {
    margin: 0 0 20px;
    font-weight: 600
}

@media (min-width:1280px) {
    .container--section-areas-table .cmp-container table caption {
        max-width: 75%
    }
}

.container--section-areas-table .cmp-container table tr:first-of-type {
    border-top: 1px solid #ccc
}

.container--section-areas-table .cmp-container table tr:nth-child(2) {
    color: #d81e04
}

.container--section-areas-table .cmp-container table tr:not(:first-of-type):hover {
    background: #fff
}

.container--section-areas-table .cmp-container table tr td {
    width: 50%;
    padding: 12px 0
}

.container--align-right>.cmp-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

#cookie-bar,
a#CybotCookiebotDialogPoweredbyCybot {
    display: none
}

#CybotCookiebotDialog {
    font-family: Proxima Nova, sans-serif !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important
}

@media (max-width:1279px) {
    #CybotCookiebotDialog {
        background-color: transparent !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        max-width: none !important;
        max-height: none !important
    }
}

#CybotCookiebotDialog h2 {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.16px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #000 !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog h2 {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
        letter-spacing: 0.18px !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog h2 h2 {
        margin-bottom: 40px !important
    }
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
    padding: 12px 16px !important;
    max-height: calc(100vh - 16px) !important
}

@supports (-webkit-touch-callout:none) {
    #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
        max-height: -webkit-fill-available !important
    }
}

@media (max-width:767px) {
    #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
        width: calc(100vw - 16px) !important;
        max-width: 90vw !important
    }
}

@media (min-width:768px) {
    #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
        max-width: 70vw !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
        max-width: 1400px !important
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
        height: 100% !important
    }
}

#CybotCookiebotDialog #CybotCookiebotDialogHeader {
    display: none !important
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter {
    font-size: .875rem !important;
    line-height: 1.375rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.09px !important;
    color: rgba(0, 0, 0, 0.7) !important
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a {
    font-size: .875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: 0.09px !important;
    letter-spacing: inherit !important;
    font-weight: 400 !important;
    color: #d81e04 !important;
    text-decoration: underline !important
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter {
    padding: 48px 0 0 !important
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer {
    padding: 0 !important;
    max-height: none !important;
    min-height: 20vh !important;
    height: auto !important;
    border: none !important
}

@media (min-width:768px) {
    #CybotCookiebotDialog .CybotCookiebotScrollContainer {
        min-height: auto !important
    }
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
    padding: 0 0 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
        border: none !important
    }
}

#CybotCookiebotDialog .CybotCookiebotFader {
    width: 100% !important;
    background-image: linear-gradient(180deg, hsla(0, 0%, 94.9%, 0), #f2f2f2) !important;
    height: 73px !important;
    left: 0 !important
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane {
    border-bottom: none !important;
    padding: 40px 0 0 !important
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
    width: 50% !important;
    padding: 0 !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
    margin: 0 0 20px !important
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper .CybotCookiebotDialogBodyLevelButtonLabel .CybotCookiebotDialogBodyLevelButtonDescription {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    letter-spacing: 0.18px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    color: #000 !important
}

@media (min-width:601px) {
    #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type) {
        border-right: none !important
    }

    #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonLabel {
        margin-bottom: 0 !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
        width: 25% !important;
        margin: 0 !important
    }
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent {
    overflow: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-width: 100% !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
    height: 24px !important;
    width: 32px !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
    border-radius: 0 !important;
    text-transform: none;
    cursor: pointer;
    background-color: #fff !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider:before {
    display: inline-block !important;
    top: 2px !important;
    left: 0 !important;
    width: 24px !important;
    height: 24px !important;
    color: #000 !important;
    font-size: 24px !important;
    margin: 0 8px 0 0 !important;
    flex-shrink: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    bottom: auto !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent input:focus+.CybotCookiebotDialogBodyLevelButtonSlider {
    box-shadow: none !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBodyContentCookieContainerHeader {
    position: relative !important;
    padding: 24px 0 20px !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBodyContentCookieContainerHeader .CybotCookiebotDialogBodyLevelButtonSlider:before {
    margin: 0 0 0 8px !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent input[type=checkbox] {
    appearance: none !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider:before {
    color: #d81e04 !important;
    transform: translateX(0) !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent input[disabled] {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.7 !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent input[disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #4d4d4d
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent input[disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider:before {
    color: #000 !important;
    transform: translateX(0) !important;
    opacity: 0.7 !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonDescription:hover {
    color: #000 !important
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContentDetails .CybotCookiebotFader {
    display: none !important
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter {
    padding: 24px 0 0 !important
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.64px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    font-family: Proxima Nova, sans-serif !important;
    border-radius: 0 !important;
    padding: 11px 23px !important;
    background-color: transparent !important;
    color: #d81e04 !important;
    border: 1px solid #d81e04 !important;
    box-sizing: border-box !important;
    font-weight: 600 !important;
    margin: 0 0 8px !important
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background-color: rgba(0, 0, 0, 0.05) !important
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:first-of-type {
    margin-bottom: 0 !important
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.64px !important;
    padding: 12px 24px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    font-family: Proxima Nova, sans-serif !important;
    border-radius: 0 !important;
    background-color: #d81e04 !important;
    color: #fff !important
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background-color: #af1803 !important
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    border: none !important
}

@media screen and (min-width:601px) {
    #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: column-reverse !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        flex: 1 1 auto !important
    }

    #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons {
        flex-direction: column !important;
        align-items: flex-start !important
    }

    #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
        width: 100% !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog #CybotCookiebotDialogFooter {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        padding-top: 40px !important;
        width: 100% !important;
        border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
        max-width: 1400px !important
    }

    #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons,
    #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important
    }

    #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons {
        max-width: none !important
    }

    #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
        width: auto !important;
        margin: 0 8px 0 0 !important
    }

    #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:last-of-type {
        margin-right: 0 !important
    }
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredByText {
    display: none !important
}

#CybotCookiebotDialog #CybotCookiebotDialogNav {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog #CybotCookiebotDialogNav {
        margin-bottom: 60px !important
    }
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotFader {
    display: none !important
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItem {
    padding: 0 24px !important;
    margin-top: 1px !important;
    flex: 1 0 auto !important
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItem:first-of-type {
    margin-left: -24px !important
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItem:last-of-type {
    padding-right: 0 !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItem {
        flex: none !important;
        margin: 1px 0 0 !important
    }

    #CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItem:first-of-type {
        margin-left: -24px !important
    }
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.64px !important;
    padding: 4px 0 16px !important
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active,
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive,
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    border-bottom: 4px solid #d81e04 !important
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
    padding: 0 8px 0 0 !important
}

#CybotCookiebotDialog .CookieCard {
    padding: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
    font-size: .875rem !important;
    line-height: 1.375rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.09px !important;
    padding: 0 0 8px !important;
    color: rgba(0, 0, 0, 0.7) !important;
    display: none !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro.visible {
    display: block !important
}

#CybotCookiebotDialog .CookieCard:last-of-type {
    margin-bottom: 0 !important;
    border-bottom: none !important
}

#CybotCookiebotDialog .CookieCard #CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified {
    padding: 20px 0 !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer {
    padding-top: 0 !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup {
    border-radius: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 24px 0 12px 16.66667% !important;
    margin: 0 !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieProvider {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.16px !important;
    font-weight: 600 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieProvider {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
        letter-spacing: 0.18px !important
    }
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieProvider:before {
    color: #d81e04 !important;
    font-size: 24px !important;
    margin: 0 11px 0 -35px !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieProvider:after {
    display: none !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieProvider:active,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieProvider:hover {
    color: #000 !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieLink {
    padding-top: 4px !important;
    display: inline !important;
    font-weight: 400 !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieLink:after {
    content: "\F0054";
    display: inline-block !important;
    font-size: 18px !important;
    font-family: Material Design Icons !important;
    margin-left: 6px !important;
    text-rendering: auto !important;
    line-height: inherit !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    vertical-align: middle !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieLink .CybotExternalLinkArrow {
    display: none !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup:not(.open):hover {
    background-color: #fff !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo {
    padding: 12px 0 0;
    margin: 12px 0 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
    background-color: transparent !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo:before {
    display: none !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoDescription,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoFooter,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoTitle {
    font-size: .875rem !important;
    line-height: 1.375rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.09px !important;
    margin-bottom: 4px !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoTitle {
    font-weight: 600 !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoDescription {
    padding: 0 !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoDescription,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoFooter {
    color: rgba(0, 0, 0, 0.7) !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoFooter {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoFooter b {
    font-size: .875rem !important;
    line-height: 1.375rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.09px !important;
    color: #000 !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoFooter .CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent {
    margin: 0 !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer {
        margin: 0 !important
    }

    #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup {
        padding-left: 80px !important
    }

    #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo {
        padding-left: 16px !important;
        padding-top: 14px !important
    }

    #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoFooter .CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent {
        width: auto !important
    }

    #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer .CybotCookiebotDialogDetailBodyContentCookieGroup .CybotCookiebotDialogDetailBodyContentCookieInfo .CybotCookiebotDialogDetailBodyContentCookieInfoFooter .CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent:first-of-type {
        width: 16.66667% !important
    }
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyEmptyCategoryMessage {
    font-size: .875rem !important;
    line-height: 1.375rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.09px !important;
    color: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
    padding: 0 0 12px !important;
    margin: 0 !important
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-left: -8px !important;
    width: 100% !important;
    text-align: left !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
        letter-spacing: 0.18px !important
    }
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton:before {
    color: #d81e04 !important;
    top: auto !important;
    transform: none !important;
    border: none !important;
    width: 24px !important;
    height: 24px !important;
    margin-right: 8px !important;
    font-size: 24px !important
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton.collapsed:before,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton.CybotCookiebotDialogCollapsed:before {
    transform: none !important
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBulkConsentCount {
    display: none !important
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout {
    font-size: .875rem !important;
    line-height: 1.375rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.09px !important;
    color: rgba(0, 0, 0, 0.7) !important;
    padding: 0 0 16px !important
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout .CybotCookiebotFader {
    display: none !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge {
        top: auto !important;
        bottom: 0 !important;
        padding: 0 !important;
        left: 0 !important;
        transform: translate(0%) !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge h2 {
        margin-bottom: 8px !important
    }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
    margin: 0 !important
}

@media (min-width:768px) {
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
        justify-content: flex-start !important;
        width: 50% !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
        width: 33.33333% !important;
        height: auto !important
    }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.16px !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin-bottom: 16px !important
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetailsLink:after {
    display: none !important
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetailsLink:before {
    margin-left: 6px !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
        margin-bottom: 0 !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
        display: block !important;
        width: 1400px !important;
        max-width: calc(100% - 160px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 24px 0 40px !important
    }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
    margin-left: 0 !important
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
        display: flex !important;
        width: 100% !important;
        min-height: 0 !important
    }
}

@media (min-width:1280px) and (-ms-high-contrast:active),
(min-width:1280px) and (-ms-high-contrast:none) {
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
        min-height: 89px !important;
        flex: 1 0 auto !important;
        flex-direction: row !important;
        flex-wrap: wrap !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyContent {
        border: none !important;
        padding: 0 !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyLevelWrapper {
        width: 66.66667% !important;
        padding: 0 !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyLevelButtonsSelectPane {
        padding: 0 !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        border-top: none !important;
        border-bottom: none !important;
        padding: 22px 0 34px !important;
        margin-top: 0 !important
    }
}

@media screen and (min-width:1510px) {
    #CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) #CybotCookiebotDialogTabContent {
        margin: 0 !important
    }
}

@media (min-width:1280px) {
    #CybotCookiebotDialog:not(.CybotEdge) {
        min-height: calc(100vh - 180px) !important;
        width: 1400px !important;
        min-width: 0 !important;
        max-width: calc(100% - 160px) !important;
        top: 120px !important;
        left: 0 !important;
        right: 0 !important;
        transform: translate(0%) !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    #CybotCookiebotDialog:not(.CybotEdge) .CybotCookiebotDialogContentWrapper {
        padding: 16px 24px 60px !important
    }

    #CybotCookiebotDialog:not(.CybotEdge) #CybotCookiebotDialogTabContent {
        flex-grow: 1 !important;
        margin-bottom: auto !important
    }

    #CybotCookiebotDialog:not(.CybotEdge) #CybotCookiebotDialogFooter {
        margin-top: 12px !important
    }

    #CybotCookiebotDialog:not(.CybotEdge) #CybotCookiebotDialogBodyLevelButtonsSelectPane {
        width: 66.66667%
    }

    #CybotCookiebotDialog:not(.CybotEdge) #CybotCookiebotDialogDetailBody {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important
    }
}

#CybotCookiebotDialog {
    overflow: visible !important
}

@media (max-width:1279px) {
    #CybotCookiebotDialog:before {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1
    }

    #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
        background-color: #fff !important
    }
}

.download .cmp-download__link {
    display: block;
    padding-left: 24px;
    position: relative;
    color: #d81e04;
    text-decoration: none
}

.download .cmp-download__title {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit
}

.download .cmp-download__action-text,
.download .cmp-download__properties {
    display: none
}

.download [data-filename] .cmp-download__link:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3C");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.download [data-filename$=".avi"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M39.45 65.92L35.5 76h-1.3l-3.95-10.08V76h-2.98V62h4.18l3.4 8.73 3.4-8.73h4.2v14h-3V65.92zM45.44 62h6.55c3.04 0 4.7 2.06 4.7 4.51 0 2.44-1.68 4.47-4.7 4.47h-3.57V76h-2.98V62zm6.15 2.56h-3.17v3.86h3.17c1.18 0 2.06-.76 2.06-1.93 0-1.16-.88-1.93-2.06-1.93zM64.57 73.1h-6.7v-2.35L63.43 62h4.12v8.48h1.81v2.62h-1.81V76h-2.98v-2.9zm-3.78-2.62h3.78v-5.84l-3.78 5.84z'/%3E%3C/svg%3E")
}

.download [data-filename$=".csv"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M27.7 69.01c0-4.3 3.25-7.24 7.35-7.24 3.19 0 4.98 1.68 5.96 3.42l-2.56 1.26a3.85 3.85 0 00-3.4-2.04c-2.44 0-4.28 1.95-4.28 4.6s1.85 4.6 4.28 4.6c1.55 0 2.81-.88 3.4-2.04l2.56 1.24c-1.01 1.74-2.77 3.44-5.96 3.44-4.09 0-7.35-2.94-7.35-7.24zM43.68 71.76a6.141 6.141 0 004.45 1.89c1.64 0 2.44-.78 2.44-1.57 0-1.05-1.22-1.41-2.83-1.79-2.29-.53-5.23-1.15-5.23-4.28 0-2.33 2.02-4.22 5.31-4.22 2.23 0 4.07.67 5.46 1.95l-1.66 2.18c-1.13-1.05-2.65-1.53-4.01-1.53-1.34 0-2.06.59-2.06 1.43 0 .95 1.18 1.24 2.79 1.62 2.31.53 5.25 1.22 5.25 4.33 0 2.56-1.83 4.49-5.61 4.49-2.69 0-4.62-.9-5.94-2.23l1.64-2.27zM54.33 62h3.4l3.88 10.77L65.48 62h3.4l-5.4 14h-3.74l-5.41-14z'/%3E%3C/svg%3E")
}

.download [data-filename$=".doc"] .cmp-download__link:before,
.download [data-filename$=".docx"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M26.3 62h5.5c4.4 0 7.4 2.8 7.4 7s-3 7-7.4 7h-5.5V62zm5.5 11.4c2.8 0 4.4-2 4.4-4.4 0-2.5-1.5-4.4-4.4-4.4h-2.5v8.8h2.5zM48.2 61.8c4.2 0 7.3 3 7.3 7.2s-3.1 7.2-7.3 7.2c-4.2 0-7.3-3-7.3-7.2s3.1-7.2 7.3-7.2zm0 2.6c-2.6 0-4.2 2-4.2 4.6 0 2.6 1.7 4.6 4.2 4.6 2.6 0 4.3-2 4.3-4.6 0-2.6-1.7-4.6-4.3-4.6zM57.2 69c0-4.3 3.3-7.2 7.3-7.2 3.2 0 5 1.7 6 3.4l-2.6 1.3c-.6-1.1-1.8-2-3.4-2-2.4 0-4.3 2-4.3 4.6 0 2.6 1.8 4.6 4.3 4.6 1.6 0 2.8-.9 3.4-2l2.6 1.2c-1 1.7-2.8 3.4-6 3.4-4.1 0-7.3-3-7.3-7.3z'/%3E%3C/svg%3E")
}

.download [data-filename$=".jpeg"] .cmp-download__link:before,
.download [data-filename$=".jpg"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M29.9 72.6c.5.5 1.3 1 2.2 1 1.3 0 2.2-.9 2.2-2.2V62h3v9.4c0 3.3-2.1 4.8-4.9 4.8-1.4 0-2.8-.4-3.8-1.4l1.3-2.2zM40.3 62h6.6c3 0 4.7 2.1 4.7 4.5S49.9 71 46.9 71h-3.6v5h-3V62zm6.1 2.6h-3.2v3.9h3.2c1.2 0 2.1-.8 2.1-1.9 0-1.3-.9-2-2.1-2zm13.9-2.8c2.9 0 4.7 1.4 5.8 3.1l-2.5 1.3c-.7-1-1.8-1.8-3.3-1.8-2.5 0-4.4 2-4.4 4.6 0 2.6 1.8 4.6 4.4 4.6 1.3 0 2.4-.5 3-1.1v-1.7h-3.7v-2.6h6.7v5.4c-1.4 1.6-3.4 2.6-6 2.6-4.1 0-7.5-2.9-7.5-7.3.1-4.3 3.5-7.1 7.5-7.1z'/%3E%3C/svg%3E")
}

.download [data-filename$=".mp3"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M39.6 65.9l-4 10.1h-1.3l-3.9-10.1V76h-3V62h4.2l3.4 8.7 3.4-8.7h4.2v14h-3V65.9zM45.5 62h6.6c3 0 4.7 2.1 4.7 4.5S55.1 71 52.1 71h-3.6v5h-3V62zm6.2 2.6h-3.2v3.9h3.2c1.2 0 2.1-.8 2.1-1.9-.1-1.3-1-2-2.1-2zM59.4 72.1c1 1 2.5 1.6 3.9 1.6 1.7 0 2.6-.7 2.6-1.8s-.9-1.7-2.8-1.7h-1.7v-2.6h1.7c1.6 0 2.6-.5 2.6-1.6s-1.1-1.7-2.6-1.7c-1.3 0-2.6.5-3.6 1.5L58 64c1.1-1.3 2.9-2.2 5.4-2.2 3.3 0 5.3 1.5 5.3 3.8 0 1.8-1.5 2.9-3.1 3.2 1.4.1 3.3 1.3 3.3 3.4 0 2.4-2.2 4.1-5.5 4.1-2.6 0-4.5-1-5.5-2.2l1.5-2z'/%3E%3C/svg%3E")
}

.download [data-filename$=".mp4"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M39.45 65.92L35.5 76h-1.3l-3.95-10.08V76h-2.98V62h4.18l3.4 8.73 3.4-8.73h4.2v14h-3V65.92zM45.44 62h6.55c3.04 0 4.7 2.06 4.7 4.51 0 2.44-1.68 4.47-4.7 4.47h-3.57V76h-2.98V62zm6.15 2.56h-3.17v3.86h3.17c1.18 0 2.06-.76 2.06-1.93 0-1.16-.88-1.93-2.06-1.93zM64.57 73.1h-6.7v-2.35L63.43 62h4.12v8.48h1.81v2.62h-1.81V76h-2.98v-2.9zm-3.78-2.62h3.78v-5.84l-3.78 5.84z'/%3E%3C/svg%3E")
}

.download [data-filename$=".pdf"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M27.92 60.78h6.55c3.04 0 4.7 2.06 4.7 4.51 0 2.44-1.68 4.47-4.7 4.47H30.9v5.02h-2.98v-14zm6.15 2.56H30.9v3.86h3.17c1.18 0 2.06-.76 2.06-1.93 0-1.15-.89-1.93-2.06-1.93zM41.23 60.78h5.52c4.39 0 7.43 2.79 7.43 7.01s-3.04 6.99-7.43 6.99h-5.52v-14zm5.52 11.38c2.77 0 4.39-1.99 4.39-4.37 0-2.48-1.51-4.39-4.39-4.39h-2.54v8.75h2.54v.01zM56.52 60.78h9.91v2.56H59.5v3.04h6.78v2.56H59.5v5.84h-2.98v-14z'/%3E%3C/svg%3E")
}

.download [data-filename$=".png"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M27.3 62h6.6c3 0 4.7 2.1 4.7 4.5S36.9 71 33.9 71h-3.6v5h-3V62zm6.2 2.6h-3.2v3.9h3.2c1.2 0 2.1-.8 2.1-1.9-.1-1.3-1-2-2.1-2zM43.6 66.6V76h-3V62h3.1l6.5 9.1V62h3v14h-2.9l-6.7-9.4zM62.9 61.8c2.9 0 4.7 1.4 5.8 3.1l-2.5 1.3c-.7-1-1.8-1.8-3.3-1.8-2.5 0-4.4 2-4.4 4.6 0 2.6 1.8 4.6 4.4 4.6 1.3 0 2.4-.5 3-1.1v-1.7h-3.7v-2.6h6.7v5.4c-1.4 1.6-3.4 2.6-6 2.6-4.1 0-7.5-2.9-7.5-7.3.1-4.3 3.4-7.1 7.5-7.1z'/%3E%3C/svg%3E")
}

.download [data-filename$=".xls"] .cmp-download__link:before,
.download [data-filename$=".xlsx"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M35.89 70.88L32.36 76h-3.55l5.08-7.18L29.13 62h3.55l3.21 4.79L39.06 62h3.59l-4.77 6.8 5.08 7.2H39.4l-3.51-5.12zM44.5 62h2.98v11.38h5.92V76h-8.9V62zM56.35 71.76a6.141 6.141 0 004.45 1.89c1.64 0 2.44-.78 2.44-1.57 0-1.05-1.22-1.41-2.83-1.79-2.29-.53-5.23-1.15-5.23-4.28 0-2.33 2.02-4.22 5.31-4.22 2.23 0 4.07.67 5.46 1.95l-1.66 2.18c-1.13-1.05-2.65-1.53-4.01-1.53-1.34 0-2.06.59-2.06 1.43 0 .95 1.18 1.24 2.79 1.62 2.31.53 5.25 1.22 5.25 4.33 0 2.56-1.83 4.49-5.61 4.49-2.69 0-4.62-.9-5.94-2.23l1.64-2.27z'/%3E%3C/svg%3E")
}

.download [data-filename$=".AVI"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M39.45 65.92L35.5 76h-1.3l-3.95-10.08V76h-2.98V62h4.18l3.4 8.73 3.4-8.73h4.2v14h-3V65.92zM45.44 62h6.55c3.04 0 4.7 2.06 4.7 4.51 0 2.44-1.68 4.47-4.7 4.47h-3.57V76h-2.98V62zm6.15 2.56h-3.17v3.86h3.17c1.18 0 2.06-.76 2.06-1.93 0-1.16-.88-1.93-2.06-1.93zM64.57 73.1h-6.7v-2.35L63.43 62h4.12v8.48h1.81v2.62h-1.81V76h-2.98v-2.9zm-3.78-2.62h3.78v-5.84l-3.78 5.84z'/%3E%3C/svg%3E")
}

.download [data-filename$=".CSV"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M27.7 69.01c0-4.3 3.25-7.24 7.35-7.24 3.19 0 4.98 1.68 5.96 3.42l-2.56 1.26a3.85 3.85 0 00-3.4-2.04c-2.44 0-4.28 1.95-4.28 4.6s1.85 4.6 4.28 4.6c1.55 0 2.81-.88 3.4-2.04l2.56 1.24c-1.01 1.74-2.77 3.44-5.96 3.44-4.09 0-7.35-2.94-7.35-7.24zM43.68 71.76a6.141 6.141 0 004.45 1.89c1.64 0 2.44-.78 2.44-1.57 0-1.05-1.22-1.41-2.83-1.79-2.29-.53-5.23-1.15-5.23-4.28 0-2.33 2.02-4.22 5.31-4.22 2.23 0 4.07.67 5.46 1.95l-1.66 2.18c-1.13-1.05-2.65-1.53-4.01-1.53-1.34 0-2.06.59-2.06 1.43 0 .95 1.18 1.24 2.79 1.62 2.31.53 5.25 1.22 5.25 4.33 0 2.56-1.83 4.49-5.61 4.49-2.69 0-4.62-.9-5.94-2.23l1.64-2.27zM54.33 62h3.4l3.88 10.77L65.48 62h3.4l-5.4 14h-3.74l-5.41-14z'/%3E%3C/svg%3E")
}

.download [data-filename$=".DOC"] .cmp-download__link:before,
.download [data-filename$=".DOCX"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M26.3 62h5.5c4.4 0 7.4 2.8 7.4 7s-3 7-7.4 7h-5.5V62zm5.5 11.4c2.8 0 4.4-2 4.4-4.4 0-2.5-1.5-4.4-4.4-4.4h-2.5v8.8h2.5zM48.2 61.8c4.2 0 7.3 3 7.3 7.2s-3.1 7.2-7.3 7.2c-4.2 0-7.3-3-7.3-7.2s3.1-7.2 7.3-7.2zm0 2.6c-2.6 0-4.2 2-4.2 4.6 0 2.6 1.7 4.6 4.2 4.6 2.6 0 4.3-2 4.3-4.6 0-2.6-1.7-4.6-4.3-4.6zM57.2 69c0-4.3 3.3-7.2 7.3-7.2 3.2 0 5 1.7 6 3.4l-2.6 1.3c-.6-1.1-1.8-2-3.4-2-2.4 0-4.3 2-4.3 4.6 0 2.6 1.8 4.6 4.3 4.6 1.6 0 2.8-.9 3.4-2l2.6 1.2c-1 1.7-2.8 3.4-6 3.4-4.1 0-7.3-3-7.3-7.3z'/%3E%3C/svg%3E")
}

.download [data-filename$=".JPEG"] .cmp-download__link:before,
.download [data-filename$=".JPG"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M29.9 72.6c.5.5 1.3 1 2.2 1 1.3 0 2.2-.9 2.2-2.2V62h3v9.4c0 3.3-2.1 4.8-4.9 4.8-1.4 0-2.8-.4-3.8-1.4l1.3-2.2zM40.3 62h6.6c3 0 4.7 2.1 4.7 4.5S49.9 71 46.9 71h-3.6v5h-3V62zm6.1 2.6h-3.2v3.9h3.2c1.2 0 2.1-.8 2.1-1.9 0-1.3-.9-2-2.1-2zm13.9-2.8c2.9 0 4.7 1.4 5.8 3.1l-2.5 1.3c-.7-1-1.8-1.8-3.3-1.8-2.5 0-4.4 2-4.4 4.6 0 2.6 1.8 4.6 4.4 4.6 1.3 0 2.4-.5 3-1.1v-1.7h-3.7v-2.6h6.7v5.4c-1.4 1.6-3.4 2.6-6 2.6-4.1 0-7.5-2.9-7.5-7.3.1-4.3 3.5-7.1 7.5-7.1z'/%3E%3C/svg%3E")
}

.download [data-filename$=".MP3"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M39.6 65.9l-4 10.1h-1.3l-3.9-10.1V76h-3V62h4.2l3.4 8.7 3.4-8.7h4.2v14h-3V65.9zM45.5 62h6.6c3 0 4.7 2.1 4.7 4.5S55.1 71 52.1 71h-3.6v5h-3V62zm6.2 2.6h-3.2v3.9h3.2c1.2 0 2.1-.8 2.1-1.9-.1-1.3-1-2-2.1-2zM59.4 72.1c1 1 2.5 1.6 3.9 1.6 1.7 0 2.6-.7 2.6-1.8s-.9-1.7-2.8-1.7h-1.7v-2.6h1.7c1.6 0 2.6-.5 2.6-1.6s-1.1-1.7-2.6-1.7c-1.3 0-2.6.5-3.6 1.5L58 64c1.1-1.3 2.9-2.2 5.4-2.2 3.3 0 5.3 1.5 5.3 3.8 0 1.8-1.5 2.9-3.1 3.2 1.4.1 3.3 1.3 3.3 3.4 0 2.4-2.2 4.1-5.5 4.1-2.6 0-4.5-1-5.5-2.2l1.5-2z'/%3E%3C/svg%3E")
}

.download [data-filename$=".MP4"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M39.45 65.92L35.5 76h-1.3l-3.95-10.08V76h-2.98V62h4.18l3.4 8.73 3.4-8.73h4.2v14h-3V65.92zM45.44 62h6.55c3.04 0 4.7 2.06 4.7 4.51 0 2.44-1.68 4.47-4.7 4.47h-3.57V76h-2.98V62zm6.15 2.56h-3.17v3.86h3.17c1.18 0 2.06-.76 2.06-1.93 0-1.16-.88-1.93-2.06-1.93zM64.57 73.1h-6.7v-2.35L63.43 62h4.12v8.48h1.81v2.62h-1.81V76h-2.98v-2.9zm-3.78-2.62h3.78v-5.84l-3.78 5.84z'/%3E%3C/svg%3E")
}

.download [data-filename$=".PDF"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M27.92 60.78h6.55c3.04 0 4.7 2.06 4.7 4.51 0 2.44-1.68 4.47-4.7 4.47H30.9v5.02h-2.98v-14zm6.15 2.56H30.9v3.86h3.17c1.18 0 2.06-.76 2.06-1.93 0-1.15-.89-1.93-2.06-1.93zM41.23 60.78h5.52c4.39 0 7.43 2.79 7.43 7.01s-3.04 6.99-7.43 6.99h-5.52v-14zm5.52 11.38c2.77 0 4.39-1.99 4.39-4.37 0-2.48-1.51-4.39-4.39-4.39h-2.54v8.75h2.54v.01zM56.52 60.78h9.91v2.56H59.5v3.04h6.78v2.56H59.5v5.84h-2.98v-14z'/%3E%3C/svg%3E")
}

.download [data-filename$=".PNG"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M27.3 62h6.6c3 0 4.7 2.1 4.7 4.5S36.9 71 33.9 71h-3.6v5h-3V62zm6.2 2.6h-3.2v3.9h3.2c1.2 0 2.1-.8 2.1-1.9-.1-1.3-1-2-2.1-2zM43.6 66.6V76h-3V62h3.1l6.5 9.1V62h3v14h-2.9l-6.7-9.4zM62.9 61.8c2.9 0 4.7 1.4 5.8 3.1l-2.5 1.3c-.7-1-1.8-1.8-3.3-1.8-2.5 0-4.4 2-4.4 4.6 0 2.6 1.8 4.6 4.4 4.6 1.3 0 2.4-.5 3-1.1v-1.7h-3.7v-2.6h6.7v5.4c-1.4 1.6-3.4 2.6-6 2.6-4.1 0-7.5-2.9-7.5-7.3.1-4.3 3.4-7.1 7.5-7.1z'/%3E%3C/svg%3E")
}

.download [data-filename$=".XLS"] .cmp-download__link:before,
.download [data-filename$=".XLSX"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M35.89 70.88L32.36 76h-3.55l5.08-7.18L29.13 62h3.55l3.21 4.79L39.06 62h3.59l-4.77 6.8 5.08 7.2H39.4l-3.51-5.12zM44.5 62h2.98v11.38h5.92V76h-8.9V62zM56.35 71.76a6.141 6.141 0 004.45 1.89c1.64 0 2.44-.78 2.44-1.57 0-1.05-1.22-1.41-2.83-1.79-2.29-.53-5.23-1.15-5.23-4.28 0-2.33 2.02-4.22 5.31-4.22 2.23 0 4.07.67 5.46 1.95l-1.66 2.18c-1.13-1.05-2.65-1.53-4.01-1.53-1.34 0-2.06.59-2.06 1.43 0 .95 1.18 1.24 2.79 1.62 2.31.53 5.25 1.22 5.25 4.33 0 2.56-1.83 4.49-5.61 4.49-2.69 0-4.62-.9-5.94-2.23l1.64-2.27z'/%3E%3C/svg%3E")
}

.download [data-filename$=".Avi"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M39.45 65.92L35.5 76h-1.3l-3.95-10.08V76h-2.98V62h4.18l3.4 8.73 3.4-8.73h4.2v14h-3V65.92zM45.44 62h6.55c3.04 0 4.7 2.06 4.7 4.51 0 2.44-1.68 4.47-4.7 4.47h-3.57V76h-2.98V62zm6.15 2.56h-3.17v3.86h3.17c1.18 0 2.06-.76 2.06-1.93 0-1.16-.88-1.93-2.06-1.93zM64.57 73.1h-6.7v-2.35L63.43 62h4.12v8.48h1.81v2.62h-1.81V76h-2.98v-2.9zm-3.78-2.62h3.78v-5.84l-3.78 5.84z'/%3E%3C/svg%3E")
}

.download [data-filename$=".Csv"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M27.7 69.01c0-4.3 3.25-7.24 7.35-7.24 3.19 0 4.98 1.68 5.96 3.42l-2.56 1.26a3.85 3.85 0 00-3.4-2.04c-2.44 0-4.28 1.95-4.28 4.6s1.85 4.6 4.28 4.6c1.55 0 2.81-.88 3.4-2.04l2.56 1.24c-1.01 1.74-2.77 3.44-5.96 3.44-4.09 0-7.35-2.94-7.35-7.24zM43.68 71.76a6.141 6.141 0 004.45 1.89c1.64 0 2.44-.78 2.44-1.57 0-1.05-1.22-1.41-2.83-1.79-2.29-.53-5.23-1.15-5.23-4.28 0-2.33 2.02-4.22 5.31-4.22 2.23 0 4.07.67 5.46 1.95l-1.66 2.18c-1.13-1.05-2.65-1.53-4.01-1.53-1.34 0-2.06.59-2.06 1.43 0 .95 1.18 1.24 2.79 1.62 2.31.53 5.25 1.22 5.25 4.33 0 2.56-1.83 4.49-5.61 4.49-2.69 0-4.62-.9-5.94-2.23l1.64-2.27zM54.33 62h3.4l3.88 10.77L65.48 62h3.4l-5.4 14h-3.74l-5.41-14z'/%3E%3C/svg%3E")
}

.download [data-filename$=".Doc"] .cmp-download__link:before,
.download [data-filename$=".Docx"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M26.3 62h5.5c4.4 0 7.4 2.8 7.4 7s-3 7-7.4 7h-5.5V62zm5.5 11.4c2.8 0 4.4-2 4.4-4.4 0-2.5-1.5-4.4-4.4-4.4h-2.5v8.8h2.5zM48.2 61.8c4.2 0 7.3 3 7.3 7.2s-3.1 7.2-7.3 7.2c-4.2 0-7.3-3-7.3-7.2s3.1-7.2 7.3-7.2zm0 2.6c-2.6 0-4.2 2-4.2 4.6 0 2.6 1.7 4.6 4.2 4.6 2.6 0 4.3-2 4.3-4.6 0-2.6-1.7-4.6-4.3-4.6zM57.2 69c0-4.3 3.3-7.2 7.3-7.2 3.2 0 5 1.7 6 3.4l-2.6 1.3c-.6-1.1-1.8-2-3.4-2-2.4 0-4.3 2-4.3 4.6 0 2.6 1.8 4.6 4.3 4.6 1.6 0 2.8-.9 3.4-2l2.6 1.2c-1 1.7-2.8 3.4-6 3.4-4.1 0-7.3-3-7.3-7.3z'/%3E%3C/svg%3E")
}

.download [data-filename$=".Jpeg"] .cmp-download__link:before,
.download [data-filename$=".Jpg"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M29.9 72.6c.5.5 1.3 1 2.2 1 1.3 0 2.2-.9 2.2-2.2V62h3v9.4c0 3.3-2.1 4.8-4.9 4.8-1.4 0-2.8-.4-3.8-1.4l1.3-2.2zM40.3 62h6.6c3 0 4.7 2.1 4.7 4.5S49.9 71 46.9 71h-3.6v5h-3V62zm6.1 2.6h-3.2v3.9h3.2c1.2 0 2.1-.8 2.1-1.9 0-1.3-.9-2-2.1-2zm13.9-2.8c2.9 0 4.7 1.4 5.8 3.1l-2.5 1.3c-.7-1-1.8-1.8-3.3-1.8-2.5 0-4.4 2-4.4 4.6 0 2.6 1.8 4.6 4.4 4.6 1.3 0 2.4-.5 3-1.1v-1.7h-3.7v-2.6h6.7v5.4c-1.4 1.6-3.4 2.6-6 2.6-4.1 0-7.5-2.9-7.5-7.3.1-4.3 3.5-7.1 7.5-7.1z'/%3E%3C/svg%3E")
}

.download [data-filename$=".Mp3"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M39.6 65.9l-4 10.1h-1.3l-3.9-10.1V76h-3V62h4.2l3.4 8.7 3.4-8.7h4.2v14h-3V65.9zM45.5 62h6.6c3 0 4.7 2.1 4.7 4.5S55.1 71 52.1 71h-3.6v5h-3V62zm6.2 2.6h-3.2v3.9h3.2c1.2 0 2.1-.8 2.1-1.9-.1-1.3-1-2-2.1-2zM59.4 72.1c1 1 2.5 1.6 3.9 1.6 1.7 0 2.6-.7 2.6-1.8s-.9-1.7-2.8-1.7h-1.7v-2.6h1.7c1.6 0 2.6-.5 2.6-1.6s-1.1-1.7-2.6-1.7c-1.3 0-2.6.5-3.6 1.5L58 64c1.1-1.3 2.9-2.2 5.4-2.2 3.3 0 5.3 1.5 5.3 3.8 0 1.8-1.5 2.9-3.1 3.2 1.4.1 3.3 1.3 3.3 3.4 0 2.4-2.2 4.1-5.5 4.1-2.6 0-4.5-1-5.5-2.2l1.5-2z'/%3E%3C/svg%3E")
}

.download [data-filename$=".Mp4"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M39.45 65.92L35.5 76h-1.3l-3.95-10.08V76h-2.98V62h4.18l3.4 8.73 3.4-8.73h4.2v14h-3V65.92zM45.44 62h6.55c3.04 0 4.7 2.06 4.7 4.51 0 2.44-1.68 4.47-4.7 4.47h-3.57V76h-2.98V62zm6.15 2.56h-3.17v3.86h3.17c1.18 0 2.06-.76 2.06-1.93 0-1.16-.88-1.93-2.06-1.93zM64.57 73.1h-6.7v-2.35L63.43 62h4.12v8.48h1.81v2.62h-1.81V76h-2.98v-2.9zm-3.78-2.62h3.78v-5.84l-3.78 5.84z'/%3E%3C/svg%3E")
}

.download [data-filename$=".Pdf"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M27.92 60.78h6.55c3.04 0 4.7 2.06 4.7 4.51 0 2.44-1.68 4.47-4.7 4.47H30.9v5.02h-2.98v-14zm6.15 2.56H30.9v3.86h3.17c1.18 0 2.06-.76 2.06-1.93 0-1.15-.89-1.93-2.06-1.93zM41.23 60.78h5.52c4.39 0 7.43 2.79 7.43 7.01s-3.04 6.99-7.43 6.99h-5.52v-14zm5.52 11.38c2.77 0 4.39-1.99 4.39-4.37 0-2.48-1.51-4.39-4.39-4.39h-2.54v8.75h2.54v.01zM56.52 60.78h9.91v2.56H59.5v3.04h6.78v2.56H59.5v5.84h-2.98v-14z'/%3E%3C/svg%3E")
}

.download [data-filename$=".Png"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M27.3 62h6.6c3 0 4.7 2.1 4.7 4.5S36.9 71 33.9 71h-3.6v5h-3V62zm6.2 2.6h-3.2v3.9h3.2c1.2 0 2.1-.8 2.1-1.9-.1-1.3-1-2-2.1-2zM43.6 66.6V76h-3V62h3.1l6.5 9.1V62h3v14h-2.9l-6.7-9.4zM62.9 61.8c2.9 0 4.7 1.4 5.8 3.1l-2.5 1.3c-.7-1-1.8-1.8-3.3-1.8-2.5 0-4.4 2-4.4 4.6 0 2.6 1.8 4.6 4.4 4.6 1.3 0 2.4-.5 3-1.1v-1.7h-3.7v-2.6h6.7v5.4c-1.4 1.6-3.4 2.6-6 2.6-4.1 0-7.5-2.9-7.5-7.3.1-4.3 3.4-7.1 7.5-7.1z'/%3E%3C/svg%3E")
}

.download [data-filename$=".Xls"] .cmp-download__link:before,
.download [data-filename$=".Xlsx"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 96 96' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23d81e04%7D%3C/style%3E%3Cpath class='st0' d='M78 88H20v-4h54V26.8L59.2 12H20V8h40.8L78 25.2z'/%3E%3Cpath class='st0' d='M56 26h22v4H56zm0-16h4v16h-4z'/%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M18 8h4v4h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M18 8h4v80h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill='%23d81e04'/%3E%3Cpath class='st0' d='M35.89 70.88L32.36 76h-3.55l5.08-7.18L29.13 62h3.55l3.21 4.79L39.06 62h3.59l-4.77 6.8 5.08 7.2H39.4l-3.51-5.12zM44.5 62h2.98v11.38h5.92V76h-8.9V62zM56.35 71.76a6.141 6.141 0 004.45 1.89c1.64 0 2.44-.78 2.44-1.57 0-1.05-1.22-1.41-2.83-1.79-2.29-.53-5.23-1.15-5.23-4.28 0-2.33 2.02-4.22 5.31-4.22 2.23 0 4.07.67 5.46 1.95l-1.66 2.18c-1.13-1.05-2.65-1.53-4.01-1.53-1.34 0-2.06.59-2.06 1.43 0 .95 1.18 1.24 2.79 1.62 2.31.53 5.25 1.22 5.25 4.33 0 2.56-1.83 4.49-5.61 4.49-2.69 0-4.62-.9-5.94-2.23l1.64-2.27z'/%3E%3C/svg%3E")
}

.download [data-filename$=".zip"] .cmp-download__link:before,
.download [data-filename$=".ZIP"] .cmp-download__link:before,
.download [data-filename$=".Zip"] .cmp-download__link:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 96 96'%3E%3Cpath d='M88 80H8V16h29.24l4 8H88v56zm-76-4h72V28H38.76l-4-8H12v56z' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='a' d='M10 30h18v4H10z'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M9 29h20v6H9z' clip-path='url(clientlib-site/css/%23b)' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='c' d='M20 38h8v4h-8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23c' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M19 37h10v6H19z' clip-path='url(clientlib-site/css/%23d)' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='e' d='M28 42h8v4h-8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23e' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M27 41h10v6H27z' clip-path='url(clientlib-site/css/%23f)' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='g' d='M28 34h8v4h-8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23g' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M27 33h10v6H27z' clip-path='url(clientlib-site/css/%23h)' fill='%23d81e04'/%3E%3Cdefs%3E%3Cpath id='i' d='M36 30h44v4H36z'/%3E%3C/defs%3E%3Cuse xlink:href='%23i' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='j'%3E%3Cuse xlink:href='%23i' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M35 29h46v6H35z' clip-path='url(clientlib-site/css/%23j)' fill='%23d81e04'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='k' d='M20 46h8v4h-8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23k' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='l'%3E%3Cuse xlink:href='%23k' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M19 45h10v6H19z' clip-path='url(clientlib-site/css/%23l)' fill='%23d81e04'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='m' d='M28 50h8v4h-8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23m' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='n'%3E%3Cuse xlink:href='%23m' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M27 49h10v6H27z' clip-path='url(clientlib-site/css/%23n)' fill='%23d81e04'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='o' d='M20 54h8v4h-8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23o' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='p'%3E%3Cuse xlink:href='%23o' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M19 53h10v6H19z' clip-path='url(clientlib-site/css/%23p)' fill='%23d81e04'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='q' d='M28 58h8v4h-8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23q' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='r'%3E%3Cuse xlink:href='%23q' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M27 57h10v6H27z' clip-path='url(clientlib-site/css/%23r)' fill='%23d81e04'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='s' d='M20 62h8v4h-8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23s' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='t'%3E%3Cuse xlink:href='%23s' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M19 61h10v6H19z' clip-path='url(clientlib-site/css/%23t)' fill='%23d81e04'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='u' d='M28 66h4v11h-4z'/%3E%3C/defs%3E%3Cuse xlink:href='%23u' overflow='visible' fill='%23d81e04'/%3E%3CclipPath id='v'%3E%3Cuse xlink:href='%23u' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M27 65h6v13h-6z' clip-path='url(clientlib-site/css/%23v)' fill='%23d81e04'/%3E%3C/g%3E%3C/svg%3E")
}

.download--layout-extended .cmp-download__link {
    padding-left: 60px;
    font-weight: 600;
    color: #000
}

.download--layout-extended [data-filename] .cmp-download__link:before {
    width: 48px;
    height: 48px
}

.download--layout-extended .cmp-download__properties {
    display: block;
    margin-top: 4px;
    color: #4d4d4d
}

.download--layout-extended .cmp-download__property,
.download--layout-extended .cmp-download__property-content,
.download--layout-extended .cmp-download__property-label {
    display: inline
}

.download--layout-extended .cmp-download__property--format .cmp-download__property-content {
    text-transform: uppercase
}

.download--layout-extended .cmp-download__property--size .cmp-download__property-label {
    display: none
}

.download--layout-extended .cmp-download__property--size .cmp-download__property-content:before {
    content: "("
}

.download--layout-extended .cmp-download__property--size .cmp-download__property-content:after {
    content: ")"
}

.download__legacy-layout-extended {
    margin-top: 16px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .download__legacy-layout-extended {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.download__legacy-layout-extended .cmp-download__link {
    padding-left: 60px;
    font-weight: 600;
    color: #000
}

.download__legacy-layout-extended [data-filename] .cmp-download__link:before {
    width: 48px;
    height: 48px
}

.download__legacy-layout-extended .cmp-download__properties {
    display: block;
    margin-top: 4px;
    color: #4d4d4d
}

.download__legacy-layout-extended .cmp-download__property,
.download__legacy-layout-extended .cmp-download__property-content,
.download__legacy-layout-extended .cmp-download__property-label {
    display: inline
}

.download__legacy-layout-extended .cmp-download__property--format .cmp-download__property-content {
    text-transform: uppercase
}

.download__legacy-layout-extended .cmp-download__property--size .cmp-download__property-label {
    display: none
}

.download__legacy-layout-extended .cmp-download__property--size .cmp-download__property-content:before {
    content: "("
}

.download__legacy-layout-extended .cmp-download__property--size .cmp-download__property-content:after {
    content: ")"
}

.erekruter label {
    text-transform: none
}

.cmp-popup_modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1050;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.cmp-popup_modal.open {
    display: flex
}

.cmp-popup_modal .separator {
    display: none
}

.cmp-popup_modal .modal__wrapper-content {
    box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 12px 16px;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 16px);
    overflow-y: auto;
    overflow-x: hidden
}

@supports (-webkit-touch-callout:none) {
    .cmp-popup_modal .modal__wrapper-content {
        max-height: -webkit-fill-available
    }
}

.cmp-popup_modal .modal__wrapper-content .cmp-image,
.cmp-popup_modal .modal__wrapper-content .cmp-image__image,
.cmp-popup_modal .modal__wrapper-content .video {
    max-height: unset
}

@media (min-width:769px) {
    .cmp-popup_modal .modal__wrapper-content {
        width: 768px
    }

    .cmp-popup_modal .modal__wrapper-content.modal__small {
        width: 25vw
    }

    .cmp-popup_modal .modal__wrapper-content.modal__medium {
        width: 50vw
    }

    .cmp-popup_modal .modal__wrapper-content.modal__large {
        width: 75vw
    }

    .cmp-popup_modal .modal__wrapper-content.modal__max {
        width: calc(100vw - 16px)
    }
}

.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_close_right_position .cmp-button {
    float: right;
    margin-top: -5px;
    margin-right: -5px
}

.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_close_right_position .cmp-button__icon {
    cursor: pointer
}

.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_center_position,
.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_left_position,
.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_right_position {
    margin-bottom: 0
}

.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_center_position button,
.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_left_position button,
.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_right_position button {
    margin-bottom: 0;
    margin-left: 0
}

.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_center_position {
    text-align: center
}

.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_center_position button {
    margin-right: 0
}

.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_right_position {
    text-align: right
}

.cmp-popup_modal .modal__wrapper-content .cmp-popup_modal_accept_right_position button {
    margin-right: 0
}

footer {
    color: #4d4d4d;
    background-color: #f2f2f2;
    padding-top: 28px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 60px
}

@media (min-width:768px) {
    footer {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:1280px) {
    footer {
        padding-top: 60px;
        padding-bottom: 24px
    }

    footer .container.container--content>.cmp-container {
        padding: 0
    }
}

footer>.cmp-experiencefragment {
    width: auto !important;
    margin-left: 24px;
    margin-right: 24px
}

@media (min-width:768px) {
    footer>.cmp-experiencefragment {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media (min-width:1280px) {
    footer>.cmp-experiencefragment {
        width: 1400px !important;
        max-width: calc(100% - 160px);
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1280px) {
    .footer__content-row {
        margin-bottom: 60px
    }
}

.footer__list-about .cmp-list__title,
.footer__list-shortcuts .cmp-list__title,
.footer__title {
    margin-bottom: 18px
}

.footer__lists-section,
.footer__title-section {
    margin-bottom: 40px
}

@media (min-width:768px) {

    .footer__lists-section,
    .footer__title-section {
        margin-bottom: 48px
    }
}

@media (min-width:1280px) {

    .footer__lists-section,
    .footer__title-section {
        margin-bottom: 0
    }
}

.footer__lists-section .cmp-list__item-link {
    display: block
}

.footer__lists-section .cmp-list__item-link,
.footer__lists-section .cmp-list__item-link:visited {
    color: inherit;
    text-decoration: none;
    text-transform: none
}

.footer__lists-section .cmp-list__item article {
    margin-bottom: 24px
}

.footer__lists-section .footer__list-shortcuts .cmp-list__content {
    column-count: 2
}

@media (min-width:1280px) {
    .footer__lists-section .footer__list-shortcuts .cmp-list__content {
        column-count: 3
    }
}

.footer__lists-section .footer__list-shortcuts .cmp-list__content .cmp-list__item {
    display: block;
    margin-top: 0
}

.footer__social-media-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    color: #4d4d4d
}

@media (min-width:768px) {
    .footer__social-media-section {
        margin-bottom: 24px
    }
}

@media (min-width:1280px) {
    .footer__social-media-section {
        margin-bottom: 48px
    }
}

.footer__social-media-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    font: normal normal normal 20px/1 Material Design Icons;
    margin-right: 38px
}

.footer__social-media-icon:last-of-type {
    margin-right: 0
}

.footer__social-media-icon.twitter-icon {
    margin-top: 1px
}

.footer__social-media-icon.youtube-icon {
    margin-top: 5px
}

.footer__social-media-icon.linkedin-icon {
    margin-top: 1px
}

.footer__social-media-icon.tiktok-icon {
    margin-top: -2px
}

.footer__social-media-icon .cmp-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer__bottom-links-section>.cmp-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.footer__bottom-links-section .button {
    margin-right: 16px
}

@media (max-width:767px) {
    .footer__bottom-links-section .button {
        margin-bottom: 18px
    }
}

@media (min-width:1280px) {
    .footer__bottom-links-section .button {
        margin-right: 40px
    }
}

.footer__bottom-links-section .button:last-of-type {
    margin-right: 0
}

.footer__bottom-links-section .button>.cmp-button,
.footer__bottom-links-section .button>.cmp-button:visited {
    color: inherit;
    text-decoration: none;
    text-transform: none
}

form .text .cmp-form-text label {
    display: block;
    text-transform: none;
    margin-bottom: 4px
}

form .text .cmp-form-text input,
form .text .cmp-form-text textarea {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 24px
}

form .text .cmp-form-text input:active,
form .text .cmp-form-text textarea:active {
    border-color: #4d4d4d
}

form .text .cmp-form-text input[disabled],
form .text .cmp-form-text textarea[disabled] {
    background-color: rgba(0, 0, 0, 0.05)
}

form .text .cmp-form-text textarea {
    min-height: 140px
}

form .text .cmp-form-text.required label:after {
    content: "*";
    margin-left: 4px;
    color: #d81e04
}

form .options .cmp-form-options--radio .cmp-form-options__legend {
    text-transform: none;
    margin-bottom: 16px
}

form .options .cmp-form-options--radio .cmp-form-options__field-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-left: 14px;
    margin-bottom: 24px
}

form .options .cmp-form-options--radio .cmp-form-options__field--radio {
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0
}

form .options .cmp-form-options--radio .cmp-form-options__field-description {
    display: inline-flex;
    text-transform: none;
    cursor: pointer
}

form .options .cmp-form-options--radio .cmp-form-options__field-description:before {
    display: inline-block;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    color: #000;
    font-size: 24px;
    margin: 0 8px 0 0;
    flex-shrink: 0
}

form .options .cmp-form-options--radio .cmp-form-options__field--radio:checked+.cmp-form-options__field-description:before {
    color: #d81e04
}

form .options .cmp-form-options--radio .cmp-form-options__field--radio[disabled]+.cmp-form-options__field-description {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8
}

form .options .cmp-form-options--radio .cmp-form-options__field--radio[disabled]+.cmp-form-options__field-description:before {
    color: #000;
    background-color: #f2f2f2;
    border-radius: 50%
}

form .options .cmp-form-options--radio.required .cmp-form-options__legend:after {
    content: "*";
    margin-left: 4px;
    color: #d81e04
}

form .checkbox .cmp-form-options--checkbox .cmp-form-options__legend,
form .options .cmp-form-options--checkbox .cmp-form-options__legend {
    text-transform: none;
    margin-bottom: 16px
}

form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-label,
form .options .cmp-form-options--checkbox .cmp-form-options__field-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 24px
}

form .checkbox .cmp-form-options--checkbox .cmp-form-options__field--checkbox,
form .options .cmp-form-options--checkbox .cmp-form-options__field--checkbox {
    margin: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    opacity: 0
}

form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description,
form .options .cmp-form-options--checkbox .cmp-form-options__field-description {
    display: inline-flex;
    text-transform: none;
    cursor: pointer
}

form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description:before,
form .options .cmp-form-options--checkbox .cmp-form-options__field-description:before {
    display: inline-block;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    color: #000;
    font-size: 24px;
    margin: 0 8px 0 0;
    flex-shrink: 0
}

form .checkbox .cmp-form-options--checkbox .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__field--checkbox:focus+.cmp-form-options__field-description:before,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description a:active,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description a:hover,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description a:link,
form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-description a:visited,
form .options .cmp-form-options--checkbox .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before,
form .options .cmp-form-options--checkbox .cmp-form-options__field--checkbox:focus+.cmp-form-options__field-description:before,
form .options .cmp-form-options--checkbox .cmp-form-options__field-description a:active,
form .options .cmp-form-options--checkbox .cmp-form-options__field-description a:hover,
form .options .cmp-form-options--checkbox .cmp-form-options__field-description a:link,
form .options .cmp-form-options--checkbox .cmp-form-options__field-description a:visited {
    color: #d81e04
}

form .checkbox .cmp-form-options--checkbox .cmp-form-options__field--checkbox[disabled]+.cmp-form-options__field-description,
form .options .cmp-form-options--checkbox .cmp-form-options__field--checkbox[disabled]+.cmp-form-options__field-description {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8
}

form .checkbox .cmp-form-options--checkbox .cmp-form-options__field--checkbox[disabled]+.cmp-form-options__field-description:before,
form .options .cmp-form-options--checkbox .cmp-form-options__field--checkbox[disabled]+.cmp-form-options__field-description:before {
    color: #000;
    background-color: #f2f2f2
}

form .checkbox .cmp-form-options--checkbox.required .cmp-form-options__field-description p:after,
form .checkbox .cmp-form-options--checkbox.required .cmp-form-options__legend:after,
form .options .cmp-form-options--checkbox.required .cmp-form-options__legend:after {
    content: "*";
    margin-left: 4px;
    color: #d81e04
}

form .options .cmp-form-options--drop-down,
form .options .cmp-form-options--multi-drop-down {
    position: relative;
    margin-bottom: 24px
}

form .options .cmp-form-options--drop-down .cmp-form-options__label,
form .options .cmp-form-options--multi-drop-down .cmp-form-options__label {
    display: block;
    text-transform: none;
    margin-bottom: 4px
}

form .options .cmp-form-options--drop-down select,
form .options .cmp-form-options--drop-down select[multiple],
form .options .cmp-form-options--multi-drop-down select,
form .options .cmp-form-options--multi-drop-down select[multiple] {
    appearance: none;
    padding: 10px 71px 10px 14px;
    background: #fff;
    height: 48px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    cursor: pointer
}

form .options .cmp-form-options--drop-down select[multiple],
form .options .cmp-form-options--multi-drop-down select[multiple] {
    height: auto;
    overflow: auto;
    padding: 10px 14px
}

form .options .cmp-form-options--drop-down select[multiple] option,
form .options .cmp-form-options--multi-drop-down select[multiple] option {
    display: block
}

form .options .cmp-form-options--drop-down select::-ms-expand,
form .options .cmp-form-options--multi-drop-down select::-ms-expand {
    display: none
}

form .options .cmp-form-options--drop-down option,
form .options .cmp-form-options--multi-drop-down option {
    appearance: none;
    display: inline-flex;
    background-color: #fff;
    padding: 10px 14px;
    height: auto;
    min-height: 48px;
    width: 100%;
    max-width: 100%;
    color: #000
}

form .options .cmp-form-options--drop-down option:checked,
form .options .cmp-form-options--drop-down option:hover,
form .options .cmp-form-options--multi-drop-down option:checked,
form .options .cmp-form-options--multi-drop-down option:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000
}

form .options .cmp-form-options--drop-down.required .cmp-form-options__label:after,
form .options .cmp-form-options--multi-drop-down.required .cmp-form-options__label:after {
    content: "*";
    margin-left: 4px;
    color: #d81e04
}

form .options .cmp-form-options--drop-down:before {
    position: absolute;
    display: inline-block;
    bottom: 12px;
    right: 8px;
    width: 24px;
    height: 24px;
    color: #000;
    font-size: 24px;
    margin: 0 8px 0 0;
    pointer-events: none
}

form .upload .cmp-upload__label {
    display: inline-block;
    width: 100%;
    text-transform: none;
    font-weight: 700
}

form .upload input {
    margin: 20px 0 48px
}

form .upload.required .cmp-upload__label:after {
    content: "*";
    margin-left: 4px;
    color: #d81e04
}

.general-meeting-form__wrapper form:before,
.investor-relations-newsletter-form__wrapper>.cmp-container>div>.container:before,
.product-question-form__wrapper>.cmp-container>div>.container:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    margin: 0 auto;
    height: 1px;
    width: calc(100% - 16px);
    background-color: #ccc
}

@media (min-width:768px) {

    .general-meeting-form__wrapper form:before,
    .investor-relations-newsletter-form__wrapper>.cmp-container>div>.container:before,
    .product-question-form__wrapper>.cmp-container>div>.container:before {
        width: calc(100% - 24px)
    }
}

@media (min-width:1280px) {

    .general-meeting-form__wrapper form:before,
    .investor-relations-newsletter-form__wrapper>.cmp-container>div>.container:before,
    .product-question-form__wrapper>.cmp-container>div>.container:before {
        width: calc(100% - 40px)
    }
}

form .recaptcha {
    margin: 4px 0 36px
}

form .recaptcha .g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0
}

form .text a:active,
form .text a:hover,
form .text a:link,
form .text a:visited {
    color: #d81e04
}

.career-contact-form__wrapper {
    padding-bottom: 40px
}

.career-contact-form__wrapper form .text .cmp-form-text input,
.career-contact-form__wrapper form .text .cmp-form-text select,
.career-contact-form__wrapper form .text .cmp-form-text textarea {
    margin-bottom: 44px
}

.editorial-office-contact-form__wrapper {
    margin-top: 44px;
    padding-bottom: 24px
}

.editorial-office-contact-form__wrapper>.cmp-container {
    padding-top: 24px;
    border-top: 1px solid #ccc
}

@media (min-width:768px) {
    .editorial-office-contact-form__wrapper>.cmp-container>div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        position: relative
    }
}

@media (min-width:1280px) {
    .editorial-office-contact-form__wrapper {
        padding-bottom: 120px
    }

    .editorial-office-contact-form__wrapper>.cmp-container {
        padding-top: 60px
    }
}

.editorial-office-contact-form__wrapper .container:first-of-type .cmp-container {
    min-height: 220px;
    height: 100%;
    padding: 28px 14px
}

@media (min-width:1280px) {
    .editorial-office-contact-form__wrapper .container:first-of-type .cmp-container {
        padding: 24px 20px 74px
    }
}

.editorial-office-contact-form__wrapper .container:first-of-type .cmp-container .cmp-title__text {
    color: #fff;
    margin-bottom: 52px
}

@media (min-width:768px) {
    .editorial-office-contact-form__wrapper .container:first-of-type .cmp-container .cmp-title__text {
        margin-bottom: 44px
    }
}

@media (min-width:1280px) {
    .editorial-office-contact-form__wrapper .container:first-of-type .cmp-container .cmp-title__text {
        margin-bottom: 24px
    }
}

.editorial-office-contact-form__wrapper .container:last-of-type {
    background-color: #fff;
    margin-top: 12px
}

@media (min-width:768px) {
    .editorial-office-contact-form__wrapper .container:last-of-type {
        margin-top: 0
    }
}

.editorial-office-contact-form__wrapper .container:last-of-type>.cmp-container {
    border: 1px solid #ccc;
    padding: 27px 20px;
    margin: 0;
    height: 100%;
    min-height: 220px
}

@media (min-width:1280px) {
    .editorial-office-contact-form__wrapper .container:last-of-type>.cmp-container {
        padding: 26px
    }
}

.editorial-office-contact-form__wrapper .container:last-of-type .cmp-title__text {
    margin-bottom: 12px;
    color: #000
}

.editorial-office-contact-form__wrapper .container:last-of-type .cmp-title__text:before {
    margin-right: 8px
}

.editorial-office-contact-form__wrapper .container:last-of-type .text {
    margin-bottom: 28px
}

.editorial-office-contact-form__wrapper .container:last-of-type .button .cmp-button {
    width: 100%;
    justify-content: center
}

.general-meeting-form__wrapper form {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:768px) {
    .general-meeting-form__wrapper form {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:1280px) {
    .general-meeting-form__wrapper form {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.general-meeting-form__wrapper form .text .cmp-form-text input,
.general-meeting-form__wrapper form .text .cmp-form-text textarea {
    margin-bottom: 48px
}

.general-meeting-form__wrapper form .text .cmp-form-text textarea {
    min-height: 162px
}

.general-meeting-form__wrapper form .options .cmp-form-options--drop-down {
    margin-bottom: 48px
}

.internal-newsletter-form__wrapper {
    padding-bottom: 40px;
    background-color: #fff
}

@media (min-width:768px) {
    .internal-newsletter-form__wrapper {
        padding-bottom: 52px
    }
}

@media (min-width:1280px) {
    .internal-newsletter-form__wrapper {
        padding-bottom: 97px
    }
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section {
    padding-top: 40px;
    border-bottom: 1px solid #ccc
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .title .cmp-title .cmp-title__text {
    margin-bottom: 12px
}

@media (min-width:1280px) {
    .internal-newsletter-form__wrapper .internal-newsletter-form__section .title .cmp-title .cmp-title__text {
        margin-bottom: 20px
    }
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio {
    margin-top: 40px;
    margin-bottom: 40px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__legend,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio .cmp-form-options__legend {
    margin-bottom: 20px
}

@media (min-width:768px) {

    .internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__legend,
    .internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio .cmp-form-options__legend {
        margin-bottom: 24px
    }
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__field-label,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio .cmp-form-options__field-label {
    margin-left: 0
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__field-label:last-of-type,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio .cmp-form-options__field-label:last-of-type {
    margin-bottom: 0
}

@media (min-width:768px) {

    .internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox,
    .internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start
    }

    .internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__legend,
    .internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio .cmp-form-options__legend {
        width: 100%
    }

    .internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__field-label,
    .internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--radio .cmp-form-options__field-label {
        margin-right: 60px;
        margin-bottom: 0
    }
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .options .cmp-form-options--checkbox .cmp-form-options__field-description {
    font-weight: 700
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options--checkbox {
    position: relative
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__legend {
    color: #4d4d4d;
    margin-bottom: 6px
}

@media (min-width:768px) {
    .internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__legend {
        margin-bottom: 4px
    }
}

@media (min-width:1280px) {
    .internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__legend {
        margin-bottom: 2px
    }
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__field-description {
    font-weight: 700
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__field-posttitle {
    margin-left: 30px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__field-link a:active,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__field-link a:hover,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__field-link a:link,
.internal-newsletter-form__wrapper .internal-newsletter-form__section .checkbox .cmp-form-options__field-link a:visited {
    color: #d81e04;
    text-decoration: none
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type {
    padding-bottom: 40px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options--checkbox {
    margin-top: 40px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-label {
    margin-bottom: 9px
}

@media (min-width:768px) {
    .internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-label {
        margin-bottom: 5px
    }
}

@media (min-width:1280px) {
    .internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-label {
        margin-bottom: 8px
    }
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-posttitle {
    margin-bottom: 13px
}

@media (min-width:1280px) {
    .internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-posttitle {
        margin-bottom: 9px
    }
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-link a {
    margin-left: 30px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:first-of-type .checkbox .cmp-form-options__field-link a:before {
    margin-right: 6px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:nth-of-type(2) .typography--headline-3 .cmp-title .cmp-title__text {
    margin-bottom: 4px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:nth-of-type(2) .checkbox .cmp-form-options--checkbox {
    margin-top: 20px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:nth-of-type(2) .checkbox .cmp-form-options__field-label {
    margin-bottom: 0
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:nth-of-type(2) .checkbox .cmp-form-options__field-posttitle {
    margin-top: 12px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:last-of-type {
    padding-bottom: 0;
    border-bottom: 0
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:last-of-type .text .cmp-form-text .cmp-form-text__text {
    margin-top: 6px
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:last-of-type .button .cmp-form-button {
    min-width: 200px;
    justify-content: center
}

@media (max-width:767px) {
    .internal-newsletter-form__wrapper .internal-newsletter-form__section:last-of-type .button .cmp-form-button {
        width: 100%
    }
}

.internal-newsletter-form__wrapper .internal-newsletter-form__section:last-of-type .checkbox .cmp-form-options__field-description {
    font-weight: 400
}

.investor-relations-form__wrapper form {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:768px) {
    .investor-relations-form__wrapper form {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:1280px) {
    .investor-relations-form__wrapper form {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.investor-relations-newsletter-form__wrapper {
    margin: 40px 0
}

@media (min-width:768px) {
    .investor-relations-newsletter-form__wrapper {
        margin: 80px 0;
        margin: 120px 0
    }
}

.investor-relations-newsletter-form__wrapper>.cmp-container>div>.container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.investor-relations-newsletter-form__wrapper .typography--headline-2 .cmp-title__text {
    margin-bottom: 52px
}

.investor-relations-newsletter-form__wrapper .text .cmp-text {
    margin-bottom: 55px
}

.investor-relations-newsletter-form__wrapper .text .cmp-text p {
    margin-top: 0
}

.investor-relations-newsletter-form__wrapper .text .cmp-text a:active,
.investor-relations-newsletter-form__wrapper .text .cmp-text a:hover,
.investor-relations-newsletter-form__wrapper .text .cmp-text a:link,
.investor-relations-newsletter-form__wrapper .text .cmp-text a:visited {
    color: #d81e04
}

.investor-relations-newsletter-form__wrapper .button .cmp-button .cmp-button__text {
    text-align: center
}

.product-question-form__wrapper>.cmp-container>div>.container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px
}

.product-question-form__wrapper .button>.cmp-button,
.product-question-form__wrapper .button>.cmp-form-button {
    width: 100%;
    justify-content: center
}

@media (min-width:768px) {

    .product-question-form__wrapper .button>.cmp-button,
    .product-question-form__wrapper .button>.cmp-form-button {
        width: auto;
        min-width: 200px
    }
}

@media (min-width:768px) {
    .product-question-form__wrapper form .options .cmp-form-options--radio .cmp-form-options__field-label {
        display: inline-flex
    }
}

.reporters-form__wrapper {
    padding-top: 48px;
    padding-bottom: 98px
}

@media (min-width:768px) {
    .reporters-form__wrapper {
        padding-top: 64px;
        padding-bottom: 76px
    }
}

@media (min-width:1280px) {
    .reporters-form__wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.reporters-form__wrapper form .text .cmp-form-text input,
.reporters-form__wrapper form .text .cmp-form-text textarea {
    margin-bottom: 44px
}

.reporters-form__wrapper form .options .cmp-form-options--checkbox {
    padding-bottom: 16px
}

@media (min-width:768px) {
    .reporters-form__wrapper form .options .cmp-form-options--checkbox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 24px
    }
}

.reporters-form__wrapper form .options .cmp-form-options--checkbox .cmp-form-options__field-label {
    display: flex;
    width: 100%
}

@media (min-width:768px) {
    .reporters-form__wrapper form .options .cmp-form-options--checkbox .cmp-form-options__field-label {
        width: calc(50% - 8px)
    }
}

.reporters-form__wrapper form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-label {
    margin-bottom: 29px
}

@media (min-width:768px) {
    .reporters-form__wrapper form .checkbox .cmp-form-options--checkbox .cmp-form-options__field-label {
        margin-bottom: 60px
    }
}

.header [href="#main-container"] {
    position: absolute;
    top: -1000%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 8px;
    background-color: #d81e04;
    color: #fff
}

.header [href="#main-container"]:focus {
    top: 0;
    z-index: 100;
    margin-top: 10px
}

@media (min-width:1280px) {
    .header [href="#main-container"]:focus {
        margin-top: 20px
    }
}

.aem-AuthorLayer-Edit .xf-web-container [href="#main-container"],
.aem-AuthorLayer-initial .xf-web-container [href="#main-container"],
.aem-AuthorLayer-Layouting .xf-web-container [href="#main-container"],
.aem-AuthorLayer-structure .xf-web-container [href="#main-container"] {
    position: static;
    display: block;
    text-align: center
}

.aem-AuthorLayer-Edit .xf-web-container [href="#main-container"]:focus,
.aem-AuthorLayer-initial .xf-web-container [href="#main-container"]:focus,
.aem-AuthorLayer-Layouting .xf-web-container [href="#main-container"]:focus,
.aem-AuthorLayer-structure .xf-web-container [href="#main-container"]:focus {
    margin-bottom: 0
}

.header__mobile-nav-trigger,
.header__search-trigger {
    width: 36px;
    height: 36px
}

@media (min-width:768px) {

    .header__mobile-nav-trigger,
    .header__search-trigger {
        width: 48px;
        height: 48px
    }
}

.header__mobile-nav-trigger .cmp-button,
.header__search-trigger .cmp-button {
    width: inherit;
    height: inherit;
    overflow: hidden;
    font-size: 24px;
    font-weight: 400;
    line-height: inherit;
    color: inherit;
    cursor: pointer
}

.header__mobile-nav-trigger .cmp-button__text,
.header__search-trigger .cmp-button__text {
    display: none
}

@media (min-width:1280px) {

    .header__contact-link,
    .header__group-menu-trigger,
    .header__main-page-link,
    .languagenavigation .cmp-languagenavigation__trigger {
        margin-left: 24px
    }
}

.header__contact-link>.cmp-button,
.header__group-menu-trigger>.cmp-button,
.header__main-page-link>.cmp-button,
.languagenavigation .cmp-languagenavigation__trigger>.cmp-button {
    font-weight: 400;
    letter-spacing: 0.16px;
    color: inherit;
    text-decoration: none
}

.header {
    height: 80px;
    margin: 0;
    padding: 0
}

.header .header__default-logo {
    display: block
}

.header .header__transparent-logo {
    display: none
}

@media (min-width:768px) {
    .header {
        height: 96px
    }
}

@media (min-width:1280px) {
    .header {
        height: 120px
    }
}

.header>.cmp-experiencefragment {
    width: auto !important;
    margin-left: 24px;
    margin-right: 24px;
    height: inherit;
    position: relative;
    z-index: 1010;
    background-color: #fff;
    color: #d81e04
}

@media (min-width:768px) {
    .header>.cmp-experiencefragment {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media (min-width:1280px) {
    .header>.cmp-experiencefragment {
        width: 1400px !important;
        max-width: calc(100% - 160px);
        margin-left: auto;
        margin-right: auto
    }
}

.header>.cmp-experiencefragment:before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    transform: translateX(-50%)
}

@media (min-width:1280px) {
    .header>.cmp-experiencefragment {
        color: #000
    }

    .header>.cmp-experiencefragment:after {
        content: "";
        display: block;
        width: calc(100vw - 80px);
        height: 1px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #d81e04
    }
}

.header>.cmp-experiencefragment>.cmp-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    border-bottom: 1px solid #d81e04
}

@media (min-width:1280px) {
    .header>.cmp-experiencefragment>.cmp-container {
        max-width: 1400px;
        margin: 0 auto;
        position: relative
    }
}

@media (min-width:1280px) {
    .header .navigationtabs {
        position: absolute;
        left: 0;
        bottom: 0
    }
}

.header .navigationtabs+.button {
    margin-top: auto
}

@media (min-width:1280px) {
    .header .navigationtabs+.button {
        margin-top: 0;
        margin-left: auto
    }
}

.header .button .cmp-button {
    text-transform: none;
    cursor: pointer
}

.header.is-active>.cmp-experiencefragment,
.header.is-animatable>.cmp-experiencefragment,
.header.is-visible>.cmp-experiencefragment {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    right: 0
}

.header.is-active>.cmp-experiencefragment .header__contact-link>.cmp-button,
.header.is-animatable>.cmp-experiencefragment .header__contact-link>.cmp-button,
.header.is-visible>.cmp-experiencefragment .header__contact-link>.cmp-button {
    color: inherit
}

.header.is-animatable>.cmp-experiencefragment {
    will-change: transform;
    transform: translateY(-100%)
}

.header.is-visible>.cmp-experiencefragment {
    transition: transform 0.2s ease-in-out;
    transform: none
}

.header.is-animatable.is-visible>.cmp-experiencefragment {
    transform: translateY(0);
    transition: transform 0.2s ease-in-out
}

@media (max-width:1279px) {

    .header.has-active-group-navigation .header__contact-link,
    .header.has-active-group-navigation .header__group-menu-trigger,
    .header.has-active-group-navigation .languagenavigation,
    .header.has-active-group-navigation .navigationtabs {
        display: none
    }
}

@media (min-width:1280px) {

    .header.has-active-group-navigation .header__contact-link,
    .header.has-active-group-navigation .languagenavigation {
        display: none
    }

    .header.has-active-group-navigation .header__group-menu-trigger {
        display: block;
        position: fixed;
        z-index: 3;
        top: 20px;
        right: 60px;
        color: #000
    }
}

@media (min-width:768px) {
    .header.header-mask:before {
        content: "";
        background: rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1001
    }
}

.header.header-mask .header__contact-link>.cmp-button {
    color: inherit
}

.header__default-logo img,
.header__transparent-logo img {
    height: 48px;
    width: auto
}

@media (min-width:768px) {

    .header__default-logo img,
    .header__transparent-logo img {
        height: 56px
    }
}

@media (min-width:1280px) {

    .header__default-logo img,
    .header__transparent-logo img {
        height: 72px
    }
}

.header__default-logo.header__extra-extra-small-logo img,
.header__transparent-logo.header__extra-extra-small-logo img {
    height: 36px
}

@media (min-width:768px) {

    .header__default-logo.header__extra-extra-small-logo img,
    .header__transparent-logo.header__extra-extra-small-logo img {
        height: 36px
    }
}

@media (min-width:1280px) {

    .header__default-logo.header__extra-extra-small-logo img,
    .header__transparent-logo.header__extra-extra-small-logo img {
        height: 48px
    }
}

.header__default-logo.header__extra-small-logo img,
.header__transparent-logo.header__extra-small-logo img {
    height: 36px
}

@media (min-width:768px) {

    .header__default-logo.header__extra-small-logo img,
    .header__transparent-logo.header__extra-small-logo img {
        height: 48px
    }
}

@media (min-width:1280px) {

    .header__default-logo.header__extra-small-logo img,
    .header__transparent-logo.header__extra-small-logo img {
        height: 56px
    }
}

.header__default-logo.header__small-logo img,
.header__transparent-logo.header__small-logo img {
    height: 48px
}

@media (min-width:768px) {

    .header__default-logo.header__small-logo img,
    .header__transparent-logo.header__small-logo img {
        height: 56px
    }
}

@media (min-width:1280px) {

    .header__default-logo.header__small-logo img,
    .header__transparent-logo.header__small-logo img {
        height: 64px
    }
}

.header__default-logo.header__big-logo img,
.header__transparent-logo.header__big-logo img {
    height: 64px
}

@media (min-width:768px) {

    .header__default-logo.header__big-logo img,
    .header__transparent-logo.header__big-logo img {
        height: 72px
    }
}

@media (min-width:1280px) {

    .header__default-logo.header__big-logo img,
    .header__transparent-logo.header__big-logo img {
        height: 88px
    }
}

.header__search-trigger {
    z-index: 1020;
    margin-left: auto
}

@media (min-width:1280px) {
    .header__search-trigger {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 12px
    }
}

.header__search-trigger .cmp-button:before {
    content: "󰍉";
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit
}

.header__search-trigger .cmp-button[href]:active:before,
.header__search-trigger .cmp-button[href]:focus:before,
.header__search-trigger .cmp-button[href]:hover:before {
    text-decoration: none
}

.header__search-trigger .cmp-button__text {
    visibility: hidden
}

.header__search-trigger.is-hidden {
    display: none
}

.header__mobile-nav-trigger {
    margin-left: 6px;
    margin-right: -6px;
    position: relative
}

@media (min-width:1280px) {
    .header__mobile-nav-trigger {
        display: none
    }
}

.header__mobile-nav-trigger .cmp-button:before {
    content: "󰍜";
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit
}

.header__mobile-nav-trigger .cmp-button[href]:active:before,
.header__mobile-nav-trigger .cmp-button[href]:focus:before,
.header__mobile-nav-trigger .cmp-button[href]:hover:before {
    text-decoration: none
}

@media (min-width:768px) and (max-width:1279px) {
    .header__mobile-nav-trigger [aria-expanded=true] {
        position: absolute;
        z-index: 1021;
        right: 0
    }
}

.header__mobile-nav-trigger [aria-expanded=true]:before {
    content: "󰅖"
}

.header__mobile-nav-trigger [aria-expanded=true] .cmp-button__text {
    display: none
}

.header__mobile-nav-trigger-right {
    position: absolute;
    right: 0
}

.header__group-menu-trigger {
    margin-bottom: 24px
}

.header__group-menu-trigger .cmp-button:before {
    content: "󰷐";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit
}

.header__group-menu-trigger .cmp-button[href]:active:before,
.header__group-menu-trigger .cmp-button[href]:focus:before,
.header__group-menu-trigger .cmp-button[href]:hover:before {
    text-decoration: none
}

@media (min-width:1280px) {
    .header__group-menu-trigger [aria-expanded=true]:before {
        content: "󰅖";
        display: block;
        font-size: 150%
    }

    .header__group-menu-trigger [aria-expanded=true] .cmp-button__text {
        display: none
    }
}

.header__group-menu {
    display: none
}

@media (min-width:1280px) {
    .header__group-menu {
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        min-width: 34%;
        max-width: 50%;
        padding: 80px 40px;
        background-color: #fff;
        overflow-y: auto;
        color: #000
    }
}

.header__group-menu .cmp-text ul {
    margin: 0;
    list-style-type: none
}

@media (min-width:1280px) {
    .header__group-menu .cmp-text ul {
        column-count: 2
    }
}

.header__group-menu .cmp-text ul li {
    margin: 0;
    padding: 16px 0 0
}

@media (min-width:1280px) {
    .header__group-menu .cmp-text ul li {
        padding: 8px 0 0
    }
}

.header__group-menu .cmp-text ul li:before {
    content: none
}

.header__group-menu .cmp-text a,
.header__group-menu .cmp-text p {
    display: block;
    padding: 4px 0;
    color: inherit;
    text-decoration: none
}

.header__group-menu h3 {
    margin-bottom: 40px;
    font-weight: 700
}

@media (min-width:1280px) {
    .header__group-menu h3 {
        margin-bottom: 72px
    }
}

.has-active-group-navigation .header__mobile-intro-button--back {
    display: block
}

@media (min-width:1280px) {
    .has-active-group-navigation .header__mobile-intro-button--back {
        display: none
    }
}

.has-active-group-navigation .header__group-menu {
    display: block
}

.header__contact-link>.cmp-button:before {
    content: "󰄜";
    display: inline-block;
    vertical-align: baseline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit
}

.header__contact-link>.cmp-button[href]:active:before,
.header__contact-link>.cmp-button[href]:focus:before,
.header__contact-link>.cmp-button[href]:hover:before {
    text-decoration: none
}

.header__mobile-panel {
    padding-left: 24px;
    padding-right: 24px
}

@media (max-width:1279px) {
    .header__mobile-panel {
        width: auto;
        padding-top: 24px;
        padding-bottom: 40px;
        position: fixed;
        z-index: 1020;
        left: 0;
        right: 0;
        top: 80px;
        bottom: 0;
        background-color: #fff;
        transform: translateX(120%)
    }

    .header__mobile-panel.is-visible {
        transform: translateX(0);
        overflow-y: auto;
        color: #000
    }
}

@media (min-width:768px) {
    .header__mobile-panel {
        left: 50%;
        top: 0;
        padding-top: 2px;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 94px
    }
}

@media (min-width:1280px) {
    .header__mobile-panel {
        height: 100%;
        margin-left: 48px;
        margin-top: 0;
        padding: 0;
        position: static;
        flex-grow: 1;
        background-color: transparent
    }
}

.header__mobile-panel>.cmp-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 100%
}

@media (min-width:1280px) {
    .header__mobile-panel>.cmp-container {
        padding: 20px 0 0;
        flex-direction: row;
        position: relative
    }
}

.header__mobile-intro-button--back {
    display: none;
    margin-bottom: 24px
}

.header__mobile-intro-button--back>.cmp-button {
    font-weight: 400;
    color: #d81e04
}

.header__mobile-intro-button--back>.cmp-button:before {
    content: "󰁍";
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-right: 4px
}

.header__mobile-intro-button--back>.cmp-button[href]:active:before,
.header__mobile-intro-button--back>.cmp-button[href]:focus:before,
.header__mobile-intro-button--back>.cmp-button[href]:hover:before {
    text-decoration: none
}

@media (max-width:1279px) {
    [data-current-level] .header__mobile-intro-button--back {
        display: block
    }
}

@media (max-width:1279px) {
    .header__editable-section {
        display: none !important
    }
}

[data-current-level="2"] .header__editable-section,
[data-current-level="3"] .header__editable-section {
    display: none !important
}

.header__main-page-link>.cmp-button:before {
    content: "󰇧";
    display: inline-block;
    vertical-align: baseline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit
}

.header__main-page-link>.cmp-button[href]:active:before,
.header__main-page-link>.cmp-button[href]:focus:before,
.header__main-page-link>.cmp-button[href]:hover:before {
    text-decoration: none
}

.hero {
    position: relative;
    padding: 0 !important;
    overflow: visible
}

.hero .cmp-hero {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    position: static;
    width: 100%;
    height: 100%;
    min-height: 420px;
    overflow: visible
}

@media (min-width:768px) {
    .hero .cmp-hero {
        min-height: 506px
    }
}

@media (min-width:1280px) {
    .hero .cmp-hero {
        min-height: 600px
    }
}

.hero .cmp-hero__image,
.hero .cmp-hero__video {
    z-index: -1;
    width: 100vw !important;
    padding: 0 !important;
    overflow: visible
}

.hero .cmp-hero__image {
    position: static;
    height: 100%;
    top: 0
}

.hero .cmp-hero__image .cmp-image {
    position: absolute;
    width: 100vw;
    height: 100%
}

.hero .cmp-hero__image .cmp-image__link {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.hero .cmp-hero__image .cmp-image__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero .cmp-hero__video {
    position: static;
    height: 100%;
    top: 0
}

.hero .cmp-hero__video video {
    position: absolute;
    width: 100vw;
    height: 100%;
    object-fit: cover
}

.hero .cmp-hero__content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    position: static;
    height: 100%;
    width: 100%;
    padding: 166px 8px 40px;
    margin: 0 auto;
    color: #fff;
    flex: 1 0 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0
}

@media (min-width:768px) {
    .hero .cmp-hero__content {
        padding: 218px 12px 60px
    }
}

@media (min-width:1280px) {
    .hero .cmp-hero__content {
        padding: 272px 20px 80px
    }
}

.hero .cmp-hero__description,
.hero .cmp-hero__pretitle,
.hero .cmp-hero__title {
    width: 100%
}

@media (min-width:768px) {

    .hero .cmp-hero__description,
    .hero .cmp-hero__pretitle,
    .hero .cmp-hero__title {
        width: 82.7%
    }
}

@media (min-width:1280px) {

    .hero .cmp-hero__description,
    .hero .cmp-hero__pretitle,
    .hero .cmp-hero__title {
        width: 50%
    }
}

.hero .cmp-hero__pretitle {
    margin-bottom: 8px
}

.hero .cmp-hero__title-link {
    color: #fff;
    text-decoration: none
}

.hero .cmp-hero__title-link:active,
.hero .cmp-hero__title-link:hover,
.hero .cmp-hero__title-link:visited {
    color: #fff
}

.hero .cmp-hero__description {
    margin-top: 24px
}

.hero .cmp-hero__action-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 28px
}

@media (min-width:1280px) {
    .hero .cmp-hero__action-container {
        margin-top: 40px
    }
}

.hero .cmp-hero__action-container .cmp-hero__action-link {
    display: inline-block;
    padding: 12px 24px;
    background-color: #d81e04;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 8px
}

.hero .cmp-hero__action-container .cmp-hero__action-link:hover {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background-color: #af1803
}

.hero .cmp-hero__action-container .cmp-hero__action-link:visited {
    color: inherit
}

.hero .cmp-hero__action-container .cmp-hero__action-link:last-of-type {
    margin-right: 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .hero .cmp-hero__content {
        top: 0;
        flex: 1 1 auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-start
    }

    .hero .cmp-hero__content>* {
        flex: 1 0 auto;
        width: 100%
    }
}

@media (-ms-high-contrast:active) and (min-width:768px),
(-ms-high-contrast:none) and (min-width:768px) {
    .hero .cmp-hero__content>* {
        padding-right: 17.3%
    }
}

@media (-ms-high-contrast:active) and (min-width:1280px),
(-ms-high-contrast:none) and (min-width:1280px) {
    .hero .cmp-hero__content>* {
        padding-right: 50%
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .hero .cmp-hero {
        position: relative;
        left: 0
    }

    .hero .cmp-hero__video {
        position: absolute;
        height: 100%;
        top: 0;
        left: -16px
    }
}

@media (-ms-high-contrast:active) and (min-width:768px),
(-ms-high-contrast:none) and (min-width:768px) {
    .hero .cmp-hero__video {
        left: -24px;
        overflow: hidden
    }
}

@media (-ms-high-contrast:active) and (min-width:1280px),
(-ms-high-contrast:none) and (min-width:1280px) {
    .hero .cmp-hero__video {
        left: calc(-50vw - -50%)
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .hero .cmp-hero__video video {
        height: 100%;
        width: auto;
        min-height: 56.25vw
    }
}

.hero.hero--large,
.hero.hero--large .cmp-hero {
    min-height: 100vh
}

.hero.hero--large .cmp-hero__content {
    padding-top: 166px;
    padding-bottom: 88px
}

@media (min-width:768px) {
    .hero.hero--large .cmp-hero__content {
        padding-top: 218px;
        padding-bottom: 257px
    }
}

@media (min-width:1280px) {
    .hero.hero--large .cmp-hero__content {
        padding-top: 272px;
        padding-bottom: 203px
    }
}

.hero.hero--no-image {
    min-height: 0;
    width: 100% !important;
    margin-left: 0;
    padding: 0 8px !important
}

@media (min-width:768px) {
    .hero.hero--no-image {
        padding: 0 12px !important;
        min-height: 0
    }
}

@media (min-width:1280px) {
    .hero.hero--no-image {
        min-height: 0
    }
}

.hero.hero--no-image .cmp-hero {
    border-bottom: 1px solid #ccc;
    min-height: 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

@media (min-width:768px) {
    .hero.hero--no-image .cmp-hero {
        min-height: 0
    }
}

@media (min-width:1280px) {
    .hero.hero--no-image .cmp-hero {
        min-height: 0
    }
}

.hero.hero--no-image .cmp-hero__content {
    padding: 0 0 40px
}

@media (min-width:768px) {
    .hero.hero--no-image .cmp-hero__content {
        padding: 0 0 60px
    }
}

@media (min-width:1280px) {
    .hero.hero--no-image .cmp-hero__content {
        padding: 0 0 60px;
        max-width: none
    }
}

.hero.hero--no-image .cmp-hero__pretitle {
    color: #4d4d4d
}

.hero.hero--no-image .cmp-hero__description,
.hero.hero--no-image .cmp-hero__description:active,
.hero.hero--no-image .cmp-hero__description:hover,
.hero.hero--no-image .cmp-hero__description:visited,
.hero.hero--no-image .cmp-hero__title,
.hero.hero--no-image .cmp-hero__title-link,
.hero.hero--no-image .cmp-hero__title-link:active,
.hero.hero--no-image .cmp-hero__title-link:hover,
.hero.hero--no-image .cmp-hero__title-link:visited,
.hero.hero--no-image .cmp-hero__title:active,
.hero.hero--no-image .cmp-hero__title:hover,
.hero.hero--no-image .cmp-hero__title:visited {
    color: #000
}

.hero.hero--no-image .cmp-hero__image,
.hero.hero--no-image .cmp-hero__video {
    display: none
}

.hero.hero--with-tabs .cmp-hero__content {
    padding-bottom: 88px
}

@media (min-width:768px) {
    .hero.hero--with-tabs .cmp-hero__content {
        padding-bottom: 108px
    }
}

@media (min-width:1280px) {
    .hero.hero--with-tabs .cmp-hero__content {
        padding-bottom: 128px
    }
}

@media (min-width:1480px) {
    .hero.hero--with-tabs .cmp-hero__content {
        padding-bottom: 128px
    }
}

.cmp-image__image {
    display: block;
    width: 100%
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .image[class*=image--aspect-ratio] .cmp-image {
        position: relative;
        overflow: hidden
    }

    .image[class*=image--aspect-ratio] .cmp-image:before {
        content: "";
        display: block;
        height: 0
    }

    .image[class*=image--aspect-ratio] .cmp-image__link {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .image[class*=image--aspect-ratio] .cmp-image__image {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover
    }
}

@supports (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio] .cmp-image__image {
        height: 100%;
        object-fit: cover
    }
}

@supports not (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio] .cmp-image {
        position: relative;
        overflow: hidden
    }

    .image[class*=image--aspect-ratio] .cmp-image:before {
        content: "";
        display: block;
        height: 0
    }

    .image[class*=image--aspect-ratio] .cmp-image__link {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .image[class*=image--aspect-ratio] .cmp-image__image {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-2-3 .cmp-image:before {
        padding-bottom: 150%
    }
}

@supports (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-2-3 img {
        aspect-ratio: 2/3
    }
}

@supports not (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-2-3 .cmp-image:before {
        padding-bottom: 150%
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-1-1 .cmp-image:before {
        padding-bottom: 100%
    }
}

@supports (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-1-1 img {
        aspect-ratio: 1/1
    }
}

@supports not (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-1-1 .cmp-image:before {
        padding-bottom: 100%
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-3-2 .cmp-image:before {
        padding-bottom: 66.66667%
    }
}

@supports (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-3-2 img {
        aspect-ratio: 3/2
    }
}

@supports not (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-3-2 .cmp-image:before {
        padding-bottom: 66.66667%
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-16-9 .cmp-image:before {
        padding-bottom: 56.25%
    }
}

@supports (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-16-9 img {
        aspect-ratio: 16/9
    }
}

@supports not (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-16-9 .cmp-image:before {
        padding-bottom: 56.25%
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-2-1 .cmp-image:before {
        padding-bottom: 50%
    }
}

@supports (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-2-1 img {
        aspect-ratio: 2/1
    }
}

@supports not (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-2-1 .cmp-image:before {
        padding-bottom: 50%
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-7-2 .cmp-image:before {
        padding-bottom: 28.57143%
    }
}

@supports (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-7-2 img {
        aspect-ratio: 7/2
    }
}

@supports not (aspect-ratio:1/1) {
    .image[class*=image--aspect-ratio].image--aspect-ratio-7-2 .cmp-image:before {
        padding-bottom: 28.57143%
    }
}

.cmp-image.has-background-image,
.cmp-image .has-background-image {
    background-position: 50%;
    background-size: cover
}

.cmp-image.has-background-image .cmp-image__image,
.cmp-image .has-background-image .cmp-image__image {
    display: none;
    height: 100%;
    width: 100%
}

@media (min-width:768px) {
    .imagegroupx2 .cmp-imagegroupx2 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 24px 1fr;
        justify-items: stretch;
        align-items: start
    }
}

@media (min-width:1280px) {
    .imagegroupx2 .cmp-imagegroupx2 {
        -ms-grid-columns: 1fr 40px 1fr;
        grid-template-columns: 1fr 40px 1fr
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .imagegroupx2 .image .cmp-image {
        position: relative;
        overflow: hidden
    }

    .imagegroupx2 .image .cmp-image:before {
        content: "";
        display: block;
        height: 0
    }

    .imagegroupx2 .image .cmp-image__link {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .imagegroupx2 .image .cmp-image__image {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover
    }
}

@supports (aspect-ratio:1/1) {
    .imagegroupx2 .image .cmp-image__image {
        height: 100%;
        object-fit: cover
    }
}

@supports not (aspect-ratio:1/1) {
    .imagegroupx2 .image .cmp-image {
        position: relative;
        overflow: hidden
    }

    .imagegroupx2 .image .cmp-image:before {
        content: "";
        display: block;
        height: 0
    }

    .imagegroupx2 .image .cmp-image__link {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .imagegroupx2 .image .cmp-image__image {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .imagegroupx2 .image .cmp-image:before {
        padding-bottom: 100%
    }
}

@supports (aspect-ratio:1/1) {
    .imagegroupx2 .image img {
        aspect-ratio: 1/1
    }
}

@supports not (aspect-ratio:1/1) {
    .imagegroupx2 .image .cmp-image:before {
        padding-bottom: 100%
    }
}

@media (min-width:768px) {
    .imagegroupx2 .image:first-child {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1
    }

    .imagegroupx2 .image:nth-child(2) {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row: 1;
        grid-row-start: 1
    }
}

.imagegroupx2 .image+.image {
    margin-top: 16px
}

@media (min-width:768px) {
    .imagegroupx2 .image+.image {
        margin-top: 0
    }
}

.aem-AuthorLayer-Edit .imagegroupx2 .image,
.aem-AuthorLayer-initial .imagegroupx2 .image,
.aem-AuthorLayer-Layouting .imagegroupx2 .image,
.aem-AuthorLayer-structure .imagegroupx2 .image {
    min-height: 46px
}

@media (min-width:768px) {
    .imagegroupx3 .cmp-imagegroupx3 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 24px 1fr;
        -ms-grid-rows: 1fr 24px 1fr;
        grid-template-rows: 1fr 24px 1fr;
        justify-items: stretch;
        align-items: stretch
    }
}

@media (min-width:1280px) {
    .imagegroupx3 .cmp-imagegroupx3 {
        -ms-grid-columns: 1fr 40px 1fr;
        grid-template-columns: 1fr 40px 1fr;
        -ms-grid-rows: 1fr 40px 1fr;
        grid-template-rows: 1fr 40px 1fr
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .imagegroupx3 .image .cmp-image {
        position: relative;
        overflow: hidden
    }

    .imagegroupx3 .image .cmp-image:before {
        content: "";
        display: block;
        height: 0
    }

    .imagegroupx3 .image .cmp-image__link {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .imagegroupx3 .image .cmp-image__image {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover
    }
}

@supports (aspect-ratio:1/1) {
    .imagegroupx3 .image .cmp-image__image {
        height: 100%;
        object-fit: cover
    }
}

@supports not (aspect-ratio:1/1) {
    .imagegroupx3 .image .cmp-image {
        position: relative;
        overflow: hidden
    }

    .imagegroupx3 .image .cmp-image:before {
        content: "";
        display: block;
        height: 0
    }

    .imagegroupx3 .image .cmp-image__link {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .imagegroupx3 .image .cmp-image__image {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover
    }
}

@media (max-width:767px) and (-ms-high-contrast:active),
(max-width:767px) and (-ms-high-contrast:none) {
    .imagegroupx3 .image:first-child .cmp-image:before {
        padding-bottom: 150%
    }
}

@media (max-width:767px) {
    @supports (aspect-ratio:1/1) {
        .imagegroupx3 .image:first-child img {
            aspect-ratio: 2/3
        }
    }

    @supports not (aspect-ratio:1/1) {
        .imagegroupx3 .image:first-child .cmp-image:before {
            padding-bottom: 150%
        }
    }
}

@media (max-width:767px) and (-ms-high-contrast:active),
(max-width:767px) and (-ms-high-contrast:none) {

    .imagegroupx3 .image:nth-child(2) .cmp-image:before,
    .imagegroupx3 .image:nth-child(3) .cmp-image:before {
        padding-bottom: 66.66667%
    }
}

@media (max-width:767px) {
    @supports (aspect-ratio:1/1) {

        .imagegroupx3 .image:nth-child(2) img,
        .imagegroupx3 .image:nth-child(3) img {
            aspect-ratio: 3/2
        }
    }

    @supports not (aspect-ratio:1/1) {

        .imagegroupx3 .image:nth-child(2) .cmp-image:before,
        .imagegroupx3 .image:nth-child(3) .cmp-image:before {
            padding-bottom: 66.66667%
        }
    }

    .imagegroupx3 .image+.image {
        margin-top: 16px
    }
}

@media (min-width:768px) {
    .imagegroupx3 .image:first-child {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 3;
        grid-row-end: 4
    }

    .imagegroupx3 .image:nth-child(2) {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row: 1;
        grid-row-start: 1
    }

    .imagegroupx3 .image:nth-child(3) {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row: 3;
        grid-row-start: 3
    }
}

@media (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {

    .imagegroupx3 .image:nth-child(2) .cmp-image:before,
    .imagegroupx3 .image:nth-child(3) .cmp-image:before {
        padding-bottom: 64.72492%
    }
}

@media (min-width:768px) {
    @supports (aspect-ratio:1/1) {

        .imagegroupx3 .image:nth-child(2) img,
        .imagegroupx3 .image:nth-child(3) img {
            aspect-ratio: 1545/1000
        }
    }

    @supports not (aspect-ratio:1/1) {

        .imagegroupx3 .image:nth-child(2) .cmp-image:before,
        .imagegroupx3 .image:nth-child(3) .cmp-image:before {
            padding-bottom: 64.72492%
        }
    }
}

.imagegroupx3 .cmp-image {
    width: 100%;
    height: 100%
}

.aem-AuthorLayer-Edit .imagegroupx3 .image,
.aem-AuthorLayer-initial .imagegroupx3 .image,
.aem-AuthorLayer-Layouting .imagegroupx3 .image,
.aem-AuthorLayer-structure .imagegroupx3 .image {
    min-height: 46px
}

@media (max-width:767px) and (-ms-high-contrast:active),
(max-width:767px) and (-ms-high-contrast:none) {

    .imagegroupx3.imagegroupx3--br .image:first-child .cmp-image:before,
    .imagegroupx3.imagegroupx3--br .image:nth-child(2) .cmp-image:before {
        padding-bottom: 66.66667%
    }
}

@media (max-width:767px) {
    @supports (aspect-ratio:1/1) {

        .imagegroupx3.imagegroupx3--br .image:first-child img,
        .imagegroupx3.imagegroupx3--br .image:nth-child(2) img {
            aspect-ratio: 3/2
        }
    }

    @supports not (aspect-ratio:1/1) {

        .imagegroupx3.imagegroupx3--br .image:first-child .cmp-image:before,
        .imagegroupx3.imagegroupx3--br .image:nth-child(2) .cmp-image:before {
            padding-bottom: 66.66667%
        }
    }
}

@media (max-width:767px) and (-ms-high-contrast:active),
(max-width:767px) and (-ms-high-contrast:none) {
    .imagegroupx3.imagegroupx3--br .image:nth-child(3) .cmp-image:before {
        padding-bottom: 150%
    }
}

@media (max-width:767px) {
    @supports (aspect-ratio:1/1) {
        .imagegroupx3.imagegroupx3--br .image:nth-child(3) img {
            aspect-ratio: 2/3
        }
    }

    @supports not (aspect-ratio:1/1) {
        .imagegroupx3.imagegroupx3--br .image:nth-child(3) .cmp-image:before {
            padding-bottom: 150%
        }
    }
}

@media (min-width:768px) {
    .imagegroupx3.imagegroupx3--br .image:first-child {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2
    }

    .imagegroupx3.imagegroupx3--br .image:nth-child(2) {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3
    }

    .imagegroupx3.imagegroupx3--br .image:nth-child(3) {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 3;
        grid-row-end: 4
    }
}

.languagenavigation {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%
}

@media (min-width:1280px) {
    .languagenavigation {
        flex-flow: row;
        width: auto
    }
}

.languagenavigation .cmp-languagenavigation__trigger .cmp-button:before {
    content: "󰇧";
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit
}

.languagenavigation .cmp-languagenavigation__trigger .cmp-button[href]:active:before,
.languagenavigation .cmp-languagenavigation__trigger .cmp-button[href]:focus:before,
.languagenavigation .cmp-languagenavigation__trigger .cmp-button[href]:hover:before {
    text-decoration: none
}

.languagenavigation .cmp-languagenavigation__trigger .cmp-button:after {
    content: "󰅀";
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit
}

.languagenavigation .cmp-languagenavigation__trigger .cmp-button[href]:active:after,
.languagenavigation .cmp-languagenavigation__trigger .cmp-button[href]:focus:after,
.languagenavigation .cmp-languagenavigation__trigger .cmp-button[href]:hover:after {
    text-decoration: none
}

.languagenavigation .cmp-languagenavigation {
    display: none;
    padding: 8px 0;
    background-color: #fff
}

@media (min-width:1280px) {
    .languagenavigation .cmp-languagenavigation {
        position: absolute;
        z-index: 1020;
        top: 100%;
        right: 0;
        min-width: 180px;
        margin-top: 8px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2)
    }
}

.languagenavigation .cmp-languagenavigation.is-visible {
    display: block
}

.languagenavigation .cmp-languagenavigation .cmp-languagenavigation__item-link {
    display: block;
    padding: 12px 14px;
    color: inherit;
    text-decoration: none
}

@media (min-width:1280px) {
    .languagenavigation .cmp-languagenavigation .cmp-languagenavigation__item-link {
        color: #000
    }
}

.languagenavigation .cmp-languagenavigation .cmp-languagenavigation__item--active .cmp-languagenavigation__item-link,
.languagenavigation .cmp-languagenavigation .cmp-languagenavigation__item-link:focus,
.languagenavigation .cmp-languagenavigation .cmp-languagenavigation__item-link:hover {
    background-color: #f2f2f2
}

@media (max-width:1279px) {
    .linksgroup {
        margin-bottom: 32px
    }
}

@media (min-width:1280px) {
    .linksgroup {
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative
    }
}

.linksgroup .cmp-linksgroup__item-link {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 12px 0
}

.linksgroup .cmp-linksgroup__item-link:active,
.linksgroup .cmp-linksgroup__item-link:focus,
.linksgroup .cmp-linksgroup__item-link:hover {
    text-decoration: none
}

.linksgroup .cmp-linksgroup__item-link.has-submenu:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 8px
}

.linksgroup .cmp-linksgroup__item-link.has-submenu[href]:active:after,
.linksgroup .cmp-linksgroup__item-link.has-submenu[href]:focus:after,
.linksgroup .cmp-linksgroup__item-link.has-submenu[href]:hover:after {
    text-decoration: none
}

@media (min-width:1280px) {
    .linksgroup .cmp-linksgroup__list {
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }
}

@media (min-width:1280px) and (min-width:768px) {
    .linksgroup .cmp-linksgroup__list {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:1280px) and (min-width:1280px) {
    .linksgroup .cmp-linksgroup__list {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1280px) {
    .linksgroup .cmp-linksgroup__list.cmp-linksgroup__list--level-1 {
        position: relative
    }

    .linksgroup .cmp-linksgroup__list.cmp-linksgroup__list--level-2,
    .linksgroup .cmp-linksgroup__list.cmp-linksgroup__list--level-3 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 100%
    }

    .linksgroup .cmp-linksgroup__list>.cmp-linksgroup__item:first-of-type>.cmp-linksgroup__item-link {
        padding-top: 0
    }

    .linksgroup .cmp-linksgroup__list>.cmp-linksgroup__item:last-of-type>.cmp-linksgroup__item-link {
        padding-bottom: 0
    }
}

.linksgroup .cmp-linksgroup__item {
    display: none
}

[data-current-level] .is-active>.cmp-linksgroup__item-link:after {
    color: inherit
}

@media (min-width:1280px) {
    [data-current-level] .cmp-linksgroup__list--level-1>.cmp-linksgroup__item {
        display: block
    }

    [data-current-level] .is-active>.cmp-linksgroup__item-link {
        color: #d81e04
    }

    [data-current-level] .is-active>.cmp-linksgroup__list>.cmp-linksgroup__item {
        display: block
    }
}

@media (max-width:1279px) {

    [data-current-level="1"] .cmp-linksgroup__list--level-1>.cmp-linksgroup__item,
    [data-current-level="2"] .cmp-linksgroup__list--level-1>.cmp-linksgroup__item.is-active,
    [data-current-level="2"] .is-active>.cmp-linksgroup__list--level-2>.cmp-linksgroup__item,
    [data-current-level="3"] .cmp-linksgroup__list--level-1>.cmp-linksgroup__item.is-active {
        display: block
    }

    [data-current-level="3"] .cmp-linksgroup__list--level-1>.cmp-linksgroup__item.is-active>.cmp-linksgroup__item-link {
        display: none
    }

    [data-current-level="3"] .cmp-linksgroup__list--level-2>.cmp-linksgroup__item.is-active,
    [data-current-level="3"] .is-active>.cmp-linksgroup__list--level-3>.cmp-linksgroup__item {
        display: block
    }
}

@media (min-width:1280px) {

    .navigation__tabs-style,
    .navigation__tabs-style--mobile-only {
        max-width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto
    }
}

.navigation__tabs-style--mobile-only .cmp-navigation__group,
.navigation__tabs-style .cmp-navigation__group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin: 0 -24px 0 0
}

@media (min-width:768px) {

    .navigation__tabs-style--mobile-only .cmp-navigation__group,
    .navigation__tabs-style .cmp-navigation__group {
        margin: 0 -52px 0 0
    }
}

@media (min-width:1280px) {

    .navigation__tabs-style--mobile-only .cmp-navigation__group,
    .navigation__tabs-style .cmp-navigation__group {
        margin: 0
    }
}

.navigation__tabs-style--mobile-only .cmp-navigation__item,
.navigation__tabs-style .cmp-navigation__item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: stretch;
    flex-shrink: 0;
    padding: 0 24px;
    color: #000
}

.navigation__tabs-style--mobile-only .cmp-navigation__item:first-child,
.navigation__tabs-style .cmp-navigation__item:first-child {
    padding-left: 0
}

.navigation__tabs-style--mobile-only .cmp-navigation__item .cmp-navigation__item-link,
.navigation__tabs-style .cmp-navigation__item .cmp-navigation__item-link {
    display: flex;
    padding: 12px 0;
    text-decoration: none;
    color: inherit;
    border-bottom: 4px solid transparent
}

.navigation__tabs-style--mobile-only .cmp-navigation__item--active .cmp-navigation__item-link,
.navigation__tabs-style--mobile-only .cmp-navigation__item:hover .cmp-navigation__item-link,
.navigation__tabs-style .cmp-navigation__item--active .cmp-navigation__item-link,
.navigation__tabs-style .cmp-navigation__item:hover .cmp-navigation__item-link {
    border-bottom: 4px solid #d81e04;
    color: #d81e04
}

@media (min-width:1280px) {
    .navigation__tabs-style--mobile-only {
        max-width: unset
    }
}

@media (min-width:1280px) {
    .navigation__tabs-style--mobile-only .cmp-navigation__group {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
        overflow: unset;
        border-bottom: 0;
        border-right: 1px solid #ccc;
        padding-bottom: 200px
    }
}

@media (min-width:1280px) {
    .navigation__tabs-style--mobile-only .cmp-navigation__item {
        width: 100%;
        padding: 0
    }
}

@media (min-width:1280px) {
    .navigation__tabs-style--mobile-only .cmp-navigation__item .cmp-navigation__item-link {
        width: 100%;
        border-bottom: 0;
        padding-left: 4px
    }
}

.navigation__tabs-style--mobile-only .cmp-navigation__item--active .cmp-navigation__item-link,
.navigation__tabs-style--mobile-only .cmp-navigation__item:hover .cmp-navigation__item-link {
    border-bottom: 4px solid #d81e04;
    color: #d81e04
}

@media (min-width:1280px) {

    .navigation__tabs-style--mobile-only .cmp-navigation__item--active .cmp-navigation__item-link,
    .navigation__tabs-style--mobile-only .cmp-navigation__item:hover .cmp-navigation__item-link {
        border-bottom: 0;
        border-right: 4px solid #d81e04;
        color: inherit;
        background: #f2f2f2
    }
}

.navigation__dropdown .cmp-navigation {
    position: relative
}

.navigation__dropdown .navigation__dropdown-trigger {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #ccc
}

.navigation__dropdown .navigation__dropdown-trigger .cmp-button {
    width: 100%;
    padding: 10px 14px;
    cursor: pointer
}

.navigation__dropdown .navigation__dropdown-trigger .cmp-button__text {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #000
}

.navigation__dropdown .navigation__dropdown-trigger .cmp-button__text:before {
    margin-left: 8px
}

.navigation__dropdown .cmp-navigation__group {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #fff
}

.navigation__dropdown .cmp-navigation__group:not(.active) {
    display: none
}

.navigation__dropdown .cmp-navigation__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border-bottom: 1px solid #ccc
}

.navigation__dropdown .cmp-navigation__item:last-of-type {
    border-bottom: 0
}

.navigation__dropdown .cmp-navigation__item:hover {
    background-color: #f2f2f2
}

.navigation__dropdown .cmp-navigation__item-link {
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none
}

.navigation__dropdown .cmp-navigation__item-link:active,
.navigation__dropdown .cmp-navigation__item-link:hover,
.navigation__dropdown .cmp-navigation__item-link:visited {
    color: inherit;
    text-decoration: none
}

.navigation__sitemap ul ul {
    margin-top: 8px
}

.navigation__sitemap li {
    padding-left: 30px
}

.navigation__sitemap li:before {
    content: "󰅂";
    display: inline-block;
    vertical-align: text-bottom;
    box-sizing: border-box;
    width: 30px;
    margin-left: -30px;
    font-size: 130%;
    text-align: center;
    color: #d81e04
}

.navigation__sitemap li a {
    text-decoration: none;
    color: #000
}

.navigation__sitemap li a:focus,
.navigation__sitemap li a:hover {
    color: #d81e04;
    text-decoration: underline
}

.navigation__sitemap li+li {
    margin-top: 8px
}

.navigationtabs {
    width: 100%
}

.navigationtabs .cmp-navigationtabs__tablist {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media (min-width:1280px) {
    .navigationtabs .cmp-navigationtabs__tablist {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: flex-start
    }
}

@media (min-width:1280px) {
    .navigationtabs .cmp-navigationtabs__tab+.cmp-navigationtabs__tab {
        margin-left: 30px
    }
}

.navigationtabs .cmp-navigationtabs__tab-link {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 12px 0
}

.navigationtabs .cmp-navigationtabs__tab-link:active,
.navigationtabs .cmp-navigationtabs__tab-link:focus,
.navigationtabs .cmp-navigationtabs__tab-link:hover {
    text-decoration: none
}

.navigationtabs .cmp-navigationtabs__tab-link:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 8px
}

.navigationtabs .cmp-navigationtabs__tab-link[href]:active:after,
.navigationtabs .cmp-navigationtabs__tab-link[href]:focus:after,
.navigationtabs .cmp-navigationtabs__tab-link[href]:hover:after {
    text-decoration: none
}

@media (min-width:1280px) {
    .navigationtabs .cmp-navigationtabs__tab-link {
        padding-bottom: 20px;
        border-bottom: 4px solid transparent
    }

    .navigationtabs .cmp-navigationtabs__tab-link:after {
        content: none
    }
}

.navigationtabs .cmp-navigationtabs__tab-link.is-active,
.navigationtabs .cmp-navigationtabs__tab-link:focus,
.navigationtabs .cmp-navigationtabs__tab-link:hover {
    color: #d81e04
}

.navigationtabs .cmp-navigationtabs__tab-link.is-active:after,
.navigationtabs .cmp-navigationtabs__tab-link:focus:after,
.navigationtabs .cmp-navigationtabs__tab-link:hover:after {
    color: inherit
}

@media (min-width:1280px) {

    .navigationtabs .cmp-navigationtabs__tab-link.is-active,
    .navigationtabs .cmp-navigationtabs__tab-link:focus,
    .navigationtabs .cmp-navigationtabs__tab-link:hover {
        border-bottom: 4px solid
    }
}

.navigationtabs .cmp-navigationtabs__tabpanel {
    display: none;
    outline: none
}

@media (min-width:1280px) {
    .navigationtabs .cmp-navigationtabs__tabpanel {
        position: fixed;
        top: 120px;
        left: 0;
        right: 0;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        background-color: #fff
    }

    .navigationtabs .cmp-navigationtabs__tabpanel>.tabcontainer {
        width: 1400px;
        max-width: calc(100% - 160px);
        margin-left: auto;
        margin-right: auto
    }
}

.navigationtabs .cmp-navigationtabs__tabpanel.is-active {
    display: block
}

@media (max-width:1279px) {
    [data-current-level] .navigationtabs .cmp-navigationtabs__tablist {
        display: none
    }
}

.navigationtabs.is-hidden {
    display: none
}

.tabcontainer .tabcontent {
    padding: 0
}

@media (min-width:1280px) {
    .tabcontainer .tabcontent {
        padding: 40px 0
    }
}

.cmp-list__item-readmore {
    margin-top: 16px;
    width: 100%;
    display: inline;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .16px;
    color: #d81e04;
    text-transform: none;
    text-decoration: none
}

.cmp-list__item-readmore:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.cmp-list__item-readmore[href]:active:after,
.cmp-list__item-readmore[href]:focus:after,
.cmp-list__item-readmore[href]:hover:after {
    text-decoration: none
}

.cmp-list__item-readmore[href]:active,
.cmp-list__item-readmore[href]:focus,
.cmp-list__item-readmore[href]:hover,
[href]:active .cmp-list__item-readmore,
[href]:focus .cmp-list__item-readmore,
[href]:hover .cmp-list__item-readmore {
    text-decoration: underline;
    background-color: transparent
}

.newslist .cmp-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -8px;
    margin-right: -8px
}

@media (min-width:768px) {
    .newslist .cmp-list {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width:1280px) {
    .newslist .cmp-list {
        margin-left: -20px;
        margin-right: -20px
    }
}

.newslist .cmp-list__item {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 100%;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .newslist .cmp-list__item {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:1280px) {
    .newslist .cmp-list__item {
        padding-left: 20px;
        padding-right: 20px
    }
}

.newslist .cmp-list__item article {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

@media (min-width:768px) {
    .newslist .cmp-list__item {
        flex: 0 0 50%
    }
}

@media (min-width:1280px) {
    .newslist .cmp-list__item {
        flex: 0 0 25%
    }
}

.newslist .cmp-list__item-link {
    flex-wrap: wrap;
    color: currentColor;
    text-decoration: none
}

.newslist .cmp-list__item-link,
.newslist .cmp-list__item-pretitle-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.newslist .cmp-list__item-pretitle-date {
    flex-wrap: nowrap;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, 0.7)
}

.newslist .cmp-list__item-pretitle-date>span+span:before {
    content: "\22C5";
    margin-left: 5px;
    margin-right: 3px
}

.newslist .cmp-list__item-title {
    flex: 0 0 100%
}

.newslist .cmp-list__item-description {
    margin-top: 16px
}

.newslist.newslist--no-item-border .cmp-list__item article {
    border-bottom: 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .newslist .cmp-list__item {
        max-width: 100%
    }
}

@media (-ms-high-contrast:active) and (min-width:768px),
(-ms-high-contrast:none) and (min-width:768px) {
    .newslist .cmp-list__item {
        max-width: 50%
    }
}

@media (-ms-high-contrast:active) and (min-width:1280px),
(-ms-high-contrast:none) and (min-width:1280px) {
    .newslist .cmp-list__item {
        max-width: 25%
    }
}

@media (min-width:1280px) {
    .newslist.newslist--layout-3-cols .cmp-list__item {
        flex: 0 0 33.33333%
    }
}

.newslist.newslist--layout-2-cols {
    margin: 0
}

@media (min-width:768px) {
    .newslist.newslist--layout-2-cols .cmp-list__item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .newslist.newslist--layout-2-cols .cmp-list__item article {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc
    }

    .newslist.newslist--layout-2-cols .cmp-list__item:nth-last-child(-n+2) article {
        border-bottom: 0
    }
}

.newslist.newslist--layout-1-col {
    margin: 0
}

@media (min-width:768px) {
    .newslist.newslist--layout-1-col .cmp-list__item {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .newslist.newslist--layout-1-col .cmp-list__item article {
        border-bottom: 1px solid #ccc
    }

    .newslist.newslist--layout-1-col .cmp-list__item:last-child article {
        padding-bottom: 20px;
        border-bottom: 0
    }
}

.newslist.newslist--layout-1-col.newslist--no-item-border .cmp-list__item article,
.newslist.newslist--layout-2-cols.newslist--no-item-border .cmp-list__item article {
    border-bottom: 0
}

@media (-ms-high-contrast:active) and (min-width:768px),
(-ms-high-contrast:none) and (min-width:768px) {
    .newslist.newslist--layout-3-cols .cmp-list__item {
        max-width: 50%
    }
}

@media (-ms-high-contrast:active) and (min-width:1280px),
(-ms-high-contrast:none) and (min-width:1280px) {
    .newslist.newslist--layout-3-cols .cmp-list__item {
        max-width: 33.33333%
    }
}

@media (-ms-high-contrast:active) and (min-width:768px),
(-ms-high-contrast:none) and (min-width:768px) {
    .newslist.newslist--layout-2-cols .cmp-list__item {
        max-width: 50%
    }
}

@media (-ms-high-contrast:active) and (min-width:768px),
(-ms-high-contrast:none) and (min-width:768px) {
    .newslist.newslist--layout-1-col .cmp-list__item {
        max-width: 100%
    }
}

.cmp-pictogram__readmore {
    display: inline;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .16px;
    color: #d81e04;
    text-transform: none;
    text-decoration: none;
    margin-top: 16px
}

.cmp-pictogram__readmore:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.cmp-pictogram__readmore[href]:active:after,
.cmp-pictogram__readmore[href]:focus:after,
.cmp-pictogram__readmore[href]:hover:after {
    text-decoration: none
}

.cmp-pictogram__readmore[href]:active,
.cmp-pictogram__readmore[href]:focus,
.cmp-pictogram__readmore[href]:hover,
[href]:active .cmp-pictogram__readmore,
[href]:focus .cmp-pictogram__readmore,
[href]:hover .cmp-pictogram__readmore {
    text-decoration: underline;
    background-color: transparent
}

.pictogram .cmp-pictogram,
.pictogram .cmp-pictogram__link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start
}

.pictogram .cmp-pictogram__link {
    width: 100%;
    color: inherit;
    text-decoration: none
}

.pictogram .cmp-pictogram__image {
    flex: 0 0 64px;
    height: 64px;
    width: 64px;
    margin-right: 16px
}

@media (min-width:768px) {
    .pictogram .cmp-pictogram__image {
        margin-right: 24px
    }
}

.pictogram .cmp-image__image {
    max-height: 100%
}

.pictogram .cmp-pictogram__text-container {
    flex: 0 1 auto;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word
}

.pictogram .cmp-pictogram__title {
    margin-bottom: 12px
}

@media (min-width:1280px) {
    .pictogram .cmp-pictogram__title {
        margin-right: 16px
    }
}

.pictogram .cmp-pictogram__title a {
    color: #d81e04
}

.pictogram--layout-icon-on-top .cmp-pictogram,
.pictogram--layout-icon-on-top .cmp-pictogram__link {
    flex-direction: column
}

.pictogram--layout-icon-on-top .cmp-pictogram__image {
    margin-bottom: 16px
}

@media (min-width:768px) {
    .pictogram--layout-icon-on-top .cmp-pictogram__image {
        margin-bottom: 24px
    }
}

.pictogram--layout-icon-centered .cmp-pictogram,
.pictogram--layout-icon-centered .cmp-pictogram__link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start
}

.pictogram--icon-size-s .cmp-pictogram__image {
    flex: 0 0 48px;
    height: 48px;
    width: 48px
}

.pictogram--icon-size-l .cmp-pictogram__image {
    flex: 0 0 96px;
    height: 96px;
    width: 96px
}

.quotation figure {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -8px;
    margin-right: -8px
}

@media (min-width:768px) {
    .quotation figure {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width:1280px) {
    .quotation figure {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width:768px) {
    .quotation figure {
        align-items: flex-end
    }
}

.quotation blockquote {
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width:768px) {
    .quotation blockquote {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:1280px) {
    .quotation blockquote {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:768px) {
    .quotation blockquote {
        width: 83.33333%;
        position: relative
    }
}

@media (min-width:1280px) {
    .quotation blockquote {
        width: 66.66667%
    }
}

.quotation blockquote>:last-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #d81e04
}

@media (min-width:1280px) {
    .quotation blockquote>:last-child {
        padding-bottom: 40px
    }
}

.quotation blockquote:before {
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    margin-bottom: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='121' height='118' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55.5.5v49.414l-.002.842c-.117 20.882-4.59 36.794-13.465 47.714C33.14 109.413 19.286 115.725.5 117.453h0V94.842c9.407-1.224 16.266-4.757 20.739-10.58 4.543-5.915 6.84-14.781 6.84-26.62h0v-2.588H.5V.5h55zm65 0v49.414l-.002.82c-.114 21.164-4.654 37.151-13.671 47.94-9.03 10.805-22.815 17.05-41.327 18.779h0v-22.61c9.546-1.222 16.442-4.758 20.846-10.584 4.472-5.915 6.733-14.78 6.733-26.617h0v-2.588H65.5V.5h55z' fill-rule='nonzero' stroke='%23d81e04' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0
}

@media (min-width:768px) {
    .quotation blockquote:before {
        height: 95px;
        width: 95px;
        margin-bottom: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        left: -12px;
        transform: translateX(-100%)
    }
}

@media (min-width:1280px) {
    .quotation blockquote:before {
        height: 120px;
        width: 120px;
        left: -20px
    }
}

.quotation figcaption {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 28px;
    display: flex;
    flex-direction: row;
    justify-self: flex-start;
    align-items: center;
    position: relative
}

@media (min-width:768px) {
    .quotation figcaption {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:1280px) {
    .quotation figcaption {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:768px) {
    .quotation figcaption {
        width: 75%;
        padding-top: 36px
    }
}

@media (min-width:1280px) {
    .quotation figcaption {
        width: 58.33333333%;
        padding-top: 40px
    }
}

.quotation figcaption:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 44px;
    width: 17px;
    height: 17px;
    border-left: 1px solid #d81e04;
    background: linear-gradient(to top left, #fff 0%, #fff 47%, #d81e04 50%, #fff 53%, #fff)
}

@media (min-width:768px) {
    .quotation figcaption:before {
        left: 52px
    }
}

@media (min-width:1280px) {
    .quotation figcaption:before {
        left: 80px
    }
}

.quotation .quotation__author-image__wrapper {
    position: relative;
    display: block;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    margin-right: 12px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 50%;
    object-fit: cover
}

@media (min-width:768px) {
    .quotation .quotation__author-image__wrapper {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
        margin-right: 16px
    }
}

@media (min-width:1280px) {
    .quotation .quotation__author-image__wrapper {
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
        margin-right: 24px
    }
}

.quotation .quotation__author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.quotation .quotation__author-name-profession-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0
}

.quotation .quotation__author-profession {
    color: #4d4d4d
}

.search {
    display: none;
    padding-bottom: 24px;
    color: #666
}

.search .cmp-search__field {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end
}

.search .cmp-search__icon {
    width: 18px;
    height: 24px;
    background-image: none;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    cursor: pointer;
    pointer-events: all
}

.search .cmp-search__input {
    display: none
}

.search.visible {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(66.6667% - 40px);
    background-color: #fff
}

.search.visible .cmp-search__field {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start
}

.search.visible .cmp-search__input {
    display: inline-block;
    border: 1px solid transparent;
    color: #666;
    padding: 0 20px
}

.search.visible .cmp-search__clear {
    display: block !important
}

.search.visible .cmp-search__clear-icon {
    top: calc(50% - 9px);
    right: -20px;
    width: 18px;
    height: 18px;
    color: #666;
    background-image: none;
    cursor: pointer;
    pointer-events: all
}

.search.visible .cmp-search__clear-icon:before {
    font-size: 18px;
    width: 18px;
    height: 18px
}

.separator .cmp-separator__horizontal-rule {
    border: 1px solid #ccc;
    border-bottom: 0
}

.table table {
    min-width: 100%
}

@media (max-width:1279px) {
    .table table {
        display: block;
        overflow: auto;
        width: max-content;
        min-width: 100%;
        max-width: 100%
    }
}

.table table tbody {
    display: inline-table;
    width: 100%
}

.table table td,
.table table th {
    padding: 20px 16px 20px 8px
}

.table table td:first-of-type,
.table table th:first-of-type {
    padding-left: 8px
}

.table table td:last-of-type,
.table table th:last-of-type {
    padding-right: 8px
}

@media (max-width:1279px) {

    .table table td,
    .table table th {
        white-space: nowrap
    }
}

.table table th {
    font-weight: 600
}

.table table tr {
    background-color: #fff;
    border-bottom: 1px solid #ccc
}

.table table tr:not(:first-of-type):hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.table table caption {
    display: block;
    margin: 0 0 24px 8px;
    text-align: left
}

.table table a {
    color: #d81e04;
    text-decoration: none
}

.table table a:active,
.table table a:hover,
.table table a:visited {
    color: #d81e04;
    text-decoration: initial
}

.table.table--small table td,
.table.table--small table th {
    padding: 10px 16px 10px 8px
}

.table.table--small table td:first-of-type,
.table.table--small table th:first-of-type {
    padding-left: 8px
}

.table.table--small table td:last-of-type,
.table.table--small table th:last-of-type {
    padding-right: 8px
}

.table.table--small table th {
    font-weight: 600
}

.table.table--nowrap table,
.table.table--with-pictograms-areas table {
    display: block;
    overflow: auto;
    max-width: 100%
}

.table.table--nowrap table td,
.table.table--nowrap table th,
.table.table--with-pictograms-areas table td,
.table.table--with-pictograms-areas table th {
    white-space: nowrap
}

.table.table--wrap table td,
.table.table--wrap table th {
    white-space: normal
}

.table.table--arrow-right-links table td a {
    display: inline;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .16px;
    color: #d81e04;
    text-transform: none;
    text-decoration: none
}

.table.table--arrow-right-links table td a:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.table.table--arrow-right-links table td a[href]:active:after,
.table.table--arrow-right-links table td a[href]:focus:after,
.table.table--arrow-right-links table td a[href]:hover:after {
    text-decoration: none
}

.table.table--arrow-right-links table td a[href]:active,
.table.table--arrow-right-links table td a[href]:focus,
.table.table--arrow-right-links table td a[href]:hover,
[href]:active .table.table--arrow-right-links table td a,
[href]:focus .table.table--arrow-right-links table td a,
[href]:hover .table.table--arrow-right-links table td a {
    text-decoration: underline;
    background-color: transparent
}

.table.table--featured-last-row table tr:last-of-type {
    background-color: rgba(0, 0, 0, 0.05)
}

.table.table--featured-last-row table tr:last-of-type td {
    font-weight: 600
}

.table.table--with-centered-rowspans table td[rowspan],
.table.table--with-centered-rowspans table th[rowspan],
.table.table--with-pictograms-areas table td[rowspan],
.table.table--with-pictograms-areas table th[rowspan] {
    vertical-align: middle
}

.table.table--with-centered-rowspans table tr:hover,
.table.table--with-pictograms-areas table tr:hover {
    background-color: #fff
}

.table.table--with-pictograms-areas table td:last-of-type,
.table.table--with-pictograms-areas table th:last-of-type {
    font-weight: 600;
    color: #d81e04
}

.table.table--with-pictograms-areas table td img {
    width: 48px;
    height: 48px
}

@media (min-width:1280px) {
    .table.table--with-pictograms-areas table td img {
        width: 64px;
        height: 64px
    }
}

.table.table--with-all-rows-hover table tr:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.table.table--no-hover table tr:hover {
    background-color: #fff
}

.table.table--no-hover.table--featured-last-row table tr:last-of-type:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .table table {
        border: 1px solid transparent !important
    }

    .table table th {
        text-align: left
    }
}

.tabs:not(.navigationtabs) {
    position: relative;
    width: 100%;
    overflow-x: auto
}

.tabs:not(.navigationtabs).has-horizontal-scroll {
    overflow-x: inherit
}

.tabs:not(.navigationtabs).has-horizontal-scroll .cmp-tabs__tablist {
    width: calc(100vw - 24px)
}

@media (min-width:768px) {
    .tabs:not(.navigationtabs).has-horizontal-scroll .cmp-tabs__tablist {
        width: calc(100vw - 40px)
    }
}

@media (min-width:1280px) {
    .tabs:not(.navigationtabs).has-horizontal-scroll .cmp-tabs__tablist {
        width: 100%
    }
}

.tabs:not(.navigationtabs).has-horizontal-scroll:after {
    position: absolute;
    content: "";
    left: calc(100% - 32px);
    width: 48px;
    height: 48px;
    top: 0;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    z-index: 20;
    pointer-events: none
}

@media (min-width:768px) {
    .tabs:not(.navigationtabs).has-horizontal-scroll:after {
        left: calc(100% - 20px)
    }
}

@media (min-width:1280px) {
    .tabs:not(.navigationtabs).has-horizontal-scroll:after {
        left: calc(100% - 68px)
    }
}

.tabs:not(.navigationtabs) .cmp-tabs__tablist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    overflow: auto;
    padding-left: 0;
    padding-right: 24px;
    border-bottom: 1px solid #ccc
}

.tabs:not(.navigationtabs) .cmp-tabs__tab {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0 0 8px;
    margin-right: 40px;
    flex-shrink: 0;
    border-bottom: 3px solid transparent;
    outline: 3px solid transparent
}

.tabs:not(.navigationtabs) .cmp-tabs__tab:active,
.tabs:not(.navigationtabs) .cmp-tabs__tab:focus,
.tabs:not(.navigationtabs) .cmp-tabs__tab:hover {
    text-decoration: none
}

.tabs:not(.navigationtabs) .cmp-tabs__tab:last-of-type {
    margin-right: 0
}

.tabs:not(.navigationtabs) .cmp-tabs__tab--active {
    color: #d81e04;
    border-color: #d81e04
}

.tabs:not(.navigationtabs) .cmp-tabs__tab[disabled] {
    color: #ccc
}

.tabs:not(.navigationtabs) .cmp-tabs__tabpanel {
    padding: 24px 0
}

@media (min-width:768px) {
    .tabs:not(.navigationtabs) .cmp-tabs__tabpanel {
        padding: 64px 0
    }
}

.tabs:not(.navigationtabs).tabs__hero {
    margin-top: -49px
}

.tabs:not(.navigationtabs).tabs__hero .cmp-tabs__tablist {
    border-bottom: 0;
    padding-right: 0
}

.tabs:not(.navigationtabs).tabs__hero .cmp-tabs__tab {
    position: relative;
    padding: 12px 24px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    margin-right: 0
}

.tabs:not(.navigationtabs).tabs__hero .cmp-tabs__tab--active {
    background-color: #fff;
    border-color: #fff
}

.tabs:not(.navigationtabs).tabs__hero .cmp-tabs__tab--active,
.tabs:not(.navigationtabs).tabs__hero .cmp-tabs__tab:hover {
    color: #d81e04
}

.tabs:not(.navigationtabs).tabs__hero .cmp-tabs__tab:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: #ccc;
    left: 0;
    top: 16px
}

.tabs:not(.navigationtabs).tabs__hero .cmp-tabs__tab--active+.cmp-tabs__tab:before,
.tabs:not(.navigationtabs).tabs__hero .cmp-tabs__tab--active:before,
.tabs:not(.navigationtabs).tabs__hero .cmp-tabs__tab:first-of-type:before {
    display: none
}

.teaser-large-tile .cmp-teaser,
.teaser-large .cmp-teaser,
.teaser .cmp-teaser {
    margin: 40px 0;
    background-color: #fff;
    overflow: hidden
}

@media (min-width:768px) {

    .teaser-large-tile .cmp-teaser,
    .teaser-large .cmp-teaser,
    .teaser .cmp-teaser {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
        padding-top: 24px;
        border-top: 1px solid #ccc
    }
}

@media (min-width:1280px) {

    .teaser-large-tile .cmp-teaser,
    .teaser-large .cmp-teaser,
    .teaser .cmp-teaser {
        padding-top: 0;
        border: 1px solid #ccc
    }
}

.teaser-large-tile .cmp-teaser__image,
.teaser-large .cmp-teaser__image,
.teaser .cmp-teaser__image {
    position: relative;
    margin-bottom: 16px;
    min-height: 162px
}

@media (min-width:768px) {

    .teaser-large-tile .cmp-teaser__image,
    .teaser-large .cmp-teaser__image,
    .teaser .cmp-teaser__image {
        margin-bottom: 0;
        min-height: 332px;
        width: calc(50% - 12px)
    }
}

@media (min-width:1280px) {

    .teaser-large-tile .cmp-teaser__image,
    .teaser-large .cmp-teaser__image,
    .teaser .cmp-teaser__image {
        width: 60%;
        min-height: 560px
    }
}

.teaser-large-tile .cmp-teaser__image .cmp-image,
.teaser-large .cmp-teaser__image .cmp-image,
.teaser .cmp-teaser__image .cmp-image {
    height: 100%
}

.teaser-large-tile .cmp-teaser__image .cmp-image__image,
.teaser-large .cmp-teaser__image .cmp-image__image,
.teaser .cmp-teaser__image .cmp-image__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (min-width:768px) {

    .teaser-large-tile .cmp-teaser__content,
    .teaser-large .cmp-teaser__content,
    .teaser .cmp-teaser__content {
        width: calc(50% - 12px)
    }
}

@media (min-width:1280px) {

    .teaser-large-tile .cmp-teaser__content,
    .teaser-large .cmp-teaser__content,
    .teaser .cmp-teaser__content {
        width: 40%;
        padding: 80px 40px 0
    }
}

.teaser-large-tile .cmp-teaser__pretitle,
.teaser-large .cmp-teaser__pretitle,
.teaser .cmp-teaser__pretitle {
    color: #4d4d4d;
    margin-bottom: 2px
}

.teaser-large-tile .cmp-teaser__title,
.teaser-large .cmp-teaser__title,
.teaser .cmp-teaser__title {
    margin-bottom: 16px
}

@media (min-width:768px) {

    .teaser-large-tile .cmp-teaser__title,
    .teaser-large .cmp-teaser__title,
    .teaser .cmp-teaser__title {
        margin-bottom: 24px
    }
}

.teaser-large-tile .cmp-teaser__title-link,
.teaser-large .cmp-teaser__title-link,
.teaser .cmp-teaser__title-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

.teaser-large-tile .cmp-teaser__title-link:visited,
.teaser-large .cmp-teaser__title-link:visited,
.teaser .cmp-teaser__title-link:visited {
    color: inherit
}

.teaser-large-tile .cmp-teaser__description,
.teaser-large .cmp-teaser__description,
.teaser .cmp-teaser__description {
    margin-bottom: 16px
}

@media (min-width:768px) {

    .teaser-large-tile .cmp-teaser__description,
    .teaser-large .cmp-teaser__description,
    .teaser .cmp-teaser__description {
        margin-bottom: 36px
    }
}

@media (min-width:768px) {

    .teaser-large-tile .cmp-teaser__action-container,
    .teaser-large .cmp-teaser__action-container,
    .teaser .cmp-teaser__action-container {
        margin-bottom: 16px
    }
}

@media (max-width:767px) {

    .teaser-large-tile .cmp-teaser__action-link,
    .teaser-large .cmp-teaser__action-link,
    .teaser .cmp-teaser__action-link {
        display: inline;
        padding: 0;
        border: 0;
        font-size: 16px;
        line-height: 1.5rem;
        font-weight: 400;
        letter-spacing: .16px;
        color: #d81e04;
        text-transform: none;
        text-decoration: none
    }

    .teaser-large-tile .cmp-teaser__action-link:after,
    .teaser-large .cmp-teaser__action-link:after,
    .teaser .cmp-teaser__action-link:after {
        content: "󰁔";
        display: inline-block;
        vertical-align: text-top;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: center;
        color: inherit;
        margin-left: 8px
    }

    .teaser-large-tile .cmp-teaser__action-link[href]:active:after,
    .teaser-large-tile .cmp-teaser__action-link[href]:focus:after,
    .teaser-large-tile .cmp-teaser__action-link[href]:hover:after,
    .teaser-large .cmp-teaser__action-link[href]:active:after,
    .teaser-large .cmp-teaser__action-link[href]:focus:after,
    .teaser-large .cmp-teaser__action-link[href]:hover:after,
    .teaser .cmp-teaser__action-link[href]:active:after,
    .teaser .cmp-teaser__action-link[href]:focus:after,
    .teaser .cmp-teaser__action-link[href]:hover:after {
        text-decoration: none
    }

    .teaser-large-tile .cmp-teaser__action-link[href]:active,
    .teaser-large-tile .cmp-teaser__action-link[href]:focus,
    .teaser-large-tile .cmp-teaser__action-link[href]:hover,
    .teaser-large .cmp-teaser__action-link[href]:active,
    .teaser-large .cmp-teaser__action-link[href]:focus,
    .teaser-large .cmp-teaser__action-link[href]:hover,
    .teaser .cmp-teaser__action-link[href]:active,
    .teaser .cmp-teaser__action-link[href]:focus,
    .teaser .cmp-teaser__action-link[href]:hover,
    [href]:active .teaser-large-tile .cmp-teaser__action-link,
    [href]:active .teaser-large .cmp-teaser__action-link,
    [href]:active .teaser .cmp-teaser__action-link,
    [href]:focus .teaser-large-tile .cmp-teaser__action-link,
    [href]:focus .teaser-large .cmp-teaser__action-link,
    [href]:focus .teaser .cmp-teaser__action-link,
    [href]:hover .teaser-large-tile .cmp-teaser__action-link,
    [href]:hover .teaser-large .cmp-teaser__action-link,
    [href]:hover .teaser .cmp-teaser__action-link {
        text-decoration: underline;
        background-color: transparent
    }
}

@media (min-width:768px) {

    .teaser-large-tile .cmp-teaser__action-link,
    .teaser-large .cmp-teaser__action-link,
    .teaser .cmp-teaser__action-link {
        display: inline-block;
        padding: 11px 23px;
        border: 1px solid #d81e04;
        background-color: transparent;
        font-weight: 600;
        color: #d81e04;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer
    }

    .teaser-large-tile .cmp-teaser__action-link:hover,
    .teaser-large .cmp-teaser__action-link:hover,
    .teaser .cmp-teaser__action-link:hover {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        background-color: rgba(0, 0, 0, 0.05)
    }
}

@media (min-width:768px) {

    .teaser--reverse.teaser-large-tile .cmp-teaser,
    .teaser-large.teaser--reverse .cmp-teaser,
    .teaser.teaser--reverse .cmp-teaser {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between
    }
}

.teaser--pretitle-main-color.teaser-large-tile .cmp-teaser__pretitle,
.teaser-large.teaser--pretitle-main-color .cmp-teaser__pretitle,
.teaser.teaser--pretitle-main-color .cmp-teaser__pretitle {
    color: #d81e04
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .teaser-large-tile .cmp-teaser__image .cmp-image,
    .teaser-large-tile .cmp-teaser__image .cmp-image__link,
    .teaser-large .cmp-teaser__image .cmp-image,
    .teaser-large .cmp-teaser__image .cmp-image__link,
    .teaser .cmp-teaser__image .cmp-image,
    .teaser .cmp-teaser__image .cmp-image__link {
        position: absolute;
        height: 100%;
        width: 100%
    }
}

@media (min-width:1280px) {

    .aem-GridColumn--default--1.teaser-large-tile .cmp-teaser__content,
    .aem-GridColumn--default--1.teaser-large .cmp-teaser__content,
    .aem-GridColumn--default--1.teaser .cmp-teaser__content,
    .aem-GridColumn--default--2.teaser-large-tile .cmp-teaser__content,
    .aem-GridColumn--default--2.teaser-large .cmp-teaser__content,
    .aem-GridColumn--default--2.teaser .cmp-teaser__content,
    .aem-GridColumn--default--3.teaser-large-tile .cmp-teaser__content,
    .aem-GridColumn--default--3.teaser-large .cmp-teaser__content,
    .aem-GridColumn--default--3.teaser .cmp-teaser__content,
    .aem-GridColumn--default--4.teaser-large-tile .cmp-teaser__content,
    .aem-GridColumn--default--4.teaser-large .cmp-teaser__content,
    .aem-GridColumn--default--4.teaser .cmp-teaser__content,
    .aem-GridColumn--default--5.teaser-large-tile .cmp-teaser__content,
    .aem-GridColumn--default--5.teaser-large .cmp-teaser__content,
    .aem-GridColumn--default--5.teaser .cmp-teaser__content,
    .aem-GridColumn--default--6.teaser-large-tile .cmp-teaser__content,
    .aem-GridColumn--default--6.teaser-large .cmp-teaser__content,
    .aem-GridColumn--default--6.teaser .cmp-teaser__content,
    .aem-GridColumn--default--7.teaser-large-tile .cmp-teaser__content,
    .aem-GridColumn--default--7.teaser-large .cmp-teaser__content,
    .aem-GridColumn--default--7.teaser .cmp-teaser__content {
        width: 100%
    }
}

@media (min-width:1280px) {
    .teaser-large-tile {
        color: #fff
    }

    .teaser-large-tile .cmp-teaser {
        position: relative;
        height: 560px
    }

    .teaser-large-tile .cmp-teaser__image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .teaser-large-tile .cmp-teaser__content {
        z-index: 5
    }

    .teaser-large-tile .cmp-teaser__pretitle {
        color: #fff
    }

    .teaser-large-tile .cmp-teaser__action-link {
        display: inline-block;
        padding: 11px 23px;
        border: 1px solid transparent;
        background-color: #d81e04;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer
    }

    .teaser-large-tile .cmp-teaser__action-link:hover {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        background-color: #af1803
    }

    .teaser-large-tile.teaser--pretitle-main-color .cmp-teaser__pretitle {
        color: #fff
    }
}

@media (-ms-high-contrast:active) and (min-width:1280px),
(-ms-high-contrast:none) and (min-width:1280px) {
    .teaser-large-tile .cmp-teaser {
        flex-direction: row-reverse
    }

    .teaser-large-tile.teaser--reverse .cmp-teaser {
        flex-direction: row
    }
}

.teaser-small-tile .cmp-teaser,
.teaser-small .cmp-teaser {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 24px;
    padding-top: 16px;
    background-color: #fff;
    border-top: 1px solid #ccc
}

@media (min-width:768px) {

    .teaser-small-tile .cmp-teaser,
    .teaser-small .cmp-teaser {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: stretch;
        margin-bottom: 40px
    }
}

@media (min-width:1280px) {

    .teaser-small-tile .cmp-teaser,
    .teaser-small .cmp-teaser {
        padding-top: 0;
        border: 1px solid #ccc;
        height: 560px
    }
}

.teaser-small-tile .cmp-teaser__image,
.teaser-small .cmp-teaser__image {
    min-height: 99px;
    width: 33.33333%;
    height: auto;
    margin-bottom: 0
}

@media (min-width:768px) {

    .teaser-small-tile .cmp-teaser__image,
    .teaser-small .cmp-teaser__image {
        min-height: 160px;
        width: 100%
    }
}

@media (min-width:1280px) {

    .teaser-small-tile .cmp-teaser__image,
    .teaser-small .cmp-teaser__image {
        min-height: 320px
    }
}

.teaser-small-tile .cmp-teaser__content,
.teaser-small .cmp-teaser__content {
    flex: 2 1;
    padding-right: 16px
}

@media (min-width:768px) {

    .teaser-small-tile .cmp-teaser__content,
    .teaser-small .cmp-teaser__content {
        flex: 1 1;
        flex-grow: 1;
        width: 100%
    }
}

@media (min-width:1280px) {

    .teaser-small-tile .cmp-teaser__content,
    .teaser-small .cmp-teaser__content {
        padding: 40px
    }
}

@media (min-width:768px) {

    .teaser-small-tile .cmp-teaser__title,
    .teaser-small .cmp-teaser__title {
        margin-bottom: 16px
    }
}

.teaser-small-tile .cmp-teaser__description,
.teaser-small .cmp-teaser__description {
    display: none
}

@media (min-width:768px) {

    .teaser-small-tile .cmp-teaser__action-link,
    .teaser-small .cmp-teaser__action-link {
        display: inline;
        padding: 0;
        border: 0;
        font-size: 16px;
        line-height: 1.5rem;
        font-weight: 400;
        letter-spacing: .16px;
        color: #d81e04;
        text-transform: none;
        text-decoration: none
    }

    .teaser-small-tile .cmp-teaser__action-link:after,
    .teaser-small .cmp-teaser__action-link:after {
        content: "󰁔";
        display: inline-block;
        vertical-align: text-top;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: center;
        color: inherit;
        margin-left: 8px
    }

    .teaser-small-tile .cmp-teaser__action-link[href]:active:after,
    .teaser-small-tile .cmp-teaser__action-link[href]:focus:after,
    .teaser-small-tile .cmp-teaser__action-link[href]:hover:after,
    .teaser-small .cmp-teaser__action-link[href]:active:after,
    .teaser-small .cmp-teaser__action-link[href]:focus:after,
    .teaser-small .cmp-teaser__action-link[href]:hover:after {
        text-decoration: none
    }

    .teaser-small-tile .cmp-teaser__action-link[href]:active,
    .teaser-small-tile .cmp-teaser__action-link[href]:focus,
    .teaser-small-tile .cmp-teaser__action-link[href]:hover,
    .teaser-small .cmp-teaser__action-link[href]:active,
    .teaser-small .cmp-teaser__action-link[href]:focus,
    .teaser-small .cmp-teaser__action-link[href]:hover,
    [href]:active .teaser-small-tile .cmp-teaser__action-link,
    [href]:active .teaser-small .cmp-teaser__action-link,
    [href]:focus .teaser-small-tile .cmp-teaser__action-link,
    [href]:focus .teaser-small .cmp-teaser__action-link,
    [href]:hover .teaser-small-tile .cmp-teaser__action-link,
    [href]:hover .teaser-small .cmp-teaser__action-link {
        text-decoration: underline;
        background-color: transparent
    }
}

@media (min-width:768px) {

    .teaser-small-tile .cmp-teaser__action-container,
    .teaser-small .cmp-teaser__action-container {
        margin-bottom: 24px
    }
}

@media (min-width:1280px) {

    .teaser-small-tile .cmp-teaser__action-container,
    .teaser-small .cmp-teaser__action-container {
        margin-bottom: 0
    }
}

@media (-ms-high-contrast:active) and (min-width:768px),
(-ms-high-contrast:none) and (min-width:768px) {

    .teaser-small-tile .cmp-teaser,
    .teaser-small .cmp-teaser {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: stretch
    }

    .teaser-small-tile .cmp-teaser .cmp-teaser__image,
    .teaser-small .cmp-teaser .cmp-teaser__image {
        order: 2
    }

    .teaser-small-tile .cmp-teaser .cmp-teaser__content,
    .teaser-small .cmp-teaser .cmp-teaser__content {
        min-height: 160px
    }
}

@media (-ms-high-contrast:active) and (min-width:1280px),
(-ms-high-contrast:none) and (min-width:1280px) {

    .teaser-small-tile .cmp-teaser .cmp-teaser__content,
    .teaser-small .cmp-teaser .cmp-teaser__content {
        min-height: 240px
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .teaser-small-tile .cmp-teaser__image,
    .teaser-small .cmp-teaser__image {
        min-width: 99px
    }
}

@media (-ms-high-contrast:active) and (min-width:768px),
(-ms-high-contrast:none) and (min-width:768px) {

    .teaser-small-tile .cmp-teaser__image,
    .teaser-small .cmp-teaser__image {
        min-width: 100%
    }
}

@media (min-width:1280px) {
    .teaser-small-tile {
        height: 560px;
        color: #fff
    }

    .teaser-small-tile .cmp-teaser {
        position: relative;
        height: 560px
    }

    .teaser-small-tile .cmp-teaser__image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .teaser-small-tile .cmp-teaser__content {
        z-index: 5
    }

    .teaser-small-tile .cmp-teaser__action-link,
    .teaser-small-tile .cmp-teaser__pretitle {
        color: inherit
    }
}

.teaser.teaser-persona,
.teaser.teaser-persona--no-image {
    border: 0;
    width: auto;
    display: block
}

.teaser.teaser-persona--no-image .cmp-teaser,
.teaser.teaser-persona .cmp-teaser {
    display: block;
    border: 0;
    margin: 0
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__image,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__image {
    display: block;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    width: 100%;
    min-height: auto
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__image .cmp-image img,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__image .cmp-image img {
    position: relative
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__image+.cmp-teaser__content .cmp-teaser__description,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__image+.cmp-teaser__content .cmp-teaser__description {
    color: #000
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__content {
    display: block;
    max-width: 320px;
    padding: 0;
    width: 100%
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    color: #000;
    margin-bottom: 12px
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 12px
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    font-weight: 400;
    color: #d81e04;
    text-transform: none;
    border: 0;
    padding: 0;
    margin: 0
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle,
.teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
    display: none
}

@media (min-width:768px) {

    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link {
        display: inline;
        padding: 0;
        border: 0;
        font-size: 16px;
        line-height: 1.5rem;
        font-weight: 400;
        letter-spacing: .16px;
        color: #d81e04;
        text-transform: none;
        text-decoration: none
    }

    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after {
        content: "󰁔";
        display: inline-block;
        vertical-align: text-top;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: center;
        color: inherit;
        margin-left: 8px
    }

    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:active:after,
    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:focus:after,
    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:hover:after,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:active:after,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:focus:after,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:hover:after {
        text-decoration: none
    }

    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:active,
    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:focus,
    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:hover,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:active,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:focus,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link[href]:hover,
    [href]:active .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link,
    [href]:active .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link,
    [href]:focus .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link,
    [href]:focus .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link,
    [href]:hover .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link,
    [href]:hover .teaser.teaser-persona .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link {
        text-decoration: underline;
        background-color: transparent
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser {
        position: relative
    }

    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__image,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__image {
        position: relative;
        width: 100%;
        min-height: 480px;
        background-color: transparent
    }

    .teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__image .cmp-image,
    .teaser.teaser-persona .cmp-teaser .cmp-teaser__image .cmp-image {
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top
    }
}

.teaser.teaser-persona--no-image {
    margin-bottom: 24px
}

.teaser.teaser-persona--no-image .cmp-teaser {
    padding-top: 0
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__image {
    display: none
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 0
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    margin-bottom: 8px
}

.teaser.teaser-persona--no-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    margin: 0
}

@media (min-width:768px) {
    .teaser-promotion.teaser-promotion-large .cmp-teaser {
        min-height: 560px;
        flex-direction: row-reverse;
        align-items: stretch;
        padding-top: 0
    }

    .teaser-promotion.teaser-promotion-large .cmp-teaser .cmp-teaser__content {
        margin: 24px;
        width: 100%;
        height: auto
    }

    .teaser-promotion.teaser-promotion-large .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
        margin-top: 40px
    }

    .teaser-promotion.teaser-promotion-large .cmp-teaser .cmp-teaser__image {
        border-bottom: 0;
        border-left: 1px solid #ccc
    }

    .teaser-promotion.teaser-promotion-large .cmp-teaser .cmp-teaser__image img {
        object-fit: cover
    }
}

.teaser-promotion .cmp-teaser {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    min-height: 460px
}

@media (min-width:768px) {
    .teaser-promotion .cmp-teaser {
        margin-bottom: 40px;
        padding-top: 0;
        min-height: 560px;
        flex-direction: column
    }

    .teaser-promotion .cmp-teaser .cmp-teaser__image {
        border-bottom: 1px solid #ccc;
        min-height: 220px;
        width: 100%
    }

    .teaser-promotion .cmp-teaser .cmp-teaser__content {
        width: auto
    }
}

@media (min-width:1280px) {
    .teaser-promotion .cmp-teaser {
        padding-top: 0
    }
}

.teaser-promotion .cmp-teaser__image {
    border-bottom: 1px solid #ccc;
    min-height: 220px;
    width: 100%
}

.teaser-promotion .cmp-teaser__image .cmp-image__image {
    object-fit: contain
}

.teaser-promotion .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    margin: 16px;
    padding: 0;
    width: auto;
    height: 100%;
    flex-grow: 1
}

@media (min-width:768px) {
    .teaser-promotion .cmp-teaser__content .cmp-teaser__title {
        margin-bottom: 16px
    }
}

.teaser-promotion .cmp-teaser__content .cmp-teaser__promo-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto
}

.teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-current {
    color: #4d4d4d
}

.teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-current span {
    text-decoration: line-through
}

.teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-promo {
    color: #000
}

.teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-promo sup {
    font-size: 1.125rem;
    font-weight: 500;
    top: -1em
}

@media (min-width:1280px) {
    .teaser-promotion .cmp-teaser__content .cmp-teaser__price .cmp-teaser__price-promo sup {
        top: -1.5em
    }
}

.teaser-promotion .cmp-teaser__content .cmp-teaser__price sup {
    margin-left: 6px;
    text-decoration: solid;
    color: #4d4d4d
}

.teaser-promotion .cmp-teaser__content .cmp-teaser__discount {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #d81e04;
    border-radius: 50%;
    color: #fff
}

@media (min-width:768px) {
    .teaser-promotion .cmp-teaser__content .cmp-teaser__discount {
        width: 88px;
        height: 88px
    }
}

@media (min-width:1280px) {
    .teaser-promotion .cmp-teaser__content .cmp-teaser__discount {
        width: 108px;
        height: 108px
    }
}

.teaser-promotion .cmp-teaser__content .cmp-teaser__discount .cmp-teaser__discount-value {
    text-align: center;
    line-height: 1em
}

.teaser-promotion .cmp-teaser__content .cmp-teaser__discount .cmp-teaser__discount-value span {
    display: inline-block;
    margin: -2px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .teaser-promotion .cmp-teaser .cmp-teaser__image .cmp-image {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%
    }
}

@media (-ms-high-contrast:active) and (min-width:768px),
(-ms-high-contrast:none) and (min-width:768px) {
    .teaser-promotion .cmp-teaser__content {
        min-height: 308px
    }

    .teaser-promotion.teaser-promotion-large .cmp-teaser .cmp-teaser__content {
        min-height: 512px
    }

    .teaser-promotion.teaser-promotion-large .cmp-teaser .cmp-teaser__image .cmp-image {
        background-size: cover
    }
}

.header__content-intro {
    margin-bottom: 32px
}

.header__content-intro .cmp-teaser {
    margin: 0;
    border: 0
}

@media (max-width:1279px) {
    .header__content-intro .cmp-teaser {
        padding-top: 0
    }
}

.header__content-intro .cmp-teaser__content {
    width: 100%;
    padding: 0
}

.header__content-intro .cmp-teaser__title {
    margin-bottom: 6px;
    font-weight: 700
}

@media (min-width:1280px) {
    .header__content-intro .cmp-teaser__title {
        margin-bottom: 40px
    }
}

.header__content-intro .cmp-teaser__description {
    display: none
}

@media (min-width:1280px) {
    .header__content-intro .cmp-teaser__description {
        display: block
    }
}

.header__content-intro .cmp-teaser__action-container {
    margin-bottom: auto
}

@media (max-width:1279px) {
    .header__content-intro .cmp-teaser__action-link {
        display: inline;
        padding: 0;
        border: 0;
        font-size: 16px;
        line-height: 1.5rem;
        font-weight: 400;
        letter-spacing: .16px;
        color: #4d4d4d;
        text-transform: none;
        text-decoration: none
    }

    .header__content-intro .cmp-teaser__action-link:after {
        content: "󰁔";
        display: inline-block;
        vertical-align: text-top;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: center;
        color: inherit;
        margin-left: 8px
    }

    .header__content-intro .cmp-teaser__action-link[href]:active:after,
    .header__content-intro .cmp-teaser__action-link[href]:focus:after,
    .header__content-intro .cmp-teaser__action-link[href]:hover:after {
        text-decoration: none
    }

    .header__content-intro .cmp-teaser__action-link[href]:active,
    .header__content-intro .cmp-teaser__action-link[href]:focus,
    .header__content-intro .cmp-teaser__action-link[href]:hover,
    [href]:active .header__content-intro .cmp-teaser__action-link,
    [href]:focus .header__content-intro .cmp-teaser__action-link,
    [href]:hover .header__content-intro .cmp-teaser__action-link {
        text-decoration: underline;
        background-color: transparent
    }

    .header__content-intro .cmp-teaser__action-link:last-child {
        display: none
    }
}

@media (min-width:1280px) {
    .header__content-intro .cmp-teaser__action-link:first-child {
        display: none
    }
}

.header__content-intro .cmp-teaser__image {
    display: none
}

@media (max-width:1279px) {

    [data-current-level="2"] .header__content-intro,
    [data-current-level="3"] .header__content-intro {
        display: none
    }
}

.header__content-teaser .cmp-teaser .cmp-teaser__action-link {
    display: inline;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .16px;
    color: #d81e04;
    text-transform: none;
    text-decoration: none
}

.header__content-teaser .cmp-teaser .cmp-teaser__action-link:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.header__content-teaser .cmp-teaser .cmp-teaser__action-link[href]:active:after,
.header__content-teaser .cmp-teaser .cmp-teaser__action-link[href]:focus:after,
.header__content-teaser .cmp-teaser .cmp-teaser__action-link[href]:hover:after {
    text-decoration: none
}

.header__content-teaser .cmp-teaser .cmp-teaser__action-link[href]:active,
.header__content-teaser .cmp-teaser .cmp-teaser__action-link[href]:focus,
.header__content-teaser .cmp-teaser .cmp-teaser__action-link[href]:hover,
[href]:active .header__content-teaser .cmp-teaser .cmp-teaser__action-link,
[href]:focus .header__content-teaser .cmp-teaser .cmp-teaser__action-link,
[href]:hover .header__content-teaser .cmp-teaser .cmp-teaser__action-link {
    text-decoration: underline;
    background-color: transparent
}

@media (max-width:1279px) {
    .header__content-teaser {
        display: none !important
    }
}

@media (min-width:1280px) {
    .header__content-teaser .cmp-teaser {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0
    }

    .header__content-teaser .cmp-teaser__content,
    .header__content-teaser .cmp-teaser__image {
        width: 100%
    }

    .header__content-teaser .cmp-teaser__image {
        height: 160px;
        min-height: 160px
    }

    .header__content-teaser .cmp-teaser__content {
        padding: 16px 0
    }
}

.teaser.teaser--margin-top-reset .cmp-teaser {
    margin-top: 0
}

.teaser.teaser--margin-bottom-reset .cmp-teaser {
    margin-bottom: 0
}

.text p+p {
    margin-top: 1.5em
}

.text ul {
    margin: 1.55em 0;
    padding: 0
}

.text ul li {
    padding-left: 30px
}

.text ul li:before {
    content: "󰅂";
    display: inline-block;
    vertical-align: text-top;
    font-size: 130%;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: #d81e04
}

.text ul li[href]:active:before,
.text ul li[href]:focus:before,
.text ul li[href]:hover:before {
    text-decoration: none
}

.text ul li:before {
    box-sizing: border-box;
    width: 30px;
    margin-left: -30px;
    padding-right: 6px
}

.text ul li+li {
    margin-top: 0.775em
}

.text a {
    color: #d81e04;
    text-decoration: underline;
    cursor: pointer
}

.text textarea {
    resize: none
}

.text ol {
    list-style: decimal;
    padding-left: 2em
}

.cmp-text__overflow__set .cmp-text {
    overflow-wrap: break-word
}

.cmp-tilelist__item-readmore {
    display: inline;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .16px;
    color: #d81e04;
    text-transform: none;
    text-decoration: none
}

.cmp-tilelist__item-readmore:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.cmp-tilelist__item-readmore[href]:active:after,
.cmp-tilelist__item-readmore[href]:focus:after,
.cmp-tilelist__item-readmore[href]:hover:after {
    text-decoration: none
}

.cmp-tilelist__item-readmore[href]:active,
.cmp-tilelist__item-readmore[href]:focus,
.cmp-tilelist__item-readmore[href]:hover,
[href]:active .cmp-tilelist__item-readmore,
[href]:focus .cmp-tilelist__item-readmore,
[href]:hover .cmp-tilelist__item-readmore {
    text-decoration: underline;
    background-color: transparent
}

@media (min-width:768px) {
    .tilelist .cmp-tilelist {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        margin-left: -8px;
        margin-right: -8px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .tilelist .cmp-tilelist {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width:768px) and (min-width:1280px) {
    .tilelist .cmp-tilelist {
        margin-left: -20px;
        margin-right: -20px
    }
}

.tilelist .cmp-tilelist__item {
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.tilelist .cmp-tilelist__item {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
    border-top: 0
}

.tilelist .cmp-tilelist__item {
    padding-left: 12px;
    padding-right: 12px
}

.tilelist .cmp-tilelist__item {
    padding-left: 20px;
    padding-right: 20px
}

.tilelist .cmp-tilelist__item {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    min-height: 592px;
    margin-bottom: 8px
}

.tilelist.cmp-tilelist__item__width-half .cmp-tilelist__item {
    flex: 0 0 50%;
    max-width: 50%
}

.tilelist.cmp-tilelist__item__width-half .cmp-tilelist__item {
    flex-basis: 50%;
    max-width: 50%
}

.tilelist.cmp-tilelist__item__width-full .cmp-tilelist__item {
    flex: 0 0 100%;
    max-width: 100%
}

.tilelist.cmp-tilelist__item__width-full .cmp-tilelist__item {
    flex-basis: 100%;
    max-width: 100%
}

.tilelist .cmp-tilelist__item-link {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    color: inherit;
    text-decoration: none
}

.tilelist .cmp-tilelist__item-link {
    flex-direction: row
}

.tilelist .cmp-tilelist__item-link {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: flex-start
}

.tilelist .cmp-tilelist__item-image-container {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px
}

.tilelist .cmp-tilelist__item-image-container {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 0
}

.tilelist .cmp-tilelist__item-image-container {
    flex-basis: auto;
    margin-bottom: 16px
}

.tilelist .cmp-tilelist__item-image .cmp-image {
    position: relative;
    overflow: hidden
}

.tilelist .cmp-tilelist__item-image .cmp-image:before {
    content: "";
    display: block;
    height: 0
}

.tilelist .cmp-tilelist__item-image .cmp-image__link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tilelist .cmp-tilelist__item-image .cmp-image__image {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover
}

.tilelist .cmp-tilelist__item-image .cmp-image__image {
    height: 100%;
    object-fit: cover
}

.tilelist .cmp-tilelist__item-image .cmp-image {
    position: relative;
    overflow: hidden
}

.tilelist .cmp-tilelist__item-image .cmp-image:before {
    content: "";
    display: block;
    height: 0
}

.tilelist .cmp-tilelist__item-image .cmp-image__link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tilelist .cmp-tilelist__item-image .cmp-image__image {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover
}

.tilelist .cmp-tilelist__item-image .cmp-image:before {
    padding-bottom: 100%
}

.tilelist .cmp-tilelist__item-image img {
    aspect-ratio: 1/1
}

.tilelist .cmp-tilelist__item-image .cmp-image:before {
    padding-bottom: 100%
}

.tilelist .cmp-tilelist__item-image .cmp-image:before {
    padding-bottom: 50%
}

.tilelist .cmp-tilelist__item-image img {
    aspect-ratio: 2/1
}

.tilelist .cmp-tilelist__item-image .cmp-image:before {
    padding-bottom: 50%
}

.tilelist .cmp-tilelist__item-text-container {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 8px
}

.tilelist .cmp-tilelist__item-text-container {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0
}

.tilelist .cmp-tilelist__item-text-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1 1 auto;
    padding-left: 24px;
    padding-right: 24px
}

.tilelist .cmp-tilelist__item-text-container:only-child {
    flex-basis: 100%;
    max-width: 100%
}

.tilelist .cmp-tilelist__item-text-container:only-child {
    padding-right: 0
}

.tilelist .cmp-tilelist__item-text-container:only-child {
    max-height: 100%;
    padding-top: 40px
}

.tilelist .cmp-tilelist__item-pretitle-date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, 0.7)
}

.tilelist .cmp-tilelist__item-pretitle-date>span+span:before {
    content: "\22C5";
    margin-left: 5px;
    margin-right: 3px
}

.tilelist .cmp-tilelist__item-date {
    font-weight: 400
}

.tilelist .cmp-tilelist__item-title {
    margin-bottom: 16px
}

.tilelist .cmp-tilelist__item-description {
    margin-bottom: 16px;
    display: none
}

.tilelist .cmp-tilelist__item-description {
    display: block
}

.tilelist .cmp-tilelist__item-readmore {
    margin-top: 16px
}

.tilelist .cmp-tilelist__item-readmore {
    margin-top: auto;
    margin-bottom: 24px
}

.tilelist .cmp-tilelist__item:first-child {
    border-top: 0
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-link,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-link,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-link,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-link,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-link,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-link,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-link,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-link,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-link,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-link,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-link,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-link,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-link {
    flex-direction: row
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image-container,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image-container,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image-container,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image-container,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image-container,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image-container,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image-container,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image-container,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image-container,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image-container,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image-container,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image-container,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image-container {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
    padding: 0
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image .cmp-image:before,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image .cmp-image:before {
    padding-bottom: 50%
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image img,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image img,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image img,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image img,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image img,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image img,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image img,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image img,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image img,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image img,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image img,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image img,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image img {
    aspect-ratio: 2/1
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image .cmp-image:before,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image .cmp-image:before {
    padding-bottom: 50%
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-text-container,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-text-container,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-text-container,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-text-container,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-text-container,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-text-container,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-text-container,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-text-container,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-text-container,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-text-container,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-text-container,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-text-container,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-text-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-title,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-title,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-title,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-title,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-title,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-title,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-title,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-title,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-title,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-title,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-title,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-title,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-title {
    margin-bottom: 24px
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-description,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-description,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-description,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-description,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-description,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-description,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-description,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-description,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-description,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-description,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-description,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-description,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-description {
    display: block
}

.tilelist .cmp-tilelist__item.is-promoted,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5),
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5),
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4),
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4),
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2),
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2),
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6),
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6),
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3),
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-link,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-link,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-link,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-link,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-link,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-link,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-link,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-link,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-link,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-link,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-link,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-link,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-link {
    flex-direction: row-reverse
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image-container,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image-container,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image-container,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image-container,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image-container,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image-container,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image-container,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image-container,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image-container,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image-container,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image-container,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image-container,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image-container {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding-left: 12px
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-text-container,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-text-container,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-text-container,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-text-container,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-text-container,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-text-container,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-text-container,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-text-container,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-text-container,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-text-container,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-text-container,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-text-container,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-text-container {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 12px
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image .cmp-image:before,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image .cmp-image:before {
    padding-bottom: 100%
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image img,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image img,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image img,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image img,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image img,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image img,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image img,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image img,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image img,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image img,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image img,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image img,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image img {
    aspect-ratio: 1/1
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image .cmp-image:before,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image .cmp-image:before,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image .cmp-image:before {
    padding-bottom: 100%
}

.tilelist .cmp-tilelist__item.is-promoted,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5),
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5),
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4),
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4),
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2),
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2),
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6),
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6),
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3),
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) {
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image-container,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image-container,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image-container,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image-container,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image-container,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image-container,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image-container,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image-container,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image-container,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image-container,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image-container,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image-container,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image-container {
    flex-basis: calc(50% + 20px);
    max-width: calc(50% + 20px);
    height: 100%;
    padding: 0
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image {
    height: 100%
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-image img,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image img,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-image img,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image img,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-image img,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image img,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-image img,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image img,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-image img,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image img,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-image img,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image img,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-image img {
    aspect-ratio: inherit
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-image,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-image,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-image,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-image,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-image,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-image,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-image,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-image,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-image,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-image,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-image,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-image,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-image {
    height: 100%
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-text-container,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-text-container,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-text-container,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-text-container,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-text-container,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-text-container,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-text-container,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-text-container,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-text-container,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-text-container,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-text-container,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-text-container,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-text-container {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    height: 100%;
    margin-bottom: 16px;
    padding: 40px
}

.tilelist .cmp-tilelist__item.is-promoted .cmp-tilelist__item-readmore,
.tilelist.fifth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-readmore,
.tilelist.fifth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(5) .cmp-tilelist__item-readmore,
.tilelist.first-child-promote-semi-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-readmore,
.tilelist.first-child-promote-wide>ul li.cmp-tilelist__item:first-child .cmp-tilelist__item-readmore,
.tilelist.fourth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-readmore,
.tilelist.fourth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(4) .cmp-tilelist__item-readmore,
.tilelist.second-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-readmore,
.tilelist.second-child-promote-wide>ul li.cmp-tilelist__item:nth-child(2) .cmp-tilelist__item-readmore,
.tilelist.sixth-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-readmore,
.tilelist.sixth-child-promote-wide>ul li.cmp-tilelist__item:nth-child(6) .cmp-tilelist__item-readmore,
.tilelist.third-child-promote-semi-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-readmore,
.tilelist.third-child-promote-wide>ul li.cmp-tilelist__item:nth-child(3) .cmp-tilelist__item-readmore {
    margin-top: 0
}

@media (min-width:1280px) {
    .tilelist.first-child-promote-semi-wide>ul li:first-child {
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }
}

@media (min-width:1280px) {
    .tilelist.first-child-promote-wide>ul li:first-child {
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

@media (min-width:1280px) {
    .tilelist.second-child-promote-semi-wide>ul li:nth-child(2) {
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }
}

@media (min-width:1280px) {
    .tilelist.second-child-promote-wide>ul li:nth-child(2) {
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

@media (min-width:1280px) {
    .tilelist.third-child-promote-semi-wide>ul li:nth-child(3) {
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }
}

@media (min-width:1280px) {
    .tilelist.third-child-promote-wide>ul li:nth-child(3) {
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

@media (min-width:1280px) {
    .tilelist.fourth-child-promote-semi-wide>ul li:nth-child(4) {
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }
}

@media (min-width:1280px) {
    .tilelist.fourth-child-promote-wide>ul li:nth-child(4) {
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

@media (min-width:1280px) {
    .tilelist.fifth-child-promote-semi-wide>ul li:nth-child(5) {
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }
}

@media (min-width:1280px) {
    .tilelist.fifth-child-promote-wide>ul li:nth-child(5) {
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

@media (min-width:1280px) {
    .tilelist.sixth-child-promote-semi-wide>ul li:nth-child(6) {
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }
}

@media (min-width:1280px) {
    .tilelist.sixth-child-promote-wide>ul li:nth-child(6) {
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

.tilelist .cmp-tilelist__item.has-background-image .cmp-tilelist__item-link {
    flex-direction: row !important;
    position: relative;
    color: #fff
}

.tilelist .cmp-tilelist__item.has-background-image .cmp-tilelist__item-image-container {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100% !important;
    margin: 0
}

.tilelist .cmp-tilelist__item.has-background-image .cmp-image,
.tilelist .cmp-tilelist__item.has-background-image .cmp-tilelist__item-image {
    height: 100%
}

.tilelist .cmp-tilelist__item.has-background-image .cmp-tilelist__item-text-container {
    height: 100%;
    width: 100%;
    padding-top: 40px
}

.tilelist .cmp-tilelist__item.has-background-image .cmp-tilelist__item-pretitle-date,
.tilelist .cmp-tilelist__item.has-background-image .cmp-tilelist__item-readmore {
    color: inherit
}

.reportlist .cmp-list {
    padding-bottom: 28px
}

.reportlist .cmp-list .cmp-press-release-list__item,
.reportlist .cmp-list .cmp-product-list__item {
    display: flex;
    justify-content: space-between;
    padding: 20px 8px
}

.reportlist .cmp-list .cmp-press-release-list__item p,
.reportlist .cmp-list .cmp-product-list__item p {
    font-weight: 600
}

.reportlist .cmp-list .cmp-press-release-list__item.cmp-press-release-list__item--headline,
.reportlist .cmp-list .cmp-product-list__item.cmp-press-release-list__item--headline {
    border-top: 0
}

.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__item-column,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__item-column,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__item-column,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__item-column {
    flex: 0 0 200px
}

.reportlist .cmp-list .cmp-product-list__item {
    border-bottom: 1px solid #ccc
}

.reportlist .cmp-list .cmp-press-release-list__item,
.reportlist .cmp-list .cmp-product-list__item,
.reportlist .cmp-list .cmp-report-list__item {
    padding: 12px 0 24px;
    border-top: 1px solid #ccc
}

.reportlist .cmp-list .cmp-press-release-list__item span,
.reportlist .cmp-list .cmp-product-list__item span,
.reportlist .cmp-list .cmp-report-list__item span {
    margin-right: 26px
}

.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__title,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__title,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__title {
    font-weight: 600;
    margin: 6px 0 12px
}

.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link,
.reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link,
.reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link {
    display: inline;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .16px;
    color: #d81e04;
    text-transform: none;
    text-decoration: none
}

.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link[href]:active:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link[href]:focus:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link[href]:hover:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link[href]:active:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link[href]:focus:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link[href]:hover:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link[href]:active:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link[href]:focus:after,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link[href]:hover:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link[href]:active:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link[href]:focus:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link[href]:hover:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link[href]:active:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link[href]:focus:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link[href]:hover:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link[href]:active:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link[href]:focus:after,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link[href]:hover:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link[href]:active:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link[href]:focus:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link[href]:hover:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link[href]:active:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link[href]:focus:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link[href]:hover:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link[href]:active:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link[href]:focus:after,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link[href]:hover:after {
    text-decoration: none
}

.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link[href]:active,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link[href]:focus,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link[href]:hover,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link[href]:active,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link[href]:focus,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link[href]:hover,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link[href]:active,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link[href]:focus,
.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link[href]:hover,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link[href]:active,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link[href]:focus,
.reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link[href]:hover,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link[href]:active,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link[href]:focus,
.reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link[href]:hover,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link[href]:active,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link[href]:focus,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link[href]:hover,
.reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link[href]:active,
.reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link[href]:focus,
.reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link[href]:hover,
.reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link[href]:active,
.reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link[href]:focus,
.reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link[href]:hover,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link[href]:active,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link[href]:focus,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link[href]:hover,
[href]:active .reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link,
[href]:active .reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link,
[href]:active .reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link,
[href]:active .reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link,
[href]:active .reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link,
[href]:active .reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link,
[href]:active .reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link,
[href]:active .reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link,
[href]:active .reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link,
[href]:focus .reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link,
[href]:focus .reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link,
[href]:focus .reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link,
[href]:focus .reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link,
[href]:focus .reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link,
[href]:focus .reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link,
[href]:focus .reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link,
[href]:focus .reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link,
[href]:focus .reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link,
[href]:hover .reportlist .cmp-list .cmp-press-release-list__item .cmp-press-release-list__link,
[href]:hover .reportlist .cmp-list .cmp-press-release-list__item .cmp-product-list__link,
[href]:hover .reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link,
[href]:hover .reportlist .cmp-list .cmp-product-list__item .cmp-press-release-list__link,
[href]:hover .reportlist .cmp-list .cmp-product-list__item .cmp-product-list__link,
[href]:hover .reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link,
[href]:hover .reportlist .cmp-list .cmp-report-list__item .cmp-press-release-list__link,
[href]:hover .reportlist .cmp-list .cmp-report-list__item .cmp-product-list__link,
[href]:hover .reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link {
    text-decoration: underline;
    background-color: transparent
}

.reportlist .cmp-list .cmp-press-release-list__item .cmp-report-list__link,
.reportlist .cmp-list .cmp-product-list__item .cmp-report-list__link,
.reportlist .cmp-list .cmp-report-list__item .cmp-report-list__link {
    justify-content: flex-start
}

.reportlist .cmp-list .cmp-product-list__item {
    border-top: 0;
    padding: 20px 0
}

.reportlist .cmp-list .cmp-press-release-list__item {
    padding: 20px 0
}

.reportlist .cmp-list .cmp-press-release-list__item-column--link,
.reportlist .cmp-list .cmp-press-release-list__last-column,
.reportlist .cmp-list .cmp-product-list__item-column--link,
.reportlist .cmp-list .cmp-product-list__last-column {
    text-align: right
}

.title .cmp-title__link {
    color: inherit;
    text-decoration: none
}

.cmp-title--white .cmp-title__text {
    color: #fff
}

.cmp-title--gray .cmp-title__text {
    color: #979797
}

.cmp-title--black .cmp-title__text {
    color: #000
}

.cmp-title--bold .cmp-title__text {
    font-weight: 600
}

.title[class*=typography-] .cmp-title__text {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit
}

.searchbox {
    position: relative;
    background-color: #fff;
    color: #666
}

.header .searchbox {
    display: none;
    position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media (min-width:1280px) {
    .header .searchbox {
        position: absolute;
        top: auto;
        bottom: 0;
        width: calc(66.6667% - 40px);
        padding-bottom: 24px
    }
}

.searchbox.is-visible {
    display: block
}

.searchbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.25)
}

.cmp-searchbox form {
    height: 80px;
    padding: 36px 24px 20px 40px;
    width: 100%
}

@media (min-width:768px) {
    .cmp-searchbox form {
        height: 96px;
        padding: 36px 40px
    }
}

@media (min-width:1280px) {
    .cmp-searchbox form {
        height: auto;
        width: auto;
        padding: 0
    }
}

.cmp-searchbox__field {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 28px
}

.cmp-searchbox__icon {
    width: 24px;
    height: 24px;
    background-image: none;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    cursor: pointer;
    pointer-events: all;
    font-size: 1.5rem;
    color: #d81e04
}

@media (min-width:1280px) {
    .cmp-searchbox__icon {
        color: #666
    }
}

.cmp-searchbox__input {
    display: inline-block;
    padding: 0 20px;
    height: 100%;
    width: 100%;
    caret-color: #d81e04;
    border: 1px solid transparent;
    color: #000
}

.cmp-searchbox__input:-ms-input-placeholder {
    color: #666
}

.cmp-searchbox__input::placeholder {
    color: #666
}

.cmp-searchbox__input:focus {
    outline: none
}

.cmp-searchbox__input:focus-visible {
    border: 1px solid transparent !important
}

.cmp-searchbox__input::-ms-clear {
    display: none
}

.cmp-searchbox__clear {
    display: block !important
}

.cmp-searchbox__clear-icon {
    top: calc(50% - 9px);
    right: -20px;
    width: 24px;
    height: 24px;
    color: #d81e04;
    background-image: none;
    cursor: pointer;
    pointer-events: all
}

@media (min-width:1280px) {
    .cmp-searchbox__clear-icon {
        color: #666
    }
}

.cmp-searchbox__clear-icon:before {
    font-size: 1.5rem;
    width: 24px;
    height: 24px
}

.cmp-searchbox__results {
    min-width: 100%;
    padding: 0 24px 24px;
    background: #fff
}

@media (min-width:1280px) {
    .cmp-searchbox__results {
        padding: 24px 40px
    }
}

.header .cmp-searchbox__results {
    box-shadow: 2px 15px 20px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    z-index: 100
}

@media (min-width:768px) {
    .header .cmp-searchbox__results {
        position: absolute;
        top: 100%;
        bottom: auto
    }
}

@media (max-width:1279px) {
    .header .cmp-searchbox__results {
        overflow-y: auto;
        max-height: 100vh
    }
}

.cmp-searchbox__results__shortcuts {
    padding-top: 24px;
    border-top: 1px solid #d81e04
}

@media (min-width:1280px) {
    .cmp-searchbox__results__shortcuts {
        padding-top: 0;
        border: 0
    }
}

.cmp-searchbox__results__shortcuts.hidden {
    display: none
}

.cmp-searchbox__results__shortcuts-title {
    margin-bottom: 24px;
    color: #666
}

.cmp-searchbox__results__shortcuts-list__item {
    padding-bottom: 24px
}

.cmp-searchbox__results__shortcuts-list__item--initial a {
    font-weight: 600;
    text-transform: uppercase
}

.cmp-searchbox__results__shortcuts-list a {
    color: #000;
    text-decoration: none
}

.cmp-searchbox__results__shortcuts-list a:focus,
.cmp-searchbox__results__shortcuts-list a:hover {
    text-decoration: underline
}

.cmp-searchbox__results__shortcuts-list em {
    font-style: normal;
    font-weight: 600
}

.cmp-searchbox__results__noresults {
    display: none
}

.cmp-searchbox__results__noresults.visible {
    display: block;
    padding-top: 24px;
    border-top: 1px solid #d81e04
}

@media (min-width:1280px) {
    .cmp-searchbox__results__noresults.visible {
        padding-top: 0;
        border-top: 0
    }
}

.cmp-searchbox__results__footer {
    display: none;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.cmp-searchbox__results__footer.visible {
    display: block
}

.cmp-searchbox__results__footer-count-value {
    font-weight: 700
}

.cmp-searchbox__results__footer-page-link {
    margin-top: 16px
}

.cmp-searchbox__results__footer-page-link a {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    color: #d81e04;
    text-decoration: none
}

.cmp-searchbox__results__footer-page-link a:before {
    margin-left: 8px
}

.cmp-searchbox__results__footer-page-link a:focus,
.cmp-searchbox__results__footer-page-link a:hover {
    text-decoration: underline
}

.cmp-searchbox__results__footer-page-link a:focus:before,
.cmp-searchbox__results__footer-page-link a:hover:before {
    text-decoration: none
}

@media (min-width:1280px) {
    .cmp-searchresults__content {
        margin-top: 12px
    }
}

.cmp-searchresults__searchbox {
    margin-bottom: 36px
}

@media (min-width:768px) {
    .cmp-searchresults__searchbox {
        margin-bottom: 32px
    }
}

.cmp-searchresults__searchbox__field {
    position: relative;
    padding: 10px 14px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start
}

@media (min-width:1280px) {
    .cmp-searchresults__searchbox__field {
        width: 75%
    }
}

.cmp-searchresults__searchbox__icon {
    width: 24px;
    height: 24px;
    background-image: none;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    cursor: pointer;
    pointer-events: all;
    font-size: 24px;
    color: #d81e04
}

@media (min-width:1280px) {
    .cmp-searchresults__searchbox__icon {
        color: #666
    }
}

.cmp-searchresults__searchbox__input {
    display: inline-block;
    padding: 0 20px 0 8px;
    height: 100%;
    width: 100%;
    caret-color: #d81e04;
    border: 1px solid transparent;
    color: #000;
    letter-spacing: 0.16px
}

.cmp-searchresults__searchbox__input:-ms-input-placeholder {
    color: #666
}

.cmp-searchresults__searchbox__input::placeholder {
    color: #666
}

.cmp-searchresults__searchbox__input:focus {
    outline: none
}

@media (min-width:768px) {
    .cmp-searchresults__searchbox__input {
        font-size: 18px;
        line-height: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.18px
    }
}

.cmp-searchresults__searchbox__submit {
    position: absolute;
    top: -1px;
    right: -1px;
    height: 46px;
    letter-spacing: 0.64px;
    display: inline-block;
    padding: 12px 24px;
    background-color: #d81e04;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600
}

.cmp-searchresults__searchbox__submit:hover {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background-color: #af1803
}

@media (min-width:768px) {
    .cmp-searchresults__searchbox__submit {
        height: 49px
    }
}

.cmp-searchresults__sort-wrapper {
    color: #4d4d4d;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between
}

@media (min-width:1280px) {
    .cmp-searchresults__sort-filters {
        display: none
    }
}

.cmp-searchresults__sort-filters__trigger {
    color: #d81e04;
    text-transform: none
}

.cmp-searchresults__sort-filters__trigger:focus,
.cmp-searchresults__sort-filters__trigger:hover {
    cursor: pointer;
    color: #af1803
}

.cmp-searchresults__sort {
    display: none
}

@media (min-width:1280px) {
    .cmp-searchresults__sort {
        display: block
    }
}

.cmp-searchresults__sort__fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start
}

.cmp-searchresults__sort__label {
    margin-right: 12px;
    color: #4d4d4d;
    text-transform: none
}

.cmp-searchresults__sort__options-wrapper {
    position: relative;
    width: 100%
}

.cmp-searchresults__sort__options-wrapper:after {
    content: "󰅀";
    position: absolute;
    top: 0;
    right: 0;
    color: #d81e04;
    font-size: 1.3125rem
}

.cmp-searchresults__sort__options-wrapper:focus:after {
    transform: rotate(-180deg)
}

.cmp-searchresults__sort__options {
    width: 100%;
    cursor: pointer;
    padding: 0 24px 0 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #d81e04;
    appearance: none
}

.cmp-searchresults__sort__options::-ms-expand {
    display: none
}

.cmp-searchresults__sort__options:focus,
.cmp-searchresults__sort__options:hover {
    color: #af1803
}

.cmp-searchresults__sort__options:disabled {
    opacity: 0.5;
    pointer-events: none
}

@media (min-width:768px) and (max-width:1279px) {
    .cmp-searchresults.facets-visible:before {
        content: "";
        display: block;
        position: fixed;
        z-index: 1019;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        opacity: 0.5
    }
}

@media (max-width:1279px) {

    .cmp-searchresults__custom-facets,
    .cmp-searchresults__facets,
    .cmp-searchresults__search-target {
        width: auto;
        padding: 100px 40px 40px;
        position: fixed;
        z-index: 1020;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        transform: translateX(101%)
    }
}

@media (min-width:768px) {

    .cmp-searchresults__custom-facets,
    .cmp-searchresults__facets,
    .cmp-searchresults__search-target {
        width: 50% !important;
        left: 50%;
        top: 0;
        padding-left: 64px;
        padding-right: 32px
    }
}

@media (min-width:1280px) {

    .cmp-searchresults__custom-facets,
    .cmp-searchresults__facets,
    .cmp-searchresults__search-target {
        width: 25% !important;
        padding: 0;
        position: static
    }
}

@media (max-width:1279px) {

    .facets-visible .cmp-searchresults__custom-facets,
    .facets-visible .cmp-searchresults__facets,
    .facets-visible .cmp-searchresults__search-target {
        transform: translateX(0);
        overflow-y: auto;
        color: #000
    }

    .facets-visible .cmp-searchresults__custom-facets .cmp-searchresults__facets__close-mobile-menu,
    .facets-visible .cmp-searchresults__facets .cmp-searchresults__facets__close-mobile-menu,
    .facets-visible .cmp-searchresults__search-target .cmp-searchresults__facets__close-mobile-menu {
        display: block
    }
}

.cmp-searchresults__custom-facets__clear,
.cmp-searchresults__custom-facets__filter,
.cmp-searchresults__facets__clear,
.cmp-searchresults__facets__filter,
.cmp-searchresults__search-target__clear,
.cmp-searchresults__search-target__filter {
    letter-spacing: 0.64px
}

.cmp-searchresults__custom-facets__clear,
.cmp-searchresults__facets__clear,
.cmp-searchresults__search-target__clear {
    display: inline-block;
    padding: 11px 23px;
    background-color: transparent;
    color: #d81e04;
    border: 1px solid #d81e04;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600
}

.cmp-searchresults__custom-facets__clear:hover,
.cmp-searchresults__facets__clear:hover,
.cmp-searchresults__search-target__clear:hover {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background-color: rgba(0, 0, 0, 0.05)
}

.cmp-searchresults__custom-facets__filter,
.cmp-searchresults__facets__filter,
.cmp-searchresults__search-target__filter {
    display: inline-block;
    padding: 12px 24px;
    background-color: #d81e04;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600
}

.cmp-searchresults__custom-facets__filter:hover,
.cmp-searchresults__facets__filter:hover,
.cmp-searchresults__search-target__filter:hover {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background-color: #af1803
}

.cmp-searchresults__custom-facets__close-mobile-menu,
.cmp-searchresults__facets__close-mobile-menu,
.cmp-searchresults__search-target__close-mobile-menu {
    display: none;
    position: fixed;
    z-index: 1021;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px
}

.cmp-searchresults__custom-facets__close-mobile-menu__icon,
.cmp-searchresults__facets__close-mobile-menu__icon,
.cmp-searchresults__search-target__close-mobile-menu__icon {
    font-size: 24px;
    color: #d81e04
}

.cmp-searchresults__custom-facets__close-mobile-menu:focus,
.cmp-searchresults__custom-facets__close-mobile-menu:hover,
.cmp-searchresults__facets__close-mobile-menu:focus,
.cmp-searchresults__facets__close-mobile-menu:hover,
.cmp-searchresults__search-target__close-mobile-menu:focus,
.cmp-searchresults__search-target__close-mobile-menu:hover {
    cursor: pointer;
    color: #af1803;
    background-color: rgba(0, 0, 0, 0.05)
}

.cmp-searchresults__custom-facets__group,
.cmp-searchresults__facets__group,
.cmp-searchresults__search-target__group {
    display: inline-block;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 16px
}

.cmp-searchresults__custom-facets__group:first-of-type,
.cmp-searchresults__facets__group:first-of-type,
.cmp-searchresults__search-target__group:first-of-type {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width:1280px) {

    .cmp-searchresults__custom-facets__group--mobile-only,
    .cmp-searchresults__facets__group--mobile-only,
    .cmp-searchresults__search-target__group--mobile-only {
        display: none
    }
}

.cmp-searchresults__custom-facets__group--hidden-filters.hidden,
.cmp-searchresults__facets__group--hidden-filters.hidden,
.cmp-searchresults__search-target__group--hidden-filters.hidden {
    display: none
}

.cmp-searchresults__custom-facets__group-option,
.cmp-searchresults__custom-facets__group-title,
.cmp-searchresults__facets__group-option,
.cmp-searchresults__facets__group-title,
.cmp-searchresults__search-target__group-option,
.cmp-searchresults__search-target__group-title {
    margin-bottom: 20px
}

.cmp-searchresults__custom-facets__group-option:last-of-type,
.cmp-searchresults__facets__group-option:last-of-type,
.cmp-searchresults__search-target__group-option:last-of-type {
    margin-bottom: 0
}

.cmp-searchresults__custom-facets__group-option__count,
.cmp-searchresults__facets__group-option__count,
.cmp-searchresults__search-target__group-option__count {
    margin-left: 8px;
    color: #4d4d4d
}

.cmp-searchresults__custom-facets__group-option__datepicker-wrapper,
.cmp-searchresults__facets__group-option__datepicker-wrapper,
.cmp-searchresults__search-target__group-option__datepicker-wrapper {
    position: relative;
    display: inline-block
}

.cmp-searchresults__custom-facets__group-option__datepicker-wrapper.hidden,
.cmp-searchresults__facets__group-option__datepicker-wrapper.hidden,
.cmp-searchresults__search-target__group-option__datepicker-wrapper.hidden {
    display: none
}

.cmp-searchresults__custom-facets__group-option__icon,
.cmp-searchresults__facets__group-option__icon,
.cmp-searchresults__search-target__group-option__icon {
    position: absolute;
    top: 12px;
    right: 12px
}

.cmp-searchresults__custom-facets__group-option__icon:before,
.cmp-searchresults__facets__group-option__icon:before,
.cmp-searchresults__search-target__group-option__icon:before {
    font-size: 28px;
    color: #4d4d4d
}

.cmp-searchresults__custom-facets__group-option--datepicker,
.cmp-searchresults__facets__group-option--datepicker,
.cmp-searchresults__search-target__group-option--datepicker {
    width: 283px;
    max-width: 100%;
    height: 48px;
    padding: 8px 48px 8px 12px;
    border: 1px solid #ccc;
    color: #4d4d4d
}

.cmp-searchresults__custom-facets__group-option--checkbox,
.cmp-searchresults__custom-facets__group-option--radio,
.cmp-searchresults__facets__group-option--checkbox,
.cmp-searchresults__facets__group-option--radio,
.cmp-searchresults__search-target__group-option--checkbox,
.cmp-searchresults__search-target__group-option--radio {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none
}

.cmp-searchresults__custom-facets__group-option--checkbox+label,
.cmp-searchresults__custom-facets__group-option--radio+label,
.cmp-searchresults__facets__group-option--checkbox+label,
.cmp-searchresults__facets__group-option--radio+label,
.cmp-searchresults__search-target__group-option--checkbox+label,
.cmp-searchresults__search-target__group-option--radio+label {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: none
}

.cmp-searchresults__custom-facets__group-option .labels-greyed-out,
.cmp-searchresults__facets__group-option .labels-greyed-out,
.cmp-searchresults__search-target__group-option .labels-greyed-out {
    color: #979797;
    opacity: 0.5
}

.cmp-searchresults__custom-facets__group-option--checkbox+label:before,
.cmp-searchresults__custom-facets__group-option--radio+label:before,
.cmp-searchresults__facets__group-option--checkbox+label:before,
.cmp-searchresults__facets__group-option--radio+label:before,
.cmp-searchresults__search-target__group-option--checkbox+label:before,
.cmp-searchresults__search-target__group-option--radio+label:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-color: var(--background-color, #fff);
    border: 2px solid #4d4d4d;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 10px;
    transition: transform 0.2s, border 0.2s;
    opacity: var(--opacity, 1)
}

.cmp-searchresults__custom-facets__group-option--checkbox:not(:checked):not(:focus)+label:hover:before,
.cmp-searchresults__custom-facets__group-option--radio:not(:checked):not(:focus)+label:hover:before,
.cmp-searchresults__facets__group-option--checkbox:not(:checked):not(:focus)+label:hover:before,
.cmp-searchresults__facets__group-option--radio:not(:checked):not(:focus)+label:hover:before,
.cmp-searchresults__search-target__group-option--checkbox:not(:checked):not(:focus)+label:hover:before,
.cmp-searchresults__search-target__group-option--radio:not(:checked):not(:focus)+label:hover:before {
    border-color: rgba(0, 0, 0, 0.7)
}

.cmp-searchresults__custom-facets__group-option--radio+label:before,
.cmp-searchresults__facets__group-option--radio+label:before,
.cmp-searchresults__search-target__group-option--radio+label:before {
    border-radius: 50%
}

.cmp-searchresults__custom-facets__group-option--checkbox+label:before,
.cmp-searchresults__facets__group-option--checkbox+label:before,
.cmp-searchresults__search-target__group-option--checkbox+label:before {
    border-radius: 2px
}

.cmp-searchresults__custom-facets__group-option--checkbox:checked+label:before,
.cmp-searchresults__custom-facets__group-option--radio:checked+label:before,
.cmp-searchresults__facets__group-option--checkbox:checked+label:before,
.cmp-searchresults__facets__group-option--radio:checked+label:before,
.cmp-searchresults__search-target__group-option--checkbox:checked+label:before,
.cmp-searchresults__search-target__group-option--radio:checked+label:before {
    border-color: #d81e04;
    box-shadow: none;
    transition: transform 0.2s
}

.cmp-searchresults__custom-facets__group-option--checkbox:checked+label:before,
.cmp-searchresults__facets__group-option--checkbox:checked+label:before,
.cmp-searchresults__search-target__group-option--checkbox:checked+label:before {
    background-color: #d81e04
}

.cmp-searchresults__custom-facets__group-option--radio:checked+label:before,
.cmp-searchresults__facets__group-option--radio:checked+label:before,
.cmp-searchresults__search-target__group-option--radio:checked+label:before {
    background-color: #fff
}

.cmp-searchresults__custom-facets__group-option--checkbox:active+label:before,
.cmp-searchresults__custom-facets__group-option--radio:active+label:before,
.cmp-searchresults__facets__group-option--checkbox:active+label:before,
.cmp-searchresults__facets__group-option--radio:active+label:before,
.cmp-searchresults__search-target__group-option--checkbox:active+label:before,
.cmp-searchresults__search-target__group-option--radio:active+label:before {
    transform: scale(0.8);
    transition: transform 0.2s
}

.cmp-searchresults__custom-facets__group-option--checkbox:checked:active+label:before,
.cmp-searchresults__custom-facets__group-option--radio:checked:active+label:before,
.cmp-searchresults__facets__group-option--checkbox:checked:active+label:before,
.cmp-searchresults__facets__group-option--radio:checked:active+label:before,
.cmp-searchresults__search-target__group-option--checkbox:checked:active+label:before,
.cmp-searchresults__search-target__group-option--radio:checked:active+label:before {
    transform: none;
    transition: none
}

.cmp-searchresults__custom-facets__group-option--radio:checked+label:before,
.cmp-searchresults__facets__group-option--radio:checked+label:before,
.cmp-searchresults__search-target__group-option--radio:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' fill='%23d81e04'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23d81e04'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px
}

.cmp-searchresults__custom-facets__group-option--checkbox:checked+label:before,
.cmp-searchresults__facets__group-option--checkbox:checked+label:before,
.cmp-searchresults__search-target__group-option--checkbox:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 6.5l3 3 7-7'/%3E%3C/svg%3E");
    background-size: 14px
}

.cmp-searchresults__custom-facets__group-option--checkbox:checked:active+label:before,
.cmp-searchresults__custom-facets__group-option--checkbox:focus+label:before,
.cmp-searchresults__custom-facets__group-option--radio:checked:active+label:before,
.cmp-searchresults__custom-facets__group-option--radio:focus+label:before,
.cmp-searchresults__facets__group-option--checkbox:checked:active+label:before,
.cmp-searchresults__facets__group-option--checkbox:focus+label:before,
.cmp-searchresults__facets__group-option--radio:checked:active+label:before,
.cmp-searchresults__facets__group-option--radio:focus+label:before,
.cmp-searchresults__search-target__group-option--checkbox:checked:active+label:before,
.cmp-searchresults__search-target__group-option--checkbox:focus+label:before,
.cmp-searchresults__search-target__group-option--radio:checked:active+label:before,
.cmp-searchresults__search-target__group-option--radio:focus+label:before {
    border-color: #d81e04;
    box-shadow: 0 0 0 3px rgba(216, 30, 4, 0.2)
}

.cmp-searchresults__custom-facets__current-reports-wrapper,
.cmp-searchresults__facets__current-reports-wrapper,
.cmp-searchresults__search-target__current-reports-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
    margin-left: 30px
}

.cmp-searchresults__custom-facets__current-reports-wrapper.hidden,
.cmp-searchresults__facets__current-reports-wrapper.hidden,
.cmp-searchresults__search-target__current-reports-wrapper.hidden {
    display: none
}

.cmp-searchresults__custom-facets__current-reports-wrapper input,
.cmp-searchresults__facets__current-reports-wrapper input,
.cmp-searchresults__search-target__current-reports-wrapper input {
    border: 2px solid #4d4d4d;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 8px
}

.cmp-searchresults__custom-facets__input-example,
.cmp-searchresults__facets__input-example,
.cmp-searchresults__search-target__input-example {
    display: block;
    width: 100%
}

.cmp-searchresults__results-list {
    margin-top: 24px;
    border-top: 1px solid #ccc
}

.cmp-searchresults__results-list__item {
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

.cmp-searchresults__results-list__item:last-of-type {
    border-bottom: 0
}

@media (min-width:1280px) {
    .cmp-searchresults__results-list__text-content {
        max-width: 70%
    }
}

.cmp-searchresults__results-list__image {
    display: none
}

@media (min-width:768px) {
    .cmp-searchresults__results-list__image {
        display: block
    }

    .cmp-searchresults__results-list__image img {
        max-width: 156px;
        margin-left: 24px
    }

    .cmp-searchresults__results-list__image.hidden,
    .cmp-searchresults__results-list__image img[src="//:0"] {
        display: none
    }
}

@media (min-width:1280px) {
    .cmp-searchresults__results-list__image img {
        max-width: 204px;
        margin-left: 0
    }
}

.cmp-searchresults__results-list__item--document .cmp-searchresults__results-list__image:before {
    color: #d81e04;
    font-size: 85px;
    display: flex;
    margin-right: 16px
}

.cmp-searchresults__results-list__info {
    color: #4d4d4d
}

.cmp-searchresults__results-list__title a {
    display: inline-block;
    margin: 4px 0 8px;
    text-decoration: none;
    color: #000
}

.cmp-searchresults__results-list__item--document .cmp-searchresults__results-list__title a:before {
    margin-right: 8px;
    color: #4d4d4d
}

.cmp-searchresults__results-list__description {
    color: #4d4d4d
}

.cmp-searchresults__pagination {
    display: block;
    margin-top: 28px
}

.cmp-searchresults__pagination ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

@media (min-width:1280px) {
    .cmp-searchresults__pagination ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }
}

.cmp-searchresults__pagination__page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px
}

.cmp-searchresults__pagination__page-item:first-of-type,
.cmp-searchresults__pagination__page-item:last-of-type {
    margin-left: 0;
    margin-right: 0
}

.cmp-searchresults__pagination__page-item--hidden {
    display: none
}

@media (min-width:768px) {
    .cmp-searchresults__pagination__page-item {
        margin: 12px 16px
    }

    .cmp-searchresults__pagination__page-item:first-of-type {
        margin-right: 16px
    }

    .cmp-searchresults__pagination__page-item:last-of-type {
        margin-left: 16px
    }
}

.cmp-searchresults__pagination__page-link {
    color: #000;
    text-decoration: none
}

.cmp-searchresults__pagination__page-link--active,
.cmp-searchresults__pagination__page-link--next,
.cmp-searchresults__pagination__page-link--prev,
.cmp-searchresults__pagination__page-link:not(.cmp-searchresults__pagination__page-link--dots):focus,
.cmp-searchresults__pagination__page-link:not(.cmp-searchresults__pagination__page-link--dots):hover {
    color: #d81e04
}

.cmp-searchresults__pagination__page-link--next span,
.cmp-searchresults__pagination__page-link--prev span {
    display: none
}

@media (min-width:1280px) {

    .cmp-searchresults__pagination__page-link--next span,
    .cmp-searchresults__pagination__page-link--prev span {
        display: inline
    }
}

.cmp-searchresults__pagination__page-link--prev:before {
    margin-right: 8px
}

.cmp-searchresults__pagination__page-link--next:after {
    margin-left: 8px;
    content: "󰁔"
}

.page .litepicker {
    font-family: Proxima Nova, sans-serif
}

.page .litepicker .container__months {
    border-radius: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25)
}

.page .litepicker .container__days .day-item:focus,
.page .litepicker .container__days .day-item:hover {
    color: #d81e04;
    box-shadow: inset 0 0 2px #d81e04
}

.page .litepicker .container__days .day-item.is-end-date,
.page .litepicker .container__days .day-item.is-start-date {
    background-color: #d81e04
}

.page .litepicker .container__days .day-item.is-end-date:focus,
.page .litepicker .container__days .day-item.is-end-date:hover,
.page .litepicker .container__days .day-item.is-start-date:focus,
.page .litepicker .container__days .day-item.is-start-date:hover {
    color: #fff;
    box-shadow: inset 0 0 2px #fff
}

.page .litepicker .container__days .day-item.is-in-range {
    background-color: rgba(216, 30, 4, 0.2)
}

.videoplayer .cmp-videoplayer {
    padding-bottom: 16px
}

.videoplayer .cmp-videoplayer .cmp-videoplayer__video-container.native {
    position: relative
}

.videoplayer .cmp-videoplayer .cmp-videoplayer__video-container.native .cmp-videoplayer__play__button {
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 99;
    transform: translate(-50%, -50%);
    background-image: url(clientlib-site/resources/images/play_button.svg);
    background-size: cover;
    cursor: pointer;
    opacity: 1
}

.videoplayer .cmp-videoplayer .cmp-videoplayer__video-container.native .cmp-videoplayer__pause__button__opacity__animation {
    background-image: url(clientlib-site/resources/images/pause_button.svg);
    animation: opacity_change_pause 0.5s cubic-bezier(0, 0, 0.2, 1) forwards
}

.videoplayer .cmp-videoplayer .cmp-videoplayer__video-container.native .cmp-videoplayer__play__button__opacity__animation {
    background-image: url(clientlib-site/resources/images/play_button.svg);
    animation: opacity_change_play 0.5s cubic-bezier(0, 0, 0.2, 1) forwards
}

@keyframes opacity_change_pause {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes opacity_change_play {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media only screen and (max-width:425px) {
    .videoplayer .cmp-videoplayer .cmp-videoplayer__video-container.native .cmp-videoplayer__play__button {
        height: 72px;
        width: 72px;
        transform: translate(-50%, -50%)
    }
}

.videoplayer .cmp-videoplayer .cmp-videoplayer__video-container.vimeo .cmp-image:after,
.videoplayer .cmp-videoplayer .cmp-videoplayer__video-container.wowza .cmp-image:after,
.videoplayer .cmp-videoplayer .cmp-videoplayer__video-container.youtube .cmp-image:after {
    content: "";
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 99;
    transform: translate(-50%, -50%);
    background-image: url(clientlib-site/resources/images/play_button.svg);
    background-size: cover;
    cursor: pointer;
    opacity: 1
}

.videoplayer .cmp-videoplayer__video-container {
    position: relative;
    padding-bottom: 56.25%
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .videoplayer .cmp-videoplayer__video-container .cmp-image {
        position: relative;
        overflow: hidden
    }

    .videoplayer .cmp-videoplayer__video-container .cmp-image:before {
        content: "";
        display: block;
        height: 0
    }

    .videoplayer .cmp-videoplayer__video-container .cmp-image__link {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .videoplayer .cmp-videoplayer__video-container .cmp-image__image {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover
    }
}

@supports (aspect-ratio:1/1) {
    .videoplayer .cmp-videoplayer__video-container .cmp-image__image {
        height: 100%;
        object-fit: cover
    }
}

@supports not (aspect-ratio:1/1) {
    .videoplayer .cmp-videoplayer__video-container .cmp-image {
        position: relative;
        overflow: hidden
    }

    .videoplayer .cmp-videoplayer__video-container .cmp-image:before {
        content: "";
        display: block;
        height: 0
    }

    .videoplayer .cmp-videoplayer__video-container .cmp-image__link {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .videoplayer .cmp-videoplayer__video-container .cmp-image__image {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .videoplayer .cmp-videoplayer__video-container .cmp-image:before {
        padding-bottom: 56.25%
    }
}

@supports (aspect-ratio:1/1) {
    .videoplayer .cmp-videoplayer__video-container img {
        aspect-ratio: 16/9
    }
}

@supports not (aspect-ratio:1/1) {
    .videoplayer .cmp-videoplayer__video-container .cmp-image:before {
        padding-bottom: 56.25%
    }
}

.videoplayer .cmp-videoplayer__video-container iframe,
.videoplayer .cmp-videoplayer__video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important
}

.videoplayer .wowza {
    padding-bottom: unset
}

.videoplayer .wowza .video-js {
    font-size: 10px;
    color: #d81e04
}

.videoplayer .wowza .vjs-button {
    color: #d81e04
}

.videoplayer .wowza .vjs-big-play-button {
    font-size: 3em;
    border-radius: 50%;
    border: 7px solid #fff;
    color: #fff;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    margin: initial
}

.videoplayer .wowza .vjs-big-play-button :before {
    margin-top: 10px;
    transform: scale(1.7)
}

.videoplayer .wowza .video-js .vjs-big-play-button,
.videoplayer .wowza .video-js .vjs-control-bar,
.videoplayer .wowza .video-js .vjs-menu-button .vjs-menu-content {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6)
}

.videoplayer .wowza .video-js .vjs-slider {
    background-color: #545454;
    background-color: rgba(84, 84, 84, 0.5)
}

.videoplayer .wowza .video-js .vjs-play-progress,
.videoplayer .wowza .video-js .vjs-slider-bar,
.videoplayer .wowza .video-js .vjs-volume-level {
    background: #d81e04
}

.videoplayer .wowza .videojs-container {
    position: relative
}

.videoplayer .wowza .videojs-container .video-js-watermark {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

.videoplayer .wowza .vjs-watermark-content>img {
    width: 45px
}

@media (min-width:768px) {
    .videoplayer .wowza .vjs-watermark-content>img {
        width: 128px
    }
}

.videoplayer .cmp-videoplayer__subtitle,
.videoplayer .cmp-videoplayer__title {
    margin-top: 12px
}

@media (min-width:768px) {

    .videoplayer .cmp-videoplayer__subtitle,
    .videoplayer .cmp-videoplayer__title {
        margin-top: 20px
    }
}

.videoplayer .cmp-videoplayer__title {
    color: rgba(0, 0, 0, 0.7)
}

.videoplayer .cmp-videoplayer__title+.cmp-videoplayer__subtitle {
    margin-top: 3px
}

.videoplayer .cmp-image {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer
}

.videoplayer .cmp-image+iframe,
.videoplayer .cmp-image+video,
.videoplayer .cmp-image:visited,
.videoplayer .cmp-image__display__none {
    display: none
}

.videoplayer .vimeo iframe {
    border: 0
}

.videoplayer:focus-within .native .cmp-image,
.videoplayer:focus-within .native video:only-child,
.videoplayer:focus-within .vimeo,
.videoplayer:focus-within .youtube,
.videoplayer:focus .native .cmp-image,
.videoplayer:focus .native video:only-child,
.videoplayer:focus .vimeo,
.videoplayer:focus .youtube {
    outline: 2px solid
}

.videoplayer.small-video {
    width: 100%
}

@media (min-width:768px) {
    .videoplayer.small-video {
        width: 50%
    }
}

.videoplayer.small-video .cmp-image:before {
    width: 72px;
    height: 72px
}

.cmp-calendar {
    margin: 60px 0
}

.cmp-calendar .select__title {
    margin-bottom: 4px
}

.cmp-calendar h2 {
    margin: 40px 0
}

@media (max-width:1279px) {
    .cmp-calendar .first {
        margin: 60px 0 0;
        padding: 40px 0
    }
}

.cmp-calendar .cmp-calendar__button {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .cmp-calendar .cmp-calendar__button {
        margin-left: 40px;
        display: inline-block;
        width: auto
    }
}

.cmp-calendar .select__wrapper {
    display: block;
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .cmp-calendar .select__wrapper {
        display: inline-block;
        width: auto
    }
}

.cmp-calendar .select__wrapper:before {
    position: absolute;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
    bottom: 48px;
    right: 16px;
    z-index: -1
}

.cmp-calendar .select__wrapper .select__title {
    text-transform: none
}

.cmp-calendar .select__wrapper .cmp-calendar__filter {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    width: 100%;
    padding: 8px 40px 8px 16px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 40px
}

.cmp-calendar .select__wrapper .cmp-calendar__filter::-ms-expand {
    display: none
}

.cmp-calendar .cmp-calendar__table {
    width: 100%
}

.cmp-calendar .cmp-calendar__table tbody>tr {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

@media (min-width:1280px) {
    .cmp-calendar .cmp-calendar__table tbody>tr {
        display: none
    }
}

@media (max-width:767px) {
    .cmp-calendar .cmp-calendar__table tbody>tr {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column
    }
}

@media (max-width:767px) and (-ms-high-contrast:active),
(max-width:767px) and (-ms-high-contrast:none) {
    .cmp-calendar .cmp-calendar__table tbody>tr {
        position: relative;
        flex: 1 1 auto;
        width: 100%
    }

    .cmp-calendar .cmp-calendar__table tbody>tr td {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        width: 100%
    }
}

@media (max-width:767px) {
    .cmp-calendar .cmp-calendar__table tbody>tr td {
        padding: 0
    }

    .cmp-calendar .cmp-calendar__table tbody>tr p:first-of-type {
        padding-bottom: 12px;
        font-size: 1rem
    }
}

.cmp-calendar .cmp-calendar__table tbody>tr .event__link {
    display: inline;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .16px;
    color: #d81e04;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap
}

.cmp-calendar .cmp-calendar__table tbody>tr .event__link:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: text-top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.cmp-calendar .cmp-calendar__table tbody>tr .event__link[href]:active:after,
.cmp-calendar .cmp-calendar__table tbody>tr .event__link[href]:focus:after,
.cmp-calendar .cmp-calendar__table tbody>tr .event__link[href]:hover:after {
    text-decoration: none
}

.cmp-calendar .cmp-calendar__table tbody>tr .event__link[href]:active,
.cmp-calendar .cmp-calendar__table tbody>tr .event__link[href]:focus,
.cmp-calendar .cmp-calendar__table tbody>tr .event__link[href]:hover,
[href]:active .cmp-calendar .cmp-calendar__table tbody>tr .event__link,
[href]:focus .cmp-calendar .cmp-calendar__table tbody>tr .event__link,
[href]:hover .cmp-calendar .cmp-calendar__table tbody>tr .event__link {
    text-decoration: underline;
    background-color: transparent
}

.cmp-calendar .cmp-calendar__table tbody>tr .event__link.hidden {
    display: none
}

.cmp-calendar .cmp-calendar__table th {
    padding: 20px 8px;
    font-weight: 600;
    text-align: left
}

.cmp-calendar .cmp-calendar__table td {
    padding: 24px 8px
}

.cmp-calendar .cmp-calendar__table .event__name {
    margin-bottom: 12px
}

@media (min-width:1280px) {
    .cmp-calendar .cmp-calendar__table .event__name {
        margin-bottom: 0
    }
}

.cmp-calendar .cmp-calendar__table .event__date {
    font-weight: 600;
    color: #d81e04
}

@media (min-width:768px) {
    .cmp-calendar .cmp-calendar__table .event__date {
        width: 20%
    }
}

.cmp-calendar .cmp-calendar__table .event__type {
    width: 25%
}

.cmp-calendar .cmp-calendar__table .right {
    text-align: right
}

@media (max-width:1279px) {
    .cmp-calendar .cmp-calendar__table .desktop-visible {
        display: none
    }
}

@media (min-width:1280px) {
    .cmp-calendar .cmp-calendar__table .desktop-visible {
        display: table-row
    }
}

.cmp-calendar .cmp-calendar__table .filtered {
    display: none
}

.cmp-calendar .past-events .cmp-calendar__table .event__date {
    color: #000
}

.cmp-accessControlledContent__content {
    display: none;
    margin-top: 28px
}

@media (min-width:768px) {
    .cmp-accessControlledContent__content {
        margin-top: 44px
    }
}

@media (min-width:1280px) {
    .cmp-accessControlledContent__content {
        margin-top: 0
    }
}

.cmp-accessControlledContent__content.regulation-visible {
    display: block
}

.cmp-accessControlledContent__regulations-content>div {
    max-height: 594px;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px 24px 8px 8px;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:768px) {
    .cmp-accessControlledContent__regulations-content>div {
        padding: 20px 48px 20px 20px
    }
}

@media (min-width:1280px) {
    .cmp-accessControlledContent__regulations-content>div {
        max-height: 460px;
        padding: 24px 60px 24px 24px
    }
}

.cmp-accessControlledContent .container__regulation-buttons-wrapper {
    margin-top: 24px;
    margin-bottom: 24px
}

@media (min-width:1280px) {
    .cmp-accessControlledContent .container__regulation-buttons-wrapper {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.cmp-accessControlledContent .container__regulation-buttons-wrapper>.cmp-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

.cmp-accessControlledContent .container__regulation-buttons-wrapper>.cmp-container .button {
    flex: 0 1 auto;
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width:768px) {
    .cmp-accessControlledContent .container__regulation-buttons-wrapper>.cmp-container .button {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:1280px) {
    .cmp-accessControlledContent .container__regulation-buttons-wrapper>.cmp-container .button {
        padding-left: 20px;
        padding-right: 20px
    }
}

.cmp-accessControlledContent .container__regulation-buttons-wrapper>.cmp-container .button:last-of-type {
    padding-left: 16px
}

@media (min-width:768px) {
    .cmp-accessControlledContent .container__regulation-buttons-wrapper>.cmp-container .button:last-of-type {
        padding-left: 12px
    }
}

@media (min-width:1280px) {
    .cmp-accessControlledContent .container__regulation-buttons-wrapper>.cmp-container .button:last-of-type {
        padding-left: 4px
    }
}

.cmp-accessControlledContent .container__regulation-buttons-wrapper>.cmp-container .button .cmp-button {
    margin-right: 0
}

.cmp-list__pagination {
    display: block;
    margin-top: 28px
}

.cmp-list__pagination ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

@media (min-width:1280px) {
    .cmp-list__pagination ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }
}

.cmp-list__pagination__page-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.cmp-list__pagination__page-item a {
    margin: 12px
}

.cmp-list__pagination__page-item:first-of-type .cmp-list__pagination__page-link--prev,
.cmp-list__pagination__page-item:last-of-type .cmp-list__pagination__page-link--next {
    margin-left: 0;
    margin-right: 0
}

.cmp-list__pagination__page-item--hidden {
    display: none
}

@media (min-width:768px) {
    .cmp-list__pagination__page-item a {
        margin: 12px 16px
    }

    .cmp-list__pagination__page-item:first-of-type .cmp-list__pagination__page-link--prev {
        margin-right: 16px
    }

    .cmp-list__pagination__page-item:last-of-type .cmp-list__pagination__page-link--next {
        margin-left: 16px
    }
}

.cmp-list__pagination__page-link {
    color: #000;
    text-decoration: none
}

.cmp-list__pagination__page-link--active,
.cmp-list__pagination__page-link--next,
.cmp-list__pagination__page-link--prev,
.cmp-list__pagination__page-link:not(.cmp-list__pagination__page-link--dots):focus,
.cmp-list__pagination__page-link:not(.cmp-list__pagination__page-link--dots):hover {
    color: #d81e04
}

.cmp-list__pagination__page-link--next span,
.cmp-list__pagination__page-link--prev span {
    display: none
}

@media (min-width:1280px) {

    .cmp-list__pagination__page-link--next span,
    .cmp-list__pagination__page-link--prev span {
        display: inline
    }
}

.cmp-list__pagination__page-link--prev:before {
    content: "󰁍";
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-right: 8px
}

.cmp-list__pagination__page-link--prev[href]:active:before,
.cmp-list__pagination__page-link--prev[href]:focus:before,
.cmp-list__pagination__page-link--prev[href]:hover:before {
    text-decoration: none
}

.cmp-list__pagination__page-link--next:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.cmp-list__pagination__page-link--next[href]:active:after,
.cmp-list__pagination__page-link--next[href]:focus:after,
.cmp-list__pagination__page-link--next[href]:hover:after {
    text-decoration: none
}

.cmp-document-list__table-wrapper {
    width: 100%;
    overflow-x: auto
}

.cmp-document-list__table {
    width: 100%;
    min-width: 768px;
    table-layout: fixed
}

.cmp-document-list__table-header th {
    padding-bottom: 20px
}

.cmp-document-list__sorting {
    width: 70%
}

.cmp-document-list__sorting:focus,
.cmp-document-list__sorting:hover {
    cursor: pointer
}

.cmp-document-list__sorting[aria-sort]:after {
    content: "󰅀";
    font-size: 1.5rem;
    line-height: 1.5rem;
    vertical-align: text-bottom;
    transition: transform 200ms linear
}

@media (min-width:1280px) {
    .cmp-document-list__sorting[aria-sort]:after {
        line-height: 1.75rem
    }
}

.cmp-document-list__sorting[aria-sort=descending]:after {
    transform: rotate(-180deg)
}

.cmp-document-list__pub-date {
    width: 20%
}

.cmp-document-list__pub-date:focus,
.cmp-document-list__pub-date:hover {
    cursor: pointer
}

.cmp-document-list__pub-date[aria-sort]:after {
    content: "󰅀";
    font-size: 1.5rem;
    line-height: 1.5rem;
    vertical-align: text-bottom;
    transition: transform 200ms linear
}

@media (min-width:1280px) {
    .cmp-document-list__pub-date[aria-sort]:after {
        line-height: 1.75rem
    }
}

.cmp-document-list__pub-date[aria-sort=descending]:after {
    transform: rotate(-180deg)
}

.cmp-document-list__download {
    width: 10%
}

.cmp-document-list__table-row {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.cmp-document-list__table-row td {
    padding: 20px 0
}

@media (min-width:1280px) {
    .cmp-document-list__table-row td {
        padding: 32px 0
    }
}

.cmp-document-list__table-row td:first-of-type {
    padding-right: 20px
}

@media (min-width:1280px) {
    .cmp-document-list__table-row td:first-of-type {
        padding-right: 32px
    }
}

.cmp-document-list__table-row__file-name {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.cmp-document-list__table-row__file-name:before {
    display: inline;
    margin-right: 8px
}

.cmp-document-list__table-row__download {
    color: #d81e04;
    text-decoration: none
}

.cmp-document-list__table-row__download:focus,
.cmp-document-list__table-row__download:hover {
    text-decoration: underline
}

.cmp-document-list__table-row__download:before {
    display: inline;
    margin-right: 8px
}

.cmp-document-list__pagination {
    display: block;
    margin-top: 28px
}

.cmp-document-list__pagination ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

@media (min-width:1280px) {
    .cmp-document-list__pagination ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }
}

.cmp-document-list__pagination__page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px
}

.cmp-document-list__pagination__page-item:first-of-type,
.cmp-document-list__pagination__page-item:last-of-type {
    margin-left: 0;
    margin-right: 0
}

.cmp-document-list__pagination__page-item--hidden {
    display: none
}

@media (min-width:768px) {
    .cmp-document-list__pagination__page-item {
        margin: 12px 16px
    }

    .cmp-document-list__pagination__page-item:first-of-type {
        margin-right: 16px
    }

    .cmp-document-list__pagination__page-item:last-of-type {
        margin-left: 16px
    }
}

.cmp-document-list__pagination__page-link {
    color: #000;
    text-decoration: none
}

.cmp-document-list__pagination__page-link--active,
.cmp-document-list__pagination__page-link--next,
.cmp-document-list__pagination__page-link--prev,
.cmp-document-list__pagination__page-link:not(.cmp-searchresults__pagination__page-link--dots):focus,
.cmp-document-list__pagination__page-link:not(.cmp-searchresults__pagination__page-link--dots):hover {
    color: #d81e04
}

.cmp-document-list__pagination__page-link--next span,
.cmp-document-list__pagination__page-link--prev span {
    display: none
}

@media (min-width:1280px) {

    .cmp-document-list__pagination__page-link--next span,
    .cmp-document-list__pagination__page-link--prev span {
        display: inline
    }
}

.cmp-document-list__pagination__page-link--prev:before {
    margin-right: 8px
}

.cmp-document-list__pagination__page-link--next:after {
    margin-left: 8px;
    content: "󰁔"
}

.comments .cmp-comments__headline {
    padding-top: 28px;
    border-top: 1px solid #ccc
}

@media (min-width:768px) {
    .comments .cmp-comments__headline {
        padding-top: 40px
    }
}

.comments .cmp-comments__counter {
    color: #d81e04
}

.comments .cmp-comments__form {
    padding: 24px 0
}

.comments .cmp-comments__form-submit-message {
    max-height: 0;
    opacity: 0;
    color: #d81e04;
    text-align: right;
    transition: all 200ms ease-out
}

.comments .cmp-comments__form-submit-message.is-visible {
    max-height: 100px;
    padding-top: 8px;
    opacity: 1
}

.comments .cmp-form-text {
    position: relative
}

.comments .cmp-form-text:before {
    content: "󰀉";
    display: inline-block;
    vertical-align: top;
    font-size: 1.75rem;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: #666
}

.comments .cmp-form-text[href]:active:before,
.comments .cmp-form-text[href]:focus:before,
.comments .cmp-form-text[href]:hover:before {
    text-decoration: none
}

@media (min-width:768px) {
    .comments .cmp-form-text {
        padding-left: 40px
    }
}

.comments .cmp-form-text:before {
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 1px
}

@media (min-width:768px) {
    .comments .cmp-form-text:before {
        display: block
    }
}

.comments label {
    display: none
}

.comments textarea {
    width: 100%;
    height: 120px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    background-color: #fff;
    resize: none
}

.comments textarea:active {
    border-color: #4d4d4d
}

.comments .button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px
}

.comments .cmp-comments__form-submit {
    margin: 0
}

.comments .cmp-comments__form-submit:after {
    content: "󰁔";
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    margin-left: 8px
}

.comments .cmp-comments__form-submit[href]:active:after,
.comments .cmp-comments__form-submit[href]:focus:after,
.comments .cmp-comments__form-submit[href]:hover:after {
    text-decoration: none
}

.comments .cmp-comments__comments-list {
    padding: 40px 0;
    border-top: 1px solid #ccc
}

.comments .cmp-comments__comment {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 40px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem
}

.comments .cmp-comments__comment:before {
    content: "󰀉";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 1.75rem;
    color: #666
}

.comments .cmp-comments__comment__author-image {
    border-radius: 50%;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 4px;
    top: 1px
}

.comments .cmp-comments__comment+.cmp-comments__comment {
    margin-top: 28px
}

.comments .cmp-comments__comment-author {
    font-weight: 600;
    order: 1
}

@media (min-width:768px) {
    .comments .cmp-comments__comment-author {
        max-width: 85%
    }
}

.comments .cmp-comments__comment-text {
    width: 100%;
    margin-top: 8px;
    order: 3;
    word-wrap: break-word
}

.comments .cmp-comments__comment-date {
    margin-top: 12px;
    color: #d81e04;
    order: 4
}

@media (min-width:768px) {
    .comments .cmp-comments__comment-date {
        margin-top: 8px
    }
}

.comments .cmp-comments__comment-report-link {
    margin-top: 4px;
    color: #d81e04;
    text-decoration: none;
    order: 2
}

@media (min-width:768px) {
    .comments .cmp-comments__comment-report-link {
        position: absolute;
        right: 0;
        top: 0
    }
}

.comments .cmp-comments__comment-report-link:before {
    content: "󰀪";
    margin-right: 6px;
    display: inline-block;
    vertical-align: text-top
}

.comments .cmp-comments__banned-message {
    padding-top: 24px;
    padding-bottom: 24px
}

.greetings .cmp-greetings__text {
    padding-top: 36px
}

.charts .cmp-charts {
    margin-top: 12px
}

.charts .cmp-charts .cmp-charts__tooltip {
    color: #fff;
    font-weight: 300;
    border: 0;
    border-radius: 0
}

.charts .cmp-charts .cmp-charts__tooltip .cmp-charts__tooltip_date {
    font-weight: 500
}

.charts .cmp-charts [class*=highcharts-button-box] {
    fill: transparent
}

.charts .cmp-charts .highcharts-tooltip-box {
    fill: rgba(0, 0, 0, 0.3);
    stroke-width: 0
}

.charts .cmp-charts .highcharts-tooltip span {
    z-index: 9999 !important
}

.charts .cmp-charts .barchart .highcharts-axis-labels span {
    white-space: break-spaces !important;
    left: 10px !important;
    text-align: left;
    width: 190px;
    display: inline-block;
    font-size: 14px
}

.charts .cmp-charts .barchart .chart-label {
    text-align: left;
    font-size: 14px;
    z-index: 1 !important
}

.charts .cmp-charts .linechart {
    overflow: visible !important
}

.charts .cmp-charts .linechart .linechart-x-label {
    position: relative;
    font-size: 14px
}

.charts .cmp-charts .linechart .linechart-x-label:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%);
    top: -7px;
    width: 1px;
    background: #9e9e9e;
    height: 6px
}

.charts .cmp-charts .linechart .highcharts-grid-line {
    display: none
}

.piechart-label {
    color: #d81e04;
    fill: #d81e04
}

.charts.chart-title-center .cmp-charts__chartTitle {
    text-align: center
}

.charts .cmp-charts .cmp-charts__chartTitle {
    position: relative;
    z-index: 10
}

.charts .cmp-charts .cmp-charts__chartTitle__h2 {
    margin-bottom: -40px
}

.charts .cmp-charts .cmp-charts__chartTitle__h3 {
    margin-bottom: -36px
}

.charts .cmp-charts .cmp-charts__chartTitle__h4,
.charts .cmp-charts .cmp-charts__chartTitle__h5,
.charts .cmp-charts .cmp-charts__chartTitle__h6 {
    margin-bottom: -28px
}

.gallery .cmp-gallery {
    aspect-ratio: 3/2;
    margin-bottom: 12px
}

@media (max-width:767px) {
    .gallery .cmp-gallery {
        aspect-ratio: 1/1
    }
}

.gallery .cmp-gallery .swiper {
    margin-left: auto;
    margin-right: auto
}

.gallery .cmp-gallery__big-image-and-navigation {
    aspect-ratio: 3/2
}

.gallery .cmp-gallery__big-image-and-navigation .swiper-utils__buttons-wrapper {
    display: flex;
    position: absolute;
    top: 24px;
    right: 40px;
    background: rgba(0, 0, 0, 0.25);
    padding: 2px;
    border-radius: 5px
}

@media (max-width:767px) {
    .gallery .cmp-gallery__big-image-and-navigation .swiper-utils__buttons-wrapper {
        right: 16px;
        top: 12px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .gallery .cmp-gallery__big-image-and-navigation .swiper-utils__buttons-wrapper {
        right: 32px
    }
}

.gallery .cmp-gallery__big-image-and-navigation .swiper-button-next,
.gallery .cmp-gallery__big-image-and-navigation .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.25);
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.gallery .cmp-gallery__big-image-and-navigation .swiper-button-next:hover,
.gallery .cmp-gallery__big-image-and-navigation .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.4)
}

.gallery .cmp-gallery__big-image-and-navigation .swiper-button-next:after,
.gallery .cmp-gallery__big-image-and-navigation .swiper-button-prev:after {
    color: #fff;
    content: "\f0141";
    font-family: Material Design Icons;
    cursor: pointer;
    font-size: 1.75rem;
    left: 6px;
    top: 7px
}

.gallery .cmp-gallery__big-image-and-navigation .swiper-button-next:after {
    content: "\f0142"
}

.gallery .cmp-gallery__small-bottom-gallery {
    height: 20%;
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px
}

.gallery .cmp-gallery__small-bottom-gallery .swiper-slide {
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
    width: 25%
}

@media (max-width:767px) {
    .gallery .cmp-gallery__small-bottom-gallery .swiper-slide {
        padding: 0 4px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .gallery .cmp-gallery__small-bottom-gallery .swiper-slide {
        padding: 0 10px;
        width: 16.6%
    }
}

@media (min-width:1279px) {
    .gallery .cmp-gallery__small-bottom-gallery .swiper-slide {
        padding-right: 10px;
        width: 10%
    }
}

.gallery .cmp-gallery__small-bottom-gallery .swiper-slide-thumb-active img,
.gallery .cmp-gallery__small-bottom-gallery .swiper-slide-thumb-active video {
    border: 3px solid #d81e04;
    max-width: 100%
}

.gallery .cmp-gallery__small-bottom-gallery .swiper-button-next--thumbs,
.gallery .cmp-gallery__small-bottom-gallery .swiper-button-prev--thumbs {
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: #fff;
    height: 100%
}

.gallery .cmp-gallery__small-bottom-gallery .swiper-button-next--thumbs:after,
.gallery .cmp-gallery__small-bottom-gallery .swiper-button-prev--thumbs:after {
    color: #000;
    content: "\f0141";
    font-family: Material Design Icons;
    cursor: pointer;
    font-size: 1.3125rem
}

@media (min-width:768px) {

    .gallery .cmp-gallery__small-bottom-gallery .swiper-button-next--thumbs:after,
    .gallery .cmp-gallery__small-bottom-gallery .swiper-button-prev--thumbs:after {
        font-size: 1.75rem
    }
}

.gallery .cmp-gallery__small-bottom-gallery .swiper-button-next--thumbs[disabled]:after,
.gallery .cmp-gallery__small-bottom-gallery .swiper-button-prev--thumbs[disabled]:after {
    color: rgba(0, 0, 0, 0.25)
}

.gallery .cmp-gallery__small-bottom-gallery .swiper-button-prev--thumbs {
    left: 0
}

.gallery .cmp-gallery__small-bottom-gallery .swiper-button-next--thumbs {
    right: 0
}

.gallery .cmp-gallery__small-bottom-gallery .swiper-button-next--thumbs:after {
    content: "\f0142"
}

.gallery .cmp-gallery .swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff 50%;
    background-size: cover
}

.gallery .cmp-gallery .swiper-slide img,
.gallery .cmp-gallery .swiper-slide video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto
}

.gallery .cmp-gallery__small-bottom-gallery .swiper-slide img,
.gallery .cmp-gallery__small-bottom-gallery .swiper-slide video {
    max-height: 80px
}

.gallery .cmp-gallery .download-assets {
    z-index: 1
}

.gallery .cmp-gallery .download-assets:before {
    content: "\f01da";
    font-family: Material Design Icons;
    font-size: 1.75rem;
    color: #fff;
    cursor: pointer
}

.gallery .cmp-gallery .fullscreen-assets {
    z-index: 1
}

.gallery .cmp-gallery .fullscreen-assets:before {
    content: "\f0293";
    font-family: Material Design Icons;
    font-size: 1.75rem;
    color: #fff;
    cursor: pointer
}

.gallery .cmp-gallery .download-assets+.fullscreen-assets:before {
    padding-left: 32px
}

@media (max-width:767px) {
    .gallery .cmp-gallery .download-assets+.fullscreen-assets:before {
        padding-left: 20px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .gallery .cmp-gallery .download-assets+.fullscreen-assets:before {
        padding-left: 24px
    }
}

.gallery .cmp-gallery .download-container {
    display: none;
    background-color: #fff;
    width: 200px;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.16);
    padding: 4px 0;
    z-index: 1;
    position: absolute;
    right: 105px;
    top: 55px
}

@media (max-width:767px) {
    .gallery .cmp-gallery .download-container {
        right: 64px;
        top: 40px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .gallery .cmp-gallery .download-container {
        right: 90px
    }
}

.gallery .cmp-gallery .download-container.is-visible {
    display: block
}

.gallery .cmp-gallery .download-container a {
    display: flex;
    padding: 8px;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: .875rem;
    font-weight: 400;
    align-items: center
}

.gallery .cmp-gallery .download-container a:hover {
    background-color: #f2f2f2;
    cursor: pointer
}

.gallery .cmp-gallery .download-container a:before {
    content: "\f01da";
    font-family: Material Design Icons;
    font-size: 1.75rem;
    color: #000;
    cursor: pointer;
    margin-right: 10px
}

.gallery .cmp-gallery .video-description .download-assets {
    right: 60px
}

.gallery .cmp-gallery .video-description .download-container {
    right: 38px
}

.gallery .cmp-gallery .video-description .description-container {
    margin-bottom: 70px;
    background: 0 !important
}

.gallery .cmp-gallery .description-container {
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end
}

.gallery .cmp-gallery .description-container p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1rem;
    width: 80%;
    position: relative;
    margin: 8px 0
}

@media (min-width:767px) {
    .gallery .cmp-gallery .description-container p {
        font-size: 18px;
        line-height: 1.75rem
    }
}

.gallery-title-center .cmp-title__text {
    text-align: center
}

.aem-AuthorLayer-Annotate .unsupported-assets,
.aem-AuthorLayer-Developer .unsupported-assets,
.aem-AuthorLayer-Edit .unsupported-assets,
.aem-AuthorLayer-initial .unsupported-assets,
.aem-AuthorLayer-Layouting .unsupported-assets,
.aem-AuthorLayer-structure .unsupported-assets,
.aem-AuthorLayer-Timewarp .unsupported-assets {
    color: #d81e04
}

.cmp-gallery__popup__background {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999
}

.cmp-gallery__popup__close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px
}

.cmp-gallery__popup__close-button:before {
    content: "\f0156";
    font-family: Material Design Icons;
    position: absolute;
    font-size: 1.75rem;
    color: #fff;
    cursor: pointer;
    top: 4px;
    left: 1px
}

.cmp-gallery__popup__wrapper {
    padding: 36px 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto
}

@media (min-width:1280px) {
    .cmp-gallery__popup__wrapper {
        padding: 40px
    }
}

.cmp-gallery__popup__wrapper .fullscreen-assets {
    display: none
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery {
    aspect-ratio: unset
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .swiper-slide {
    background: none
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .swiper-wrapper {
    align-items: center
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation {
    aspect-ratio: unset
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-utils {
    width: 100%
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-utils__buttons-wrapper {
    right: 15px;
    top: 8px
}

@media (min-width:768px) {
    .cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-utils__buttons-wrapper {
        right: 15px
    }
}

@media (min-width:1280px) {
    .cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-utils__buttons-wrapper {
        top: 0
    }
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-slide {
    display: flex;
    flex-direction: column
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-slide img,
.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-slide video {
    max-height: calc(80vh - 70px)
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-slide .description-container {
    position: relative;
    background: transparent
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-slide .download-container {
    right: 50px
}

@media (min-width:768px) {
    .cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__big-image-and-navigation .swiper-slide .download-container {
        right: 15px;
        top: 45px
    }
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__small-bottom-gallery .swiper-button-next--thumbs,
.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__small-bottom-gallery .swiper-button-prev--thumbs {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%)
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__small-bottom-gallery .swiper-button-next--thumbs:after,
.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__small-bottom-gallery .swiper-button-prev--thumbs:after {
    color: #fff;
    font-size: 1.5rem
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__small-bottom-gallery .swiper-button-next--thumbs[disabled]:after,
.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__small-bottom-gallery .swiper-button-prev--thumbs[disabled]:after {
    color: rgba(0, 0, 0, 0.25)
}

.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__small-bottom-gallery img,
.cmp-gallery__popup__wrapper .gallery .cmp-gallery .cmp-gallery__small-bottom-gallery video {
    max-height: 80px
}

.theme__header-transparent .header {
    max-height: 0;
    overflow: visible
}

.theme__header-transparent .header:not(.is-active):not(.is-visible):not([data-current-level]) .header__default-logo {
    display: none
}

.theme__header-transparent .header:not(.is-active):not(.is-visible):not([data-current-level]) .header__transparent-logo {
    display: block
}

.theme__header-transparent .header:not(.is-active):not(.is-visible):not([data-current-level])>.cmp-experiencefragment {
    background-color: transparent;
    color: #fff
}

.theme__header-transparent .header:not(.is-active):not(.is-visible):not([data-current-level])>.cmp-experiencefragment:before {
    background-color: transparent
}

.theme__header-transparent .header:not(.is-active):not(.is-visible):not([data-current-level])>.cmp-experiencefragment:after {
    background-color: #fff
}

.theme__header-transparent .header:not(.is-active):not(.is-visible):not([data-current-level])>.cmp-experiencefragment>.cmp-container {
    border-bottom-color: #fff
}

.theme__header-transparent .header:not(.is-active):not(.is-visible):not([data-current-level]) .navigationtabs .cmp-navigationtabs__tab-link:focus,
.theme__header-transparent .header:not(.is-active):not(.is-visible):not([data-current-level]) .navigationtabs .cmp-navigationtabs__tab-link:hover {
    color: #fff
}

@media (min-width:768px) and (max-width:1279px) {
    .theme__header-transparent .header.is-active {
        background-color: transparent;
        color: #fff
    }

    .theme__header-transparent .header.is-active .header__default-logo {
        display: block
    }

    .theme__header-transparent .header.is-active .header__transparent-logo {
        display: none
    }

    .theme__header-transparent .header.is-active:after {
        border-color: #fff
    }

    .theme__header-transparent .header.is-active>.cmp-experiencefragment>.cmp-container {
        border-bottom-color: #fff
    }
}

.theme__header-transparent .breadcrumb {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 0
}

@media (min-width:768px) {
    .theme__header-transparent .breadcrumb {
        top: 96px
    }
}

@media (min-width:1280px) {
    .theme__header-transparent .breadcrumb {
        top: 120px;
        left: 50%;
        transform: translatex(-50%)
    }
}

.theme__header-transparent .breadcrumb .cmp-breadcrumb__item {
    color: #fff
}

.theme__header-transparent .breadcrumb .cmp-breadcrumb__item--active {
    color: hsla(0, 0%, 100%, 0.8)
}

.theme__hidden-breadcrumbs .breadcrumb {
    display: none
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 300ms;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 200ms, top 200ms
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 200ms, left 200ms
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 200ms, right 200ms
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}