body:after {
    content: "break-0";
    display: none
}

@media (min-width: 40em) {
    body:after {
        content: "break-1";
        display: none
    }
}

@media (min-width: 64em) {
    body:after {
        content: "break-2";
        display: none
    }
}

@media (min-width: 90em) {
    body:after {
        content: "break-3";
        display: none
    }
}

@media (min-width: 105em) {
    body:after {
        content: "break-4";
        display: none
    }
}

.is-cursor-pointer {
    cursor: pointer
}

.is-hidden {
    display: none
}

.is-relative {
    position: relative
}

.is-absolute {
    position: absolute
}

html {
    font-family: sans-serif !important;
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0 !important;
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0
}

td, th {
    padding: 0
}

[class*=" icon-"]:after, [class*=" icon-"]:before, [class^=icon-]:after, [class^=icon-]:before {
    font-family: inherit;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-caret-left-after:after, .icon-caret-left-before:before {
    content: "\f0d9"
}

.icon-caret-right-after:after, .icon-caret-right-before:before {
    content: "\f0da"
}

.icon-caret-down-after:after, .icon-caret-down-before:before {
    content: "\e905"
}

.icon-angle-down-after:after, .icon-angle-down-before:before {
    content: "\e900"
}

.icon-search-after:after, .icon-search-before:before {
    content: "\e901"
}

.icon-exclamation-triangle-after:after, .icon-exclamation-triangle-before:before {
    content: "\e902"
}

.icon-map-marker-after:after, .icon-map-marker-before:before {
    content: "\e903"
}

.icon-check-after:after, .icon-check-before:before {
    content: "\e904"
}

.icon-angle-up-after:after, .icon-angle-up-before:before {
    content: "\e906"
}

.icon-angle-double-right-after:after, .icon-angle-double-right-before:before {
    content: "\e908"
}

*, :after, :before {
    box-sizing: border-box
}

body {
    padding: 0;
    overflow-x: hidden;
    background-color: #fff
}

body, hr {
    margin: 0
}

img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

img + .heading, img + h1, img + h2, img + h3, img + h4, img + h5, img + h6 {
    margin-top: .83333em
}

@media (min-width: 90em) {
    img + .heading, img + h1, img + h2, img + h3, img + h4, img + h5, img + h6 {
        margin-top: .8em
    }
}

ul {
    padding: 0;
    list-style-type: none;
    margin: 0 0 1em
}

@media (min-width: 90em) {
    ul {
        margin: 0 0 1em
    }
}

ul:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    ul:last-child {
        margin-bottom: 0
    }
}

ol {
    padding: 0;
    margin: 0 0 1em 2.4em;
    counter-reset: a
}

ol:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    ol:last-child {
        margin-bottom: 0
    }
}

ol > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1em;
    min-height: 2.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ol > li:last-child {
    margin-bottom: 0
}

ol > li:before {
    position: absolute;
    top: 0;
    left: -2.4em;
    width: 2.4em;
    height: 2.4em;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 100%;
    background-color: #d50c1f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: counter(a, decimal-leading-zero);
    counter-increment: a
}

.transition-preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important
}

.clicker {
    opacity: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 100%;
    background-color: #d50c1f;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 99999
}

.clicker.-click {
    -webkit-animation: a .25s cubic-bezier(.215, .61, .355, 1) 1;
    animation: a .25s cubic-bezier(.215, .61, .355, 1) 1
}

@-webkit-keyframes a {
    0% {
        opacity: .4 !important;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(.8) !important;
        transform: translate3d(-50%, -50%, 0) scale(.8) !important;
    }
    to {
        opacity: 0 !important;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.8) !important;
        transform: translate3d(-50%, -50%, 0) scale(1.8) !important
    }
}

@keyframes a {
    0% {
        opacity: .4 !important;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(.8) !important;
        transform: translate3d(-50%, -50%, 0) scale(.8) !important
    }
    to {
        opacity: 0 !important;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.8) !important;
        transform: translate3d(-50%, -50%, 0) scale(1.8) !important
    }
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: .875em;
    -webkit-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
    -ms-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
    -o-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
    font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
    color: rgba(31, 33, 38, .6);
    font-weight: 400;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 40em) {
    body {
        font-size: .875em
    }
}

@media (min-width: 64em) {
    body {
        font-size: .875em
    }
}

@media (min-width: 90em) {
    body {
        font-size: 1em
    }
}

@media (min-width: 105em) {
    body {
        font-size: 1em
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

.heading, h1, h2, h3, h4, h5, h6 {
    display: block;
    margin: 0;
    line-height: 1.4;
    color: #1f2126;
    font-family: Open Sans Condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.alpha, h1 {
    font-size: 2.0736em;
    line-height: 1.2
}

@media (min-width: 90em) {
    .alpha, h1 {
        font-size: 2.44141em
    }
}

.beta, h2 {
    font-size: 1.728em
}

@media (min-width: 90em) {
    .beta, h2 {
        font-size: 1.95312em
    }
}

.gamma, h3 {
    font-size: 1.44em
}

@media (min-width: 90em) {
    .gamma, h3 {
        font-size: 1.5625em
    }
}

.delta, h4 {
    font-size: 1.2em
}

@media (min-width: 90em) {
    .delta, h4 {
        font-size: 1.25em
    }
}

.epsilon, h5 {
    font-size: 1em
}

@media (min-width: 90em) {
    .epsilon, h5 {
        font-size: 1em
    }
}

.zeta, h6 {
    font-size: .83333em
}

@media (min-width: 90em) {
    .zeta, h6 {
        font-size: .8em
    }
}

.-color-headline-black .alpha.hl, .-color-headline-black .beta.hl, .-color-headline-black .delta.hl, .-color-headline-black .gamma.hl, .-color-headline-black h1.hl, .-color-headline-black h2.hl, .-color-headline-black h3.hl, .-color-headline-black h4.hl {
    color: #1f2126
}

.-color-headline-black .epsilon.hl, .-color-headline-black .zeta.hl, .-color-headline-black h5.hl, .-color-headline-black h6.hl {
    color: rgba(31, 33, 38, .8)
}

.-color-headline-red .alpha.hl, .-color-headline-red .beta.hl, .-color-headline-red .delta.hl, .-color-headline-red .epsilon.hl, .-color-headline-red .gamma.hl, .-color-headline-red .zeta.hl, .-color-headline-red h1.hl, .-color-headline-red h2.hl, .-color-headline-red h3.hl, .-color-headline-red h4.hl, .-color-headline-red h5.hl, .-color-headline-red h6.hl {
    color: #d50c1f
}

.-color-headline-white .alpha.hl, .-color-headline-white .beta.hl, .-color-headline-white .delta.hl, .-color-headline-white .epsilon.hl, .-color-headline-white .gamma.hl, .-color-headline-white .zeta.hl, .-color-headline-white h1.hl, .-color-headline-white h2.hl, .-color-headline-white h3.hl, .-color-headline-white h4.hl, .-color-headline-white h5.hl, .-color-headline-white h6.hl {
    color: #fff
}

.-color-headline-black .alpha.sl, .-color-headline-black .beta.sl, .-color-headline-black .delta.sl, .-color-headline-black .gamma.sl, .-color-headline-black h1.sl, .-color-headline-black h2.sl, .-color-headline-black h3.sl, .-color-headline-black h4.sl, .-color-headline-red .alpha.sl, .-color-headline-red .beta.sl, .-color-headline-red .delta.sl, .-color-headline-red .gamma.sl, .-color-headline-red h1.sl, .-color-headline-red h2.sl, .-color-headline-red h3.sl, .-color-headline-red h4.sl {
    color: #1f2126
}

.-color-headline-black .epsilon.sl, .-color-headline-black .zeta.sl, .-color-headline-black h5.sl, .-color-headline-black h6.sl, .-color-headline-red .epsilon.sl, .-color-headline-red .zeta.sl, .-color-headline-red h5.sl, .-color-headline-red h6.sl {
    color: rgba(31, 33, 38, .5)
}

.-color-headline-white .alpha.sl, .-color-headline-white h1.sl {
    color: #fff
}

.-color-headline-white .beta.sl, .-color-headline-white .gamma.sl, .-color-headline-white h2.sl, .-color-headline-white h3.sl {
    color: hsla(0, 0%, 100%, .8)
}

.-color-headline-white .delta.sl, .-color-headline-white .epsilon.sl, .-color-headline-white .zeta.sl, .-color-headline-white h4.sl, .-color-headline-white h5.sl, .-color-headline-white h6.sl {
    color: hsla(0, 0%, 100%, .75)
}

a {
    transition: color .25s ease-in-out;
    text-decoration: none
}

a, a:visited {
    color: #d50c1f
}

.no-touchevents a:active, .no-touchevents a:focus, .no-touchevents a:hover {
    color: #f32135
}

.paragraph, p {
    margin: 0 0 1em
}

@media (min-width: 90em) {
    .paragraph, p {
        margin: 0 0 1em
    }
}

.paragraph:last-child, p:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    .paragraph:last-child, p:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 64em) {
    .paragraph.paragraph--decreased-width, p.paragraph--decreased-width {
        padding-right: 15%
    }
}

@media (min-width: 90em) {
    .paragraph.paragraph--decreased-width, p.paragraph--decreased-width {
        padding-right: 20%
    }
}

@media (min-width: 105em) {
    .paragraph.paragraph--decreased-width, p.paragraph--decreased-width {
        padding-right: 25%
    }
}

@media (min-width: 64em) {
    .-centered .paragraph.paragraph--decreased-width {
        padding-right: 15%
    }
}

@media (min-width: 90em) {
    .-centered .paragraph.paragraph--decreased-width {
        padding-right: 20%
    }
}

@media (min-width: 105em) {
    .-centered .paragraph.paragraph--decreased-width {
        padding-right: 25%
    }
}

.heading + p, h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: .5787em
}

@media (min-width: 90em) {
    .heading + p, h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
        margin-top: .512em
    }
}

dd, dt {
    padding: 0;
    margin: 0
}

ol li, ul li {
    list-style-type: none
}

.heading + ol, .heading + ul, h1 + ol, h1 + ul, h2 + ol, h2 + ul, h3 + ol, h3 + ul, h4 + ol, h4 + ul, h5 + ol, h5 + ul, h6 + ol, h6 + ul {
    margin-top: .512em !important
}

.bold, b, strong {
    font-weight: 700
}

.italic, em, i {
    font-style: italic
}

.caption, small {
    font-family: Open Sans Condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: .83333em;
    font-style: normal
}

@media (min-width: 90em) {
    .caption, small {
        font-size: .8em
    }
}

small {
    line-height: 1
}

.caption {
    color: rgba(54, 57, 66, .6)
}

.alpha + .caption, .beta + .caption, .gamma + .caption, h1 + .caption, h2 + .caption, h3 + .caption {
    margin-top: -.45em
}

code, pre {
    font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
    background-color: #fbb2b9
}

pre {
    border: 1px solid #1f2126;
    display: block;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: .3rem;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all
}

code {
    font-size: .83333em;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid #1f2126;
    white-space: nowrap;
    margin: 0 .2em;
    padding: .2em .4em
}

@media (min-width: 90em) {
    code {
        font-size: .8em
    }
}

.upper {
    text-transform: uppercase;
    letter-spacing: .1em
}

.open-type {
    -webkit-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
    -ms-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
    -o-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
    font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1
}

.small-caps {
    letter-spacing: .1em;
    -webkit-font-feature-settings: "smcp" 1, "kern" 1;
    -ms-font-feature-settings: "smcp" 1, "kern" 1;
    -o-font-feature-settings: "smcp" 1, "kern" 1;
    font-feature-settings: "smcp" 1, "kern" 1
}

table {
    border-collapse: collapse;
    width: 100%
}

td, th, tr {
    vertical-align: middle
}

table:not(.table-mobile) tbody tr {
    display: none
}

table:not(.table-mobile) tbody tr.-show {
    display: table-row
}

tr.tr-even {
    background-color: transparent
}

tr.tr-odd {
    background-color: rgba(31, 33, 38, .1)
}

thead {
    background-color: #d50c1f
}

td, th {
    padding: .69444em 1.2em;
    text-align: left
}

@media (min-width: 90em) {
    td, th {
        padding: .64em 1.25em
    }
}

th > span {
    color: #fff;
    font-weight: 700
}

td > span {
    font-size: .83333em
}

@media (min-width: 90em) {
    td > span {
        font-size: .8em
    }
}

.page, .page__content {
    position: relative
}

.page__content {
    opacity: 1;
    margin-top: 0;
    background-color: #fff;
    transition: margin-bottom .35s cubic-bezier(.215, .61, .355, 1), -webkit-transform .35s cubic-bezier(.215, .61, .355, 1);
    transition: transform .35s cubic-bezier(.215, .61, .355, 1), margin-bottom .35s cubic-bezier(.215, .61, .355, 1);
    transition: transform .35s cubic-bezier(.215, .61, .355, 1), margin-bottom .35s cubic-bezier(.215, .61, .355, 1), -webkit-transform .35s cubic-bezier(.215, .61, .355, 1);
    z-index: 8
}

@media (min-width: 40em) {
    .page__content {
        margin-top: 0;
        padding-top: 0
    }
}

.page__content:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, .8);
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1), height 0s linear .35s;
    z-index: 9999
}

@-webkit-keyframes b {
    0% {
        opacity: 1
    }
    33% {
        opacity: .65
    }
    67% {
        opacity: .85
    }
    to {
        opacity: 1
    }
}

@keyframes b {
    0% {
        opacity: 1
    }
    33% {
        opacity: .65
    }
    67% {
        opacity: .85
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.col-wrapper {
    margin-bottom: 2.0736em
}

.col-wrapper:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 90em) {
    .col-wrapper {
        margin-bottom: 2.44141em
    }
}

.col-wrapper:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    .col-wrapper:last-child {
        margin-bottom: 0
    }
}

