@import url(../js/lib/jqueryui/jquery-ui.min.css);

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

ol, ul {
    margin-bottom: 0
}

a img, a {
    border: none;
    outline: none
}

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

.clfix::before, .clfix::after {
    content: " ";
    display: table
}

.clfix::after {
    clear: both
}

.clearfix:after {
    content: " ";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0
}

input:focus, input:active, textarea:focus, textarea:active {
    outline: none
}

:invalid {
    box-shadow: none
}

:-moz-submit-invalid {
    box-shadow: none
}

:-moz-ui-invalid {
    box-shadow: none
}

fieldset {
    border: none
}

.button-row {
    margin-top: 1.5rem
}

@media all and (min-width: 992px) {
    .button-row {
        margin-top: 2.5rem
    }
}

.btn {
    color: #f8f9fa;
    display: inline-block;
    border: 0 none;
    padding: .625rem 2rem;
    background-color: #C80028;
    font-size: 1.25rem;
    line-height: 1.75rem;
    cursor: pointer;
    text-align: center;
    background-image: none;
    font-family: inherit
}

@media all and (min-width: 992px) {
    .btn {
        padding: .875rem 2rem
    }
}

.btn + .btn {
    margin: .75rem 0 0 0
}

@media all and (max-width: 575px) {
    .btn + .btn {
        margin: 1rem 0 0 0
    }
}

@media all and (min-width: 576px) {
    .btn + .btn {
        margin: 0 0 0 1.5rem
    }
}

@media all and (max-width: 575px) {
    .btn {
        width: 100%;
        display: block;
        margin: 0
    }
}

.btn:hover, .btn:active, .btn:focus {
    background-color: #99021e;
    background-image: none
}

.btn-secondary {
    background-color: #f8f9fa;
    color: #141414;
    border: 2px solid;
    padding: .75rem 1.875rem
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: transparent;
    color: #99021e
}

button, input[type=button], input[type=color], input[type=email], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=url], textarea {
    border-radius: 0
}

input[type=search] {
    -webkit-appearance: none
}

.popup-wrapper form, main form {
    margin: auto
}

.popup-wrapper .stage form, main .stage form {
    margin: 0
}

.popup-wrapper .form-row, main .form-row {
    padding: .875rem 0
}

@media all and (min-width: 576px) {
    .popup-wrapper .form-row, main .form-row {
        padding: 1.875rem 0
    }
}

@media all and (min-width: 992px) {
    .popup-wrapper .form-row, main .form-row {
        padding: .75rem 0 1.25rem
    }

    .popup-wrapper .form-row.submit-row, main .form-row.submit-row {
        padding-top: 4px
    }

    .popup-wrapper .form-row label, main .form-row label {
        display: block
    }
}

@media all and (min-width: 992px) {
    .popup-wrapper .form-row .col-lg-12, .popup-wrapper .form-row .col-lg-5, .popup-wrapper .form-row .col-lg-6, .popup-wrapper .form-row .col-lg-7, main .form-row .col-lg-12, main .form-row .col-lg-5, main .form-row .col-lg-6, main .form-row .col-lg-7 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media all and (min-width: 992px) {
    .popup-wrapper .form-row, main .form-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.popup-wrapper .form-row.red, main .form-row.red {
    color: #C80028
}

.popup-wrapper form#contact-form, main form#contact-form {
    max-width: 50rem;
    width: 100%
}

button, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
    padding: 1rem;
    color: #fff;
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.5rem;
    background-color: #3c3c3c;
    border: 1px solid #a4a8ab
}

@media all and (min-width: 992px) {
    button, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.input-error button, .input-error input[type=date], .input-error input[type=email], .input-error input[type=number], .input-error input[type=password], .input-error input[type=search], .input-error input[type=tel], .input-error input[type=text], .input-error select, .input-error textarea {
    border-color: #C80028
}

.input-valid button, .input-valid input[type=date], .input-valid input[type=email], .input-valid input[type=number], .input-valid input[type=password], .input-valid input[type=search], .input-valid input[type=tel], .input-valid input[type=text], .input-valid select, .input-valid textarea {
    border-color: #46B024
}

.white-theme button, .white-theme input[type=date], .white-theme input[type=email], .white-theme input[type=number], .white-theme input[type=password], .white-theme input[type=search], .white-theme input[type=tel], .white-theme input[type=text], .white-theme select, .white-theme textarea {
    background-color: #fff;
    color: #3c3c3c
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
    padding: .9375rem 3.25rem .9375rem 1rem
}

@media all and (min-width: 992px) {
    input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
        padding: .8125rem 3.25rem .8125rem 1rem
    }
}

@media all and (min-width: 992px) {
    input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
        padding-left: 1.5rem
    }
}

.input-error input[type=email], .input-error input[type=number], .input-error input[type=password], .input-error input[type=search], .input-error input[type=tel], .input-error input[type=text] {
    background: transparent url("../assets/icon/ico_wrong_red_H20.svg") calc(100% - 16px) center no-repeat;
    background-size: 1.25rem 1.25rem
}

.input-valid input[type=email], .input-valid input[type=number], .input-valid input[type=password], .input-valid input[type=search], .input-valid input[type=tel], .input-valid input[type=text] {
    background: transparent url("../assets/icon/ico_right_green_H20.svg") calc(100% - 16px) center no-repeat;
    background-size: 1.25rem 1.25rem
}

@media all and (min-width: 992px) {
    .input-error input[type=email], .input-valid input[type=email], .input-error input[type=number], .input-valid input[type=number], .input-error input[type=password], .input-valid input[type=password], .input-error input[type=search], .input-valid input[type=search], .input-error input[type=tel], .input-valid input[type=tel], .input-error input[type=text], .input-valid input[type=text] {
        background-position: calc(100% - 24px) center
    }
}

.white-theme button {
    background-color: #C80028;
    color: #fff
}

input, select, textarea {
    width: 100%
}

@media all and (min-width: 576px) {
    input.btn {
        width: auto
    }
}

textarea {
    min-height: 10.5rem;
    resize: vertical
}

@media all and (min-width: 992px) {
    textarea {
        min-height: 15.625rem
    }
}

select {
    max-width: 100%
}

label {
    display: inline-block;
    margin-bottom: 1rem
}

label a {
    padding: 5px 0 2px;
    border-bottom: 2px solid #C80028
}

.form-row {
    position: relative
}

@media all and (max-width: 767px) {
    .form-row {
        display: block
    }

    .form-row label {
        display: block
    }
}

.form-row > .powermail_label {
    padding: 0 1.25rem
}

.form-row .ui-selectmenu-button {
    width: 100%;
    min-width: 100%;
    border-radius: 0;
    padding: .9375rem 1rem;
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 992px) {
    .form-row .ui-selectmenu-button {
        padding: .8125rem 1.5rem
    }
}

.white-theme .form-row .ui-selectmenu-button {
    background-color: #fff
}

