/*! ledvance-2019 1.4.5 29-10-2019 14:40:51 */

figure {
    margin: 0
}

.o-application-overview .figure.-contains-image:before,
.o-application-overview .visual:before {
    content: "";
    display: table;
    padding-top: 56.25%
}

.o-application-overview .figure.-contains-image .a-picture,
.o-application-overview .figure .dimmer,
.o-application-overview .visual-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1200px) {
    .container {
        max-width: 1400px
    }
}

.container-fluid {
    padding-right: 5px;
    padding-left: 5px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        /*-webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%*/

        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden
}

.container-fluid .row {
    margin-right: -15px;
    margin-left: -15px
}

.container {
    padding-left: 16px;
    padding-right: 16px
}

@media (max-width:1199.98px) {
    .container {
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        padding-left: 42px; /* 42px */
        padding-right: 42px; /* 42px */
    }
}

@media (min-width:992px) {
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (min-width:1200px) {
    [class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }

    .row {
        margin-left: -15px;
        margin-right: -15px
    }
}


.-js-fader {
    position: relative
}

.-js-fader:after {
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: width .2s;
    transition: width .2s;
    width: 0
}

.-js-fader-show:after {
    width: 7.375rem
}

.text-media-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.text-media-align>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: .875rem;
    margin-right: .875rem
}

.text-media-align> :first-child {
    margin-left: 0
}

.text-media-align> :last-child {
    margin-right: 0
}

.a-blockquote .-blockquote p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 300
}

@media (min-width:576px) {
    .a-blockquote .-blockquote p {
        font-size: 1.75rem;
        line-height: 2rem
    }
}

.a-blockquote .-footer {
    font-size: .875rem;
    line-height: .875rem
}

.a-button.-ripple {
    position: relative;
    overflow: hidden
}

.a-button.-ripple:before {
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .2);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0
}

.a-button.-ripple:hover:before {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    height: 160px;
    margin-top: -80px;
    margin-left: -50%
}

.a-button.-with-icon,
.a-label.-is-button.-with-icon,
.a-link.-is-button.-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-button.-with-icon i~span,
.a-button.-with-icon span~i,
.a-label.-is-button.-with-icon i~span,
.a-label.-is-button.-with-icon span~i,
.a-link.-is-button.-with-icon i~span,
.a-link.-is-button.-with-icon span~i {
    margin: 0 0 0 .625rem;
    -ms-flex-item-align: center;
    align-self: center
}

.a-button.-with-icon.-no-text,
.a-label.-is-button.-with-icon.-no-text,
.a-link.-is-button.-with-icon.-no-text {
    padding: 0;
    border-radius: 0;
    background: none;
    min-width: auto
}

.a-button.-with-icon.-no-text:hover,
.a-label.-is-button.-with-icon.-no-text:hover,
.a-link.-is-button.-with-icon.-no-text:hover {
    background: none
}

.a-button:hover:not([disabled]),
.a-label.-is-button:hover:not([disabled]),
.a-link.-is-button:hover:not([disabled]) {
    background-color: #ff8555
}

.a-button:focus,
.a-label.-is-button:focus,
.a-link.-is-button:focus {
    outline: 0
}

.a-button:disabled,
.a-label.-is-button:disabled,
.a-link.-is-button:disabled {
    background-color: #cbcbcb;
    cursor: not-allowed
}

.a-button.-small,
.a-label.-is-button.-small,
.a-link.-is-button.-small {
    padding: .37rem 1.25rem
}

.a-button.-full,
.a-label.-is-button.-full,
.a-link.-is-button.-full {
    width: 100%
}

.a-button,
.a-label.-is-button,
.a-link.-is-button {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-size: .875rem
}

@media (min-width:576px) {

    .a-button,
    .a-label.-is-button,
    .a-link.-is-button {
        font-size: .875rem
    }
}

@media (min-width:768px) {

    .a-button,
    .a-label.-is-button,
    .a-link.-is-button {
        font-size: .875rem
    }
}

@media (min-width:992px) {

    .a-button,
    .a-label.-is-button,
    .a-link.-is-button {
        font-size: .875rem
    }
}

@media (min-width:1200px) {

    .a-button,
    .a-label.-is-button,
    .a-link.-is-button {
        font-size: .875rem
    }
}

.a-button.-with-icon:disabled .a-icon {
    color: #fff
}

.a-button.-with-icon .a-icon.-color-orange {
    color: #f60
}

.a-button.-with-checkbox,
.a-label.-is-button.-with-checkbox,
.a-link.-is-button.-with-checkbox {
    background-color: #fff;
    color: #f60;
    padding-left: 4rem
}

.a-button.-with-checkbox:hover,
.a-label.-is-button.-with-checkbox:hover,
.a-link.-is-button.-with-checkbox:hover {
    background-color: #ffe0d4
}

.a-button.-with-checkbox .a-checkbox {
    position: absolute;
    margin-left: -2rem
}

.a-button.-with-checkbox:hover .a-checkbox label:before {
    color: #f60
}

.a-button.-with-checkbox:disabled .a-checkbox label {
    cursor: not-allowed
}

.a-button.-with-checkbox:disabled .a-checkbox label:before {
    background: none
}

.a-button.-cookiemessage,
.a-label.-is-button.-cookiemessage,
.a-link.-is-button.-cookiemessage {
    background: #fff;
    color: #666
}

.a-button.-cookiemessage:hover:not([disabled]),
.a-label.-is-button.-cookiemessage:hover:not([disabled]),
.a-link.-is-button.-cookiemessage:hover:not([disabled]) {
    background: #cbcbcb
}

.a-button.-cookiemessage:disabled,
.a-label.-is-button.-cookiemessage:disabled,
.a-link.-is-button.-cookiemessage:disabled {
    background-color: #e6e7e8;
    color: #fff;
    cursor: not-allowed
}

.a-button.-secondary,
.a-label.-is-button.-secondary,
.a-link.-is-button.-secondary {
    background: #fff;
    color: #f60
}

.a-button.-secondary:hover:not([disabled]),
.a-label.-is-button.-secondary:hover:not([disabled]),
.a-link.-is-button.-secondary:hover:not([disabled]) {
    background: #ffe0d4
}

.a-button.-secondary:disabled,
.a-label.-is-button.-secondary:disabled,
.a-link.-is-button.-secondary:disabled {
    cursor: not-allowed;
    background-color: hsla(0, 0%, 100%, .4);
    color: #ffc2a9
}

.a-button.-has-border,
.a-label.-is-button.-has-border,
.a-link.-is-button.-has-border {
    border: 1px solid #f60
}

.a-button.-secondary.-with-icon:disabled .a-icon {
    color: hsla(0, 0%, 100%, .4)
}

.a-button.-professional,
.a-label.-is-button.-professional,
.a-link.-is-button.-professional {
    background: #666;
    color: #fff
}

.a-button.-professional:hover:not([disabled]),
.a-label.-is-button.-professional:hover:not([disabled]),
.a-link.-is-button.-professional:hover:not([disabled]) {
    background: #cbcbcb;
    color: #666
}

.a-button.-professional:disabled,
.a-label.-is-button.-professional:disabled,
.a-link.-is-button.-professional:disabled {
    background-color: #cbcbcb;
    color: #fff;
    cursor: not-allowed
}

.a-button.-nav-default,
.a-label.-is-button.-nav-default,
.a-link.-is-button.-nav-default {
    background: #fff;
    color: #f60
}

.a-button.-nav-default:hover,
.a-label.-is-button.-nav-default:hover,
.a-link.-is-button.-nav-default:hover {
    background: #ffe0d4
}

.a-button.-herostage,
.a-label.-is-button.-herostage,
.a-link.-is-button.-herostage {
    background: #fff;
    color: #f60
}

.a-button.-herostage:hover:not([disabled]),
.a-label.-is-button.-herostage:hover:not([disabled]),
.a-link.-is-button.-herostage:hover:not([disabled]) {
    background: #cbcbcb
}

.a-button.-herostage:disabled,
.a-label.-is-button.-herostage:disabled,
.a-link.-is-button.-herostage:disabled {
    background-color: #e6e7e8;
    color: #fff;
    cursor: not-allowed
}

@media (max-width:767px) {
    .a-button.-herostage {
        color: #fff;
        background: #f60
    }
}