.col-wrapper--breakout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 64em) {
    .col-wrapper--breakout {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.col {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .col {
        margin-bottom: 0
    }
}

.col:last-child {
    margin-bottom: 0
}

.col__b0-full, .l-2col-b1-25-75 > .col-one, .l-2col-b1-25-75 > .col-two, .l-2col-b1-33-66 > .col-one, .l-2col-b1-33-66 > .col-two, .l-2col-b1-50-50 > .col-one, .l-2col-b1-50-50 > .col-two, .l-2col-b1-66-33 > .col-one, .l-2col-b1-66-33 > .col-two, .l-2col-b1-75-25 > .col-one, .l-2col-b1-75-25 > .col-two, .l-2col-b2-25-75 > .col-one, .l-2col-b2-25-75 > .col-two, .l-2col-b2-33-66 > .col-one, .l-2col-b2-33-66 > .col-two, .l-2col-b2-50-50 > .col-one, .l-2col-b2-50-50 > .col-two, .l-2col-b2-66-33 > .col-one, .l-2col-b2-66-33 > .col-two, .l-2col-b2-75-25 > .col-one, .l-2col-b2-75-25 > .col-two, .l-2col-b3-50-50 > .col-one, .l-2col-b3-50-50 > .col-two, .l-3col-b1-33-33-33 > .col-one, .l-3col-b1-33-33-33 > .col-three, .l-3col-b1-33-33-33 > .col-two, .l-3col-b2-33-33-33 > .col-one, .l-3col-b2-33-33-33 > .col-three, .l-3col-b2-33-33-33 > .col-two, .l-4col-b1-b3-25-25-25-25 > .col-four, .l-4col-b1-b3-25-25-25-25 > .col-one, .l-4col-b1-b3-25-25-25-25 > .col-three, .l-4col-b1-b3-25-25-25-25 > .col-two, .l-4col-b2-b3-25-25-25-25 > .col-four, .l-4col-b2-b3-25-25-25-25 > .col-one, .l-4col-b2-b3-25-25-25-25 > .col-three, .l-4col-b2-b3-25-25-25-25 > .col-two {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.col__b0-3 {
    width: 22.53419%;
    float: left;
    margin-right: 3.28774%
}

.col__b0-3--last {
    width: 22.53419%;
    float: right;
    margin-right: 0
}

.col__b0-4 {
    width: 31.1415%;
    float: left;
    margin-right: 3.28774%
}

.col__b0-4--last {
    width: 31.1415%;
    float: right;
    margin-right: 0
}

.col__b0-6 {
    width: 48.35613%;
    float: left;
    margin-right: 3.28774%
}

.col__b0-6--last {
    width: 48.35613%;
    float: right;
    margin-right: 0
}

.col__b0-8 {
    width: 65.57075%;
    float: left;
    margin-right: 3.28774%
}

.col__b0-8--last {
    width: 65.57075%;
    float: right;
    margin-right: 0
}

.col__b0-9 {
    width: 74.17806%;
    float: left;
    margin-right: 3.28774%
}

.col__b0-9--last {
    width: 74.17806%;
    float: right;
    margin-right: 0
}

@media (min-width: 40em) {
    .col__b1-3, .l-2col-b1-25-75 > .col-one {
        width: 22.53419%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b1-3--last, .l-2col-b1-75-25 > .col-two {
        width: 22.53419%;
        float: right;
        margin-right: 0
    }

    .col__b1-4, .l-2col-b1-33-66 > .col-one, .l-3col-b1-33-33-33 > .col-one, .l-3col-b1-33-33-33 > .col-two {
        width: 31.1415%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b1-4--last, .l-2col-b1-66-33 > .col-two, .l-3col-b1-33-33-33 > .col-three {
        width: 31.1415%;
        float: right;
        margin-right: 0
    }

    .col__b1-6, .l-2col-b1-50-50 > .col-one, .l-4col-b1-b3-25-25-25-25 > .col-one, .l-4col-b1-b3-25-25-25-25 > .col-three {
        width: 48.35613%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b1-6--last, .l-2col-b1-50-50 > .col-two, .l-4col-b1-b3-25-25-25-25 > .col-four, .l-4col-b1-b3-25-25-25-25 > .col-two {
        width: 48.35613%;
        float: right;
        margin-right: 0
    }

    .col__b1-8, .l-2col-b1-66-33 > .col-one {
        width: 65.57075%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b1-8--last, .l-2col-b1-33-66 > .col-two {
        width: 65.57075%;
        float: right;
        margin-right: 0
    }

    .col__b1-9, .l-2col-b1-75-25 > .col-one {
        width: 74.17806%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b1-9--last, .l-2col-b1-25-75 > .col-two {
        width: 74.17806%;
        float: right;
        margin-right: 0
    }
}

@media (min-width: 64em) {
    .col__b2-3, .l-2col-b2-25-75 > .col-one {
        width: 22.53419%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b2-3--last, .l-2col-b2-75-25 > .col-two {
        width: 22.53419%;
        float: right;
        margin-right: 0
    }

    .col__b2-4, .l-2col-b2-33-66 > .col-one, .l-3col-b2-33-33-33 > .col-one, .l-3col-b2-33-33-33 > .col-two {
        width: 31.1415%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b2-4--last, .l-2col-b2-66-33 > .col-two, .l-3col-b2-33-33-33 > .col-three {
        width: 31.1415%;
        float: right;
        margin-right: 0
    }

    .col__b2-6, .l-2col-b2-50-50 > .col-one, .l-4col-b2-b3-25-25-25-25 > .col-one, .l-4col-b2-b3-25-25-25-25 > .col-three {
        width: 48.35613%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b2-6--last, .l-2col-b2-50-50 > .col-two, .l-4col-b2-b3-25-25-25-25 > .col-four, .l-4col-b2-b3-25-25-25-25 > .col-two {
        width: 48.35613%;
        float: right;
        margin-right: 0
    }

    .col__b2-8, .l-2col-b2-66-33 > .col-one {
        width: 65.57075%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b2-8--last, .l-2col-b2-33-66 > .col-two {
        width: 65.57075%;
        float: right;
        margin-right: 0
    }

    .col__b2-9, .l-2col-b2-75-25 > .col-one {
        width: 74.17806%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b2-9--last, .l-2col-b2-25-75 > .col-two {
        width: 74.17806%;
        float: right;
        margin-right: 0
    }
}

@media (min-width: 90em) {
    .col__b3-3, .l-4col-b1-b3-25-25-25-25 > .col-one, .l-4col-b1-b3-25-25-25-25 > .col-three, .l-4col-b1-b3-25-25-25-25 > .col-two, .l-4col-b2-b3-25-25-25-25 > .col-one, .l-4col-b2-b3-25-25-25-25 > .col-three, .l-4col-b2-b3-25-25-25-25 > .col-two {
        width: 22.53419%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b3-3--last, .l-4col-b1-b3-25-25-25-25 > .col-four, .l-4col-b2-b3-25-25-25-25 > .col-four {
        width: 22.53419%;
        float: right;
        margin-right: 0
    }

    .col__b3-4 {
        width: 31.1415%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b3-4--last {
        width: 31.1415%;
        float: right;
        margin-right: 0
    }

    .col__b3-6, .l-2col-b3-50-50 > .col-one {
        width: 48.35613%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b3-6--last, .l-2col-b3-50-50 > .col-two {
        width: 48.35613%;
        float: right;
        margin-right: 0
    }

    .col__b3-8 {
        width: 65.57075%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b3-8--last {
        width: 65.57075%;
        float: right;
        margin-right: 0
    }

    .col__b3-9 {
        width: 74.17806%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b3-9--last {
        width: 74.17806%;
        float: right;
        margin-right: 0
    }
}

@media (min-width: 105em) {
    .col__b4-3 {
        width: 22.53419%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b4-3--last {
        width: 22.53419%;
        float: right;
        margin-right: 0
    }

    .col__b4-4 {
        width: 31.1415%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b4-4--last {
        width: 31.1415%;
        float: right;
        margin-right: 0
    }

    .col__b4-6 {
        width: 48.35613%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b4-6--last {
        width: 48.35613%;
        float: right;
        margin-right: 0
    }

    .col__b4-8 {
        width: 65.57075%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b4-8--last {
        width: 65.57075%;
        float: right;
        margin-right: 0
    }

    .col__b4-9 {
        width: 74.17806%;
        float: left;
        margin-right: 3.28774%
    }

    .col__b4-9--last {
        width: 74.17806%;
        float: right;
        margin-right: 0
    }
}

.col-wrapper--breakout .col {
    width: 100%;
    background-color: #fff
}

@media (min-width: 64em) {
    .col-wrapper--breakout .col {
        width: 48.35613%
    }
}

@media (min-width: 64em) {
    .col-wrapper--breakout.l-2col-33-66 .col-two, .col-wrapper--breakout.l-2col-66-33 .col-one {
        width: 65.57075%
    }
}

@media (min-width: 64em) {
    .col-wrapper--breakout.l-2col-33-66 .col-one, .col-wrapper--breakout.l-2col-66-33 .col-two {
        width: 31.1415%
    }
}

@media (min-width: 64em) {
    .col-wrapper--breakout .col-one {
        margin-right: 3.28774%
    }
}

.col-wrapper--breakout .col.-breakout {
    position: relative
}

@media (min-width: 64em) {
    .col-wrapper--breakout .col.-breakout {
        margin-top: -79px;
        z-index: 100
    }
}

.col-wrapper--breakout .col.-breakout:before {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7f7f8
}

@media (min-width: 64em) {
    .col-wrapper--breakout .col.-breakout:before {
        display: none
    }
}

.col-wrapper--breakout .col.-breakout > div, .col-wrapper--breakout .col.-breakout > form {
    position: relative;
    z-index: 10
}

.col-wrapper--breakout.-white-background .col.-breakout:before {
    background: #fff
}

.col-wrapper--breakout.breakout--normal .col-one.-breakout:before {
    border-bottom: 1px solid rgba(31, 33, 38, .25)
}

@media (min-width: 64em) {
    .col-wrapper--breakout.breakout--normal .col-one.-breakout {
        border-radius: 0 3px 0 0;
        box-shadow: 110px 0 150px -100px rgba(0, 0, 0, .2);
        padding-right: 8.60731%
    }

    .col-wrapper--breakout.breakout--normal .col-one.-breakout:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1000%;
        height: 100%;
        background-color: #fff;
        border-radius: 0 3px 0 0
    }
}

.col-wrapper--breakout.breakout--normal .col-two.-breakout:before {
    border-top: 1px solid rgba(31, 33, 38, .25);
    right: 0;
    left: auto
}

@media (min-width: 64em) {
    .col-wrapper--breakout.breakout--normal .col-two.-breakout {
        border-radius: 0 0 0 3px;
        box-shadow: -110px 0 150px -100px rgba(0, 0, 0, .2);
        padding-left: 8.60731%
    }

    .col-wrapper--breakout.breakout--normal .col-two.-breakout:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1000%;
        height: 100%;
        background-color: #fff;
        border-radius: 0 3px 0 0
    }
}

.col-wrapper--breakout.breakout--inverted .col-one.-breakout:before {
    border-top: 1px solid rgba(31, 33, 38, .25)
}

@media (min-width: 64em) {
    .col-wrapper--breakout.breakout--inverted .col-one.-breakout {
        border-radius: 0 3px 0 0;
        box-shadow: 110px 0 150px -100px rgba(0, 0, 0, .2);
        padding-right: 8.60731%
    }
}

@media (min-width: 64em) {
    .col-wrapper--breakout.breakout--inverted .col-one {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.col-wrapper--breakout.breakout--inverted .col-two.-breakout:before {
    border-bottom: 1px solid rgba(31, 33, 38, .25);
    right: 0;
    left: auto
}

@media (min-width: 64em) {
    .col-wrapper--breakout.breakout--inverted .col-two.-breakout {
        border-radius: 0 0 0 3px;
        box-shadow: -110px 0 150px -100px rgba(0, 0, 0, .2);
        padding-left: 8.60731%
    }
}

@media (min-width: 64em) {
    .col-wrapper--breakout.breakout--inverted .col-two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.l-2col-b1-50-50--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-50-50--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b1-50-50--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-50-50--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b2-50-50--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-50-50--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b2-50-50--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-50-50--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b3-50-50--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .l-2col-b3-50-50--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b3-50-50--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .l-2col-b3-50-50--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b1-66-33--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-66-33--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b1-66-33--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-66-33--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b2-66-33--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-66-33--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b2-66-33--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-66-33--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b1-33-66--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-33-66--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b1-33-66--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-33-66--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b2-33-66--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-33-66--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b2-33-66--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-33-66--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b1-75-25--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-75-25--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b1-75-25--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-75-25--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b2-75-25--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-75-25--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b2-75-25--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-75-25--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b1-25-75--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-25-75--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b1-25-75--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-2col-b1-25-75--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-2col-b2-25-75--normal > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-25-75--normal > .col-one {
        margin-bottom: 0
    }
}

.l-2col-b2-25-75--inverted > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-2col-b2-25-75--inverted > .col-two {
        margin-bottom: 0
    }
}

.l-3col-b1-33-33-33 > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-3col-b1-33-33-33 > .col-one {
        margin-bottom: 0
    }
}

.l-3col-b1-33-33-33 > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-3col-b1-33-33-33 > .col-two {
        margin-bottom: 0
    }
}

.l-3col-b2-33-33-33 > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-3col-b2-33-33-33 > .col-one {
        margin-bottom: 0
    }
}

.l-3col-b2-33-33-33 > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-3col-b2-33-33-33 > .col-two {
        margin-bottom: 0
    }
}

.l-4col-b2-b3-25-25-25-25 > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .l-4col-b2-b3-25-25-25-25 > .col-one {
        margin-bottom: 0
    }
}

.l-4col-b2-b3-25-25-25-25 > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .l-4col-b2-b3-25-25-25-25 > .col-two {
        margin-bottom: 0
    }
}

.l-4col-b2-b3-25-25-25-25 > .col-three {
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .l-4col-b2-b3-25-25-25-25 > .col-three {
        margin-bottom: 0
    }
}

.l-4col-b1-b3-25-25-25-25 > .col-one {
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .l-4col-b1-b3-25-25-25-25 > .col-one {
        margin-bottom: 0
    }
}

.l-4col-b1-b3-25-25-25-25 > .col-two {
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .l-4col-b1-b3-25-25-25-25 > .col-two {
        margin-bottom: 0
    }
}

.l-4col-b1-b3-25-25-25-25 > .col-three {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .l-4col-b1-b3-25-25-25-25 > .col-three {
        margin-bottom: 0
    }
}

.blog-content {
    position: relative;
    z-index: 2
}

.blog-content-wrap {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-content-wrap > .col-one {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .blog-content-wrap > .col-one {
        margin-bottom: 2.44141em
    }
}

@media (min-width: 64em) {
    .blog-content-wrap > .col-one {
        width: 65.57075%;
        margin-right: 3.28774%;
        margin-top: -8.69711em;
        padding-top: 2.441em
    }
}

.blog-content-wrap > .col-one:before {
    content: "";
    position: absolute;
    top: 0;
    right: -3.28774%;
    width: 200%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    border-radius: 0 3px 0 0
}

.blog-content-wrap > .col-two {
    position: relative;
    width: 100%;
    float: right;
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .blog-content-wrap > .col-two {
        margin-bottom: 2.44141em
    }
}

@media (min-width: 64em) {
    .blog-content-wrap > .col-two {
        margin-bottom: 0;
        width: 31.1415%
    }
}

.blog-content-wrap > .col-three {
    width: 100%;
    float: left
}

@media (min-width: 64em) {
    .blog-content-wrap > .col-three {
        width: 65.57075%;
        margin-right: 3.28774%
    }
}

.content-item {
    margin: 0 0 2.0736em
}

@media (min-width: 90em) {
    .content-item {
        margin: 0 0 2.44141em
    }
}

.content-item:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    .content-item:last-child {
        margin-bottom: 0
    }
}

.box--padded {
    padding: 1.44em
}

@media (min-width: 90em) {
    .box--padded {
        padding: 1.5625em
    }
}

.box--bordered {
    border: 1px solid #1f2126
}

.page {
    overflow: hidden
}

@-webkit-keyframes e {
    0% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg)
    }
    50% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    to {
        width: 100%;
        height: 3px;
        -webkit-transform: translateX(-7.5px) translateY(0) rotate(45deg);
        transform: translateX(-7.5px) translateY(0) rotate(45deg)
    }
}

@keyframes e {
    0% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg)
    }
    50% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    to {
        width: 100%;
        height: 3px;
        -webkit-transform: translateX(-7.5px) translateY(0) rotate(45deg);
        transform: translateX(-7.5px) translateY(0) rotate(45deg)
    }
}

@-webkit-keyframes f {
    0% {
        width: 100%;
        height: 3px;
        -webkit-transform: translateX(-7.5px) translateY(0) rotate(45deg);
        transform: translateX(-7.5px) translateY(0) rotate(45deg)
    }
    50% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    to {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg)
    }
}

@keyframes f {
    0% {
        width: 100%;
        height: 3px;
        -webkit-transform: translateX(-7.5px) translateY(0) rotate(45deg);
        transform: translateX(-7.5px) translateY(0) rotate(45deg)
    }
    50% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    to {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg)
    }
}

@-webkit-keyframes g {
    0% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg)
    }
    50% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    to {
        width: 100%;
        height: 3px;
        -webkit-transform: translateX(-7.5px) translateY(0) rotate(-45deg);
        transform: translateX(-7.5px) translateY(0) rotate(-45deg)
    }
}

@keyframes g {
    0% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg)
    }
    50% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    to {
        width: 100%;
        height: 3px;
        -webkit-transform: translateX(-7.5px) translateY(0) rotate(-45deg);
        transform: translateX(-7.5px) translateY(0) rotate(-45deg)
    }
}

@-webkit-keyframes h {
    0% {
        width: 100%;
        height: 3px;
        -webkit-transform: translateX(-7.5px) translateY(0) rotate(-45deg);
        transform: translateX(-7.5px) translateY(0) rotate(-45deg)
    }
    50% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    to {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg)
    }
}

@keyframes h {
    0% {
        width: 100%;
        height: 3px;
        -webkit-transform: translateX(-7.5px) translateY(0) rotate(-45deg);
        transform: translateX(-7.5px) translateY(0) rotate(-45deg)
    }
    50% {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    to {
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg)
    }
}

.more-button .menu-icon {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-backface-visibility: hidden
}

.more-button .menu-icon .bubble {
    position: absolute;
    width: 4px;
    height: 4px;
    left: 8px;
    top: 8px;
    border-radius: 10px;
    background-color: #fff
}

.-nav-mobile .more-button .menu-icon .bubble {
    background-color: rgba(31, 33, 38, .6)
}

.more-button .menu-icon .bubble:first-child {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation: .35s cubic-bezier(.215, .61, .355, 1) 0s 1 forwards f;
    animation: .35s cubic-bezier(.215, .61, .355, 1) 0s 1 forwards f
}

.more-button .menu-icon .bubble:last-child {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation: .35s cubic-bezier(.215, .61, .355, 1) 0s 1 forwards h;
    animation: .35s cubic-bezier(.215, .61, .355, 1) 0s 1 forwards h
}

.more-button.-open .menu-icon .bubble {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.more-button.-open .menu-icon .bubble:first-child {
    -webkit-animation: .35s cubic-bezier(.215, .61, .355, 1) 0s 1 forwards e;
    animation: .35s cubic-bezier(.215, .61, .355, 1) 0s 1 forwards e
}

.more-button.-open .menu-icon .bubble:last-child {
    -webkit-animation: .35s cubic-bezier(.215, .61, .355, 1) 0s 1 forwards g;
    animation: .35s cubic-bezier(.215, .61, .355, 1) 0s 1 forwards g
}

@-webkit-keyframes i {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes i {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes j {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes j {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes k {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes k {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes d {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.lvl2_background {
    display: none
}

.module-hero {
    border-bottom: 1px solid rgba(31, 33, 38, .25)
}

@media (min-width: 64em) {
    .module-hero {
        border: none
    }
}

.module-hero .hero__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

@media (min-width: 64em) {
    .module-hero .hero__hero {
        padding: 0
    }
}

.module-hero .hero__item {
    height: 100%;
    width: 100%
}

.module-hero .hero__image {
    border-radius: 0 0 3px 0
}

.module-hero .hero__image img {
    width: 100%
}

.module-hero .hero__content {
    padding: 2.48832em 0
}

@media (min-width: 40em) {
    .module-hero .hero__content {
        padding: 2.48832em 0
    }
}

@media (min-width: 64em) {
    .module-hero .hero__content {
        padding: 0
    }
}

@media (min-width: 90em) {
    .module-hero .hero__content {
        padding: 0
    }
}

@media (min-width: 64em) {
    .module-hero .hero__content {
        position: absolute;
        max-width: calc(50vw - 7.451em);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 7%
    }
}

@media (min-width: 90em) {
    .module-hero .hero__content {
        left: 9%
    }
}

@media (min-width: 105em) {
    .module-hero .hero__content {
        left: calc((100% - 1310px) / 2)
    }
}

.module-hero .hero__title {
    margin-bottom: 2.0736em
}

@media (min-width: 40em) {
    .module-hero .hero__title {
        margin-bottom: 1.728em
    }
}

@media (min-width: 90em) {
    .module-hero .hero__title {
        margin-bottom: 1.95312em
    }
}

.module-hero .hero__title h1 {
    margin-bottom: .48225em;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
    transition: transform .6s cubic-bezier(.215, .61, .355, 1), opacity .6s cubic-bezier(.215, .61, .355, 1);
    transition: transform .6s cubic-bezier(.215, .61, .355, 1), opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 64em) {
    .module-hero .hero__title h1 {
        margin-bottom: 0
    }
}

@media (min-width: 90em) {
    .module-hero .hero__title h1 {
        margin-bottom: 0
    }
}

.module-hero .hero__title h3 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) .1s, opacity .6s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) .1s, opacity .6s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .1s
}

.module-hero .hero__title span {
    padding: 0 4px;
    line-height: 1em;
    display: inline-block
}

.module-hero .hero__title.-color-headline-white h1 {
    color: #d50c1f
}

.module-hero .hero__title.-color-headline-white h1 span {
    color: #fff;
    background-color: #d50c1f
}

.module-hero .hero__title.-color-headline-white h3 {
    color: #1f2126
}

.module-hero .hero__title.-color-headline-white h3 span {
    color: #fff;
    background-color: #1f2126
}

@media (min-width: 64em) {
    .module-hero .hero__title.-color-headline-white h1 {
        color: #fff
    }

    .module-hero .hero__title.-color-headline-white h1 span {
        color: #d50c1f;
        background-color: #fff
    }

    .module-hero .hero__title.-color-headline-white h3 {
        color: hsla(0, 0%, 100%, .8)
    }

    .module-hero .hero__title.-color-headline-white h3 span {
        color: transparent;
        background-color: hsla(0, 0%, 100%, .8)
    }
}

.module-hero .hero__title.-color-headline-black span {
    color: #fff;
    background-color: #1f2126
}

.module-hero .hero__title.-color-headline-red h1 {
    color: #d50c1f
}

.module-hero .hero__title.-color-headline-red h1 span {
    color: #fff;
    background-color: #d50c1f
}

.module-hero .hero__title.-color-headline-red h3 {
    color: #1f2126
}

.module-hero .hero__title.-color-headline-red h3 span {
    color: #fff;
    background-color: #1f2126
}

.page.-dom-ready .module-hero .hero__title h1, .page.-dom-ready .module-hero .hero__title h3 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.module-hero .hero__link {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1) .2s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) .2s, opacity .6s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) .2s, opacity .6s cubic-bezier(.215, .61, .355, 1) .2s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .2s
}

.page.-dom-ready .module-hero .hero__link {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.module-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-card .cards__card {
    position: relative;
    border: 1px solid rgba(31, 33, 38, .25);
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08);
    transition: box-shadow .3s, -webkit-transform .3s;
    transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s, -webkit-transform .3s;
    width: 100%
}

.module-card .cards__card:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 3px 8px 0 0 rgba(31, 33, 38, .08)
}

@media (min-width: 40em) {
    .module-card .cards__card {
        width: 48.35613%
    }
}

@media (min-width: 40em) {
    .module-card.module-card.module-card--col-two .cards__card:first-child {
        margin-right: 3.28774%
    }

    .module-card.module-card.module-card--col-two .cards__card.content-item {
        margin-bottom: 0
    }
}

@media (min-width: 64em) {
    .module-card.module-card.module-card--col-two .cards__card {
        width: 48.35613%
    }
}

@media (min-width: 40em) {
    .module-card.module-card--col-three .cards__card:first-child {
        margin-right: 3.28774%
    }
}

@media (min-width: 64em) {
    .module-card.module-card--col-three .cards__card {
        width: 31.1415%;
        margin-right: 3.28774%
    }

    .module-card.module-card--col-three .cards__card:last-child {
        margin: 0
    }

    .module-card.module-card--col-three .cards__card.content-item {
        margin-bottom: 0
    }
}

.module-card .content__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden
}

.module-card .content__title .title__title {
    position: relative;
    padding: 1.44em 2.0736em;
    width: 100%;
    background-color: rgba(31, 33, 38, .25)
}

@media (min-width: 90em) {
    .module-card .content__title .title__title {
        padding: 1.5625em 2.44141em
    }
}

.module-card .content__title .title__title .beta, .module-card .content__title .title__title .epsilon {
    color: #fff
}

.no-cssfilters .module-card .content__title .title__title {
    background-color: rgba(31, 33, 38, .45)
}

.module-card .content__title .image__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.module-card.module-card--swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.module-card.module-card--swiper .swiper-container {
    overflow: visible;
    width: 100%;
    margin-left: 0
}

@media (min-width: 40em) {
    .module-card.module-card--swiper .swiper-container {
        width: 48.35613%
    }
}

@media (min-width: 64em) {
    .module-card.module-card--swiper .swiper-container {
        width: 100%
    }
}

.module-card.module-card--swiper .swiper-container .cards__card {
    width: 100%
}

.module-card.module-card--swiper .swiper-container .cards__card:hover {
    -webkit-transform: none;
    transform: none;
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08)
}

.module-card.module-card--swiper.module-card--col-two .swiper-container .cards__card:first-child {
    margin-right: 3.28774%
}

@media (min-width: 40em) {
    .module-card.module-card--swiper.module-card--col-two .swiper-container .cards__card:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        box-shadow: 3px 8px 0 0 rgba(31, 33, 38, .08)
    }
}

@media (min-width: 64em) {
    .module-card.module-card--swiper.module-card--col-two .swiper-container .cards__card {
        width: 48.35613%
    }
}

.module-card.module-card--swiper.module-card--col-three .swiper-container .cards__card {
    margin-right: 3.28774%
}

.module-card.module-card--swiper.module-card--col-three .swiper-container .cards__card:last-child {
    margin: 0
}

@media (min-width: 64em) {
    .module-card.module-card--swiper.module-card--col-three .swiper-container .cards__card {
        width: 31.1415%
    }

    .module-card.module-card--swiper.module-card--col-three .swiper-container .cards__card:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        box-shadow: 3px 8px 0 0 rgba(31, 33, 38, .08)
    }
}

.module-card.module-card--swiper .swiper-pagination {
    position: relative;
    margin-top: 1.728em
}

@media (min-width: 90em) {
    .module-card.module-card--swiper .swiper-pagination {
        margin-top: 1.95312em
    }
}

@media (min-width: 40em) {
    .module-card.module-card--swiper.module-card--col-two .swiper-pagination {
        display: none
    }
}

@media (min-width: 64em) {
    .module-card.module-card--swiper.module-card--col-three:not(.-no-destroy) .swiper-pagination {
        display: none
    }
}

.module-card.module-card--swiper .swiper-pagination-bullet {
    margin: 0 4px;
    background-color: rgba(31, 33, 38, .6);
    opacity: .5
}

.module-card.module-card--swiper .swiper-pagination-bullet-active {
    background-color: #d50c1f;
    opacity: 1
}

.module-card.module-card--swiper .swiper-pagination-bullet {
    position: relative;
    z-index: 5;
    transition: background-color .25s linear
}

.module-card.module-card--swiper .swiper-pagination-bullet:first-child .transition-background-prev, .module-card.module-card--swiper .swiper-pagination-bullet:last-child .transition-background-next {
    display: none
}

.module-card.module-card--swiper .swiper-pagination-bullet.-plop {
    background-color: transparent
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-next {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 0;
    background-color: rgba(213, 12, 31, .5);
    z-index: 1;
    border-radius: 4px
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-next.-act {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    left: 0
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-next.-act.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-next.-change {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    left: 8px
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-next.-change.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-prev {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 0;
    background-color: rgba(213, 12, 31, .5);
    z-index: 1;
    border-radius: 4px
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-prev.-act {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    right: 0
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-prev.-act.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-prev.-change {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    right: 8px
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-background-prev.-change.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #d50c1f;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-bullet.-fulfill-transition.-next {
    -webkit-transform: translate3d(16px, 0, 0) !important;
    transform: translate3d(16px, 0, 0) !important
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-bullet.-fulfill-transition.-act {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important
}

.module-card.module-card--swiper .swiper-pagination-bullet .transition-bullet.-fulfill-transition.-prev {
    -webkit-transform: translate3d(-16px, 0, 0) !important;
    transform: translate3d(-16px, 0, 0) !important
}

.module-card.module-card--swiper .gutter {
    margin-right: 0
}

@media (min-width: 40em) {
    .module-card.module-card--swiper .gutter {
        margin-right: 3.28774%
    }
}

.module-teaser {
    position: relative
}

.module-teaser .teaser_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.module-teaser .teaser_background--mobile {
    display: block
}

@media (min-width: 40em) {
    .module-teaser .teaser_background--mobile {
        display: none
    }
}

.module-teaser .teaser_background--tablet {
    display: none
}

@media (min-width: 40em) {
    .module-teaser .teaser_background--tablet {
        display: block
    }
}

@media (min-width: 64em) {
    .module-teaser .teaser_background--tablet {
        display: none
    }
}

.module-teaser .teaser_background--desktop {
    display: none
}

@media (min-width: 64em) {
    .module-teaser .teaser_background--desktop {
        display: block
    }
}

.module-teaser .teaser__content {
    position: relative;
    z-index: 10
}

.module-teaser .content__wrap {
    padding: 3.58318em 0
}

@media (min-width: 90em) {
    .module-teaser .content__wrap {
        padding: 4.76837em 0
    }
}

@media (min-width: 105em) {
    .module-teaser .content__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 105em) {
    .-max-width-limited .module-teaser .content__wrap {
        max-width: 78%
    }
}

.module-teaser .content__content {
    width: 100%;
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .module-teaser .content__content {
        margin-bottom: 2.44141em
    }
}

.module-teaser .content__content .gamma {
    margin-bottom: 6.19174em;
    opacity: .75
}

@media (min-width: 90em) {
    .module-teaser .content__content .gamma {
        margin-bottom: 9.31323em
    }
}

@media (min-width: 64em) {
    .module-teaser .content__content {
        width: 50%
    }
}

@media (min-width: 105em) {
    .module-teaser .content__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 105em) {
    .module-teaser .content__link {
        width: 100%
    }
}

.module-teaser.-not-in-viewport .content__content .beta, .module-teaser.-not-in-viewport .content__content .gamma {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.module-teaser.-in-viewport .content__content .gamma {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) 0s, opacity .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) 0s, opacity .6s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.module-teaser.-in-viewport .content__content .beta {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) .1s, opacity .6s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) .1s, opacity .6s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .1s
}

.module-teaser.-not-in-viewport .content__link {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.module-teaser.-in-viewport .content__link {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1) .2s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) .2s, opacity .6s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) .2s, opacity .6s cubic-bezier(.215, .61, .355, 1) .2s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .2s
}

@-webkit-keyframes l {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes l {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.module-headline-paragraph a {
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1)
}

.module-headline-paragraph a:active, .module-headline-paragraph a:focus, .module-headline-paragraph a:hover {
    color: #d50c1f
}

.module-keyfacts .keyfacts__facts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 1em 0
}

@media (min-width: 90em) {
    .module-keyfacts .keyfacts__facts {
        padding: 1em 0
    }
}

@media (min-width: 64em) {
    .module-keyfacts .keyfacts__facts {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.module-keyfacts .keyfacts__facts .facts__fact {
    display: block;
    width: 48.35613%;
    margin: 1em 0
}

@media (min-width: 64em) {
    .module-keyfacts .keyfacts__facts .facts__fact {
        margin: 0
    }
}

@media (min-width: 90em) {
    .module-keyfacts .keyfacts__facts .facts__fact {
        margin: 0
    }
}

@media (min-width: 40em) {
    .module-keyfacts .keyfacts__facts .facts__fact {
        width: 31.1415%
    }
}

@media (min-width: 64em) {
    .module-keyfacts .keyfacts__facts .facts__fact {
        width: auto
    }
}

.module-keyfacts .keyfacts__facts .facts__fact .fact__value {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.module-keyfacts .keyfacts__facts .facts__fact .fact__value span {
    line-height: 1;
    color: #d50c1f;
    font-size: 2.48832em;
    font-weight: 700
}

@media (min-width: 40em) {
    .module-keyfacts .keyfacts__facts .facts__fact .fact__value span {
        font-size: 3.58318em
    }
}

@media (min-width: 90em) {
    .module-keyfacts .keyfacts__facts .facts__fact .fact__value span {
        font-size: 4.76837em
    }
}

.module-keyfacts .keyfacts__facts .facts__fact .fact__label {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.module-keyfacts .keyfacts__facts .facts__fact .fact__label span {
    font-size: 1.2em;
    font-weight: 700;
    color: rgba(31, 33, 38, .5)
}

@media (min-width: 90em) {
    .module-keyfacts .keyfacts__facts .facts__fact .fact__label span {
        font-size: 1.25em
    }
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact .fact__label {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact .fact__label, .module-keyfacts.-in-viewport .keyfacts__facts .facts__fact .fact__value {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1)
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact .fact__value {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--1 .fact__label {
    transition-delay: .2s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--1 .fact__value {
    transition-delay: 1s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--2 .fact__label {
    transition-delay: .4s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--2 .fact__value {
    transition-delay: 1.2s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--3 .fact__label {
    transition-delay: .6s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--3 .fact__value {
    transition-delay: 1.4s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--4 .fact__label {
    transition-delay: .8s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--4 .fact__value {
    transition-delay: 1.6s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--5 .fact__label {
    transition-delay: 1s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--5 .fact__value {
    transition-delay: 1.8s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--6 .fact__label {
    transition-delay: 1.2s
}

.module-keyfacts.-in-viewport .keyfacts__facts .facts__fact.facts__fact--6 .fact__value {
    transition-delay: 2s
}

.module-keyfacts.-in-viewport .keyfacts__facts .separator {
    width: 1px;
    height: auto;
    background-color: #d9e1e8;
    margin: 1em 0
}

@media (min-width: 64em) {
    .module-keyfacts.-in-viewport .keyfacts__facts .separator {
        margin: 0
    }
}

@media (min-width: 90em) {
    .module-keyfacts.-in-viewport .keyfacts__facts .separator {
        margin: 0
    }
}

.module-keyfacts.-in-viewport .keyfacts__facts .separator.separator--hide-break-0 {
    display: none
}

@media (min-width: 40em) {
    .module-keyfacts.-in-viewport .keyfacts__facts .separator.separator--hide-break-0 {
        display: block
    }
}

.module-keyfacts.-in-viewport .keyfacts__facts .separator.separator--hide-break-1 {
    display: block
}

@media (min-width: 40em) {
    .module-keyfacts.-in-viewport .keyfacts__facts .separator.separator--hide-break-1 {
        display: none
    }
}

@media (min-width: 64em) {
    .module-keyfacts.-in-viewport .keyfacts__facts .separator.separator--hide-break-1 {
        display: block
    }
}

.module-image img {
    border-radius: 3px;
    width: 100%
}

.module-image .image__caption {
    font-size: .83333em;
    margin-top: 1em
}

@media (min-width: 90em) {
    .module-image .image__caption {
        font-size: .8em;
        margin-top: 1em
    }
}

.module-anchor-nav .nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: -1em
}

@media (min-width: 90em) {
    .module-anchor-nav .nav-wrap {
        margin-bottom: -1em
    }
}

.module-anchor-nav .nav__link {
    margin: 0 1.728em 1em 0
}

@media (min-width: 90em) {
    .module-anchor-nav .nav__link {
        margin: 0 1.95312em 1em 0
    }
}

.module-anchor-nav .nav__link a {
    font-family: Open Sans Condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.module-product-teaser .teaser__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3.58318em 0
}

@media (min-width: 90em) {
    .module-product-teaser .teaser__product {
        padding: 4.76837em 0
    }
}

@media (min-width: 40em) {
    .module-product-teaser .teaser__product {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.module-product-teaser .product__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .module-product-teaser .product__image {
        margin-bottom: 2.44141em
    }
}

.module-product-teaser .product__image img {
    z-index: 2
}

.module-product-teaser .product__image:before {
    content: "";
    position: absolute;
    top: -3.8147em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: calc(50% + 3.8147em);
    width: 1px;
    background-color: #d9e1e8;
    z-index: 1
}

@media (min-width: 40em) {
    .module-product-teaser .product__image {
        width: 31.1415%;
        margin-bottom: 0
    }
}

@media (min-width: 40em) and (min-width: 90em) {
    .module-product-teaser .product__image {
        margin-bottom: 0
    }
}

@media (min-width: 40em) {
    .module-product-teaser .product__image:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: calc(50% + 3.8147em);
        width: 1px;
        background-color: #d9e1e8;
        z-index: 1
    }
}

@media (min-width: 90em) {
    .module-product-teaser .product__image:before {
        top: -4.76837em;
        height: calc(50% + 4.76837em)
    }

    .module-product-teaser .product__image:after {
        height: calc(50% + 4.76837em)
    }
}

.module-product-teaser .teaser__product:first-child .product__image:before, .module-product-teaser .teaser__product:last-child .product__image:after {
    display: none
}

.module-product-teaser .product__content {
    width: 100%
}

@media (min-width: 40em) {
    .module-product-teaser .product__content {
        width: 65.57075%
    }
}

.module-product-teaser .product__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.module-product-teaser .product__content ul > li {
    width: 48.35613%
}

.module-product-teaser .content__headline {
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .module-product-teaser .content__headline {
        margin-bottom: 2.44141em
    }
}

.module-product-teaser .content__content {
    margin-bottom: 2.48832em
}

@media (min-width: 90em) {
    .module-product-teaser .content__content {
        margin-bottom: 3.05176em
    }
}

.-bg-black .module-product-teaser .product__image img {
    background-color: #000
}

.-bg-white .module-product-teaser .product__image img {
    background-color: #fff
}

.-bg-alpha .module-product-teaser .product__image img {
    background-color: #d50c1f
}

.-bg-grey-light .module-product-teaser .product__image img {
    background-color: #f7f7f8
}

.-bg-grey-medium .module-product-teaser .product__image img {
    background-color: #d9e1e8
}

.-bg-grey-dark .module-product-teaser .product__image img {
    background-color: #1f2126
}

.-bg-pattern .module-product-teaser .product__image img {
    background-color: rgba(31, 33, 38, .05)
}

.module-faq .faq__item {
    background-color: #fff;
    border: 1px solid rgba(31, 33, 38, .25);
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08);
    margin-bottom: 1.44em
}

@media (min-width: 90em) {
    .module-faq .faq__item {
        margin-bottom: 1.5625em
    }
}

.module-faq .faq__item:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    .module-faq .faq__item:last-child {
        margin-bottom: 0
    }
}

.module-faq .faq__item:not(.-opened):hover {
    -webkit-animation: m;
    animation: m;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.module-faq .faq__item:not(.-opened):hover .item__title h3 {
    color: #d50c1f
}

.module-faq .item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2em 1.44em;
    cursor: pointer
}

@media (min-width: 90em) {
    .module-faq .item__title {
        padding: 1.25em 1.5625em
    }
}

.module-faq .item__title:after {
    color: #d50c1f;
    margin-left: 1em;
    transition: all .35s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .module-faq .item__title:after {
        margin-left: 1em
    }
}

.module-faq .item__title h3 {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #1f2126;
    transition: all .35s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .module-faq .item__title h3 {
        font-size: 1em
    }
}

.module-faq .faq__item.-opened .item__title {
    background-color: #d50c1f
}

.module-faq .faq__item.-opened .item__title:after {
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.module-faq .faq__item.-opened .item__title h3 {
    color: #fff
}

.module-faq .item__bodytext {
    padding: 0 1.44em;
    border-top: 1px solid rgba(31, 33, 38, .25);
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .module-faq .item__bodytext {
        padding: 0 1.5625em
    }
}

.module-faq .faq__item.-opened .item__bodytext {
    height: auto;
    padding: 1.44em 1.44em 2.48832em;
    opacity: 1
}

@media (min-width: 90em) {
    .module-faq .faq__item.-opened .item__bodytext {
        padding: 1.5625em 1.5625em 3.05176em
    }
}

@-webkit-keyframes m {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    10% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
    90% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes m {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    10% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
    90% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.module-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.module-testimonial .testimonial__title {
    width: 100%;
    margin-bottom: .5787em
}

@media (min-width: 64em) {
    .module-testimonial .testimonial__title {
        margin-bottom: 0
    }
}

@media (min-width: 90em) {
    .module-testimonial .testimonial__title {
        margin-bottom: 0
    }
}

@media (min-width: 64em) {
    .module-testimonial .testimonial__title {
        width: 39.74882%
    }
}

.module-testimonial .testimonial__wrap {
    width: 100%
}

@media (min-width: 64em) {
    .module-testimonial .testimonial__wrap {
        width: 56.96344%
    }
}

.module-testimonial .testimonial__text {
    margin-bottom: 1.728em
}

@media (min-width: 90em) {
    .module-testimonial .testimonial__text {
        margin-bottom: 1.95312em
    }
}

.module-testimonial .meta__author span {
    font-size: .83333em;
    font-weight: 700
}

@media (min-width: 90em) {
    .module-testimonial .meta__author span {
        font-size: .8em
    }
}

.module-testimonial .meta__occupation span {
    font-size: .83333em
}

@media (min-width: 90em) {
    .module-testimonial .meta__occupation span {
        font-size: .8em
    }
}

.module-stock-quotes {
    background-color: #fff;
    border: 1px solid rgba(31, 33, 38, .25);
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08)
}

.module-stock-quotes .quotes__quote {
    padding: 1.728em
}

@media (min-width: 90em) {
    .module-stock-quotes .quotes__quote {
        padding: 1.95312em
    }
}

.module-stock-quotes .quote__date {
    margin-bottom: .83333em
}

@media (min-width: 90em) {
    .module-stock-quotes .quote__date {
        margin-bottom: .8em
    }
}

.module-stock-quotes .quote__date span {
    font-family: Open Sans Condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: #1f2126
}

@media (min-width: 90em) {
    .module-stock-quotes .quote__date span {
        font-size: 1em
    }
}

.module-stock-quotes .quote__val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .48225em
}

@media (min-width: 90em) {
    .module-stock-quotes .quote__val {
        margin-bottom: .4096em
    }
}

.module-stock-quotes .quote__val span {
    font-family: Open Sans Condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.0736em;
    font-weight: 700;
    line-height: 1.2;
    color: #d50c1f
}

@media (min-width: 90em) {
    .module-stock-quotes .quote__val span {
        font-size: 2.44141em
    }
}

.module-stock-quotes .quote__val span.diff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px
}

.module-stock-quotes .quote__val span.diff svg {
    display: block;
    width: 23px;
    height: 24px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.module-stock-quotes .quote__val span.diff svg path {
    fill: #d9e1e8
}

.module-stock-quotes .quote__val span.diff.diff__positive svg {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.module-stock-quotes .quote__val span.diff.diff__positive svg path {
    fill: #00c800
}

.module-stock-quotes .quote__val span.diff.diff__negative svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.module-stock-quotes .quote__val span.diff.diff__negative svg path {
    fill: #d50c1f
}

.module-stock-quotes .quote__diff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.module-stock-quotes .quote__diff .diff__eur {
    margin-right: 1em
}

@media (min-width: 90em) {
    .module-stock-quotes .quote__diff .diff__eur {
        margin-right: 1em
    }
}

.module-stock-quotes .quote__diff .diff__eur span, .module-stock-quotes .quote__diff .diff__percent span {
    font-family: Open Sans Condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    color: #1f2126
}

@media (min-width: 90em) {
    .module-stock-quotes .quote__diff .diff__eur span, .module-stock-quotes .quote__diff .diff__percent span {
        font-size: 1.25em
    }
}

.module-stock-quotes .quotes__content {
    padding: 1.728em 1.728em 2.0736em;
    border-top: 1px solid rgba(31, 33, 38, .25)
}

@media (min-width: 90em) {
    .module-stock-quotes .quotes__content {
        padding: 1.95312em 1.95312em 2.44141em
    }
}

.module-stock-quotes .content__link {
    margin-top: 2.0736em
}

@media (min-width: 90em) {
    .module-stock-quotes .content__link {
        margin-top: 2.44141em
    }
}

.module-stock-quotes .content__link a:after {
    margin-left: .83333em
}

@media (min-width: 90em) {
    .module-stock-quotes .content__link a:after {
        margin-left: .8em
    }
}

.module-video {
    border-bottom: 1px solid rgba(31, 33, 38, .2)
}

.module-video.-full-size {
    border: none;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

.module-video.-full-size iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.module-video h2, .module-video h3 {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto
}

.module-video .cards__card {
    cursor: pointer
}

.module-video .card__video {
    opacity: 0;
    position: absolute;
    z-index: -99
}

.module-video .card__iframe {
    position: relative
}

.module-video .card__iframe:before {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAABgCAYAAADGrTq9AAAIW0lEQVR4Ae1dD2xVVx0+ZpnJtmjUxJlM3v3d896j1bU0C49Mqs7azQzdKiiuGTB1rphCZMN1rDAyYchgjinoajJjOx0uXTImU9FS5sq6VS3YlhbaUhEBSaFC0yCMMUpL23f9/Xi3eN/r6+ufMgb3fF/y5Zz7znv33fO9r+eeP79zqy4XHMf5QFZW1g2hUOhGrTUx023bvoWIspm3B4N0t9bWPZy/j1nAZQtt21rMby3m48eJAqv5+GnOryeySmybnuO0jF97gdNyTjfxe17l9A98XMHl2zj/Ouff4PybnP8L5//G79nJx3/n43o+bmA2MncnYZNb1iDvlc/IZ+Ucci45p5xbvkO+i/N/ku92r+FluSb32srcay2Ra5c6SF2kTlI3qaNtB7iu9gNu3b/BvIuZK9qIRqJVMBi0wuHwxyORyPXqagJf9CSuwBe4InO5sg8TkfyQP2URno/9aNZWEdT7Q4ATZiNrWuNq+7KrtWi+OmY4e47WgdvS0wM3qcsNdvC1fAE5fCFPyV/QlS0kGGtF6UnmZ/Pz869R7xUyMjI+yMa4V74Qwl+tlBbHnnXJjcL9hky5v0Jgf1BuS+FwIKQuBdhx9/uy/wCT1GmtZ05o1EFESyCmv6m19e3xthxFZogEygh0rOb4slEigbtCISsy2nmND8u8hXEigRUyhaFGAhE9aqxI6I98U6VCenr6h2RK2ViRwKqUcyRENNtsgUBe8vl8is6ptdF4kcBnVDLICivEAWXlWroayYa2CyEQGCPNVongghdjhSBIP1FeSCAP1ls8xG2mRpZavLeXz0AYMJ6kvcPbAgiSQAx387zD26e8hSBo24EizH+AKUg/9hiEtkGQBKKj+htPYJDVAFHiCVKlEliW9VGIASabUR2M/whBkGQEZcodcyDgsLQZijnDbxXLzMxoXrHiB+22TRM6D0hTxSBz/FaxadMiLQ7jwIED59auXdMx3vOAlOuu4vrTIIK+vj6nubm5d+XKFTDKmElfl0mypX41iBenTp1yGhsbzz/ySFH7qM+FPsh3FBGtMcEggv7+fufw4cNOXV1db2Fh4SGYYMSh7mLFmRITDOLF6dOnndbW1mhtbW3PnDn3/gtmGLYFWS4tyK9MM4hgYGDAaW9vd5qamqI1NW915+Xl7YMp4imLuEp2eptmEC/OnDnj7N2794JRqqqq3s3NzWmDOS4a5FkxyB9NNoggGo06HR0d0ol1du/eHa2oqHhn+vRbWwkmKVWyWcZkg3hx9uxZp62tzdm1a9cFo2zevPntrKwpzQYb5EUl+3BhkPjW5NixYxdaEzHKnj17oi+9VP7ftLTJJt5iXlGy1RIGGYru7m5n3759YpKLLUppaWmX1rZJBtmiJAODDI/Ozk7pwA4aRVqUgQ0b1h83wySBShhkFOjp6XH2798vBhmkmKZ/9eofdvi8BfkzDDIGdHV1ya1GDOJlX3Hxo36dvq+CQcaI3t5eWSUWY8Sxvr7+/IIFhf/2l5ZUDYOMEydOnJD+iNckMvKJ7tixo2fevHkH/HGLoTdhkAlAQgkOHTok5hhilJqamnOzZs38p8EGgUE8oQQSczLEKDJ9v3171dk77ri9zWCDwCDeUAKvQbxzKI89tqzdYIPAIN5QgpaWlovmaGhoOP/QQ4sOowWBQbyhBHJ76UlsNWAQGEQW+96dP78Ao5h4wiAHDx7sXrz4wfgwRhgEBjl69Oi5ZcuWxvcxYBAYpLPzeO+qVU+0x63uwiAwyMmTJ8+vW/f00cmTw3v8pBmm2ic+fO0rKXn2Pzff/CkDjIHFurGEIfaXlf3y+JQpmc0GRpS9BoMMHwMyUF5e3hmJTG0xNyY1UImQw6ELcAMcrNyVnT29lbDtYQuClv8/+xmtrKw8kZOTs/fiuWCQTYqw7SFaXV19csaMO/8BUwx9kJ3RG6c4uOdtjtnAlsvhWWri1ksJ6HmHN23vhwFGbEF+ZtTmbVlIKyh4YNQLaSCtVUSBn/vdILKQtmjR98a+kIYWZLkSl/jVIEeOHDlXXLxknAtpoNb0oPRBlvnxKYf8TLKJL6ThATL3p3qIHQiDfC3FYzBBkHJT/Z9+EC3ILUprfWuyQhBkb9CID/MH8TD/jyQpBDEHUpfqHwqB4FY1CAkMSSgE0YJs9P5TwxcgCpjAZ5SLZM9rB9GCfF8NQqZUIQoYT7pLDSIYDE7zFoIge8JSg8jOzr7OM5IBwWrlQWJHFUT/40cqEVrTd6UQBLW2vqoSwdOqNxFBHDCwMxKJXK+SgQufN10gkJ5Uw0HrwEyzxQFldV8NB2lapIkxVRyQKmVtTqWCBKoaKxA6p/eokZCVlXWDjINNEwekV/Pz869Ro4Ft2zlGiYN5j/pw2MpQYwF/aIExIiH2dJYaD4hovq/FARsvbG2YCIJBuptPVOs7ccC/sjm+qC4FtNafkJ3evhEHfY5fyG+qLjVCoUCmRBpdtSu/YLnWgdvUew0Jhyeir7ATV8qXXrHPOQOb5PkvzIe11unq/YKMn4lIy/CYOZcvaKnb0pRx/hWZoZN7HrNp4pXGkJTTNzjdwmm53C5Ea05X2nagSGvrW2yGO2XYKnE+6mrDpEmTrsvIyPhYWlraJ0OhUJiZKRFtoZD1OdkLKltBuYIzuaL5fHwfs4ArvlBmeLmsKGY+epzTVZyujYlDGzgt4fQ5Tks5/bU8X4vLRcBN/Npmfu337uO2tnL6GvP1mND0lmveWllm4OOdksqxvC6MvYeqOb9dPsfH29zz8I9Ev+P8b+Uv1f3BNsqip/vDlXD5es6v43QNp09wHZZzfonUh+tYKOGezLlENJuDuPKYX3K1mMr8tM1gjW6UVpuXQq5Vlxn/A/8Rbi0bmdSqAAAAAElFTkSuQmCC) no-repeat 50% 50%/contain;
    z-index: 10
}

.module-video .card__iframe:after, .module-video .card__iframe:before {
    content: "";
    display: block;
    position: absolute;
    width: 68px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -34px
}

.module-video .card__iframe:after {
    opacity: 0;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAABgCAYAAADGrTq9AAAIqElEQVR4Ae1dC3AVVxk+Tqc6o+1YR8fZszfs2U1SQomC09A6FuswqK0yYulUFBRqqVJaK0rfrU5tR0exZWinjgyOD+1D7aOiVhinBduKUCCdPbv3JvfmQQhpSqAhPGKgeUAev/9/cxdzb3IveaQUdv9v5uPs7jn3z9mf757dc85/zhVnCgDwnrqysgu9KWWmX1R8sR+zP+Gb1mzXdK7SUl2rpbVES3sFcpVr2vdq037QldZqvP4opuu1Yf1BG+ppLLsB0414/UXXUK9g3jbXsCpdqXxMk5jWYdqIaTN+Zj+WacUyh7D8UTzuwGtv43kX2unB85NYtg+vDWAKQ4nX+imPylBZ+gx9lmyQLbJJtvG4hf4Wlt1DfztTB4/qRHWjOlJdqc6Zuj9N90L3lLm31Xj+gGda97jS/j5euwnLfQN9sMA3nc/7prrCizkzdVFJqauUTJWXXyDOJVRZVrGOWV/CG1ypDfsh17Qed6X1d3TMq4P/aWovOZScjQTmpLAPfXyEfEtizPj6bxnhrdam+q5vqHmedJQ403ArKs7XpjMfK/Qn+gad3Y5kpltRaT2hpX01LFx4nnin0FBa+j5U5q3UpLLjz1FSa27ayyZdKPEi5/LM8xVCQKZUnmdY08VkQJvqrlC+P7BIunXMvmFCvQ40sjbsjmKqO8bbcqxh50WD1AMVY4Fn2ovYcZFiryedz4x2XONDmXELiBSZjTgI915xOmipHmFnRZNa2reJQnCLiz9IQ8rsrKhSHSg4RqKltZydFG16hvpiocfLa+ykyA/NPytGAs2wsoOYNHPt2/ZFIhc0vU4FmEx61RguEEPtzBRgcivyFzEUFMjD8y3MgBRrQlMtIoAXsz6bVYDJNO1pIgCF+A3NZDI9aS0VASg6LLsAk7u76uH84x9MplTPD21BmnMKMLkF2XEqMEhLdSKnAJO7um9kXlCnfmSkAkweURWEuFVaPlIBJpOG3POOgTCZCdMpozmYr4WuD19yCexZeRu9iU/ADlNL50pBy/TCdmPx6TOBcDSZgrq7fzBeO0zTXpCZxQ2nQAi9vb3Q7LqQXHXnGO0wPVN9S7jSfizMAgnQ3t4OuysrofrbN4/SDlOb1t00ivpkFARC6Ovrg6amJqjZ/hpUL1pyOjtMaa0WtG9FVAQSoKOjA6qqqqDu31shMe+avHa4BVHrKFB5a9QEQujv74fm5mbQWkPdS1sgPudzw23xYNkfaR7Gi6JAAhw/fhySyWRaKPUbN4F32RX/t8UBzP8Q+E9DlAVCGBgYgJaWlrRIPM+D+uc3gPfxS4EFol4WtFgm6gIJ0NnZCalUClzXBR+FUvfkU6AvLo+yQHYKWofLAsluTQ4cOECtSVooCd+Hul/9BlyrNIoCSQhaaskCGY6uri6ora1Ni4RY5XlQu/ZRGl2M0vKH3YK2gGSB5Edrayu9l5wSSjUe1zz4k6i0IE2CDlgghdHT0wP19fUkkFNMImvuuCfsA2X7WCBjQFtbG/i+nyWUVOXrkLzpO6Fd7c8CGSNOnDgBDQ0NJI4s1u7YAdWLl4ZtoKyNBTJOHD58GOLx+HChbN0KVfOvDcsj5hALZAKgUILGxsZhIiHWbvkXJOZeFVmBsEByQgkSicQwkaTneTb9E/xPfjqyAmGB5IQSjNSaUDc5dcvKKAuEBZIbShCIo2bnLqi+/kZuQVgg2aEEe3ftgmRuq8ECYYEcdzXUf2Ux92KyyQLpTKagIfdRwgJhgXTvaYTGFbdm14EFwgLpeXMfNK26M3t2lwXCAjl58CA033c/6Ckl4RUGD7WPHb1HjsK+H/8MPGdq6IXBk3VjQN+xY7B/zSPglU6P4rqYNzlgKA/6u7rhrXXrwb9kRpRjUps45DBXGDidf/D3j0NixizgdTHWbg5azmCgrw8OPfMcVM361Ck7LBAVj/yyB4piP/LCRqiePWckW7yRXZQXTrVv3gKpuVcXtMULpyK49LJj23aoHcWibRaI9UJ0Fm8HE2nXLRq9LX4HeYreQTaFWiDBRNqSZWO3xY+YXwpSSVgF0t2wBxqX3zJ+W9yC/JRakF+EcZfDpu/dPvGJNN5A5q5Cm9gxeRO7G/Nug8lk+qZ9TYHf6WeyQKzZQsfU3JEymUz6qVzezJ+Zl/RT/aI2Nu3DwzKYTKm6C/ygEJOp9ooAFBiSlclkSrVdBHCltS2nAJMn6p4VAUbYr53J/LkIQEOqWZlMpqm+LgL4RfacoZlMpi4qKRUBEjNmfMA11MlMJpOn+Q+KAPyiyhxGqf4scqGl+iFlMpme4VwvcuHbth0somJGunv7dqq8/AIxElxDvRpxBzGl9YTIB9ewvxltBzFpdl/kAzUt1MSwoyIbg/oGzc2JQqBA1ag6iAVirxCnQ11Z2YXUD46cg7j1SMHCheeJ0UCbzvxI9WhYHD2eLJ4lxgL84I+i4SCmNu1lYjxwpX0fOzDU7EsvbZgItLSWuIY6xs4M3WOl3TOdL4vJQCJWWkQrvdmxIaG0NtP/qZhs+EbxZRRpdM7GsDIrfUPNE+80KBzeM+3FKJRf0x89a/c543mVflcqTxv2Q17MmSneLVD/2TXtadQ99kxrpSvtx7CCz7mGeoV+nJdG6PD4v1Thid84d0nRl62uVPWZL+dm8jV9WdHXD3tS3a5jzlep20pxPuJcg2tWvD9RUvLRhFJOYkrJx+JFzuUU0aal/QUU2QJaCqpj9g2etG/Ga6vw2r0orAdohFebak1afNJaj874HW1dkXnk/RXPN2ppvYjpy5j+B9MdmL6OjvTRgdWY1g5ut6X20v6feLx/0NHWYXphoxdxmmbA805K6ZxETXmZMm14/hbabEFbzWSHdgHE6zVovyqzU1MlptvTk57SemmwTmoD2nuG4n4x77faVOswXTs4Yq3up3BP+lKhreWetJZ6Ul1HvtDSudI11aUJ0ymLF02N+bZ9kVtRcb44w/gfEb7bjBAkTMYAAAAASUVORK5CYII=) no-repeat 50% 50%/contain;
    z-index: 15;
    transition: opacity .1s cubic-bezier(.215, .61, .355, 1)
}

.module-video .card__iframe:hover:after {
    opacity: 1
}

.module-video .card__iframe img {
    display: block;
    border-radius: 3px
}

.module-video .content__title {
    margin-top: 1em
}

@media (min-width: 90em) {
    .module-video .content__title {
        margin-top: 1em
    }
}

.module-video .content__title .heading {
    font-weight: 700;
    transition: color .25s cubic-bezier(.215, .61, .355, 1)
}

.module-video .cards__card:hover .content__title .heading {
    color: #d50c1f
}

.module-video .swiper-container {
    overflow: visible
}

.module-hero-video {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 7vw;
    background-color: rgba(0, 0, 0, .85);
    z-index: 9999;
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1)
}

.module-hero-video.-hidden {
    height: 0;
    padding: 0;
    overflow: hidden
}

.module-hero-video.-visible {
    opacity: 1;
    padding: 7vw;
    z-index: 100000000
}

.module-hero-video .content__video, .module-hero-video .hero-video__content, .module-hero-video iframe {
    display: block;
    width: 100%;
    height: 100%
}

.module-hero-video .hero-video__content {
    position: relative;
    border-radius: 1px;
    box-shadow: 0 0 0 5px #fff
}

.module-hero-video .content__close {
    position: absolute;
    width: 38px;
    height: 38px;
    right: -19px;
    top: -19px;
    cursor: pointer;
    border-radius: 100%;
    border: 2px solid #d50c1f;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .6);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 999
}

.module-hero-video .content__close:hover {
    -webkit-transform: rotate(225deg) scale(1.2);
    transform: rotate(225deg) scale(1.2)
}

.module-hero-video .content__close:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 50%;
    left: 50%;
    top: 25%;
    margin-left: -1px;
    background-color: #d50c1f
}

.module-hero-video .content__close:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    left: 25%;
    top: 50%;
    margin-top: -1px;
    background-color: #d50c1f
}

.module-video .swiper-pagination-bullet {
    position: relative;
    z-index: 5;
    transition: background-color .25s linear
}

.module-video .swiper-pagination-bullet:first-child .transition-background-prev, .module-video .swiper-pagination-bullet:last-child .transition-background-next {
    display: none
}

.module-video .swiper-pagination-bullet.-plop {
    background-color: transparent
}

.module-video .swiper-pagination-bullet .transition-background-next {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 0;
    background-color: rgba(213, 12, 31, .5);
    z-index: 1;
    border-radius: 4px
}

.module-video .swiper-pagination-bullet .transition-background-next.-act {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    left: 0
}

.module-video .swiper-pagination-bullet .transition-background-next.-act.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0
}

.module-video .swiper-pagination-bullet .transition-background-next.-change {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    left: 8px
}

.module-video .swiper-pagination-bullet .transition-background-next.-change.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0
}

.module-video .swiper-pagination-bullet .transition-background-prev {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 0;
    background-color: rgba(213, 12, 31, .5);
    z-index: 1;
    border-radius: 4px
}

.module-video .swiper-pagination-bullet .transition-background-prev.-act {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    right: 0
}

.module-video .swiper-pagination-bullet .transition-background-prev.-act.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0
}

.module-video .swiper-pagination-bullet .transition-background-prev.-change {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    right: 8px
}

.module-video .swiper-pagination-bullet .transition-background-prev.-change.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0
}

.module-video .swiper-pagination-bullet .transition-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #d50c1f;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear
}

.module-video .swiper-pagination-bullet .transition-bullet.-fulfill-transition.-next {
    -webkit-transform: translate3d(16px, 0, 0) !important;
    transform: translate3d(16px, 0, 0) !important
}

.module-video .swiper-pagination-bullet .transition-bullet.-fulfill-transition.-act {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important
}

.module-video .swiper-pagination-bullet .transition-bullet.-fulfill-transition.-prev {
    -webkit-transform: translate3d(-16px, 0, 0) !important;
    transform: translate3d(-16px, 0, 0) !important
}

.module-quote {
    padding: 2.48832em 0
}

@media (min-width: 90em) {
    .module-quote {
        padding: 3.05176em 0
    }
}

.module-quote .quote__quote {
    position: relative;
    padding-top: 1.44em;
    margin-bottom: 1.728em
}

@media (min-width: 90em) {
    .module-quote .quote__quote {
        padding-top: 1.5625em;
        margin-bottom: 1.95312em
    }
}

.module-quote .quote__quote:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 63px;
    height: 8px;
    background-color: #d50c1f
}

.module-quote .quote__quote span {
    font-family: Amatic SC, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #d50c1f;
    font-size: 2.48832em;
    line-height: 1.2
}

@media (min-width: 90em) {
    .module-quote .quote__quote span {
        font-size: 3.05176em
    }
}

.module-quote .quote__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.module-quote .quote__meta .meta__author {
    font-weight: 700
}

.module-quote .quote__meta .meta__occupation {
    font-size: .83333em
}

@media (min-width: 90em) {
    .module-quote .quote__meta .meta__occupation {
        font-size: .8em
    }
}

.module-promotion {
    position: relative
}

.module-promotion .promotion__headline {
    margin-bottom: .48225em
}

@media (min-width: 90em) {
    .module-promotion .promotion__headline {
        margin-bottom: .4096em
    }
}

.module-promotion a:hover .promotion__content h3 {
    color: #d50c1f
}

.module-promotion .promotion__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.module-promotion .promotion__image img {
    max-height: 201px;
    margin: 0
}

.module-promotion .promotion__content p {
    margin: 0;
    color: rgba(31, 33, 38, .6)
}

.module-promotion .promotion__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1em
}

@media (min-width: 90em) {
    .module-promotion .promotion__link {
        margin-top: 1em
    }
}

.module-promotion .promotion__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.module-promotion .swiper-pagination-bullet {
    position: relative;
    z-index: 5;
    transition: background-color .25s linear
}

.module-promotion .swiper-pagination-bullet:first-child .transition-background-prev, .module-promotion .swiper-pagination-bullet:last-child .transition-background-next {
    display: none
}

.module-promotion .swiper-pagination-bullet.-plop {
    background-color: transparent
}

.module-promotion .swiper-pagination-bullet .transition-background-next {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 0;
    background-color: rgba(213, 12, 31, .5);
    z-index: 1;
    border-radius: 4px
}

.module-promotion .swiper-pagination-bullet .transition-background-next.-act {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    left: 0
}

.module-promotion .swiper-pagination-bullet .transition-background-next.-act.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0
}

.module-promotion .swiper-pagination-bullet .transition-background-next.-change {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    left: 8px
}

.module-promotion .swiper-pagination-bullet .transition-background-next.-change.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0
}

.module-promotion .swiper-pagination-bullet .transition-background-prev {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 0;
    background-color: rgba(213, 12, 31, .5);
    z-index: 1;
    border-radius: 4px
}

.module-promotion .swiper-pagination-bullet .transition-background-prev.-act {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    right: 0
}

.module-promotion .swiper-pagination-bullet .transition-background-prev.-act.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0
}

.module-promotion .swiper-pagination-bullet .transition-background-prev.-change {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    right: 8px
}

.module-promotion .swiper-pagination-bullet .transition-background-prev.-change.animation {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0
}

.module-promotion .swiper-pagination-bullet .transition-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #d50c1f;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear
}

.module-promotion .swiper-pagination-bullet .transition-bullet.-fulfill-transition.-next {
    -webkit-transform: translate3d(16px, 0, 0) !important;
    transform: translate3d(16px, 0, 0) !important
}

.module-promotion .swiper-pagination-bullet .transition-bullet.-fulfill-transition.-act {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important
}

.module-promotion .swiper-pagination-bullet .transition-bullet.-fulfill-transition.-prev {
    -webkit-transform: translate3d(-16px, 0, 0) !important;
    transform: translate3d(-16px, 0, 0) !important
}

.module-promotion.module-promotion--more-col .promotion__slider {
    padding: 2.0736em;
    background-color: #fff;
    border: 1px solid rgba(31, 33, 38, .25);
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08)
}

@media (min-width: 90em) {
    .module-promotion.module-promotion--more-col .promotion__slider {
        padding: 2.44141em
    }
}

.module-promotion.module-promotion--more-col .swiper-container {
    width: 100%
}

.module-promotion.module-promotion--more-col .swiper-container, .module-promotion.module-promotion--more-col .swiper-wrapper {
    height: auto
}

.module-promotion.module-promotion--more-col .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 31.1415%;
    height: auto
}

.module-promotion.module-promotion--more-col .slide_wrap {
    width: 100%
}

.module-promotion.module-promotion--more-col .promotion__image {
    margin-bottom: 1em
}

@media (min-width: 90em) {
    .module-promotion.module-promotion--more-col .promotion__image {
        margin-bottom: 1em
    }
}

.module-promotion.module-promotion--more-col .promotion__content h3 {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: .83333em;
    color: rgba(31, 33, 38, .6)
}

@media (min-width: 90em) {
    .module-promotion.module-promotion--more-col .promotion__content h3 {
        font-size: .8em
    }
}

.module-promotion.module-promotion--more-col .promotion__content p {
    font-size: .83333em
}

@media (min-width: 90em) {
    .module-promotion.module-promotion--more-col .promotion__content p {
        font-size: .8em
    }
}

.module-promotion.module-promotion--more-col .promotion__link {
    width: 100%;
    font-size: .83333em;
    margin-top: 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width: 90em) {
    .module-promotion.module-promotion--more-col .promotion__link {
        font-size: .8em;
        margin-top: 1em
    }
}

.module-promotion.module-promotion--more-col .swiper-button-prev {
    left: calc(2.44141em - 17px)
}

.module-promotion.module-promotion--more-col .swiper-button-next {
    right: calc(2.44141em - 17px)
}

.swiper-button-next, .swiper-button-prev {
    margin-top: -75px
}

.swiper-button-next:after, .swiper-button-prev:after {
    background-color: #fff
}

.module-promotion.module-promotion--content-api .promotion__image {
    position: relative;
    display: block;
    padding-bottom: 75%
}

.module-promotion.module-promotion--content-api .promotion__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.module-highlight-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.module-highlight-links, .module-highlight-links .highlight-links__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal
}

.module-highlight-links .highlight-links__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

.module-highlight-links .highlight-links__link:last-child {
    border: none
}

@media (min-width: 40em) {
    .module-highlight-links .highlight-links__link {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        border-right: 1px solid rgba(31, 33, 38, .25) !important
    }

    .module-highlight-links .highlight-links__link.content-item {
        margin-bottom: 0
    }
}

.module-highlight-links .highlight-links__link:hover .link__icon-wrapper:before {
    opacity: .5 !important;
}

.module-highlight-links .highlight-links__link:hover .link__icon-wrapper:after {
    width: 55px !important;
    height: 5px !important;
}

.module-highlight-links .highlight-links__link:hover .link__icon {
    -webkit-transform: scale(1.1) translateY(-6px) !important;
    transform: scale(1.1) translateY(-6px) !important;
}

.module-highlight-links .highlight-links__link:hover .link__title .delta {
    color: #d50c1f !important;
}

.module-highlight-links .highlight-links__link:hover .link__link a:before {
    opacity: 1 !important;
    width: 100% !important;
    left: 0 !important;
}

.module-highlight-links .highlight-links__link .link__link a {
    color: #d50c1f;
    font-weight: 400 !important;
}

.module-highlight-links .inner__wrap, .module-highlight-links .link__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.module-highlight-links .link__icon-wrapper {
    position: relative;
    margin-bottom: 1em
}

@media (min-width: 90em) {
    .module-highlight-links .link__icon-wrapper {
        margin-bottom: 1em
    }
}

.module-highlight-links .link__icon-wrapper:before {
    width: 39.5px;
    height: 3px;
    box-shadow: 0 10px 7px 0 rgba(0, 0, 0, .44) !important;
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1), box-shadow .3s cubic-bezier(.215, .61, .355, 1) !important
}

.module-highlight-links .link__icon-wrapper:after, .module-highlight-links .link__icon-wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
    transform: translate3d(-50%, 0, 0) !important;
    border-radius: 100%
}

.module-highlight-links .link__icon-wrapper:after {
    width: 69px;
    height: 4px;
    box-shadow: 0 10px 5px 0 rgba(31, 33, 38, .6);
    transition: width .3s cubic-bezier(.215, .61, .355, 1), height .3s cubic-bezier(.215, .61, .355, 1), box-shadow .3s cubic-bezier(.215, .61, .355, 1) !important
}

.module-highlight-links .link__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    z-index: 10;
    -webkit-transform: translateY(8px);
    transform: translateY(8px) !important;
    transition: -webkit-transform .3s !important;
    transition: transform .3s !important;
    transition: transform .3s, -webkit-transform .3s !important
}