@media all and (min-width: 992px) {
    .form-row .ui-selectmenu-button {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.white-theme .form-row {
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 992px) {
    .white-theme .form-row {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .white-theme .form-row .smaller {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.white-theme .form-row p {
    font-size: 1.25rem
}

.white-theme .form-row .smaller {
    margin-top: .5rem;
    font-size: 1.125rem
}

.white-theme .form-row label {
    margin-bottom: .5rem
}

.white-theme .form-row label a {
    background-color: transparent
}

.white-theme .form-row label a:hover {
    background: #fff;
    border-color: #99021e
}

@media all and (max-width: 991px) {
    .white-theme .form-row {
        padding: 0
    }

    .white-theme .form-row [class*="col-"] {
        margin-bottom: 1.5rem;
        padding: 0 .75rem
    }
}

.form-row .popup-wrapper:last-child [class*="col-"], main .form-row:last-child [class*="col-"] {
    margin-bottom: 0
}

main .popup-opener .form-row:last-child [class*="col-"] {
    margin-bottom: 1.5rem
}

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

.form-row .col-lg-12 {
    min-width: 100%;
    margin: 0
}

.major-error-message {
    background-color: #C80028;
    color: #fff;
    padding: 1rem 1rem 1rem 4.125rem;
    background: #C80028 url("../assets/icon/ico_warning_white_H26.svg") 1.5rem center no-repeat;
    background-size: 1.625rem 1.625rem;
    margin-top: .625rem
}

body .row .major-error-message {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.input-error .ui-button {
    border-color: #C80028
}

.form-message {
    display: block;
    margin-top: .25rem;
    font-size: 1rem;
    line-height: 1.25rem
}

.input-error .form-message {
    color: #C80028
}

[type=checkbox] {
    position: absolute;
    left: 0;
    width: auto;
    opacity: 0;
    z-index: 0
}

[type=checkbox] + label {
    padding-left: 1.75rem;
    position: relative
}

[type=checkbox] + label:before {
    content: " ";
    width: 26px;
    height: 26px;
    display: inline-block;
    z-index: 10;
    cursor: pointer;
    background: transparent url("../assets/icon/ico_checkbox-inactice_H26.svg") center center/26px 26px no-repeat;
    position: absolute;
    left: 0;
    top: .25rem
}

.form-row [type=checkbox] + label:before {
    top: 0
}

.form-row [type=checkbox] + label {
    padding-left: 2.625rem
}

@media all and (min-width: 992px) {
    .form-row [type=checkbox] + label {
        font-size: 1.125rem
    }
}

[type=checkbox]:checked + label:before {
    background-image: url("../assets/icon/ico_checkbox-actice_H26.svg")
}

.white-theme [type=checkbox]:checked + label:before {
    background-image: url("../assets/icon/ico_checkbox-actice-black_H26.svg")
}

[type=checkbox]:disabled + label {
    color: #a4a8ab
}

[type=checkbox]:disabled + label:before {
    cursor: default
}

[type=radio] {
    position: absolute;
    left: 0;
    width: auto;
    opacity: 0;
    z-index: 0
}

input[type="date"]:hover::-webkit-calendar-picker-indicator {
    color: red
}

input[type="date"]:hover:after {
    color: #555;
    padding-right: 5px
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.radio {
    margin-bottom: 1rem;
    position: relative
}

.radio input {
    left: 0;
    top: .25rem
}

.radio input + label {
    padding-left: 2.625rem;
    position: relative
}

.radio input + label:before {
    content: " ";
    width: 26px;
    height: 26px;
    display: inline-block;
    z-index: 10;
    cursor: pointer;
    background: transparent url("../assets/icon/ico_radiobutton_inaktiv_H26.svg") center center/26px 26px no-repeat;
    position: absolute;
    left: 0;
    top: .25rem
}

.radio input:checked + label:before {
    background-image: url("../assets/icon/ico_radiobutton_aktiv_H26.svg")
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: .5rem;
    width: 100%
}

@media all and (min-width: 576px) {
    .upload-btn-wrapper {
        display: inline-block;
        width: 18.5rem
    }
}

.upload-btn-wrapper .btn {
    height: 2.75rem;
    width: 100%;
    padding: 0;
    background-color: #fff;
    border: 1px solid #a4a8ab;
    position: relative
}

.upload-btn-wrapper .btn > span {
    color: #3c3c3c;
    display: block;
    text-align: left;
    padding-left: 3.75rem;
    line-height: 1rem;
    font-size: 1.125rem
}

@media all and (min-width: 992px) {
    .upload-btn-wrapper .btn > span {
        font-size: 1.25rem
    }
}

.upload-btn-wrapper .btn:before {
    content: ' ';
    width: 2.75rem;
    display: block;
    height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: -1px;
    background: #C80028 url("../assets/icon/ico_upload_white_H20.svg") center center/20px 20px no-repeat
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    z-index: 100;
    cursor: pointer;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%
}

.upload-btn-wrapper input[type=file]:active + .btn, .upload-btn-wrapper input[type=file]:focus + .btn, .upload-btn-wrapper input[type=file]:hover + .btn {
    background-color: #E7E7E7
}

.upload-btn-wrapper input[type=file]:active + .btn:before, .upload-btn-wrapper input[type=file]:focus + .btn:before, .upload-btn-wrapper input[type=file]:hover + .btn:before {
    background-color: #99021e
}

.upload-btn-wrapper + .selected-file {
    padding: 0;
    font-size: 1rem
}

@media all and (min-width: 576px) {
    .upload-btn-wrapper + .selected-file {
        padding: .875rem;
        display: inline-block;
        vertical-align: top;
        line-height: 1.25rem
    }
}

.filter-form {
    width: auto;
    margin: auto;
    padding: 0 0 1.5rem
}

.filter-form > .row {
    display: block;
    margin: auto
}

@media all and (min-width: 992px) {
    .filter-form {
        padding: 0 0 3.5rem
    }
}

.filter-form fieldset {
    display: block
}

.filter-form legend {
    font-family: 'MetricWeb-Light', Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    display: inline-block;
    margin-bottom: 1rem;
    color: #fff
}

@media all and (max-width: 767px) {
    .filter-form legend {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-left: .25rem
    }
}

.filter-form .form-row {
    padding: 0;
    margin-bottom: 1.625rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center
}

@media all and (min-width: 992px) {
    .filter-form .form-row {
        margin-bottom: 2.25rem
    }
}

.filter-form .form-row li {
    text-align: left
}

@media all and (max-width: 767px) {
    .filter-form .form-row {
        margin-bottom: 2.5rem;
        display: block
    }
}

@media all and (min-width: 992px) {
    .filter-form .form-row {
        display: block
    }
}

.ui-selectmenu-menu {
    z-index: 300
}

.ui-selectmenu-menu ul {
    margin-top: -1px;
    border-radius: 0
}

.ui-selectmenu-menu .ui-menu {
    max-height: 12.5rem
}

.ui-menu .ui-menu-item-wrapper {
    padding: 1rem 1.5rem
}

body .ui-menu-item-wrapper {
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 992px) {
    body .ui-menu-item-wrapper {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

body .ui-button {
    line-height: 1.5rem;
    border-color: #a4a8ab
}

@media all and (min-width: 992px) {
    body .ui-button {
        line-height: 1.75rem
    }
}

body .ui-button .ui-icon {
    margin-top: .25rem;
    background: transparent url("../assets/icon/ico_arrow_down_white_H20.svg") center center/20px 20px no-repeat !important;
    width: 20px;
    height: 20px
}

body .ui-button.ui-selectmenu-button-open .ui-icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

body .ui-menu-item-wrapper {
    color: #141414
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    background-color: #E7E7E7;
    border-color: #fff;
    color: #141414
}

.form-wrapper h2 {
    text-align: center;
    margin-bottom: 1.5rem
}

@media all and (min-width: 992px) {
    .form-wrapper h2 {
        margin-bottom: 2.5rem
    }
}

.form-wrapper p {
    margin-bottom: 1.5rem
}

.form-wrapper form > div {
    position: relative;
    min-height: 3.5rem;
    margin-bottom: 1.5rem
}

.form-wrapper form > div > span {
    z-index: 20
}

.form-wrapper form .full-row, .form-wrapper form .left-row, .form-wrapper form .right-row {
    margin-bottom: 1.5rem
}

@media all and (min-width: 576px) {
    .form-wrapper form .full-row, .form-wrapper form .left-row, .form-wrapper form .right-row {
        margin-bottom: 2rem
    }
}

.form-wrapper form .button-row {
    text-align: center;
    margin-bottom: 0
}

@media all and (min-width: 576px) {
    .form-wrapper form .full-row .ui-selectmenu-button {
        width: 100%
    }

    .form-wrapper form .left-row, .form-wrapper form .right-row {
        display: inline-block;
        min-height: 3.625rem
    }

    .form-wrapper form .left-row {
        width: calc(40% - 15px);
        float: left
    }
}

@media all and (min-width: 576px) and (min-width: 992px) {
    .form-wrapper form .left-row {
        width: calc(40% - 20px)
    }
}

@media all and (min-width: 576px) {
    .form-wrapper form .right-row {
        width: calc(60% - 15px);
        float: right;
        padding: 0
    }
}

@media all and (min-width: 576px) and (min-width: 992px) {
    .form-wrapper form .right-row {
        width: calc(60% - 20px)
    }
}

@media all and (min-width: 576px) {
    .form-wrapper form .right-row .ui-selectmenu-button {
        width: 100%
    }

    .form-wrapper form .button-row {
        clear: both;
        text-align: left
    }

    .form-wrapper form .button-row .btn {
        margin-left: calc(40% + 15px)
    }
}

@media all and (min-width: 576px) and (min-width: 992px) {
    .form-wrapper form .button-row .btn {
        margin-left: calc(40% + 20px)
    }
}

@media all and (min-width: 576px) {
    .form-wrapper form .button-row .btn {
        width: auto;
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }
}

.form-wrapper .full-row input[type=text], .form-wrapper .left-row input[type=text] {
    line-height: 1.5rem;
    font-size: 1.125rem;
    padding: .9375rem 1rem
}

@media all and (min-width: 576px) {
    .form-wrapper .full-row input[type=text], .form-wrapper .left-row input[type=text] {
        padding: .9375rem 1.5rem
    }
}

.form-wrapper .ui-selectmenu-button {
    font-family: inherit;
    color: #fff;
    border-radius: 0;
    background-color: #3c3c3c;
    border-color: #a4a8ab;
    width: 100%;
    max-width: 100%;
    line-height: 1.5rem;
    font-size: 1.125rem;
    padding: .9375rem 1rem;
    margin: auto
}

@media all and (min-width: 576px) {
    .form-wrapper .ui-selectmenu-button {
        width: 23.75rem;
        line-height: 1.5rem;
        font-size: 1.125rem;
        padding: .9375rem 1.5rem
    }
}

.form-wrapper .ui-selectmenu-button ~ .ui-selectmenu-button {
    margin-left: 1.375rem
}

@media all and (max-width: 767px) {
    .form-wrapper .ui-selectmenu-button {
        width: 100%;
        max-width: 100%
    }

    .form-wrapper .ui-selectmenu-button ~ .ui-selectmenu-button {
        margin-left: 0;
        margin-top: 1rem
    }
}

.input-range-wrapper {
    padding: .75rem 0 .625rem
}

@media all and (max-width: 575px) {
    .input-range-wrapper {
        padding-top: 0
    }

    .input-range-wrapper .range-field-wrapper {
        padding-top: 0
    }
}

.input-range-wrapper .range-field-wrapper {
    display: flex;
    align-items: end;
    padding-top: .625rem
}

.input-range-wrapper .range-field-wrapper > div {
    width: 50%;
    flex-grow: 1
}

li .input-range-wrapper .range-field-wrapper div label {
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    margin-bottom: .25rem
}

.input-range-wrapper .range-field-wrapper input {
    padding: .3125rem .5rem;
    background-color: transparent;
    line-height: 1.75rem;
    border-color: rgba(151, 151, 151, 0.8)
}

.input-range-wrapper .range-field-wrapper .minus {
    padding: .5rem .625rem;
    margin-top: 1.5rem
}

.input-range-wrapper .ui-slider-handle {
    background: #fff;
    box-shadow: 0 .125rem .375rem 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 1px solid #fff;
    width: 1.25rem;
    height: 1.25rem;
    outline: 0 none;
    top: -.5rem;
    cursor: pointer
}

.input-range-wrapper .ui-slider {
    height: .25rem;
    background-color: #a4a8ab;
    border-radius: 0;
    border: 0 none;
    margin-bottom: .75rem
}

@media all and (max-width: 575px) {
    .input-range-wrapper .ui-slider {
        display: none
    }
}

.input-range-wrapper .ui-slider-range {
    border: 0 none;
    background-color: #C80028
}

.ui-selectmenu-text {
    font-family: 'MetricWeb-Regular', Arial, sans-serif
}

@media all and (min-width: 992px) {
    .ui-selectmenu-text {
        font-size: 1.25rem
    }
}

.container-fluid .tx-felogin-pi1 {
    padding-bottom: 2.5rem
}

@media all and (min-width: 992px) {
    .container-fluid .tx-felogin-pi1 {
        margin-top: 5rem
    }
}

@media all and (min-width: 992px) {
    .container-fluid .tx-felogin-pi1 {
        padding-bottom: 5rem
    }
}

.container-fluid .tx-felogin-pi1 h2, .container-fluid .tx-felogin-pi1 h3 {
    margin-bottom: 1.5rem
}

.container-fluid .tx-felogin-pi1 h2 ~ p, .container-fluid .tx-felogin-pi1 h3 ~ p {
    margin-bottom: 1rem
}

@media all and (min-width: 992px) {
    .container-fluid .row-padding + .tx-felogin-pi1 {
        margin-top: -1.5rem
    }
}

.popup-wrapper .close a, .popup-wrapper .close img {
    display: inline-block;
    overflow: hidden
}

.popup-wrapper input, .popup-wrapper button, .popup-wrapper select {
    font-family: inherit
}

@media all and (min-width: 992px) {
    .popup-wrapper .tx-felogin-pi1 {
        padding-top: 2.5rem
    }
}

.popup-wrapper .tx-felogin-pi1 form {
    min-height: 50px
}

.popup-wrapper .intro_text_wrapper p {
    margin-bottom: 1rem
}

.popup-wrapper .intro_text_wrapper .major-error-message {
    margin-top: 1.5rem
}

.intro_text_wrapper h1 + .major-error-message, .intro_text_wrapper h2 + .major-error-message {
    margin-top: 1.5rem
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.image-wrapper, .image-wrapper picture {
    line-height: 0;
    font-size: 0
}

.paragraph .image-wrapper.whitebox.left, .paragraph .image-wrapper picture.whitebox.left {
    margin-bottom: 52px;
    float: left;
    margin: 0 2.5rem 3.25rem 0;
    max-width: 182px;
    min-width: 182px
}

.paragraph .image-wrapper.whitebox.left img, .paragraph .image-wrapper picture.whitebox.left img {
    background-color: white;
    padding: 16px;
    display: block
}

.paragraph .image-wrapper.whitebox.left + p, .paragraph .image-wrapper picture.whitebox.left + p {
    padding-left: 222px;
    margin-bottom: 52px
}

@media all and (max-width: 991px) {
    .paragraph .image-wrapper.whitebox.left, .paragraph .image-wrapper picture.whitebox.left {
        margin-right: 30px
    }

    .paragraph .image-wrapper.whitebox.left + p, .paragraph .image-wrapper picture.whitebox.left + p {
        padding-left: 212px
    }
}

@media all and (max-width: 575px) {
    .paragraph .image-wrapper.whitebox.left, .paragraph .image-wrapper picture.whitebox.left {
        margin: 0 16px 0 0;
        float: none;
        max-width: none;
        width: 100%;
        float: none;
        height: auto;
        background-color: white
    }

    .paragraph .image-wrapper.whitebox.left img, .paragraph .image-wrapper picture.whitebox.left img {
        width: auto
    }

    .paragraph .image-wrapper.whitebox.left + p, .paragraph .image-wrapper picture.whitebox.left + p {
        padding-left: 0;
        margin-bottom: 34px
    }

    .paragraph .image-wrapper.whitebox.left figcaption, .paragraph .image-wrapper picture.whitebox.left figcaption {
        background-color: #3c3c3c;
        padding-bottom: 0.5rem
    }
}

body {
    background: #141414;
    margin: 0 auto;
    overflow-x: hidden
}

img {
    max-width: 100%
}

.hide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

main {
    background-color: #3c3c3c;
    overflow: auto;
    display: block
}

main .section {
    max-width: 76.25rem;
    margin: auto;
    width: 100%
}

main .stage + .product-overview-wrapper, main .stage + .top-actions {
    margin-top: 0
}

main .row-column {
    flex-direction: column
}

img, picture {
    max-width: 100%
}

.align-right {
    text-align: right;
}

@media all and (max-width: 575px) {
    img, picture {
        width: 100%;
        display: block;
        height: auto;
        max-height: none
    }
}

figure:focus {
    outline: 0 none
}

figcaption {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #a4a8ab
}

.slick-dots {
    margin-top: 1.5rem;
    text-align: center
}

.slick-dots li {
    width: auto;
    display: inline-block;
    margin: 0 .625rem
}

.slick-dots button {
    height: .75rem;
    width: .75rem;
    color: transparent;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: #a4a8ab;
    border-radius: 50%;
    cursor: pointer
}

.slick-dots button:active, .slick-dots button:focus {
    outline: 0 none
}

.slick-dots .slick-active button {
    background: #f8f9fa
}

.bg-dark-grey {
    background-color: #3c3c3c
}

.bg-dark-grey + .bg-dark-grey {
    margin-top: 1px
}

.content-wrapper {
    max-width: 76.25rem;
    margin: 2.5rem auto;
    display: block;
    display: block;
    width: 100%
}

@media all and (min-width: 992px) {
    .content-wrapper {
        margin: 5rem auto
    }
}

.content {
    max-width: 800px;
    margin: 0 auto
}

.content h2 {
    margin-bottom: 2.5rem
}

@media all and (max-width: 767px) {
    .content h2 {
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.content h3 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 1.75rem
}

@media all and (max-width: 767px) {
    .content h3 {
        margin-bottom: .5rem
    }
}

@media all and (min-width: 768px) {
    .content h3 {
        line-height: 2rem
    }
}

.content p {
    margin-bottom: 1.5rem
}

@media all and (max-width: 767px) {
    .content p {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media all and (min-width: 768px) {
    .content p {
        margin-bottom: 2.5rem
    }
}

.content ol, .content ul {
    padding-left: 1.25rem;
    margin-bottom: 1.5rem
}

@media all and (min-width: 768px) {
    .content ol, .content ul {
        margin-bottom: 2.5rem
    }
}

.content .paragraph ol:last-child, .content .paragraph ul:last-child {
    margin-bottom: 0
}

hr {
    border: 0;
    border-top: 1px solid #141414;
    margin: 0 -15px;
    clear: both
}

hr.light_divider {
    border-top: 1px solid #adb5bd;
    margin: 0 0 24px
}

.text-image-2-cols picture {
    display: inline-block;
    margin-bottom: .5rem
}

.text-image-2-cols figcaption {
    margin-bottom: 1.5rem
}

@media all and (min-width: 768px) {
    .text-image-2-cols figcaption {
        margin-bottom: 2.5rem
    }
}

@media all and (min-width: 768px) {
    .text-image-2-cols {
        display: flex
    }

    .text-image-2-cols .image-wrapper, .text-image-2-cols .text-wrapper {
        width: 50%
    }

    .text-image-2-cols .text-wrapper {
        padding: 0 1.25rem 0 0
    }

    .text-image-2-cols .image-wrapper {
        padding: 0 0 0 1.25rem
    }

    .text-image-2-cols.image-left .text-wrapper {
        order: 2;
        padding: 0 0 0 1.25rem
    }

    .text-image-2-cols.image-left .image-wrapper {
        order: 1;
        padding: 0 1.25rem 0 0
    }

    .text-image-2-cols picture {
        margin-bottom: 1rem
    }
}

iframe {
    border: 0 none;
    max-width: 100%;
    margin: 40px auto;
    width: 100%
}

@media all and (min-width: 800px) {
    iframe {
        max-width: 50rem;
        margin: 80px calc(50% - 400px)
    }
}

@font-face {
    font-family: 'MetricWeb-Light';
    src: url("../fonts/MetricWeb-Light.eot");
    src: url("../fonts/MetricWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Light.woff") format("woff"), url("../fonts/Metric-Light.ttf") format("truetype")
}

@font-face {
    font-family: 'MetricWeb-Regular';
    src: url("../fonts/MetricWeb-Regular.eot");
    src: url("../fonts/MetricWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Regular.woff") format("woff"), url("../fonts/Metric-Regular.ttf") format("truetype")
}

@font-face {
    font-family: 'MetricWeb-Medium';
    src: url("../fonts/MetricWeb-Medium.eot");
    src: url("../fonts/MetricWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Medium.woff") format("woff"), url("../fonts/Metric-Medium.ttf") format("truetype")
}

body {
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem
}

body a {
    color: #fff;
    text-decoration: none
}

body nav ul {
    list-style: none
}

body h1 {
    font-family: 'MetricWeb-Light', Arial, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase
}

@media all and (min-width: 992px) {
    body h1 {
        font-size: 3.375rem;
        line-height: 3.5rem
    }
}

body h2 {
    font-family: 'MetricWeb-Light', Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase
}

@media all and (min-width: 992px) {
    body h2 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

body h3, body .h3 {
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem
}

@media all and (min-width: 992px) {
    body h3, body .h3 {
        font-family: 'MetricWeb-Light', Arial, sans-serif;
        font-size: 1.75rem;
        line-height: 2rem
    }
}

body b {
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    font-weight: normal
}

body .content-link, body .popup-wrapper.white-theme p a, body main .paragraph li a, body main h3 a, body main p a {
    background-image: linear-gradient(to right, #C80028, #C80028);
    background-position: 0 100%;
    text-indent: 0;
    background-repeat: repeat-x;
    background-size: 1px 2px;
    display: inline
}

body .content-link:active, body .content-link:focus, body .content-link:hover, body .popup-wrapper.white-theme p a:active, body .popup-wrapper.white-theme p a:focus, body .popup-wrapper.white-theme p a:hover, body main .paragraph li a:active, body main .paragraph li a:focus, body main .paragraph li a:hover, body main h3 a:active, body main h3 a:focus, body main h3 a:hover, body main p a:active, body main p a:focus, body main p a:hover {
    background-image: linear-gradient(to right, white, white)
}

body h1, body h2, body h3, body h4, body h5 {
    font-weight: normal
}

.modul-headlline {
    background-color: white;
    color: #333333;
    padding: 1rem;
    font-size: 2em;
    text-align: center;
    margin: 0 -15px
}

.text-link {
    background-image: linear-gradient(to right, #C80028, #C80028);
    background-repeat: repeat-x;
    background-size: 1px 2px;
    background-position: 0 100%;
    display: inline-block
}

.text-link:hover {
    background-image: linear-gradient(to right, white, white)
}

.light-text {
    color: #a4a8ab
}

main strong {
    font-weight: normal;
    font-family: 'MetricWeb-Medium', Arial, sans-serif;
}

html:lang(ru) main strong {
    font-weight: bold;
}

sub, sup {
    line-height: 0
}

.text-center {
    text-align: center
}

.row .wrapper h2 {
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

@media all and (min-width: 992px) {
    .row .wrapper h2 {
        margin-bottom: 2.5rem
    }
}

.row .wrapper h2.searched-for {
    text-transform: none
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media all and (max-width: 991px) {
    .hidden-mobile {
        display: none
    }
}

@media all and (min-width: 992px) {
    .hidden-desktop {
        display: none
    }
}

.fixed {
    position: fixed;
    width: 100%
}

main .row-padding {
    padding: 2.5rem .75rem
}

@media all and (min-width: 576px) {
    main .row-padding {
        padding: 2.5rem 1.875rem
    }
}

@media all and (min-width: 992px) {
    main .row-padding {
        padding: 5rem 2.5rem
    }
}

main .row-padding + .row-padding, main .row-padding + .col-3-teaser {
    padding-top: 0
}

main .row-padding.top-actions + .row-padding, main .row-padding.top-actions + .col-3-teaser {
    padding-top: 40px
}

@media all and (min-width: 992px) {
    main .row-padding.top-actions + .row-padding, main .row-padding.top-actions + .col-3-teaser {
        padding-top: 80px
    }
}

main article .row {
    padding-left: 0;
    padding-right: 0
}

main article .row .large-image-teaser {
    padding: 0 15px
}

main article.content .row, main article .content .row {
    padding-left: 12px;
    padding-right: 12px
}

@media all and (min-width: 576px) {
    main article.content .row, main article .content .row {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width: 992px) {
    main article.content .row, main article .content .row {
        padding-left: 40px;
        padding-right: 40px
    }
}

main article.content .row .row-padding, main article .content .row .row-padding {
    padding-top: 0
}

main article hr {
    margin: 0
}

.wrapper {
    max-width: 1220px;
    margin: 0;
    width: 100%
}

@media (min-width: 992px) and (max-width: 1200px) {
    .wrapper {
        margin: 0 10px
    }
}

@media (min-width: 1200px) {
    .wrapper {
        margin: 0 auto
    }
}

.wrapper .column-1, .wrapper .column-2, .wrapper .column-3, .wrapper .column-4 {
    display: flex;
    flex-wrap: wrap
}

@media all and (max-width: 767px) {
    .wrapper .column-1, .wrapper .column-2, .wrapper .column-3, .wrapper .column-4 {
        justify-content: space-between;
        flex-direction: row;
        display: flex
    }
}

@media all and (min-width: 576px) {
    .wrapper .column-1, .wrapper .column-2, .wrapper .column-3, .wrapper .column-4 {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media all and (min-width: 992px) {
    .wrapper .column-1, .wrapper .column-2, .wrapper .column-3, .wrapper .column-4 {
        padding: 0;
        margin: 0 -20px
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .wrapper .column-1, .wrapper .column-2, .wrapper .column-3, .wrapper .column-4 {
        margin: 0 -20px
    }
}

.wrapper .item {
    flex: 0 1 100%
}

.wrapper-800 {
    max-width: 800px
}

@media all and (min-width: 768px) {
    .wrapper-800 {
        margin: 0 auto
    }
}

@media all and (min-width: 840px) {
    .wrapper-800 {
        margin: 0 auto
    }
}

.wrapper-800 h2 {
    text-align: center
}

.column-1 .item {
    flex: 0 0 100%;
    max-width: 100%
}

@media all and (min-width: 576px) {
    .column-1 .item {
        margin: 0 0 56px;
        padding: 0 15px
    }
}

@media all and (min-width: 992px) {
    .column-1 .item {
        padding: 0 20px
    }
}

@media all and (min-width: 576px) {
    .column-2 .item {
        flex-direction: column;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px
    }
}

@media all and (min-width: 768px) {
    .column-2 .item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media all and (min-width: 992px) {
    .column-2 .item {
        padding: 0 20px
    }
}

.column-2 .item:nth-child(2n+2) {
    margin-left: 0
}

@media all and (max-width: 575px) {
    .column-2 .item {
        margin-bottom: 30px
    }
}

@media all and (min-width: 576px) {
    .column-3 .item {
        flex-direction: column;
        margin: 0 0 56px;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px
    }
}

@media all and (min-width: 768px) {
    .column-3 .item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media all and (min-width: 992px) {
    .column-3 .item {
        padding: 0 20px
    }
}

.column-3 .item:nth-child(3n+3) {
    margin-left: 0
}

@media all and (min-width: 576px) {
    .column-4 .item {
        flex-direction: column;
        margin: 0 0 56px;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px
    }
}

@media all and (min-width: 768px) {
    .column-4 .item {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media all and (min-width: 992px) {
    .column-4 .item {
        padding: 0 20px
    }
}

.column-4 .item:nth-child(4n+4) {
    margin-left: 0
}

.white-theme {
    background-color: white;
    color: #141414
}

.white-theme .row-padding {
    background-color: white
}

.white-theme a {
    color: #141414
}

.white-theme a:hover {
    background-image: linear-gradient(to right, #141414, #141414)
}

.white-theme .btn {
    color: #fff
}

.white-theme .btn:hover {
    background-image: none
}

.white-theme hr {
    border-color: #a4a8ab
}

.white-theme hr.light_divider {
    border-color: #a4a8ab
}

.white-theme .stage {
    color: #fff
}

.white-theme .ui-button:active {
    border-color: #ccc
}

.white-theme .ui-button .ui-icon {
    background-image: url("../assets/icon/ico_arrow_down_grey-1_H20.svg") !important
}

.tab-filter-nav {
    margin: 0 -3px
}

@media all and (min-width: 576px) {
    .tab-filter-nav {
        margin: 0;
        width: 100%
    }
}

.tab-filter-nav select::-moz-focus-inner {
    outline: none !important
}

.tab-filter-nav select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.tab-filter-nav.filter ul {
    margin: 0 auto 40px
}

.tab-filter-nav ul {
    display: none;
    width: 100%;
    list-style: none;
    margin: 1.5rem auto;
    font-size: 1.25rem
}

@media all and (min-width: 576px) {
    .tab-filter-nav ul {
        display: flex
    }
}

@media all and (min-width: 992px) {
    .tab-filter-nav ul {
        margin: 2.5rem auto
    }
}

.stage + .row-padding .tab-filter-nav ul {
    margin-top: -1rem
}

.tab-filter-nav .select-wrappper {
    margin: .5rem auto 1.5rem
}

@media all and (min-width: 576px) {
    .tab-filter-nav .select-wrappper {
        margin: 1.5rem auto
    }
}

.tab-filter-nav .select-wrappper label {
    margin-bottom: 1rem;
    font-size: 1.125rem
}

.tab-filter-nav .select-wrappper select {
    width: 100%;
    font-size: 1.25rem
}

@media all and (min-width: 576px) {
    .tab-filter-nav .select-wrappper {
        display: none
    }
}

.tab-filter-nav select {
    background: #3c3c3c url(../assets/icon/ico_arrow_down_white_H20.svg) right 18px center/20px 20px no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    outline: none 0
}

.white-theme .tab-filter-nav select {
    background-color: #C80028;
    border-color: #C80028;
    color: #fff
}

.tab-filter-nav li {
    flex-grow: 1
}

.tab-filter-nav li a {
    display: block;
    text-align: center;
    padding: 1rem;
    border-bottom: 2px solid;
    color: #a4a8ab;
    position: relative;
    transition: color 0.2s
}

.tab-filter-nav li a:hover {
    background-image: none
}

.tab-filter-nav li a:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    background-color: #C80028;
    left: 0;
    bottom: -2px;
    transition: height 0.2s, bottom 0.2s;
    transition-timing-function: linear
}

.tab-filter-nav li a.is-active {
    color: #fff
}

.white-theme .tab-filter-nav li a.is-active {
    color: #141414
}

.tab-filter-nav li a.is-active:after {
    height: 8px;
    bottom: -5px
}

.tab-filter-nav li a * {
    pointer-events: none
}

.toggle-tabs {
    padding-bottom: 24px
}

.toggle-tabs.filter {
    padding-bottom: 0
}

.white-theme .wrapper .toggle-tabs {
    padding-bottom: 0
}

.white-theme .wrapper .toggle-tabs h2 {
    text-align: left;
    text-transform: none
}

.toggle-tabs form {
    display: block;
    margin: 0
}

.toggle-tabs .paragraph {
    padding: 0;
    margin: auto
}

@media all and (min-width: 768px) {
    .toggle-tabs {
        padding-bottom: 80px
    }
}

.toggle-tabs .paragraph h3, .toggle-tabs h3 {
    line-height: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-family: 'MetricWeb-Regular', Arial, sans-serif
}

@media all and (min-width: 768px) {
    .toggle-tabs .paragraph h3, .toggle-tabs h3 {
        line-height: 2rem;
        margin-bottom: .5rem
    }
}

@media all and (min-width: 992px) {
    .toggle-tabs .paragraph h3, .toggle-tabs h3 {
        font-size: 1.75rem;
        font-family: 'MetricWeb-Light', Arial, sans-serif
    }
}

.toggle-tabs .paragraph h3 + hr, .toggle-tabs h3 + hr {
    margin-top: 0
}

.toggle-tabs .contact p {
    font-size: 1.125rem
}

.toggle-tabs form {
    margin-bottom: 0
}

.toggle-tabs form + .contact {
    margin-top: 2rem
}

@media all and (min-width: 576px) {
    .toggle-tabs form + .contact {
        margin-top: 3.5rem
    }
}

@media all and (min-width: 992px) {
    .toggle-tabs form + .contact {
        margin-top: 0
    }
}

.toggle-tabs .paragraph.contact:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

header {
    background-color: #141414;
    border-bottom: 1px solid #3c3c3c
}

@media all and (max-width: 991px) {
    header .row {
        justify-content: space-between
    }
}

header .logo {
    display: flex;
    align-items: center;
    order: 2
}

header .logo img {
    height: 1.5rem;
    display: inline-block;
    width: auto
}

header .logo img + img {
    margin-left: 1rem
}

@media all and (min-width: 1100px) {
    header .logo img + img {
        margin-left: 2.5rem
    }
}

@media all and (min-width: 992px) {
    header .logo img {
        height: 30px
    }

    header .logo img.aeg {
        width: 78px
    }

    header .logo img.ps {
        width: 75px
    }
}

@media all and (max-width: 991px) {
    header .logo {
        margin: 0 auto;
        flex-grow: 1;
        background-color: #141414;
        z-index: 1000;
        justify-content: center
    }
}

@media all and (min-width: 992px) {
    header .logo {
        padding: 0.5rem 1rem;
        order: 2;
        border-right: 1px solid #3c3c3c;
        padding-right: 1.5rem
    }
}

@media all and (min-width: 1100px) {
    header .logo {
        width: 250px
    }
}

@media all and (min-width: 1200px) {
    header .logo {
        width: 280px;
        padding-left: 24px
    }
}

.mobile-nav-trigger {
    background-color: transparent;
    border: 0;
    width: 62px;
    order: 1;
    z-index: 1000;
    background-color: #141414
}

@media all and (min-width: 992px) {
    .mobile-nav-trigger {
        display: none
    }
}

.mobile-nav-trigger .burger {
    position: relative
}

.mobile-nav-trigger .burger-bar:after, .mobile-nav-trigger .burger-bar:before {
    content: '';
    position: absolute;
    left: 0
}

.mobile-nav-trigger .burger-bar:before {
    top: -10px
}

.mobile-nav-trigger .burger-bar:after {
    top: 10px
}

.mobile-nav-trigger .burger-bar, .mobile-nav-trigger .burger-bar:after, .mobile-nav-trigger .burger-bar:before {
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    transition-property: background-color, top, -webkit-transform;
    transition-property: background-color, transform, top;
    transition-property: background-color, transform, top, -webkit-transform;
    display: block;
    position: relative
}

.mobile-nav-trigger.active .burger-bar {
    background-color: transparent
}

.mobile-nav-trigger.active .burger-bar:before {
    top: 2px;
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-nav-trigger.active .burger-bar:after {
    top: 0;
    -webkit-transform: rotate(-45deg) translate(9px, -7px);
    transform: rotate(-45deg) translate(9px, -7px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.meta-nav {
    order: 6;
    line-height: 1.5rem;
    min-height: 3.0625rem;
    display: none
}

.meta-nav a {
    display: inline-block;
    color: #141414;
    font-size: 1.125rem
}

@media all and (min-width: 992px) {
    .meta-nav a {
        font-size: 1rem
    }
}

@media all and (min-width: 992px) {
    .meta-nav {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 100%;
        order: 1;
        border-bottom: 1px solid #3c3c3c
    }

    .meta-nav a {
        color: #ccc
    }

    .meta-nav nav:first-child {
        margin-left: auto
    }

    .meta-nav li, .meta-nav nav, .meta-nav ul {
        display: inline-block
    }
}

.meta-nav :not(.lang-selection) ul:hover {
    cursor: pointer;
}

.meta-nav :not(.lang-selection) li a {
    padding: .75rem 1rem
}

.meta-nav :not(.lang-selection) li:hover a {
    color: white;
    outline: none;
}

.meta-nav li:last-child a {
    padding-right: 1rem
}

@media all and (min-width: 992px) {
    .meta-nav li:last-child a {
        padding-right: 1.5rem
    }
}

.meta-nav .lang-selection > button {
    background-color: transparent;
    color: #141414;
    border: 0;
    font-size: 1rem;
    line-height: 1.5rem
}

.meta-nav .lang-selection > button:hover {
    cursor: pointer;
    color: white
}

.meta-nav .lang-selection > button:focus {
    outline: none;
    color: white
}

@media all and (max-width: 991px) {
    .meta-nav .lang-selection > button {
        padding: 12px 16px;
        font-size: 1.125rem;
        font-family: 'MetricWeb-Regular', Arial, sans-serif;
        background: url("../assets/icon/ico_arrow_right_small_red_H20.svg") no-repeat;
        background-position: right 14px center;
        background-size: 20px;
        width: 100%;
        text-align: left
    }

    .meta-nav .lang-selection > button:active, .meta-nav .lang-selection > button .active {
        color: #C80028
    }
}

@media all and (min-width: 992px) {
    .meta-nav .lang-selection {
        vertical-align: top;
        position: relative
    }

    .meta-nav .lang-selection > button {
        color: #ccc;
        padding: 12px 16px
    }

    .meta-nav .lang-selection > button.active + ul {
        display: block
    }

    .meta-nav .lang-selection ul {
        display: none;
        position: absolute;
        left: 0;
        background-color: #141414;
        top: 53px;
        z-index: 10000;
        min-width: 150px
    }

    .meta-nav .lang-selection ul li {
        display: block
    }

    .meta-nav .lang-selection ul li.is-active {
        display: none
    }

    .meta-nav .lang-selection ul li img {
        width: 1.25rem;
        height: 1.25rem
    }
}

.meta-nav .lang-selection.is-open ul li {
    height: 2rem
}

@media all and (max-width: 991px) {
    .main-nav {
        order: 5;
        width: 100%;
        height: calc(100vh - 62px);
        position: fixed;
        overflow: scroll;
        z-index: 900;
        margin-top: 62px;
        -webkit-transform: translateY(-100vh);
        transform: translateY(-100vh);
        opacity: 0.5;
        transition: all 0.3s ease-in-out;
        overflow-x: hidden;
        background-color: #E7E7E7
    }

    .main-nav > nav {
        background-color: white
    }

    .main-nav .meta-nav {
        padding-top: 12px
    }

    .main-nav a {
        color: #141414;
        padding: .75rem 1rem;
        display: block
    }

    .main-nav hr {
        margin: 0
    }

    .main-nav .level-2-info {
        display: none
    }
}

.main-nav .meta-nav {
    display: block;
    width: 100%;
    font-size: 1rem
}

.main-nav .meta-nav .lang-selection ul {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    position: absolute;
    top: 0;
    height: calc(100vh - 62px);
    overflow: scroll;
    width: 100vw;
    transition: 0.3s ease-in-out;
    background-color: #E7E7E7
}

.main-nav .meta-nav .lang-selection ul li:first-child {
    display: flex;
    align-items: center
}

.main-nav .meta-nav .lang-selection ul .btn-back {
    background-color: transparent;
    border: 0;
    padding: 15px;
    width: 52px;
    position: relative;
    height: 52px
}

.main-nav .meta-nav .lang-selection ul .btn-back:after, .main-nav .meta-nav .lang-selection ul .btn-back:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    background-color: #141414;
    border-radius: 1px;
    left: 20px
}

.main-nav .meta-nav .lang-selection ul .btn-back:after {
    -webkit-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg)
}

.main-nav .meta-nav .lang-selection ul .btn-back + span {
    font-family: 'MetricWeb-Medium', Arial, sans-serif;
    padding-left: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #141414
}

.main-nav .meta-nav .lang-selection ul img {
    display: none
}

.main-nav .meta-nav .lang-selection button.active + ul {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
    transition: 0.3s ease-in-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    left: 0
}

.main-nav .close {
    display: none
}

.mobile-nav-trigger.active ~ .main-nav {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: all 0.3s ease-in-out;
    opacity: 1
}

@media all and (max-width: 991px) {
    .main-nav .level-1 > li > a, .meta-nav .level-1 > li > a {
        background: url("../assets/icon/ico_arrow_right_small_red_H20.svg") no-repeat;
        background-position: right 14px center;
        background-size: 20px
    }

    .main-nav .level-1 > li > a:active, .main-nav .level-1 > li > a .active, .meta-nav .level-1 > li > a:active, .meta-nav .level-1 > li > a .active {
        color: #C80028
    }

    .main-nav .level-1 li + li a, .meta-nav .level-1 li + li a {
        border-top: 1px solid #E7E7E7
    }

    .main-nav .megamenu, .meta-nav .megamenu {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
        position: absolute;
        background-color: white;
        top: 0;
        height: calc(100vh - 62px);
        overflow: scroll;
        width: 100vw;
        transition: 0.3s ease-in-out
    }

    .main-nav .megamenu.active, .meta-nav .megamenu.active {
        -webkit-transform: translateX(0vw);
        transform: translateX(0vw);
        transition: 0.3s ease-in-out;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        left: 0
    }

    .main-nav .level-2 li:first-child, .meta-nav .level-2 li:first-child {
        display: flex;
        align-items: center
    }

    .main-nav .level-2 .btn-back, .meta-nav .level-2 .btn-back {
        background-color: transparent;
        border: 0;
        padding: 15px 15px 15px 40px;
        color: #000;
        position: relative;
        height: 52px;
        font-size: 1.5rem
    }

    .main-nav .level-2 .btn-back:after, .main-nav .level-2 .btn-back:before, .meta-nav .level-2 .btn-back:after, .meta-nav .level-2 .btn-back:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 2px;
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
        background-color: #141414;
        border-radius: 1px;
        left: 20px;
        top: 26px
    }

    .main-nav .level-2 .btn-back:after, .meta-nav .level-2 .btn-back:after {
        -webkit-transform: translateY(-1px) rotate(-45deg);
        transform: translateY(-1px) rotate(-45deg)
    }

    .main-nav .level-2 .btn-back + a, .meta-nav .level-2 .btn-back + a {
        font-family: 'MetricWeb-Medium', Arial, sans-serif;
        padding-left: 0
    }

    .main-nav .level-3, .meta-nav .level-3 {
        display: none
    }
}

@media all and (min-width: 992px) {
    .meta-nav .lang-selection ul li.hidden-desktop {
        display: none
    }
}

@media all and (min-width: 992px) {
    .main-nav {
        min-height: 4.5rem;
        display: flex;
        order: 3;
        margin-left: 12px
    }

    .main-nav nav {
        display: flex;
        align-items: center
    }

    .main-nav ul {
        display: flex
    }

    .main-nav .level-1 > li > a {
        padding: 1.375rem .75rem;
        opacity: 0.75;
        font-size: 1.125rem;
        transition: 0.3s ease-in-out
    }
}

@media all and (min-width: 992px) and (min-width: 1100px) {
    .main-nav .level-1 > li > a {
        padding: 1.375rem 1.125rem
    }
}

@media all and (min-width: 992px) {
    .main-nav .level-1 > li > a:hover {
        opacity: 1;
        box-shadow: 0 4px rgb(200, 0, 40);
        transition: 0.3s ease-in-out
    }

    .main-nav .level-1 > li > a.active {
        opacity: 1;
        box-shadow: 0 4px rgb(200, 0, 40);
        transition: 0.3s ease-in-out
    }
}

@media all and (min-width: 992px) {
    .main-nav .level-2 li {
        display: flex
    }

    .main-nav .level-2 a {
        padding: .4375rem 1.5rem .5625rem 0;
        border-top: 1px solid #ccc;
        width: 100%
    }

    .main-nav .level-2.active {
        position: absolute;
        width: 100%;
        top: 120px;
        z-index: 100;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        display: flex;
        flex-direction: column
    }

    .main-nav .level-2.active a {
        color: #141414
    }

    .main-nav .level-2 .btn-back {
        display: none
    }

    .main-nav .meta-nav {
        display: none
    }

    .main-nav .close {
        display: block;
        position: absolute;
        background-color: transparent;
        height: 74px;
        width: 74px;
        right: 0;
        top: 0;
        border: 0;
        cursor: pointer
    }

    .main-nav .close:after, .main-nav .close:before {
        position: absolute;
        content: "";
        height: 34px;
        width: 2px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        background-color: #141414;
        border-radius: 1px;
        top: 50%;
        left: 50%
    }

    .main-nav .close:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .main-nav .megamenu {
        display: none;
        position: absolute;
        width: 100%;
        top: 122px;
        z-index: 100;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        background-image: linear-gradient(to right, white 0%, white 50vw, #E7E7E7 50vw, #E7E7E7 100vw);
        transition: all 0.3s ease-in-out
    }

    .nav-down .main-nav .megamenu {
        position: fixed
    }

    .main-nav .megamenu .wrapper {
        flex-direction: row;
        display: flex
    }
}

@media all and (min-width: 992px) and (min-width: 992px) and (max-width: 1280px) {
    .main-nav .megamenu .wrapper {
        margin: 0;
        padding: 0 30px
    }
}

@media all and (min-width: 992px) {
    .main-nav .megamenu a, .main-nav .megamenu h3, .main-nav .megamenu p {
        color: #141414
    }

    .main-nav .megamenu a.btn, .main-nav .megamenu h3.btn, .main-nav .megamenu p.btn {
        margin-top: 10px;
        color: white
    }

    .main-nav .megamenu.active {
        display: flex;
        max-width: calc(100% - 500px);
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out
    }
}

@media all and (min-width: 992px) and (min-width: 992px) {
    .main-nav .megamenu.active {
        min-height: 555px
    }
}

@media all and (min-width: 992px) and (max-width: 1800px) {
    .main-nav .megamenu.active {
        max-width: none
    }
}

@media all and (min-width: 992px) {
    .main-nav .megamenu .level-2 {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 40px 40px 40px 0;
        width: calc(100% / 3)
    }
}

@media all and (min-width: 992px) and (min-width: 1801px) {
    .main-nav .megamenu .level-2 {
        padding: 80px 40px 80px 0
    }
}

@media all and (min-width: 992px) {
    .main-nav .megamenu .level-2 a {
        white-space: nowrap;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .main-nav .megamenu .level-2 a:hover {
        color: #C80028
    }

    .main-nav .megamenu .level-2 a:hover:after, .main-nav .megamenu .level-2 a:hover:before {
        position: absolute;
        content: "";
        height: 6px;
        width: 2px;
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
        background-color: #C80028;
        border-radius: 1px;
        right: 10px
    }
}

@media all and (min-width: 992px) and (min-width: 480px) {
    .main-nav .megamenu .level-2 a:hover:after, .main-nav .megamenu .level-2 a:hover:before {
        height: 9px
    }
}

@media all and (min-width: 992px) {
    .main-nav .megamenu .level-2 a:hover:after {
        -webkit-transform: translateY(12px) rotate(45deg);
        transform: translateY(12px) rotate(45deg)
    }

    .main-nav .megamenu .level-2 li:last-child a {
        border-bottom: 1px solid #ccc
    }

    .main-nav .megamenu .level-2-info {
        padding-top: 80px;
        padding-left: 40px;
        width: calc((100% / 3) * 2);
        position: relative;
        background-color: #E7E7E7;
        min-height: 555px
    }

    .main-nav .megamenu .large-image-teaser {
        display: none;
        align-items: flex-start;
        flex-direction: row;
        transition: all 0.3s ease-in-out;
        background-color: #E7E7E7;
        position: relative
    }

    .main-nav .megamenu .large-image-teaser.active, .main-nav .megamenu .large-image-teaser.latest {
        display: flex
    }

    .main-nav .megamenu .large-image-teaser .image-wrapper {
        margin-left: 0
    }

    .main-nav .megamenu hr {
        margin: 30px 0
    }
}

@media all and (min-width: 1100px) {
    .main-nav {
        margin-left: 20px
    }
}

#search-icon {
    display: flex;
    order: 3;
    background-color: #141414;
    z-index: 1000
}

#search-icon a {
    height: 62px;
    padding: 18px
}

#search-icon img {
    width: 26px;
    height: 26px
}

@media all and (min-width: 992px) {
    #search-icon {
        margin-left: auto
    }

    #search-icon a {
        height: 72px;
        padding: 24px
    }
}

#search-header {
    z-index: 10;
    position: relative;
    width: 100%;
    order: 4
}

#search-header input {
    padding: .75rem 1rem;
    width: 100%;
    color: #343a40;
    background-color: #f8f9fa;
    display: none;
    position: fixed
}

@media all and (min-width: 992px) {
    #search-header input {
        padding: 1rem 1.5rem
    }
}

body {
    padding-top: 62px
}

@media all and (min-width: 992px) {
    body {
        padding-top: 121px
    }
}

body header {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 100
}

body .nav-up {
    top: -62px
}

@media all and (min-width: 992px) {
    body .nav-up {
        top: -121px
    }
}

.breadcrumb {
    padding: .75rem 1.5rem;
    background: #141414;
    border-style: solid;
    border-color: #3c3c3c;
    border-width: 1px 0;
    white-space: nowrap;
    line-height: 1.25rem;
    border-top: none
}

@media all and (max-width: 991px) {
    .breadcrumb {
        padding: .75rem .75rem
    }
}

.breadcrumb a, .breadcrumb li {
    color: #a4a8ab
}

.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem
}

.breadcrumb li + li:before {
    content: ' ';
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    background: transparent url("../assets/icon/ico_arrow_right_small_grey-3_H20.svg") center center no-repeat;
    margin: auto .5rem
}

@media all and (max-width: 991px) {
    .breadcrumb li + li:before {
        margin: auto
    }
}

.breadcrumb li.hide-before:before {
    display: none
}

.breadcrumb li img {
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem
}

@media all and (max-width: 767px) {
    .breadcrumb li.home {
        display: none
    }

    .breadcrumb li.home + li:before {
        display: none
    }
}

.breadcrumb li:last-child {
    display: none
}

@media all and (max-width: 991px) {
    .breadcrumb li {
        display: none
    }

    .breadcrumb li:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .breadcrumb li.show-link {
        display: block
    }
}

.footer-top-bar nav ul li:last-child {
    display: none
}

@media all and (max-width: 991px) {
    .footer-top-bar nav ul li {
        display: none
    }

    .footer-top-bar nav ul li:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin: auto
    }

    .footer-top-bar nav ul li.show-link {
        display: block
    }
}

#chatbot {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 100%;
    z-index: 100
}

#chatbot img {
    float: right;
    display: inline-block;
    padding: 1rem;
    width: auto;
    background-color: #C80028;
    box-shadow: 0 0 8px rgba(20, 20, 20, 0.6);
    height: 64px
}

#chatbot img:hover {
    background-color: #99021e
}

.zopim[data-test-id="ChatWidgetMobileButton"], .zopim[data-test-id="ChatWidgetButton"] {
    display: none !important
}

footer {
    background-color: #141414;
    border-top: 1px solid #3c3c3c;
    padding-bottom: 5.5rem;
    max-width: none
}

footer.container-fluid {
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: 2.5rem
}

@media all and (min-width: 576px) {
    footer.container-fluid {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: 3.5rem
    }
}

@media all and (min-width: 768px) {
    footer.container-fluid {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media all and (min-width: 992px) {
    footer.container-fluid {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

footer .row {
    max-width: 75rem;
    margin: auto
}

footer:first-child {
    border-bottom: 1px solid #3c3c3c
}

footer hr {
    margin: auto -12px;
    border-color: #3c3c3c
}

@media all and (min-width: 576px) {
    footer hr {
        margin: auto -30px
    }
}

@media all and (min-width: 768px) {
    footer hr {
        margin: auto -10px
    }
}

@media all and (min-width: 992px) {
    footer hr {
        margin: auto -20px
    }
}

.footer-top-bar {
    padding: 0 1.25rem 2rem;
    position: relative;
    align-items: center
}

@media all and (max-width: 767px) {
    .footer-top-bar {
        padding: 0 2rem 0 0
    }
}

@media all and (max-width: 767px) {
    .footer-top-bar ul {
        margin-bottom: 2rem
    }
}

.footer-top-bar li {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #a4a8ab
}

.footer-top-bar li + li:before {
    content: " ";
    background: transparent url("../assets/icon/ico_arrow_right_small_grey-3_H20.svg") center center no-repeat;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    text-align: center;
    background-size: 1.25rem 1.25rem;
    vertical-align: bottom;
    margin: auto .5rem
}

.footer-top-bar li a {
    color: #a4a8ab
}

.footer-top-bar .logo {
    display: inline-block;
    margin-right: 2.5rem;
    padding-left: 0
}

@media all and (min-width: 992px) {
    .footer-top-bar .logo {
        margin-right: 5rem
    }
}

@media all and (max-width: 767px) {
    .footer-top-bar .logo {
        margin-bottom: 2rem;
        padding-left: 0
    }
}

.footer-top-bar .logo img {
    height: 1.5rem;
    display: inline-block
}

.footer-top-bar .logo img.aeg {
    width: 62px
}

.footer-top-bar .logo img.ps {
    width: 60px
}

.footer-top-bar .logo img + img {
    margin-left: 1rem
}

@media all and (min-width: 576px) {
    .footer-top-bar .logo img + img {
        margin-left: 1.25rem
    }
}

@media all and (min-width: 992px) {
    .footer-top-bar .logo img {
        height: 30px
    }

    .footer-top-bar .logo img.aeg {
        width: 78px
    }

    .footer-top-bar .logo img.ps {
        width: 75px
    }
}

.footer-top-bar .to-top-wrapper {
    margin-left: auto
}

@media all and (max-width: 767px) {
    .footer-top-bar .to-top-wrapper {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10
    }
}

.footer-top-bar .to-top-wrapper a {
    overflow: hidden;
    text-indent: -5000px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: transparent url("../assets/icon/ico_backtotop_white_H26.svg") center center no-repeat
}

.footer-top-bar .to-top-wrapper a:active, .footer-top-bar .to-top-wrapper a:focus, .footer-top-bar .to-top-wrapper a:hover {
    background-image: url("../assets/icon/ico_backtotop_grey-3_H26.svg")
}

.footer-nav {
    font-size: 1.125rem;
    line-height: 2rem;
    padding-top: .75rem
}

@media all and (min-width: 768px) {
    .footer-nav {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media all and (max-width: 767px) {
    .footer-nav {
        padding-top: 0
    }
}

footer .footer-nav {
    margin-bottom: 2.25rem
}

.footer-nav nav {
    width: 100%
}

.footer-nav nav > ul .only-mobile {
    display: none
}

@media all and (max-width: 767px) {
    .footer-nav nav > ul {
        margin: auto -30px
    }

    .footer-nav nav > ul .only-mobile {
        display: list-item
    }
}

@media all and (max-width: 575px) {
    .footer-nav nav > ul {
        margin: auto -12px
    }
}

.footer-nav nav > ul > li {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
    float: left;
    padding: 1.25rem
}

@media all and (max-width: 767px) {
    .footer-nav nav > ul > li {
        padding: 0
    }
}

@media all and (min-width: 992px) {
    .footer-nav nav > ul > li:last-child {
        width: 7%;
        text-align: right
    }
}

@media all and (max-width: 991px) {
    .footer-nav nav > ul > li {
        width: 33.3333%
    }

    .footer-nav nav > ul > li:last-child {
        width: 100%
    }
}

@media all and (max-width: 767px) {
    .footer-nav nav > ul > li {
        width: 100%;
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media all and (max-width: 575px) {
    .footer-nav nav > ul > li {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

.footer-nav .h4 strong {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 1.125rem;
    transition: margin-bottom 0.4s;
    border-bottom: 2px solid #C80028;
    font-size: 1.5rem;
    line-height: 1.5rem
}

@media all and (min-width: 768px) {
    .footer-nav .h4 strong {
        margin-bottom: 0
    }
}

@media all and (min-width: 768px) {
    .footer-nav .h4 strong {
        line-height: 1.75rem
    }
}

@media all and (max-width: 767px) {
    .footer-nav .h4 strong {
        border: 0 none;
        display: block;
        cursor: pointer;
        padding: 1rem 0 0
    }

    .footer-nav .h4 strong:after {
        content: ' ';
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        float: right;
        background: transparent url("../assets/icon/ico_arrow_down_white_H20.svg") center center no-repeat;
        margin-top: .25rem;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

.footer-nav .h4:active strong, .footer-nav .h4:focus strong, .footer-nav .h4:hover strong {
    border-color: #fff
}

.footer-nav .h4.is-open strong {
    margin-bottom: 1rem
}

.footer-nav .h4.is-open strong:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.footer-nav .h4 + ul {
    padding-top: 1rem
}

@media all and (max-width: 767px) {
    .footer-nav nav > ul > li {
        border-bottom: 1px solid #3c3c3c
    }

    .footer-nav nav > ul > li ul {
        margin-bottom: 2rem
    }
}

.footer-nav li {
    padding: 0
}

.footer-nav li li {
    margin-bottom: 1rem
}

.footer-nav li li:last-child {
    margin-bottom: 0
}

.footer-nav li li a:active, .footer-nav li li a:focus, .footer-nav li li a:hover {
    color: #a4a8ab
}

.footer-nav .social-media li {
    margin-bottom: 0
}

@media all and (min-width: 992px) {
    .footer-nav .social-media li {
        margin-bottom: 1rem
    }
}

.footer-nav .social-media li i {
    font-size: 1.875rem
}

@media all and (max-width: 991px) {
    .footer-nav .social-media {
        margin-top: 2rem
    }

    .footer-nav .social-media li {
        display: inline-block
    }

    .footer-nav .social-media li + li {
        margin-left: 2.5rem
    }
}

.footer-meta,
.footer-copyright {
    font-size: 1rem;
    line-height: 1.25rem
}

footer .footer-copyright {
    margin-top:1rem;
}

.footer-meta li, .footer-meta ul {
    display: inline-block
}

.footer-meta ul {
    padding: 0 1.25rem
}

@media all and (max-width: 767px) {
    footer .row [class^='col-'],
    footer .row [class*=' col-'] {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-copyright .align-right {
        text-align: unset;
    }

    .footer-meta ul {
        padding: 0;
        max-width: 25rem;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .footer-meta ul li {
        margin: auto 2.5rem 1rem 0
    }

    .footer-meta ul li + li {
        margin: auto 2.5rem 1rem 0
    }
}

.footer-meta a {
    padding: 0;
    display: inline-block;
    border-bottom: 2px solid #C80028
}

.footer-meta a:active, .footer-meta a:focus, .footer-meta a:hover {
    border-color: #fff
}

.footer-meta li + li {
    margin-left: 2rem
}

#to-top {
    cursor: pointer
}

.grecaptcha-badge {
    bottom: 70px !important
}

.grecaptcha-badge iframe {
    margin: 0
}

.search-footer {
    padding: 40px 12px;
    transition: margin-left 0.4s;
    background-color: #141414;
    border-bottom: 1px solid #3c3c3c
}

@media all and (min-width: 576px) {
    .search-footer {
        padding: 40px 30px
    }
}

@media all and (min-width: 992px) {
    .search-footer {
        padding: 80px 40px
    }
}

.search-footer .content-wrapper {
    padding: 0;
    margin: 0 auto
}

.search-footer legend {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-family: 'MetricWeb-Light', Arial, sans-serif;
    text-transform: uppercase
}

.search-footer form {
    margin-left: 0px;
    transition: margin-left 0.4s
}

.search-footer .form-row {
    position: relative;
    padding: 0;
    max-width: 50rem;
    margin: 2rem auto auto
}

.search-footer input {
    background: inherit;
    height: 3.5rem;
    min-height: 3.5rem
}

@media all and (min-width: 576px) {
    .search-footer input {
        height: 4rem;
        min-height: 4rem
    }
}

.search-footer input[type="search"] {
    font-size: 1.125rem
}

.search-footer input::-ms-clear {
    margin-right: 1.5rem;
    height: 40px;
    width: 40px;
    background: transparent url("../assets/icon/ico_close_white_H20.svg") center center no-repeat/20px 20px;
    cursor: pointer
}

.search-footer input::-webkit-search-cancel-button {
    margin-right: 2rem;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: transparent url("../assets/icon/ico_close_white_H20.svg") center center no-repeat/20px 20px;
    cursor: pointer
}

.search-footer input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset
}

.search-footer button {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 10;
    cursor: pointer;
    border: 0 none;
    background-color: #C80028;
    line-height: 1;
    min-width: 3.375rem;
    height: 3.375rem
}

@media all and (min-width: 576px) {
    .search-footer button {
        min-width: 3.875rem;
        height: 3.875rem
    }
}

.search-footer button img {
    width: 26px;
    height: 26px
}

.cookie_notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #f8f9fa;
    padding: 1.5rem 3.8%
}

@media all and (min-width: 576px) {
    .cookie_notice {
        padding: 3.625rem 7.5%
    }
}

@media all and (max-width: 575px) {
    .cookie_notice {
        padding: 1.5rem .75rem;
        margin: auto 0
    }
}

.cookie_notice p {
    color: #141414;
    width: 100%
}

.cookie_notice p a {
    color: inherit
}

.cookie_notice p + p {
    margin-top: 1.5rem
}

.cookie_notice p .btn {
    font-size: 1.125rem
}

.cc-revoke {
    display: none
}

.stage .stage-text {
    max-width: 76.25rem;
    width: 100%
}

@media all and (max-width: 991px) {
    .stage .stage-text {
        padding: 2.5rem 1.875rem;
        border-bottom: 1px solid #3c3c3c
    }
}

@media all and (max-width: 575px) {
    .stage .stage-text {
        padding: 1.5rem .75rem 2.5rem
    }
}

@media all and (min-width: 992px) {
    .stage .stage-text {
        padding: 80px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media (min-width: 1300px) {
    .stage .stage-text {
        padding: 80px 0;
        margin: 0 auto
    }
}

.stage .stage-text.stage-text-center h1, .stage .stage-text.stage-text-center p {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.stage .stage-img + .stage-text h1, .stage .stage-img + .stage-text p, .stage .stage-video + .stage-text h1, .stage .stage-video + .stage-text p {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.stage .stage-img + .stage-text h1, .stage .stage-video + .stage-text h1 {
    max-width: 62.5rem
}

.stage .stage-img + .stage-text p, .stage .stage-video + .stage-text p {
    max-width: 46.875rem
}

.stage .stage-img + .stage-text.stage-text-center h1, .stage .stage-img + .stage-text.stage-text-center p, .stage .stage-video + .stage-text.stage-text-center h1, .stage .stage-video + .stage-text.stage-text-center p {
    margin-left: auto;
    margin-right: auto
}

.stage .stage-text h1, .stage .stage-text p {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.stage.homepage-stage {
    align-content: center
}

@media all and (min-width: 576px) {
    .stage.homepage-stage {
        min-height: 25rem
    }
}

@media all and (min-width: 992px) {
    .stage.homepage-stage {
        min-height: 0;
        height: 25rem;
        max-height: 75vh
    }
}

@media all and (min-width: 1200px) {
    .stage.homepage-stage {
        min-height: 34.6875rem
    }
}

@media all and (max-width: 1440px) {
    .stage.homepage-stage {
        display: block;
        min-height: 0;
        max-height: none;
        height: auto;
        width: auto
    }
}

@media all and (max-width: 1440px) and (min-width: 992px) {
    .stage.homepage-stage {
        min-height: 42.8571vw
    }
}

@media all and (min-width: 992px) {
    .stage .stage-img + .stage-text, .stage .stage-video + .stage-text {
        min-height: 25rem
    }
}

@media all and (min-width: 1200px) {
    .stage .stage-img + .stage-text, .stage .stage-video + .stage-text {
        min-height: 30rem
    }
}

.stage .btn {
    padding: 0 1.875rem;
    text-align: center;
    line-height: 3.5rem
}

@media all and (max-width: 991px) {
    .stage {
        background: #141414
    }

    .stage h1 {
        order: 2;
        margin-bottom: 1rem
    }

    .stage p {
        order: 3;
        width: 100%;
        line-height: 1.5rem
    }
}

.stage p + p {
    margin-top: 12px
}

.stage .stage-img {
    width: 100%
}

@media all and (min-width: 992px) {
    .stage {
        position: relative;
        background-color: #141414;
        overflow: hidden
    }

    .stage h1, .stage p {
        position: relative;
        z-index: 10
    }

    .stage h1 {
        letter-spacing: 1px;
        max-width: 62.5rem;
        margin-bottom: 12px
    }

    .stage p {
        max-width: 46.875rem
    }

    .stage .stage-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .stage .stage-img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%
    }
}

.stage .stage-video {
    position: absolute;
    width: 100%;
    overflow: hidden
}

@media all and (min-width: 1441px) {
    .stage .stage-video {
        height: 100%;
        display: flex;
        align-items: stretch;
        justify-items: stretch;
        min-height: initial
    }
}

@media all and (min-width: 1200px) {
    .stage .stage-video {
        min-height: 34.6875rem
    }
}

.stage .stage-video video {
    height: auto;
    min-height: 100%;
    display: block;
    max-width: 100%
}

@media all and (min-width: 1441px) {
    .stage .stage-video video {
        height: auto;
        max-height: none
    }
}

.stage .stage-video video[poster] {
    max-height: 100%;
    height: 100%;
    width: auto;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 34.6875rem
}

@media all and (min-width: 1441px) {
    .stage .stage-video video[poster] {
        height: auto;
        max-height: none
    }
}

@media all and (max-width: 1440px) {
    .stage .stage-video {
        min-height: 42.8571vw;
        position: relative;
        height: auto;
        display: block;
        max-height: none;
        width: 100%;
        overflow: visible
    }
}

@media all and (max-width: 1440px) and (min-width: 992px) {
    .stage .stage-video {
        position: absolute;
        min-height: 100%
    }
}

@media all and (max-width: 1440px) {
    .stage .stage-video video[poster] {
        height: 100%;
        width: 100%;
        -o-object-fit: unset;
        object-fit: unset;
        min-height: 100%;
        display: block
    }

    .stage .stage-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        display: block;
        -o-object-fit: unset;
        object-fit: unset
    }
}

@media all and (min-width: 1441px) {
    .stage .stage-video, .stage _:-ms-lang(x) {
        display: table-cell;
        vertical-align: middle
    }
}

.stage.content-stage {
    background-color: #141414
}

@media all and (min-width: 992px) {
    .stage.content-stage {
        height: 30rem
    }
}

.stage.content-stage .button-row {
    margin-top: 1rem
}

.stage .button-row {
    margin-top: 1.5rem
}

@media all and (min-width: 768px) {
    .stage .button-row {
        display: flex
    }
}

@media all and (min-width: 992px) {
    .stage .button-row {
        margin-top: 2.5rem
    }
}

.video-overlay-play-button {
    width: 80px;
    height: 80px;
    display: none;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    pointer-events: none
}

.product-overview-wrapper {
    background-color: #141414;
    display: block
}

.product-overview-wrapper ul {
    list-style: none
}

.product-overview-wrapper .product-filter-wrapper {
    position: absolute;
    overflow: hidden;
    width: 17.5rem;
    z-index: 20
}

@media all and (max-width: 575px) {
    .product-overview-wrapper .product-filter-wrapper {
        width: 100%
    }
}

.product-overview-wrapper.filter-opened .product-filter {
    margin-left: 0
}

.product-overview-wrapper.filter-closed .product-filter {
    margin-left: -17.5rem
}

@media all and (max-width: 575px) {
    .product-overview-wrapper.filter-closed .product-filter {
        margin-left: -100%
    }
}

.product-overview-wrapper .product-filter {
    transition: margin-left 0.5s;
    background: #141414;
    width: 17.5rem
}

@media all and (max-width: 575px) {
    .product-overview-wrapper .product-filter {
        width: 100%
    }
}

.product-overview-wrapper .product-filter li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #3c3c3c
}

.product-overview-wrapper .product-filter li > strong {
    display: block;
    padding: .625rem .625rem .625rem 3.375rem;
    font-weight: normal;
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    cursor: pointer
}

.product-overview-wrapper .product-filter li > strong:after {
    content: ' ';
    display: block;
    float: left;
    background: transparent url("../assets/icon/ico_arrow_down_white_H20.svg") center center no-repeat;
    background-size: 1.5rem 1.5rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 1rem;
    top: .75rem;
    z-index: 10
}

.product-overview-wrapper .product-filter li.is-opened > strong:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.product-overview-wrapper .product-filter li label {
    margin: 0;
    cursor: pointer
}

.product-overview-wrapper .product-filter li label:before {
    left: 1rem;
    top: .625rem
}

.product-overview-wrapper .product-filter li [type=checkbox] + label {
    position: static;
    padding-left: 2.375rem
}

.product-overview-wrapper .product-filter li [type=checkbox]:disabled + label {
    cursor: default
}

.product-overview-wrapper .product-filter li li {
    padding: .625rem 1rem;
    border: 0 none
}

.product-overview-wrapper .product-filter li .tab-filter-nav {
    margin-bottom: 20px
}

.product-overview-wrapper .product-filter li .tab-filter-nav ul {
    margin-bottom: 1.5rem
}

.product-overview-wrapper .product-filter li .tab-filter-nav li {
    padding: 0
}

.product-overview-wrapper .product-filter li .tab-filter-nav li a {
    padding: 4px
}

.product-overview-wrapper .product-filter li .tab-filter-nav li .is-active:after {
    height: 4px;
    bottom: -3px
}

.product-overview-wrapper .product-filter .mobile-aktions .reset {
    padding: .75rem;
    border-top: 1px solid #a4a8ab
}

.product-overview-wrapper .product-filter .mobile-aktions .button-row {
    margin: 0
}

.product-overview-wrapper .product-filter .mobile-aktions .button-row .btn {
    width: 100%;
    text-align: left;
    padding: .75rem;
    background: #C80028 url("../assets/icon/ico_arrow_right_2_white_H20.svg") calc(100% - 0.75rem) center no-repeat;
    background-size: 20px 20px
}

@media all and (min-width: 768px) {
    .product-overview-wrapper .product-filter .mobile-aktions .button-row {
        display: none
    }
}

.product-overview-wrapper .count-results, .product-overview-wrapper .filter-headline {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: .75rem 1rem
}

.product-overview-wrapper .count-results strong, .product-overview-wrapper .filter-headline strong {
    font-weight: normal;
    font-family: 'MetricWeb-Regular', Arial, sans-serif
}

.product-overview-wrapper .count-results {
    color: #a4a8ab;
    margin-left: 17.5rem;
    background: #3c3c3c
}

@media all and (max-width: 575px) {
    .product-overview-wrapper .count-results {
        margin-top: 3rem;
        margin-left: 0;
        position: relative;
        left: 0;
        transition: left 0.5s;
        border-left: 1px solid #a4a8ab;
        border-right: 1px solid #a4a8ab
    }
}

@media all and (max-width: 575px) {
    .product-overview-wrapper.filter-opened .count-results {
        left: 100%
    }
}

.product-overview-wrapper .filter-headline {
    cursor: pointer;
    color: #141414;
    background: #f8f9fa
}

.product-overview-wrapper .filter-headline:after {
    content: ' ';
    display: block;
    float: right;
    background: transparent url("../assets/icon/ico_close_red_H20.svg") center center no-repeat;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 1.25rem;
    height: 1.25rem
}

.product-overview-wrapper #count-selected-filter {
    color: #777
}

.product-overview-wrapper.filter-closed .filter-headline:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-overview-wrapper .product-listing {
    background: #3c3c3c;
    position: relative;
    left: 0;
    z-index: 20;
    transition: margin-left 0.5s, left 0.5s;
    min-height: 0px;
    transition: min-height 0.4s;
    overflow: hidden
}

.product-overview-wrapper .product-listing > ul {
    display: flex;
    flex-wrap: wrap
}

.product-overview-wrapper .load-more {
    text-align: center;
    background: #3c3c3c
}

.product-overview-wrapper .load-more p {
    display: inline-block;
    position: relative;
    margin: 1.5rem auto 2.5rem
}

@media all and (min-width: 768px) {
    .product-overview-wrapper .load-more p {
        margin: 2.5rem auto 5rem
    }
}

.product-overview-wrapper .load-more p:before {
    content: ' ';
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    position: absolute;
    left: -2.125rem;
    top: .375rem;
    background: transparent url("../assets/icon/ico_show-more_H20.svg") no-repeat;
    background-size: contain
}

.product-overview-wrapper.filter-opened .product-listing {
    margin-left: 17.5rem
}

@media all and (max-width: 575px) {
    .product-overview-wrapper.filter-opened .product-listing {
        margin-left: 0;
        left: 100%
    }
}

.product-overview-wrapper.filter-closed .product-listing {
    margin-left: 0
}

.product-overview-wrapper .single-product {
    display: inline-block;
    margin: 0;
    border-style: solid;
    border-color: #a4a8ab;
    border-width: 1px 1px 0;
    position: relative;
    padding: 17.25rem .75rem 2rem;
    width: 100%
}

.product-overview-wrapper .single-product:last-child {
    border-width: 1px
}

@media all and (min-width: 840px) {
    .product-overview-wrapper .single-product {
        border-style: solid;
        border-color: #a4a8ab;
        border-width: 1px;
        padding: 17.25rem 2.125rem 1.5rem;
        width: 50%
    }

    .product-overview-wrapper .single-product:nth-child(2n) {
        border-left: 0 none
    }
}

@media (min-width: 1280px) {
    .product-overview-wrapper .single-product {
        width: 33.3333%
    }

    .product-overview-wrapper .single-product:nth-child(3n), .product-overview-wrapper .single-product:nth-child(3n-1) {
        border-left: 0 none
    }

    .product-overview-wrapper .single-product:nth-child(3n-2) {
        border-left: 1px solid #a4a8ab
    }
}

.product-overview-wrapper .single-product-wrapper {
    max-width: 22rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 100%
}

@media all and (max-width: 767px) {
    .product-overview-wrapper .single-product-wrapper {
        font-size: 1.125rem
    }
}

.product-overview-wrapper .single-product-wrapper h3 {
    padding: 0;
    display: inline;
    border-bottom: 2px solid #C80028;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    line-height: 2.25rem
}

@media all and (max-width: 991px) {
    .product-overview-wrapper .single-product-wrapper h3 {
        font-family: 'MetricWeb-Regular', Arial, sans-serif;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.product-overview-wrapper .single-product-wrapper a:hover h3, .product-overview-wrapper .single-product-wrapper a:focus h3, .product-overview-wrapper .single-product-wrapper a:active h3 {
    border-color: #fff
}

.product-overview-wrapper .single-product-wrapper picture {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 2rem;
    left: 0;
    padding: 0 .75rem;
    height: 13.75rem
}

@media all and (min-width: 576px) {
    .product-overview-wrapper .single-product-wrapper picture {
        padding: 0 2.125rem
    }
}

.product-overview-wrapper .single-product-wrapper picture img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto
}

.product-overview-wrapper .single-product-wrapper li {
    position: relative;
    padding-left: 2.25rem
}

.product-overview-wrapper .single-product-wrapper li:before {
    content: ' ';
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    position: absolute;
    left: 0;
    top: .375rem;
    background: transparent url("../assets/icon/ico_check_white_H20.svg") no-repeat;
    background-size: contain
}

.product-overview-wrapper .single-product-wrapper li + li {
    margin-top: 1rem
}

@media all and (min-width: 576px) {
    .product-overview-wrapper .single-product-wrapper li + li {
        margin-top: .75rem
    }
}

.product-overview-wrapper .single-product-wrapper ul {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media all and (min-width: 768px) {
    .product-overview-wrapper .single-product-wrapper ul {
        margin-bottom: 1rem
    }
}

.product-overview-wrapper .single-product-wrapper ul + p, .product-overview-wrapper .single-product-wrapper ol + p {
    margin-top: 1.5rem
}

.product-overview-wrapper .single-product-wrapper p + p {
    margin-top: 1.5rem
}

.product-overview-wrapper .single-product-wrapper p.button-row {
    margin: auto 0 0
}

.product-overview-wrapper .single-product-wrapper p.button-row .btn {
    margin-top: 1rem
}

@media all and (min-width: 768px) {
    .product-overview-wrapper .single-product-wrapper p.button-row .btn {
        margin-top: 1.5rem
    }
}

.product-overview-wrapper .single-product-wrapper .icon-row {
    margin-top: auto;
    padding-top: 1.5rem;
    margin-bottom: .75rem;
    line-height: 1
}

.product-overview-wrapper .single-product-wrapper .icon-row img {
    width: auto;
    height: 2rem;
    display: inline
}

.product-overview-wrapper .single-product-wrapper .icon-row img + img {
    margin-left: 1.5rem
}

.product-overview-wrapper .single-product-wrapper .icon-row + p.button-row {
    margin-top: 0
}

.product-overview-wrapper .single-product-wrapper .icon-row + p.button-row .btn {
    margin-top: .75rem
}

.product-overview-wrapper .single-product-wrapper .btn {
    width: 100%
}

@media all and (max-width: 575px) {
    .product-overview-wrapper .single-product-wrapper .btn {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
}

#product-listing-wrapper {
    transition: min-height 0.4s
}

#product-listing-wrapper ul {
    overflow: hidden;
    padding-bottom: 2px;
    margin-bottom: -1px
}

.product-tripple-teaser {
    padding: 2.5rem 0;
    background-color: transparent
}

@media all and (min-width: 576px) {
    .product-tripple-teaser {
        padding: 2.5rem 0
    }
}

@media all and (min-width: 840px) {
    .product-tripple-teaser {
        padding: 2.5rem 1.875rem
    }
}

@media all and (min-width: 992px) {
    .product-tripple-teaser {
        padding: 5rem 2.5rem
    }
}

.product-tripple-teaser .product-listing-wrapper {
    margin: auto;
    max-width: 76.25rem
}

.col-4-teaser {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.col-4-teaser .teaser-wrapper {
    max-width: 76.25rem;
    margin: auto;
    width: 100%
}

@media all and (min-width: 992px) {
    .col-4-teaser {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .col-4-teaser.row-padding {
        padding-bottom: 0
    }
}

.col-4-teaser h2 {
    text-align: center;
    margin-bottom: 1.5rem
}

@media all and (min-width: 992px) {
    .col-4-teaser h2 {
        margin-bottom: 2.5rem
    }
}

@media all and (max-width: 767px) {
    .col-4-teaser h2 {
        font-size: 1.5rem
    }
}

.col-4-teaser picture {
    display: block;
    margin-bottom: 1.5rem
}

@media all and (min-width: 576px) {
    .col-4-teaser picture {
        min-height: 11.875rem
    }
}

@media all and (min-width: 768px) {
    .col-4-teaser picture {
        min-height: 10.625rem
    }
}

@media all and (min-width: 992px) {
    .col-4-teaser picture {
        margin-bottom: 1.875rem
    }
}

.col-4-teaser img {
    width: auto;
    display: block;
    max-width: 100%;
    max-height: 19.375rem
}

@media (min-width: 576px) and (max-width: 768px) {
    .col-4-teaser img {
        max-height: 11.875rem
    }
}

@media all and (min-width: 768px) {
    .col-4-teaser img {
        max-height: 10.625rem
    }
}

.col-4-teaser h3 {
    border-bottom: 2px solid #C80028;
    display: inline;
    padding-bottom: 4px;
}

.col-4-teaser h3:after {
    content: ' ';
    display: block
}

.col-4-teaser .teaser-inner-wrapper {
    width: 100%
}

@media all and (min-width: 576px) {
    .col-4-teaser .teaser-inner-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        margin: -1.75rem -.9375rem
    }
}

@media all and (min-width: 992px) {
    .col-4-teaser .teaser-inner-wrapper {
        margin: auto -1.25rem
    }
}

.col-4-teaser .teaser-box {
    margin-bottom: 2.5rem;
    width: 100%
}

@media all and (max-width: 575px) {
    .col-4-teaser .teaser-box:last-child {
        margin-bottom: 0
    }
}

@media all and (min-width: 576px) {
    .col-4-teaser .teaser-box {
        padding: 0 .9375rem;
        width: 50%;
        max-width: 50%;
        float: left;
        display: inline-flex;
        flex-direction: column;
        margin-top: 1.75rem;
        margin-bottom: 1.75rem
    }
}

@media all and (min-width: 768px) {
    .col-4-teaser .teaser-box {
        width: 33.3333%;
        max-width: 33.3333%
    }
}

@media all and (min-width: 992px) {
    .col-4-teaser .teaser-box {
        width: 25%;
        max-width: 25%;
        padding: 0 1.25rem 2.5rem;
        margin-bottom: 2.5rem;
        margin-top: 0
    }
}

.col-4-teaser .teaser-box > a {
    display: block;
    margin-bottom: 1.5rem
}

.col-4-teaser .teaser-content {
    margin-bottom: 1.5rem;
    padding: 0;
    width: 100%
}

.col-4-teaser .teaser-content.paragraph {
    max-width: none;
    font-size: 1rem;
    line-height: 1.5rem
}

@media all and (min-width: 992px) {
    .col-4-teaser .teaser-content.paragraph {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.col-4-teaser .teaser-content.paragraph .checklist {
    font-size: 1.125rem;
    flex: none
}

@media all and (min-width: 576px) {
    .col-4-teaser .teaser-content.paragraph .checklist {
        font-size: 1.25rem
    }
}

.col-4-teaser .teaser-content.paragraph .checklist li {
    padding: 0 0 0 2rem;
    text-indent: 0;
    position: relative
}

.col-4-teaser .teaser-content.paragraph .checklist li:before {
    position: absolute;
    width: 20px;
    left: 0;
    top: 1px
}

@media all and (min-width: 992px) {
    .col-4-teaser .teaser-content.paragraph .checklist li:before {
        top: 2px
    }
}

.col-4-teaser .teaser-content.paragraph .checklist li + li {
    margin-top: 1rem
}

@media all and (min-width: 992px) {
    .col-4-teaser .teaser-content.paragraph .checklist li + li {
        margin-top: .75rem
    }
}

.col-4-teaser .button-row {
    margin: auto 0 0
}

main .stage + .download {
    margin-top: 0
}

.download + .download {
    margin-top: -1rem;
    padding-top: 0
}

@media all and (min-width: 576px) {
    .download + .download {
        margin-top: -1rem
    }
}

@media all and (min-width: 992px) {
    .download + .download {
        margin-top: -2.5rem
    }
}

@media all and (max-width: 575px) {
    .download + .download:last-child {
        padding-bottom: .625rem
    }
}

.download h2 {
    text-align: center;
    margin-bottom: 1.5rem
}

@media all and (min-width: 992px) {
    .download h2 {
        margin-bottom: 2.5rem
    }
}

.download .column-2 .item {
    margin-bottom: 1.5rem
}

.download .wrapper-800 {
    margin: 0 auto
}

.download.row-padding:not(.download-boxes) {
    padding-bottom: 1rem
}

@media all and (min-width: 992px) {
    .download.row-padding:not(.download-boxes) {
        padding-bottom: 3.5rem
    }
}

.download-link {
    background: #fff;
    color: #141414;
    display: block;
    padding: .875rem .875rem .4375rem 5.625rem;
    min-height: 4.5rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 768px) {
    .download-link {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.download-link .download-type {
    text-transform: uppercase;
    display: block;
    font-size: 1rem;
    line-height: 1.25rem
}

.download-link:active, .download-link:focus, .download-link:hover {
    background: #E7E7E7
}

.download-link:active:before, .download-link:focus:before, .download-link:hover:before {
    background-color: #99021e
}

.download-link:before {
    content: ' ';
    display: block;
    width: 4.5rem;
    min-height: 4.5rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #C80028 url("../assets/icon/ico_download_white_H26.svg") center 20px no-repeat;
    background-size: 26px 26px
}

.download-boxes {
    line-height: 1.5rem
}

.download-boxes + .download {
    margin-top: 0
}

@media all and (max-width: 575px) {
    .download-boxes.row-padding {
        padding-bottom: 1.5rem
    }
}

@media all and (max-width: 767px) {
    .download-boxes .wrapper .column-2 {
        display: block
    }

    .download-boxes .wrapper .column-2 .item {
        width: 100%;
        max-width: 100%
    }
}

.download-boxes .wrapper .item > p {
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 576px) {
    .download-boxes .wrapper .item > p {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.download-boxes.news-content .item {
    margin-bottom: 0
}

@media all and (min-width: 992px) {
    .download-boxes.news-content .item {
        margin-bottom: 0
    }
}

.download-boxes .column-2 .item {
    margin-bottom: 0
}

.download-boxes .column-2 .item + .item {
    margin-top: 1.5rem
}

@media all and (min-width: 768px) {
    .download-boxes .column-2 .item + .item {
        margin-top: 0
    }
}

.download-boxes .box-wrapper {
    min-height: 9.375rem
}

@media all and (min-width: 576px) {
    .download-boxes .box-wrapper {
        padding-left: 8.125rem;
        position: relative
    }
}

.download-boxes .box-wrapper .info {
    font-size: 1.25rem;
    margin-bottom: 1.5rem
}

@media all and (min-width: 576px) {
    .download-boxes .box-wrapper .info {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@media all and (min-width: 992px) {
    .download-boxes h2 {
        margin-bottom: 2.5rem
    }
}

.download-boxes h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: MetricWeb-Regular, Arial, sans-serif
}

@media all and (min-width: 992px) {
    .download-boxes h3 {
        font-family: MetricWeb-Light, Arial, sans-serif;
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 2.5rem
    }
}

.download-boxes h4 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem
}

@media all and (min-width: 576px) {
    .download-boxes h4 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

.download-boxes h4 .download-type {
    font-size: 1.125rem;
    display: block;
    color: #a4a8ab;
    margin-top: 4px
}

@media all and (min-width: 576px) {
    .download-boxes h4 .download-type {
        font-size: 1.25rem
    }
}

.download-boxes p + ul, .download-boxes p + ol, .download-boxes ul + p, .download-boxes ol + p {
    margin-top: 1rem
}

.download-boxes li + li {
    margin-top: .625rem
}

.download-boxes img {
    width: auto;
    height: auto;
    max-width: 6.5625rem;
    float: left;
    display: inline-block;
    margin: 0 1.5rem 1.5rem 0
}

@media all and (min-width: 576px) {
    .download-boxes img {
        margin: auto;
        left: 0;
        top: 0;
        position: absolute
    }
}

.white-theme .download-boxes img {
    border: 1px solid #979797
}

.download-boxes .ui-selectmenu-button, .download-boxes select {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5rem
}

.white-theme .download-boxes .ui-selectmenu-button, .white-theme .download-boxes select {
    background-color: #fff;
    color: #3c3c3c;
    font-size: inherit;
    line-height: inherit
}

@media all and (min-width: 576px) {
    .white-theme .download-boxes .ui-selectmenu-button, .white-theme .download-boxes select {
        max-width: 15.625rem
    }
}

.download-boxes .ui-selectmenu-button {
    padding: 1rem 1.5rem;
    background-color: #3c3c3c;
    color: #fff;
    border-radius: 0
}

.download-boxes .button-row {
    margin-top: 1.5rem;
    clear: both
}

@media all and (min-width: 768px) {
    .download-boxes .button-row {
        margin-bottom: 0
    }
}

.download-boxes .btn {
    width: 100%
}

@media all and (min-width: 576px) {
    .download-boxes .btn {
        width: auto
    }
}

.ui-menu-item-wrapper {
    padding: 1rem
}

body .ui-button, body .ui-button:active, body .ui-button:hover, body .ui-button:link, body .ui-button:visited {
    text-decoration: none;
    outline: 0 none
}

.quote {
    background: #3c3c3c;
    margin-bottom: 2.5rem
}

.quote + .white-quote, .quote + .red-quote {
    margin-bottom: 2.5rem
}

.quote.red-quote .quote-col, .quote.red-bg {
    background: #C80028;
    color: #fff
}

.quote.white-quote .quote-col, .quote.white-bg {
    color: #C80028;
    background: #fff
}

.quote.red-bg, .quote.white-bg {
    margin-top: 2.5rem;
    padding: 2rem 3.8% 2rem
}

@media all and (min-width: 768px) {
    .quote.red-bg, .quote.white-bg {
        padding: 3rem 3.8% 2rem
    }
}

@media all and (min-width: 992px) {
    .quote.red-bg, .quote.white-bg {
        padding: 4rem 1.5rem 3rem;
        margin-bottom: 5rem
    }
}

.quote.right-quote, .quote.left-quote {
    display: block
}

@media all and (min-width: 768px) {
    .quote.right-quote, .quote.left-quote {
        padding: 0
    }
}

@media all and (min-width: 992px) {
    .quote.right-quote, .quote.left-quote {
        margin-left: auto;
        margin-right: auto
    }
}

.quote.right-quote .quote-col, .quote.left-quote .quote-col {
    padding: 0
}

@media all and (max-width: 767px) {
    .quote.right-quote .author, .quote.left-quote .author {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

.quote .quote-column-1, .quote .quote-column-2 {
    width: 100%;
    max-width: 50rem;
    padding: 0;
    margin: auto;
    position: relative
}

.quote .quote-column-1:before {
    content: ' ';
    display: block;
    background: transparent url("../assets/icon/ico_quote_white_H64.svg") top left no-repeat;
    background-size: 2rem auto;
    margin-bottom: 1rem;
    width: 2rem;
    height: 2rem
}

@media all and (min-width: 768px) {
    .quote .quote-column-1:before {
        position: absolute;
        left: 0;
        top: -16px;
        width: 4rem;
        height: 4rem;
        background-size: 4rem auto
    }
}

@media all and (min-width: 768px) {
    .quote .quote-column-1 {
        padding-left: 6.5625rem
    }
}

@media all and (min-width: 768px) {
    .quote .quote-column-1:before {
        position: absolute;
        left: 0;
        top: -16px;
        width: 4rem;
        height: 4rem;
        background-size: 4rem auto
    }
}

.quote .quote-column-2 {
    margin-left: 12px;
    margin-right: 12px;
    width: auto
}

@media all and (min-width: 576px) {
    .quote .quote-column-2 {
        margin-left: 30px;
        margin-right: 30px
    }
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 {
        display: flex;
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (min-width: 576px) {
    .quote .quote-column-2 {
        max-width: calc(100% - 60px)
    }
}

@media (min-width: 860px) {
    .quote .quote-column-2 {
        max-width: 50rem
    }
}

@media all and (min-width: 992px) {
    .quote .quote-column-2 {
        margin-left: auto;
        margin-right: auto
    }
}

.quote .quote-column-2 .col {
    box-sizing: border-box;
    flex-grow: 1;
    margin: 0
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 .col {
        width: 50%
    }
}

.quote .quote-column-2 .quote-col {
    padding: 1.5rem 1rem;
    margin-bottom: 2.5rem
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 .quote-col {
        margin-bottom: 0
    }
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 .quote-col {
        width: 50%;
        flex-grow: 1;
        margin-right: 1.25rem;
        margin-left: 0;
        padding: 2.5rem 0
    }
}

.quote .quote-column-2 .quote-col blockquote {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0;
    margin: 0 0 1rem
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 .quote-col blockquote {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: 0 2.5rem;
        font-family: 'MetricWeb-Regular', Arial, sans-serif
    }
}

.quote .quote-column-2 .quote-col blockquote:before {
    content: ' ';
    display: block;
    background: transparent url("../assets/icon/ico_quote_red_H64.svg") top left no-repeat;
    background-size: 2rem auto;
    margin-bottom: 1rem;
    width: 2rem;
    height: 2rem
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 .quote-col blockquote:before {
        left: 2.5rem;
        top: 2.5rem;
        width: 4rem;
        height: 4rem;
        background-size: 4rem auto;
        margin-bottom: 1.5rem
    }
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 .quote-col blockquote + .author:before {
        left: 2.5rem
    }
}

.quote .quote-column-2 .author {
    margin: 0 auto;
    padding: 1rem 0 0
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 .author {
        margin: auto;
        padding: 0 2.5rem
    }
}

.quote .quote-column-2 .text-col {
    padding: 0;
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 .text-col {
        font-size: 1.25rem;
        line-height: 1.75rem;
        width: 50%;
        flex-grow: 1
    }
}

@media all and (min-width: 768px) {
    .quote .quote-column-2 .text-col {
        margin-left: 1.25rem
    }
}

.quote.right-quote .quote-column-2 {
    flex-direction: row-reverse
}

@media all and (min-width: 768px) {
    .quote.right-quote .quote-column-2 .quote-col {
        margin-right: 0;
        margin-left: 1.25rem
    }
}

@media all and (min-width: 768px) {
    .quote.right-quote .quote-column-2 .text-col {
        margin-left: 0;
        margin-right: 1.25rem;
        padding: 0
    }
}

.quote.white-quote blockquote + .author:before {
    background: #C80028
}

.quote.red-quote blockquote + .author, .quote.white-quote blockquote + .author {
    padding-top: 1rem
}

.quote.red-quote .quote-column-2 .quote-col blockquote:before {
    background-image: url("../assets/icon/ico_quote_white_H64.svg")
}

.quote.white-bg .quote-column-1:before {
    background-image: url("../assets/icon/ico_quote_red_H64.svg")
}

.quote blockquote {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.75rem
}

@media all and (min-width: 992px) {
    .quote blockquote {
        font-size: 1.75rem;
        line-height: 2rem;
        font-family: 'MetricWeb-Light', Arial, sans-serif
    }
}

.quote blockquote + .author {
    margin-top: 1rem;
    padding-top: 1rem;
    position: relative
}

@media all and (min-width: 768px) {
    .quote blockquote + .author {
        margin-top: 1.5rem;
        padding-top: 1.5rem
    }
}

.quote blockquote + .author:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 5rem;
    background: #fff
}

.quote.white-bg blockquote + .author:before {
    background: #C80028
}

.quote .author {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.paragraph + .quote {
    margin-top: 2.5rem
}

.accordion {
    border: 1px solid #a4a8ab;
    border-width: 1px 0;
    background-color: inherit;
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 768px) {
    .accordion {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.accordion p {
    vertical-align: middle;
    margin: .75rem 0
}

.accordion p img {
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block
}

.accordion p > img {
    margin-right: 1rem;
    width: auto
}

.accordion p .icon {
    float: right;
    border: 0 none
}

.accordion p .icon img {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block
}

.accordion .accordion-label {
    cursor: pointer;
    padding: 4px 0
}

.accordion .accordion-label .icon {
    display: inline-block;
    width: 1.25rem;
    height: 100%;
    background: transparent url("../assets/icon/ico_minus_white_H20.svg") center center no-repeat;
    background-size: 20px 20px;
    text-indent: -5000px;
    overflow: hidden;
    position: relative
}

.accordion .accordion-label .icon:after {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    background: transparent url("../assets/icon/ico_minus_white_H20.svg") center center no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    position: absolute;
    left: 0;
    top: 0
}

.accordion .accordion-label img {
    width: 2rem;
    height: auto
}

.accordion .accordion-item {
    border: 0 none
}

.accordion .accordion-item + .accordion-item {
    border-top: 1px solid #a4a8ab
}

.accordion .accordion-item.is-open .accordion-label .icon:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion .accordion-content {
    padding: .75rem 0 1.5rem
}

@media all and (min-width: 768px) {
    .accordion .accordion-content {
        padding: 1.5rem 0 2rem
    }
}

.accordion .accordion-content .paragraph {
    padding: 0;
    margin-left: 0;
    margin-right: 0
}

@media all and (min-width: 576px) {
    .accordion .accordion-content .paragraph > div p:first-of-type {
        margin-top: 0
    }
}

.accordion .accordion-content .paragraph p + .btn {
    margin-top: .75rem
}

@media all and (min-width: 576px) {
    .accordion .accordion-content div.image-wrapper {
        max-width: 50%;
        margin-bottom: .625rem
    }
}

.accordion .linebreak {
    display: block;
    border: 1px solid red
}

h2 + .accordion {
    margin-top: 1.5rem
}

@media all and (min-width: 992px) {
    h2 + .accordion {
        margin-top: 2.5rem
    }
}

.solo-gallery {
    margin: auto
}

@media all and (min-width: 992px) {
    .solo-gallery {
        display: block
    }
}

@media all and (min-width: 1200px) {
    .solo-gallery {
        max-width: 76.25rem
    }
}

@media all and (max-width: 991px) {
    .solo-gallery.row-padding {
        padding: 2.5rem .9375rem
    }
}

@media all and (max-width: 575px) {
    .solo-gallery.row-padding {
        padding: 2.5rem 0 1.875rem;
        margin: 0 -3px
    }
}

.solo-gallery .product-slider-wrapper {
    max-width: 100%;
    margin: auto
}

@media all and (min-width: 992px) {
    .solo-gallery .product-slider-wrapper {
        max-width: 55rem
    }
}

.solo-gallery .slider-product-image {
    max-width: 100%
}

.solo-gallery .slider-product-image li {
    font-size: 1rem;
    line-height: 1.25rem;
    outline: 0 none !important;
    box-shadow: none !important;
    color: #a4a8ab
}

@media all and (min-width: 768px) {
    .solo-gallery .slider-product-image li {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.solo-gallery .slider-product-image li figure {
    display: block
}

.solo-gallery .slider-product-image li figure picture {
    display: block;
    margin-bottom: .5rem;
    height: 100%;
    max-width: 100%
}

@media all and (min-width: 576px) {
    .solo-gallery .slider-product-image li figure picture {
        margin-bottom: 1rem
    }
}

.solo-gallery .slider-product-image li figure img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px
}

@media (min-width: 400px) {
    .solo-gallery .slider-product-image li figure img {
        max-height: 220px
    }
}

@media (min-width: 440px) {
    .solo-gallery .slider-product-image li figure img {
        max-height: 240px
    }
}

@media all and (min-width: 480px) {
    .solo-gallery .slider-product-image li figure img {
        max-height: 260px
    }
}

@media all and (min-width: 576px) {
    .solo-gallery .slider-product-image li figure img {
        max-height: 290px
    }
}

@media all and (min-width: 768px) {
    .solo-gallery .slider-product-image li figure img {
        max-height: 400px
    }
}

@media all and (min-width: 840px) {
    .solo-gallery .slider-product-image li figure img {
        max-height: 440px
    }
}

@media all and (min-width: 992px) {
    .solo-gallery .slider-product-image li figure img {
        max-height: 495px
    }
}

.solo-gallery .slider-product-image li figure figcaption {
    font-size: 1rem;
    line-height: 1.25rem
}

@media all and (min-width: 768px) {
    .solo-gallery .slider-product-image li figure figcaption {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media all and (max-width: 767px) {
    .solo-gallery .product-slider-wrapper .slider-product-nav {
        display: flex
    }
}

.solo-gallery .product-slider-wrapper .slider-product-nav li .img-wrapper {
    width: 6.5rem;
    height: 6.5rem;
    padding: 8px
}

.solo-gallery .product-slider-wrapper .slider-product-nav li .img-wrapper img {
    width: auto;
    height: auto
}

.solo-gallery .product-slider-wrapper .slider-product-nav .slick-prev {
    top: 1.5rem;
    left: -3.25rem
}

@media all and (min-width: 768px) {
    .solo-gallery .product-slider-wrapper .slider-product-nav .slick-prev {
        left: -3.375rem
    }
}

.solo-gallery .product-slider-wrapper .slider-product-nav .slick-next {
    top: 1.5rem;
    right: -3.25rem
}

@media all and (min-width: 768px) {
    .solo-gallery .product-slider-wrapper .slider-product-nav .slick-next {
        right: -3.375rem
    }
}

.product-stage {
    display: block;
    background-color: transparent;
    background-color: #3c3c3c;
    position: relative;
    height: auto
}

.product-stage + hr {
    border-color: #a4a8ab
}

.product-stage:before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    height: 25rem;
    opacity: 0.4
}

.product-stage .product-stage-inner-wrapper {
    position: relative;
    justify-content: center;
    max-width: 81.25rem;
    margin: auto;
    padding: 1.5rem .75rem 2.5rem
}

@media all and (min-width: 576px) {
    .product-stage .product-stage-inner-wrapper {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media all and (min-width: 992px) {
    .product-stage .product-stage-inner-wrapper {
        padding: 3.5rem 2.5rem
    }

    .product-stage .product-stage-inner-wrapper.product-solo-image-wrapper {
        padding: 3.5rem 2.5rem 5rem
    }

    .product-stage .product-stage-inner-wrapper.product-solo-image-wrapper + hr {
        border-color: #a4a8ab
    }
}

.product-stage .product-stage-inner-wrapper:after {
    content: ' ';
    display: block;
    clear: both
}

.product-stage .product-stage-headline, .product-stage .product-stage-image, .product-stage .product-stage-info {
    position: relative;
    z-index: 5
}

@media all and (min-width: 992px) {
    .product-stage .product-stage-headline, .product-stage .product-stage-image, .product-stage .product-stage-info {
        width: 50%
    }
}

.product-stage .product-stage-image {
    padding-bottom: 0;
    padding-top: 0
}

@media all and (min-width: 992px) {
    .product-stage .product-stage-image {
        float: left
    }
}

@media all and (min-width: 992px) {
    .product-stage .product-stage-info {
        float: right;
        padding-left: 7%
    }
}

.product-stage .product-stage-info p {
    max-width: 100%
}

.product-stage .product-stage-info p + p {
    margin-top: 1rem
}

.product-stage .product-stage-info p.button-row {
    margin-top: 1.5rem
}

@media all and (min-width: 576px) {
    .product-stage .product-stage-info p.button-row {
        margin-top: 3.5rem
    }
}

.product-stage .product-stage-info p.accordion-label {
    margin-bottom: .75rem
}

@media all and (max-width: 991px) {
    .product-stage .product-stage-info p {
        font-size: 1.125rem
    }
}

.product-stage .product-stage-info p a {
    display: inline-block
}

.product-stage .product-stage-info ul, .product-stage .product-stage-info ol {
    padding-left: 1.25rem
}

.product-stage .product-stage-info .btn {
    font-size: 1.25rem;
    line-height: 3.5rem
}

@media all and (max-width: 991px) {
    .product-stage .product-stage-info .btn {
        line-height: 3rem
    }
}

.product-stage .product-stage-info .accordion p a {
    background: none;
    display: inline;
    border-bottom: 2px solid #C80028
}

.product-stage .product-stage-info .accordion p a:active, .product-stage .product-stage-info .accordion p a:focus, .product-stage .product-stage-info .accordion p a:hover {
    border-color: #fff
}

@media all and (min-width: 992px) {
    .product-stage .product-stage-headline {
        padding-left: 7%;
        padding-right: 0;
        float: right
    }

    .product-stage .product-stage-headline h1 {
        padding-top: 1.5rem
    }
}

.product-stage h1 {
    margin-bottom: 2rem
}

@media all and (min-width: 992px) {
    .product-stage h1 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

.product-stage h1 > small {
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    display: block;
    color: #a4a8ab;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-top: .25rem;
    text-transform: none
}

@media all and (min-width: 992px) {
    .product-stage h1 > small {
        font-size: 1.5rem;
        line-height: 1.75rem;
        padding-top: .5rem
    }
}

.product-stage .accordion {
    margin-top: 2rem
}

@media all and (min-width: 992px) {
    .product-stage .accordion {
        margin-top: 3.5rem
    }
}

.product-stage .button-row {
    margin-top: 1.5rem
}

@media all and (min-width: 992px) {
    .product-stage .button-row {
        margin-top: 3.5rem
    }
}

.product-stage + .row-padding {
    padding-top: 0
}

.product-image-wrapper {
    margin-bottom: 5rem
}

.product-image-wrapper figure {
    display: block
}

@media all and (min-width: 992px) {
    .product-image-wrapper figure {
        text-align: center;
        margin: auto
    }
}

.product-image-wrapper figure img {
    margin-bottom: .5rem
}

.product-image-wrapper figcaption {
    text-align: left;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 1.5rem
}

@media all and (min-width: 992px) {
    .product-image-wrapper figcaption {
        margin-bottom: 0;
        font-size: 1.125rem
    }
}

.product-solo-image-wrapper .product-stage-image {
    padding: 0
}

@media all and (min-width: 992px) {
    .product-solo-image-wrapper .product-stage-image {
        text-align: center
    }
}

.product-solo-image-wrapper .product-stage-image figure {
    max-width: none;
    display: inline-block;
    margin: auto
}

.product-solo-image-wrapper .product-stage-image picture {
    display: inline-block
}

.product-solo-image-wrapper .product-stage-image img {
    display: block;
    max-height: 19.375rem;
    width: auto;
    margin-bottom: .5rem
}

@media all and (min-width: 576px) {
    .product-solo-image-wrapper .product-stage-image img {
        max-height: 28.75rem;
        margin-left: auto;
        margin-right: auto
    }
}

.product-solo-image-wrapper .product-stage-image source {
    display: block
}

.product-solo-image-wrapper .product-image-wrapper figure {
    display: block
}

.product-image-wrapper, .product-slider-wrapper {
    max-width: 100%;
    margin: auto;
    clear: both
}

.img-zoom-container {
    position: relative
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 150px;
    height: 150px;
    display: none
}

@media all and (min-width: 992px) {
    .img-zoom-lens {
        display: block
    }
}

.has-zoom-lens {
    position: relative
}

.has-zoom-lens picture {
    position: relative;
    display: inline-block
}

.img-zoom-result {
    background-color: #141414;
    position: absolute;
    right: 2.5rem;
    top: 3.5rem;
    width: 32.25rem;
    height: 31rem;
    max-width: 41%;
    max-height: 75vh;
    border: 1px solid #a4a8ab;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: -1;
    display: none
}

@media all and (min-width: 992px) {
    .img-zoom-result {
        display: block;
        visibility: hidden
    }

    .img-zoom-result.visible {
        visibility: visible;
        z-index: 10
    }
}

@media (min-width: 1200px) {
    .img-zoom-result {
        height: 32.25rem
    }
}

@media (min-width: 1280px) {
    .img-zoom-result {
        width: 32.8125rem;
        height: 32.8125rem
    }
}

@media all and (min-width: 992px) {
    .product-stage-inner-wrapper .product-slider-wrapper {
        padding-left: 10%;
        padding-right: 10%;
        max-width: 28.75rem;
        box-sizing: content-box
    }

    .product-stage-inner-wrapper .product-slider-wrapper .slider-product-image figure {
        display: block;
        max-width: 100%;
        max-height: 100%
    }

    .product-stage-inner-wrapper .product-slider-wrapper .slider-product-image picture {
        display: inline-block;
        max-width: 100%;
        max-height: 100%
    }

    .product-stage-inner-wrapper .product-slider-wrapper .slider-product-image picture img {
        display: block;
        max-width: 100%;
        max-height: 100%
    }
}

.product-slider-wrapper .slider-product-image {
    text-align: center
}

@media all and (min-width: 576px) {
    .product-slider-wrapper .slider-product-image {
        margin-bottom: 2rem
    }
}

.product-slider-wrapper .slider-product-image picture {
    margin: auto
}

.product-slider-wrapper .slider-product-image img {
    display: inline-block;
    margin: auto;
    max-height: 19.3125rem;
    width: auto
}

@media all and (min-width: 576px) {
    .product-slider-wrapper .slider-product-image img {
        max-height: 34.8125rem
    }
}

@media all and (min-width: 992px) {
    .product-slider-wrapper .slider-product-image img {
        max-height: none
    }
}

.product-slider-wrapper .slider-product-nav-wrapper {
    margin: auto 0 0
}

@media all and (min-width: 576px) {
    .product-slider-wrapper .slider-product-nav-wrapper {
        margin: auto 10% 1.5rem
    }
}

@media all and (min-width: 992px) {
    .product-slider-wrapper .slider-product-nav-wrapper {
        margin: auto;
        max-width: 50rem
    }
}

.product-slider-wrapper .slick-slide {
    outline: 0 solid transparent
}

@media all and (max-width: 575px) {
    .product-slider-wrapper .slider-product-nav {
        justify-content: flex-end;
        float: right
    }
}

.product-slider-wrapper .slider-product-nav li {
    outline-color: transparent;
    cursor: pointer;
    outline-width: 0
}

.product-slider-wrapper .slider-product-nav li .img-wrapper {
    border: 1px solid #a4a8ab;
    text-align: center;
    width: 4rem;
    height: 4rem;
    display: flex;
    margin: auto 4px;
    padding: 7px
}

.product-slider-wrapper .slider-product-nav li .img-wrapper:hover {
    border-color: #fff
}

.product-slider-wrapper .slider-product-nav li .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    border: 0 none;
    padding: 0;
    margin: auto
}

.product-slider-wrapper .slider-product-nav li.slick-current .img-wrapper {
    border-color: #C80028
}

.product-slider-wrapper .slider-product-nav img {
    margin: auto;
    display: inline-block
}

.product-slider-wrapper .slider-product-nav .slick-arrow {
    position: absolute;
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    background: transparent url("../assets/icon/ico_arrow_left_red_H32.svg") center center/2rem 2rem no-repeat;
    border: 0 none;
    cursor: pointer;
    top: 0
}

@media all and (min-width: 576px) {
    .product-slider-wrapper .slider-product-nav .slick-arrow {
        width: 2rem;
        height: 4rem
    }
}

.product-slider-wrapper .slider-product-nav .slick-arrow:focus {
    outline: 0 none !important
}

.product-slider-wrapper .slider-product-nav .slick-arrow:hover {
    background-image: url("../assets/icon/ico_arrow_left_red_H32-hover.svg")
}

.product-slider-wrapper .slider-product-nav .slick-arrow.slick-disabled {
    background-image: url("../assets/icon/ico_arrow_left_grey-3_H32.svg")
}

@media all and (max-width: 575px) {
    .product-slider-wrapper .slider-product-nav .slick-arrow {
        position: static;
        display: inline-block
    }
}

@media all and (min-width: 576px) {
    .product-slider-wrapper .slider-product-nav .slick-prev {
        left: -12%
    }
}

.product-slider-wrapper .slider-product-nav .slick-next {
    background-image: url("../assets/icon/ico_arrow_right_red_H32.svg")
}

@media all and (max-width: 575px) {
    .product-slider-wrapper .slider-product-nav .slick-next {
        margin-left: .875rem
    }
}

@media all and (min-width: 576px) {
    .product-slider-wrapper .slider-product-nav .slick-next {
        right: -12%
    }
}

.product-slider-wrapper .slider-product-nav .slick-next:hover {
    background-image: url("../assets/icon/ico_arrow_right_red_H32-hover.svg")
}

.product-slider-wrapper .slider-product-nav .slick-next.slick-disabled {
    background-image: url("../assets/icon/ico_arrow_right_grey-3_H32.svg")
}

@media all and (max-width: 575px) {
    .product-slider-wrapper .slider-product-nav .slick-list {
        display: none
    }
}

.product-slider-wrapper .paging-info-wrapper {
    display: none
}

@media all and (max-width: 575px) {
    .product-slider-wrapper .paging-info-wrapper {
        font-size: 1rem;
        line-height: 1.25rem;
        float: left;
        padding: .75rem 0;
        color: #a4a8ab;
        display: inline-block;
        margin-top: .375rem
    }
}

.top-actions {
    display: block;
    background-color: #141414;
    padding: 1.5rem 0
}

@media all and (min-width: 992px) {
    .top-actions {
        padding: 3.5rem 0
    }
}

main .top-actions {
    padding: 2.5rem 1.5rem 1.75rem
}

@media all and (min-width: 992px) {
    main .top-actions {
        padding: 5rem 0
    }

    main .top-actions .teaser-list li:not(:first-child) {
        position: relative
    }

    main .top-actions .teaser-list li:not(:first-child):before {
        content: '';
        border-left: 1px solid #3c3c3c;
        height: 100%;
        position: absolute;
        left: 0
    }
}

@media all and (max-width: 991px) {
    main .top-actions {
        border-top: 1px solid #3c3c3c
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    main .top-actions {
        padding: 5rem 2rem
    }
}

@media all and (max-width: 479px) {
    main .top-actions {
        padding: 2.5rem .75rem 2rem
    }
}

.top-actions h2 {
    text-align: center;
    margin-bottom: 1.5rem
}

@media all and (min-width: 992px) {
    .top-actions h2 {
        margin-bottom: 3.5rem
    }
}

.top-actions ul {
    list-style: none
}

@media all and (min-width: 992px) {
    .top-actions ul {
        display: flex;
        justify-content: space-between
    }

    .top-actions ul:not(.small-list) {
        max-width: 80rem;
        margin: 0 auto
    }
}

.top-actions ul li {
    text-align: center
}

.top-actions ul > li {
    text-align: center
}

@media all and (min-width: 992px) {
    .top-actions ul > li {
        width: 16.6667%
    }
}

.top-actions ul .slick-track > .slick-active + .slick-active {
    border-left: 1px solid #3c3c3c;
    margin-left: -1px
}

.top-actions ul figure {
    padding: 1.875rem 0
}

@media all and (max-width: 575px) {
    .top-actions ul figure {
        padding: 1rem 0
    }
}

.top-actions ul figure figcaption {
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media all and (max-width: 767px) {
    .top-actions ul figure figcaption {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

@media all and (min-width: 992px) {
    .top-actions ul figure figcaption {
        width: 8rem;
        margin: auto
    }
}

.top-actions ul a {
    display: flex;
    justify-content: center
}

.top-actions ul a figure {
    max-width: 128px;
    line-height: 0
}

.top-actions ul a:hover figcaption {
    background-image: linear-gradient(to right, white, white);
    background-position: 0 100%;
    text-indent: 0;
    background-repeat: repeat-x;
    background-size: 1px 2px;
    display: inline
}

.top-actions ul figcaption {
    color: #fff
}

.top-actions ul picture {
    margin-bottom: 1rem;
    line-height: 0;
    display: block
}

@media all and (min-width: 576px) {
    .top-actions ul picture {
        margin-bottom: 1.375rem
    }
}

.top-actions ul img {
    width: 4rem;
    height: auto;
    margin: auto
}

@media all and (min-width: 576px) {
    .top-actions ul img {
        width: 8rem
    }
}

.top-actions .slick-dots {
    margin-top: 1rem;
    line-height: 0
}

.top-actions .slick-dots li {
    margin: 0;
    padding: .5rem
}

.top-actions .slick-dots button {
    display: block
}

@media all and (max-width: 991px) {
    .top-actions .slick-dots button {
        height: .5rem;
        width: .5rem
    }
}

.top-actions-section {
    max-width: 76.25rem;
    margin: 0 auto
}

.top-actions ul.small-list {
    display: flex;
    justify-content: center
}

@media all and (max-width: 575px) {
    .top-actions ul.small-list {
        padding: 0 1.5rem
    }
}

.top-actions ul.small-list li {
    width: 33.333%;
    min-height: 9rem
}

.top-actions ul.small-list li a {
    margin: 0 auto;
    line-height: 0
}

@media all and (max-width: 991px) {
    .top-actions ul.small-list li a picture {
        margin-bottom: 12px
    }
}

.top-actions ul.small-list li a figcaption {
    display: inline
}

@media all and (min-width: 576px) {
    .top-actions ul.small-list li {
        width: 20%
    }
}

@media all and (min-width: 992px) {
    .top-actions ul.small-list li {
        width: 16.6667%;
        min-height: 11rem
    }
}

.top-actions ul.small-list > li + li {
    border-left: 1px solid #3c3c3c
}

.top-actions ul.small-list img {
    width: 4rem
}

@media all and (max-width: 575px) {
    .top-actions ul.small-list img {
        width: 4rem
    }
}

.top-actions ul.small-list figure {
    padding: 1rem .625rem .75rem
}

@media all and (min-width: 992px) {
    .top-actions ul.small-list figure {
        padding: 2rem .625rem 1.75rem
    }
}

.solution-section {
    max-width: 76.25rem;
    margin: auto;
    flex-wrap: wrap;
    display: block
}

.solution-section h2 {
    text-align: center;
    margin-bottom: 3.625rem;
    letter-spacing: 1px
}

.solution-section p {
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 992px) {
    .solution-section p {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.solution-section .teaser-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5rem;
    width: 100%
}

.solution-section .teaser-box > a {
    display: block
}

@media all and (min-width: 768px) {
    .solution-section .teaser-box {
        float: left;
        width: calc(50% - 10px);
        margin-bottom: 2.5rem
    }
}

@media all and (min-width: 992px) {
    .solution-section .teaser-box {
        width: calc(50% - 20px)
    }
}

@media all and (min-width: 768px) {
    .solution-section .teaser-box.box-2 {
        margin-top: 2.5rem
    }

    .solution-section .teaser-box.box-2, .solution-section .teaser-box.box-3, .solution-section .teaser-box.box-6, .solution-section .teaser-box.box-7 {
        float: right
    }

    .solution-section .teaser-box:last-child {
        margin-bottom: 40px;
        margin-bottom: 0
    }
}

@media all and (min-width: 768px) {
    .solution-section .small-image-teaser {
        padding-bottom: 5rem
    }
}

.solution-section .small-image-teaser h3 {
    margin-bottom: .25rem;
    font-size: 1.75rem
}

.solution-section .small-image-teaser p {
    margin-top: 0
}

.solution-section .small-image-teaser .text {
    background-color: #141414;
    min-height: 7.5rem;
    padding: 1.5rem
}

@media all and (min-width: 768px) {
    .solution-section .small-image-teaser .text {
        width: 380px;
        max-width: 80%;
        position: absolute;
        bottom: 0;
        right: 0
    }
}

@media all and (min-width: 992px) {
    .solution-section .small-image-teaser .text {
        padding: 1.5rem;
        min-height: 10rem
    }
}

@media (min-width: 768px) and (max-width: 1060px) {
    .solution-section .small-image-teaser .text {
        width: 100%;
        max-width: 100%;
        min-height: 5.625rem
    }
}

@media all and (min-width: 768px) {
    .solution-section .small-image-teaser img {
        width: 485px
    }
}

.solution-section .full-image-teaser h3 {
    font-family: 'MetricWeb-Light', Arial, sans-serif;
    margin-bottom: .625rem;
    font-size: 1.75rem
}

@media all and (min-width: 992px) {
    .solution-section .full-image-teaser h3 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

.solution-section .full-image-teaser .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem
}

@media all and (min-width: 992px) {
    .solution-section .full-image-teaser .text {
        padding: 3rem
    }
}

.solution-section .full-image-teaser picture {
    display: block
}

.solution-section .full-image-teaser picture:before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 90%);
    height: 40%
}

.large-image-teaser {
    max-width: 76.25rem;
    margin: 0 auto 40px;
    width: 100%
}

.large-image-teaser:last-child {
    margin-bottom: 0
}

@media all and (max-width: 479px) {
    .large-image-teaser {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.large-image-teaser img {
    display: block;
    width: 100%
}

@media all and (max-width: 575px) {
    .large-image-teaser .image-wrapper {
        margin-bottom: 16px
    }
}

@media all and (min-width: 576px) {
    .large-image-teaser {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .large-image-teaser > div {
        width: calc(50% - 15px)
    }

    .large-image-teaser:nth-child(even) .image-wrapper, hr .large-image-teaser .image-wrapper {
        margin-right: auto
    }

    .large-image-teaser:nth-child(odd) {
        flex-direction: row-reverse
    }

    .large-image-teaser:nth-child(odd) .image-wrapper {
        margin-left: auto
    }

    .reverse-order .large-image-teaser:nth-child(odd) {
        flex-direction: row
    }

    .reverse-order .large-image-teaser:nth-child(odd) .image-wrapper {
        margin-left: 0;
        margin-right: auto
    }

    .reverse-order .large-image-teaser:nth-child(even) {
        flex-direction: row-reverse
    }

    .reverse-order .large-image-teaser:nth-child(even) .image-wrapper {
        margin-left: auto;
        margin-right: 0
    }
}

.large-image-teaser:only-child .image-wrapper {
    margin-right: auto;
    margin-left: 0
}

@media all and (min-width: 576px) {
    .large-image-teaser:only-child {
        flex-direction: row
    }

    .large-image-teaser:only-child .image-wrapper {
        margin-bottom: 0
    }
}

@media all and (min-width: 992px) {
    .large-image-teaser > div {
        width: calc(50% - 20px)
    }
}

.large-image-teaser .btn {
    margin-top: 24px
}

@media all and (max-width: 479px) {
    .large-image-teaser .btn:not(.btn-show) {
        display: none
    }
}

@media all and (min-width: 768px) {
    .large-image-teaser h2 {
        text-transform: none;
        margin-bottom: 16px;
        line-height: 2.5rem
    }
}

.large-image-teaser .text-box h3 + .btn {
    margin-top: 40px
}

.double-teaser {
    max-width: 76.25rem;
    margin: 0 auto;
    width: 100%;
    display: block
}

.double-teaser .teaser-box {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
    width: 100%
}

.double-teaser .teaser-box:first-child {
    margin-top: 0
}

.double-teaser .teaser-box:last-child {
    margin-bottom: 0
}

@media all and (min-width: 992px) {
    .double-teaser .teaser-box {
        padding: 3rem
    }
}

.double-teaser .teaser-box.no-padding, .double-teaser .teaser-box.teaser-image-box {
    padding: 0
}

@media all and (min-width: 992px) {
    .double-teaser {
        display: flex
    }

    .double-teaser .teaser-box {
        width: calc(50% - 20px)
    }

    .double-teaser .teaser-box:nth-child(even) {
        margin: 0 0 0 1.25rem
    }

    .double-teaser .teaser-box:nth-child(odd) {
        margin: 0 1.25rem 0 0
    }
}

.bg-red {
    color: #f8f9fa;
    background-color: #C80028
}

.bg-red h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: .75rem
}

.stand-alone-navbar, .tab {
    display: block;
    width: 100%
}

.stand-alone-navbar .mobile-tab-toggle, .tab .mobile-tab-toggle {
    position: relative;
    background: #f8f9fa;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1.5rem
}

.stand-alone-navbar .mobile-tab-toggle span, .tab .mobile-tab-toggle span {
    padding: .875rem;
    color: #343a40;
    border-bottom: 1px solid #a4a8ab;
    display: block
}

.stand-alone-navbar .mobile-tab-toggle span:after, .stand-alone-navbar .mobile-tab-toggle span:before, .tab .mobile-tab-toggle span:after, .tab .mobile-tab-toggle span:before {
    content: " ";
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: .875rem;
    z-index: 10;
    cursor: pointer;
    background: transparent url("../assets/icon/ico_minus_H20.svg") center center no-repeat;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

.stand-alone-navbar .mobile-tab-toggle span:before, .tab .mobile-tab-toggle span:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.stand-alone-navbar .mobile-tab-toggle span:after, .tab .mobile-tab-toggle span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.stand-alone-navbar .mobile-tab-toggle.is-open span:after, .tab .mobile-tab-toggle.is-open span:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media all and (min-width: 992px) {
    .stand-alone-navbar .mobile-tab-toggle, .tab .mobile-tab-toggle {
        display: none
    }
}

.stand-alone-navbar nav, .tab nav {
    width: 100%;
    background: #f8f9fa;
    display: block
}

@media all and (min-width: 992px) {
    .stand-alone-navbar nav, .tab nav {
        padding: 0 40px
    }

    .stand-alone-navbar nav ul, .tab nav ul {
        display: flex;
        max-width: 76.25rem;
        margin: auto
    }

    .stand-alone-navbar nav ul li, .tab nav ul li {
        flex-grow: 1;
        margin: 0; /*width:25%*/
    }
}

@media all and (max-width: 991px) {
    .stand-alone-navbar nav li, .tab nav li {
        display: none;
        border-bottom: 1px solid #a4a8ab;
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    .stand-alone-navbar nav li a, .tab nav li a {
        padding: .75rem
    }
}

.stand-alone-navbar nav a, .tab nav a {
    color: #343a40;
    display: block;
    padding: .875rem .875rem .625rem
}

@media all and (min-width: 992px) {
    .stand-alone-navbar nav a, .tab nav a {
        text-align: center
    }
}

.stand-alone-navbar.sticky nav, .tab.sticky nav {
    position: fixed;
    top: 0;
    z-index: 200;
    transition: top 0.2s ease-in-out
}

.stand-alone-navbar .tab-toggle, .tab .tab-toggle {
    border-bottom: 4px solid #fff;
    transition: border-bottom 0.2s
}

@media all and (min-width: 992px) {
    .stand-alone-navbar .tab-toggle.is-active, .stand-alone-navbar .tab-toggle:hover, .tab .tab-toggle.is-active, .tab .tab-toggle:hover {
        border-bottom: 4px solid #C80028
    }
}

.stand-alone-navbar .tab-item, .tab .tab-item {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    padding: 2.5rem 3.8%
}

@media all and (min-width: 992px) {
    .stand-alone-navbar .tab-item, .tab .tab-item {
        padding: 2.5rem
    }
}

@media all and (min-width: 992px) {
    .stand-alone-navbar .tab-item, .tab .tab-item {
        padding: 5rem
    }
}

.stand-alone-navbar .tab-item.is-active, .tab .tab-item.is-active {
    clip: auto;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    position: static;
    width: auto
}

.stand-alone-navbar {
    margin: 0 -15px 40px;
    width: auto
}

@media all and (min-width: 992px) {
    .stand-alone-navbar {
        margin-bottom: 80px
    }
}

@media all and (max-width: 991px) {
    .content-column-0 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (max-width: 575px) {
    .content-column-0 {
        padding-left: 12px;
        padding-right: 12px
    }
}

.content-column-0 .row.bg-dark-grey {
    margin-left: 0;
    margin-right: 0
}

.content-column-0 article.content {
    max-width: 1220px;
    width: 100%
}

.container-fluid .content-column-0 article .paragraph {
    padding-left: 12px;
    padding-right: 12px;
    margin: 40px 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media all and (min-width: 992px) {
    .container-fluid .content-column-0 article .paragraph {
        margin: 80px 0;
    }
}

@media all and (min-width: 576px) {
    .container-fluid .content-column-0 article .paragraph {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width: 768px) {
    .container-fluid .content-column-0 article .paragraph {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 880px) {
    .container-fluid .content-column-0 article .paragraph {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.container-fluid .content-column-0 article .paragraph.teaser-content {
    padding-top: 0;
    padding-bottom: 0
}

.content-column-0 article .contenttable td, .content-column-0 article .contenttable th {
    white-space: nowrap
}

.content-column-0 article .row-lg {
    padding-left: 12px;
    padding-right: 12px
}

@media all and (max-width: 991px) {
    .content-column-0 article .row-lg {
        margin-left: -45px;
        margin-right: -45px
    }
}

@media all and (max-width: 575px) {
    .content-column-0 article .row-lg {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media all and (min-width: 576px) {
    .content-column-0 article .row-lg {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width: 992px) {
    .content-column-0 article .row-lg {
        padding-left: 40px;
        padding-right: 40px
    }
}

.content-column-0 article .row-lg .large-image-teaser.video-teaser {
    padding: 0
}

@media (min-width: 1300px) {
    .content-column-0 article .row-lg {
        padding-left: 15px;
        padding-right: 15px
    }
}

.tabs-wrapper .contenttable td, .tabs-wrapper .contenttable th {
    white-space: nowrap
}

main .stage + .row.facts-wrapper {
    margin-top: 0
}

.facts-wrapper {
    background-color: #141414;
    padding: 2.5rem 0
}

.facts-wrapper + .facts-wrapper {
    border-top: 1px solid #3c3c3c
}

.facts-wrapper .facts {
    width: 100%;
    max-width: 76.25rem;
    margin: auto;
    padding: 0 12px
}

@media all and (min-width: 992px) {
    .facts-wrapper .facts {
        padding: 0
    }
}

.facts-wrapper ul {
    list-style: none;
    width: 100%
}

@media all and (min-width: 992px) {
    .facts-wrapper ul {
        display: flex
    }
}

.facts-wrapper li {
    font-size: 1.75rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 1.5rem
}

@media all and (min-width: 992px) {
    .facts-wrapper li {
        font-size: 1.5rem;
        line-height: 1.75rem;
        flex-grow: 1;
        max-width: 20%
    }

    .facts-wrapper li + li {
        border-left: 1px solid #3c3c3c
    }
}

@media all and (max-width: 991px) {
    .facts-wrapper li {
        font-family: 'MetricWeb-Light', Arial, sans-serif;
        display: none
    }

    .facts-wrapper li:first-child {
        padding-top: 0;
        display: block
    }
}

.facts-wrapper li .label {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #a4a8ab;
    text-transform: uppercase;
    margin-bottom: .125rem
}

@media all and (max-width: 991px) {
    .facts-wrapper li .label {
        margin-bottom: .375rem;
        font-family: 'MetricWeb-Regular', Arial, sans-serif
    }
}

.facts-wrapper .big-letter li {
    font-size: 1.75rem;
    line-height: 2rem
}

@media all and (min-width: 992px) {
    .facts-wrapper .big-letter li {
        font-family: 'MetricWeb-Light', Arial, sans-serif;
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .facts-wrapper .big-letter li .label {
        font-family: 'MetricWeb-Regular', Arial, sans-serif
    }
}

.facts-wrapper .show-more {
    margin-top: .75rem;
    transition: margin-top 0.5s
}

@media all and (min-width: 992px) {
    .facts-wrapper .show-more {
        display: none
    }
}

.facts-wrapper .show-more a {
    border: 0 none;
    display: block;
    text-align: center;
    color: #a4a8ab;
    font-size: 1.125rem;
    line-height: 1.5rem;
    cursor: pointer;
    background-image: none
}

.facts-wrapper .show-more a img {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    position: relative;
    z-index: 20;
    box-sizing: content-box;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.facts-wrapper .show-more a .toggle-icon {
    display: block;
    position: relative;
    line-height: 1em;
    margin-top: .75rem
}

.facts-wrapper .show-more a .toggle-icon .icon-wrapper {
    display: inline-block;
    position: relative;
    z-index: 15;
    width: 2rem;
    height: 2rem;
    background: transparent url("../assets/icon/ico_minus_red_H32.svg") center center no-repeat;
    background-size: 32px 32px;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.facts-wrapper .show-more a .toggle-icon:before {
    content: ' ';
    display: block;
    height: 1px;
    border-bottom: 1px solid #a4a8ab;
    position: absolute;
    top: calc(50% - 2px);
    width: calc(100%);
    left: 0
}

@media all and (min-width: 576px) {
    .facts-wrapper .show-more a .toggle-icon:before {
        width: calc(100% - 40px);
        left: 1.25rem
    }
}

.facts-wrapper .show-more a .toggle-icon:after {
    content: ' ';
    display: block;
    position: absolute;
    background-color: #141414;
    left: calc(50% - 32px);
    top: 0;
    width: 4rem;
    height: 2rem
}

.facts-wrapper .is-open .show-more {
    margin-top: 1.5rem
}

.facts-wrapper .is-open .show-more a img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.facts-wrapper .is-open .show-more a .toggle-icon .icon-wrapper {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.search-content {
    padding: 1.25rem
}

.search-content input {
    color: #343a40;
    background-color: #f8f9fa
}

.image-teaser_category h2 {
    text-transform: none
}

.image-teaser_category p {
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 992px) {
    .image-teaser_category p {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.image-teaser_category .image-wrapper img {
    opacity: 0.8
}

.image-teaser_category .teaser-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5rem;
    width: 100%;
    line-height: 0
}

@media all and (min-width: 768px) {
    .image-teaser_category .teaser-box {
        float: left;
        width: calc(50% - 10px);
        margin-bottom: 1.25rem
    }
}

@media all and (min-width: 992px) {
    .image-teaser_category .teaser-box {
        width: calc(50% - 20px);
        margin-bottom: 2.5rem
    }

    .image-teaser_category .teaser-box:last-child {
        margin-bottom: 0
    }
}

@media all and (min-width: 768px) {
    .image-teaser_category .teaser-box:nth-child(even) {
        float: right
    }
}

.image-teaser_category .teaser-box h3 {
    font-size: 1.75rem
}

@media all and (min-width: 992px) {
    .image-teaser_category .teaser-box h3 {
        font-size: 2.5rem
    }
}

.image-teaser_category .teaser-box .text {
    background-color: rgba(20, 20, 20, 0.75);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.5rem
}

@media all and (min-width: 992px) {
    .image-teaser_category .teaser-box .text {
        padding: 1.5rem
    }
}

@media all and (max-width: 767px) {
    .image-teaser_category .teaser-box .text.no-mobile-overlay {
        position: static;
        background-color: #141414
    }
}

.teaser-box h3 + p {
    margin-top: 8px
}

@media all and (min-width: 992px) {
    .teaser-box h3 + p {
        margin-top: 16px
    }
}

.image-teaser_category h2 {
    text-transform: none
}

.image-teaser_category p {
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 992px) {
    .image-teaser_category p {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.image-teaser_category .image-wrapper img {
    opacity: 0.8
}

.image-teaser_category .teaser-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5rem;
    width: 100%;
    line-height: 0
}

@media all and (min-width: 768px) {
    .image-teaser_category .teaser-box {
        float: left;
        width: calc(50% - 10px);
        margin-bottom: 1.25rem
    }
}

@media all and (min-width: 992px) {
    .image-teaser_category .teaser-box {
        width: calc(50% - 20px);
        margin-bottom: 2.5rem
    }

    .image-teaser_category .teaser-box:last-child {
        margin-bottom: 0
    }
}

@media all and (min-width: 768px) {
    .image-teaser_category .teaser-box:nth-child(even) {
        float: right
    }
}

.image-teaser_category .teaser-box h3 {
    font-size: 1.75rem
}

@media all and (min-width: 992px) {
    .image-teaser_category .teaser-box h3 {
        font-size: 2.5rem
    }
}

.image-teaser_category .teaser-box .text {
    background-color: rgba(20, 20, 20, 0.75);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.5rem
}

@media all and (min-width: 992px) {
    .image-teaser_category .teaser-box .text {
        padding: 1.5rem
    }
}

@media all and (max-width: 767px) {
    .image-teaser_category .teaser-box .text.no-mobile-overlay {
        position: static;
        background-color: #141414
    }
}

.teaser-box h3 + p {
    margin-top: 8px
}

@media all and (min-width: 992px) {
    .teaser-box h3 + p {
        margin-top: 16px
    }
}

.tx_solr {
    padding: 0;
    max-width: none
}

.tx_solr h1 {
    margin-bottom: 1rem
}

@media all and (min-width: 992px) {
    .tx_solr h1 {
        margin-bottom: 3.5rem
    }
}

.tx_solr h2 {
    text-align: left;
    text-transform: none
}

.tx_solr #tx-solr-search {
    margin-top: 1rem
}

.tx_solr #tx-solr-search .row {
    margin: auto
}

.tx_solr #tx-solr-search .tx-solr-search-form {
    padding: 0;
    width: 100%;
    flex: none
}

.tx_solr #tx-solr-search .input-group {
    position: relative
}

.tx_solr #tx-solr-search .tx-solr-q {
    background-color: #fff;
    color: #141414;
    border: 1px solid #fff;
    line-height: 1.25rem;
    min-height: 3.5rem
}

@media all and (min-width: 992px) {
    .tx_solr #tx-solr-search .tx-solr-q {
        min-height: 4rem;
        padding: 1.125rem 1.5rem;
        font-size: 1.25rem;
        line-height: 1.25rem
    }
}

.tx_solr #tx-solr-search .input-reset-btn, .tx_solr #tx-solr-search .input-group-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 10;
    cursor: pointer;
    border: 0 none;
    line-height: 1;
    min-width: 3.375rem;
    height: 3.375rem
}

@media all and (min-width: 992px) {
    .tx_solr #tx-solr-search .input-reset-btn, .tx_solr #tx-solr-search .input-group-btn {
        min-width: 3.875rem;
        height: 3.875rem
    }
}

.tx_solr #tx-solr-search .input-reset-btn .glyphicon, .tx_solr #tx-solr-search .input-group-btn .glyphicon {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url("../assets/icon/ico_search_H26.svg") center center/1.625rem 1.625rem no-repeat
}

.tx_solr #tx-solr-search .input-reset-btn .glyphicon + span, .tx_solr #tx-solr-search .input-group-btn .glyphicon + span {
    text-indent: -5000px;
    visibility: hidden;
    overflow: hidden
}

.tx_solr #tx-solr-search .input-reset-btn input, .tx_solr #tx-solr-search .input-reset-btn button, .tx_solr #tx-solr-search .input-group-btn input, .tx_solr #tx-solr-search .input-group-btn button {
    padding: 0;
    width: 100%;
    height: 100%
}

.tx_solr #tx-solr-search .input-reset-btn {
    right: 4rem
}

.tx_solr #tx-solr-search .input-reset-btn input {
    cursor: pointer;
    text-indent: -5000px;
    border: 0 none;
    background: transparent url("../assets/icon/ico_close_grey-1_H26.svg") center center/1.625rem 1.625rem no-repeat
}

.tx_solr .search-result {
    clear: both;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 2rem 0
}

@media all and (min-width: 992px) {
    .tx_solr .search-result {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media all and (min-width: 992px) {
    .tx_solr .search-result {
        padding: 2.5rem 0
    }
}

.tx_solr .search-result + .search-result {
    border-top: 1px solid #141414
}

.tx_solr .search-result:last-child {
    padding-bottom: 0
}

.tx_solr .search-result .title {
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 1rem;
    display: inline-block
}

@media all and (min-width: 992px) {
    .tx_solr .search-result .title {
        font-family: 'MetricWeb-Light', Arial, sans-serif;
        font-size: 1.75rem;
        line-height: 2rem
    }
}

.tx_solr .search-result .title a {
    border-bottom: 2px solid #C80028
}

.tx_solr .search-result .title a:hover, .tx_solr .search-result .title a:focus, .tx_solr .search-result .title a:active {
    border-color: #fff
}

.tx_solr .search-result .path {
    display: none;
    color: #a4a8ab;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.25rem
}

@media all and (min-width: 576px) {
    .tx_solr .search-result .path {
        display: block
    }
}

.tx_solr .search-result .path li {
    display: inline-block
}

.tx_solr .search-result .path li + li:before {
    content: ' ';
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin: auto .5rem;
    background: transparent url("../assets/icon/ico_arrow_right_small_grey-3_H20.svg") center center no-repeat
}

.tx_solr .search-result .path a {
    color: #a4a8ab
}

.tx_solr .image-wrapper {
    display: block;
    background-color: #E7E7E7;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    max-height: 11.25rem
}

@media all and (min-width: 576px) {
    .tx_solr .image-wrapper {
        min-width: 10.625rem;
        max-height: none;
        float: left;
        margin: 0 1.875rem 1.875rem 0
    }
}

@media all and (min-width: 992px) {
    .tx_solr .image-wrapper {
        margin: 0 2.5rem 2.5rem 0
    }
}

.tx_solr .image-wrapper img {
    height: 9.375rem;
    width: auto;
    margin: auto
}

.tx_solr .row .row .col-md-12 {
    padding: 0
}

.tx_solr .search-results {
    border-top: 1px solid #141414
}

.tx_solr .pagination.row-padding.row {
    padding-top: 7.5rem;
    padding-bottom: 0
}

#tx-solr-search-functions {
    margin-top: 1rem
}

#tx-solr-search-functions .facets {
    display: flex
}

#tx-solr-search-functions h3, #tx-solr-search-functions .panel-heading, #tx-solr-search-functions .facet {
    display: inline-block
}

body .autocomplete-suggestions {
    width: 50rem;
    max-width: calc(100% - 24px);
    padding: 0
}

@media all and (min-width: 576px) {
    body .autocomplete-suggestions {
        max-width: calc(100% - 60px)
    }
}

body .autocomplete-suggestions.headerSearch {
    width: 100% !important;
    max-width: 100%
}

body .autocomplete-suggestions.standardSearch, body .autocomplete-suggestions.footerSearch {
    width: 50rem !important
}

body .autocomplete-suggestions .autocomplete-suggestion {
    font-weight: 400;
    color: #141414;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: .5rem 1rem
}

@media all and (min-width: 576px) {
    body .autocomplete-suggestions .autocomplete-suggestion {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: .5rem 1.5rem
    }
}

body .autocomplete-suggestions .autocomplete-suggestion strong {
    font-weight: 400;
    color: #a4a8ab
}

body .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background-color: #E7E7E7
}

.popup-is-open {
    overflow: hidden
}

.popup-is-open:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200
}

.popup-wrapper {
    min-height: 100%;
    position: fixed;
    max-height: 100vh;
    top: 0;
    z-index: 250;
    overflow: auto;
    max-width: 100%;
    padding: 2.75rem .75rem;
    right: -100%;
    transition: right 0.4s
}

@media all and (min-width: 576px) {
    .popup-wrapper {
        padding: 2.5rem 1.875rem
    }
}

@media all and (min-width: 992px) {
    .popup-wrapper {
        padding: 2.5rem 8.75rem
    }
}

@media all and (max-width: 575px) {
    .popup-wrapper > .row {
        margin: auto
    }
}

.popup-wrapper.is-open {
    right: 0
}

.popup-wrapper .tab-filter-nav, .popup-wrapper .toggle-tabs {
    width: 42.5rem;
    max-width: 100%;
    margin: auto
}

.popup-wrapper .toggle-tabs {
    padding-bottom: 2.5rem
}

@media all and (min-width: 992px) {
    .popup-wrapper .toggle-tabs {
        padding-bottom: 5rem
    }
}

.popup-wrapper .close {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    display: inline-block;
    top: 1.5rem;
    right: .75rem;
    background: transparent url("../assets/icon/ico_close_red_H20.svg") center center no-repeat;
    background-size: 20px 20px
}

@media all and (min-width: 576px) {
    .popup-wrapper .close {
        top: 2.5rem;
        right: 1.875rem
    }
}

@media all and (min-width: 992px) {
    .popup-wrapper .close {
        right: 1.25rem
    }
}

.popup-wrapper .close:hover {
    background-image: url("../assets/icon/ico_close_H20_hover.svg")
}

.popup-wrapper .close img, .popup-wrapper .close a {
    display: block;
    width: 100%;
    height: 100%;
    background: none
}

.popup-wrapper .close img {
    visibility: hidden
}

.popup-wrapper .tab-filter-nav .select-wrappper, .popup-wrapper .tab-filter-nav ul {
    margin-top: 1.5rem
}

@media all and (max-width: 991px) {
    .popup-wrapper.white-theme .form-row [class*="col-"] {
        padding: 0 .9375rem
    }
}

.popup-wrapper form {
    min-height: 500px
}

.bg-color {
    border: 3px solid green;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50
}

.reference-stage {
    position: relative;
    overflow: visible;
    background-color: #3c3c3c;
    border-top: 1px solid #3c3c3c
}

.reference-stage:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 25rem;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.4;
    z-index: 0
}

.reference-stage .stage-text {
    display: block;
    padding-bottom: 0;
    position: relative
}

@media all and (max-width: 991px) {
    .reference-stage .stage-text {
        padding-top: 2.5rem
    }
}

.reference-stage .stage-text h1 {
    margin-bottom: 1.5rem
}

.reference-stage .stage-text .text-wrapper {
    margin-bottom: 1.5rem;
    font-size: 1.5rem
}

@media all and (min-width: 992px) {
    .reference-stage .stage-text .text-wrapper {
        font-size: 1.75rem;
        font-family: 'MetricWeb-Light', Arial, sans-serif
    }
}

@media all and (min-width: 768px) {
    .reference-stage .stage-text .text-wrapper {
        width: 65%;
        display: inline-block
    }
}

.reference-stage .stage-text picture {
    margin-bottom: 0;
    display: block
}

@media all and (min-width: 768px) {
    .reference-stage .stage-text picture {
        width: 28%;
        float: right;
        margin-bottom: 1.5rem
    }

    .reference-stage .stage-text picture img {
        max-width: 100%
    }
}

@media all and (min-width: 992px) {
    .reference-stage .stage-text picture {
        margin-bottom: 0
    }
}

@media all and (max-width: 767px) {
    .reference-stage .stage-text img {
        display: block
    }
}

.reference-stage + .row-padding {
    position: relative;
    z-index: 20
}

@media all and (min-width: 992px) {
    .reference-stage ~ .paragraph h2 {
        margin-bottom: 1.5rem
    }
}

@media all and (max-width: 767px) {
    main .reference-stage + .row-padding {
        padding-top: 1.5rem
    }
}

.download-boxes + .paragraph, .row-padding + .paragraph {
    padding-top: 0
}

.paragraph + .red-bg, .paragraph + .white-bg {
    margin-bottom: 0;
    margin-top: 1rem
}

@media all and (min-width: 992px) {
    .paragraph + .red-bg, .paragraph + .white-bg {
        margin-top: 2.5rem
    }
}

@media all and (max-width: 991px) {
    .reference-stage ~ .paragraph + .download-boxes {
        margin-top: 1.5rem
    }
}

@media all and (max-width: 575px) {
    .reference-stage ~ .paragraph + .download-boxes {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
}

.download-boxes + .paragraph {
    margin-top: -1rem
}

@media all and (min-width: 992px) {
    .download-boxes + .paragraph {
        margin-top: -2.5rem
    }
}

.stage + .paragraph {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 0;
}

@media all and (min-width: 992px) {
    .stage + .paragraph {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

.red-bg + .reference-list, .white-bg + .reference-list {
    border-top: 0 none;
    margin-top: 0
}

.reference-facts {
    border: 1px solid #979797;
    padding: 1rem
}

@media all and (min-width: 768px) {
    .reference-facts {
        padding: 1.875rem
    }
}

@media all and (min-width: 992px) {
    .reference-facts {
        padding: 2.5rem
    }
}

.reference-facts .column-2 .item {
    margin: 0
}

.reference-facts .column-2 .item + .item dd:last-child {
    margin-bottom: 0
}

@media all and (min-width: 576px) {
    .reference-facts .column-2 .item dd:last-child {
        margin-bottom: 0
    }
}

.reference-facts .column-2 .item dl ul {
    padding-left: 1rem
}

.reference-facts .column-2 .item dl li + li {
    margin-top: .75rem
}

.reference-facts .column-2 .item dl a {
    border-bottom: 2px solid #C80028;
    padding-bottom: 2px
}

.reference-facts .column-2 .item dl a:hover, .reference-facts .column-2 .item dl a:active, .reference-facts .column-2 .item dl a:focus {
    border-color: #fff
}

main dl {
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 768px) {
    main dl {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    main dl p,
    main dl a,
    main dl li {
        font-size: 1.25rem
    }
}

main dt {
    color: #a4a8ab;
    text-transform: uppercase;
    margin-bottom: .25rem;
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (min-width: 768px) {
    main dt {
        margin-bottom: .125rem
    }
}

main dd {
    margin-bottom: 1.5rem
}

@media all and (min-width: 768px) {
    main dd {
        margin-bottom: 2.5rem
    }
}

.reference-list {
    border-top: 1px solid #141414
}

.reference-list.row-padding {
    padding-bottom: 2.75rem
}

@media all and (max-width: 767px) {
    .reference-list {
        padding: 2.5rem .75rem;
        margin-top: 1rem
    }
}

.reference-list .section {
    width: 100%
}

.reference-list h2 {
    text-align: center;
    margin-bottom: 1.5rem
}

@media all and (min-width: 992px) {
    .reference-list h2 {
        margin-bottom: 2.5rem
    }
}

.reference-list .image-teaser_category {
    padding-top: 5rem;
    border: 5px solid green
}

.reference-list .reference-list-items {
    list-style-type: none;
    margin: 0
}

@media all and (min-width: 576px) {
    .reference-list .reference-list-items {
        margin: auto -14px;
        display: flex;
        flex-wrap: wrap
    }
}

@media all and (min-width: 768px) {
    .reference-list .reference-list-items {
        margin: auto -14px
    }
}

@media all and (min-width: 992px) {
    .reference-list .reference-list-items {
        margin: -1.25rem -1.25rem auto
    }
}

.reference-list .reference-list-items li {
    margin-top: 1.5rem
}

@media all and (min-width: 576px) {
    .reference-list .reference-list-items li {
        width: 50%;
        margin-top: 0
    }
}

@media all and (min-width: 992px) {
    .reference-list .reference-list-items li {
        width: 25%;
        padding: .875rem .875rem 1.625rem
    }
}

@media all and (min-width: 576px) {
    .reference-list .reference-list-items li {
        padding: .9375rem
    }
}

@media all and (min-width: 768px) {
    .reference-list .reference-list-items li {
        padding: 1.25rem .9375rem 2.25rem
    }
}

@media all and (min-width: 992px) {
    .reference-list .reference-list-items li {
        padding: 1.25rem 1.25rem 2.25rem
    }
}

@media all and (max-width: 767px) {
    .reference-list .reference-list-items li:after {
        content: '';
        display: block;
        height: 1px;
        clear: both
    }
}

@media all and (min-width: 768px) {
    .reference-list .reference-list-items a {
        display: flex;
        flex-direction: column
    }
}

.reference-list .reference-list-items h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    clear: both;
    border-bottom: 1px solid #a4a8ab;
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    order: 2
}

@media all and (min-width: 768px) {
    .reference-list .reference-list-items h3 {
        font-size: 1.75rem;
        line-height: 2rem
    }
}

.reference-list .reference-list-items p {
    order: 3;
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media all and (max-width: 767px) {
    .reference-list .reference-list-items p {
        display: inline-block;
        width: calc(100% - 122px);
        float: right;
        font-size: 1rem;
        line-height: 1.25rem
    }
}

.reference-list .reference-list-items img {
    max-height: 100%
}

@media all and (min-width: 768px) {
    .reference-list .reference-list-items img {
        width: auto;
        height: auto;
        margin: auto
    }
}

.reference-list .reference-list-items .img-wrapper {
    background-color: #fff;
    padding: .3125rem;
    display: flex;
    align-items: center
}

.reference-list .reference-list-items .img-wrapper img {
    height: auto
}

@media all and (min-width: 768px) {
    .reference-list .reference-list-items .img-wrapper {
        padding: .625rem;
        order: 1;
        margin-bottom: 1rem;
        height: 12.5rem
    }
}

@media all and (max-width: 767px) {
    .reference-list .reference-list-items .img-wrapper {
        width: 6.625rem;
        float: left;
        height: 5rem
    }
}

@media all and (min-width: 768px) {
    .reference-list .ui-selectmenu-button ~ .ui-selectmenu-button {
        margin-left: 1.4375rem
    }
}

@media all and (min-width: 992px) {
    .reference-list .ui-selectmenu-button ~ .ui-selectmenu-button {
        margin-left: 2.1875rem
    }
}

.reference-list .checkbox-select-filter {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.reference-list .checkbox-select-filter li {
    list-style-type: none
}

@media all and (min-width: 768px) {
    .reference-list .checkbox-select-filter {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media all and (min-width: 768px) {
    .reference-list .checkbox-select-filter {
        min-height: 4rem
    }
}

.reference-list .checkbox-select-filter > li {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
    background: #3c3c3c
}

@media all and (min-width: 992px) {
    .reference-list .checkbox-select-filter > li {
        margin-bottom: 0
    }
}

@media all and (min-width: 768px) {
    .reference-list .checkbox-select-filter > li {
        width: calc(50% - 13px);
        float: left
    }
}

@media all and (min-width: 992px) {
    .reference-list .checkbox-select-filter > li {
        width: calc(50% - 20px)
    }
}

.reference-list .checkbox-select-filter > li:after {
    content: ' ';
    display: block
}

@media all and (min-width: 768px) {
    .reference-list .checkbox-select-filter > li + li {
        float: right
    }
}

.reference-list .checkbox-select-filter > li strong {
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    font-weight: normal;
    display: block;
    padding: 1rem 2rem 1rem 1rem;
    cursor: pointer;
    border: 1px solid #979797;
    transition: border-bottom-width 0s 0.4s
}

.reference-list .checkbox-select-filter > li strong:after, .reference-list .checkbox-select-filter > li strong:before {
    content: ' ';
    width: 4rem;
    min-height: 3.625rem;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    background: transparent url("../assets/icon/ico_minus_white_H20.svg") center center no-repeat;
    background-size: 20px 20px
}

@media all and (min-width: 768px) {
    .reference-list .checkbox-select-filter > li strong:after, .reference-list .checkbox-select-filter > li strong:before {
        min-height: 4rem
    }
}

.reference-list .checkbox-select-filter > li strong:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

.reference-list .checkbox-select-filter > li strong .count-selected-filter {
    color: #a4a8ab
}

.reference-list .checkbox-select-filter > li.is-opened strong {
    border-bottom-width: 0;
    transition: border-bottom-width 0s 0s
}

.reference-list .checkbox-select-filter > li.is-opened strong:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

.reference-list .checkbox-select-filter ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #3c3c3c
}

@media all and (min-width: 768px) {
    .reference-list .checkbox-select-filter ul {
        position: absolute
    }
}

.reference-list .checkbox-select-filter ul li {
    margin: 0;
    padding: 0;
    line-height: 1em;
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #979797;
    border-width: 0 1px
}

.reference-list .checkbox-select-filter ul li:last-child {
    border-bottom-width: 1px
}

.reference-list .checkbox-select-filter ul li label {
    padding: 1rem .625rem 1rem 3.625rem;
    margin-bottom: auto
}

.reference-list .checkbox-select-filter ul li label:before {
    left: 1rem;
    top: .75rem
}

.col-3-teaser {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 -15px;
    min-width: 100%;
    width: calc(100% + 30px);
    padding-top: 40px;
    padding-bottom: 40px
}

.col-3-teaser .teaser-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1260px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px
}

@media all and (min-width: 576px) {
    .col-3-teaser .teaser-wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width: 992px) {
    .col-3-teaser .teaser-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 480px) and (max-width: 1280px) {
    .col-3-teaser .teaser-wrapper {
        margin: 0
    }
}

@media all and (max-width: 767px) {
    .col-3-teaser .teaser-wrapper {
        justify-content: space-between;
        flex-direction: row;
        display: flex
    }
}

.col-3-teaser .teaser-wrapper > h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 24px
}

@media all and (min-width: 992px) {
    .col-3-teaser .teaser-wrapper > h2 {
        margin-bottom: 40px
    }
}

@media all and (min-width: 992px) {
    .col-3-teaser .teaser-wrapper .large-image-teaser {
        padding: 0 20px
    }
}

@media all and (min-width: 992px) {
    .col-3-teaser {
        padding-top: 80px;
        padding-bottom: 24px
    }
}

@media all and (min-width: 576px) {
    .col-3-teaser .large-image-teaser {
        flex-direction: column;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 20px;
        margin: 0 0 56px
    }
}

@media all and (max-width: 991px) {
    .col-3-teaser .large-image-teaser {
        margin: 0 0 40px
    }
}

@media all and (max-width: 575px) {
    .col-3-teaser .large-image-teaser:last-child {
        margin-bottom: 0
    }
}

@media all and (min-width: 992px) {
    .col-3-teaser .large-image-teaser {
        padding: 0 20px;
        max-width: 33.3333%;
        width: 33.3333%
    }
}

.col-3-teaser .large-image-teaser:nth-child(3) {
    margin-left: 0
}

.col-3-teaser .large-image-teaser .teaser-box {
    width: 100%
}

.col-3-teaser .large-image-teaser .image-wrapper {
    margin: 0 0 24px
}

@media all and (max-width: 575px) {
    .col-3-teaser .large-image-teaser .image-wrapper {
        margin-bottom: 16px
    }
}

.col-3-teaser .large-image-teaser .text-box h3 {
    margin-bottom: .5rem;
    border-bottom: 2px solid #C80028;
    padding-bottom: 4px;
}
.col-3-teaser .large-image-teaser .text-box h3 a {
    background-image:none;
}

.col-3-teaser .large-image-teaser .text-box h3 + p {
    margin: 0 0 1.5rem
}

@media all and (max-width: 575px) {
    .col-3-teaser .large-image-teaser .text-box h3 + p {
        margin-bottom: 0
    }
}

.col-3-teaser .large-image-teaser .text-box a.btn {
    align-self: flex-end;
    margin-right: auto;
    margin-top: auto
}

@media all and (max-width: 575px) {
    .col-3-teaser .large-image-teaser .text-box a.btn {
        display: none
    }
}

@media all and (min-width: 576px) {
    .col-3-teaser .large-image-teaser .text-box {
        display: flex;
        flex-direction: column;
        height: 100%
    }
}

.col-3-teaser + .col-3-teaser {
    margin-top: -2.5rem
}

@media all and (min-width: 576px) {
    .col-3-teaser + .col-3-teaser {
        padding-top: 0;
        margin-top: -1.5rem
    }
}

.intro_text_wrapper {
    max-width: 50rem;
    margin: 0 auto;
    width: 100%
}

.intro_text_wrapper p + p {
    margin-top: 24px
}

@media all and (min-width: 576px) {
    .intro_text_wrapper p + p {
        margin-top: 28px
    }
}

.intro_text_wrapper h2 + ul, .intro_text_wrapper h2 + ol, .intro_text_wrapper h2 + p {
    margin-top: 16px
}

@media all and (max-width: 479px) {
    .intro_text_wrapper {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.intro_text_wrapper ul + h2, .intro_text_wrapper ol + h2, .intro_text_wrapper p + h2 {
    margin-top: 2.5rem
}

.intro_text_wrapper .checklist li {
    padding-top: 5px;
    padding-bottom: 5px
}

.intro_text_wrapper h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    margin-bottom: 1rem
}

@media all and (min-width: 992px) {
    .intro_text_wrapper h3 {
        font-family: 'MetricWeb-Light', Arial, sans-serif;
        font-size: 1.75rem;
        line-height: 2rem
    }
}

.intro_text_wrapper h2 + h3, .intro_text_wrapper p + h3 {
    margin-top: 2.5rem
}

.intro_text_wrapper ul, .intro_text_wrapper ol {
    padding-left: 1.25rem
}

.paragraph {
    padding: 0 12px
}

@media all and (min-width: 576px) {
    .paragraph {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media all and (min-width: 860px) {
    .paragraph {
        max-width: 50rem;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (min-width: 992px) {
    .paragraph {
        margin: 0 auto
    }
}

.paragraph td, .paragraph th {
    vertical-align: top
}

.paragraph + .paragraph {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.stage + .paragraph + .paragraph {
    margin-top: 0
}

.paragraph + .paragraph:last-child {
    padding-bottom: 2.5rem;
    margin-bottom: 0
}

@media all and (min-width: 992px) {
    .paragraph + .paragraph:last-child {
        padding-bottom: 5rem
    }
}

.paragraph.disclaimer {
    padding-bottom: 0
}

.paragraph.disclaimer h3 {
    margin-bottom: 16px
}

@media all and (min-width: 992px) {
    .paragraph.disclaimer h3 {
        margin-bottom: 24px
    }
}

.paragraph.disclaimer p {
    font-size: 16px;
    line-height: 20px
}

@media all and (min-width: 992px) {
    .paragraph.disclaimer p {
        font-size: 18px;
        line-height: 24px
    }
}

.paragraph > * {
    flex: 1 0 100%
}

.paragraph .wrapper {
    padding: 0;
    margin: 0
}

.paragraph .wrapper .column-2 {
    padding: 0;
    margin: 0
}

@media all and (min-width: 576px) {
    .paragraph .wrapper .column-2 {
        margin: 0 -.9375rem
    }
}

@media all and (min-width: 992px) {
    .paragraph .wrapper .column-2 {
        margin: 0 -1.25rem
    }
}

.paragraph h1 + h3 {
    margin-top: 1.5rem
}

.paragraph h3 + div > div {
    margin-top: 2rem
}

.paragraph h2 {
    text-transform: none
}

.paragraph h2 + h3 {
    margin-top: 1.5rem;
    margin-bottom: .5rem
}

@media all and (min-width: 576px) {
    .paragraph h2 + h3 {
        margin-bottom: 1rem;
        margin-top: 2.5rem
    }
}

.paragraph h2 + h3 + p {
    margin-top: 0
}

.paragraph h2 ~ p {
    margin-top: .5rem
}

@media all and (min-width: 576px) {
    .paragraph h2 ~ p {
        margin-top: 1rem
    }
}

.paragraph h2.uppercase {
    text-transform: uppercase
}

.paragraph h2.uppercase ~ p {
    margin-top: 1.5rem
}

@media all and (min-width: 576px) {
    .paragraph h2.uppercase ~ p {
        margin-top: 1rem
    }
}

.paragraph ol + h2, .paragraph p + h2, .paragraph ul + h2 {
    margin-top: 2.5rem
}

.paragraph h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    font-family: 'MetricWeb-Regular', Arial, sans-serif
}

@media all and (min-width: 992px) {
    .paragraph h3 {
        font-family: 'MetricWeb-Light', Arial, sans-serif;
        font-size: 1.75rem;
        line-height: 2rem
    }
}

.paragraph .download h3 {
    margin-bottom: 1.5rem
}

@media all and (min-width: 992px) {
    .paragraph .download h3 {
        margin-bottom: 2.5rem
    }
}

@media all and (max-width: 575px) {
    .paragraph p {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.paragraph .image-wrapper {
    margin: 0 0 1.5rem
}

.paragraph .image-wrapper figcaption {
    padding-top: .5rem;
    font-size: 1rem
}

@media all and (min-width: 576px) {
    .paragraph .image-wrapper {
        max-width: 23.75rem
    }

    .paragraph .image-wrapper.left {
        float: left;
        margin: 0 2.5rem 1rem 0
    }

    .paragraph .image-wrapper.left ~ ul {
        padding-left: 0
    }

    .paragraph .image-wrapper.left ~ ul li {
        list-style-position: inside
    }

    .paragraph .image-wrapper.right {
        float: right;
        margin: 0 0 1rem 2.5rem
    }

    .paragraph .image-wrapper figcaption {
        padding-top: .5rem
    }

    .paragraph .image-wrapper h2 + .image-wrapper {
        margin-top: 1rem
    }
}

@media (min-width: 576px) and (max-width: 860px) {
    .paragraph .image-wrapper {
        width: calc(50% - 15px)
    }

    .paragraph .image-wrapper.left {
        margin-right: 30px
    }

    .paragraph .image-wrapper.right {
        margin-left: 30px
    }
}

.paragraph .image-wrapper ~ ul, .paragraph .image-wrapper ~ ol {
    display: inline-block
}

.paragraph .image-wrapper ~ ul li, .paragraph .image-wrapper ~ ol li {
    margin-left: 1.5rem
}

.paragraph .image-wrapper ~ ul + p, .paragraph .image-wrapper ~ ol + p {
    clear: both
}

.paragraph h2 + .image-wrapper {
    margin-top: 1rem
}

.paragraph h2 + .image-wrapper.left, .paragraph h2 + .image-wrapper.right {
    margin-top: 1rem
}

.paragraph .media-wrapper {
    max-width: 23.75rem;
    float: right;
    margin: 2.5rem 0
}

.paragraph .media-wrapper iframe {
    margin: 40px 0 0 40px;
    max-width: 100%;
    width: 100%;
}

.paragraph p + .btn {
    margin-top: 1.5rem;
    margin-right: auto;
    flex-shrink: 1;
    flex-grow: 0;
    flex-wrap: wrap;
    flex-basis: auto
}

.paragraph p + .image-wrapper.right, .paragraph p + .image-wrapper.right {
    margin-top: .625rem
}

@media all and (max-width: 575px) {
    .paragraph p + .image-wrapper.right, .paragraph p + .image-wrapper.right {
        margin-top: 1.5rem
    }
}

.paragraph ol + p, .paragraph p + p, .paragraph ul + p {
    margin-top: 1rem
}

.paragraph hr {
    margin: 1rem 0;
    width: 100%
}

@media all and (min-width: 992px) {
    .paragraph hr {
        margin: 1.5rem 0
    }
}

.paragraph ul {
    padding-left: 1.25rem
}

.paragraph ul li {
    padding: .3125rem 0 .3125rem .4375rem
}

.paragraph ul ul {
    list-style-type: disc;
    padding-left: 1.875rem;
    padding-top: .3125rem
}

.paragraph ol ol, .paragraph ol ul, .paragraph ul ol, .paragraph ul ul {
    margin-bottom: 0
}

.paragraph.contact:first-child {
    margin-top: 40px
}

@media all and (min-width: 992px) {
    .paragraph.contact {
        padding-top: 3.5rem
    }
}

.paragraph.contact + .contact {
    padding-top: 0;
    margin-top: 3.5rem
}

.paragraph.contact h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.5rem
}

.paragraph.contact h3 {
    margin: 0
}

.paragraph.contact p {
    margin-top: 0
}

.paragraph.contact hr {
    margin: .5rem 0 1.5rem
}

.paragraph.contact .item:last-child {
    margin-bottom: 0
}

.paragraph + .row-padding, .paragraph + .solo-gallery {
    padding-top: 0
}

@media all and (min-width: 992px) {
    .paragraph + .row-padding, .paragraph + .solo-gallery {
        padding-top: 40px
    }
}

.paragraph + .red-bg, .paragraph + .white-bg {
    margin-top: 2.5rem
}

@media all and (min-width: 992px) {
    .paragraph + .red-bg, .paragraph + .white-bg {
        margin-top: 5rem
    }
}

.download-boxes .checklist, .intro_text_wrapper .checklist, .paragraph .checklist {
    list-style-type: none;
    padding-left: 0
}

.download-boxes .checklist li, .intro_text_wrapper .checklist li, .paragraph .checklist li {
    list-style-type: none;
    padding-left: 2.1875rem;
    text-indent: -2.25rem
}

.download-boxes .checklist li:before, .intro_text_wrapper .checklist li:before, .paragraph .checklist li:before {
    background-image: url("../assets/icon/ico_check_white_H20.svg");
    content: '';
    display: inline-block;
    position: relative;
    height: 1.25rem;
    width: 1.25rem;
    margin-right: .9375rem;
    padding-top: .3125rem;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 20px 20px
}

.download-boxes h3 + ol, .download-boxes h3 + ul, .paragraph h3 + ol, .paragraph h3 + ul {
    padding-top: 3px
}

@media all and (max-width: 575px) {
    .download-boxes ol, .download-boxes ul, .paragraph ol, .paragraph ul {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.download-boxes ol + h3, .download-boxes ul + h3, .paragraph ol + h3, .paragraph ul + h3 {
    margin-top: 2.5rem
}

@media all and (min-width: 992px) {
    .download-boxes ol + h3, .download-boxes ul + h3, .paragraph ol + h3, .paragraph ul + h3 {
        margin-top: 5rem
    }
}

.download-boxes ol p, .download-boxes ul p, .paragraph ol p, .paragraph ul p {
    display: inline
}

.download-boxes h2 + ol, .download-boxes h2 + table, .download-boxes h2 + ul, .download-boxes p + ol, .download-boxes p + table, .download-boxes p + ul, .paragraph h2 + ol, .paragraph h2 + table, .paragraph h2 + ul, .paragraph p + ol, .paragraph p + table, .paragraph p + ul {
    margin-top: 1rem
}

.download-boxes ol, .paragraph ol {
    counter-reset: section;
    list-style-type: none;
    text-indent: -1.25rem;
    padding-left: 2.8125rem;
    margin-left: -.625rem
}

.download-boxes ol li, .paragraph ol li {
    padding: .3125rem 0 .3125rem .3125rem
}

.download-boxes ol li::before, .paragraph ol li::before {
    counter-increment: section;
    content: counters(section, ".") ". ";
    display: inline-block;
    margin-right: .9375rem
}

.download-boxes ol ol, .paragraph ol ol {
    padding-top: .625rem;
    text-indent: -.625rem;
    padding-left: 2.8125rem;
    margin-left: 0
}

.download-boxes ol ol li, .paragraph ol ol li {
    text-indent: -1.4375rem;
    padding-left: 0
}

.download-boxes table, .paragraph table {
    margin-bottom: 1.5rem
}

@media all and (min-width: 992px) {
    .download-boxes table, .paragraph table {
        margin-bottom: 2.5rem
    }
}

hr + .paragraph {
    padding-top: 40px;
    padding-bottom: 40px
}

@media all and (min-width: 992px) {
    hr + .paragraph {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

main > .paragraph:first-child {
    padding-top: 40px
}

@media all and (min-width: 992px) {
    main > .paragraph:first-child {
        padding-top: 5rem
    }
}

main > .paragraph:first-child + hr {
    margin-top: 1.25rem
}

@media all and (min-width: 992px) {
    main > .paragraph:first-child + hr {
        margin-top: 2.5rem
    }
}

main > .paragraph:last-child {
    padding-bottom: 40px
}

@media all and (min-width: 992px) {
    main > .paragraph:last-child {
        padding-bottom: 80px
    }
}

.container-fluid .paragraph:last-of-type {
    padding-bottom: 40px
}

@media all and (min-width: 992px) {
    .container-fluid .paragraph:last-of-type {
        padding-bottom: 80px
    }
}

.loading-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(60, 60, 60, 0.5)
}

.loading-cover span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px
}

.loading-cover span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 5
}

.loading-cover span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 116px;
    height: 116px;
    border-bottom: 2px solid #777;
    border-left: 2px solid #777;
    border-right: 2px solid #777;
    border-top: 2px solid #C80028;
    border-radius: 100%;
    animation: rot .8s infinite linear;
    -webkit-animation: rot .8s infinite linear;
    -moz-animation: rot .8s infinite linear;
    -o-animation: rot .8s infinite linear
}

@-webkit-keyframes rot {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes rot {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.timeline {
    display: flex;
    flex-direction: column;
    max-width: 63rem;
    margin-left: 25px;
    position: relative;
    margin: 0 auto;
    width: 100%
}

.timeline .timeline-item {
    margin-left: 38px
}

.timeline h2 {
    margin-bottom: 40px;
    text-align: center
}

.timeline h2 ~ .timeline-item {
    margin-left: 38px
}

@media all and (min-width: 992px) {
    .timeline h2 ~ .timeline-item {
        max-width: 484px;
        width: calc(50% - 20px)
    }

    .timeline h2 ~ .timeline-item.reverse:nth-child(even), .timeline h2 ~ .timeline-item:nth-child(odd) {
        margin-right: auto;
        margin-left: 0
    }

    .timeline h2 ~ .timeline-item.reverse:nth-child(even):before, .timeline h2 ~ .timeline-item:nth-child(odd):before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: -21px;
        left: auto
    }

    .timeline h2 ~ .timeline-item.reverse:nth-child(even) .timeline-date, .timeline h2 ~ .timeline-item:nth-child(odd) .timeline-date {
        text-align: right
    }

    .timeline h2 ~ .timeline-item.reverse:nth-child(even) .timeline-date:before, .timeline h2 ~ .timeline-item:nth-child(odd) .timeline-date:before {
        right: -29px;
        left: auto
    }

    .timeline h2 ~ .timeline-item.reverse:nth-child(odd), .timeline h2 ~ .timeline-item:nth-child(even) {
        margin-left: auto;
        margin-right: 0
    }

    .timeline h2 ~ .timeline-item.reverse:nth-child(odd):before, .timeline h2 ~ .timeline-item:nth-child(even):before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -21px
    }

    .timeline h2 ~ .timeline-item.reverse:nth-child(odd) .timeline-date, .timeline h2 ~ .timeline-item:nth-child(even) .timeline-date {
        text-align: left
    }

    .timeline h2 ~ .timeline-item.reverse:nth-child(odd) .timeline-date:before, .timeline h2 ~ .timeline-item:nth-child(even) .timeline-date:before {
        left: -29px;
        right: auto
    }
}

.timeline .timeline-item {
    z-index: 1;
    position: relative
}

.timeline .timeline-item:first-of-type {
    padding-top: 40px
}

.timeline .timeline-item:before {
    content: '';
    left: -35px;
    width: 2px;
    height: calc(100% + 44px);
    background-color: #777;
    position: absolute;
    top: 0;
    height: 100%
}

@media all and (max-width: 575px) {
    .timeline .timeline-item:before {
        left: -26px
    }
}

.timeline .timeline-item .timeline-date {
    font-family: 'MetricWeb-Regular', Arial, sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin-bottom: 16px;
    letter-spacing: 1px;
    position: relative
}

@media all and (min-width: 768px) {
    .timeline .timeline-item .timeline-date {
        font-size: 1.5rem;
        text-transform: uppercase;
        line-height: 1.75rem;
        margin-bottom: 32px
    }
}

.timeline .timeline-item .timeline-date:before {
    content: '';
    left: -34px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-color: #777;
    position: absolute;
    border-radius: 50%
}

@media all and (min-width: 576px) {
    .timeline .timeline-item .timeline-date:before {
        left: -43px
    }
}

@media all and (min-width: 992px) {
    .timeline .timeline-item .timeline-date:before {
        left: -29px
    }
}

.timeline .timeline-item.reverse:nth-child(even) .timeline-date {
    text-align: left
}

@media all and (min-width: 576px) {
    .timeline .timeline-item.reverse:nth-child(even) .timeline-date:before {
        left: -43px
    }
}

@media all and (min-width: 992px) {
    .timeline .timeline-item.reverse:nth-child(even) .timeline-date:before {
        left: -29px
    }
}

@media all and (min-width: 992px) {
    .timeline .timeline-item {
        max-width: 484px;
        width: calc(50% - 20px)
    }

    .timeline .timeline-item.reverse:nth-child(even), .timeline .timeline-item:nth-child(odd) {
        margin-left: auto;
        margin-right: 0
    }

    .timeline .timeline-item.reverse:nth-child(even):before, .timeline .timeline-item:nth-child(odd):before {
        left: -21px
    }

    .timeline .timeline-item.reverse:nth-child(odd), .timeline .timeline-item:nth-child(even) {
        margin-right: auto;
        margin-left: 0
    }

    .timeline .timeline-item.reverse:nth-child(odd):before, .timeline .timeline-item:nth-child(even):before {
        left: auto;
        right: -21px
    }

    .timeline .timeline-item.reverse:nth-child(odd) .timeline-date, .timeline .timeline-item:nth-child(even) .timeline-date {
        text-align: right
    }

    .timeline .timeline-item.reverse:nth-child(odd) .timeline-date:before, .timeline .timeline-item:nth-child(even) .timeline-date:before {
        right: -29px;
        left: auto
    }
}

.timeline .timeline-item .timeline-content {
    background-color: white;
    padding: 16px 16px 24px;
    color: #141414;
    margin-bottom: 24px
}

.timeline .timeline-item .timeline-content h3 {
    font-size: 1.75rem;
    line-height: 32px;
    text-transform: none;
    margin-bottom: 16px;
    margin-top: 8px
}

@media all and (max-width: 767px) {
    .timeline .timeline-item .timeline-content p {
        margin-top: 16px;
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media all and (min-width: 768px) {
    .timeline .timeline-item .timeline-content {
        padding: 32px;
        margin-bottom: 48px
    }

    .timeline .timeline-item .timeline-content:after {
        content: " ";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0
    }
}

@media all and (min-width: 768px) {
    .timeline .timeline-item.large-image .timeline-content, .timeline .timeline-item.small-image .timeline-content {
        display: block
    }

    .timeline .timeline-item.large-image .timeline-content h3, .timeline .timeline-item.small-image .timeline-content h3 {
        float: right;
        width: 50%
    }

    .timeline .timeline-item.large-image .timeline-content .image-wrapper, .timeline .timeline-item.small-image .timeline-content .image-wrapper {
        min-width: 140px;
        float: left;
        max-width: calc(50% - 30px);
        margin-right: 30px
    }

    .timeline .timeline-item.large-image .timeline-content p, .timeline .timeline-item.small-image .timeline-content p {
        float: right;
        width: 50%
    }

    .timeline .timeline-item.small-image .timeline-content .image-wrapper {
        width: 140px
    }
}

@media all and (min-width: 992px) {
    .timeline .timeline-item.large-image .timeline-content .image-wrapper, .timeline .timeline-item.small-image .timeline-content .image-wrapper {
        max-width: calc(50% - 40px);
        margin-right: 40px
    }

    .timeline .timeline-item.small-image .timeline-content .image-wrapper {
        width: 140px
    }
}

@media all and (min-width: 992px) {
    .timeline .timeline-item.large-image .timeline-content, .timeline .timeline-item .timeline-content {
        display: flex;
        flex-direction: column;
        margin-right: 0
    }

    .timeline .timeline-item.large-image .timeline-content .image-wrapper, .timeline .timeline-item .timeline-content .image-wrapper {
        margin-bottom: 32px;
        min-width: none;
        float: none;
        margin-right: 0;
        max-width: none
    }

    .timeline .timeline-item.large-image .timeline-content h3, .timeline .timeline-item.large-image .timeline-content p, .timeline .timeline-item .timeline-content h3, .timeline .timeline-item .timeline-content p {
        float: none;
        width: auto
    }

    .timeline .timeline-item.large-image .timeline-content h3, .timeline .timeline-item .timeline-content h3 {
        margin-top: 0;
        order: 2;
        margin-bottom: 8px
    }

    .timeline .timeline-item.large-image .timeline-content .image-wrapper, .timeline .timeline-item .timeline-content .image-wrapper {
        order: 1
    }

    .timeline .timeline-item.large-image .timeline-content p, .timeline .timeline-item .timeline-content p {
        order: 3
    }
}

@media all and (min-width: 992px) {
    .timeline .timeline-item.small-image .timeline-content {
        float: right
    }
}

@media all and (min-width: 768px) {
    .timeline .timeline-item.small-image .timeline-content h3, .timeline .timeline-item.small-image .timeline-content p {
        width: calc(100% - 180px)
    }
}

.double-teaser h2 {
    margin-bottom: 12px
}

.double-teaser h2 a {
    text-transform: none
}

@media all and (max-width: 991px) {
    .double-teaser h2 a {
        font-size: 1.75rem;
        line-height: 1.75rem
    }
}

@media all and (max-width: 991px) {
    .double-teaser a, .double-teaser p {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.double-teaser a {
    margin-top: 24px
}

.double-teaser .btn {
    margin-top: 40px
}

@media all and (max-width: 991px) {
    .double-teaser .btn {
        font-size: 1.25rem
    }
}

.double-teaser.outline .teaser-box {
    border: 1px solid #777
}

.double-teaser .bg-red h3 {
    font-size: 1.75rem;
    line-height: 1.75rem
}

@media all and (min-width: 992px) {
    .double-teaser .bg-red h3 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

@media all and (max-width: 991px) {
    .double-teaser .bg-red h3 {
        margin-bottom: 8px
    }
}

.large-image-teaser.video-teaser {
    flex-direction: column
}

@media all and (min-width: 576px) {
    .large-image-teaser.video-teaser {
        flex-direction: row
    }
}

.large-image-teaser.video-teaser .video-wrapper {
    margin-left: 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

@media all and (max-width: 575px) {
    .large-image-teaser.video-teaser .video-wrapper {
        margin-bottom: 24px
    }
}

.large-image-teaser.video-teaser .video-wrapper iframe {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

@media all and (max-width: 767px) {
    .large-image-teaser.video-teaser h2 {
        margin-bottom: 12px
    }

    .large-image-teaser.video-teaser p {
        font-size: 1.125rem;
        line-height: 24px
    }
}

@media all and (min-width: 576px) {
    .large-image-teaser.video-teaser p {
        margin-bottom: 0
    }
}

table.contenttable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 0
}

table.contenttable thead {
    background-color: #141414
}

table.contenttable thead th {
    color: white;
    text-align: left
}

@media all and (max-width: 991px) {
    table.contenttable thead th {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media all and (min-width: 992px) {
    table.contenttable thead th {
        font-size: 1.25rem
    }
}

table.contenttable td, table.contenttable th {
    font-weight: normal;
    padding: 8px 12px;
    min-width: 100px
}

@media all and (min-width: 768px) {
    table.contenttable td, table.contenttable th {
        padding: 16px
    }
}

table.contenttable tbody th {
    background-color: #141414;
    color: white;
    text-align: left
}

table.contenttable td + td {
    border-left: 1px solid rgba(119, 119, 119, 0.25)
}

table.contenttable tr:nth-child(even) {
    background-color: rgba(119, 119, 119, 0.25)
}

table.contenttable tr:nth-child(even) td + td {
    border-left: 1px solid #3c3c3c
}

table.contenttable tfoot {
    border-top: 1px solid white;
    font-family: 'MetricWeb-Medium', Arial, sans-serif
}

table.contenttable a {
    background-image: linear-gradient(to right, #C80028, #C80028);
    background-position: 0 100%;
    text-indent: 0;
    background-repeat: repeat-x;
    background-size: 1px 2px;
    display: inline
}

.white-theme table.contenttable thead, .white-theme table.contenttable th {
    background-color: #3c3c3c
}

.white-theme table.contenttable tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05)
}

.white-theme table.contenttable tr:nth-child(even) td {
    border-color: #fff
}

.white-theme table.contenttable td {
    border-color: #E7E7E7
}

.white-theme table.contenttable tfoot {
    border-color: #a4a8ab
}

.table-wrapper {
    margin-left: 12px;
    overflow-x: scroll
}

.table-wrapper .table-wrapper {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width: 767px) {
    .table-wrapper {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 16px)
    }

    .white-theme .table-wrapper {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 16px)
    }
}

.table-wrapper table {
    min-width: 150vw
}

@media all and (min-width: 576px) {
    .table-wrapper {
        margin-left: 30px
    }

    .table-wrapper table {
        min-width: 100vw
    }
}

@media all and (min-width: 768px) {
    .table-wrapper {
        margin-left: 0;
        padding-left: 30px;
        padding-right: 30px;
        overflow-x: auto
    }

    .table-wrapper table {
        min-width: 0
    }
}

.table-wrapper table, .table-wrapper table a {
    font-size: 1rem;
    line-height: 1.25rem
}

@media all and (min-width: 992px) {
    .table-wrapper table, .table-wrapper table a {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media all and (min-width: 992px) {
    .table-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }

    .table-wrapper table {
        min-width: 0
    }
}

@media (min-width: 1300px) {
    .table-wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

.bullet-points {
    margin-bottom: 8px
}

@media all and (min-width: 992px) {
    .bullet-points {
        margin-bottom: 16px
    }
}

h1 + h3 + .bullet-points {
    margin-top: 8px
}

.subscription-header input[type=text], .subscription-header input[type=email] {
    max-width: 23.75rem;
    background-color: white;
    border: 0;
    color: #141414
}

.subscription-header input[type=text]::-webkit-input-placeholder, .subscription-header input[type=email]::-webkit-input-placeholder {
    color: #a4a8ab
}

.subscription-header input[type=text]:-ms-input-placeholder, .subscription-header input[type=email]:-ms-input-placeholder {
    color: #a4a8ab
}

.subscription-header input[type=text]::-ms-input-placeholder, .subscription-header input[type=email]::-ms-input-placeholder {
    color: #a4a8ab
}

.subscription-header input[type=text]::placeholder, .subscription-header input[type=email]::placeholder {
    color: #a4a8ab
}

@media all and (min-width: 768px) {
    .subscription-header input[type=text], .subscription-header input[type=email] {
        margin-right: 30px
    }
}

@media all and (min-width: 992px) {
    .subscription-header input[type=text], .subscription-header input[type=email] {
        margin-right: 40px
    }
}

.subscription-header .btn {
    width: auto
}

@media all and (max-width: 767px) {
    .subscription-header input, .subscription-header .btn {
        width: 100%;
        margin-right: 0;
        max-width: none
    }

    .subscription-header input {
        margin-bottom: 16px
    }
}

.news-items-list .form-wrapper .item {
    margin-bottom: 16px
}

.news-items-list .form-wrapper .item:last-child {
    margin-bottom: 0
}

@media all and (max-width: 575px) {
    .news-items-list .form-wrapper + .news-item {
        padding-top: 40px
    }
}

.news-items-list .news-item {
    flex: 1 0 100%;
    padding: 32px 0;
    border-bottom: 1px solid #141414
}

@media all and (min-width: 576px) {
    .news-items-list .news-item {
        padding: 40px 0
    }
}

.news-items-list .news-item:last-child {
    padding-bottom: 0;
    border: 0
}

.news-items-list .news-item:nth-last-child(2) {
    padding-bottom: 40px;
    border: 0
}

.news-items-list .news-item .news-item-heading .date {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 8px;
    color: #a4a8ab
}

@media all and (min-width: 576px) {
    .news-items-list .news-item .news-item-heading .date {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.news-items-list .news-item .news-item-heading h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    font-family: 'MetricWeb-Regular', Arial, sans-serif
}

@media all and (min-width: 992px) {
    .news-items-list .news-item .news-item-heading h3 {
        font-family: 'MetricWeb-Light', Arial, sans-serif;
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.news-items-list .news-item .news-item-heading h3 a {
    display: inline
}

.news-items-list .news-item .news-item-heading h3 a:hover {
    background-image: linear-gradient(to right, #fff, #fff)
}

@media all and (min-width: 576px) {
    .news-items-list .news-item .news-item-body {
        display: flex
    }
}

.news-items-list .news-item .news-item-body .image-wrapper {
    margin-bottom: 16px
}

@media all and (min-width: 576px) {
    .news-items-list .news-item .news-item-body .image-wrapper {
        margin-right: 30px;
        flex: 1 0 34.375%;
        margin-bottom: 0
    }
}

@media all and (min-width: 992px) {
    .news-items-list .news-item .news-item-body .image-wrapper {
        margin-right: 40px;
        display: flex;
        justify-content: center
    }
}

main .pagination {
    padding-top: 80px
}

main .pagination.row {
    padding-top: 40px
}

@media all and (max-width: 479px) {
    main .pagination {
        padding-top: 0
    }
}

main .pagination .page-counter {
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

@media all and (max-width: 479px) {
    main .pagination .page-counter {
        margin-bottom: 16px;
        font-size: 1.125rem
    }
}

main .pagination .page-counter span {
    margin: 0 3px;
    letter-spacing: 0.125rem;
    color: #777
}

main .pagination .pagination-nav {
    display: flex;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
    margin-bottom: -12px
}

main .pagination .pagination-nav a {
    height: 32px;
    min-width: 32px;
    padding-left: 4px;
    padding-right: 4px;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 1.625rem;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    margin-bottom: 12px
}

@media all and (max-width: 479px) {
    main .pagination .pagination-nav a {
        font-size: 1.125rem;
        line-height: 1rem;
        height: 20px;
        min-width: 20px;
        padding-left: 2px;
        padding-right: 2px
    }
}

main .pagination .pagination-nav a:hover {
    border-color: #99021e
}

main .pagination .pagination-nav .prev-page {
    background: transparent url("../assets/icon/ico_arrow_left_red_H32.svg") center center/2rem 2rem no-repeat
}

main .pagination .pagination-nav .prev-page:hover {
    background: transparent url("../assets/icon/ico_arrow_left_red_H32-hover.svg") center center/2rem 2rem no-repeat
}

main .pagination .pagination-nav .next-page {
    background: transparent url("../assets/icon/ico_arrow_right_red_H32.svg") center center/2rem 2rem no-repeat
}

main .pagination .pagination-nav .next-page:hover {
    background: transparent url("../assets/icon/ico_arrow_right_red_H32-hover.svg") center center/2rem 2rem no-repeat
}

main .pagination .pagination-nav .next-page, main .pagination .pagination-nav .prev-page {
    border: 0 none
}

main .pagination .pagination-nav .prev-page {
    margin-left: 0
}

main .pagination .pagination-nav .next-page {
    margin-right: 0
}

main .pagination .pagination-nav .current-page {
    border-color: #C80028
}

main .pagination .pagination-nav .first-page {
    margin-right: 20px
}

main .pagination .pagination-nav .first-page:after {
    content: "...";
    position: absolute;
    right: -24px;
    letter-spacing: 0.05rem
}

main .pagination .pagination-nav .last-page {
    margin-left: 20px
}

main .pagination .pagination-nav .last-page:after {
    content: "...";
    position: absolute;
    left: -24px;
    letter-spacing: 0.05rem
}

.autonomy-time-widget {
    display: flex;
    padding: 80px 0;
    flex-wrap: wrap
}

@media all and (max-width: 991px) {
    .autonomy-time-widget {
        flex-direction: column
    }

    .autonomy-time-widget .autonomy-time-chart.item, .autonomy-time-widget .autonomy-time-sidebar.item {
        width: 100%;
        max-width: none
    }

    .autonomy-time-widget .autonomy-time-chart.item {
        margin-bottom: 30px
    }
}

@media all and (max-width: 575px) {
    .autonomy-time-widget {
        margin: 0 -12px
    }
}

.autonomy-time-widget .autonomy-heading {
    flex: 1 0 100%
}

.autonomy-time-widget .autonomy-heading h2 {
    margin-bottom: 1.5rem
}

.autonomy-time-widget .autonomy-time-chart {
    position: relative;
    padding-left: 40px
}

.autonomy-time-widget .autonomy-time-chart .chart-x-label, .autonomy-time-widget .autonomy-time-chart .chart-y-label {
    color: white;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase
}

.autonomy-time-widget .autonomy-time-chart .chart-x-label {
    text-align: center
}

.autonomy-time-widget .autonomy-time-chart .chart-y-label {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    top: calc(50% - 20px);
    left: 6px;
    position: absolute;
    top: 200px
}

.autonomy-time-widget .chart-canvas {
    width: 100% !important
}

.autonomy-time-widget .chart-canvas .flot-base {
    width: 100% !important
}

.autonomy-time-widget .chart-canvas .flot-tick-label {
    color: white;
    font-size: 1rem
}

.autonomy-time-widget .flot-y-axis .tickLabel {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.autonomy-time-widget form.autonomy-time-form {
    display: flex;
    flex-wrap: wrap
}

.autonomy-time-widget form.autonomy-time-form .autonomy-time-groups .field, .autonomy-time-widget form.autonomy-time-form .autonomy-time-output-type .field {
    display: flex;
    flex-direction: column
}

.autonomy-time-widget form.autonomy-time-form .autonomy-time-groups .ui-selectmenu-button.ui-button, .autonomy-time-widget form.autonomy-time-form .autonomy-time-output-type .ui-selectmenu-button.ui-button {
    background-color: transparent;
    border-radius: 0;
    color: white;
    width: auto !important;
    padding: 14px 20px
}

.autonomy-time-widget form.autonomy-time-form fieldset:first-child {
    padding-right: 10px;
    flex: 1 0 75%
}

@media all and (max-width: 575px) {
    .autonomy-time-widget form.autonomy-time-form fieldset:first-child {
        flex: 1 0 100%;
        padding-right: 0;
        margin-bottom: 24px
    }
}

.autonomy-time-widget form.autonomy-time-form fieldset:first-child + fieldset {
    padding-left: 10px;
    flex: 1 0 25%
}

@media all and (max-width: 575px) {
    .autonomy-time-widget form.autonomy-time-form fieldset:first-child + fieldset {
        flex: 1 0 100%;
        padding-left: 0;
        margin-bottom: 8px
    }
}

@media all and (max-width: 575px) {
    .autonomy-time-widget form.autonomy-time-form fieldset {
        width: 100%;
        padding-left: 0
    }
}

.autonomy-time-widget form.autonomy-time-form .autonomy-time-load {
    flex: 1 0 100%;
    margin: 20px 0 15px
}

.autonomy-time-widget form.autonomy-time-form .autonomy-time-load span:empty:after {
    content: '0 VA/Watt';
    display: inline-block;
    position: relative;
    letter-spacing: 0.01rem
}

.autonomy-time-widget form.autonomy-time-form .c {
    margin-top: 30px
}

.autonomy-time-widget form.autonomy-time-form + p {
    margin-bottom: 0;
    margin-top: 0;
    color: #ccc
}

.autonomy-time-widget .autonomy-time-products {
    width: 100%
}

.autonomy-time-widget .autonomy-time-products legend {
    flex: 1 0 55%;
    width: 55%
}

.autonomy-time-widget .autonomy-time-products .autonomy-time-label {
    flex: 1 0 45%;
    width: 45%
}

.autonomy-time-widget .autonomy-time-products .autonomy-time-label, .autonomy-time-widget .autonomy-time-products legend {
    padding: 16px;
    float: left;
    background-color: #141414
}

@media all and (max-width: 575px) {
    .autonomy-time-widget .autonomy-time-products .header {
        display: flex
    }

    .autonomy-time-widget .autonomy-time-products .autonomy-time-label, .autonomy-time-widget .autonomy-time-products legend {
        font-size: 16px
    }

    .autonomy-time-widget .autonomy-time-products .autonomy-time-label {
        flex: 1 0 35%;
        width: 35%
    }

    .autonomy-time-widget .autonomy-time-products legend {
        flex: 1 0 65%;
        width: 65%
    }
}

.autonomy-time-widget .autonomy-time-products .field {
    display: flex;
    width: 100%
}

@media all and (max-width: 575px) {
    .autonomy-time-widget .autonomy-time-products .field {
        font-size: 16px
    }
}

.autonomy-time-widget .autonomy-time-products .field.odd label + span {
    border-left: 1px solid rgba(119, 119, 119, 0.25)
}

.autonomy-time-widget .autonomy-time-products .field.even {
    background-color: rgba(119, 119, 119, 0.25)
}

.autonomy-time-widget .autonomy-time-products .field.even label + span {
    border-left: 1px solid #3c3c3c
}

.autonomy-time-widget .autonomy-time-products .field label {
    flex: 1 0 50%;
    margin: 0;
    padding: 16px 0 16px 50px
}

.autonomy-time-widget .autonomy-time-products .field label:before {
    top: 18px;
    left: 12px
}

@media all and (max-width: 575px) {
    .autonomy-time-widget .autonomy-time-products .field label {
        flex-basis: 65%
    }
}

.autonomy-time-widget .autonomy-time-products .field .autonomy-time-value {
    flex: 1 0 40%;
    padding: 16px 0 16px 16px;
    position: relative;
    content: '--:--';
    display: inline-block;
    position: relative;
    letter-spacing: 0.01rem
}

@media all and (max-width: 575px) {
    .autonomy-time-widget .autonomy-time-products .field .autonomy-time-value {
        flex: 1 0 35%
    }
}

.autonomy-time-widget .autonomy-time-products .field .autonomy-time-value:empty {
    content: '--:--';
    display: inline-block;
    position: relative;
    letter-spacing: 0.01rem
}

.autonomy-time-widget .autonomy-time-products .field .autonomy-time-value:after {
    content: 'min';
    display: inline-block;
    position: absolute;
    padding-left: 65px;
    left: 0
}

@media all and (max-width: 575px) {
    .autonomy-time-widget .autonomy-time-products .field .autonomy-time-value:after {
        padding-left: 55px
    }
}

.input-valid input[type=email], .input-valid input[type=number], .input-valid input[type=password], .input-valid input[type=search], .input-valid input[type=tel], .input-valid input[type=text] {
    background-image: none !important;
}

.input-valid:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 45px;
    width: 20px;
    height: 20px;
    background: url(/typo3conf/ext/rb_template/Resources/Public/assets/icon/ico_right_green_H20.svg);
    transform: translateY(-50%);
}

/* PPW Cookie Banner - START */
.tx-ppw-cookie h4 {
    margin-bottom: 1rem;
}

main .tx-ppw-cookie .row-padding {
    padding: 2rem 2.5rem 5rem;
}

.container-fluid .tx-ppw-cookie  .paragraph:last-of-type {
     padding-bottom: 40px;
}

.cookie-settings h3, .cookie-settings a {
    color: #C80028;
}

.cookie-settings p {
    color: #000;
}

.cookie-settings a:hover {
    text-decoration: underline;
}

.cookie-settings .cookie-settings__option-title {
    color: #000;
}

.cookie-settings__checkbox-item [type=checkbox] + label {
    padding-left: 0;
}

.cookie-settings__checkbox-item [type=checkbox] + label:before {
    background-image: none;
    top: -0.95rem
}

.cookie-settings__checkbox-item [type=checkbox]:checked + label:before {
    background-image: url("../assets/icon/ico_checkbox-actice-red_H26.svg")
}

.cookie-settings__checkbox-item input[type="checkbox"]:checked + label::after {
    background-image: none;
}

.cookie-settings__table-responsive {
    margin-bottom: 1.6rem;
}

.top-spacing-s {
    margin-top: 1rem;
}

.bottom-spacing-s {
    margin-bottom: 1rem;
}

.top-spacing-m {
    margin-top: 2rem;
}

.bottom-spacing-m {
    margin-bottom: 2rem;
}

.top-spacing-l {
    margin-top: 3rem;
}

.bottom-spacing-l {
    margin-bottom: 3rem;
}

.cookie-settings__checkbox-item input[type="checkbox"]:checked + label::after {
    background-image: none !important;
}
/* PPW Cookie Banner - END */

/*# sourceMappingURL=sourcemaps/styles.css.map */