.a-button,
.a-label.-is-button,
.a-link.-is-button {
    background-color: #f60;
    border: none;
    border-radius: 2rem;
    line-height: 1.2;
    min-width: 8.75rem;
    padding: .75rem 2rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

.a-button.-text,
.a-label.-is-button.-text,
.a-link.-is-button.-text {
    background: none;
    color: #f60
}

.a-button.-text:hover:not([disabled]),
.a-label.-is-button.-text:hover:not([disabled]),
.a-link.-is-button.-text:hover:not([disabled]) {
    background: #ffe0d4
}

.a-button.-text:disabled,
.a-label.-is-button.-text:disabled,
.a-link.-is-button.-text:disabled {
    cursor: not-allowed;
    color: #999
}

.a-button.-primary>.a-loading-indicator,
.a-button.-secondary>.a-loading-indicator {
    display: none
}

.a-button.-primary.-is-loading,
.a-button.-secondary.-is-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.a-button.-primary.-is-loading>.caption,
.a-button.-secondary.-is-loading>.caption {
    opacity: 0
}

.a-button .a-button.-primary .a-loading-indicator {
    border: 4px solid #fff;
    border-top-color: hsla(0, 0%, 100%, .4);
    border-radius: 50%
}

.a-time {
    font-size: 14px;
    color: #999
}

.divided-list {
    width: 100%;
    list-style-type: none;
}

.divided-list>li {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.divided-list>li:after {
    border-bottom: 2px solid #e6e7e8;
    content: "";
    display: block;
    margin-top: 1.5rem;
    width: 100%
}

.a-multi-range {
    width: 100%
}

.a-multi-range>.label {
    display: none
}

.a-multi-range.-js-enhanced>.a-range-max,
.a-multi-range.-js-enhanced>.a-range-min {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.a-multi-range.-js-enhanced>.label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.a-multi-range.-is-dirty .noUi-connect:before {
    border-color: #ff8555
}

.a-multi-range.-is-dirty .noUi-handle:before {
    background: #f60;
    border-color: #f60
}

.a-multi-range.-is-dirty>.label {
    color: #f60
}

/*! nouislider - 13.1.1 - 2/14/2019 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    max-width: 100%
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-draggable {
    cursor: ew-resize
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-horizontal {
    margin: 0 7.5px
}

.noUi-horizontal .noUi-handle {
    height: 30px;
    left: -14.5px;
    top: 0;
    width: 30px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    left: auto;
    right: -15px
}

.noUi-connect:before,
.noUi-target:before {
    border-bottom: 1px solid #cbcbcb;
    content: "";
    display: block;
    height: 1px;
    left: -7.5px;
    position: absolute;
    right: -7.5px;
    top: 15px
}

.noUi-base {
    height: 30px
}

.noUi-connect:before {
    border-color: #666
}

.noUi-handle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.noUi-handle:before {
    background: #666;
    border: 2px solid #666;
    border-radius: 50%;
    content: "";
    display: block;
    height: 15px;
    width: 15px
}

.noUi-marker,
.noUi-touch-area {
    display: none
}


@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    select {
        background-size: 100px;
        background-position: 220px
    }
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 11.5em
}

[type=checkbox],
[type=radio] {
    min-height: auto;
    min-width: auto
}

.a-input-ersatz {
    display: inline-block;
    font-size: 1.5rem;
    height: 1em;
    pointer-events: none;
    position: relative;
    vertical-align: bottom;
    width: 1em
}

.a-checkbox-input+.a-input-label,
.a-radio-input+.a-input-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: .375rem
}

.a-checkbox-input+.a-input-label> :not(:first-child),
.a-radio-input+.a-input-label> :not(:first-child) {
    margin-left: .75rem
}

.a-checkbox-input.-is-dirty+.a-input-label,
.a-radio-input.-is-dirty+.a-input-label {
    color: #f60
}

.a-checkbox-input>.a-input-ersatz {
    background-position: 50%;
    background-repeat: no-repeat;
    color: #f60;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3v18h18V3zm17 17H4V4h16z'/%3E%3C/svg%3E");
    top: -3px
}

.a-checkbox-input>[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.a-checkbox-input>[type=checkbox]:checked+.a-input-ersatz {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f60' d='M4 4v16h16V4zM3 3h18v18H3z'/%3E%3Cpath fill='%23f60' fill-rule='evenodd' d='M15.68 9.07l-4.87 4.64-2.48-2.39-.61.63 3.08 2.98 5.48-5.22z'/%3E%3C/svg%3E")
}

.a-radio-input>.a-input-ersatz {
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z'/%3E%3C/svg%3E")
}

.a-radio-input>[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.a-radio-input>[type=radio]:checked+.a-input-ersatz {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f60' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z'/%3E%3Ccircle fill='%23f60' cx='12' cy='12' r='5'/%3E%3C/svg%3E")
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.display.-size-large {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75rem
}

@media (min-width:576px) {
    .display.-size-large {
        font-size: 2.25rem
    }
}

@media (min-width:768px) {
    .display.-size-large {
        font-size: 2.25rem
    }
}

@media (min-width:992px) {
    .display.-size-large {
        font-size: 3.75rem
    }
}

@media (min-width:1200px) {
    .display.-size-large {
        font-size: 6.25rem
    }
}

.display.-size-medium {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.5rem
}

@media (min-width:576px) {
    .display.-size-medium {
        font-size: 1.75rem
    }
}

@media (min-width:768px) {
    .display.-size-medium {
        font-size: 1.75rem
    }
}

@media (min-width:992px) {
    .display.-size-medium {
        font-size: 3.75rem
    }
}

@media (min-width:1200px) {
    .display.-size-medium {
        font-size: 5rem
    }
}

.display.-size-medium.-light {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.5rem
}

@media (min-width:576px) {
    .display.-size-medium.-light {
        font-size: 1.75rem
    }
}

@media (min-width:768px) {
    .display.-size-medium.-light {
        font-size: 1.75rem
    }
}

@media (min-width:992px) {
    .display.-size-medium.-light {
        font-size: 3.75rem
    }
}

@media (min-width:1200px) {
    .display.-size-medium.-light {
        font-size: 5rem
    }
}

.display.-size-small {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.5rem
}

@media (min-width:576px) {
    .display.-size-small {
        font-size: 1.75rem
    }
}

@media (min-width:768px) {
    .display.-size-small {
        font-size: 1.75rem
    }
}

@media (min-width:992px) {
    .display.-size-small {
        font-size: 2.25rem
    }
}

@media (min-width:1200px) {
    .display.-size-small {
        font-size: 3.75rem
    }
}

.display.-size-small.-light {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.5rem
}

@media (min-width:576px) {
    .display.-size-small.-light {
        font-size: 1.75rem
    }
}

@media (min-width:768px) {
    .display.-size-small.-light {
        font-size: 1.75rem
    }
}

@media (min-width:992px) {
    .display.-size-small.-light {
        font-size: 2.25rem
    }
}

@media (min-width:1200px) {
    .display.-size-small.-light {
        font-size: 3.75rem
    }
}

.headline.-size-large.-light {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.75rem
}

@media (min-width:576px) {
    .headline.-size-large.-light {
        font-size: 1.75rem
    }
}

@media (min-width:768px) {
    .headline.-size-large.-light {
        font-size: 2.25rem
    }
}

@media (min-width:992px) {
    .headline.-size-large.-light {
        font-size: 2.25rem
    }
}

@media (min-width:1200px) {
    .headline.-size-large.-light {
        font-size: 2.25rem
    }
}

.headline.-size-large.-bold {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.75rem
}

@media (min-width:576px) {
    .headline.-size-large.-bold {
        font-size: 1.75rem
    }
}

@media (min-width:768px) {
    .headline.-size-large.-bold {
        font-size: 2.25rem
    }
}

@media (min-width:992px) {
    .headline.-size-large.-bold {
        font-size: 2.25rem
    }
}

@media (min-width:1200px) {
    .headline.-size-large.-bold {
        font-size: 2.25rem
    }
}

.headline.-size-medium.-bold {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.25rem
}

@media (min-width:576px) {
    .headline.-size-medium.-bold {
        font-size: 1.25rem
    }
}

@media (min-width:768px) {
    .headline.-size-medium.-bold {
        font-size: 1.75rem
    }
}

@media (min-width:992px) {
    .headline.-size-medium.-bold {
        font-size: 1.75rem
    }
}

@media (min-width:1200px) {
    .headline.-size-medium.-bold {
        font-size: 1.75rem
    }
}

.headline.-size-small {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.125rem
}

@media (min-width:576px) {
    .headline.-size-small {
        font-size: 1.125rem
    }
}

@media (min-width:768px) {
    .headline.-size-small {
        font-size: 1.125rem
    }
}

@media (min-width:992px) {
    .headline.-size-small {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {
    .headline.-size-small {
        font-size: 1.125rem
    }
}

.headline.-size-small.-medium {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.125rem
}

@media (min-width:576px) {
    .headline.-size-small.-medium {
        font-size: 1.125rem
    }
}

@media (min-width:768px) {
    .headline.-size-small.-medium {
        font-size: 1.125rem
    }
}

@media (min-width:992px) {
    .headline.-size-small.-medium {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {
    .headline.-size-small.-medium {
        font-size: 1.125rem
    }
}

.headline.-size-small.-bold {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.125rem
}

@media (min-width:576px) {
    .headline.-size-small.-bold {
        font-size: 1.125rem
    }
}

@media (min-width:768px) {
    .headline.-size-small.-bold {
        font-size: 1.125rem
    }
}

@media (min-width:992px) {
    .headline.-size-small.-bold {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {
    .headline.-size-small.-bold {
        font-size: 1.125rem
    }
}

.headline.-overline {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: .875rem
}

@media (min-width:576px) {
    .headline.-overline {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .headline.-overline {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .headline.-overline {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
    .headline.-overline {
        font-size: .875rem
    }
}

.display.-size-large.-light {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.75rem
}

@media (min-width:576px) {
    .display.-size-large.-light {
        font-size: 2.25rem
    }
}

@media (min-width:768px) {
    .display.-size-large.-light {
        font-size: 2.25rem
    }
}

@media (min-width:992px) {
    .display.-size-large.-light {
        font-size: 3.75rem
    }
}

@media (min-width:1200px) {
    .display.-size-large.-light {
        font-size: 6.25rem
    }
}

.display,
.headline {
    color: #000
}

.display.-orange-100,
.headline.-orange-100 {
    color: #ffe0d4
}

.display.-orange-200,
.headline.-orange-200 {
    color: #ffc2a9
}

.display.-orange-300,
.headline.-orange-300 {
    color: #ffa37e
}

.display.-orange-400,
.headline.-orange-400 {
    color: #ff8555
}

.display.-brand,
.display.-orange-500,
.headline.-brand,
.headline.-orange-500 {
    color: #f60
}

.display.-grey-200,
.headline.-grey-200 {
    color: #e6e7e8
}

.display.-grey-300,
.headline.-grey-300 {
    color: #cbcbcb
}

.display.-grey-400,
.headline.-grey-400 {
    color: #999
}

.display.-grey,
.headline.-grey {
    color: #666
}

.display.-error,
.headline.-error {
    color: #fd3e14
}

.display.-positive,
.headline.-positive {
    color: #40f1b5
}

.display.-focus,
.headline.-focus {
    color: #0044fc
}

.display.-white,
.headline.-white {
    color: #fff
}

.display.-uppercase,
.headline.-uppercase {
    text-transform: uppercase
}

.a-icon {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.a-icon svg {
    fill: currentColor;
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
    vertical-align: -.15em
}

.a-icon.-is-big svg {
    height: 3rem;
    width: 3rem
}

.a-icon.-is-play svg {
    height: 3.75rem;
    width: 3.75rem
}

@media (min-width:768px) {
    .a-icon.-is-play svg {
        height: 7.5rem;
        width: 7.5rem
    }
}

.a-icon.-color-orange {
    color: #f60
}

.a-icon.-color-white {
    color: #fff
}

.a-icon.-color-grey-400 {
    color: #999
}

.a-icon.-is-logo svg {
    height: 3.75rem;
    width: 15.25rem;
    overflow: hidden;
    vertical-align: -.15em
}

.a-image img,
.a-picture img {
    display: block;
    width: 100%
}

.a-image>figure img+figcaption,
.a-picture>figure img+figcaption {
    margin: .75rem 0;
    display: block
}

.a-image>figure>figcaption,
.a-picture>figure>figcaption {
    color: #999;
    font-size: .875rem;
    line-height: .875rem;
    font-style: italic
}

.a-image .a-dimmer[class*=-is-dimmed-],
.a-picture .a-dimmer[class*=-is-dimmed-] {
    position: relative;
    height: 100%;
    width: 100%
}

.a-image .a-dimmer[class*=-is-dimmed-]:before,
.a-picture .a-dimmer[class*=-is-dimmed-]:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0
}

.a-image .a-dimmer.-is-dimmed-light:before,
.a-picture .a-dimmer.-is-dimmed-light:before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .12)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .12))
}

.a-image .a-dimmer.-is-dimmed-medium:before,
.a-picture .a-dimmer.-is-dimmed-medium:before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .22)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .22))
}

.a-picture .a-dimmer[class*=-is-dimmed-] {
    position: relative;
    height: 100%;
    width: 100%
}

.a-picture .a-dimmer[class*=-is-dimmed-]:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0
}

.a-picture .a-dimmer.-is-dimmed-light {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-picture .a-dimmer.-is-dimmed-light:before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .12)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .12))
}

.a-picture .a-dimmer.-is-dimmed-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-picture .a-dimmer.-is-dimmed-medium:before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .22)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .22))
}

.a-label:HOVER {
    cursor: pointer
}

.a-link {
    font-weight: 700;
    color: #f60;
    text-decoration: none;
    line-height: 1.2em;
    font-size: .875rem
}

.a-link.-uppercase {
    text-transform: uppercase
}

.a-link.-uppercase.-with-icon {
    padding-top: .125rem
}

.a-link.-is-white {
    color: #fff;
    text-decoration: underline
}

.a-link.-is-white:active,
.a-link.-is-white:focus,
.a-link.-is-white:hover {
    text-decoration: none
}

.a-link.-is-grey {
    color: #999
}

.a-link:active,
.a-link:focus,
.a-link:hover {
    text-decoration: underline;
    cursor: pointer
}

.a-link.-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-link.-with-icon .a-icon.icon-arrow-right-filled-positive-24px svg {
    fill: currentColor;
    height: 1.125rem;
    width: 1.125rem;
    overflow: hidden;
    vertical-align: -.15em
}

.a-link.-with-icon i,
.a-link.-with-icon span {
    -ms-flex-item-align: center;
    align-self: center
}

.a-link.-with-icon i~span,
.a-link.-with-icon span~i {
    margin: 0 0 0 .625rem
}

.a-link.-is-button {
    display: inline-block
}

.a-link.-is-button:hover {
    text-decoration: none
}

.a-link.-video-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.a-link.-video-button .a-icon {
    justify-self: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.a-link.-video-button:hover .a-icon {
    color: #fff
}

.a-link.-video-button:hover .a-icon.-color-white {
    color: #f60
}

.a-link.-is-round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    min-width: .75rem;
    min-height: .75rem;
    padding: .75rem
}

.m-content-text .a-link:not(.-is-button),
.m-content-text a:not(.-is-button),
.o-accordion .a-link:not(.-is-button),
.o-accordion a:not(.-is-button),
.t-section .copy-text .a-link,
.t-section .copy-text a {
    line-height: 1.35;
    font-size: 1.125rem;
    color: #999;
    font-weight: 400;
    position: relative
}

.m-content-text .a-link:not(.-is-button)>span,
.m-content-text a:not(.-is-button)>span,
.o-accordion .a-link:not(.-is-button)>span,
.o-accordion a:not(.-is-button)>span,
.t-section .copy-text .a-link>span,
.t-section .copy-text a>span {
    text-decoration: underline
}

.m-content-text .a-link:hover:not(.-is-button),
.m-content-text .a-link:hover:not(.-is-button)>span,
.m-content-text a:hover:not(.-is-button),
.m-content-text a:hover:not(.-is-button)>span,
.o-accordion .a-link:hover:not(.-is-button),
.o-accordion .a-link:hover:not(.-is-button)>span,
.o-accordion a:hover:not(.-is-button),
.o-accordion a:hover:not(.-is-button)>span,
.t-section .copy-text .a-link:hover,
.t-section .copy-text .a-link:hover>span,
.t-section .copy-text a:hover,
.t-section .copy-text a:hover>span {
    text-decoration: none
}

.a-list.-ordered li,
.a-list.-unordered li {
    line-height: 1.35;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    text-indent: -1.75rem
}

.a-list.-ordered li:last-of-type,
.a-list.-unordered li:last-of-type {
    margin: 0
}

.a-list.-ordered li:before,
.a-list.-unordered li:before {
    content: "\2014\00a0\00a0";
    color: #f60;
    font-weight: 700
}

.a-list.-ordered li a,
.a-list.-unordered li a {
    color: #999;
    position: relative
}

.a-list.-ordered li a:hover,
.a-list.-unordered li a:hover {
    text-decoration: none
}

.a-button.-primary.-is-loading:after,
.a-button.-secondary.-is-loading:after,
.container.-form .file-progress .a-loading-indicator:after,
.form-actions .a-loading-indicator:after {
    display: block;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border: 4px solid #f60;
    border-top-color: hsla(0, 0%, 100%, .4);
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.a-picture.-logo {
    width: 9rem;
    height: 2.1875rem
}

.a-picture img,
.a-picture picture {
    width: 100%;
    height: auto
}

.a-table.-border-bottom table {
    border-bottom: .0625rem solid #e6e7e8
}

.a-table table {
    font-size: 1.125rem;
    line-height: 1.35
}

.a-table table a {
    color: #999;
    position: relative
}

.a-table table a:hover {
    text-decoration: none
}

.a-table table span.-orange {
    color: #f60
}

.a-table thead tr:not(:last-child) th {
    border-bottom: .0625rem solid #e6e7e8
}

.a-table thead th {
    padding: 1rem;
    text-align: left;
    background: #f5f5f5
}

.a-table tbody tr:not(:last-child) {
    border-bottom: .0625rem solid #e6e7e8
}

.a-table tbody tr.-is-clickable-row:hover {
    cursor: pointer;
    background: rgba(230, 231, 232, .2)
}

.a-table tbody tr.-is-clickable-row:hover a {
    text-decoration: none
}

.a-table tbody tr td {
    padding: 1rem;
    vertical-align: top
}

.a-table tbody tr td._v-align-middle {
    vertical-align: middle
}

.a-table tbody tr td._t-align-center {
    text-align: center
}

.a-table tbody tr td.-is-highlight.-orange {
    -webkit-box-shadow: inset 0 12px 0 -10px #f60, inset 0 -12px 0 -10px #f60;
    box-shadow: inset 0 12px 0 -10px #f60, inset 0 -12px 0 -10px #f60
}

.a-table tbody tr td .-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-table tbody tr td .-file .a-icon,
.a-table tbody tr td .-file .caption {
    -ms-flex-item-align: center;
    align-self: center
}

.a-table tbody tr td .-file .a-icon {
    margin: 0 .75rem 0 0
}

.a-table tfoot {
    font-size: .875rem;
    line-height: 1.125rem;
    border-top: .0625rem solid #e6e7e8
}

.a-table tfoot td {
    padding-top: 1rem
}

.a-table tfoot span,
.tag {
    color: #f60
}

.tag {
    background: currentColor;
    max-width: 100%;
    position: relative
}

.tag>._clip {
    border-style: solid;
    border-width: 2px 0 0 2px;
    height: 100%;
    left: -4px;
    max-width: 100%;
    position: absolute;
    top: -4px;
    width: auto
}

.tag>._content {
    color: #fff;
    display: block;
    fill: currentColor;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    padding: 8px 12px 10px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1
}

.tag.-center {
    text-align: center
}

.tag.-square {
    width: 20%
}

.tag.-square:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.tag.-square>._content {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    white-space: normal;
    width: 100%
}

@media (min-width:768px) {
    .tag.-square>._clip {
        border-width: 4px 0 0 4px;
        left: -8px;
        top: -8px
    }
}

.-size-small {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: .875rem
}

@media (min-width:576px) {
    .-size-small {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .-size-small {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .-size-small {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
    .-size-small {
        font-size: .875rem
    }
}

.-bold {
    font-size: 1rem
}

.-bold,
.-bold.-size-small {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.-bold.-size-small {
    font-size: .875rem
}

@media (min-width:576px) {
    .-bold.-size-small {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .-bold.-size-small {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .-bold.-size-small {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
    .-bold.-size-small {
        font-size: .875rem
    }
}

.-medium.-size-small {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-size: .875rem
}

@media (min-width:576px) {
    .-medium.-size-small {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .-medium.-size-small {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .-medium.-size-small {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
    .-medium.-size-small {
        font-size: .875rem
    }
}

.-footnote {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: .875rem
}

@media (min-width:576px) {
    .-footnote {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .-footnote {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .-footnote {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
    .-footnote {
        font-size: .875rem
    }
}

.a-video {
    display: block
}

.a-video>figure>figcaption {
    color: #999;
    display: block;
    font-size: .875rem;
    font-style: italic;
    line-height: .875rem;
    margin: .75rem 0
}

.a-video>figure>.a-link>.a-image {
    width: 100%
}

.m-accordion-panel>.-wrapper {
    border-bottom: .125rem solid #cbcbcb;
    border-top: .125rem solid #cbcbcb;
    margin-bottom: -2px;
    position: relative
}

.m-accordion-panel>.-wrapper>label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 2.0625rem 1rem 0;
    text-transform: uppercase
}

.m-accordion-panel>.-wrapper>label .a-icon {
    position: absolute;
    right: 0
}

.m-accordion-panel>.-wrapper>label .a-icon.icon-minus-positive-24px {
    display: none
}

.m-accordion-panel>.-wrapper>label>.headline {
    color: #666
}

.m-accordion-panel>.-wrapper>.-body {
    overflow: hidden;
    position: relative;
    height: 0
}

.m-accordion-panel>.-wrapper>.-body>p {
    font-size: 1.125rem;
    line-height: 1.35;
    margin: 0 0 .75rem
}

.m-accordion-panel>.-wrapper>.-body .a-link:not(.-is-button),
.m-accordion-panel>.-wrapper>.-body a:not(.-is-button) {
    font-size: 1.125rem
}

.m-accordion-panel>input {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0
}

.m-accordion-panel>input:checked+.-wrapper {
    border-color: #f60;
    border-top: .125rem solid #f60;
    z-index: 1
}

.m-accordion-panel>input:checked+.-wrapper>.-body {
    height: auto;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.35
}

.m-accordion-panel>input:checked+.-wrapper>label {
    cursor: cursor
}

.m-accordion-panel>input:checked+.-wrapper>label .a-icon.icon-plus-positive-24px {
    display: none
}

.m-accordion-panel>input:checked+.-wrapper>label .a-icon.icon-minus-positive-24px {
    display: block
}

.m-accordion-panel>input:checked+.-wrapper>label>.headline {
    color: #f60;
    font-weight: 700
}

.m-anchorlink-list .a-link {
    text-decoration: none
}

.m-anchorlink-list .a-icon svg {
    height: .8rem;
    width: .8rem
}

.m-anchorlink-list li {
    margin: 0 0 .625rem
}

.m-anchorlink-list li:last-of-type {
    margin: 0
}

.m-content-text .m-anchorlink-list {
    margin-bottom: .65rem;
    margin-top: .65rem
}

.m-content-text .m-anchorlink-list .a-link:not(.-is-button) {
    margin-top: 0
}

.m-content-text .m-anchorlink-list .a-link:not(.-is-button)>span {
    text-decoration: none
}

._aspect-ratio-box {
    /* position: relative */
}

._aspect-ratio-box:before {
   /* content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 0 */
}

._aspect-ratio-box:after {
   /*  content: "";
    display: table;
    clear: both */
}

._aspect-ratio-box.-aspr-4-3:before {
   /*  padding-top: 75% */
}

._aspect-ratio-box.-aspr-21-9:before {
    padding-top: 42.85714%
}

._aspect-ratio-box.-aspr-16-9:before {
    padding-top: 56.25%
}

._aspect-ratio-box.-aspr-1-1:before {
    padding-top: 100%
}

._aspect-ratio-box ._aspect-ratio-box-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.m-feature-list {
    background: #f60;
    padding: 1.5rem 1rem
}

@media (min-width:768px) {
    .m-feature-list {
        padding: 2rem
    }
}

.m-feature-list .a-link {
    text-decoration: none;
    font-size: .875rem;
    line-height: 1.35;
    text-transform: uppercase;
    padding: 0 1rem
}

@media (min-width:768px) {
    .m-feature-list .a-link {
        padding: 0 2rem
    }
}

.m-feature-list .a-link i:last-child {
    display: none
}

@media (min-width:768px) {
    .m-feature-list .a-link i:last-child {
        display: inline;
        margin-left: auto
    }
}

.m-feature-list .a-link:hover {
    background: hsla(0, 0%, 100%, .4);
    border-radius: 2rem;
    -webkit-box-shadow: 0 0 2rem 0 hsla(0, 0%, 100%, .6);
    box-shadow: 0 0 2rem 0 hsla(0, 0%, 100%, .6)
}

.m-breadcrumb {
    position: relative
}

.m-breadcrumb:before {
    content: "";
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    display: block;
    position: absolute;
    height: 100%;
    width: 5rem;
    z-index: 1;
    right: 1rem
}

@media (min-width:768px) {
    .m-breadcrumb:before {
        right: 2.625rem
    }
}

.m-breadcrumb .-breadcrumb {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    padding-right: 4rem;
    margin: 1rem 0
}

.m-breadcrumb .-breadcrumb span {
    font-size: .625rem;
    line-height: 1.2
}

@media (min-width:768px) {
    .m-breadcrumb .-breadcrumb {
        margin-bottom: 2rem
    }

    .m-breadcrumb .-breadcrumb span {
        font-size: .75rem
    }
}

@media (min-width:1200px) {
    .m-breadcrumb .-breadcrumb {
        margin-top: 1rem
    }
}

.m-breadcrumb .-breadcrumb li:first-of-type {
    padding: 0
}

.m-breadcrumb .-breadcrumb li:first-of-type span {
    margin: 0
}

.m-breadcrumb .-breadcrumb li:first-of-type i {
    visibility: hidden
}

.m-breadcrumb .-breadcrumb li:first-of-type i svg {
    width: 0
}

.m-breadcrumb .-breadcrumb li:last-of-type a {
    cursor: default
}

.m-breadcrumb .-breadcrumb li {
    line-height: 1.85em;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: width .5s ease 0s, white-space .2s ease 1s;
    transition: width .5s ease 0s, white-space .2s ease 1s;
    width: auto;
    overflow: hidden;
    display: inline-block
}

.m-breadcrumb .-breadcrumb li:last-of-type a span {
    color: #f60;
    font-weight: 500
}

.m-breadcrumb .-breadcrumb li .a-link.-with-icon i~span {
    margin: 0
}

.m-breadcrumb .-breadcrumb li a {
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    color: #666;
    -webkit-transition: width 2s ease 0s, white-space .2s ease 1s;
    transition: width 2s ease 0s, white-space .2s ease 1s
}

.m-breadcrumb .-breadcrumb li a i {
    margin: 0
}

.m-breadcrumb .-breadcrumb li a:active,
.m-breadcrumb .-breadcrumb li a:hover {
    text-decoration: none;
    color: #f60
}

.m-breadcrumb .-breadcrumb .a-icon svg {
    height: 1rem;
    width: 1rem;
    vertical-align: -.15em
}

.m-breadcrumb .-breadcrumb .-is-breadcrumb:hover {
    white-space: normal;
    width: auto
}

.m-button-dropdown {
    display: inline
}

@media (min-width:576px) {
    .m-button-dropdown {
        position: relative
    }
}

.m-button-dropdown .dropdown-indicator {
    border-bottom: 1px solid #f60;
    color: #f60;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 3px
}

.m-button-dropdown .dropdown-indicator>.triangle {
    display: inline-block;
    width: 8px;
    height: 10px;
    margin-left: 10px
}

.m-button-dropdown .dropdown-indicator>.triangle:after {
    content: "";
    margin-top: 2px;
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    z-index: 1
}

.m-button-dropdown .dropdown-indicator>.triangle.-color-brand:after {
    border-top: 5px solid #f60
}

.m-button-dropdown.-is-active .dropdown-indicator>.triangle:after {
    margin-top: -4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.m-button-dropdown .dropdown-select {
    display: none
}

.m-button-dropdown .dropdown-options {
    -webkit-box-shadow: 1px 8px 20px -5px rgba(0, 0, 0, .15);
    box-shadow: 1px 8px 20px -5px rgba(0, 0, 0, .15);
    position: absolute;
    background: #f5f5f5;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9
}

@media (max-width:575px) {
    .m-button-dropdown .dropdown-options {
        width: 100%
    }
}

.m-button-dropdown.-is-active .dropdown-options {
    display: block;
    opacity: 1;
    right: 0;
    top: 0;
    visibility: visible
}

@media (max-width:575px) {
    .m-button-dropdown.-is-active .dropdown-options {
        margin-top: 25px;
        max-height: 50vh;
        overflow-y: auto
    }
}

.m-button-dropdown .dropdown-options ul li {
    width: 100%;
    text-align: left
}

@media (min-width:576px) {
    .m-button-dropdown .dropdown-options ul li {
        min-width: 280px
    }
}

.m-button-dropdown .dropdown-options ul li>a {
    padding: 0px;
    display: block;
    outline: none;
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    underline: none;
    color: #666;
    font-size: 1rem
}

.m-button-dropdown .dropdown-options ul li:hover {
    background: #ffe0d4
}

.m-button-dropdown .dropdown-options ul li:hover>a {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #f60;
    font-size: 1rem
}

.m-contact-wide {
    background: #fff;
    padding: 1rem 1rem 3rem
}

@media (min-width:576px) {
    .m-contact-wide {
        padding: 1.5rem 1rem
    }
}

@media (min-width:768px) {
    .m-contact-wide {
        padding: 3rem
    }
}

.m-contact-wide>.-profil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:768px) {
    .m-contact-wide>.-profil {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.m-contact-wide>.-profil>.a-image {
    margin: 0 auto 3rem
}

@media (min-width:768px) {
    .m-contact-wide>.-profil>.a-image {
        margin: 0 3rem 0 0
    }
}

.m-contact-wide>.-profil>.a-image img {
    width: 160px;
    height: 160px;
    border-radius: 50%
}

@media (min-width:1200px) {
    :not([class*=col-xl-])>.m-contact-wide>.-profil>.a-image img {
        width: 225px;
        height: 225px
    }
}

.m-contact-wide>.-profil>.-person {
    text-align: left;
    width: 100%
}

.m-contact-wide>.-profil>.-person .-position {
    text-transform: uppercase;
    margin-bottom: 1rem
}

.m-contact-wide>.-profil>.-person .-name {
    margin-bottom: 1.5rem
}

.m-contact-wide>.-profil>.-person .-description {
    font-size: 1.125rem;
    margin-bottom: 3rem;
    line-height: 1.35
}

.m-contact-wide>.-profil>.-person>.-panel {
    min-height: 3rem;
    position: relative
}

.m-contact-wide>.-profil>.-person>.-panel>input {
    display: none
}

.m-contact-wide .-toggle-panel .-toggle-content {
    visibility: hidden;
    height: 0
}

.m-contact-wide .-toggle-content .a-link {
    margin-bottom: 1.5rem
}

.m-contact-wide .-toggle-content .a-link:last-child {
    margin-bottom: 0
}

.m-contact-wide .-toggle-content .a-link.-with-icon {
    text-align: center;
    display: block
}

.m-contact-wide .-toggle-content .a-link.-with-icon .a-icon,
.m-contact-wide .-toggle-content .a-link.-with-icon .caption {
    display: block;
    width: 100%
}

.m-contact-wide .-toggle-content .a-link.-with-icon .a-icon {
    margin-bottom: .5rem
}

@media (max-width:575px) {
    .m-contact-wide .-toggle-content .a-link.-with-icon .caption {
        margin-left: 0
    }
}

@media (min-width:576px) {
    .m-contact-wide .-toggle-content .a-link.-with-icon {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .m-contact-wide .-toggle-content .a-link.-with-icon .a-icon,
    .m-contact-wide .-toggle-content .a-link.-with-icon .caption {
        display: block;
        width: auto
    }

    .m-contact-wide .-toggle-content .a-link.-with-icon .a-icon {
        margin-bottom: 0
    }
}

.m-contact-wide .-toggle {
    text-align: center
}

@media (min-width:768px) {
    .m-contact-wide .-toggle {
        position: absolute;
        top: 0;
        right: 0
    }
}

.m-contact-wide .-toggle .a-label {
    display: inline-block
}

.m-contact-wide .-toggle .a-label.-close-button {
    display: none;
    margin-top: 1.5rem
}

.m-contact-wide .-toggle .a-label.-close-button>span {
    display: none
}

.m-contact-wide input:checked~.-toggle-content {
    visibility: visible;
    height: auto
}

@media (min-width:1200px) {
    :not([class*=col-xl-])>.m-contact-wide input:checked~.-toggle-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    :not([class*=col-xl-])>.m-contact-wide input:checked~.-toggle-content .a-link {
        margin-bottom: 0;
        margin-right: 3rem
    }
}

@media (min-width:576px) {
    .m-contact-wide input:checked~.-toggle {
        position: absolute;
        top: 0;
        right: 0
    }
}

.m-contact-wide input:checked~.-toggle .-show-button {
    display: none
}

.m-contact-wide input:checked~.-toggle .-close-button {
    display: block
}

@media (min-width:576px) {
    .m-contact-wide input:checked~.-toggle .-close-button {
        margin-top: 0
    }
}

.m-content-image .a-picture,
.m-content-image .a-picture img {
    width: 100%
}

.m-content-list>div>.headline {
    margin-bottom: 1rem;
    color: #666
}

.m-content-list .a-list.-unordered li {
    font-size: 1.125rem;
    line-height: 1.35
}

.m-content-list .a-list.-unordered li:before {
    margin-top: 11px
}

.m-content-list.-is-highlight {
    padding: 24px 16px
}

.m-content-list.-is-highlight>.headline {
    text-transform: uppercase
}

.m-content-list.-is-highlight.-grey {
    background: #f5f5f5
}

.m-content-list.-is-highlight.-grey .headline {
    color: #f60
}

.m-content-list.-is-two-cols li:last-of-type {
    margin-bottom: 1rem
}

.m-content-list.-is-two-cols>.headline {
    width: 100%
}

.m-content-quote {
    padding: 3rem 0;
    color: #f60;
    background: #fff
}

.m-content-quote .-blockquote>p {
    font-style: italic
}

.m-content-quote .-main {
    text-align: center
}

.m-content-quote .-main .a-blockquote .-footer {
    margin-top: 14px;
    color: #999
}

.m-content-text {
    clear: both
}

.m-content-text.-is-highlight.-orange {
    background-color: #f60;
    color: #fff
}

.m-content-text.-is-highlight.-orange .a-link,
.m-content-text.-is-highlight.-orange .headline {
    color: #fff
}

.m-content-text.-is-highlight.-grey {
    background-color: #f5f5f5
}

.m-content-text>.m-content-list .a-link:not(.-is-button) {
    color: #f60;
    margin-top: 1.625rem
}

.m-content-text>.m-content-list .a-link:not(.-is-button).-is-grey {
    color: #999
}

.m-content-text>.m-anchorlink-list .a-link:not(.-is-button) {
    color: #f60
}

.m-content-text>.m-anchorlink-list .a-link:not(.-is-button).-is-grey {
    color: #999
}

.m-content-text .-copytext {
    font-size: 1.125rem
}

.m-content-text .-copytext span.-orange {
    color: #f60
}

.m-content-text .-copytext>.a-image {
    padding-top: 13px
}

@media (min-width:768px) {
    .m-content-text .-copytext>.a-image {
        width: 50%
    }

    .m-content-text .-copytext>.a-image img {
        width: 100%;
        height: auto
    }

    .m-content-text .-copytext>.a-image._flt-right-md {
        margin-left: 5px;
        padding-left: 5px
    }

    .m-content-text .-copytext>.a-image._flt-left-md {
        margin-right: 5px;
        padding-right: 5px
    }
}

@media (min-width:992px) {
    .m-content-text .-copytext>.a-image {
        width: auto
    }

    .m-content-text .-copytext>.a-image img {
        width: 380px;
        height: auto
    }

    .m-content-text .-copytext>.a-image._flt-right-md {
        padding-left: 30px;
        margin-right: -185px;
        margin-left: 0
    }

    .m-content-text .-copytext>.a-image._flt-left-md {
        padding-right: 30px;
        margin-left: -185px;
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .m-content-text .-copytext>.a-image img {
        width: 450px;
        height: auto
    }

    .m-content-text .-copytext>.a-image._flt-right-md {
        margin-right: -240px
    }

    .m-content-text .-copytext>.a-image._flt-left-md {
        margin-left: -240px
    }
}

.m-content-text .-copytext>p {
    margin-bottom: 1rem;
    line-height: 1.5rem
}

.m-content-text .-copytext>p:last-of-type {
    margin: 0
}

.m-content-text .-head {
    margin-bottom: 1.5rem
}

.m-content-text .-head .headline {
    color: #f60;
    text-transform: uppercase
}

.m-content-text .-pictogram {
    float: left;
    padding: 0 1rem 1rem 0
}

.m-download {
    background: #fff;
    border: .125rem solid #e6e7e8;
    position: relative
}

.m-download>._aspect-ratio-box:before {
    display: block;
    float: none;
    width: 100%
}

.m-download:hover>.a-image:not(.-no-hover):after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(hsla(0, 0%, 100%, .22)));
    background: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, .22));
    bottom: 0;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9
}

.m-download input {
    display: none
}

.m-download>.a-image {
    border-bottom: 2px solid #e6e7e8;
    position: relative
}

.m-download>.a-image img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.m-download>.a-image>.-fallback+img {
    display: none
}

.m-download .-file-name {
    color: #f60;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500
}

.m-download .-file-info {
    font-size: .875rem;
    line-height: 1;
    display: block;
    font-weight: 400;
    color: #999
}

.m-download.-small {
    border-color: #ffc2a9
}

.m-download.-small .a-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.m-download.-small .-file-name {
    color: #666
}

.m-download .-more-items {
    display: none
}

.m-download .-more-items .-download-file:not(:last-child) {
    border-bottom: 2px solid #e6e7e8
}

.m-download input:checked~.-more-items {
    background: #fff;
    border: 2px solid #e6e7e8;
    display: block;
    left: -2px;
    position: absolute;
    top: 100%;
    width: calc(100% + 4px);
    z-index: 11
}

.m-download input:checked~.-toggle .a-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.m-download .-toggle {
    padding: .75rem
}

.m-download .-toggle,
.m-download .-toggle .a-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-download .-toggle .a-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
    color: #666
}

.m-download .-toggle .a-label> :first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.m-download .-toggle .a-label:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.m-download .a-link {
    padding: .75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-download .a-link:active,
.m-download .a-link:focus,
.m-download .a-link:hover {
    text-decoration: none
}

.m-download .a-link:active,
.m-download .a-link:focus {
    outline: none
}

.m-download .a-link .a-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.m-download .a-link .a-icon svg {
    width: 40px;
    height: 40px
}

.m-download:not(.-is-more-items) .a-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.m-entrance-teaser {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative
}

.m-entrance-teaser,
.m-entrance-teaser .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-entrance-teaser .logo {
    height: 42px;
    background-repeat: no-repeat;
    width: 173px;
    margin: 1rem 0 2rem 18px
}

@media (min-width:768px) {
    .m-entrance-teaser .logo {
        position: absolute
    }
}

.m-entrance-teaser .logo span {
    display: none
}

.m-entrance-teaser h2.-size-large.-light {
    color: #fff;
    text-transform: uppercase
}

@media (min-width:768px) {
    .m-entrance-teaser h2.-size-large.-light {
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
        border-bottom: .125rem solid hsla(0, 0%, 100%, .4)
    }
}

.m-entrance-teaser .-wrap {
    background-color: #f60;
    width: 100%;
    height: 100vh
}

@media (min-width:768px) {
    .m-entrance-teaser .-wrap {
        width: auto;
        height: auto
    }
}

.m-entrance-teaser .-footer,
.m-entrance-teaser .-header {
    background: #f60
}

.m-entrance-teaser .-header {
    margin: 0 0 20px 18px
}

@media (min-width:768px) {
    .m-entrance-teaser .-header {
        margin: 0
    }
}

.m-entrance-teaser .-header hr {
    display: none
}

@media (min-width:768px) {
    .m-entrance-teaser .-header hr {
        display: block;
        height: 1px;
        background: #fff;
        opacity: .5;
        border: none
    }
}

.m-entrance-teaser .-header .display {
    color: #fff;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .m-entrance-teaser .-header .display.-size-small.-light {
        font-size: 52px;
        line-height: 1
    }
}

.m-entrance-teaser .-footer {
    padding: 25px 0
}

@media (min-width:768px) {
    .m-entrance-teaser .-footer {
        padding: 40px 0 0
    }
}

.m-entrance-teaser .-content>div {
    text-align: center
}

.m-entrance-teaser .-content .-consumer-entry,
.m-entrance-teaser .-content .-professional-entry {
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {

    .m-entrance-teaser .-content .-consumer-entry,
    .m-entrance-teaser .-content .-professional-entry {
        background: none !important
    }
}

.m-entrance-teaser .-content .a-link {
    width: auto
}

.m-entrance-teaser .-content>div {
    padding: 60px 1rem
}

.m-entrance-teaser .-content>div:last-of-type {
    border-top: .125rem solid #fff
}

.m-entrance-teaser .-content>p {
    display: none
}

.m-entrance-teaser .-footer {
    text-align: center
}

@media (min-width:768px) {
    .m-entrance-teaser {
        width: 32rem;
        height: 32rem;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
        background: #f60;
        padding: 1rem
    }

    .m-entrance-teaser .logo {
        right: 0;
        top: 1rem;
        margin: 0
    }

    .m-entrance-teaser .-content {
        margin-bottom: 2rem
    }

    .m-entrance-teaser .-content>div {
        padding: 0;
        margin-bottom: 1rem
    }

    .m-entrance-teaser .-content>div:last-of-type {
        margin-bottom: 0;
        border: 0
    }

    .m-entrance-teaser .-wrap {
        padding: 4rem 3rem 3rem;
        background-color: transparent
    }
}

@media (min-width:768px) {
    .m-entrance-teaser {
        width: 680px;
        min-height: 450px;
        padding: 90px 90px 0
    }

    .m-entrance-teaser .-header hr {
        margin: 40px 0
    }

    .m-entrance-teaser .-wrap {
        padding: 0;
        width: 100%
    }

    .m-entrance-teaser .-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        padding: 0
    }

    .m-entrance-teaser .-content>div {
        margin-bottom: 0
    }

    .m-entrance-teaser .-content>p {
        padding: 1rem;
        display: inline
    }
}

.m-entrance-visual .-image-left,
.m-entrance-visual .-image-right {
    width: 100%;
    display: none
}

.m-entrance-visual .-image-left picture,
.m-entrance-visual .-image-right picture {
    width: 100%;
    height: auto;
    display: block
}

@media (min-width:768px) {
    .m-entrance-visual .-split-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        height: 100%;
        width: 50%;
        min-height: 100%;
        -webkit-transition: .6s ease;
        transition: .6s ease;
        overflow: hidden
    }

    .m-entrance-visual .-split-image picture {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto
    }

    .m-entrance-visual .-split-image picture,
    .m-entrance-visual ::-ms-backdrop {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .m-entrance-visual .-image-right {
        right: 0;
        left: auto
    }

    .m-entrance-visual .-image-left {
        left: 0;
        border-right: 2px solid #fff
    }

    .m-entrance-visual .split-image-full {
        width: 100%;
        border: 0;
        z-index: 2;
        display: block;
        position: absolute;
        height: 100%;
        min-height: 100%;
        -webkit-transition: .6s ease;
        transition: .6s ease;
        overflow: hidden
    }

    .m-entrance-visual .split-image-full picture {
        width: auto;
        height: auto
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1424px) and (orientation:portrait) {

    .m-entrance-visual .-split-image picture,
    .m-entrance-visual .-split-image picture>img {
        width: auto;
        height: 100%
    }
}

._flexbox-align {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    ._flexbox-align.-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    ._flexbox-align.-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    ._flexbox-align.-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

legend {
    color: inherit;
    display: table;
    float: left;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

legend+* {
    clear: both
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: .01em 0 0
}

body:not(:-moz-handler-blocked) fieldset {
    display: table-cell
}

fieldset:first-child>legend {
    margin-top: 0
}

legend {
    color: #666;
    border-bottom: 1px solid #cbcbcb;
    display: block;
    font-weight: 700;
    margin: 1.5rem 0 1rem;
    padding-bottom: .5rem;
    width: 100%
}

.a-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.125rem;
    width: 100%
}

.a-input-container:first-child {
    margin-top: 0
}

.a-input-container:last-child {
    margin-bottom: 0
}

.jump-links {
    margin: -.8125rem
}

.jump-links,
.jump-links>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.jump-links>li {
    margin: .8125rem
}

.jump-links a {
    font-size: .625rem;
    line-height: 1;
    padding-bottom: 2px;
    text-transform: uppercase
}

.jump-links a:not(.-is-target) {
    color: #999
}

.jump-links a.-is-target {
    border-bottom: 2px solid;
    color: #f60
}

.jump-links a.-is-target:active,
.jump-links a.-is-target:focus,
.jump-links a.-is-target:hover {
    text-decoration: none
}

.m-lang-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-lang-select .m-button-dropdown.-is-active .dropdown-options {
    top: 30px
}

.m-lang-select .dropdown-indicator {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-lang-select .icon-language {
    margin-right: 10px
}

.m-link-list {
    font-size: 14px
}

.m-link-list .a-link,
.m-link-list .headline {
    color: #999
}

.m-link-list .a-link {
    font-weight: 400
}

.m-link-list .headline {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.25rem
}

.m-link-list li {
    margin: 0 0 .625rem
}

.m-link-list li:last-of-type {
    margin: 0
}

.o-accordion .o-content-modul .m-link-list .a-link:not(.-is-button),
.o-content-modul .m-link-list .a-link:not(.-is-button) {
    font-size: 1.125rem;
    font-weight: 400
}

.o-accordion .o-content-modul .m-link-list .a-link:not(.-is-button):hover,
.o-content-modul .m-link-list .a-link:not(.-is-button):hover {
    text-decoration: underline
}

.o-accordion .o-content-modul .m-link-list .a-link:not(.-is-button) span,
.o-content-modul .m-link-list .a-link:not(.-is-button) span {
    text-decoration: none
}

.o-accordion .o-content-modul .m-link-list.-color-orange .a-link:not(.-is-button),
.o-content-modul .m-link-list.-color-orange .a-link:not(.-is-button) {
    color: #f60
}

.m-masonry-tile {
    position: relative
}

.m-masonry-tile .-tile a:hover picture {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.m-masonry-tile .-tile a:hover picture:before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .2)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .2));
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0
}

.m-masonry-tile img {
    width: 100%;
    display: block
}

.m-masonry-tile.-small img {
    width: 100%;
    height: 100%
}

.m-masonry-tile a {
    text-decoration: none
}

.m-masonry-tile .-tile {
    position: relative
}

.m-masonry-tile .-bottom {
    width: 100%
}

@media (min-width:768px) {
    .m-masonry-tile .-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 1.25rem 1.25rem
    }
}