.module-highlight-links .link__title {
    margin-bottom: 1em;
    text-align: center
}

@media (min-width: 90em) {
    .module-highlight-links .link__title {
        margin-bottom: 1em
    }
}

fieldset {
    border: 1px solid #d9e1e8;
    border-radius: 3px;
    margin: 0
}

input, label, select {
    display: inline
}

label {
    display: block;
    font-weight: 700;
    margin-bottom: .69444em
}

@media (min-width: 90em) {
    label {
        margin-bottom: .64em
    }
}

label.required:after {
    content: "*"
}

label abbr {
    display: none
}

.page__content .col-wrapper .col form {
    max-width: 600px
}

.page__content .col-wrapper .-centered form {
    margin: 0 auto
}

.page__content .col-wrapper .-centered form > div {
    text-align: left
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select[multiple=multiple], textarea {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    height: 100%
}

form .input {
    position: relative;
    padding: .83333em 1.2em;
    margin-bottom: 1.44em;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    border: 1px solid rgba(31, 33, 38, .5);
    box-shadow: 0 3px 0 0 rgba(31, 33, 38, .08);
    cursor: text;
    transition: border .35s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    form .input {
        padding: .8em 1.25em;
        margin-bottom: 1.5625em
    }
}

form .input:hover {
    border-color: rgba(31, 33, 38, .8)
}

form .input:focus {
    border-color: #d50c1f;
    box-shadow: #d9e1e8, 0 0 5px rgba(31, 33, 38, .7);
    outline: none
}

form .input.checkbox {
    padding: 0;
    border: 0 none;
    box-shadow: none;
    background-color: transparent
}

@media (min-width: 90em) {
    form .input.checkbox {
        padding: 0
    }
}

form .input.checkbox label {
    font-weight: 400
}

form .input .fake__input {
    position: relative
}

form .input .fake__input:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

form .input .select__select > select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

form .input.-error {
    border: 1px solid #d50c1f;
    background-color: rgba(213, 12, 31, .06);
    box-shadow: 0 3px 0 0 rgba(213, 12, 31, .06)
}

form .input.-error:after {
    position: absolute;
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d50c1f
}

@media (min-width: 90em) {
    form .input.-error:after {
        right: 1.25em
    }
}

textarea {
    resize: vertical
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

input[type=checkbox], input[type=radio] {
    display: inline
}

input[type=file] {
    width: 100%
}

select {
    max-width: 100%;
    width: auto
}

.form-check .form-check-label {
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer
}

.form-check .form-check-label:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    border: 1px solid #d9e1e8;
    border-radius: 2px;
    background-color: #fff
}

.form-check .form-check-label:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 5px;
    top: 5px;
    background-color: #d50c1f;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .2s cubic-bezier(.215, .61, .355, 1);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1), -webkit-transform .2s cubic-bezier(.215, .61, .355, 1)
}

