@font-face {
    font-family: 'metropolissemi_bold';
    src: url('https://s3.amazonaws.com/unode1/assets/4957/1afrEzZ9SEubbXlPqWHz_canal_q_font-webfont.woff2') format('woff2'),
         url('https://s3.amazonaws.com/unode1/assets/4957/P3VWp8j1SL2btaAoGozF_canal_q_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto
}


@media (min-width:1000px) {
    .container {
        max-width: 1120px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.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: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.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: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: -webkit-inline-box!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: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!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: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!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: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!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: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!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: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

.flex-row {
    -ms-flex-direction: row!important;
    -webkit-box-orient: horizontal!important;
    flex-direction: row!important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    -webkit-box-orient: horizontal!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    -webkit-box-orient: vertical!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 {
    -ms-flex: 1 1 auto!important;
    -webkit-box-flex: 1!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    -webkit-box-flex: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-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 {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: 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 {
        -ms-flex: 1 1 auto!important;
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        -webkit-box-flex: 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 {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        -webkit-box-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 {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-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 {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: 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 {
        -ms-flex: 1 1 auto!important;
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        -webkit-box-flex: 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 {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        -webkit-box-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 {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-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 {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: 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 {
        -ms-flex: 1 1 auto!important;
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        -webkit-box-flex: 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 {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        -webkit-box-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 {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-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 {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: 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 {
        -ms-flex: 1 1 auto!important;
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        -webkit-box-flex: 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 {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        -webkit-box-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 {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-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
    }
}

.program .cce--chapters {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #30363e
}

.program .cce--divider-title {
    background-color: #fff;
    color: #2c3e50
}
.cce--thumbnail-divider-title{
  margin-bottom: 40px;
}

.program .cce--document-chapter.cce--video-active .cce--document-icon svg,
.program .cce--document-chapter.cce--video-active .cce--video-icon svg,
.program .cce--document-chapter:hover .cce--document-icon svg,
.program .cce--document-chapter:hover .cce--video-icon svg,
.program .cce--video-chapter.cce--video-active .cce--document-icon svg,
.program .cce--video-chapter.cce--video-active .cce--video-icon svg,
.program .cce--video-chapter:hover .cce--document-icon svg,
.program .cce--video-chapter:hover .cce--video-icon svg {
    fill: #2c3e50
}

.program .cce--chapter-title {
    color: #fff!important;
}

.cce--thumbnails-video-image{
  border-radius: 0!important;
}

.cce--thumbnails-chapters{
  margin-top: 55px!important;
}

.program .cce--document-chapter.cce--video-active .cce--document-icon svg,
.program .cce--document-chapter.cce--video-active .cce--video-icon svg,
.program .cce--document-chapter:hover .cce--document-icon svg,
.program .cce--document-chapter:hover .cce--video-icon svg,
.program .cce--video-chapter.cce--video-active .cce--document-icon svg,
.program .cce--video-chapter.cce--video-active .cce--video-icon svg,
.program .cce--video-chapter:hover .cce--document-icon svg,
.program .cce--video-chapter:hover .cce--video-icon svg {
    fill: #c33835
}

.program .player--share-buttons a {
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.37007999999999996 0.57216 0.057760000000000006 0 0 0.17008 0.77216 0.057760000000000006 0 0 0.17008 0.57216 0.25775999999999993 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1) brightness(500%);
    filter: grayscale(1) brightness(500%)
}

.program .player--share-buttons a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.top_menu--logo {
    color: #fff;
    margin-right: 15px;
    font-weight: 700;
    margin-right: auto
}

.top_menu--logo a {
    color: #fff
}

.top_menu .container {
    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-top: 20px
}

.top_menu .container a {
    display: block;
    font-size: 14px;
    color: #fff
}

.top_menu .container .btn,
.top_menu .container .btn:hover,
.top_menu .container a:hover {
    color: #fff
}

.top_menu .container .dropdown--body a {
    color: #30363e
}

.top_menu .container .dropdown--body a:hover {
    color: #494d55
}

.top_menu .container .dropdown--body a:last-child {
    border-bottom: none
}

.top_menu .container .dropdown--action,
.top_menu .container .top_menu--link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 30px
}

.top_menu--group {
    font-size: 20px
}

.top_menu--dropdown {
    cursor: pointer
}

.top_menu .container .mobile_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #30363e;
    z-index: 2;
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, .5)
}

.top_menu .container .mobile_menu--link {
    display: block;
    width: 100%;
    color: #797f7f;
    padding: 10px 15px;
    background-color: #2a2250
}

.top_menu .container .mobile_menu--link a {
    color: #fff
}

.top_menu .container .mobile_menu--link a svg {
    margin-left: 8px;
    position: relative;
    top: -1px
}

.top_menu .container .mobile_menu--link a svg>g>g {
    fill: #fff
}

.top_menu .container .mobile_menu--link:hover,
.top_menu .container .mobile_menu--link a:hover {
    color: #fff
}

.top_menu .container .mobile_menu--link:last-child {
    border-bottom: none
}

.top_menu .container .mobile_menu--exit {
    padding: 5px 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2a2250
}

.top_menu .container .mobile_menu--exit .far {
    background-color: #2a2250;
    border-radius: 20px
}

.dropdown {
    position: relative;
    z-index: 2
}

.dropdown--action {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dropdown--action svg {
    margin-left: 5px;
    position: relative;
    top: -1px
}

.dropdown--action:hover svg>g>g {
    fill: #fff
}

.dropdown--body {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 100%;
    position: absolute;
    top: 40px
}

.dropdown--body a {
    color: #30363e;
    padding: 10px 15px;
    border-bottom: 1px solid #dadfe1
}

.dropdown--body a:hover {
    color: #494d55
}

.dropdown--body a:last-child {
    border-bottom: none
}

@media screen and (min-width:768px) {
    .dropdown--body {
        top: 30px;
        min-width: 200px
    }
}

.btn {
    color: #fff;
    padding: 0 28px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    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;
    -webkit-transition: -webkit-box-shadow .2s ease, -webkit-transform .1s ease;
    transition: -webkit-box-shadow .2s ease, -webkit-transform .1s ease;
    transition: box-shadow .2s ease, transform .1s ease;
    transition: box-shadow .2s ease, transform .1s ease, -webkit-box-shadow .2s ease, -webkit-transform .1s ease;
    border-radius: 20px
}

.btn:hover {
    background-color:#69419A;
}

.btn--primary {
    background: #2a234f
}

.btn--wrapper {
    display: inline-block
}

.btn--width {
    height: 36px;
    min-width: 136px;
    max-width: 170px;
}

.btn--small {
    height: 30px;
    min-width: 80px;
    line-height: 30px;
    padding: 0 15px
}

.btn--full-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px 8px;
    width: 100%
}

.btn--light {
    color: #fff;
    background-color: #ee4a43;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.btn--light:hover {
    background-color: #69419A!important
}

.btn--outline {
    color: #fff;
    border-radius: 20px;
    background-color: #fff;
    line-height: 1.2em;
    padding: 0 10px;
    height: 36px;
    font-weight: 400
}

.btn--outline:hover {
    color: #fff
}
.cce--upgrade-title{
  text-align: center;
}
.cce--upgrade-button {
    background: #116fff;
    color: #fff
}

.share-button {
    margin-left: 5px
}

.share-button svg {
    height: 20px;
    width: 20px
}

.player--share-buttons,
.player--share-left {
    font-size: 14px
}

.cce--buttons .btn {
    border-radius: 20px!important
}

.featured-category {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px
}

.featured-category--title {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px
}

.featured-category--title--no-margin {
    margin-bottom: 0
}

.featured-category--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.featured-category .cta_container {
    margin-top: 40px
}

@media screen and (min-width:576px) {
    .featured-category {
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .featured-category {
        margin-bottom: 0
    }
    .featured-category--title {
        font-size: 22px
    }
}

.card {
    margin-bottom: 50px
}

.card .title {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    min-height: 40px;
    display: block;
    position: relative;
}

.card .title:hover {
    color: #116fff
}

.card .main_poster {
    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;
    overflow: hidden;
    position: relative
}

.card .main_poster img {
    width: 101%
}

.card .duration {
    margin:0;
    padding:0;
    position: relative;
    bottom: 0px;
    left: 0;
    font-size: 10px;
    font-weight: 500;
    color: #ee4a43;
}

.card .image {
    width: 100%
}

.card .author {
    color: #606974;
    font-weight: 300;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0
}

.card .author:hover {
    color: #797f7f
}

.card--author-avatar {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    overflow: hidden
}

.card--author-avatar img {
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.card--footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card--footer,
.card-author-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-author-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.card-author-link .author-page--avatar {
    margin-right: 10px
}

.card-author-link .author-page--avatar-inner {
    width: 35px;
    height: 35px
}

.card-author-link span {
    color: #6b727a;
    font-size: 13px
}

@media only screen and (max-width:767px) {
    .card {
        max-width: 380px;
        margin: 0 auto;
        margin-bottom: 30px
    }
}

.footer {
    padding: 48px 0;
    padding-bottom: 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 1
}

.footer--background {
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.footer--background,
.footer--shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 513px
}

.footer--shadow {
    z-index: 2
}

.footer .container {
    position: relative;
    z-index: 3
}

.footer .dropdown--body {
    top: inherit;
    bottom: 25px
}

.footer--link,
.footer .dropdown {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    margin-right: 15px
}

.footer--link:hover,
.footer .dropdown:hover {
    color: #fff
}

.footer--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer--copyright,
.footer--links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer--copyright {
    text-align: center;
    margin-bottom: 15px;
    color: #fff
}

.footer--social {
    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
}

.footer--social a {
    margin-left: 29px;
    font-size: 18px;
    color: #fff;
    display: block
}

.footer--social a:first-child {
    margin-left: 0
}

.footer--social a:hover {
    color: #fff
}

@media screen and (min-width:768px) {
    .footer--copyright {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: inherit
    }
    .footer--social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.header {
    margin-top: 0;
    padding: 15px 0;
    background-color: transparent;
    position: relative;
    z-index: 3
}

.header--on-program-page {
    background-color: #30363e
}

.header--background {
    z-index: 1;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.header--background,
.header--shadow {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 513px
}

.header--shadow {
    z-index: 2
}

.header .dropdown,
.header .fas,
.header .top_menu--link {
    color: #fff
}

.header .top_menu .container {
    margin-top: 0
}

.header .top_menu .dropdown--action svg>g>g {
    fill: #fff
}

.catalog {
    margin-top: 50px;
    position: relative;
    z-index: 3;
}

.catalog .share-save-help {
    padding: 100px 0
}

.catalog h1 {
    text-align: left;
    margin: 9px 0;
}

.catalog .container {
    position: relative;
    z-index: 2
}

.catalog--loader,
.catalog--nothing {
    color: #797f7f;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px
}

.catalog--results {
    margin-top: 35px
}

.catalog--load-more {
    margin-bottom: 35px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog--load-more-button {
    display: inline-block
}

.catalog--filters {
    margin: 0 auto;
}

.catalog--filters-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.catalog--filters-right .direction,
.catalog--filters-right .select {
    margin-top: 10px
}

.catalog--filters-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex: 80%;
    max-width: 80%;
}
@media (max-width: 800px){
  .catalog--filters-left, .catalog--filters-right {
      flex: 100%;
      max-width: 100%;
  }
  .catalog--filters-left .input--search{
    width: calc(100% - 140px);
  }
  .catalog--filters-left .direction{
    width: 140px;
  }
}

.catalog--filters-left .fas span {
    font-family: 'metropolissemi_bold', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    margin-left: 10px;
    font-weight: 600;
    font-style: normal
}

@media screen and (min-width:800px) {
    .catalog--filters-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: right;
        flex: 20%;
        max-width: 20%;
    }
    .catalog--filters-right .direction,
    .catalog--filters-right .select {
        margin-top: 0;
        margin-left: 10px
    }
    .catalog--filters-right .select:first-child {
        margin-left: 0
    }
}
@media screen and (max-width:400px) {
    .catalog--filters-left .input--search{
      width: calc(100% - 20px);
    }
    .catalog--filters-left .direction{
      width: 20px;
    }
    .direction span {
      display: none!important;
    }
}

@media only screen and (max-width:800px) {
    .catalog .share-save-help {
        padding: 50px 0
    }
    .catalog--results {
        margin: 0 auto;
        margin-top: 35px
    }
    .catalog--filters {
        margin: 0 -3px
    }
    .catalog--filters>div {
        padding: 0
    }
    .catalog--loader,
    .catalog--nothing {
        margin: 0 auto
    }
}

.select {
    font-size: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    width: 100%;
    font-family: 'metropolissemi_bold', Helvetica Neue, Helvetica, Arial, sans-serif;
}

.select,
.select .active-color {
    color: #fff
}

.select--selected {
    padding: 6px 12px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.select--selected i {
    margin-left: auto
}

.select--options {
    position: absolute;
    top: 30px;
    left: -1px;
    width: calc(100% + 2px);
    border-radius: 0;
    margin-left: 0!important;
    background-color: #ee4a43;
    overflow-y: auto;
    max-height: 150px;
    z-index: 5
}

.select--option {
    text-align: left;
    width: 100%;
    padding: 6px 12px;
    margin-left: 0!important;
    cursor: pointer
}

.select--option:hover {
    background-color: #2a234f
}

.select--option:last-child {
    border-bottom: 0
}

.input {
    border: none;
    padding: 6px 12px;
    font-size: 15px;
    width: 100%;
    font-family: 'metropolissemi_bold', Helvetica Neue, Helvetica, Arial, sans-serif;
}

.input--search {
    padding-left: 32px;
    margin-top: 10px;
    background: url(https://s3.amazonaws.com/unode1/assets/4/f8OgICt2QGiyUepq8ELb_search.png) left 8px center no-repeat;
    background-size: 13px 13px;
    outline: none;
    width: 100%;
    margin-right: 0;
    color: #fff
}

.input--search::-webkit-input-placeholder {
    color: #fff
}

.input--search:-moz-placeholder,
.input--search::-moz-placeholder {
    color: #fff
}

.input--search:-ms-input-placeholder {
    color: #fff
}

.direction {
    font-size: 15px;
    cursor: pointer;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.direction .fa-sort-amount-down:before,
.direction .fa-sort-amount-up:before {
    content: ""!important
}

.direction svg {
    display: inline-block;
    vertical-align: middle
}

@media screen and (min-width:768px) {
    .direction {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 130px;
        white-space: nowrap;
        margin-top: 0
    }
    .input {
        width: 200px
    }
    .input--search {
        margin-top: 0;
        margin-right: 0;
        width: 200px
    }
}

.tabs {
    width: 100%;
    margin: 0 -5px;
}

.tabs,
.tabs .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs .tab {
    color: #faf8ff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-right: 15px!important;
}
@media screen and (max-width:550px) {
  .tabs .tab h1, .select--selected span, .select--option, .catalog--filters-left input {
      font-size: 17px!important;
  }
}

.tabs .tab h1:hover {
    color: #ee4a43;
}

.tabs .tab svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.tabs .tab.active {
    color: #116fff
}

@media screen and (min-width:768px) {
    .tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .tabs .tab {
        margin-left: 20px;
    }
    .tabs .tab:first-child {
        margin-left: 0
    }
}

.program {
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    min-height: 1000px;
    margin-top: 60px;
}

.program--background {
    padding-bottom: 30px
}

.program--about-program {
    background-color: transparent;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: .4px;
    color: #fff
}

.program--about-program h1 {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.51;
    letter-spacing: 1.2px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 25px;
    text-transform: uppercase
}

.program--about-author {
    background-color: transparent;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: .4px;
    color: #fff
}

.program--about-author-name {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.51;
    letter-spacing: 1.2px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    text-transform: uppercase
}

.program .author--avatar--small {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0
}

.program .author--avatar--small img {
    height: 70px
}

.program .container,
.program .program--description {
    position: relative;
    z-index: 2
}

.program--title {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase
}

.program--category-link {
    color: #0d0e10;
    margin: 3px 1px;
    display: inline-block;
    position: relative;
    padding: 1px 6px 0;
    padding-left: 0;
    line-height: 18px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 15px;
    border-radius: 15px;
    background-color: #fff
}

.program--category-link:hover {
    color: #0d0e10
}

.program--categories {
    margin-top: 5px
}

.program--description {
    margin-top: 50px;
    margin-bottom: 30px
}

.program--description h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em
}

.program--description p {
    color: #fff;
    font-size: 15px
}

.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.author--avatar {
    height: 75px;
    width: 75px;
    border-radius: 100px
}

.author--name {
    color: #494d55;
    text-decoration: none;
    display: block
}

.author--profile {
    background-color: #fff;
    border: 2px solid #116fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #116fff;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    margin-top: 0;
    margin-left: auto
}

.author--info {
    display: block;
    margin-left: 10px
}

.player--share-left {
    color: #797f7f
}

.access-button-area {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .program--about-author-name,
    .program--about-program h1 {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    .program--about-program {
        min-height: 100px
    }
    .program--description {
        margin-top: 50px
    }
    .program--about-author-name,
    .program--about-program h1 {
        font-size: 22px
    }
}

.author-page {
    margin-top: 0;
    position: relative;
    z-index: 3;
    min-height: 1000px
}

.author-page--description {
    padding: 100px 0;
    text-align: center
}

.author-page--description h3 {
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px
}

.author-page--description div {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: .4px;
    text-align: center;
    color: #73757b;
    max-width: 690px;
    margin: 0 auto;
    text-align: left
}

.author-page--description div p {
    margin: 0 auto;
    color: #73757b
}

.author-page--description div p+p {
    margin-top: 20px
}

.author-page--title {
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    margin: 30px auto;
    text-transform: uppercase
}

.author-page--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.author-page--section {
    border-top: 1px solid #e7e9ec;
    margin: 30px 0
}

.author-page--avatar {
    position: relative;
    display: block
}

.author-page--avatar-inner {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.author-page--avatar-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.author-page--browse-all {
    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: 30px 0 100px
}

.author-page--browse-all-button {
    display: inline-block
}

@media screen and (min-width:768px) {
    .author-page {
        margin-top: 0
    }
}

.category-page {
    margin-top: 0;
    position: relative;
    z-index: 3;
    min-height: 1000px
}

.category-page .row {
    width: auto
}

.category-page--description {
    padding: 140px 0 30px 0;
    text-align: center
}

.category-page--description h3 {
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 30px
}

.category-page--description div {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: .4px;
    text-align: center;
    color: #faf8ff;
    max-width: 690px;
    margin: 0 auto
}

.category-page--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.category-page--section {
    border-top: 1px solid #e7e9ec;
    margin: 30px 0
}

.category-page--avatar {
    max-width: 150px;
    border-radius: 400px
}

.category-page--browse-all {
    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: 30px 0 100px
}

@media screen and (min-width:768px) {
    .category-page--banner-title {
        font-size: 48px
    }
    .category-page--banner-subtitle {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .category-page--description {
        padding: 24px 0
    }
    .category-page--description h3 {
        font-size: 24px
    }
    .category-page--description div {
        font-size: 16px
    }
    .category-page--description+.row {
        margin: 0 auto
    }
}

.all-platforms {
    padding: 48px 0;
    text-align: center
}

.all-platforms--title {
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    margin: 0 auto;
    margin-bottom: 23px
}

.all-platforms--subtitle,
.all-platforms--title {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.all-platforms--subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.71;
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 47px
}

.all-platforms--devices {
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 31px;
    position: relative;
    min-height: 472px
}

.all-platforms--devices>div img {
    max-width: 100%;
    position: relative;
    z-index: 2
}

.all-platforms--tv {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    z-index: 2
}

.all-platforms--tv .all-platforms--inner {
    background-color: #000;
    background-size: cover!important;
    position: absolute;
    top: 0;
    left: 1.5%;
    width: 95%;
    height: 88%;
    z-index: 1
}

.all-platforms--ipad {
    position: absolute;
    left: 0;
    top: 280px;
    max-width: 270px;
    z-index: 3
}

.all-platforms--ipad .all-platforms--inner {
    background-color: #000;
    background-size: cover!important;
    position: absolute;
    top: 4%;
    left: 7%;
    width: 90%;
    height: 88%;
    z-index: 1
}

.all-platforms--macbook {
    position: absolute;
    right: 0;
    top: 240px;
    max-width: 500px;
    z-index: 3
}

.all-platforms--macbook .all-platforms--inner {
    background-color: #000;
    background-size: cover!important;
    position: absolute;
    top: 4%;
    left: 11%;
    width: 78%;
    height: 85%;
    z-index: 1
}

.all-platforms--iphone {
    position: absolute;
    right: 270px;
    top: 320px;
    z-index: 4
}

.all-platforms--iphone .all-platforms--inner {
    background-color: #000;
    background-size: cover!important;
    position: absolute;
    top: 6%;
    left: 13%;
    width: 74%;
    height: 84%;
    z-index: 1
}

.all-platforms--amazon {
    position: absolute;
    left: 9px;
    top: 100px;
    max-width: 100px;
    z-index: 1;
    display: block
}

.all-platforms--apple-tv {
    position: absolute;
    left: 200px;
    top: 500px;
    max-width: 160px;
    z-index: 4;
    display: block
}

.all-platforms--apple-tv img {
    max-width: 100%
}

.all-platforms--roku-tv {
    position: absolute;
    left: 355px;
    top: 515px;
    max-width: 160px;
    z-index: 4
}

.all-platforms--roku-tv img {
    max-width: 100%
}

.all-platforms--available {
    position: relative;
    margin-top: 130px
}

.all-platforms--available-title {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: -.4px;
    text-align: center;
    color: #8c92a4;
    opacity: .8;
    margin-bottom: 16px
}

.all-platforms--available-blocks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.all-platforms--available-block {
    margin: 7px 10px;
    font-size: 0
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .all-platforms--tv {
        max-width: 100%
    }
    .all-platforms--ipad {
        max-width: 210px
    }
    .all-platforms--macbook {
        max-width: 380px
    }
    .all-platforms--iphone {
        max-width: 100px
    }
    .all-platforms--devices {
        margin-bottom: 130px
    }
}

@media screen and (max-width:768px) {
    .all-platforms--tv {
        max-width: 100%
    }
    .all-platforms--ipad {
        max-width: 110px;
        left: 15px;
        top: 145px
    }
    .all-platforms--macbook {
        max-width: 215px;
        top: 126px
    }
    .all-platforms--iphone {
        max-width: 70px;
        right: 120px;
        top: 150px
    }
    .all-platforms--devices {
        min-height: 0;
        margin-bottom: 100px;
        max-width: 350px
    }
    .all-platforms--apple-tv {
        display: none
    }
    .all-platforms--roku-tv {
        display: none
    }
}

.coming-soon {
    padding: 50px;
    position: relative;
    text-align: center
}

.coming-soon--title {
    margin: 0 auto;
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    text-transform: uppercase
}

.coming-soon--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-left: -12px;
    margin-right: -12px;
    max-width: 1170px
}

.coming-soon--inner>div {
    width: calc(50% - 24px);
    margin: 12px
}

.coming-soon--inner>div:first-of-type {
    width: 100%
}

.coming-soon--block {
    height: 340px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    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: 4px
}

.coming-soon--block h3 {
    margin: 0 auto;
    font-family: 'metropolissemi_bold', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 110px;
    letter-spacing: 4.5px;
    text-align: center;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .coming-soon--block h3 {
        font-size: 60px
    }
}

@media only screen and (max-width:767px) {
    .coming-soon {
        padding: 50px 0
    }
    .coming-soon--inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .coming-soon--block h3 {
        font-size: 40px
    }
    .coming-soon--inner>div {
        width: 100%
    }
    .coming-soon--title {
        font-size: 32px;
        margin-bottom: 20px
    }
}

.learn-from-the-best {
    position: relative;
    z-index: 2;
    padding: 50px 0;
    text-align: center
}

.learn-from-the-best--title {
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.51;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 15px
}

.learn-from-the-best--subtitle {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: .4px;
    text-align: center;
    color: #73757b;
    margin: 0 auto;
    margin-bottom: 30px
}

.learn-from-the-best--link {
    display: inline-block
}

@media only screen and (max-width:767px) {
    .learn-from-the-best--title {
        font-size: 25px;
        margin-bottom: 20px
    }
    .learn-from-the-best--subtitle {
        font-size: 16px
    }
}

.share-save-help {
    position: relative;
    padding: 100px 0;
    padding-top: 0;
    z-index: 2
}

.share-save-help--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.share-save-help--block {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.share-save-help--block h3 {
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 500;
    line-height: 2.12;
    letter-spacing: .8px;
    color: #fff;
    margin-bottom: 5px
}

.share-save-help--block h3,
.share-save-help--block p {
    font-style: normal;
    font-stretch: normal;
    text-align: center
}

.share-save-help--block p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: .4px;
    color: #faf8ff;
    margin: 0 auto
}

.share-save-help--block-footer {
    margin-top: 20px;
    text-align: center
}

.share-save-help--block-footer a {
    color: #fff;
    padding: 0 5px;
    font-size: 20px
}

.share-save-help--block-footer-link {
    display: inline-block
}

.share-save-help--block-footer-link a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 38px
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .share-save-help--block h3 {
        font-size: 19px
    }
    .share-save-help--block p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .share-save-help {
        padding: 50px 0
    }
    .share-save-help--inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.students-rating {
    position: relative;
    padding: 100px 0;
    text-align: center
}

.students-rating img {
    display: block;
    margin: 0 auto;
    margin-bottom: 32px
}

.students-rating h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px
}

.students-rating h2,
.students-rating p {
    font-style: normal;
    font-stretch: normal;
    text-align: center
}

.students-rating p {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #46464b;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .students-rating {
        padding: 50px 0
    }
    .students-rating h2 {
        font-size: 23px
    }
    .students-rating p {
        font-size: 16px
    }
}

.tabs--section {
    position: relative;
}

.tabs--navigations {
    background-color: #1a1630;
}

.tabs--navigations-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs--navigation {
    width: 33.33%;
    padding: 4vh 10px;
    text-align: center;
    font-size: 28px;
    letter-spacing: .9px;
    color: #ee4a43;
    -webkit-transition: color .3s, -webkit-box-shadow .3s;
    transition: color .3s, -webkit-box-shadow .3s;
    transition: color .3s, box-shadow .3s;
    transition: color .3s, box-shadow .3s, -webkit-box-shadow .3s;
    cursor: pointer;
    height: 13vh;
}
@media (max-width:1200px){
  .tabs--navigation {
    padding: 4.5vh 10px;
  }
}
.tabs--navigation.active {
    color: #fff;
    -webkit-box-shadow: inset 0 3px 0 0 #ee4a43;
    box-shadow: inset 0 3px 0 0 #ee4a43
}

.watch-anywhere--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0
}

.watch-anywhere--content h2 {
    font-size: 44px;
    color: #fff;
    margin: 0 auto
}

.watch-anywhere--content>div:first-of-type {
    width: 70%
}

.watch-anywhere--content>div:nth-of-type(2) {
    width: 30%;
    padding-left: 10%
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .tabs--navigation {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .tabs--navigation {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .tabs--navigations-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .tabs--navigation {
        width: 100%;
        font-size: 18px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .tabs--navigation.active {
        -webkit-box-shadow: inset 0 -3px 0 0 #dc2f2f;
        box-shadow: inset 0 -3px 0 0 #dc2f2f
    }
    .watch-anywhere--content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .watch-anywhere--content h2 {
        font-size: 25px;
        margin-bottom: 25px
    }
    .watch-anywhere--content>div {
        width: 100%!important;
        padding: 0!important
    }
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'metropolissemi_bold', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 0
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background-color: #1f2124;
    outline: 1px solid #708090
}

a,
a:active,
a:hover {
    text-decoration: none
}

.page {
    min-height: 100vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
    
}

.display-none-important {
    display: none!important
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
    color: #fff
}

p {
    font-weight: 400;
    color: #fff;
    line-height: 1.5
}


/*# sourceMappingURL=main.css.map*/

/*********************************************************VIDEO*/
  .top_menu, .header{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 75px;
    background-color: #ee4a43;
    z-index: 1000;
  }
  .top_menu .container{margin-top: 19px!important;}
  .top_menu .btn--primary{background: #2a234f;}
  .top_menu .btn:hover {
      background-color:#69419A;
  }
  #video_banner{
    position: relative;
    top:0;
    width: 100vw;
    min-height: 87vh;
    overflow: hidden;
  }
  #video_banner_fallback{
    display: none;
    position: relative;
    top:0;
    width: 100vw;
    height: 87vh;
    overflow: hidden;
  }
  #video_banner_fallback img{
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .video_banner_over{    
    position: absolute;
    width: 100vw;
    height: 56.25vw; /* 16:9 — 9/16*100 = 56.25 */
    min-height: 87vh;
    min-width: 177.77vh; /* 16:9 — 16/9*100 = 177.77 */
    top:0;
    z-index:1;
  }
  #video_banner iframe {
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  #video_banner_content,  #slider_banner_content{
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    z-index:10;
    line-height: 55px;
    padding: 0 30px;
    text-align: center;
  }
  @media screen and (max-device-width: 1000px){
    #video_banner iframe{
      display: none!important;
    }
    #video_banner_fallback{
      display: block!important;
    }
    
  }
  @media (min-width: 1000px){
  #video_banner_content,  #slider_banner_content{
      max-width: calc(1060px + 60px);
    }
  }
  #video_banner_content h1, #slider_banner_content h1{
    font-size: 60px;
    margin: 0;
    color: #ee4a43;
  }
  #video_banner_content h2, #slider_banner_content h2{
    font-size: 40px;
    margin: 15px 0 0 0;
  }
  #video_banner_content .btn, #slider_banner_content .btn{
    width: 170px;
    margin: 30px auto;
  }
  @media (max-width:1200px){
    #video_banner_content h1, #slider_banner_content h1{
      font-size: 50px!important;
      line-height: 45px;
    }
    #video_banner_content h2, #slider_banner_content h2{
      font-size: 35px!important;
      line-height: 45px;
    }
    #video_banner_content .btn, #slider_banner_content .btn{
      margin-top: 20px;
    }
  }
  @media (max-width:600px){
    #video_banner_content,  #slider_banner_content{
      transform: translate(-50%, -65%);
    }
    #video_banner_content h1, #slider_banner_content h1{
      font-size: 35px!important;
      line-height: 40px;
    }
    #video_banner_content h2, #slider_banner_content h2{
      font-size: 25px!important;
      line-height: 30px;
      margin: 7px 0 0 0;
    }
  }
/*********************************************************SLIDER*/
  #slider_banner {
    position: relative;
    width: 100vw;
    height: 77vh;
    overflow: hidden;
  }
  #slider_banner img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slider_banner_over{
    position: absolute;
    width: 100vw;
    height: 77vh;
    top:0;
    z-index:1;
  }
  @media (max-width:900px){
    #slider_banner img{
      min-height: 100vh;
      width: auto!important;
    }
  }
  .slide_slide {
    display: none;
  }
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 40px);
    padding: 40px;
    color: white;
    font-weight: 100!important;
    font-size: 50px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 2;
  }
  @media (max-width:1250px){
    .prev, .next{
      display: none;
    }
  }
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover, .next:hover {
    color: #ee4a43;
  }
  #dot_box{
    text-align: center;
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }
  .dot_warp {
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 50%;
    display: inline-block;
  }
  .dot_warp:hover .dot {
    background-color: #ee4a43!important;
  }
  .dot {
    height: 10px;
    width: 10px;
    margin: 13px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.6s ease;
  }
  @media (max-width:750px){
    .dot{
      height: 10px;
      width: 10px;
    }
  }
  .dot:hover, .dot.active {
    background-color: #ee4a43!important;
  }
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  .cce{
    margin: 1%!important;
  }
  .card_total_link:hover div{
    color: #ee4a43!important;
  }
 
  .footer .container .row .col-md-3 div:nth-child(2){
    all: initial!important;
    display:none!important;
  }
  
  
  .catalog--filters .col-12, .catalog--filters .col-md-8, .catalog--filters .col-sm-12, .catalog--filters .select--selected {
    padding: 0!important;
    margin: 0!important;
  }
  
  .cce--player-video, .cce, .cce--player-video{
    width: 100%;
    margin: 0!important;
    padding: 0!important;
  }
  
  .cce--thumbnails-video-chapter{
    margin-bottom: 35px!important;
  }
  
  .program--description .container{
    max-width: 1019px!important;
  }
  
  .program .program--categories{
    margin: 10px 0 20px 0;
  }
  
  
  .row .player .col-md-6 {
    width: 50%!important;
    height: 50px!important;
  }

  .player .player--share-buttons{
    text-align: right!important;
  }
  .player .player--share-buttons:before{
    content: 'Partilhar este programa :';
  }
  @media (max-width:550px){ 
  .row .player .col-md-6:first-child {
    width: 10%!important;
    height: 50px!important;
  }
  .row .player .col-md-6:nth-child(2){
    width: 80%!important;
    height: 50px!important;
  }
  .player .player--share-buttons:before{
    content: 'Partilhar :';
  }
}

  
  .program .player--share-buttons a:nth-child(3), .program .player--share-buttons a:nth-child(4){
    display:none;
  }
  
  .player--share-left{
    color: #fff;
  }
  .player--share-left svg{
    stroke: #fff!important;
  }
  .player--share-left .favorited-item {
    stroke: #ee4a43!important;
    fill: #ee4a43!important;
  }
  .share-button svg{
    width: 17px;
    height: 17px;
  }
  @media (max-width:550px){
    .player--share-left span{
      display: none!important;
    }
    .cce--thumbnails-chapters .col-6{
      flex: 100%;
      max-width: 100%;
    }
  }
  
  
  
  