.m-masonry-tile .-bottom .headline {
    color: #666;
    border-top: .125rem solid #666;
    padding-top: .875rem;
    margin-top: .75rem;
    line-height: 1.25;
    text-transform: uppercase
}

@media (min-width:768px) {
    .m-masonry-tile .-bottom .headline {
        color: #fff;
        border-color: #fff;
        padding-top: 1.25rem;
        margin-top: 0
    }
}

.m-masonry-tile>.tag {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

@-webkit-keyframes modalIn {
    0% {
        display: none !important;
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    75% {
        display: block !important;
        opacity: .1
    }

    to {
        display: block !important;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes modalIn {
    0% {
        display: none !important;
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    75% {
        display: block !important;
        opacity: .1
    }

    to {
        display: block !important;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes modalOut {
    0% {
        display: block !important;
        opacity: 1
    }

    75% {
        display: block !important;
        opacity: 0
    }

    to {
        display: none !important;
        opacity: 0
    }
}

@keyframes modalOut {
    0% {
        display: block !important;
        opacity: 1
    }

    75% {
        display: block !important;
        opacity: 0
    }

    to {
        display: none !important;
        opacity: 0
    }
}

.m-modal {
    display: none;
    opacity: 0
}

.m-modal.in {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: modalIn;
    animation-name: modalIn;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.m-modal.out {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: modalOut;
    animation-name: modalOut;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.m-modal.in {
    -webkit-overflow-scrolling: touch;
    background: none;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    z-index: 1000
}

.m-modal.in,
.m-modal .modal-backdrop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.m-modal .modal-backdrop {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    max-width: 1494px;
    height: inherit;
    position: relative
}

@media (min-width:992px) {
    .m-modal .modal-backdrop {
        padding: 0 49px
    }
}

.m-modal .modal-pane {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
    background: #fff;
    height: calc(100% - 200px);
    overflow: hidden
}

@media (min-width:992px) {
    .m-modal .modal-pane {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-right: 10px
    }
}

@media (max-width:991px) {
    .m-modal .modal-pane {
        padding-right: 5px;
        height: 100%;
        width: 100%
    }
}

.m-modal .modal-header {
    background: #fff;
    height: 55px;
    display: block
}

.m-modal .modal-header .a-link {
    border: 0;
    color: #999;
    float: right;
    margin-right: 20px;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    outline: 0
}

.m-modal .modal-header .a-link .a-icon svg {
    height: 1.5rem;
    width: 1.5rem
}

.m-modal .modal-header .a-link:hover {
    text-decoration: none
}

.m-modal .modal-content {
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
    height: calc(100% - 70px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 5px 5px
}

@media (min-width:768px) {
    .m-modal .modal-content {
        padding: 0 30px 30px
    }
}

@media (min-width:992px) {
    .m-modal .modal-content {
        padding: 0 40px 40px
    }
}

.m-modal .modal-content::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.m-modal .modal-content::-webkit-scrollbar {
    width: .4rem;
    background-color: #f5f5f5
}

.m-modal .modal-content::-webkit-scrollbar-thumb {
    background-color: #cbcbcb
}

.m-modal .a-modal-close svg {
    pointer-events: none
}

@-webkit-keyframes overlayIn {
    0% {
        display: none !important;
        opacity: 0
    }

    75% {
        display: block !important;
        opacity: 0
    }

    to {
        display: block !important;
        opacity: 1
    }
}

@keyframes overlayIn {
    0% {
        display: none !important;
        opacity: 0
    }

    75% {
        display: block !important;
        opacity: 0
    }

    to {
        display: block !important;
        opacity: 1
    }
}

@-webkit-keyframes overlayOut {
    0% {
        display: block !important;
        opacity: 1
    }

    25% {
        opacity: 0
    }

    to {
        display: none !important;
        opacity: 0
    }
}

@keyframes overlayOut {
    0% {
        display: block !important;
        opacity: 1
    }

    25% {
        opacity: 0
    }

    to {
        display: none !important;
        opacity: 0
    }
}

.m-overlay {
    overflow: hidden
}

.m-overlay.in {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: overlayIn;
    animation-name: overlayIn;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.m-overlay.out {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: overlayOut;
    animation-name: overlayOut;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.m-overlay .overlay-inner {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-overlay.in {
    background: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.pagination {
    color: #333;
    font-size: 1.125rem;
    line-height: 1.35
}

.pagination> :not(:empty) {
    margin-bottom: 1rem
}

.pagination .search-term {
    font-style: italic;
    font-weight: 700
}

.m-process-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px
}

@media (min-width:1200px) {
    .m-process-step {
        height: 100%
    }
}

.m-process-step .a-triangle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 0;
    width: 0;
    border-color: transparent transparent #f60;
    border-style: solid;
    border-width: 0 12px 18px
}

@media (min-width:1200px) {
    .m-process-step .a-triangle {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.m-sr-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -1.5rem;
    position: relative
}

.m-sr-teaser>.teaser-media {
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%
}

.m-sr-teaser>.teaser-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem;
    position: static;
    width: 100%
}

@media (min-width:768px) {
    .m-sr-teaser>.teaser-main {
        padding-top: 1rem
    }
}

.m-sr-teaser>.teaser-main>.teaser-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem
}

.m-sr-teaser>.teaser-main>.teaser-header>.headline {
    text-transform: uppercase
}

.m-sr-teaser>.teaser-main>.teaser-header>.meta {
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.m-sr-teaser>.teaser-main>.teaser-header>.meta>.category {
    font-weight: 500;
    margin-right: .75rem;
    text-transform: uppercase
}

.m-sr-teaser>.teaser-main>.teaser-footer {
    margin-top: 1.5rem;
    text-transform: uppercase
}

.m-sr-teaser>.teaser-main>.teaser-footer>.a-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.m-sr-teaser>.teaser-main>.teaser-footer>.a-link:active:after,
.m-sr-teaser>.teaser-main>.teaser-footer>.a-link:focus:after,
.m-sr-teaser>.teaser-main>.teaser-footer>.a-link:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(hsla(0, 0%, 100%, .22)));
    background: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, .22))
}

.m-sr-teaser.-global-result {
    margin-bottom: -.3rem
}

.m-sr-teaser.-global-result .teaser-body {
    color: #666;
    font-size: 1.125rem;
    line-height: 1.35
}

.m-sr-teaser.-global-result .-found-in {
    font-size: 14px;
    line-height: 1;
    margin: 1rem 0 0
}

.m-sr-teaser.-global-result>.teaser-main>.teaser-header {
    margin-bottom: .375rem
}

@media (min-width:768px) {
    .m-sr-teaser.-global-result>.teaser-media {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.m-sr-teaser.-global-result .m-area.-figure .a-image {
    position: relative
}

.m-sr-teaser.-global-result .m-area.-figure .a-image img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.m-sr-teaser.-global-result .m-area.-figure .a-image>.-fallback+img {
    display: none
}

.m-sr-teaser.-press-release>.teaser-media .a-image {
    position: relative
}

.m-sr-teaser.-press-release>.teaser-media .a-image img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.m-sr-teaser.-press-release>.teaser-media .a-image>.-fallback+img {
    display: none
}

.m-share-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-share-link ul li {
    margin: 0 1rem 1rem 0
}

.m-share-link ul li:last-of-type {
    margin-right: 0
}

.m-social-bar .headline {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.25rem;
    color: #999
}

.m-social-bar svg {
    width: 1.5rem;
    height: 1.5rem
}

.m-social-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-social-bar ul li {
    margin: 0 24px 24px 0
}

.m-social-bar ul li:last-of-type {
    margin-right: 0
}

.m-social-bar a:hover svg {
    color: #f60
}

.m-teaser {
    position: relative
}

.m-teaser a {
    text-decoration: none
}

.m-teaser>.tag {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3
}

.m-teaser a:active,
.m-teaser a:focus,
.m-teaser a:hover {
    cursor: pointer
}

.m-teaser a:active .-contains-image,
.m-teaser a:focus .-contains-image,
.m-teaser a:hover .-contains-image {
    position: relative
}

.m-teaser a:active .-contains-image:before,
.m-teaser a:focus .-contains-image:before,
.m-teaser a:hover .-contains-image:before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(hsla(0, 0%, 100%, .22)));
    background: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, .22));
    bottom: 0;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9
}

.m-teaser .m-area.-figure {
    position: relative
}

.m-teaser .m-area.-figure.-fixed-height {
    height: 164px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-teaser .m-area.-figure .-contains-icon {
    display: block;
    height: 136px;
    width: 136px;
    margin-bottom: 12px
}

.m-teaser .m-area.-figure .-contains-icon .a-circle .a-icon svg {
    height: 3.5rem;
    width: 3.5rem
}

.m-teaser .m-area.-figure .-contains-icon .a-circle.-outer {
    border-radius: 50%;
    border: 2px solid #e6e7e8;
    width: calc(100% - 1px);
    height: calc(100% - 1px)
}

.m-teaser .m-area.-figure .-contains-icon .a-circle.-middle,
.m-teaser .m-area.-figure .-contains-icon .a-circle.-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-teaser .m-area.-figure .-contains-icon .a-circle.-middle {
    border-radius: 50%;
    border: 6px solid #e6e7e8;
    width: 112px;
    height: 112px
}

.m-teaser .m-area.-figure .-contains-icon .a-circle.-inner {
    border-radius: 50%;
    border: 0 solid #e6e7e8;
    width: 86px;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e6e7e8
}

.m-teaser .m-area.-figure .a-image {
    position: relative;
}

.m-teaser .m-area.-figure .a-image img {
   /* height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100% */
}



.m-teaser .m-area.-figure .a-image>.-fallback+img {
    display: none
}

.m-teaser.-is-product .m-area.-figure .a-image {
    height: inherit
}

.m-teaser.-is-product .m-area.-figure .a-image>img {
    height: 100%;
    width: unset
}

.m-teaser {
    border: solid #f60;
    border-width: 0 0 1px;
    height: 100%
}

.m-teaser .m-area.-text>.caption {
    border: solid #f60;
    border-width: 2px 0 0;
    margin-top: 12px
}

.m-teaser .m-area.-text>.caption>.headline {
    color: #f60;
    text-transform: uppercase;
    padding: 12px 0;
    line-height: 1.25
}

.m-teaser .m-area.-text>.caption>.copy {
    text-decoration: none;
    margin-bottom: 1.25rem;
    color: #666;
    font-size: 1.125rem;
    line-height: 1.35
}

.m-teaser.-intro-text {
    margin-bottom: 0
}

.m-teaser.-intro-text .short-text {
    display: block
}

.m-teaser.-intro-text .short-text>p.text-truncate {
    font-size: 1.125rem;
    line-height: 1.35
}

.m-teaser.-intro-text .short-text .headline {
    text-transform: uppercase
}

.m-teaser.-intro-text .short-text .headline.-overline {
    margin-bottom: 1rem;
    margin-top: 1.5rem
}

@media (min-width:992px) {
    .m-teaser.-intro-text .short-text .headline.-overline {
        margin-top: 0
    }
}

.m-teaser.-intro-text .short-text .headline:nth-child(2) {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .m-teaser.-intro-text .short-text .headline:nth-child(2) {
        margin-top: 0;
        margin-bottom: 1.5rem
    }
}

.m-teaser.-intro-text .short-text .a-link {
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: 1rem
}

.m-teaser.-intro-text .short-text .text-truncate {
    color: #666
}

@media (min-width:992px) {
    .m-teaser.-intro-text .short-text .text-truncate {
        max-height: 212px;
        overflow: hidden
    }
}

@media (min-width:1200px) {
    .m-teaser.-intro-text .short-text .text-truncate {
        max-height: 288px;
        overflow: hidden
    }
}

.m-teaser.-intro-text {
    border: 0
}

.m-teaser ._flexbox-align {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-teaser ._flexbox-align.-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.m-teaser ._flexbox-align.-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.m-teaser ._flexbox-align.-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.-swiper-herostage.swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.swiper-slide .a-dimmer.-is-dimmed-light:before {
    background: rgba(0, 0, 0, .12)
}

.swiper-slide .a-dimmer.-is-dimmed-medium:before {
    background: rgba(0, 0, 0, .22)
}

@media (min-width:768px) {
    .-swiper-herostage .swiper-slide-inner {
        height: 408px
    }
}

@media (min-width:992px) {
    .-swiper-herostage .swiper-slide-inner {
        height: 512px
    }
}

@media (min-width:1200px) {
    .-swiper-herostage .swiper-slide-inner {
        height: 512px
    }
}

@media (min-width:768px) {
    .-swiper-herostage.-slim .swiper-slide-inner {
        height: 358px
    }
}

@media (min-width:992px) {
    .-swiper-herostage.-slim .swiper-slide-inner {
        height: 408px
    }
}

@media (min-width:1200px) {
    .-swiper-herostage.-slim .swiper-slide-inner {
        height: 464px
    }
}

.swiper-button-next,
.swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    background-color: #f60;
    border-radius: 50%;
    height: 50px;
    margin-top: -25px;
    outline: none;
    width: 50px
}

.swiper-button-next .a-icon svg,
.swiper-button-prev .a-icon svg {
    width: 2.75rem;
    height: 2.75rem
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

@media (max-width:991px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }
}

.swiper-button-prev .a-icon {
    margin-left: -5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-next .a-icon {
    margin-right: -4px;
    margin-top: 2px
}

@media (min-width:1200px) {

    .-swiper-herostage .swiper-button-next,
    .-swiper-herostage .swiper-button-prev {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -25px;
        height: 50px;
        width: 50px
    }

    .-swiper-herostage .swiper-button-next .a-icon svg,
    .-swiper-herostage .swiper-button-prev .a-icon svg {
        width: 2rem;
        height: 2rem
    }

    .-swiper-herostage .swiper-button-next.-is-quiescently,
    .-swiper-herostage .swiper-button-prev.-is-quiescently {
        background: rgba(0, 0, 0, .2)
    }
}

@media (min-width:1200px) {
    .-swiper-herostage .swiper-button-prev {
        margin-left: 50px
    }
}

@media (min-width:1200px) {
    .-swiper-herostage .swiper-button-next {
        margin-right: 50px
    }
}

.swiper-button-next.-is-small,
.swiper-button-prev.-is-small {
    border-radius: 50%;
    height: 1.875rem;
    margin-top: -1.875rem/2;
    width: 1.875rem
}

.swiper-button-next.-is-small .a-icon svg,
.swiper-button-prev.-is-small .a-icon svg {
    margin-top: 1px;
    height: 1.25rem;
    width: 1.25rem
}

.swiper-button-prev.-is-small .a-icon svg {
    margin-top: 0
}

@media (min-width:768px) {
    .-swiper-herostage+.swiper-pagination.-custom {
        margin-top: -40px
    }
}

.-swiper-herostage+.swiper-pagination.-custom .swiper-pagination-bullet {
    background: #000;
    opacity: .4
}

@media (min-width:768px) {
    .-swiper-herostage+.swiper-pagination.-custom .swiper-pagination-bullet {
        background: #f5f5f5;
        opacity: .8
    }
}

.swiper-pagination.-custom {
    position: relative;
    margin-top: 20px
}

.swiper-pagination.-custom .swiper-pagination-bullet {
    margin: 0 7px;
    width: 30px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .2;
    outline: none
}

.swiper-pagination.-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff8555;
    opacity: 1
}

@media (max-width:767px) {
    .swiper-pagination.-custom .swiper-pagination-bullet {
        width: 12px;
        height: 5px;
        margin: 0 7px
    }
}

.swiper-slide .a-image img {
    display: block;
    /* width: 100%; */
	width:auto;
    height: auto;
	margin-left:auto;
	margin-right:auto;
}

.m-tables {
    overflow-x: auto;
    display: block;
    overflow-y: hidden;
    margin-bottom: 6.25rem;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch
}

.m-tables.-minimal-margin {
    margin-bottom: 3rem
}

.m-tables::-webkit-scrollbar-track {
    background-color: #e6e7e8
}

.m-tables::-webkit-scrollbar {
    height: .25rem;
    background-color: #e6e7e8
}

.m-tables::-webkit-scrollbar-thumb {
    background-color: #f60
}

.m-tables .a-table table {
    width: 100%
}

.m-tables>.-head {
    padding-top: .3125rem;
    margin-bottom: 1.5rem;
    border-top: .125rem solid #f60
}

.m-tables>.-head .headline {
    color: #f60;
    text-transform: uppercase
}

.m-tables.-is-highlight.-grey .a-table tbody tr td {
    color: #666
}

.m-tables.-is-highlight.-grey .a-table tbody tr td:first-of-type {
    background: #f5f5f5;
    vertical-align: top;
    width: 15.625rem;
    min-width: 15.625rem;
    max-width: 21.875rem
}

.m-tables.-is-highlight.-orange .a-table tbody td:first-of-type,
.m-tables.-is-highlight.-orange .a-table thead th {
    color: #fff;
    background: #f60
}

.m-tables.-is-highlight.-orange .a-table tbody td:first-of-type {
    vertical-align: top;
    width: 15.625rem;
    min-width: 15.625rem;
    max-width: 21.875rem
}

.m-tables.-is-highlight.-orange .a-table thead~tbody tr td:first-of-type {
    color: #666;
    background: transparent;
    white-space: normal;
    width: auto;
    min-width: 0;
    max-width: none
}

.m-tables.-is-highlight.-orange .a-table thead~tbody tr td:first-of-type.-orange {
    color: #f60
}

.m-teaser-news {
    border: .125rem solid #e6e7e8
}

.m-teaser-news>a {
    text-decoration: none;
    color: #666
}

.m-teaser-news>a:hover .a-image {
    position: relative
}

.m-teaser-news>a:hover .a-image:before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .2)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .2));
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0
}

.m-teaser-news .a-image {
    max-width: 100%;
    border-right: .125rem solid #e6e7e8
}

.m-teaser-news .a-image img {
    max-width: 100%;
    display: block
}

.m-teaser-news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem
}

@media (min-width:992px) {
    .m-teaser-news .wrap {
        padding-left: 0
    }
}

.m-teaser-news .wrap.-only-text {
    padding: 1.5rem
}

.m-teaser-news .wrap .a-time {
    margin-bottom: 1.25rem
}

.m-teaser-news .wrap .headline {
    color: #ff8555;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.m-teaser-news .wrap .bottom {
    margin-top: auto
}

.m-topic-head {
    color: #f60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase
}

.m-topic-head>.a-time,
.m-topic-head>.headline {
    color: #f60
}

.m-topic-head>.-separator,
.m-topic-head>.a-time {
    font-size: 1.125rem;
    font-weight: 700
}

.m-topic-head>.-separator {
    margin: 0 .5rem
}

.m-validation-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.m-validation-text p {
    position: relative;
    top: -2px;
    left: 6px
}

.o-accordion .-accordion-head {
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .o-accordion .-accordion-head {
        margin-bottom: 3rem
    }
}

.o-accordion .-accordion-head .headline {
    color: #f60;
    text-transform: uppercase
}

.o-accordion .-body .m-content-text,
.o-accordion .-body>.child {
    margin: 1rem 0 2rem
}

.o-accordion .-body .m-content-text:last-of-type,
.o-accordion .-body>.child:last-of-type {
    margin-bottom: 0
}

.o-accordion .m-tables {
    margin-bottom: 0;
    margin-top: 1rem
}

.o-accordion .m-tables .headline {
    margin-top: 1rem
}

.o-accordion .m-tables .-head {
    border: 0;
    padding-top: 0
}

.o-accordion .m-tables .-head .headline {
    margin-top: 0
}

.m-accordion-panel .container-fluid {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:992px) {
    .m-accordion-panel .container-fluid {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:1200px) {
    .m-accordion-panel .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

.o-application-overview ._is-relative {
    position: relative
}

.o-application-overview .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .o-application-overview .layout {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.o-application-overview .visual {
    position: relative;
    width: 100%
}

.o-application-overview .visual-content {
    overflow: hidden
}

@media (min-width:768px) {
    .o-application-overview .visual {
        width: 50%
    }

    .o-application-overview .visual:before {
        content: "";
        padding: 0
    }
}

@media (min-width:992px) {
    .o-application-overview .visual {
        width: 100%
    }
}

@media (min-width:768px) {
    .o-application-overview .m-feature-list {
        width: 50%;
        display: block;
        position: relative;
        min-height: 508px;
        max-height: 508px
    }
}

@media (min-width:992px) {
    .o-application-overview .m-feature-list {
        max-width: 514px;
        min-width: 514px;
        height: 508px
    }

    .o-application-overview .m-feature-list>._is-absolute {
        position: absolute;
        z-index: 3;
        width: 452px
    }

    .o-application-overview .m-feature-list>._is-absolute>ul {
        display: block
    }
}

.o-application-overview .figure.-contains-image {
    width: 100%
}

.o-application-overview .figure.-contains-image .a-picture {
    overflow: hidden
}

.o-application-overview .figure.-contains-image .a-picture .-fallback {
    background-size: cover !important
}

.o-application-overview .figure.-contains-image .a-picture .-fallback+img {
    display: none
}

.o-application-overview .figure.-contains-image .a-picture>picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.o-application-overview .figure.-contains-image .a-picture>picture img {
    -o-object-fit: cover;
    object-fit: cover
}

.o-application-overview ._aspect-ratio-box {
    position: static
}

@media (min-width:768px) {
    .o-application-overview ._aspect-ratio-box {
        min-height: 508px;
        height: 508px
    }
}

.o-application-overview ._aspect-ratio-box .a-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.o-application-overview .figure .dimmer {
    background: transparent;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.o-application-overview .figure .dimmer.-bg-grey {
    background: #666
}

.o-application-overview .figure .dimmer.-is-dimmed-light {
    background: rgba(0, 0, 0, .12)
}

.o-application-overview .figure .dimmer.-is-dimmed-medium {
    background: rgba(0, 0, 0, .22)
}

.o-application-overview .image-caption {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
    right: 0;
    padding: 0 62px 15px
}

@media (min-width:768px) {
    .o-application-overview .image-caption {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 3;
        padding: 0 0 15px
    }
}

.o-application-overview .image-caption {
    text-transform: uppercase
}

@media (min-width:768px) {
    .o-application-overview .image-caption {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:992px) {
    .o-application-overview .image-caption {
        max-width: 402px
    }
}

@media (min-width:1200px) {
    .o-application-overview .image-caption {
        max-width: 672px
    }
}

@media (min-width:1600px) {
    .o-application-overview .image-caption {
        max-width: 1200px
    }
}

.o-application-overview .img-wrapper.-is-active .a-picture,
.o-application-overview .img-wrapper.default .a-picture {
    opacity: 1
}

.o-application-overview .img-wrapper .a-picture {
    opacity: 0
}

.o-application-overview ._hide-from-md .display {
    display: none
}

.o-application-overview ._hide-within-sm .display {
    opacity: 0
}

@media (min-width:1200px) {
    .o-application-overview ._hide-within-sm .display {
        opacity: 1;
        font-size: 2.5rem
    }
}

.o-buynow .m-modal.in {
    bottom: 0
}

.o-buynow .m-modal .modal-pane {
    padding: 0
}

.o-buynow .m-modal .modal-content {
    padding: 0 2.5rem 2.5rem
}

.o-buynow .m-modal .modal-content>.headline {
    text-transform: uppercase
}

.o-buynow .m-modal .modal-content>.headline,
.o-buynow .m-modal .modal-content>p {
    margin: 0 0 1rem
}

.o-buynow .m-modal .modal-content>p {
    line-height: 1.25rem
}

.o-buynow .-available-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.o-buynow .-available-store .-store {
    overflow: hidden;
    padding: .625rem;
    width: 50%;
    border-right: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8
}

@media (min-width:768px) {
    .o-buynow .-available-store .-store {
        width: 33%
    }
}

.o-buynow .-available-store .-store:last-child:first-child {
    border: 0
}

.o-buynow .-available-store .-store:first-child:nth-last-child(2)+.-store {
    border-right: 0;
    border-bottom: 0
}

@media (max-width:767px) {
    .o-buynow .-available-store .-store:nth-child(2n) {
        border-right: 0
    }

    .o-buynow .-available-store .-store:first-child:nth-last-child(2),
    .o-buynow .-available-store .-store:nth-child(odd):last-child:not(first-child),
    .o-buynow .-available-store .-store:nth-child(odd):last-child:not(first-child)+.-store,
    .o-buynow .-available-store .-store:nth-child(odd):nth-last-child(2):not(first-child),
    .o-buynow .-available-store .-store:nth-child(odd):nth-last-child(2):not(first-child)+.-store {
        border-bottom: 0
    }
}

@media (min-width:768px) {
    .o-buynow .-available-store .-store:nth-child(3n) {
        border-right: 0
    }

    .o-buynow .-available-store .-store:first-child:nth-last-child(3),
    .o-buynow .-available-store .-store:first-child:nth-last-child(3)+.-store,
    .o-buynow .-available-store .-store:first-child:nth-last-child(3)+.-store+.-store,
    .o-buynow .-available-store .-store:nth-child(3n+1):last-child:not(first-child),
    .o-buynow .-available-store .-store:nth-child(3n+1):last-child:not(first-child)+.-store,
    .o-buynow .-available-store .-store:nth-child(3n+1):last-child:not(first-child)+.-store+.-store,
    .o-buynow .-available-store .-store:nth-child(3n+1):nth-last-child(2):not(first-child),
    .o-buynow .-available-store .-store:nth-child(3n+1):nth-last-child(2):not(first-child)+.-store,
    .o-buynow .-available-store .-store:nth-child(3n+1):nth-last-child(2):not(first-child)+.-store+.-store,
    .o-buynow .-available-store .-store:nth-child(3n+1):nth-last-child(3):not(first-child),
    .o-buynow .-available-store .-store:nth-child(3n+1):nth-last-child(3):not(first-child)+.-store,
    .o-buynow .-available-store .-store:nth-child(3n+1):nth-last-child(3):not(first-child)+.-store+.-store {
        border-bottom: 0
    }
}

.o-buynow .-available-store .-store a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.o-buynow .-available-store .-store .a-image {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.o-buynow .-available-store .-store .a-image img {
    height: auto;
    width: 100%;
    max-height: 5.9375rem;
    max-width: 100%
}

.o-contact .a-button.jf-open {
    background: #f60;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    outline: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.375rem;
    width: 4.375rem
}

@media (min-width:1200px) {
    .o-contact .a-button.jf-open {
        bottom: 5.5rem;
        right: 1.75rem;
        position: fixed;
        z-index: 999
    }

    .cookie-set .o-contact .a-button.jf-open {
        bottom: 1.75rem
    }
}

.o-contact .a-button.jf-open .a-icon {
    height: 2.25rem;
    width: 2.25rem;
    margin: auto 0
}

.o-contact .a-button.jf-open .a-icon svg {
    height: 2.25rem;
    width: 2.25rem
}

.o-contact .a-button.jf-open:hover {
    background: #f60
}

.o-contact .a-button.jf-open.-is-active {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: contactButtonFadeIn;
    animation-name: contactButtonFadeIn;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.o-contact .a-button.jf-open.-is-not-active {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: contactButtonFadeOut;
    animation-name: contactButtonFadeOut;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.o-contact .sidebar {
    background: #fff;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    z-index: 500
}

@media (min-width:576px) {
    .o-contact .sidebar {
        width: 514px;
        -webkit-transform: translate(514px);
        transform: translate(514px)
    }
}

.o-contact .sidebar.-is-active {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: sidebarSlideIn;
    animation-name: sidebarSlideIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.o-contact .sidebar.-is-not-active {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: sidebarSlideOut;
    animation-name: sidebarSlideOut;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.o-contact .layout {
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width:576px) {
    .o-contact .layout {
        padding: 32px 88px 0 32px
    }
}

.o-contact .layout ._flex-column-row,
.o-contact .sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.o-contact .sidebar-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f60
}

@media (min-width:576px) {
    .o-contact .sidebar-header {
        background: #fff
    }
}

.o-contact .sidebar-header .jf-close {
    background: none;
    outline: none;
    padding-right: 15px
}

.o-contact .sidebar-header .jf-close .a-icon {
    font-size: 1rem;
    color: #fff
}

@media (min-width:576px) {
    .o-contact .sidebar-header .jf-close {
        position: relative;
        top: -50px;
        right: -60px;
        padding-right: 0
    }

    .o-contact .sidebar-header .jf-close .a-icon {
        font-size: 1.3rem;
        color: #999
    }
}

.o-contact .sidebar-header>.headline {
    padding: .9375rem
}

.o-contact .sidebar-header .headline {
    color: #fff
}

@media (min-width:576px) {
    .o-contact .sidebar-header .headline {
        color: #f60;
        margin-top: 50px;
        padding: 0;
        margin-bottom: 20px
    }
}

.o-contact .layout .contact-item {
    border-bottom: 1px solid #e6e7e8;
    margin: 1.5rem .9375rem 2rem;
    padding: 0 0 1.875rem
}

.o-contact .layout .contact-item:last-child {
    border-bottom: 0;
    margin: 1.5rem .9375rem 0
}

@media (min-width:576px) {
    .o-contact .layout .contact-item {
        padding: 0 0 3.125rem;
        margin: 1.5rem 0 3.125rem
    }
}

.o-contact .layout .contact-item.-is-not-active {
    display: none
}

.o-contact .contact-item .headline {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #666
}

.o-contact .contact-item .a-image>img {
    width: 6.25rem;
    height: auto;
    margin-right: 1.5rem
}

.o-contact .contact-item .contact-subject p {
    line-height: 18px
}

.o-contact .contact-item .contact-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem
}

.o-contact .contact-item .contact-data a~a {
    margin-top: .625rem
}

.o-contact .bottom-link {
    padding: 0 .9375rem 2rem
}

@-webkit-keyframes contactButtonFadeIn {
    0% {
        display: none !important;
        opacity: 0
    }

    1% {
        display: block !important;
        opacity: 0
    }

    to {
        display: block !important;
        opacity: 1
    }
}

@keyframes contactButtonFadeIn {
    0% {
        display: none !important;
        opacity: 0
    }

    1% {
        display: block !important;
        opacity: 0
    }

    to {
        display: block !important;
        opacity: 1
    }
}

@-webkit-keyframes contactButtonFadeOut {
    0% {
        display: block !important;
        opacity: 1
    }

    99% {
        display: block !important;
        opacity: 0
    }

    to {
        display: none !important;
        opacity: 0
    }
}

@keyframes contactButtonFadeOut {
    0% {
        display: block !important;
        opacity: 1
    }

    99% {
        display: block !important;
        opacity: 0
    }

    to {
        display: none !important;
        opacity: 0
    }
}

.o-content-modul {
    margin: 1rem 0
}

.o-content-modul>.m-content-image,
.o-content-modul>.o-downloads,
.o-content-modul>div>div>div>div:not(.m-content-quote) {
    margin: 1rem 0 2rem
}

.o-content-modul>.m-content-image,
.o-content-modul>.o-downloads,
.o-content-modul>div>div>div>div:last-of-type:not(.m-content-quote) {
    margin-bottom: 1rem
}

.o-content-modul.-is-highlight {
    padding: 1rem 0;
    margin: 0
}

.o-content-modul.-is-highlight.-orange {
    background-color: #f60;
    margin-bottom: 2rem
}

.o-content-modul.-is-highlight.-orange .m-content-quote {
    color: #fff;
    background-color: #f60
}

.o-content-modul.-is-highlight.-orange .m-content-quote .-footer {
    color: #fff
}

.o-content-modul.-is-highlight.-grey,
.o-content-modul.-is-highlight.-grey .m-content-quote {
    background-color: #f5f5f5
}

.o-content-modul.-is-highlight.-grey .m-content-quote .-footer {
    color: #f60
}

.o-content-modul.-is-two-cols .m-content-text>.a-link {
    margin-top: 1rem
}

@media (min-width:768px) {
    .o-content-modul.-is-two-cols .m-content-text>.a-link {
        margin-top: 1.625rem
    }
}

.o-content-modul.-is-two-cols .m-content-image {
    margin-top: 0
}

.o-cookie-message {
    background: #666;
    color: #fff;
    padding: .75rem 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999
}

.o-cookie-message .button-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem
}

@media (min-width:768px) {
    .o-cookie-message .button-align {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 100%;
        margin-top: 0
    }
}

.o-downloads .headline {
    color: #f60;
    text-transform: uppercase;
    margin-bottom: 3rem
}

.o-downloads.-is-highlight {
    padding: 1rem 0
}

.o-downloads.-is-highlight.-orange {
    background-color: #f60
}

.o-downloads.-is-highlight.-grey,
.o-downloads.-is-highlight.-grey .m-download {
    background-color: #f5f5f5
}

.o-downloads .m-download {
    height: 100%
}

.o-downloads .m-download .-toggle .a-icon svg {
    height: 1.25rem;
    width: 1.25rem
}

.o-downloads .-list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.o-downloads .-list>.col {
    margin-bottom: 1.8125rem
}

.-swiper-endless-scroll {
    padding-top: 4px
}

.-swiper-endless-scroll .swiper-wrapper .swiper-slide {
    border-bottom: 1px solid #f60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.-swiper-endless-scroll .swiper-wrapper .swiper-slide .m-teaser {
    border: 0;
    border-width: 0
}

.-swiper-endless-scroll .swiper-hidden-container {
    height: 0;
    opacity: 0
}

.-swiper-endless-scroll .swiper-slide-inner .m-teaser {
    margin-bottom: 0
}

.-swiper-endless-scroll .swiper-button-next .a-icon svg,
.-swiper-endless-scroll .swiper-button-prev .a-icon svg {
    width: 2rem;
    height: 2rem
}

.-swiper-endless-scroll .swiper-button-prev {
    left: 75px
}

.-swiper-endless-scroll .swiper-button-next {
    right: 75px
}

.-swiper-endless-scroll .swiper-button-next .a-icon {
    margin-right: -3px
}

.-swiper-endless-scroll .swiper-slide-inactive {
    opacity: 0;
    pointer-events: none;
    height: 0
}

.-swiper-endless-scroll .swiper-button-next,
.-swiper-endless-scroll .swiper-button-prev {
    margin-top: -45px;
    display: none
}

@media (min-width:1200px) {

    .-swiper-endless-scroll .swiper-button-next,
    .-swiper-endless-scroll .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.dropdown-control:focus,
.dropdown-control:hover,
.dropdown-state:checked~* .dropdown-control {
    color: #f60;
    background: rgba(255, 102, 0, .2)
}

.dropdown-state {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.dropdown-state:checked~.dropdown-panel {
    display: block
}

.dropdown-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    color: #999;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 400;
    height: 100%;
    min-width: 0;
    padding: 10px 8px;
    text-transform: none;
    width: auto
}

.dropdown-control>.a-icon>svg {
    font-size: 1.125em;
    height: 1em;
    margin-left: .25rem;
    width: 1em
}

.dropdown-control>.count {
    padding-right: .25rem
}

.dropdown-control>.count:empty {
    display: none
}

.dropdown-control>.count:before {
    content: "("
}

.dropdown-control>.count:after {
    content: ")"
}

.dropdown-control.-is-active {
    color: #f60
}

.dropdown-panel {
    background: #fff;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
    display: none;
    padding: 1rem
}

.search-filter {
    max-width: 25rem;
    position: relative
}

.search-filter .dropdown-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    min-width: 100%;
    z-index: 11
}

.search-filter .dropdown-panel.-left {
    left: 0;
    right: auto
}

.search-filter .dropdown-panel.-search-products {
    min-width: 212px
}

.search-filter .dropdown-panel label[data-amount]:after {
    content: attr(data-amount)
}

.search-filter .dropdown-panel label[data-amount="0"] {
    opacity: .3;
    pointer-events: none
}

.search-filter>.header {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-filter>.header>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.search-filter>.header> :first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1.5rem;
    max-width: 17.5rem
}

.search-filter>.header> :only-child {
    margin-right: 0
}

.search-filter>.header>*>[type=search] {
    max-width: 100%;
    width: 100%
}

.search-filter>.header>*>.dropdown-control>.a-icon {
    font-size: 1.25em
}

.search-filter.-is-dirty .dropdown-control {
    color: #f60
}

.search-with-filter .search-filter {
    margin-top: 1rem
}

@media (min-width:992px) {
    .search-with-filter .search-filter {
        margin-top: 0
    }
}

.product-filter {
    background: #fbfbfb;
    border: 1px solid #e6e7e8;
    padding: 1rem
}

.product-filter>.filter-group>.m-accordion-panel {
    margin: 2rem 0
}

.product-filter>.filter-group>.filter-row {
    margin: 1rem 0
}

.product-filter>.filter-group>.filter-row:last-child {
    margin-bottom: 0
}

.product-filter>.filter-group>.filter-row.-results {
    color: #f60;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 3rem;
    text-align: center
}

.product-filter>.filter-group>.lead-filters,
.product-filter>.filter-group>.second-filters {
    margin-top: .5rem
}

.product-filter>.filter-group .m-accordion-panel select {
    margin-top: 1.5rem
}

.o-footer {
    color: #999;
    padding: 10px 0;
    background-color: #f5f5f5
}

.o-footer .-state-primary,
.o-footer .-state-secondary {
    width: 100%
}

.o-footer .-state-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.o-footer .-state-primary .headline {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.25rem;
    color: #999
}

.o-footer .-state-primary .row>div {
    margin-bottom: 3rem
}

.o-footer .-state-primary .row>div:nth-child(3) {
    margin-bottom: 1.5rem
}

.o-footer .-state-primary .m-teaser {
    margin: 0;
    border: none
}

.o-footer .-state-primary .m-teaser a {
    color: #999
}

.o-footer .-state-primary .m-teaser .m-area.-figure {
    margin-bottom: .75rem
}

.o-footer .-state-primary .m-teaser .caption {
    border: none;
    margin-top: 0;
    font-size: .875rem
}

.o-footer .-state-secondary .m-link-list {
    border-top: .125rem solid #cbcbcb;
    padding: 1rem 0 0
}

.o-footer .-state-secondary .m-link-list .a-link {
    font-weight: 700
}

.o-footer .-state-secondary .m-link-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.o-footer .-state-secondary .m-link-list ul li {
    margin-right: 1.5rem
}

.o-footer .-state-secondary .m-link-list ul li:last-of-type {
    margin-bottom: .625rem
}

.o-footer div.container{
    padding: 0px !important;
    width: 100%;
    background-color: #f5f5f5;
}

.o-footer .footer-images,
#footer .footer-images
{
    height: 40px;
    width: 150px;
    background-color: white;
    float: right !important;
    position: relative;
    top: 40px;


}

.o-footer ul{
    list-style-type: none !important;
}

.o-footer ul.social,
#footer ul.social
{
    padding-top: 10px;
    padding-left: 20px;
}

@media (min-width:768px) {
    .o-herostage-slim ._flexbox-align {
        height: 358px;
        max-height: 358px
    }
}

@media (min-width:992px) {
    .o-herostage-slim ._flexbox-align {
        height: 464px;
        max-height: 464px
    }
}

@media (min-width:768px) {
    .o-herostage-slim {
        margin-bottom: 20px
    }
}

.o-herostage-slim .headline {
    line-height: 1;
    text-transform: uppercase
}

.o-herostage-slim .copy,
.o-herostage-slim .headline {
    margin-top: 30px;
    position: relative
}

@media (min-width:768px) {
    .o-herostage-slim .-center .headline {
        margin-top: 0
    }
}

.o-herostage-slim .m-caption {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media (max-width:991px) {
    .o-herostage-slim .m-caption {
        margin-top: 5px
    }
}

@media (min-width:768px) {
    .o-herostage-slim .m-caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 358px
    }
}

@media (min-width:992px) {
    .o-herostage-slim .m-caption {
        height: 464px
    }
}

@media (min-width:768px) {
    .o-herostage-slim .m-caption.-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 20px
    }
}

@media (min-width:768px) {
    .o-herostage-slim .m-caption.-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .o-herostage-slim .m-caption.-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .o-herostage-slim .m-caption.-bottom {
        padding-bottom: 40px
    }
}

@media (max-width:991px) {
    .o-herostage-slim .herostage-inner.-flat {
        padding-bottom: 30px
    }
}

@media (min-width:768px) {
    .o-herostage-slim .herostage-inner.-flat .m-caption {
        position: relative
    }
}

@media (max-width:767px) {
    .o-herostage-slim .herostage-inner:not(.-flat) .m-caption ._color-white {
        color: #666
    }
}

.o-herostage-slim .headline.-is-truncated:after {
    display: none
}

@media (max-width:991px) {
    .o-herostage-slim .herostage-wrapper .a-image {
        height: 100%
    }

    .o-herostage-slim .herostage-wrapper .a-image img {
        display: block;
        width: auto;
        height: 100%
    }
}

@media (max-width:767px) {

    .o-herostage-slim .a-dimmer.-is-dimmed-light:before,
    .o-herostage-slim .a-dimmer.-is-dimmed-medium:before {
        display: none
    }
}

.o-herostage-slim ._flexbox-align .a-image,
.o-herostage-slim ._flexbox-align .a-picture {
    width: 100%;
    height: auto
}

@media (min-width:768px) {
    .o-herostage-slim ._aspect-ratio-box:before {
        padding: 0
    }
}

.o-herostage-slim .display.-size-large,
.o-herostage-slim .display.-size-large.-light,
.o-herostage-slim .display.-size-medium,
.o-herostage-slim .display.-size-medium.-light,
.o-herostage-slim .display.-size-small,
.o-herostage-slim .display.-size-small-light {
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:992px) {
    .o-herostage-slim.-headline-with-icon .container {
        padding-left: calc(4rem + 42px)
    }
}

.o-herostage-slim .headline {
    position: relative
}

.o-herostage-slim .headline>.a-icon {
    display: block;
    margin: -2rem 0 .25rem
}

.o-herostage-slim .headline>.a-icon>svg {
    font-size: 2.5rem;
    height: 1em;
    width: 1em
}

@media (min-width:768px) {
    .o-herostage-slim .headline>.a-icon {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .o-herostage-slim .headline>.a-icon {
        position: absolute;
        right: calc(100% + 1.5rem)
    }
}

.o-herostage-slim .m-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.o-herostage-slim .m-actions>.a-button,
.o-herostage-slim .m-actions>.a-link {
    margin: 1.5rem .75rem 0
}

@media (max-width:575px) {
    .o-herostage-slim .m-actions {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .o-herostage-slim .m-actions {
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .o-herostage-slim .m-actions {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .o-herostage-slim .m-actions>.a-button,
    .o-herostage-slim .m-actions>.a-link {
        margin-left: 0;
        margin-right: 1.5rem
    }
}

.o-herostage-slim .a-button,
.o-herostage-slim a-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0
}

@media (min-width:992px) {

    .o-herostage-slim .a-button,
    .o-herostage-slim a-link {
        margin: 60px 0 0
    }
}

.o-herostage-slim,
.o-herostage-slim .m-caption {
    position: relative
}

@media (min-width:768px) {
    .o-herostage-slim .m-caption {
        position: absolute;
        top: 0
    }
}

@media (max-width:991px) {
    .-swiper-herostage .swiper-slide .a-image {
        height: 100%
    }

    .-swiper-herostage .swiper-slide .a-image img {
        display: block;
        width: auto;
        height: 100%
    }
}

@media (max-width:767px) {

    .-swiper-herostage .a-dimmer.-is-dimmed-light:before,
    .-swiper-herostage .a-dimmer.-is-dimmed-medium:before {
        display: none
    }
}

.-swiper-herostage ._flexbox-align .a-image,
.-swiper-herostage ._flexbox-align .a-picture {
    width: 100%
}

@media (min-width:768px) {
    .-swiper-herostage ._flexbox-align {
        height: 408px;
        max-height: 408px
    }
}

@media (min-width:992px) {
    .-swiper-herostage ._flexbox-align {
        height: 512px;
        max-height: 512px
    }
}

@media (min-width:1200px) {
    .-swiper-herostage ._flexbox-align {
        height: 512px;
        max-height: 512px
    }
}

@media (min-width:768px) {
    .-swiper-herostage:not(.-slideshow) ._aspect-ratio-box:before {
        padding: 0
    }
}

.-swiper-herostage .display.-size-large,
.-swiper-herostage .display.-size-large.-light,
.-swiper-herostage .display.-size-medium,
.-swiper-herostage .display.-size-medium.-light,
.-swiper-herostage .display.-size-small,
.-swiper-herostage .display.-size-small-light {
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:992px) {
    .-swiper-herostage.-headline-with-icon .container {
        padding-left: calc(4rem + 42px)
    }
}

.-swiper-herostage .headline {
    position: relative
}

.-swiper-herostage .headline>.a-icon {
    display: block;
    margin: -2rem 0 .25rem
}

.-swiper-herostage .headline>.a-icon>svg {
    font-size: 2.5rem;
    height: 1em;
    width: 1em
}

@media (min-width:768px) {
    .-swiper-herostage .headline>.a-icon {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .-swiper-herostage .headline>.a-icon {
        position: absolute;
        right: calc(100% + 1.5rem)
    }
}

.-swiper-herostage .m-caption {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media (max-width:767px) {
    .-swiper-herostage .m-caption {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .-swiper-herostage .m-caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 408px
    }
}

@media (min-width:992px) {
    .-swiper-herostage .m-caption {
        height: 512px
    }
}

@media (min-width:1200px) {
    .-swiper-herostage .m-caption {
        height: 512px
    }
}

@media (min-width:768px) {
    .-swiper-herostage .m-caption.-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 20px
    }
}

@media (min-width:768px) {
    .-swiper-herostage .m-caption.-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .-swiper-herostage .m-caption.-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .-swiper-herostage .m-caption.-bottom {
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .-swiper-herostage.-default .m-caption ._color-white {
        color: #666
    }
}

@media (max-width:1199px) {

    .o-herostage .swiper-button-next,
    .o-herostage .swiper-button-prev {
        display: none
    }
}

.-swiper-herostage .m-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.-swiper-herostage .m-actions>.a-button,
.-swiper-herostage .m-actions>.a-link.-is-button {
    margin: 1.5rem .75rem 0
}

@media (min-width:768px) {
    .-swiper-herostage .m-actions {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .-swiper-herostage .m-actions>.a-button,
    .-swiper-herostage .m-actions>.a-link.-is-button {
        margin-left: 0;
        margin-right: 1.5rem
    }
}

.-swiper-herostage .a-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.-swiper-herostage .a-button,
.-swiper-herostage .a-link.-is-button {
    margin: 30px auto 0
}

@media (min-width:768px) {

    .-swiper-herostage .a-button,
    .-swiper-herostage .a-link.-is-button {
        margin: 30px 0 0
    }
}

@media (min-width:992px) {

    .-swiper-herostage .a-button,
    .-swiper-herostage .a-link.-is-button {
        margin: 46px 0 0
    }
}

.-swiper-herostage .a-video {
    width: 100%;
    height: auto
}

.o-image-gallery .swiper-grid-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0
}

.o-image-gallery .swiper-container.-images .a-image {
    position: relative
}

.o-image-gallery .swiper-container.-images .a-image img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.o-image-gallery .swiper-container.-images .a-image>.-fallback+img {
    display: none
}

@media (max-width:1199px) {
    .o-swiper-images.container {
        width: 100%;
        max-width: none;
        padding: 0;
        margin: 0;
        overflow: hidden
    }
}

.o-image-gallery .-thumbs {
    margin-top: 20px;
    margin-bottom: 50px
}

.o-image-gallery .-thumbs .swiper-hidden-container {
    height: 0;
    opacity: 0
}

.o-image-gallery .-thumbs .swiper-slide .swiper-slide-inner:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.o-image-gallery .-thumbs .swiper-slide .swiper-slide-inner .a-image {
    width: 100%;
    height: 100%;
    position: absolute
}

.o-image-gallery .-thumbs .swiper-slide .swiper-slide-inner .a-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.o-image-gallery .-thumbs .swiper-slide .swiper-slide-inner .a-image>.-fallback+img {
    display: none
}

.o-image-gallery .-thumbs .swiper-slide.swiper-slide-thumb-active .swiper-slide-inner:before {
    content: " ";
    bottom: 0;
    display: block;
    border: 2px solid #f60;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 99
}

.o-image-gallery .-thumbs .swiper-wrapper.-is-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none !important;
    transform: none !important
}

@media (min-width:768px) {
    .o-image-gallery .-thumbs .swiper-wrapper.-is-centered {
        padding-left: 5px
    }
}

@media (min-width:992px) {
    .o-image-gallery .-thumbs .swiper-wrapper.-is-centered {
        padding-left: 10px
    }
}

@media (min-width:1200px) {
    .o-image-gallery .-thumbs .swiper-wrapper.-is-centered {
        padding-left: 15px
    }
}

.o-image-gallery .o-swiper-images .swiper-navigation {
    display: none;
    margin-top: 0
}

.o-image-gallery .o-swiper-images .swiper-navigation .a-icon svg {
    width: 2rem;
    height: 2rem
}

@media (min-width:1200px) {
    .o-image-gallery .o-swiper-images .swiper-navigation {
        display: block
    }

    .o-image-gallery .o-swiper-images .swiper-navigation .swiper-button-prev {
        left: 50px
    }

    .o-image-gallery .o-swiper-images .swiper-navigation .swiper-button-next {
        right: 50px
    }
}

@media (min-width:1600px) {
    .o-image-gallery .o-swiper-images .swiper-navigation .swiper-button-prev {
        left: -50px
    }

    .o-image-gallery .o-swiper-images .swiper-navigation .swiper-button-next {
        right: -50px
    }
}

.o-image-gallery .o-swiper-images .swiper-pagination {
    padding: 0 10px;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .o-image-gallery .o-swiper-images .swiper-pagination {
        display: none
    }
}

@media (min-width:1200px) {
    .o-list-contact-wide>.container>.row>.col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.o-list-contact-wide>.container>.row>.col>.headline {
    margin: 0 0 1.5rem
}

@media (min-width:768px) {
    .o-list-contact-wide>.container>.row>.col>.headline {
        margin: 0 0 3rem
    }
}

.o-list-contact-wide.-is-highlight {
    padding: 1.5rem 0
}

.o-list-contact-wide.-is-highlight.-grey-200 {
    background: #e6e7e8
}

.o-list-contact-wide.-is-highlight.-grey-200 .headline {
    color: #f60
}

.o-list-contact-wide .m-contact-wide {
    margin: 0 0 1.5rem;
    width: 100%
}

.o-list-contact-wide .col-xl-4 .m-contact-wide {
    padding: 1.5rem 1rem
}

.o-list-contact-wide .col-xl-4 .m-contact-wide>.-profil {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .o-list-contact-wide .col-xl-4 .m-contact-wide>.-profil {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:1200px) {
    .o-list-contact-wide .col-xl-4 .m-contact-wide>.-profil {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.o-list-contact-wide .col-xl-4 .m-contact-wide>.-profil>.a-image {
    margin: 0 auto 3rem
}

@media (min-width:768px) {
    .o-list-contact-wide .col-xl-4 .m-contact-wide>.-profil>.a-image {
        margin: 0 3rem 0 0
    }
}

@media (min-width:1200px) {
    .o-list-contact-wide .col-xl-4 .m-contact-wide>.-profil>.a-image {
        margin: 0 auto 3rem
    }
}

.o-list-contact-wide .col-xl-4 .m-contact-wide>.-panel {
    margin-left: 0
}

@media (min-width:768px) {
    .o-list-contact-wide .col-xl-4 .m-contact-wide>.-panel {
        margin-left: 208px
    }
}

@media (min-width:1200px) {
    .o-list-contact-wide .col-xl-4 .m-contact-wide>.-panel {
        margin-left: 0
    }
}

.o-list-contact-wide .col-xl-4 .m-contact-wide .-toggle {
    position: static
}

@media (min-width:768px) {
    .o-list-contact-wide .col-xl-4 .m-contact-wide .-toggle {
        position: absolute
    }
}

@media (min-width:1200px) {
    .o-list-contact-wide .col-xl-4 .m-contact-wide .-toggle {
        position: static
    }
}

@media (min-width:576px) {
    .o-list-contact-wide .col-xl-4 .m-contact-wide input:checked~.-toggle {
        position: absolute
    }
}

.o-list-news .col {
    margin-bottom: 1.875rem
}

.o-list-news .m-teaser-news,
.o-list-news .m-teaser-news article,
.o-list-news .m-teaser-news article>.row {
    height: 100%
}

.o-list-news .section-bottom .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .o-list-news .section-bottom .col {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.-campaign .m-header-container.-default {
    right: 3px
}

@media (min-width:576px) {
    .-campaign .m-header-container.-default {
        right: 15px
    }
}

@media (min-width:1200px) {
    .-campaign .m-header-container.-default {
        right: 0
    }
}

.-campaign .o-flyout.-is-active {
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth
}

.-campaign .m-lang-select,
.-campaign .m-share-select {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.-campaign .m-lang-select a,
.-campaign .m-share-select a {
    outline: none
}

.-campaign .m-share-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    height: 100%;
    margin-right: .625rem
}

@media (min-width:1200px) {
    .-campaign .m-share-select {
        margin-right: 0
    }
}

.-campaign .m-share-select .m-button-dropdown {
    height: 100%
}

.-campaign .m-share-select .dropdown-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    padding: 1.5625rem;
    border: none
}

.-campaign .m-share-select .dropdown-indicator .a-icon {
    top: 2px;
    position: relative
}

.-campaign .m-share-select .dropdown-options {
    top: 5rem;
    right: 0;
    background-color: #ff8555
}

.-campaign .m-share-select .dropdown-options>ul li>a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.-campaign .m-share-select .dropdown-options>ul li>a i {
    margin-right: .625rem;
    margin-top: -.0625rem
}

.-campaign .m-share-select .dropdown-options>ul li:hover {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: rgba(0, 0, 0, .1)
}

.-campaign .m-lang-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 0 0 0 20px;
    height: 100%;
    margin-right: 0
}

@media (min-width:1200px) {
    .-campaign .m-lang-select {
        padding-right: 20px
    }
}

.-campaign .m-lang-select .m-button-dropdown {
    margin-top: -1px
}

@media (min-width:1200px) {

    .-campaign .m-lang-select:hover,
    .-campaign .m-share-select:hover {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        background: rgba(0, 0, 0, .1)
    }
}

.-campaign .a-link:active,
.-campaign .a-link:focus,
.-campaign .a-link:hover {
    text-decoration: none
}

.-campaign .m-nav .a-icon svg {
    fill: #fff
}

@media (min-width:1200px) {
    .-campaign .m-header-container.-large .m-lang-select {
        margin-right: 0
    }
}

.-campaign .o-flyout .m-panel.-default.-level-0 .m-nav ul>li:first-child>a {
    border: 0
}

@-webkit-keyframes headerFlyoutSlideIn {
    0% {
        display: none !important;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes headerFlyoutSlideIn {
    0% {
        display: none !important;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes headerFlyoutSlideOut {
    0% {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    99% {
        display: block !important
    }

    to {
        display: none !important;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
}

@keyframes headerFlyoutSlideOut {
    0% {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    99% {
        display: block !important
    }

    to {
        display: none !important;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
}

@-webkit-keyframes headerFlyoutFadeIn {
    0% {
        display: none !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes headerFlyoutFadeIn {
    0% {
        display: none !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes headerFlyoutFadeOut {
    0% {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }

    99% {
        display: block !important
    }

    to {
        display: none !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0
    }
}

@keyframes headerFlyoutFadeOut {
    0% {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }

    99% {
        display: block !important
    }

    to {
        display: none !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0
    }
}

@-webkit-keyframes headerPanelFadeIn {
    0% {
        display: none !important;
        opacity: 0
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        opacity: 1
    }
}

@keyframes headerPanelFadeIn {
    0% {
        display: none !important;
        opacity: 0
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        opacity: 1
    }
}

@-webkit-keyframes headerPanelFadeOut {
    0% {
        display: block !important;
        opacity: 1
    }

    99% {
        display: block !important
    }

    to {
        display: none !important;
        opacity: 0
    }
}

@keyframes headerPanelFadeOut {
    0% {
        display: block !important;
        opacity: 1
    }

    99% {
        display: block !important
    }

    to {
        display: none !important;
        opacity: 0
    }
}

@-webkit-keyframes headerItemsRollIn {
    0% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0
    }

    50% {
        opacity: .1
    }

    60% {
        opacity: .8
    }

    65% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: .9
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes headerItemsRollIn {
    0% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0
    }

    50% {
        opacity: .1
    }

    60% {
        opacity: .8
    }

    65% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: .9
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes headerItemsRollOut {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 1
    }
}

@keyframes headerItemsRollOut {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 1
    }
}

 .m-env-select .a-link,
 .m-env-select .m-button-dropdown .dropdown-indicator,
 .m-lang-select .a-link,
 .m-lang-select .m-button-dropdown .dropdown-indicator,
 .m-link-home .a-link,
 .m-link-home .m-button-dropdown .dropdown-indicator {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .5625rem
}

@media (min-width:576px) {

     .m-env-select .a-link,
     .m-env-select .m-button-dropdown .dropdown-indicator,
     .m-lang-select .a-link,
     .m-lang-select .m-button-dropdown .dropdown-indicator,
     .m-link-home .a-link,
     .m-link-home .m-button-dropdown .dropdown-indicator {
        font-size: .6875rem
    }
}

@media (min-width:768px) {

     .m-env-select .a-link,
     .m-env-select .m-button-dropdown .dropdown-indicator,
     .m-lang-select .a-link,
     .m-lang-select .m-button-dropdown .dropdown-indicator,
     .m-link-home .a-link,
     .m-link-home .m-button-dropdown .dropdown-indicator {
        font-size: .6875rem
    }
}

@media (min-width:992px) {

     .m-env-select .a-link,
     .m-env-select .m-button-dropdown .dropdown-indicator,
     .m-lang-select .a-link,
     .m-lang-select .m-button-dropdown .dropdown-indicator,
     .m-link-home .a-link,
     .m-link-home .m-button-dropdown .dropdown-indicator {
        font-size: .6875rem
    }
}

@media (min-width:1200px) {

     .m-env-select .a-link,
     .m-env-select .m-button-dropdown .dropdown-indicator,
     .m-lang-select .a-link,
     .m-lang-select .m-button-dropdown .dropdown-indicator,
     .m-link-home .a-link,
     .m-link-home .m-button-dropdown .dropdown-indicator {
        font-size: .6875rem
    }
}

@media (min-width:1400px) {

     .m-env-select .a-link,
     .m-env-select .m-button-dropdown .dropdown-indicator,
     .m-link-home .a-link,
     .m-link-home .m-button-dropdown .dropdown-indicator {
        font-size: .875rem
    }
}

@media (min-width:1700px) {

     .m-env-select .a-link,
     .m-env-select .m-button-dropdown .dropdown-indicator,
     .m-link-home .a-link,
     .m-link-home .m-button-dropdown .dropdown-indicator {
        font-size: 1rem
    }
}

@media (min-width:1400px) {

     .m-lang-select .a-link,
     .m-lang-select .m-button-dropdown .dropdown-indicator,
     .m-link-home .a-link,
     .m-link-home .m-button-dropdown .dropdown-indicator {
        font-size: .875rem
    }
}

@media (min-width:1700px) {

     .m-lang-select .a-link,
     .m-lang-select .m-button-dropdown .dropdown-indicator,
     .m-link-home .a-link,
     .m-link-home .m-button-dropdown .dropdown-indicator {
        font-size: 1rem
    }
}

 .m-header-container.-large .m-button-dropdown .a-item>a,
 .m-header-container.-large .m-link-home .a-item>a,
 .m-header-container.-large .m-topics .a-item>a {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .5625rem
}

@media (min-width:576px) {

     .m-header-container.-large .m-button-dropdown .a-item>a,
     .m-header-container.-large .m-link-home .a-item>a,
     .m-header-container.-large .m-topics .a-item>a {
        font-size: .6875rem
    }
}

@media (min-width:768px) {

     .m-header-container.-large .m-button-dropdown .a-item>a,
     .m-header-container.-large .m-link-home .a-item>a,
     .m-header-container.-large .m-topics .a-item>a {
        font-size: .6875rem
    }
}

@media (min-width:992px) {

     .m-header-container.-large .m-button-dropdown .a-item>a,
     .m-header-container.-large .m-link-home .a-item>a,
     .m-header-container.-large .m-topics .a-item>a {
        font-size: .6875rem
    }
}

@media (min-width:1200px) {

     .m-header-container.-large .m-button-dropdown .a-item>a,
     .m-header-container.-large .m-link-home .a-item>a,
     .m-header-container.-large .m-topics .a-item>a {
        font-size: .6875rem
    }
}

@media (min-width:1400px) {

     .m-header-container.-large .m-button-dropdown .a-item>a,
     .m-header-container.-large .m-link-home .a-item>a,
     .m-header-container.-large .m-topics .a-item>a {
        font-size: .875rem
    }
}

@media (min-width:1700px) {

     .m-header-container.-large .m-button-dropdown .a-item>a,
     .m-header-container.-large .m-link-home .a-item>a,
     .m-header-container.-large .m-topics .a-item>a {
        font-size: 1rem
    }
}

 .o-flyout .m-flyout-header .l-container .text-small {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    font-size: .875rem
}

@media (min-width:576px) {
     .o-flyout .m-flyout-header .l-container .text-small {
        font-size: .875rem
    }
}

@media (min-width:768px) {
     .o-flyout .m-flyout-header .l-container .text-small {
        font-size: .875rem
    }
}

@media (min-width:992px) {
     .o-flyout .m-flyout-header .l-container .text-small {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
     .o-flyout .m-flyout-header .l-container .text-small {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
     .o-flyout .m-flyout-header .l-container a {
        /*font-family: Helvetica Neue;*/
        font-style: normal;
        font-weight: 400;
        line-height: 1.2;
        color: #f60;
        text-transform: uppercase;
        text-decoration: none;
        outline: none;
        font-size: 1rem
    }

     .o-flyout .m-flyout-header .l-container a i {
        top: 3px;
        left: 2px;
        position: relative
    }

     .o-flyout .m-flyout-header .l-container a i svg {
        height: 1.4rem
    }
}

 .o-flyout .m-panel.-default .m-nav ul li a {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    font-size: .875rem
}

@media (min-width:576px) {
     .o-flyout .m-panel.-default .m-nav ul li a {
        font-size: .875rem
    }
}

@media (min-width:768px) {
     .o-flyout .m-panel.-default .m-nav ul li a {
        font-size: .875rem
    }
}

@media (min-width:992px) {
     .o-flyout .m-panel.-default .m-nav ul li a {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
     .o-flyout .m-panel.-default .m-nav ul li a {
        font-size: .875rem
    }
}

.-is-desktop .o-flyout .m-panel .m-teaser {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #999;
    text-decoration: none;
    font-size: .875rem
}

@media (min-width:576px) {
    .-is-desktop .o-flyout .m-panel .m-teaser {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .-is-desktop .o-flyout .m-panel .m-teaser {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .-is-desktop .o-flyout .m-panel .m-teaser {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
    .-is-desktop .o-flyout .m-panel .m-teaser {
        font-size: .875rem
    }
}

.-is-desktop .o-flyout .m-panel .m-teaser ul>li:first-child {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #666;
    text-decoration: none;
    font-size: 1rem
}

.-is-desktop .o-flyout .m-panel .m-teaser>ul>li>ul>li>a {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #999;
    text-decoration: none;
    font-size: .875rem
}

@media (min-width:576px) {
    .-is-desktop .o-flyout .m-panel .m-teaser>ul>li>ul>li>a {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .-is-desktop .o-flyout .m-panel .m-teaser>ul>li>ul>li>a {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .-is-desktop .o-flyout .m-panel .m-teaser>ul>li>ul>li>a {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
    .-is-desktop .o-flyout .m-panel .m-teaser>ul>li>ul>li>a {
        font-size: .875rem
    }
}

 .o-flyout .m-panel.-default .m-teaser .a-title {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #666;
    text-transform: uppercase;
    font-size: .875rem;
    margin: 0 0 25px
}

@media (min-width:576px) {
     .o-flyout .m-panel.-default .m-teaser .a-title {
        font-size: .875rem
    }
}

@media (min-width:768px) {
     .o-flyout .m-panel.-default .m-teaser .a-title {
        font-size: .875rem
    }
}

@media (min-width:992px) {
     .o-flyout .m-panel.-default .m-teaser .a-title {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
     .o-flyout .m-panel.-default .m-teaser .a-title {
        font-size: .875rem
    }
}

 .o-flyout .m-panel.-default .m-teaser .a-text {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    font-size: .875rem;
    margin: 20px 0 0
}

@media (min-width:576px) {
     .o-flyout .m-panel.-default .m-teaser .a-text {
        font-size: .875rem
    }
}

@media (min-width:768px) {
     .o-flyout .m-panel.-default .m-teaser .a-text {
        font-size: .875rem
    }
}

@media (min-width:992px) {
     .o-flyout .m-panel.-default .m-teaser .a-text {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
     .o-flyout .m-panel.-default .m-teaser .a-text {
        font-size: .875rem
    }
}

.-is-desktop .m-item {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #999;
    font-size: .875rem
}

@media (min-width:576px) {
    .-is-desktop .m-item {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .-is-desktop .m-item {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .-is-desktop .m-item {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
    .-is-desktop .m-item {
        font-size: .875rem
    }
}

.-is-desktop .m-item>a,
.-is-desktop .m-item>a>li,
.-is-desktop .m-item>a>li:first-child {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #999;
    text-decoration: none;
    font-size: .875rem
}

@media (min-width:576px) {

    .-is-desktop .m-item>a,
    .-is-desktop .m-item>a>li,
    .-is-desktop .m-item>a>li:first-child {
        font-size: .875rem
    }
}

@media (min-width:768px) {

    .-is-desktop .m-item>a,
    .-is-desktop .m-item>a>li,
    .-is-desktop .m-item>a>li:first-child {
        font-size: .875rem
    }
}

@media (min-width:992px) {

    .-is-desktop .m-item>a,
    .-is-desktop .m-item>a>li,
    .-is-desktop .m-item>a>li:first-child {
        font-size: .875rem
    }
}

@media (min-width:1200px) {

    .-is-desktop .m-item>a,
    .-is-desktop .m-item>a>li,
    .-is-desktop .m-item>a>li:first-child {
        font-size: .875rem
    }
}

.-is-desktop .m-item>a>li:first-child,
.-is-desktop .m-item>li:first-child {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #666;
    font-size: 1rem
}

.-is-desktop .m-item>a>li ul li a,
.-is-desktop .m-item>li ul li a {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #999;
    text-decoration: none;
    font-size: .875rem
}

@media (min-width:576px) {

    .-is-desktop .m-item>a>li ul li a,
    .-is-desktop .m-item>li ul li a {
        font-size: .875rem
    }
}

@media (min-width:768px) {

    .-is-desktop .m-item>a>li ul li a,
    .-is-desktop .m-item>li ul li a {
        font-size: .875rem
    }
}

@media (min-width:992px) {

    .-is-desktop .m-item>a>li ul li a,
    .-is-desktop .m-item>li ul li a {
        font-size: .875rem
    }
}

@media (min-width:1200px) {

    .-is-desktop .m-item>a>li ul li a,
    .-is-desktop .m-item>li ul li a {
        font-size: .875rem
    }
}

 {
    background: #f60;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (min-width:1200px) {
     {
        position: fixed;
        top: 0;
        z-index: 300
    }
}

 ._flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

 ._flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

 .m-header-container.-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    position: absolute;
    right: 15px
}

@media (min-width:992px) {
     .m-header-container.-default {
        height: 80px
    }
}

 .m-header-container.-default ._flex-row {
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

 .m-header-container.-default .o-search {
    margin-right: 20px
}

@media (max-width:575px) {
     .m-header-container.-default .o-search button {
        padding-top: 2px
    }
}

 .m-header-container.-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    position: absolute;
    right: 0;
    padding-right: 15px
}

@media (min-width:992px) {
     .m-header-container.-large {
        height: 80px
    }
}

 .m-header-container.-large ._flex-row {
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

 .m-env-select {
    padding-left: 0;
    width: 100%
}

@media (min-width:576px) {
     .m-env-select {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: inherit;
        width: auto;
        padding-left: 0;
        width: 174px
    }
}

@media (min-width:992px) {
     .m-env-select {
        padding-left: 0;
        width: 174px
    }
}

@media (min-width:1400px) {
     .m-env-select {
        padding-left: 0;
        width: 174px
    }
}

 .m-env-select .m-button-dropdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (min-width:576px) {
     .m-env-select .m-button-dropdown {
        width: inherit
    }
}

 .m-env-select .m-button-dropdown .dropdown-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    padding-bottom: 0;
    width: inherit
}

@media (min-width:992px) {
     .m-env-select .m-button-dropdown .dropdown-indicator {
        height: 42px
    }
}

@media (max-width:575px) {
     .m-env-select .m-button-dropdown .dropdown-indicator {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 42px;
        padding-left: 15px;
        width: 100%
    }
}

 .m-env-select .m-button-dropdown .dropdown-options ul li a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: .5625rem
}

@media (min-width:576px) {
     .m-env-select .m-button-dropdown .dropdown-options ul li a {
        font-size: .6875rem
    }
}

@media (min-width:1400px) {
     .m-env-select .m-button-dropdown .dropdown-options ul li a {
        font-size: .875rem
    }
}

 .m-env-select .m-button-dropdown.-is-active .dropdown-options {
    top: 43px;
    width: 100%
}

@media (min-width:576px) {
     .m-env-select .m-button-dropdown.-is-active .dropdown-options {
        top: 43px;
        width: inherit
    }
}

@media (min-width:992px) {
     .m-env-select .m-button-dropdown.-is-active .dropdown-options {
        top: 43px
    }
}

 .m-env-select .m-button-dropdown.-is-active .dropdown-options>ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    min-width: inherit;
    width: inherit
}

@media (min-width:992px) {
     .m-env-select .m-button-dropdown.-is-active .dropdown-options>ul li {
        height: 42px
    }
}

 .m-env-select .m-button-dropdown.-is-active .dropdown-options>ul li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

 .m-env-select .m-button-dropdown.-is-active .dropdown-options .-is-customer {
    background: #f5f5f5
}

 .m-env-select .m-button-dropdown.-is-active .dropdown-options .-is-customer:hover {
    background: #f5f5f5
}

 .m-env-select .m-button-dropdown.-is-active .dropdown-options .-is-customer>a {
    color: #f60
}

 .m-env-select .m-button-dropdown.-is-active .dropdown-options .-is-professional {
    background: #666
}

 .m-env-select .m-button-dropdown.-is-active .dropdown-options .-is-professional:hover {
    background: #cbcbcb
}

 .m-env-select .m-button-dropdown.-is-active .dropdown-options .-is-professional>a {
    color: #fff
}

 .m-env-select.-is-customer {
    background: #f5f5f5
}

 .m-env-select.-is-customer .m-button-dropdown .dropdown-indicator {
    color: #f60;
    border: 0
}

 .m-env-select.-is-customer .m-button-dropdown.-is-active .dropdown-indicator {
    color: #f60
}

 .m-env-select.-is-customer .triangle:after {
    border-top-color: #f60
}

 .m-env-select.-is-professional {
    background: #666
}

 .m-env-select.-is-professional .m-button-dropdown .dropdown-indicator {
    color: #fff;
    border: 0
}

 .m-env-select.-is-professional .triangle:after {
    color: #fff
}

 .m-link-home {
    display: none
}

@media (min-width:768px) {
     .m-link-home {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: inherit;
        padding: .9375rem;
        width: auto
    }
}

 .m-link-home .a-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    width: auto
}

@media (min-width:576px) {
     .m-link-home .a-link {
        width: inherit
    }
}

 .m-link-home:hover {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: rgba(0, 0, 0, .1)
}

 .m-logo {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px
}

 .m-logo a {
    border: 0;
    outline: 0
}

@media (min-width:992px) {
     .m-logo {
        height: 80px
    }
}

@media (min-width:576px) {
     .m-logo {
        width: 200px
    }
}

@media (min-width:1200px) {
     .m-logo {
        width: 230px
    }
}

 .m-logo .a-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    width: inherit
}

 .m-logo .a-picture img {
    height: auto;
    width: 145px
}

@media (min-width:576px) {
     .m-logo .a-picture img {
        width: 150px
    }
}

@media (min-width:1200px) {
     .m-logo .a-picture img {
        width: 180px
    }
}

.m-header-container.-large .o-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    position: relative
}

@media (min-width:1400px) {
    .m-header-container.-large .o-search {
        margin-right: 40px
    }
}

@media (min-width:1700px) {
    .m-header-container.-large .o-search {
        margin-right: 60px
    }
}

.m-header-container.-large .o-search button,
 .o-search button {
    background: none;
    outline: none
}

.-is-desktop .o-search button .a-icon svg {
    width: 1.2rem
}

@media (min-width:1400px) {
    .-is-desktop .o-search button .a-icon svg {
        width: 1.375rem;
        vertical-align: -.5em
    }
}

@media (min-width:1700px) {
    .-is-desktop .o-search button .a-icon svg {
        width: 1.5rem
    }
}

.-is-default .o-search button .a-icon svg {
    vertical-align: -.25em
}

.o-search-flyout.-is-not-active {
    display: none
}

.m-header-container.-large .o-search-flyout {
    -webkit-box-shadow: 1px 8px 20px -5px rgba(0, 0, 0, .15);
    box-shadow: 1px 8px 20px -5px rgba(0, 0, 0, .15);
    background: #fff;
    border: 1px solid #f5f5f5;
    width: 480px;
    position: absolute;
    z-index: 111;
    top: 20px;
    right: 0;
    padding: 12px 15px
}

@media (min-width:1400px) {
    .m-header-container.-large .o-search-flyout {
        width: 650px
    }
}

@media (min-width:1700px) {
    .m-header-container.-large .o-search-flyout {
        width: 900px
    }
}

.-is-default .o-search-flyout {
    background: #fff;
    border: 1px solid #f5f5f5;
    min-height: 60px;
    width: 100%;
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 15px
}

 .o-search-flyout .m-searchbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

 .o-search-flyout .m-searchbar>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

 .o-search-flyout .m-searchbar button {
    background: none;
    outline: none;
    margin-left: -3px
}

 .o-search-flyout .m-searchbar button .icon-search {
    margin-left: 0;
    display: block
}

 .o-search-flyout .m-searchbar button .icon-search svg {
    height: 1.125rem;
    color: #666
}

 .o-search-flyout .m-searchbar button .icon-close {
    margin-right: -7px
}

 .o-search-flyout .m-searchbar button .icon-close svg {
    height: .9375rem;
    color: #666;
    pointer-events: none
}

 .o-search-flyout .m-searchbar>div,
 .o-search-flyout .m-searchbar form,
 .o-search-flyout .m-searchbar input {
    width: 100%
}

 .o-search-flyout .m-searchbar input {
    border: none;
    padding-right: 1rem;
    color: #666;
    margin-left: 10px
}

 .o-search-flyout .m-searchbar input::-ms-clear {
    display: none
}

 .o-search-flyout .m-searchbar input:focus {
    outline: none
}

 .o-search-flyout .m-searchbar input::-webkit-input-placeholder {
    color: #e6e7e8
}

 .o-search-flyout .m-searchbar input:-ms-input-placeholder {
    color: #e6e7e8
}

 .o-search-flyout .m-searchbar input::-ms-input-placeholder {
    color: #e6e7e8
}

 .o-search-flyout .m-searchbar input::placeholder {
    color: #e6e7e8
}

 .m-results {
    color: #cbcbcb
}

 .m-results .item {
    cursor: pointer;
    margin: 0 -1rem;
    padding: 1rem 2rem;
    -webkit-transition: color .15s, background-color .15s;
    transition: color .15s, background-color .15s
}

 .m-results .item:focus,
 .m-results .item:hover {
    background-color: #f5f5f5;
    color: #999;
    outline: none
}

 .m-results .highlight {
    color: #666
}

 .o-search-flyout .m-results .a-result-count {
    margin-top: 20px
}

 .o-search-flyout .m-results .a-result-count span {
    color: #666
}

 .m-header-container.-large .m-lang-select {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 35px
}

 .m-header-container.-large .m-lang-select,
 .m-header-container.-large .m-lang-select .m-button-dropdown .dropdown-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

 .m-header-container.-large .m-lang-select .m-button-dropdown .dropdown-indicator {
    height: 60px;
    border: 0;
    padding-bottom: 0
}

@media (min-width:992px) {
     .m-header-container.-large .m-lang-select .m-button-dropdown .dropdown-indicator {
        height: 80px
    }
}

 .m-header-container.-large .m-lang-select .m-button-dropdown .dropdown-options ul li a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: .5625rem
}

@media (min-width:576px) {
     .m-header-container.-large .m-lang-select .m-button-dropdown .dropdown-options ul li a {
        font-size: .6875rem
    }
}

@media (min-width:1400px) {
     .m-header-container.-large .m-lang-select .m-button-dropdown .dropdown-options ul li a {
        font-size: .875rem
    }
}

 .m-header-container.-large .m-lang-select .m-button-dropdown.-is-active {
    position: static
}

 .m-header-container.-large .m-lang-select .m-button-dropdown.-is-active .dropdown-options {
    top: 80px;
    right: 0
}

.-is-desktop .m-lang-select .dropdown-options {
    max-height: 100vh;
    overflow-y: scroll
}

.-is-desktop .m-lang-select .dropdown-options>ul {
    padding-bottom: 80px
}

.-is-desktop .m-lang-select .dropdown-indicator .a-icon svg {
    margin-right: 4px
}

 .m-header-container.-large .m-shop-location {
    padding: 0 0 0 15px;
    margin: 10px 0;
    border-left: 1px solid #fff
}

 .m-header-container.-large .m-shop-location,
 .m-header-container.-large .m-shop-location a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

 .m-header-container.-large .m-shop-location a {
    font-size: .5625rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.-is-desktop .m-shop-location .a-icon {
    margin-bottom: 0
}

.-is-desktop .m-shop-location .a-icon svg {
    width: 1.2rem
}

.-is-desktop .m-shop-location span {
    display: none
}

@media (min-width:1400px) {
    .-is-desktop .m-shop-location .a-icon {
        margin-bottom: .575rem
    }

    .-is-desktop .m-shop-location .a-icon svg {
        width: 1.375rem
    }

    .-is-desktop .m-shop-location span {
        display: block
    }
}

@media (min-width:1700px) {
    .-is-desktop .m-shop-location .a-icon svg {
        width: 1.5rem
    }

    .-is-desktop .m-shop-location span {
        display: block
    }
}

 .m-header-container.-large .m-topics {
    margin-right: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:1400px) {
     .m-header-container.-large .m-topics {
        margin-right: 60px
    }
}

@media (min-width:1700px) {
     .m-header-container.-large .m-topics {
        margin-right: 120px
    }
}

 .m-header-container.-large .m-topics>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
    height: inherit
}

 .m-header-container.-large .m-topics>ul .a-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
}

@media (min-width:1400px) {
     .m-header-container.-large .m-topics>ul .a-item {
        padding: 0 15px
    }
}

 .m-header-container.-large .m-topics>ul .a-item:last-child {
    margin-right: 0
}

 .m-header-container.-large .m-topics>ul .a-item.-is-active,
 .m-header-container.-large .m-topics>ul .a-item:focus,
 .m-header-container.-large .m-topics>ul .a-item:hover {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: rgba(0, 0, 0, .1)
}

 .m-header-container.-large .m-topics>ul .a-item>a {
    outline: none
}

 .o-flyout {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

@media (min-width:1200px) {
     .o-flyout {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
}

 .o-flyout.-is-animating-in {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: headerFlyoutSlideIn;
    animation-name: headerFlyoutSlideIn;
    -webkit-animation-timing-function: cubic-bezier(.52, .06, .03, .91);
    animation-timing-function: cubic-bezier(.52, .06, .03, .91)
}

 .o-flyout.-is-animating-out {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: headerFlyoutSlideOut;
    animation-name: headerFlyoutSlideOut;
    -webkit-animation-timing-function: cubic-bezier(.52, .06, .03, .91);
    animation-timing-function: cubic-bezier(.52, .06, .03, .91)
}

 .o-flyout.-is-active {
    -webkit-transform: translate(0);
    transform: translate(0)
}

@media (min-width:1200px) {
     .o-flyout.-is-animating-in {
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-name: headerFlyoutFadeIn;
        animation-name: headerFlyoutFadeIn;
        -webkit-animation-timing-function: cubic-bezier(.52, .06, .03, .91);
        animation-timing-function: cubic-bezier(.52, .06, .03, .91)
    }

     .o-flyout.-is-animating-out {
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-name: headerFlyoutFadeOut;
        animation-name: headerFlyoutFadeOut;
        -webkit-animation-timing-function: cubic-bezier(.52, .06, .03, .91);
        animation-timing-function: cubic-bezier(.52, .06, .03, .91)
    }
}

 .m-panel.-desktop .m-item li {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px)
}

 .m-panel.-desktop .m-item li.-is-roll-in {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: headerItemsRollIn;
    animation-name: headerItemsRollIn;
    -webkit-animation-timing-function: cubic-bezier(.55, .26, 0, .82);
    animation-timing-function: cubic-bezier(.55, .26, 0, .82)
}

 .m-panel.-desktop .m-item li.-is-roll-out {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: headerItemsRollOut;
    animation-name: headerItemsRollOut;
    -webkit-animation-timing-function: cubic-bezier(.52, .06, .03, .91);
    animation-timing-function: cubic-bezier(.52, .06, .03, .91)
}

 .o-flyout .m-panel.-default {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

 .o-flyout .m-panel.-default.-is-animating-in {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: headerFlyoutSlideIn;
    animation-name: headerFlyoutSlideIn;
    -webkit-animation-timing-function: cubic-bezier(.52, .06, .03, .91);
    animation-timing-function: cubic-bezier(.52, .06, .03, .91)
}

 .o-flyout .m-panel.-default.-is-animating-out {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: headerFlyoutSlideOut;
    animation-name: headerFlyoutSlideOut;
    -webkit-animation-timing-function: cubic-bezier(.52, .06, .03, .91);
    animation-timing-function: cubic-bezier(.52, .06, .03, .91)
}

 .o-flyout .m-panel.-default.-is-fade-out {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: headerPanelFadeOut;
    animation-name: headerPanelFadeOut;
    -webkit-animation-timing-function: cubic-bezier(.52, .06, .03, .91);
    animation-timing-function: cubic-bezier(.52, .06, .03, .91)
}

 .o-flyout .m-panel.-default.-is-fade-in {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: headerPanelFadeIn;
    animation-name: headerPanelFadeIn;
    -webkit-animation-timing-function: cubic-bezier(.25, -.01, .7, .05);
    animation-timing-function: cubic-bezier(.25, -.01, .7, .05)
}

 .o-flyout .m-panel.-default.-is-active,
 .o-flyout .m-panel.-default.-level-0 {
    -webkit-transform: translate(0);
    transform: translate(0)
}

 .o-flyout .m-panel.-default.-level-0 {
    position: static
}

.-is-desktop .m-item>a,
.-is-desktop .m-item>a>li,
.-is-desktop .m-item>a>li:first-child {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.-is-desktop .m-item>a:hover,
.-is-desktop .m-item>a:hover>li,
.-is-desktop .m-item>a:hover>li:first-child {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #f60
}

.-is-desktop .m-item>a>li ul li a,
.-is-desktop .m-item>li ul li a {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.-is-desktop .m-item>a>li ul li a:hover,
.-is-desktop .m-item>li ul li a:hover {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #f60
}

.-is-desktop .o-flyout .m-panel .m-teaser a {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.-is-desktop .o-flyout .m-panel .m-teaser a:hover,
.-is-desktop .o-flyout .m-panel .m-teaser a:hover ul>li:first-child {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #f60
}

:not(.-is-desktop) .o-flyout {
    background: #f60;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 50px);
    overflow: hidden;
    z-index: 108
}

@media (min-width:576px) {
    :not(.-is-desktop) .o-flyout {
        width: calc(100% - 80px)
    }
}

@media (min-width:768px) {
    :not(.-is-desktop) .o-flyout {
        width: 400px
    }
}

@media (min-width:992px) {
    :not(.-is-desktop) .o-flyout {
        width: 500px
    }
}

 .o-flyout .m-panel.-default {
    width: 100%
}

:not(.-is-desktop) .m-flyout-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px
}

:not(.-is-desktop) .m-flyout-header .l-container {
    height: 150px;
    padding: 25px 15px
}

:not(.-is-desktop) .m-flyout-header .jf-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 15
}

:not(.-is-desktop) .m-flyout-header .a-rank-link span {
    display: block;
    text-indent: 26px
}

:not(.-is-desktop) .m-flyout-header .a-rank-link .a-icon {
    position: absolute;
    margin-top: -4px
}

:not(.-is-desktop) .m-flyout-header .a-rank-link .a-icon svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

 .o-flyout .m-panel.-default .m-nav ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px
}

 .o-flyout .m-panel.-default .m-nav ul>li>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid #fff;
    border-width: 1px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    padding: 28px 0;
    width: 100%
}

 .o-flyout .m-panel.-default .m-nav ul>li>a ._indent {
    display: block;
    text-indent: 35px
}

 .o-flyout .m-panel.-default .m-nav ul>li>a .a-icon._left {
    left: 20px
}

 .o-flyout .m-panel.-default .m-nav ul>li>a .a-icon._right {
    right: 15px
}

 .o-flyout .m-panel.-default .m-nav ul>li[class^=_color]>a {
    border: 0
}

 .o-flyout .m-panel.-default .m-nav ul>li.-is-selected {
    border-left: 5px solid #fff
}

:not(.-campaign) .o-flyout .m-panel.-default.-level-0 .m-nav ul>li:nth-child(2)>a {
    border: 0
}

 .o-flyout .m-panel.-default {
    background: #f60;
    height: calc(100% - 150px);
    position: absolute;
    top: 150px;
    bottom: 0;
    right: 0
}

 .o-flyout .m-panel.-default.-level-1 {
    z-index: 109
}

 .o-flyout .m-panel.-default.-level-2 {
    z-index: 110
}

 .o-flyout .m-panel.-default>a {
    text-decoration: none
}

 .o-flyout .m-panel.-default .m-teaser {
    background: #f5f5f5;
    border: 0;
    height: auto;
    padding: 30px 20px
}

:not(.-is-desktop) .m-flyout-header .m-pageOverviewLink {
    margin-top: 30px
}

:not(.-is-desktop) .m-flyout-header a.a-level-back span {
    color: #fff
}

.-is-desktop .o-flyout {
    background: #fff;
    border-bottom: 2px solid #f60;
    height: auto;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 8
}

@media (min-width:1200px) {
    .-is-desktop .o-flyout {
        background: #f5f5f5;
        width: 100%
    }

    .-is-desktop .o-flyout.-with-teaser {
        background-size: 20% 1px;
        background-repeat: repeat-y;
        background-position: 100%;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNlPSJodHRwOi8vc3ZnLWVkaXQuZ29vZ2xlY29kZS5jb20iIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHdpZHRoPSI0MDAiIGhlaWdodD0iMiIgc3R5bGU9Im92ZXJmbG93OiBoaWRkZW47Ij4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGl0bGU+bXkgdmVjdG9yIGltYWdlPC90aXRsZT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8IS0tIENyZWF0ZWQgd2l0aCBWZWN0b3IgUGFpbnQgLSBodHRwOi8vd3d3LnZlY3RvcnBhaW50Lnlha3MuY29tLyBodHRwczovL2Nocm9tZS5nb29nbGUuY29tL3dlYnN0b3JlL2RldGFpbC9obmJwZGllbmdpY2RlZmNqZWNqYm5qbm9pZmVraGdkbyAtLT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iYmFja2dyb3VuZHJlY3QiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHg9IjAiIHk9IjAiIGZpbGw9IiNGRkZGRkYiIHN0cm9rZT0ibm9uZSIgY2xhc3M9IiIgc3R5bGU9IiIvPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgY2xhc3M9ImN1cnJlbnRMYXllciIgc3R5bGU9IiI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxyZWN0IGZpbGw9IiNlNmU3ZTgiIHN0cm9rZT0iI2U2ZTdlOCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtZGFzaG9mZnNldD0iIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGlkPSJzdmdfNyIgeD0iMS4wMDAwMDAxMTU2NzkzMTIiIHk9IjAuNDk0OTQ5ODE3NjU3NDcwNyIgd2lkdGg9IjM5OS43OTc5ODg0MTY4Mjk2IiBoZWlnaHQ9IjEuMjkyOTI5MzU3NjI1MzA0IiBzdHlsZT0iY29sb3I6IHJnYigyMzAsIDIzMSwgMjMyKTsiIGNsYXNzPSIiLz48L2c+PC9zdmc+)
    }
}

@media (min-width:1200px) {
    .-is-desktop .o-flyout .l-container {
        width: 1156px
    }
}

@media (min-width:1400px) {
    .-is-desktop .o-flyout .l-container {
        width: 1336px
    }
}

.-is-desktop .o-flyout .l-container:after {
    content: " ";
    display: block;
    height: 36px
}

.-is-desktop .m-flyout-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1200px) {
    .-is-desktop .m-flyout-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    .-is-desktop .m-flyout-header .l-container {
        height: 36px;
        padding: 0;
        position: absolute;
        top: 20px;
        z-index: 9;
        width: 1156px
    }
}

@media (min-width:1200px) and (-ms-high-contrast:none) {
    .-is-desktop .m-flyout-header .l-container {
        margin-left: -578px
    }
}

@media (min-width:1400px) {
    .-is-desktop .m-flyout-header .l-container {
        width: 1336px
    }
}

@media (min-width:1400px) and (-ms-high-contrast:none) {
    .-is-desktop .m-flyout-header .l-container {
        margin-left: -668px
    }
}

.-is-desktop .m-flyout-header .jf-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 15
}

.-is-desktop .o-flyout .l-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%
}

.-is-desktop .o-flyout .l-row .l-wrap {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 18px
}

@media (min-width:1200px) {
    .-is-desktop .o-flyout .l-row .l-wrap.-wrap-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 674px;
        flex: 0 0 674px
    }
}

@media (min-width:1400px) {
    .-is-desktop .o-flyout .l-row .l-wrap.-wrap-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 786px;
        flex: 0 0 786px
    }
}

@media (min-width:1200px) {
    .-is-desktop .o-flyout .l-row .l-wrap.-wrap-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 898px;
        flex: 0 0 898px
    }
}

@media (min-width:1400px) {
    .-is-desktop .o-flyout .l-row .l-wrap.-wrap-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1048px;
        flex: 0 0 1048px
    }
}

.-is-desktop .o-flyout .l-row.l-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.-is-desktop .m-item {
    background: #f5f5f5;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 202px;
    flex: 0 0 202px;
    margin-bottom: 40px
}

@media (min-width:1400px) {
    .-is-desktop .m-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 238px;
        flex: 0 0 238px
    }
}

.-is-desktop .m-item.-offset-top {
    padding-top: 104px
}

.-is-desktop .o-flyout .m-panel .m-teaser {
    background: #e6e7e8;
    border: none;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 238px;
    flex: 0 0 238px;
    height: 100%;
    padding-left: 18px;
    padding-right: 18px
}

.-is-desktop .o-flyout .m-panel .m-teaser>a>ul>li:first-child,
.-is-desktop .o-flyout .m-panel .m-teaser>ul>li:first-child {
    height: 36px;
    margin-bottom: 9px
}

@media (min-width:1400px) {
    .-is-desktop .o-flyout .m-panel .m-teaser {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 274px;
        flex: 0 0 274px
    }
}

@media (-ms-high-contrast:none) {
    .-is-desktop .o-flyout .m-panel .m-teaser {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 238px;
        flex: 0 0 238px
    }
}

.-is-desktop .m-item:not(.m-teaser)>a>li:first-child,
.-is-desktop .m-item:not(.m-teaser)>li:first-child {
    height: 36px;
    margin-bottom: 12px
}

.-is-desktop .m-item:not(.m-teaser)>a>li ul li:last-child,
.-is-desktop .m-item:not(.m-teaser)>li ul li:last-child {
    padding-bottom: 0
}

.-is-desktop .m-item.m-teaser>ul>li:not(:first-child)>ul>li,
.-is-desktop .m-item:not(.m-teaser)>a>li+li ul li:not(.a-image),
.-is-desktop .m-item:not(.m-teaser)>li+li ul li:not(.a-image) {
    padding-bottom: 18px
}

.-is-desktop .o-flyout .m-panel .a-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px
}

.-is-desktop .o-flyout .m-panel .a-image img {
    width: 100%;
    height: auto
}

.-is-desktop .o-flyout .m-panel .m-teaser .a-image {
    padding-top: 3px
}

.m-flyout-backdrop,
.m-flyout-backdrop-search {
    overflow: hidden
}

.m-flyout-backdrop-search.in,
.m-flyout-backdrop.in {
    -webkit-transition: all .25 ease-in-out;
    transition: all .25 ease-in-out;
    background: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102
}

html.flyout-campaign.-is-active,
html.flyout-default.-is-active {
    overflow: hidden
}

html.flyout-campaign.-is-active body,
html.flyout-default.-is-active body {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.-is-default .o-flyout.-is-active {
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.o-list-standard-teaser.-is-highlight {
    padding: 1.5rem 0;
    background-color: #f5f5f5
}

@media (min-width:768px) {
    .o-list-standard-teaser.-is-highlight {
        padding: 2rem 0
    }
}

@media (min-width:992px) {
    .o-list-standard-teaser.-is-highlight {
        padding: 3rem 0
    }
}

.o-list-standard-teaser [class^=col] {
    margin-bottom: 2rem
}

.m-teaser.-intro-text [class^=col] {
    margin-bottom: 0
}

@media (min-width:992px) {
    .m-teaser.-intro-text [class^=col] {
        margin-bottom: 2rem
    }
}

.m-product-catalog>* {
    margin-bottom: 3rem
}

.m-product-catalog [class^=col] {
    margin-bottom: 6rem
}

.m-tables.-search-result-product img {
    height: 100%
}

.o-masonry-grid .m-masonry-tile {
    margin-bottom: 4.375rem
}

@media (min-width:768px) {
    .o-masonry-grid .m-masonry-tile {
        margin-bottom: .625rem
    }
}

@media (min-width:992px) {
    .o-masonry-grid .m-masonry-tile {
        margin-bottom: 1.875rem
    }
}

.o-natural-language-query .m-button-dropdown {
    font-size: 1.25rem;
    line-height: 1.6
}

.o-natural-language-query .headline {
    text-transform: uppercase
}

@media (max-width:1199px) {
    .o-natural-language-query .m-button-dropdown {
        margin: 25px 0
    }

    .o-natural-language-query .m-button-dropdown.-is-active .dropdown-options {
        left: 0;
        right: auto
    }
}

@media (min-width:1200px) {
    .o-natural-language-query .m-button-dropdown.-is-active .dropdown-options {
        right: -2px
    }
}

.t-section.-newsletter-subsr {
    padding: 3rem 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1713' height='1713' xmlns='https://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' opacity='.32'%3E%3Cpath d='M856.469 0C384.218 0 0 384.201 0 856.531 0 1328.736 384.218 1713 856.469 1713 1328.782 1713 1713 1328.736 1713 856.531 1713 384.201 1328.782 0 856.469 0m0 1556C468.732 1556 157 1240.239 157 856.531 157 468.735 468.732 157 856.469 157 1240.192 157 1556 468.735 1556 856.531 1556 1240.24 1240.192 1556 856.469 1556' fill='%23F60'/%3E%3Cpath d='M856.469 157C468.732 157 157 468.784 157 856.5c0 383.69 311.732 699.5 699.469 699.5C1240.192 1556 1556 1240.19 1556 856.5c0-387.716-315.808-699.5-699.531-699.5m-.032 1244C556.171 1401 312 1156.76 312 856.5S556.17 312 856.437 312C1156.767 312 1401 556.24 1401 856.5S1156.766 1401 856.437 1401' fill='%23FF9B59'/%3E%3Cpath d='M856.437 312C556.171 312 312 556.24 312 856.5S556.17 1401 856.437 1401c300.33 0 544.563-244.24 544.563-544.5S1156.766 312 856.437 312m.063 934C639.733 1246 467 1069.294 467 856.5 467 639.598 639.733 467 856.5 467c212.798 0 389.5 172.598 389.5 389.5 0 212.794-176.702 389.5-389.5 389.5' fill='%23FFBA8C'/%3E%3Cpath d='M856.5 467C639.733 467 467 639.661 467 856.562c0 212.73 172.733 389.435 389.5 389.435 212.798 0 389.5-176.705 389.5-389.435C1246 639.662 1069.298 467 856.5 467m1.958 625C729.688 1092 621 987.32 621 858.56 621 729.672 729.687 621 858.458 621 987.29 621 1092 729.673 1092 858.56 1092 987.32 987.291 1092 858.458 1092' fill='%23FFD8BF'/%3E%3Cpath d='M858.458 621C729.688 621 621 729.673 621 858.56 621 987.382 729.687 1092 858.458 1092 987.29 1092 1092 987.383 1092 858.56 1092 729.672 987.291 621 858.458 621' fill='%23FEFEFE'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 1000px auto;
    background-position: -72px;
    background-repeat: no-repeat;
    background-color: #f60
}

@media (min-width:576px) {
    .t-section.-newsletter-subsr {
        background-size: 980px auto;
        background-position: -5px
    }
}

@media (min-width:768px) {
    .t-section.-newsletter-subsr {
        background-size: 1584px auto;
        background-position: 115px
    }
}

@media (min-width:992px) {
    .t-section.-newsletter-subsr {
        background-size: 1700px auto;
        background-position: 500px
    }
}

.t-section.-newsletter-subsr .headline span {
    display: inline-block
}

.m-newsletter-subscr .-is-button {
    margin: 30px 0 0
}

@media (min-width:768px) {
    .m-newsletter-subscr .-is-button {
        margin: 50px 0 0
    }
}

.o-product-area .headline {
    margin-bottom: 20px
}

.o-product-area .m-content-list {
    margin: 40px 0 20px
}

.o-product-area .m-content-list b {
    font-size: 1.125rem;
    line-height: 1.35
}

.o-product-area .m-content-list .simplelist li {
    margin-top: 11px;
    font-size: 1.125rem;
    line-height: 1.35
}

.o-product-area .m-content-list .simplelist li:before {
    content: "\2014\00a0\00a0";
    color: #f60;
    font-weight: 700
}

.o-product-area .copy {
    font-size: 1.125rem;
    line-height: 1.35
}

.o-product-area .m-view-details {
    margin: 20px 0
}

.o-product-area .m-view-details .a-link {
    margin-left: -7px
}

.o-product-area .m-labels {
    margin: 10px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.o-product-area .m-labels img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 40px;
    margin-right: 20px
}

.o-product-area .m-labels a {
    outline: none
}

.o-product-area .m-actions {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:575px) {
    .o-product-area .m-actions {
        margin-left: -20px;
        margin-top: -20px
    }
}

@media (min-width:576px) {
    .o-product-area .m-actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:575px) {
    .o-product-area .m-actions .a-button {
        margin-left: 20px;
        margin-top: 20px
    }
}

@media (min-width:576px) {
    .o-product-area .m-actions .a-button {
        margin: 0 20px 0 0
    }
}

.o-product-area .m-downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.o-product-area .m-downloads .m-download {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .o-product-area .m-downloads {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .o-product-area .m-downloads .flex-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .o-product-area .m-downloads .flex-col:nth-child(odd) .m-download {
        margin-right: 15px;
        margin-bottom: 30px
    }

    .o-product-area .m-downloads .flex-col:nth-child(2n) .m-download {
        margin-left: 15px;
        margin-bottom: 30px
    }
}

.o-product-area .m-downloads .flex-col:last-child .m-download {
    margin-bottom: 0
}

@media (min-width:768px) {

    .o-product-area .m-downloads .flex-col:last-child .m-download,
    .o-product-area .m-downloads .flex-col:nth-last-child(2):nth-child(odd) .m-download {
        margin-bottom: 0
    }
}

.o-product-area .o-product-image {
    border: 1px solid #e6e7e8;
    position: relative
}

.o-product-area .o-product-image .swiper-slide {
    overflow: hidden;
    width: 100%
}

.o-product-area .o-product-image .swiper-slide:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.o-product-area .o-product-image .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%
}

.o-product-area .o-product-image .icon-zoom-positive-48px {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    color: #e6e7e8;
    height: 100px;
    position: absolute;
    right: 0;
    width: 100px;
    z-index: 99
}

.o-product-area .o-product-image .icon-zoom-positive-48px svg {
    height: 2.6rem;
    width: 2.6rem
}

@media (max-width:767px) {
    .o-product-area .o-product-image .icon-zoom-positive-48px {
        display: none
    }
}

.o-product-area .o-product-image .tag .a-icon {
    position: absolute;
    top: 56px
}

.o-product-area .o-product-thumbs {
    margin-top: 30px;
    position: relative
}

@media (max-width:991px) {
    .o-product-area .o-product-thumbs {
        margin-bottom: 30px
    }
}

.o-product-area .o-product-thumbs .swiper-slide {
    border: 1px solid #e6e7e8;
    height: 85px;
    overflow: hidden;
    width: 85px
}

.o-product-area .o-product-thumbs .swiper-slide img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.o-product-area .o-product-thumbs .swiper-slide-thumb-active {
    border: 1px solid #f60
}

.o-product-area .o-product-thumbs .swiper-container {
    margin: 0 auto
}

@media (min-width:768px) {
    .o-product-area .o-product-thumbs .swiper-container {
        width: 562px
    }
}

@media (min-width:992px) {
    .o-product-area .o-product-thumbs .swiper-container {
        width: 336px
    }
}

@media (min-width:1200px) {
    .o-product-area .o-product-thumbs .swiper-container {
        width: 336px
    }
}

@media (min-width:1380px) {
    .o-product-area .o-product-thumbs .swiper-container {
        width: 562px
    }
}

.o-product-area .o-product-thumbs .swiper-container .swiper-wrapper {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.o-product-area .o-product-thumbs .swiper-navigation .swiper-button-prev {
    left: 0
}

.o-product-area .o-product-thumbs .swiper-navigation .swiper-button-prev .a-icon svg {
    margin-left: -2px
}

.o-product-area .o-product-thumbs .swiper-navigation .swiper-button-next {
    right: 0
}

.o-product-area .o-product-thumbs .swiper-navigation .swiper-button-next .a-icon {
    margin-right: -3px;
    margin-top: 0
}

.o-product-area .o-product-thumbs .swiper-navigation .swiper-button-next .a-icon svg {
    margin-left: 1px
}

.o-product-area .o-product-thumbs .swiper-navigation .swiper-button-next,
.o-product-area .o-product-thumbs .swiper-navigation .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    outline: none;
    margin-top: -13px;
    width: 26px
}

.o-product-area .o-product-thumbs .swiper-navigation .swiper-button-next .a-icon svg,
.o-product-area .o-product-thumbs .swiper-navigation .swiper-button-prev .a-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 1px
}

.o-product-area .o-product-thumbs.-is-not-initialized .swiper-container {
    margin: 0 auto
}

.o-product-area .o-product-thumbs.-is-not-initialized .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.o-product-area .o-product-thumbs.-is-not-initialized .swiper-slide {
    cursor: pointer;
    margin-right: 30px
}

.o-product-area .o-product-thumbs.-is-not-initialized .swiper-slide:last-child {
    margin-right: 0
}

.o-product-image .tag {
    position: absolute;
    z-index: 101
}

@media (max-width:767px) {
    .o-product-image {
        margin-bottom: 10px
    }
}

.o-product-image+.swiper-pagination.-custom {
    margin-top: 0;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .o-product-image+.swiper-pagination {
        display: none
    }
}

.o-product-area .m-zoom-glass {
    border: 1px solid #666;
    cursor: none;
    display: none;
    height: 250px;
    position: absolute;
    width: 250px;
    z-index: 9999
}

@media (min-width:992px) {
    .m-modal.-fast-calculator .modal-pane {
        -webkit-box-flex: 2;
        -ms-flex: 2 0 85.66667%;
        flex: 2 0 85.66667%;
        max-width: 85.66667%
    }
}

.m-modal.-fast-calculator .modal-pane .modal-content {
    padding-bottom: 0;
    overflow-y: hidden
}

.m-modal.-fast-calculator .fast-calc-frame {
    height: 100%
}

.m-modal.-fast-calculator .modal-pane .m-modal.-fast-calculator .o-product-image .tag {
    position: absolute;
    z-index: 101
}

.o-product-accordion .m-accordion-panel .simplelist {
    margin: 0 0 20px
}

.o-product-accordion .m-accordion-panel .simplelist li {
    margin-top: 11px;
    font-size: 1.125rem;
    line-height: 1.35
}

.o-product-accordion .m-accordion-panel .simplelist li:before {
    content: "\2014\00a0\00a0";
    color: #f60;
    font-weight: 700
}

.swiper-container.-product-slider+.swiper-navigation .swiper-button-next,
.swiper-container.-product-slider+.swiper-navigation .swiper-button-prev {
    margin-top: -40px
}

@media (min-width:992px) {
    .swiper-container.-product-slider+.swiper-navigation+.swiper-pagination.-custom {
        display: none
    }
}

@media (min-width:992px) {
    .swiper-container.-product-slider {
        margin: 0 58px
    }

    .swiper-container.-product-slider .container {
        padding-right: 0
    }
}

.swiper-container.-product-slider .swiper-slide {
    border: solid #f60;
    border-width: 0 0 1px;
    height: auto
}

.swiper-container.-product-slider .swiper-slide .m-teaser {
    border: 0
}

.swiper-container.-product-slider .swiper-slide .m-teaser .m-area.-figure {
    border: 1px solid #e6e7e8
}

.swiper-container.-product-slider .swiper-slide .m-teaser.-is-selected .m-area.-figure {
    border: 1px solid #f60
}

@media (min-width:992px) {
    .swiper-container.-product-slider .swiper-slide {
        max-width: 138px;
        width: 12.5%
    }

    .swiper-container.-product-slider .swiper-slide:last-child {
        margin-right: 0
    }
}

.swiper-container.-product-slider.-not-initialized {
    margin: 0
}

@media (max-width:767px) {
    .swiper-container.-product-slider.-not-initialized .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.swiper-container.-product-slider.-not-initialized .swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: auto
}

.swiper-container.-product-slider.-not-initialized .swiper-slide:nth-child(odd) {
    margin-right: 5px
}

.swiper-container.-product-slider.-not-initialized .swiper-slide:nth-child(2n) {
    margin-left: 5px
}

@media (min-width:768px) {

    .swiper-container.-product-slider.-not-initialized .swiper-slide:nth-child(2n+2),
    .swiper-container.-product-slider.-not-initialized .swiper-slide:nth-child(odd) {
        margin-left: 5px;
        margin-right: 5px
    }

    .swiper-container.-product-slider.-not-initialized .swiper-slide:first-child {
        margin-left: 0;
        margin-right: 5px
    }

    .swiper-container.-product-slider.-not-initialized .swiper-slide:last-child {
        margin-left: 5px;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .swiper-container.-product-slider.-not-initialized .swiper-slide {
        max-width: 138px;
        width: 12.5%
    }

    .swiper-container.-product-slider.-not-initialized .swiper-slide:nth-child(2n+2),
    .swiper-container.-product-slider.-not-initialized .swiper-slide:nth-child(odd) {
        margin-left: 15px;
        margin-right: 15px
    }

    .swiper-container.-product-slider.-not-initialized .swiper-slide:first-child {
        margin-left: 0;
        margin-right: 15px
    }

    .swiper-container.-product-slider.-not-initialized .swiper-slide:last-child {
        margin-left: 15px;
        margin-right: 0
    }
}

.swiper-container.-product-slider.-not-initialized+.swiper-navigation,
.swiper-container.-product-slider.-not-initialized+.swiper-navigation+.swiper-pagination.-custom {
    display: none
}

.swiper-container.-product-slider .swiper-slide .-no-tag {
    padding-top: 23px
}

.swiper-container.-product-slider .swiper-slide .m-teaser>.tag {
    font-size: .625rem;
    font-weight: 700;
    position: relative;
    text-align: center
}

.swiper-container.-product-slider .swiper-slide .m-teaser>.tag ._content {
    padding: 4px 12px 5px
}

.swiper-container.-product-slider .swiper-slide .m-teaser .headline.-size-small.-bold {
    font-size: .875rem;
    line-height: 1.0625rem
}

.o-product-slider .a-product-family {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1.875rem;
    margin-left: -.5rem;
    text-transform: uppercase
}

.o-product-slider .a-product-family a {
    outline: none
}

.o-share .headline {
    color: #ff8555;
    margin-bottom: 1rem
}

.o-share.-is-highlight {
    padding: 1rem 0
}

.o-share.-is-highlight.-orange {
    background-color: #f60
}

.o-share.-is-highlight.-grey {
    background-color: #f5f5f5
}

@media (min-width:992px) {

    .-swiper-herostage.-slideshow .swiper-wrapper,
    .-swiper-herostage.-slideshow .swiper-wrapper .swiper-slide-inner {
        height: auto
    }
}

@media (min-width:992px) {
    .-swiper-herostage.-slideshow ._flexbox-align {
        height: auto;
        max-height: none
    }
}

@media (min-width:1200px) {
    .-swiper-herostage.-slideshow ._flexbox-align {
        height: auto;
        max-height: none
    }
}

.-swiper-herostage.-slideshow .m-caption {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-height: none
}

@media (min-width:768px) {
    .-swiper-herostage.-slideshow .m-caption {
        position: absolute;
        top: 0
    }
}

.-swiper-herostage.-slideshow .m-caption .headline {
    line-height: 1;
    text-transform: uppercase
}

.-swiper-herostage.-slideshow .m-caption .copy {
    margin-top: 30px
}

.-swiper-herostage.-slideshow .m-caption.-top {
    margin-top: 25px;
    height: 100%;
    max-height: none
}

@media (min-width:768px) {
    .-swiper-herostage.-slideshow .m-caption.-top {
        margin-top: 36px
    }
}

@media (min-width:992px) {
    .-swiper-herostage.-slideshow .m-caption.-top {
        margin-top: 95px
    }
}

.-swiper-herostage.-slideshow .swiper-slide .a-image img {
    display: block;
    width: 100%;
    height: auto
}

@media (max-width:767px) {
    .-swiper-herostage.-slideshow .m-caption ._color-white {
        color: #000
    }
}

@media (min-width:1580px) {

    .-swiper-herostage.-slideshow .swiper-button-next,
    .-swiper-herostage.-slideshow .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.o-list-standard-teaser.-is-process [class^=col] {
    margin-bottom: 2rem
}

.o-list-standard-teaser.-is-process.-is-process [class^=col] {
    margin-bottom: 4rem
}

@media (min-width:1200px) {
    .o-list-standard-teaser.-is-process ._flex-row-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .o-list-standard-teaser.-is-process ._flex-row-container>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
        min-width: 14.2857%
    }
}

@media (min-width:1200px) {
    .o-list-standard-teaser.-is-process ._flex-row-container.-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .o-list-standard-teaser.-is-process ._flex-row-container.-small>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        min-width: 20%
    }
}

.o-table-modul.-is-force-scroll-horizontal .m-tables td,
.o-table-modul.-is-force-scroll-horizontal .m-tables th {
    white-space: nowrap
}

.o-table-modul.-is-force-scroll-horizontal .m-tables td.-wrap,
.o-table-modul.-is-force-scroll-horizontal .m-tables th.-wrap {
    vertical-align: top;
    white-space: normal
}

.o-table-modul.-is-force-scroll-horizontal .m-scrollbar-top {
    display: -webkit-box;
    height: 20px;
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%
}

.o-table-modul.-is-force-scroll-horizontal .m-scrollbar-top .scroll-span {
    display: inline-block
}

.o-table-modul.-is-force-scroll-horizontal .m-scrollbar-top::-webkit-scrollbar-track {
    background-color: #e6e7e8
}

.o-table-modul.-is-force-scroll-horizontal .m-scrollbar-top::-webkit-scrollbar {
    height: .25rem;
    background-color: #e6e7e8
}

.o-table-modul.-is-force-scroll-horizontal .m-scrollbar-top::-webkit-scrollbar-thumb {
    background-color: #f60
}

.o-topic-header {
    margin-bottom: 1rem
}

.t-section {
    margin-bottom: 1.5rem
}

@media (min-width:992px) {
    .t-section {
        margin-bottom: 3rem
    }
}

.t-section.-grey-100,
.t-section.-orange-500 {
    padding: 3rem 0
}

.t-section.-grey-100 {
    background-color: #f5f5f5
}

.t-section.-orange-500 {
    background-color: #f60
}

.t-section>.section-header {
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .t-section>.section-header {
        margin-bottom: 3rem
    }
}

.t-section>.section-header .headline {
    text-transform: uppercase
}

.t-section>.section-header .headline~.copy-text {
    margin: 1.5rem 0 0;
    font-size: 1.125rem;
    line-height: 1.35
}

.t-section>.section-header .headline~.copy-text>p {
    margin-bottom: 1rem;
    line-height: 1.5rem
}

.t-section>.section-header .headline~.copy-text>p:last-of-type {
    margin: 0
}

.t-section>.section-header .headline~.copy-text .a-link {
    font-size: 100%
}

.t-section>.section-header .headline span {
    font-weight: 400
}

@media (max-width:767px) {
    .product-teasers .m-teaser {
        border: 0
    }
}

.m-product-catalog {
    position: relative
}

.m-product-catalog>nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin: -1rem 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10
}

.m-product-catalog>nav:after {
    background: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    content: "";
    height: 1px;
    left: calc(-50vw - -50%);
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 100vw;
    z-index: 9
}

.m-product-catalog>nav.-is-sticky:after {
    opacity: 1
}

.container.-form .accordion-wrapper {
    margin-bottom: 3rem
}

.container.-form .accordion-wrapper .panel-group .panel {
    border-top: .125rem solid #cbcbcb;
    border-bottom: .125rem solid #cbcbcb;
    margin-bottom: -2px;
    position: relative
}

.container.-form .accordion-wrapper .panel-group .panel .panel-heading .panel-title {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    font-size: 1.125rem;
    cursor: pointer;
    padding: 1rem 0;
    position: relative
}

@media (min-width:576px) {
    .container.-form .accordion-wrapper .panel-group .panel .panel-heading .panel-title {
        font-size: 1.125rem
    }
}

@media (min-width:768px) {
    .container.-form .accordion-wrapper .panel-group .panel .panel-heading .panel-title {
        font-size: 1.125rem
    }
}

@media (min-width:992px) {
    .container.-form .accordion-wrapper .panel-group .panel .panel-heading .panel-title {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {
    .container.-form .accordion-wrapper .panel-group .panel .panel-heading .panel-title {
        font-size: 1.125rem
    }
}

.container.-form .accordion-wrapper .panel-group .panel .panel-heading .icon-expanded {
    display: none
}

.container.-form .accordion-wrapper .panel-group .panel .panel-heading .icon-collapse,
.container.-form .accordion-wrapper .panel-group .panel .panel-heading .icon-expanded {
    position: absolute;
    right: -3px;
    top: 15px;
    cursor: pointer
}

.container.-form .accordion-wrapper .panel-group .panel.-is-expanded {
    border-top: .125rem solid #f60;
    border-bottom: .125rem solid #f60
}

.container.-form .accordion-wrapper .panel-group .panel.-is-expanded .panel-heading .panel-title {
    margin: 0 0 2rem;
    padding: 1rem 0;
    color: #f60
}

.container.-form .accordion-wrapper .panel-group .panel.-is-expanded+.panel {
    border-bottom: .125rem solid #f60
}

.container.-form .accordion-wrapper .panel-group .panel.-is-expanded .icon-expanded {
    display: block
}

.container.-form .accordion-wrapper .panel-group .panel.-is-expanded .icon-collapse {
    display: none
}

.container.-form .accordion-wrapper .panel-group .panel-collapse.collapse,
.container.-form .accordion-wrapper .panel-group .panel-collapse.collapsing {
    display: none
}

.container.-form .accordion-wrapper .panel-group .panel-collapse.in {
    display: block
}

.container.-form {
    margin-top: 4rem
}

.container.-form h5 {
    font-size: .9rem
}

.container.-form .font-headline-text-bold {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 1rem 0
}

.container.-form .headline.-size-small {
    margin-top: .5rem
}

.container.-form .headline.-size-small+p {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.container.-form a:link {
    color: #666;
    font-weight: 400;
    position: relative;
    text-decoration: underline
}

.container.-form a:hover {
    text-decoration: none
}

.container.-form .margin-top-big {
    margin-top: 3rem
}

.container.-form .margin-bottom-big {
    margin-bottom: 3rem
}

.container.-form .file-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem
}

.container.-form .file-progress .a-loading-indicator {
    position: relative
}

.container.-form .file-progress .a-loading-indicator:before {
    fill: #f60
}

.container.-form .a-icon.icon-up {
    margin-bottom: 2px
}

.container.-form .a-icon.icon-share {
    margin-top: 2px
}

.footer-button-bar .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 2rem
}

@media (min-width:992px) {
    .footer-button-bar .bar {
        top: -88px;
        margin-bottom: 0
    }
}

.footer-button-bar .button-print {
    background: none
}

.footer-button-bar #share-menu-dropdown,
.footer-button-bar .icon-jump-top,
.footer-button-bar .icon-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #f60;
    height: 40px;
    width: 40px;
    margin-left: 1rem;
    cursor: pointer;
    outline: none
}

.footer-button-bar #share-menu-dropdown svg,
.footer-button-bar .icon-jump-top svg,
.footer-button-bar .icon-print svg {
    fill: #fff
}

.footer-button-bar .all-social {
    position: relative
}

.footer-button-bar .pull-right {
    float: right !important
}

.footer-button-bar .dropdown,
.footer-button-bar .dropup {
    position: relative
}

.footer-button-bar .share-dropdown-menu {
    display: none;
    bottom: -1px;
    position: absolute;
    min-width: 260px;
    left: auto;
    right: 0;
    padding: 20px 25px 20px 20px;
    background-color: #eee;
    z-index: 998;
    border: 1px solid #c8c8c8 !important
}

.footer-button-bar .share-dropdown-menu div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-button-bar .share-dropdown-menu div .social-item {
    margin: .4rem
}

.footer-button-bar .share-dropdown-menu p {
    margin: 0 25px 15px
}

.footer-button-bar .share-dropdown-menu .social-item {
    margin-bottom: 15px
}

.footer-button-bar .share-dropdown-menu .social-item .font-text-small {
    margin: 15px 0 0;
    text-align: center;
    color: #666
}

.footer-button-bar .share-dropdown-menu img {
    width: 40px
}

.footer-button-bar .share-dropdown-menu .icon {
    color: #666;
    font-size: 40px;
    float: left;
    margin-left: -14px
}

.footer-button-bar .share-dropdown-menu ul {
    padding: 15px 15px 25px 20px
}

.footer-button-bar .share-dropdown-menu li {
    list-style: none
}

.footer-button-bar .open .share-dropdown-menu {
    display: block
}

.footer-button-bar .open .icon-share {
    z-index: 999;
    background-color: #eee !important;
    border: 1px solid #c8c8c8 !important;
    border-top-color: #eee !important
}

.form-actions .a-loading-indicator {
    position: relative;
    width: 50px;
    display: none;
    margin-top: 7px
}

.form-actions .reset-btn[disabled=disabled] {
    cursor: not-allowed
}

.datepicker {
    border-radius: 0;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, .2)
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, .15)
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker>div {
    display: none
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 0;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #c8c8c8
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default
}

.datepicker table tr td.hihlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted:hover,
.open>.dropdown-toggle.datepicker table tr td.highlighted {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover,
.open>.dropdown-toggle.datepicker table tr td.highlighted.focus,
.open>.dropdown-toggle.datepicker table tr td.highlighted:focus,
.open>.dropdown-toggle.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.open>.dropdown-toggle.datepicker table tr td.highlighted {
    background-image: none
}

.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
    background-color: #d9edf7;
    border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #999
}

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.open>.dropdown-toggle.datepicker table tr td.today {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover,
.open>.dropdown-toggle.datepicker table tr td.today.focus,
.open>.dropdown-toggle.datepicker table tr td.today:focus,
.open>.dropdown-toggle.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.open>.dropdown-toggle.datepicker table tr td.today {
    background-image: none
}

.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focused {
    background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #999
}

.datepicker table tr td.range {
    color: #000;
    background-color: #f5f6f8;
    border-color: #bbb;
    border-radius: 0
}

.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c
}

.datepicker table tr td.range.active,
.datepicker table tr td.range:active,
.datepicker table tr td.range:hover,
.open>.dropdown-toggle.datepicker table tr td.range {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d
}

.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover,
.open>.dropdown-toggle.datepicker table tr td.range.focus,
.open>.dropdown-toggle.datepicker table tr td.range:focus,
.open>.dropdown-toggle.datepicker table tr td.range:hover {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c
}

.datepicker table tr td.range.active,
.datepicker table tr td.range:active,
.open>.dropdown-toggle.datepicker table tr td.range {
    background-image: none
}

.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
    background-color: #f5f6f8;
    border-color: #bbb
}

.datepicker table tr td.range.focused {
    background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #f5f6f8;
    color: #999
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted:hover,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted.focus,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted {
    background-image: none
}

.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #999
}

.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.focus,
.open>.dropdown-toggle.datepicker table tr td.range.today:focus,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.open>.dropdown-toggle.datepicker table tr td.range.today {
    background-image: none
}

.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #999
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #999;
    border-color: #555
}

.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
    color: #fff;
    background-color: grey;
    border-color: #161616
}

.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: grey;
    border-color: #373737
}

.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.focus,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted.focus,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.open>.dropdown-toggle.datepicker table tr td.selected:focus,
.open>.dropdown-toggle.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #6e6e6e;
    border-color: #161616
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted {
    background-image: none
}

.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
    background-color: #999;
    border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: #193c5a
}

.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted {
    color: #fff;
    border-color: #f60;
    background-color: #f60
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted.focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.open>.dropdown-toggle.datepicker table tr td.active:focus,
.open>.dropdown-toggle.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted {
    background-image: none
}

.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #f5f6f8
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: #193c5a
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.focus,
.open>.dropdown-toggle.datepicker table tr td span.active:focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover:hover {
    color: #fff;
    background-color: #285e8e;
    border-color: #193c5a
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover {
    background-image: none
}

.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #f5f6f8
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.datepicker-days .next,
.datepicker-days .prev,
.datepicker-months .next,
.datepicker-months .prev,
.datepicker-years .next,
.datepicker-years .prev {
    color: transparent
}

.datepicker-days .prev:before,
.datepicker-months .prev:before,
.datepicker-years .prev:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent #f60 transparent transparent;
    border-style: solid;
    border-width: 6px 7px 6px 0
}

.datepicker-days .next:before,
.datepicker-months .next:before,
.datepicker-years .next:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f60;
    border-style: solid;
    border-width: 6px 0 6px 7px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .datepicker-days .prev:before,
    .datepicker-months .prev:before,
    .datepicker-years .prev:before {
        margin-left: 15px
    }

    .datepicker-days .next:before,
    .datepicker-months .next:before,
    .datepicker-years .next:before {
        margin-left: 10px
    }
}

.container.-form .global-forms {
    margin-bottom: 2rem
}

.container.-form .global-forms input,
.container.-form .global-forms select,
.container.-form .global-forms textarea {
    padding: .5rem
}

.container.-form .global-forms>label {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1rem;
    display: block;
    margin-bottom: .5rem
}

.container.-form .checkbox-control {
    display: block;
    font-size: 1rem;
    position: relative;
    margin-bottom: 1rem;
    cursor: pointer
}

.container.-form .checkbox-control input[type=checkbox] {
    height: 0;
    opacity: 0;
    position: absolute
}

.container.-form .checkbox-control input[type=checkbox]+span:before {
    border: 1px solid #000;
    content: " ";
    display: inline-block;
    margin-right: .5rem;
    height: 1em;
    position: relative;
    top: 2px;
    width: 1em
}

.container.-form .checkbox-control input[type=checkbox]:checked+span:before {
    border: 1px solid #f60
}

.container.-form .checkbox-control input[type=checkbox]:checked+span+div:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9Ikljb25zIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNmNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZGF0YS1uYW1lPSJDaGVjayI+PHBhdGggZD0iTTE3Ljc5IDYuNzlMMTAgMTQuNTlsLTMuNzktMy44LTEuNDIgMS40MiA1LjIxIDUuMiA5LjIxLTkuMnoiIGRhdGEtbmFtZT0iQ2hlY2tfc21hbGwiLz48L2c+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: " ";
    display: block;
    left: -5px;
    top: -5px;
    height: 1.9rem;
    width: 1.9rem;
    position: absolute
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .container.-form .global-forms .dropdown-select-option select {
        background-image: none;
        outline: none
    }

    .container.-form .global-forms .dropdown-select-option:after {
        content: " ";
        position: absolute;
        right: 26px;
        margin-top: -25px;
        width: 0;
        height: 0;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        border-color: transparent #f60 transparent transparent;
        border-style: solid;
        border-width: 6px 7px 6px 0
    }
}

.container.-form .error-message {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fd3e14;
    background: #feebe7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fd3e14;
    padding: .5rem;
    width: 100%;
    margin-bottom: 3rem
}

.container.-form .error-message:before {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: url("data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9Ikljb25zIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNGRDNFMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDBDNS4zNzMgMCAwIDUuMzczIDAgMTJzNS4zNzMgMTIgMTIgMTIgMTItNS4zNzMgMTItMTJTMTguNjI3IDAgMTIgMHptNC41OTcgMTcuOTU0bC00LjU5MS00LjU1TDcuNDUxIDE4bC0xLjQwNS0xLjQwNSA0LjU0Ny00LjU5Mkw2IDcuNDUxbDEuNDA1LTEuNDA1IDQuNTg4IDQuNTQzTDE2LjUzOCA2bDEuNDE2IDEuNDAzLTQuNTQ2IDQuNTg3TDE4IDE2LjUzOGwtMS40MDMgMS40MTZ6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    height: 1.5rem;
    position: relative;
    width: 1.5rem;
    margin-right: .75rem
}

.container.-form .state-error {
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: .875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fd3e14;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    line-height: 2rem;
    position: relative;
    margin-top: 8px
}

@media (min-width:576px) {
    .container.-form .state-error {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .container.-form .state-error {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .container.-form .state-error {
        font-size: .875rem
    }
}

@media (min-width:1200px) {
    .container.-form .state-error {
        font-size: .875rem
    }
}

.container.-form .state-error:before {
    background: url("data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9Ikljb25zIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNGRDNFMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDBDNS4zNzMgMCAwIDUuMzczIDAgMTJzNS4zNzMgMTIgMTIgMTIgMTItNS4zNzMgMTItMTJTMTguNjI3IDAgMTIgMHptNC41OTcgMTcuOTU0bC00LjU5MS00LjU1TDcuNDUxIDE4bC0xLjQwNS0xLjQwNSA0LjU0Ny00LjU5Mkw2IDcuNDUxbDEuNDA1LTEuNDA1IDQuNTg4IDQuNTQzTDE2LjUzOCA2bDEuNDE2IDEuNDAzLTQuNTQ2IDQuNTg3TDE4IDE2LjUzOGwtMS40MDMgMS40MTZ6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    height: 1rem;
    position: relative;
    width: 1rem;
    margin-right: .5rem
}

.container.-form .drop,
.container.-form .upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container.-form .drop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem;
    border: 1px solid #e6e7e8;
    width: 100%
}

.container.-form .drop a {
    margin-top: 1rem
}

.container.-form .drop input[type=file] {
    display: none
}

.container.-form .file-progress .a-loading-indicator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 100%
}

.container #files li {
    border: 1px solid #e6e7e8;
    margin: 0 0 .35rem;
    padding: 1rem .5rem
}

.container #files li:first-of-type {
    margin: .35rem 0
}

.container #files li p span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #cbcbcb;
    background: #f60;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    font-size: 13px;
    height: 20px;
    padding: 10px 12px;
    width: auto
}

.container #files>li>p {
    word-break: break-all
}

@media (max-width:767px) {
    .container #files {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container #files,
    .container #files li>p>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container #files li>p>span {
        height: auto;
        margin-top: 10px;
        padding: 5px 12px
    }
}

.container.-form .form-footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container.-form .form-footer .row .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.container.-form .form-footer .row .form-actions .reset-btn {
    margin-right: 2rem;
    background: none;
    outline: none
}

.-is-truncated:after {
    content: "...";
    position: absolute;
    display: inline
}

@-webkit-keyframes sidebarSlideIn {
    0% {
        display: none !important;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes sidebarSlideIn {
    0% {
        display: none !important;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes sidebarSlideOut {
    0% {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    99% {
        display: block !important
    }

    to {
        display: none !important;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
}

@keyframes sidebarSlideOut {
    0% {
        display: block !important;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    99% {
        display: block !important
    }

    to {
        display: none !important;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
}

.sidebar {
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    z-index: 1
}

@media (min-width:576px) {
    .sidebar {
        width: 400px;
        -webkit-transform: translate(400px);
        transform: translate(400px)
    }
}

.sidebar.-is-active {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: sidebarSlideIn;
    animation-name: sidebarSlideIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.sidebar.-is-not-active {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: sidebarSlideOut;
    animation-name: sidebarSlideOut;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

._v-align-middle {
    vertical-align: middle
}

@-webkit-keyframes fadeIn {
    0% {
        display: none !important;
        opacity: 0
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        opacity: 1 !important
    }
}

@keyframes fadeIn {
    0% {
        display: none !important;
        opacity: 0
    }

    1% {
        display: block !important
    }

    to {
        display: block !important;
        opacity: 1 !important
    }
}

._fade-in {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: cubic-bezier(.52, .06, .03, .91);
    animation-timing-function: cubic-bezier(.52, .06, .03, .91)
}

._color-bg-grey-100 {
    background-color: #f5f5f5
}

._color-bg-grey-200 {
    background-color: #e6e7e8
}

._color-bg-grey-300 {
    background-color: #cbcbcb
}

._color-bg-grey-400 {
    background-color: #999
}

._color-bg-grey {
    background-color: #666
}

._color-bg-black {
    background-color: #000
}

._color-bg-orange-100 {
    background-color: #ffe0d4
}

._color-bg-orange-200 {
    background-color: #ffc2a9
}

._color-bg-orange-300 {
    background-color: #ffa37e
}

._color-bg-orange-400 {
    background-color: #ff8555
}

._color-bg-orange {
    background-color: #f60
}

._color-white {
    color: #fff
}

._color-black {
    color: #000
}

._color-orange-100 {
    color: #ffe0d4
}

._color-orange-200 {
    color: #ffc2a9
}

._color-orange-300 {
    color: #ffa37e
}

._color-orange-400 {
    color: #ff8555
}

._color-orange,
span.-orange {
    color: #f60
}

._color-grey-100 {
    color: #f5f5f5
}

._color-grey-200 {
    color: #e6e7e8
}

._color-grey-300 {
    color: #cbcbcb
}

._color-grey-400 {
    color: #999
}

._color-grey {
    color: #666
}

._transparent {
    opacity: 0
}

._hide-soft {
    display: none
}

._hide {
    display: none !important
}

@media (max-width:575px) {
    ._hide-at-xs {
        display: none !important
    }
}

@media (min-width:576px) and (max-width:767px) {
    ._hide-at-sm {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    ._hide-at-md {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    ._hide-at-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    ._hide-within-sm {
        display: none !important
    }
}

@media (max-width:991px) {
    ._hide-within-md {
        display: none !important
    }
}

@media (max-width:1199px) {
    ._hide-within-lg {
        display: none !important
    }
}

@media (min-width:576px) {
    ._hide-from-sm {
        display: none !important
    }
}

@media (min-width:768px) {
    ._hide-from-md {
        display: none !important
    }
}

@media (min-width:992px) {
    ._hide-from-lg {
        display: none !important
    }
}

@media (min-width:1200px) {
    ._hide-from-xl {
        display: none !important
    }
}

@media (max-width:575px) {
    ._show-at-xs {
        display: block !important
    }
}

@media (min-width:576px) and (max-width:767px) {
    ._show-at-sm {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    ._show-at-md {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    ._show-at-lg {
        display: block !important
    }
}

@media (min-width:1200px) {
    ._show-at-xl {
        display: block !important
    }
}

._align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media (min-width:768px) {
    ._align-center-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

._justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

._flex-row,
._justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

._flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._flex-justify-content-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:575px) {
    ._justify-center-within-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    ._justify-center-within-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:991px) {
    ._justify-center-within-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:1199px) {
    ._justify-center-within-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    ._justify-center-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

._justify-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:575px) {
    ._justify-end-within-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:767px) {
    ._justify-end-within-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:991px) {
    ._justify-end-within-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:1199px) {
    ._justify-end-within-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

._flex-direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:576px) {
    ._flex-direction.-row-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:768px) {
    ._flex-direction.-row-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    ._flex-direction.-row-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    ._flex-direction.-row-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

._flt-left {
    float: left
}

@media (min-width:576px) {
    ._flt-left-sm {
        float: left
    }
}

@media (min-width:768px) {
    ._flt-left-md {
        float: left
    }
}

@media (min-width:992px) {
    ._flt-left-lg {
        float: left
    }
}

._flt-right {
    float: right
}

@media (min-width:576px) {
    ._flt-right-sm {
        float: right
    }
}

@media (min-width:768px) {
    ._flt-right-md {
        float: right
    }
}

@media (min-width:992px) {
    ._flt-right-lg {
        float: right
    }
}

._abs {
    position: absolute
}

._rel {
    position: relative
}

.respponsive-helper {
    position: absolute;
    top: -1000px;
    z-index: 99999
}