.form-check .form-check-label.-checked:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.form-check .form-check-label input {
    opacity: 0;
    position: absolute;
    left: 2px;
    top: 2px
}

.form-check .form-check-label span {
    display: block;
    padding-left: 43px
}

.form-check .form-check-label span span {
    display: inline-block;
    padding: 0
}

.form-check .form-check-label span.form-check-label-hint {
    margin-top: 1.44em;
    font-weight: 700
}

@media (min-width: 90em) {
    .form-check .form-check-label span.form-check-label-hint {
        margin-top: 1.5625em
    }
}

.form-check .form-check-label a {
    color: #d50c1f;
    border-bottom: 2px solid #d50c1f
}

.no-touchevents .form-check .form-check-label:hover:after {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

@media (min-width: 40em) {
    form .form-group--row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.44em
    }
}

@media (min-width: 40em) and (min-width: 90em) {
    form .form-group--row {
        margin-bottom: 1.5625em
    }
}

@media (min-width: 40em) {
    form .form-group--row label {
        width: 31.1415%;
        margin-bottom: 0
    }

    form .form-group--row .input {
        width: 65.57075%;
        margin-bottom: 0
    }
}

form .form-row {
    margin-bottom: 3.58318em
}

@media (min-width: 90em) {
    form .form-row {
        margin-bottom: 4.76837em
    }
}

form .form-row:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    form .form-row:last-child {
        margin-bottom: 0
    }
}

form .form__headline, form .form__text {
    margin-bottom: 1.728em
}

@media (min-width: 90em) {
    form .form__headline, form .form__text {
        margin-bottom: 1.95312em
    }
}

form .form__actions {
    margin-top: -1.44em
}

@media (min-width: 90em) {
    form .form__actions {
        margin-top: -1.5625em
    }
}

input[type=submit] {
    background-color: #d50c1f;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.8;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

button {
    border-style: none
}

.tx_solr .col-wrapper.tx_solr_form_wrap, .tx_solr .col-wrapper.tx_solr_result_wrap {
    max-width: 78%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 40em) {
    .tx_solr .col-wrapper.tx_solr_form_wrap, .tx_solr .col-wrapper.tx_solr_result_wrap {
        max-width: 82%
    }
}

@media (min-width: 64em) {
    .tx_solr .col-wrapper.tx_solr_form_wrap, .tx_solr .col-wrapper.tx_solr_result_wrap {
        max-width: 86%
    }
}

@media (min-width: 90em) {
    .tx_solr .col-wrapper.tx_solr_form_wrap, .tx_solr .col-wrapper.tx_solr_result_wrap {
        max-width: 90%
    }
}

@media (min-width: 105em) {
    .tx_solr .col-wrapper.tx_solr_form_wrap, .tx_solr .col-wrapper.tx_solr_result_wrap {
        max-width: 94%
    }
}

.tx_solr .col-wrapper.tx_solr_result_wrap > .results__headline {
    width: 100%;
    float: left;
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .tx_solr .col-wrapper.tx_solr_result_wrap > .results__headline {
        width: 74.17806%;
        margin-right: 3.28774%
    }
}

.tx_solr .col-wrapper.tx_solr_result_wrap > .results__filter {
    width: 100%;
    float: right;
    margin-bottom: 2.0736em
}

@media (min-width: 64em) {
    .tx_solr .col-wrapper.tx_solr_result_wrap > .results__filter {
        margin-bottom: 0;
        width: 22.53419%
    }
}

.tx_solr .col-wrapper.tx_solr_result_wrap > .results__results {
    width: 100%;
    float: left
}

@media (min-width: 64em) {
    .tx_solr .col-wrapper.tx_solr_result_wrap > .results__results {
        width: 74.17806%;
        margin-right: 3.28774%
    }
}

.tx_solr .results-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.728em 0;
    border-bottom: 1px solid rgba(31, 33, 38, .25)
}

@media (min-width: 90em) {
    .tx_solr .results-entry {
        padding: 1.95312em 0
    }
}

.tx_solr .results-entry:first-child {
    padding: 0 0 1.728em
}

@media (min-width: 90em) {
    .tx_solr .results-entry:first-child {
        padding: 0 0 1.95312em
    }
}

.tx_solr .entry__teaser {
    width: 100%;
    margin-bottom: 1em
}

@media (min-width: 40em) {
    .tx_solr .entry__teaser {
        margin-bottom: 0
    }
}

@media (min-width: 90em) {
    .tx_solr .entry__teaser {
        margin-bottom: 0
    }
}

.tx_solr .entry__teaser .results-topic {
    display: inline-block;
    transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.tx_solr .entry__teaser .teaser__content {
    color: rgba(31, 33, 38, .6)
}

@media (min-width: 40em) {
    .tx_solr .entry__teaser {
        width: 65.57075%
    }
}

.tx_solr .results-entry:hover .results-topic {
    color: #d50c1f
}

.tx_solr .entry__image {
    width: 100%
}

@media (min-width: 40em) {
    .tx_solr .entry__image {
        width: 31.1415%
    }
}

.tx_solr .solr-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.0736em
}

@media (min-width: 90em) {
    .tx_solr .solr-pagination {
        margin-top: 2.44141em
    }
}

.tx_solr .solr-pagination .next, .tx_solr .solr-pagination .prev {
    background-color: #d50c1f;
    display: inline-block;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 700;
    box-shadow: none
}

@media (min-width: 90em) {
    .tx_solr .solr-pagination .next, .tx_solr .solr-pagination .prev {
        font-size: 1em
    }
}

.tx_solr .solr-pagination .next a, .tx_solr .solr-pagination .prev a {
    display: block;
    color: #fff;
    padding: .83333em 1.2em
}

@media (min-width: 90em) {
    .tx_solr .solr-pagination .next a, .tx_solr .solr-pagination .prev a {
        padding: .8em 1.25em
    }
}

.tx_solr .solr-pagination .next:hover, .tx_solr .solr-pagination .prev:hover {
    box-shadow: none
}

.tx_solr .pagination li.active {
    padding: .83333em 1.2em;
    background-color: #d50c1f;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    box-shadow: none
}

@media (min-width: 90em) {
    .tx_solr .pagination li.active {
        padding: .8em 1.25em;
        font-size: 1em
    }
}

.tx_solr .pagination li.active:hover {
    box-shadow: none
}

.tx_solr .pagination li {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 0 #d50c1f;
    margin-right: 1em;
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .tx_solr .pagination li {
        font-size: 1em;
        margin-right: 1em
    }
}

.tx_solr .pagination li a {
    display: block;
    color: rgba(31, 33, 38, .6);
    padding: .83333em 1.2em
}

@media (min-width: 90em) {
    .tx_solr .pagination li a {
        padding: .8em 1.25em
    }
}

.tx_solr .pagination li:hover {
    box-shadow: inset 0 -4px 0 0 #d50c1f
}

.tx_solr .tx-solr-facets-in-use {
    padding-bottom: 1.44em;
    border-bottom: 1px solid rgba(31, 33, 38, .25);
    margin-bottom: 1.44em
}

@media (min-width: 64em) {
    .tx_solr .tx-solr-facets-in-use {
        padding-bottom: 0
    }
}

@media (min-width: 90em) {
    .tx_solr .tx-solr-facets-in-use {
        padding-bottom: 0
    }
}

@media (min-width: 64em) {
    .tx_solr .tx-solr-facets-in-use {
        margin-bottom: 0
    }
}

@media (min-width: 90em) {
    .tx_solr .tx-solr-facets-in-use {
        margin-bottom: 0
    }
}

@media (min-width: 64em) {
    .tx_solr .tx-solr-facets-in-use {
        border: 0 none
    }
}

.tx_solr .tx-solr-facets-in-use .remove-facet-option {
    display: inline-block
}

.tx_solr .tx-solr-facets-in-use .remove-facet-option .facet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tx_solr .tx-solr-facets-in-use .remove-facet-option .facet svg {
    width: 15px;
    height: 15px;
    margin-left: 8px
}

.tx_solr .tx-solr-facets-in-use .remove-facet-option .facet svg path {
    fill: rgba(31, 33, 38, .6);
    transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.tx_solr .tx-solr-facets-in-use .remove-facet-option .facet:hover svg path {
    fill: #d50c1f
}

.tx_solr .facets-remove-all {
    margin-top: 1.2em
}

@media (min-width: 90em) {
    .tx_solr .facets-remove-all {
        margin-top: 1.25em
    }
}

.tx_solr .facets > li a, .tx_solr .facets > li span {
    font-size: .83333em
}

@media (min-width: 90em) {
    .tx_solr .facets > li a, .tx_solr .facets > li span {
        font-size: .8em
    }
}

.tx_solr .facets.facets--desktop {
    display: none
}

@media (min-width: 64em) {
    .tx_solr .facets.facets--desktop {
        display: block
    }
}

.tx_solr .facets.facets--mobile {
    display: block;
    max-width: 600px
}

@media (min-width: 64em) {
    .tx_solr .facets.facets--mobile {
        display: none
    }
}

.tx_solr .facets.facets--mobile .fake-select {
    position: relative;
    width: 74.17806%;
    padding: .83333em 1.44em;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(31, 33, 38, .5);
    box-shadow: 0 3px 0 0 rgba(31, 33, 38, .08)
}

@media (min-width: 90em) {
    .tx_solr .facets.facets--mobile .fake-select {
        padding: .8em 1.5625em
    }
}

.tx_solr .facets.facets--mobile .fake-select:hover {
    border-color: rgba(0, 0, 0, .6)
}

.tx_solr .facets.facets--mobile .fake-select .fake-select__fake span {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 3em
}

.tx_solr .facets.facets--mobile .fake-select .fake-select__fake span:after {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d50c1f
}

.tx_solr .facets.facets--mobile .fake-select .fake-select__orig {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.tx_solr .facets.facets--mobile .fake-select .fake-select__orig select {
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-appearance: none
}

.tx_solr_results-per-page .filters__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.tx_solr_results-per-page .filter__headline {
    margin: 0 1em 0 0
}

@media (min-width: 90em) {
    .tx_solr_results-per-page .filter__headline {
        margin: 0 1em 0 0
    }
}

.tx_solr_results-per-page .filter__headline span {
    font-weight: 700
}

.tx_solr_results-per-page .filter__dropdown {
    position: relative;
    padding: .83333em 1.44em;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(31, 33, 38, .5);
    box-shadow: 0 3px 0 0 rgba(31, 33, 38, .08)
}

@media (min-width: 90em) {
    .tx_solr_results-per-page .filter__dropdown {
        padding: .8em 1.5625em
    }
}

.tx_solr_results-per-page .filter__dropdown:hover {
    border-color: rgba(0, 0, 0, .6)
}

.tx_solr_results-per-page .filter__dropdown .dropdown__fake span {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 3em
}

.tx_solr_results-per-page .filter__dropdown .dropdown__fake span:after {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d50c1f
}

.tx_solr_results-per-page .filter__dropdown .dropdown__original {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.tx_solr_results-per-page .filter__dropdown .dropdown__original select {
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-appearance: none
}

.tx-solr-search-form .input__field--label {
    margin-bottom: 1em
}

@media (min-width: 90em) {
    .tx-solr-search-form .input__field--label {
        margin-bottom: 1em
    }
}

.tx-solr-search-form form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tx-solr-search-form form .input {
    width: 74.17806%;
    margin-bottom: 0
}

@media (min-width: 90em) {
    .tx-solr-search-form form .input {
        margin-bottom: 0
    }
}

.tx-solr-search-form form .input .icon-search-after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 100%;
    color: #d50c1f;
    background-color: transparent
}

.module-pressimport .pressimport__stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -2.0736em
}

@media (min-width: 90em) {
    .module-pressimport .pressimport__stories {
        margin-bottom: -2.44141em
    }
}

.module-pressimport .stories__story {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.0736em;
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .module-pressimport .stories__story {
        margin-bottom: 2.44141em
    }
}

.module-pressimport .stories__story:not(.stories__story--placeholder):hover {
    z-index: 10;
    background-color: #fff;
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08)
}

@media (min-width: 40em) {
    .module-pressimport .stories__story {
        width: 48.35613%
    }
}

@media (min-width: 64em) {
    .module-pressimport .stories__story {
        width: 31.1415%
    }
}

.module-pressimport .stories__story .story__image {
    padding-bottom: 83.38%;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: border .3s cubic-bezier(.215, .61, .355, 1)
}

.module-pressimport .stories__story:hover .story__image {
    padding-bottom: 83.38%;
    border-left: 1px solid rgba(31, 33, 38, .25);
    border-top: 1px solid rgba(31, 33, 38, .25);
    border-right: 1px solid rgba(31, 33, 38, .25)
}

.module-pressimport .stories__story .story__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.44em 2.0736em;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid rgba(31, 33, 38, .25);
    transition: border .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .module-pressimport .stories__story .story__content {
        padding: 1.5625em 2.44141em
    }
}

.module-pressimport .stories__story:hover .story__content {
    border: 1px solid rgba(31, 33, 38, .25)
}

.module-pressimport .stories__story .content__title {
    margin-bottom: 1em
}

@media (min-width: 90em) {
    .module-pressimport .stories__story .content__title {
        margin-bottom: 1em
    }
}

.module-pressimport .stories__story .content__title h3.beta {
    transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.module-pressimport .stories__story:hover .content__title h3.beta {
    color: #d50c1f
}

.module-pressimport .stories__story .content__published span {
    color: rgba(31, 33, 38, .6)
}

.module-pressimport .stories__story .story__button {
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1em 2.0736em;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .module-pressimport .stories__story .story__button {
        padding: 1em 2.44141em
    }
}

.module-pressimport .stories__story .story__button span {
    opacity: 0;
    color: rgba(31, 33, 38, .6);
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.module-pressimport .stories__story .story__button .button__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1em
}

@media (min-width: 90em) {
    .module-pressimport .stories__story .story__button .button__icon {
        margin-left: 1em
    }
}

.module-pressimport .stories__story .story__button .button__icon svg {
    display: block;
    width: 20px;
    height: 12px
}

.module-pressimport .stories__story .story__button .button__icon svg .first, .module-pressimport .stories__story .story__button .button__icon svg .second, .module-pressimport .stories__story .story__button .button__icon svg .third {
    width: 0
}

.module-pressimport .stories__story:hover .story__button {
    background-color: #fff;
    border-left: 1px solid rgba(31, 33, 38, .25);
    border-bottom: 1px solid rgba(31, 33, 38, .25);
    border-right: 1px solid rgba(31, 33, 38, .25);
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08)
}

.module-pressimport .stories__story:hover .story__button span {
    opacity: 1
}

.module-pressimport .stories__story:hover .story__button .button__icon svg .first {
    -webkit-animation: n .2s cubic-bezier(.215, .61, .355, 1) 0s forwards;
    animation: n .2s cubic-bezier(.215, .61, .355, 1) 0s forwards
}

.module-pressimport .stories__story:hover .story__button .button__icon svg .second {
    -webkit-animation: o .2s cubic-bezier(.215, .61, .355, 1) .2s forwards;
    animation: o .2s cubic-bezier(.215, .61, .355, 1) .2s forwards
}

.module-pressimport .stories__story:hover .story__button .button__icon svg .third {
    -webkit-animation: p .2s cubic-bezier(.215, .61, .355, 1) .4s forwards;
    animation: p .2s cubic-bezier(.215, .61, .355, 1) .4s forwards
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.0736em
}

@media (min-width: 90em) {
    .module-pressimport.module-pressimport--listall .f3-widget-paginator {
        margin-top: 2.44141em
    }
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator ul {
    margin: 0
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator .next, .module-pressimport.module-pressimport--listall .f3-widget-paginator .prev {
    background-color: #d50c1f;
    display: inline-block;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 700;
    box-shadow: none
}

@media (min-width: 90em) {
    .module-pressimport.module-pressimport--listall .f3-widget-paginator .next, .module-pressimport.module-pressimport--listall .f3-widget-paginator .prev {
        font-size: 1em
    }
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator .next a, .module-pressimport.module-pressimport--listall .f3-widget-paginator .prev a {
    display: block;
    color: #fff;
    padding: .83333em 1.2em
}

@media (min-width: 90em) {
    .module-pressimport.module-pressimport--listall .f3-widget-paginator .next a, .module-pressimport.module-pressimport--listall .f3-widget-paginator .prev a {
        padding: .8em 1.25em
    }
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator .next:hover, .module-pressimport.module-pressimport--listall .f3-widget-paginator .prev:hover {
    box-shadow: none
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator li.current {
    padding: .83333em 1.2em;
    background-color: #d50c1f;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    box-shadow: none
}

@media (min-width: 90em) {
    .module-pressimport.module-pressimport--listall .f3-widget-paginator li.current {
        padding: .8em 1.25em;
        font-size: 1em
    }
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator li.current:hover {
    box-shadow: none
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator li {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 0 #d50c1f;
    margin-right: 1em;
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .module-pressimport.module-pressimport--listall .f3-widget-paginator li {
        font-size: 1em;
        margin-right: 1em
    }
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator li a {
    display: block;
    color: rgba(31, 33, 38, .6);
    padding: .83333em 1.2em
}

@media (min-width: 90em) {
    .module-pressimport.module-pressimport--listall .f3-widget-paginator li a {
        padding: .8em 1.25em
    }
}

.module-pressimport.module-pressimport--listall .f3-widget-paginator li:hover {
    box-shadow: inset 0 -4px 0 0 #d50c1f
}

@-webkit-keyframes n {
    0% {
        width: 0
    }
    to {
        width: 16px
    }
}

@-webkit-keyframes o {
    0% {
        width: 0
    }
    to {
        width: 20px
    }
}

@-webkit-keyframes p {
    0% {
        width: 0
    }
    to {
        width: 13px
    }
}

.ext-einhelllocations.ext-einhelllocations--filter .einhelllocations--filter {
    position: relative
}

.ext-einhelllocations.ext-einhelllocations--filter .filter-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 3.58318em 1em;
    background-color: #fff;
    border: 1px solid rgba(31, 33, 38, .25);
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08);
    z-index: 50
}

@media (min-width: 64em) {
    .ext-einhelllocations.ext-einhelllocations--filter .filter-wrap {
        padding: 3.58318em
    }
}

@media (min-width: 90em) {
    .ext-einhelllocations.ext-einhelllocations--filter .filter-wrap {
        padding: 4.76837em
    }
}

@media (min-width: 40em) {
    .ext-einhelllocations.ext-einhelllocations--filter .filter-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.ext-einhelllocations.ext-einhelllocations--filter .filter__filter {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 0 .83333em
}

@media (min-width: 40em) {
    .ext-einhelllocations.ext-einhelllocations--filter .filter__filter {
        margin: 0 .83333em 0 0
    }
}

@media (min-width: 90em) {
    .ext-einhelllocations.ext-einhelllocations--filter .filter__filter {
        margin: 0 .8em 0 0
    }
}

.ext-einhelllocations.ext-einhelllocations--filter .filter__button {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ext-einhelllocations.ext-einhelllocations--filter .filter__fake-select {
    position: relative;
    padding: .83333em 1.2em;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    border: 1px solid rgba(31, 33, 38, .5);
    box-shadow: 0 3px 0 0 rgba(31, 33, 38, .08);
    cursor: text;
    transition: border .35s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .ext-einhelllocations.ext-einhelllocations--filter .filter__fake-select {
        padding: .8em 1.25em
    }
}

.ext-einhelllocations.ext-einhelllocations--filter .filter__fake-select:hover {
    border-color: rgba(31, 33, 38, .8)
}

.ext-einhelllocations.ext-einhelllocations--filter .filter__fake-select:focus {
    border-color: #d50c1f;
    box-shadow: #d9e1e8, 0 0 5px rgba(31, 33, 38, .7);
    outline: none
}

.ext-einhelllocations.ext-einhelllocations--filter .filter__filter.-error .filter__fake-select {
    border: 1px solid rgba(213, 12, 31, .5);
    box-shadow: 0 3px 0 0 rgba(213, 12, 31, .08)
}

.ext-einhelllocations.ext-einhelllocations--filter .filter__filter.-error .filter__fake-select:hover {
    border-color: rgba(213, 12, 31, .8)
}

.ext-einhelllocations.ext-einhelllocations--filter .filter__filter.-error .filter__fake-select .fake-select__fake {
    color: #d50c1f
}

.ext-einhelllocations.ext-einhelllocations--filter .fake-select__fake {
    position: relative
}

.ext-einhelllocations.ext-einhelllocations--filter .fake-select__fake:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ext-einhelllocations.ext-einhelllocations--filter .fake-select__orig > select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ext-einhelllocations.ext-einhelllocations--filter .filter__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ext-einhelllocations.ext-einhelllocations--locations {
    height: auto;
    opacity: 1;
    overflow: hidden;
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1)
}

.ext-einhelllocations.ext-einhelllocations--locations.-not-filtered {
    height: 0;
    opacity: 0;
    padding: 0
}

.ext-einhelllocations.ext-einhelllocations--locations .col-wrapper {
    display: none
}

.ext-einhelllocations.ext-einhelllocations--locations .col-wrapper.-active {
    display: block
}

.ext-einhelllocations.ext-einhelllocations--locations .col-wrapper.-active.-first {
    margin-top: 0
}

.ext-einhelllocations.ext-einhelllocations--locations .col-wrapper.-active.-last {
    margin-bottom: 0
}

.ext-einhelllocations.ext-einhelllocations--locations .col-wrapper.-active:first-of-type {
    margin-top: 0
}

.ext-einhelllocations.ext-einhelllocations--locations .col-wrapper.-active:last-of-type {
    margin-bottom: 0
}

.ext-einhelllocations.ext-einhelllocations--locations .informations__headline {
    margin-bottom: 1em
}

@media (min-width: 90em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__headline {
        margin-bottom: 1em
    }
}

.ext-einhelllocations.ext-einhelllocations--locations .informations__informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3.28774%;
    overflow: hidden;
    border-top: 1px solid rgba(31, 33, 38, .25)
}

@media (min-width: 64em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations {
        padding: 0
    }
}

.ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div {
    width: 100%
}

@media (min-width: 64em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div {
        width: 31.1415%
    }
}

.ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--headline {
    padding: 1em 0 0
}

@media (min-width: 40em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--headline {
        padding: 1.44em 0 0
    }
}

@media (min-width: 64em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--headline {
        padding: 1.44em 0
    }
}

@media (min-width: 90em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--headline {
        padding: 1.5625em 0
    }
}

.ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--headline span {
    font-weight: 700
}

.ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--address {
    padding: 0
}

@media (min-width: 64em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--address {
        padding: 1.44em 0
    }
}

@media (min-width: 90em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--address {
        padding: 1.5625em 0
    }
}

.ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--contact {
    padding: 0 0 1em
}

@media (min-width: 40em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--contact {
        padding: 0 0 1.44em
    }
}

@media (min-width: 64em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--contact {
        padding: 1.44em 0
    }
}

@media (min-width: 90em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__informations > div.informations__information--contact {
        padding: 1.5625em 0
    }
}

.ext-einhelllocations.ext-einhelllocations--locations .informations__information--contact ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .5787em
}

@media (min-width: 40em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__information--contact ul > li {
        margin-top: 0
    }
}

@media (min-width: 90em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__information--contact ul > li {
        margin-top: 0
    }
}

@media (min-width: 40em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__information--contact ul > li {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.ext-einhelllocations.ext-einhelllocations--locations .informations__information--contact ul > li .label {
    width: 100%;
    font-weight: 700
}

@media (min-width: 40em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__information--contact ul > li .label {
        width: 120px
    }
}

@media (min-width: 64em) {
    .ext-einhelllocations.ext-einhelllocations--locations .informations__information--contact ul > li .label {
        width: 35%
    }
}

.ext-einhellnews.ext-einhellnews--career .news__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--career .news__news {
        margin-bottom: 2.44141em
    }
}

.ext-einhellnews.ext-einhellnews--career .news__news:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--career .news__news:last-child {
        margin-bottom: 0
    }
}

.ext-einhellnews.ext-einhellnews--career .news__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.44em
}

@media (min-width: 40em) {
    .ext-einhellnews.ext-einhellnews--career .news__image {
        margin-bottom: 0
    }
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--career .news__image {
        margin-bottom: 0
    }
}

.ext-einhellnews.ext-einhellnews--career .news__image img {
    width: 100%
}

@media (min-width: 40em) {
    .ext-einhellnews.ext-einhellnews--career .news__image {
        width: 31.1415%
    }
}

.ext-einhellnews.ext-einhellnews--career .news__content {
    width: 100%
}

.ext-einhellnews.ext-einhellnews--career .news__content p {
    color: rgba(31, 33, 38, .6)
}

@media (min-width: 40em) {
    .ext-einhellnews.ext-einhellnews--career .news__content {
        width: 65.57075%
    }
}

.ext-einhellnews.ext-einhellnews--career .news__news:hover .news__content h3 {
    color: #d50c1f
}

.ext-einhellnews.ext-einhellnews--career .image__date {
    position: absolute;
    left: 20px;
    top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.0736em
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--career .image__date {
        font-size: 2.44141em
    }
}

.ext-einhellnews.ext-einhellnews--career .date__day {
    font-family: Open Sans Condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1;
    margin-right: 2px;
    color: #fff;
    text-shadow: 1px 1px #1f2126
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--career .date__day {
        font-size: 1em
    }
}

.ext-einhellnews.ext-einhellnews--career .date__month, .ext-einhellnews.ext-einhellnews--career .date__year {
    font-size: .32em;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-shadow: 1px 1px #1f2126
}

.ext-einhellnews.ext-einhellnews--adhoc .einhellnews__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -2.0736em
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .einhellnews__news {
        margin-bottom: -2.44141em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.0736em;
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .news__news {
        margin-bottom: 2.44141em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news:not(.news__news--placeholder):hover {
    z-index: 10;
    background-color: #fff;
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08)
}

@media (min-width: 40em) {
    .ext-einhellnews.ext-einhellnews--adhoc .news__news {
        width: 48.35613%
    }
}

@media (min-width: 64em) {
    .ext-einhellnews.ext-einhellnews--adhoc .news__news {
        width: 31.1415%
    }
}

@media (min-width: 64em) {
    .ext-einhellnews.ext-einhellnews--adhoc.ext-einhellnews--latest-four .news__news {
        width: 48.35613%
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.44em 2.0736em;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid rgba(31, 33, 38, .25);
    transition: border .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .news__news .news__content {
        padding: 1.5625em 2.44141em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news:hover .news__content {
    border: 1px solid rgba(31, 33, 38, .25)
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .content__tag {
    margin-bottom: .83333em
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .news__news .content__tag {
        margin-bottom: .8em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .content__tag span {
    font-size: .83333em;
    color: #d50c1f;
    border: 1px solid #d50c1f;
    border-radius: 3px;
    padding: 4px 8px
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .news__news .content__tag span {
        font-size: .8em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .content__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .content__title {
    margin-bottom: 1em
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .news__news .content__title {
        margin-bottom: 1em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .content__title h3.beta {
    transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news:hover .content__title h3.beta {
    color: #d50c1f
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .content__published span {
    color: rgba(31, 33, 38, .6)
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .news__button {
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1em 2.0736em;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .news__news .news__button {
        padding: 1em 2.44141em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .news__button span {
    opacity: 0;
    color: rgba(31, 33, 38, .6);
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .news__button .button__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1em
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .news__news .news__button .button__icon {
        margin-left: 1em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .news__button .button__icon svg {
    display: block;
    width: 20px;
    height: 12px
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news .news__button .button__icon svg .first, .ext-einhellnews.ext-einhellnews--adhoc .news__news .news__button .button__icon svg .second, .ext-einhellnews.ext-einhellnews--adhoc .news__news .news__button .button__icon svg .third {
    width: 0
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news:hover .news__button {
    background-color: #fff;
    border-left: 1px solid rgba(31, 33, 38, .25);
    border-bottom: 1px solid rgba(31, 33, 38, .25);
    border-right: 1px solid rgba(31, 33, 38, .25);
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08)
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news:hover .news__button span {
    opacity: 1
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news:hover .news__button .button__icon svg .first {
    -webkit-animation: n .2s cubic-bezier(.215, .61, .355, 1) 0s forwards;
    animation: n .2s cubic-bezier(.215, .61, .355, 1) 0s forwards
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news:hover .news__button .button__icon svg .second {
    -webkit-animation: o .2s cubic-bezier(.215, .61, .355, 1) .2s forwards;
    animation: o .2s cubic-bezier(.215, .61, .355, 1) .2s forwards
}

.ext-einhellnews.ext-einhellnews--adhoc .news__news:hover .news__button .button__icon svg .third {
    -webkit-animation: p .2s cubic-bezier(.215, .61, .355, 1) .4s forwards;
    animation: p .2s cubic-bezier(.215, .61, .355, 1) .4s forwards
}

.ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.0736em
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator {
        margin-top: 2.44141em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .next, .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .prev {
    background-color: #d50c1f;
    display: inline-block;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 700;
    box-shadow: none
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .next, .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .prev {
        font-size: 1em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .next a, .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .prev a {
    display: block;
    color: #fff;
    padding: .83333em 1.2em
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .next a, .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .prev a {
        padding: .8em 1.25em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .next:hover, .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator .prev:hover {
    box-shadow: none
}

.ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator li.current {
    padding: .83333em 1.2em;
    background-color: #d50c1f;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    box-shadow: none
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator li.current {
        padding: .8em 1.25em;
        font-size: 1em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator li.current:hover {
    box-shadow: none
}

.ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator li {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 0 #d50c1f;
    margin-right: 1em;
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator li {
        font-size: 1em;
        margin-right: 1em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator li a {
    display: block;
    color: rgba(31, 33, 38, .6);
    padding: .83333em 1.2em
}

@media (min-width: 90em) {
    .ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator li a {
        padding: .8em 1.25em
    }
}

.ext-einhellnews.ext-einhellnews--adhoc .f3-widget-paginator li:hover {
    box-shadow: inset 0 -4px 0 0 #d50c1f
}

@keyframes n {
    0% {
        width: 0
    }
    to {
        width: 16px
    }
}

@keyframes o {
    0% {
        width: 0
    }
    to {
        width: 20px
    }
}

@keyframes p {
    0% {
        width: 0
    }
    to {
        width: 13px
    }
}

.module-reports .reports__report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.48832em;
    border: 1px solid rgba(31, 33, 38, .25);
    box-shadow: 3px 3px 0 0 rgba(31, 33, 38, .08);
    background-color: #fff
}

@media (min-width: 90em) {
    .module-reports .reports__report {
        padding: 3.05176em
    }
}

.module-reports .report__image {
    width: 100%;
    margin-bottom: 1.44em
}

@media (min-width: 90em) {
    .module-reports .report__image {
        margin-bottom: 1.5625em
    }
}

@media (min-width: 64em) {
    .module-reports .report__image {
        width: 48.35613%;
        margin-bottom: 0
    }
}

@media (min-width: 64em) and (min-width: 90em) {
    .module-reports .report__image {
        margin-bottom: 0
    }
}

.module-reports .report__content {
    width: 100%
}

@media (min-width: 64em) {
    .module-reports .report__content {
        width: 48.35613%
    }
}

.module-reports .content__headline {
    margin-bottom: 8px
}

.module-reports .content__text {
    margin-bottom: 2.48832em
}

@media (min-width: 90em) {
    .module-reports .content__text {
        margin-bottom: 3.05176em
    }
}

.module-reports .buttons__button.buttons__button--download {
    margin-bottom: 1.44em
}

@media (min-width: 90em) {
    .module-reports .buttons__button.buttons__button--download {
        margin-bottom: 1.5625em
    }
}

.module-reports .buttons__button, .module-reports .content__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.module-reports .content__headline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.module-reports .content__headline h3 {
    display: inline-block;
    margin-right: 1.2em
}

@media (min-width: 90em) {
    .module-reports .content__headline h3 {
        margin-right: 1.25em
    }
}

.module-reports .headline__label {
    font-size: .83333em;
    color: #d50c1f;
    border: 1px solid #d50c1f;
    border-radius: 3px;
    padding: 2px 10px
}

@media (min-width: 90em) {
    .module-reports .headline__label {
        font-size: .8em
    }
}

.module-reports.module-reports--old .reports__report {
    display: none;
    margin-bottom: 1.44em
}

@media (min-width: 90em) {
    .module-reports.module-reports--old .reports__report {
        margin-bottom: 1.5625em
    }
}

.module-reports.module-reports--old .reports__report.-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.module-reports.module-reports--old .reports__report:last-child {
    margin-bottom: 0
}

.module-reports.module-reports--old .report__buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 40em) {
    .module-reports.module-reports--old .report__buttons {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 64em) {
    .module-reports.module-reports--old .report__buttons {
        width: 48.35613%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.module-reports.module-reports--old .buttons__button.buttons__button--download {
    margin-right: 1.2em
}

@media (min-width: 64em) {
    .module-reports.module-reports--old .buttons__button.buttons__button--download {
        margin-right: 0
    }
}

@media (min-width: 90em) {
    .module-reports.module-reports--old .buttons__button.buttons__button--download {
        margin-right: 0
    }
}

@media (min-width: 40em) {
    .module-reports.module-reports--old .buttons__button.buttons__button--download {
        margin-bottom: 0
    }
}

.module-reports.module-reports--old .content__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.module-reports.module-reports--old .content__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.module-reports.module-reports--old .filetype__label, .module-reports.module-reports--old .size__label {
    margin-right: 1em;
    font-weight: 700
}

@media (min-width: 90em) {
    .module-reports.module-reports--old .filetype__label, .module-reports.module-reports--old .size__label {
        margin-right: 1em
    }
}

.module-reports.module-reports--old .filetype__value, .module-reports.module-reports--old .size__value {
    text-transform: uppercase
}

.module-reports.module-reports--old .meta__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.98598em
}

@media (min-width: 90em) {
    .module-reports.module-reports--old .meta__size {
        margin-right: 3.8147em
    }
}

.module-reports.module-reports--old .content__headline {
    margin-bottom: 10px
}

.module-reports.module-reports--old .report__content {
    margin-bottom: 2.48832em
}

@media (min-width: 40em) {
    .module-reports.module-reports--old .report__content {
        margin-bottom: 1em
    }
}

@media (min-width: 64em) {
    .module-reports.module-reports--old .report__content {
        margin-bottom: 0
    }
}

@media (min-width: 90em) {
    .module-reports.module-reports--old .report__content {
        margin-bottom: 0
    }
}

.module-reports.module-reports--old .reports__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

form .form-group--report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.44em
}

@media (min-width: 90em) {
    form .form-group--report {
        margin-bottom: 1.5625em
    }
}

@media (min-width: 40em) {
    form .form-group--report {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

form .form-group--report label {
    display: inline-block;
    margin-right: 1.728em;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 90em) {
    form .form-group--report label {
        margin-right: 1.95312em
    }
}

@media (min-width: 40em) {
    form .form-group--report label {
        width: auto
    }
}

form .form-group--report .input {
    display: inline-block;
    width: 59px;
    margin-right: 1.2em;
    margin-bottom: 0
}

@media (min-width: 90em) {
    form .form-group--report .input {
        margin-right: 1.25em;
        margin-bottom: 0
    }
}

form .form-group--report .input input {
    text-align: center
}

form .form-group--report .input__unit {
    display: inline-block
}

.country-select__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, .95);
    z-index: 1000000;
    opacity: 0;
    max-height: 0;
    overflow-y: auto;
    pointer-events: none;
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1)
}

.country-select__overlay .overlay-wrap {
    position: relative;
    width: 94%;
    margin: 10vh 0;
    background-color: #fff;
    padding: 3.58318em 0 0
}

@media (min-width: 40em) {
    .country-select__overlay .overlay-wrap {
        padding: 3.58318em 4.29982em
    }
}

@media (min-width: 90em) {
    .country-select__overlay .overlay-wrap {
        padding: 4.76837em 5.96046em
    }
}

@media (min-width: 40em) {
    .country-select__overlay .overlay-wrap {
        width: 90%;
        min-height: 80%;
        border-radius: 3px
    }
}

@media (min-width: 64em) {
    .country-select__overlay .overlay-wrap {
        width: 86%
    }
}

@media (min-width: 90em) {
    .country-select__overlay .overlay-wrap {
        width: 82%
    }
}

@media (min-width: 105em) {
    .country-select__overlay .overlay-wrap {
        width: 1310px
    }
}

.country-select__overlay .select__close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer
}

.country-select__overlay .select__close svg {
    display: block;
    overflow: visible;
    transition: -webkit-transform .35s cubic-bezier(.215, .61, .355, 1);
    transition: transform .35s cubic-bezier(.215, .61, .355, 1);
    transition: transform .35s cubic-bezier(.215, .61, .355, 1), -webkit-transform .35s cubic-bezier(.215, .61, .355, 1)
}

.country-select__overlay .select__close:hover svg {
    -webkit-transform: rotate(270deg) scale(1.1);
    transform: rotate(270deg) scale(1.1)
}

@media (min-width: 40em) {
    .country-select__overlay .select__close {
        top: 28px;
        right: 28px
    }
}

body.-country-select-open {
    overflow: hidden;
    width: 100vw;
    height: 100vw
}

body.-country-select-open .country-select__overlay {
    max-height: 100%;
    opacity: 1;
    pointer-events: all
}

.country-select__overlay .select__title {
    text-align: center;
    margin-bottom: 3.58318em
}

@media (min-width: 90em) {
    .country-select__overlay .select__title {
        margin-bottom: 4.76837em
    }
}

.country-select__overlay .select__title .title__title span.heading.beta {
    color: #d50c1f
}

.country-select__overlay .select__continents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
}

@media (min-width: 40em) {
    .country-select__overlay .select__continents {
        margin-bottom: 2.48832em
    }
}

@media (min-width: 90em) {
    .country-select__overlay .select__continents {
        margin-bottom: 3.05176em
    }
}

@media (min-width: 40em) {
    .country-select__overlay .select__continents {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.country-select__overlay .continents_underline {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    background-color: #d50c1f;
    transition: left .35s cubic-bezier(.645, .045, .355, 1), width .35s cubic-bezier(.215, .61, .355, 1), height .35s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 40em) {
    .country-select__overlay .continents_underline {
        display: block
    }
}

.country-select__overlay .continents_underline.-initialized {
    height: 5px
}

.country-select__overlay .select__continents .continents__continent {
    border-bottom: 1px solid rgba(31, 33, 38, .25);
    background-color: #f7f7f8;
    margin-right: 0
}

@media (min-width: 40em) {
    .country-select__overlay .select__continents .continents__continent {
        margin-right: 2.0736em
    }
}

@media (min-width: 90em) {
    .country-select__overlay .select__continents .continents__continent {
        margin-right: 2.44141em
    }
}

.country-select__overlay .select__continents .continents__continent:first-child {
    border-top: 1px solid rgba(31, 33, 38, .25)
}

@media (min-width: 40em) {
    .country-select__overlay .select__continents .continents__continent {
        border: none;
        background-color: transparent
    }

    .country-select__overlay .select__continents .continents__continent:first-child {
        border: none
    }
}

.country-select__overlay .continents__continent .title__title {
    position: relative;
    display: block;
    cursor: pointer;
    font-weight: 700;
    padding: 1em 1.2em;
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 40em) {
    .country-select__overlay .continents__continent .title__title {
        padding: 0
    }
}

@media (min-width: 90em) {
    .country-select__overlay .continents__continent .title__title {
        padding: 0
    }
}

.country-select__overlay .continents__continent .title__title svg {
    display: none
}

@media (min-width: 40em) {
    .country-select__overlay .continents__continent .title__title {
        text-align: center
    }
}

@media (min-width: 64em) {
    .country-select__overlay .continents__continent .title__title {
        text-align: left
    }
}

.country-select__overlay .continents__continent.-active .title__title {
    color: #d50c1f
}

.country-select__overlay .continents__continent.-active .title__title svg {
    display: block;
    position: absolute;
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: q .8s cubic-bezier(.215, .61, .355, 1) forwards;
    animation: q .8s cubic-bezier(.215, .61, .355, 1) forwards
}

@media (min-width: 90em) {
    .country-select__overlay .continents__continent.-active .title__title svg {
        right: 1.25em
    }
}

@media (min-width: 40em) {
    .country-select__overlay .continents__continent.-active .title__title svg {
        display: none
    }
}

@-webkit-keyframes q {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes q {
    to {
        stroke-dashoffset: 0
    }
}

.country-select__overlay .continents__continent.-active {
    border-top: 1px solid rgba(31, 33, 38, .25);
    height: auto;
    opacity: 1
}

@media (min-width: 40em) {
    .country-select__overlay .continents__continent.-active {
        border-top: none
    }
}

.country-select__overlay .continents__continent.-not-active {
    height: 0;
    opacity: 0;
    pointer-events: none;
    border: none
}

@media (min-width: 40em) {
    .country-select__overlay .continents__continent.-not-active {
        height: auto;
        opacity: 1;
        pointer-events: all
    }
}

.country-select__overlay .countries__countries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    width: 100%
}

.country-select__overlay .countries__countries.-active {
    opacity: 1;
    max-height: 100%;
    pointer-events: all
}

.country-select__overlay .countries__country {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 220px;
    padding: 1em 1.2em;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(31, 33, 38, .25)
}

@media (min-width: 40em) {
    .country-select__overlay .countries__country {
        padding: 0
    }
}

@media (min-width: 90em) {
    .country-select__overlay .countries__country {
        padding: 0
    }
}

@media (min-width: 40em) {
    .country-select__overlay .countries__country {
        margin-bottom: 1.728em
    }
}

@media (min-width: 90em) {
    .country-select__overlay .countries__country {
        margin-bottom: 1.95312em
    }
}

@media (min-width: 40em) {
    .country-select__overlay .countries__country {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        border-bottom: none
    }
}

.country-select__overlay .countries__country.countries__country--placeholder {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.country-select__overlay .country__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.country-select__overlay .country__title .title__flag {
    display: block;
    width: 21px;
    height: 16px;
    background-color: #f7f7f8;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat
}

.country-select__overlay .country__title .title__title {
    color: rgba(31, 33, 38, .6);
    margin-left: 1em
}

@media (min-width: 90em) {
    .country-select__overlay .country__title .title__title {
        margin-left: 1em
    }
}

.country-select__overlay .country__title:hover .title__title {
    color: #d50c1f
}

.-bg-black {
    background-color: #000
}

.-bg-white {
    background-color: #fff
}

.-bg-alpha {
    background-color: #d50c1f
}

.-bg-grey-light {
    background-color: #f7f7f8
}

.-bg-grey-medium {
    background-color: #d9e1e8
}

.-bg-grey-dark {
    background-color: #1f2126
}

.-bg-pattern {
    background: url(../img/einhell-section-pattern.png) 0 0/55% repeat, rgba(31, 33, 38, .05)
}

.-bg-gradient-alpha {
    background: linear-gradient(180deg, #484c59 0, #343640)
}

.-bg-gradient-beta {
    background: radial-gradient(ellipse at center, #41444e 0, #1f2026 100%);
    box-shadow: 0 -1px 0 0 rgba(97, 103, 121, .25), 0 1px 0 0 rgba(97, 103, 121, .25)
}

.-color-white {
    color: #fff
}

.-color-alpha {
    color: #d50c1f
}

.-padded {
    padding: 1.44em 0
}

@media (min-width: 90em) {
    .-padded {
        padding: 1.5625em 0
    }
}

.-padded-narrow {
    padding: 1.2em 0
}

@media (min-width: 90em) {
    .-padded-narrow {
        padding: 1.25em 0
    }
}

.-padded-wide {
    padding: 3.58318em 0
}

@media (min-width: 90em) {
    .-padded-wide {
        padding: 4.76837em 0
    }
}

.-padded-wide--mod-bottom-only {
    padding: 0 0 3.58318em
}

@media (min-width: 90em) {
    .-padded-wide--mod-bottom-only {
        padding: 0 0 4.76837em
    }
}

.-padded-wide--mod-top-only {
    padding: 3.58318em 0 0
}

@media (min-width: 90em) {
    .-padded-wide--mod-top-only {
        padding: 4.76837em 0 0
    }
}

.-max-width-limited {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 40em) {
    .-max-width-limited {
        max-width: 90%
    }
}

@media (min-width: 64em) {
    .-max-width-limited {
        max-width: 86%
    }
}

@media (min-width: 90em) {
    .-max-width-limited {
        max-width: 82%
    }
}

@media (min-width: 105em) {
    .-max-width-limited {
        max-width: 1310px
    }
}

@media (min-width: 64em) {
    .-indentation-left > .col {
        padding-left: 34.42925%
    }
}

@media (min-width: 64em) {
    .-indentation-right > .col {
        padding-right: 34.42925%
    }
}

.-centered {
    text-align: center
}

.col-wrapper.-top-margin-double {
    margin-top: 2.0736em
}

@media (min-width: 90em) {
    .col-wrapper.-top-margin-double {
        margin-top: 2.44141em
    }
}

.col-wrapper.-top-margin-double:first-child {
    margin-top: 0
}

.col-wrapper.-top-margin-section {
    margin-top: 3.58318em
}

@media (min-width: 90em) {
    .col-wrapper.-top-margin-section {
        margin-top: 4.76837em
    }
}

.col-wrapper.-top-margin-section:first-child {
    margin-top: 0
}

.col-wrapper.-bottom-margin-double {
    margin-bottom: 2.0736em
}

@media (min-width: 90em) {
    .col-wrapper.-bottom-margin-double {
        margin-bottom: 2.44141em
    }
}

.col-wrapper.-bottom-margin-double:last-child {
    margin-bottom: 0
}

.col-wrapper.-bottom-margin-section {
    margin-bottom: 3.58318em
}

@media (min-width: 90em) {
    .col-wrapper.-bottom-margin-section {
        margin-bottom: 4.76837em
    }
}

.col-wrapper.-bottom-margin-section:last-child {
    margin-bottom: 0
}

.-lnk-hero {
    transition: color .25s ease-in-out, border-color .25s ease-in-out;
    font-weight: 400;
    border-bottom: 3px solid #1f2126;
    display: inline-block;
    height: 2em;
    text-transform: uppercase
}

.-lnk-hero, .-lnk-hero:visited {
    color: #d50c1f
}

.-lnk-hero:hover {
    border-bottom-color: #d9e1e8;
    color: #f32135
}

.no-touchevents .-lnk-alpha {
    position: relative
}

.no-touchevents .-lnk-alpha:before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 0;
    height: 1px;
    top: 100%;
    left: 50%;
    background-color: #d50c1f;
    transition: width .3s cubic-bezier(.215, .61, .355, 1), left .3s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.215, .61, .355, 1);
}

.no-touchevents .-lnk-alpha:active:before, .no-touchevents .-lnk-alpha:focus:before, .no-touchevents .-lnk-alpha:hover:before {
    opacity: 1;
    width: 100%;
    left: 0
}

.-btn-hero {
    padding: 1em 1.44em;
    font-weight: 400;
    transition: background-color .25s ease-in-out;
    background-color: #1f2126;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase
}

@media (min-width: 90em) {
    .-btn-hero {
        padding: 1em 1.5625em
    }
}

.-btn-hero:visited {
    color: #fff
}

.-btn-hero:hover {
    background-color: #2a2d34;
    color: #fff
}

.-btn-alpha {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: .8em 1.563em;
    cursor: pointer;
    border: 2px solid #d50c1f;
    border-radius: 3px;
    background-color: #d50c1f;
    overflow: hidden;
    position: relative;
    transition: box-shadow .35s cubic-bezier(.215, .61, .355, 1)
}

.-btn-alpha:visited {
    color: #fff
}

.-btn-alpha:after {
    content: "\25BA";
    font-family: inherit;
    speak: none;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    opacity: 0;
    position: absolute;
    width: 5px;
    height: 10px;
    line-height: 10px;
    right: 1.563em;
    top: 50%;
    color: #fff;
    margin-top: -5px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1), -webkit-transform .35s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1), transform .35s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1), transform .35s cubic-bezier(.215, .61, .355, 1), -webkit-transform .35s cubic-bezier(.215, .61, .355, 1)
}

.-btn-alpha > span {
    display: block;
    transition: -webkit-transform .35s cubic-bezier(.215, .61, .355, 1);
    transition: transform .35s cubic-bezier(.215, .61, .355, 1);
    transition: transform .35s cubic-bezier(.215, .61, .355, 1), -webkit-transform .35s cubic-bezier(.215, .61, .355, 1)
}

.no-touchevents .-btn-alpha:focus, .no-touchevents .-btn-alpha:hover {
    color: #fff
}

.no-touchevents .-btn-alpha:hover {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .15)
}

.no-touchevents .-btn-alpha:hover > span {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.no-touchevents .-btn-alpha:hover:after {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.-btn-beta {
    display: inline-block;
    font-weight: 700;
    padding: .8em 1.563em;
    cursor: pointer;
    border: 2px solid #d50c1f;
    border-radius: 3px;
    background-color: #fff;
    transition: background .25s cubic-bezier(.215, .61, .355, 1)
}

.-btn-beta, .-btn-beta:visited {
    color: #d50c1f
}

.no-touchevents .-btn-beta:active, .no-touchevents .-btn-beta:focus, .no-touchevents .-btn-beta:hover {
    color: #fff;
    background-color: #d50c1f
}

.-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25)
}

.-border-top {
    border-top: 1px solid rgba(31, 33, 38, .25)
}

.-border-bottom {
    border-bottom: 1px solid rgba(31, 33, 38, .25)
}

.-keyvisual {
    background-position: 50% 0;
    background-repeat: no-repeat
}

.-keyvisual-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.-keyvisual-contain {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain
}

.-einhell-list ul, ul.-einhell-list {
    padding: 0;
    margin: 0 0 1em 2.4em
}

.-einhell-list ul:last-child, ul.-einhell-list:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    .-einhell-list ul:last-child, ul.-einhell-list:last-child {
        margin-bottom: 0
    }
}

.-einhell-list ul > li, ul.-einhell-list > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1em;
    padding-top: .3em;
    min-height: 2.4em
}

.-einhell-list ul > li:before, ul.-einhell-list > li:before {
    position: absolute;
    top: 0;
    left: -2.4em;
    width: 2.4em;
    height: 2.4em;
    border-radius: 100%;
    background: #d50c1f url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAAXNSR0IArs4c6QAAADNJREFUKBVj/A8EDBQAJgr0grUOPQNMGNHAwHuBARSNOEAaMTHECNJMjEJcagY+DCh2AQDiIiOc0BRiXwAAAABJRU5ErkJggg==") 50% 50%/16px 12px no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: ""
}

.-dash-list ul, ul.-dash-list {
    padding: 0;
    margin: 0 0 1em 16px
}

.-dash-list ul:last-child, ul.-dash-list:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    .-dash-list ul:last-child, ul.-dash-list:last-child {
        margin-bottom: 0
    }
}

.-dash-list ul > li, ul.-dash-list > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1em
}

.-dash-list ul > li:before, ul.-dash-list > li:before {
    position: absolute;
    top: .8em;
    left: -16px;
    width: 16px;
    height: 4px;
    border-radius: 10px;
    background-color: #d50c1f;
    content: ""
}

.-standard-list ul, ul.-standard-list {
    padding: 0;
    margin: 0 0 1em 3px
}

.-standard-list ul:last-child, ul.-standard-list:last-child {
    margin-bottom: 0
}

@media (min-width: 90em) {
    .-standard-list ul:last-child, ul.-standard-list:last-child {
        margin-bottom: 0
    }
}

.-standard-list ul > li, ul.-standard-list > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1em
}

.-standard-list ul > li:before, ul.-standard-list > li:before {
    position: absolute;
    top: .7em;
    left: -3px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #d50c1f;
    content: ""
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: .875em;
    font-weight: 400;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

@media (min-width: 40em) {
    .cc-revoke, .cc-window {
        font-size: .875em
    }
}

@media (min-width: 64em) {
    .cc-revoke, .cc-window {
        font-size: .875em
    }
}

@media (min-width: 90em) {
    .cc-revoke, .cc-window {
        font-size: 1em
    }
}

@media (min-width: 105em) {
    .cc-revoke, .cc-window {
        font-size: 1em
    }
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
    background-color: #d50c1f;
    color: rgba(31, 33, 38, .6)
}

.cc-window {
    background-color: #000;
    color: #fff
}

a.cc-link {
    color: #fff
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}