.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    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%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: math(1rem, 2)
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

a,
img,
small,
span,
strong {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

[dir=ltr]#bodyContainer,
body[dir=ltr] {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl]#bodyContainer,
body[dir=rtl] {
    font-family: vodafone-regular-ar, sans-serif
}

body,
html {
    overflow-x: hidden
}

body {
    color: #333;
    background-color: #f4f4f4
}

body:before {
    content: "";
    -webkit-transition: all .35s;
    transition: all .35s
}

@media (min-width:992px) {
    body {
        padding-top: 0
    }
}

#bodyContainer {
    height: 100%
}

:focus {
    outline: none !important
}

li,
ol,
ul {
    margin: 0;
    padding: 0
}

a,
img,
small,
span,
strong {
    display: inline-block
}

a,
small,
span,
strong {
    vertical-align: baseline
}

#hrefFm>span,
.portlet-boundary>span,
body>span {
    display: inline
}

a {
    color: inherit
}

a:hover {
    text-decoration: none
}

[dir=rtl] .rtl-flip-v {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: flipv;
    filter: flipv
}

.nav-backdrop:before {
    content: "";
    background-color: rgba(0, 0, 0, .7);
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width:768px) {
    .nav-backdrop:before {
        top: 56px
    }
}

[accordion-heading] {
    -webkit-appearance: none
}

[dir=ltr] .accordion-list {
    margin-left: 1rem
}

[dir=rtl] .accordion-list {
    margin-right: 1rem
}

.accordion-list li:last-child p:last-child {
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .img-desktop {
        display: none
    }
}

@media (min-width:992px) {
    .img-mob {
        display: none
    }
}

.wrap-long-word {
    width: 100%;
    word-wrap: break-word
}

[data-portal=notportal] {
    display: none
}

[dir=ltr] .text-end {
    text-align: right
}

[dir=rtl] .text-end {
    text-align: left
}

.skip-link {
    position: fixed;
    width: 100%;
    top: -100px;
    left: 0;
    background: #333;
    color: #fff;
    padding: 2rem;
    z-index: 10000;
    -webkit-transition: top .2s;
    transition: top .2s;
    font-size: 1rem;
    text-align: center;
    font-weight: 700
}

.skip-link:focus {
    top: 0
}

@media (max-width:991px) {

    input:checked~.nav-step-three,
    input:checked~.nav-step-two {
        display: block
    }

    label[aria-expanded] svg.nav-chevron {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    #input:checked+label[aria-expanded=false] svg.nav-chevron {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@font-face {
    font-family: vodafone-regular-en;
    src: url(../fonts/vodafone-regular-en.woff) format("woff")
}

@font-face {
    font-family: vodafone-regular-ar;
    src: url(../fonts/vodafone-regular-ar.woff) format("woff")
}

html {
    font-size: 14px
}

@media (min-width:768px) {
    html {
        font-size: 16px
    }
}

.text-normal {
    font-size: 1rem
}

.text-2x {
    font-size: 1.16rem
}

.text-3x {
    font-size: 1.33rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 3.55rem
}

[dir=ltr] .h1,
[dir=ltr] h1 {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] .h1,
[dir=rtl] h1 {
    font-family: vodafone-regular-ar, sans-serif
}

.h2,
h2 {
    font-size: 3.11rem
}

@media (min-width:576px) {

    [dir=ltr] .h2,
    [dir=ltr] h2 {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .h2,
    [dir=rtl] h2 {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.h3,
h3 {
    font-size: 2.22rem
}

@media (min-width:992px) {

    [dir=ltr] .h3,
    [dir=ltr] h3 {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .h3,
    [dir=rtl] h3 {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.h4,
h4 {
    font-size: 1.55rem
}

.h5,
h5 {
    font-size: 1.11rem
}

.h6,
h6 {
    font-size: 1rem
}

.h1-2x {
    font-size: 3.771875rem
}

[dir=ltr] .h1-2x {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] .h1-2x {
    font-family: vodafone-regular-ar, sans-serif
}

.h1-3x {
    font-size: 3.99375rem
}

[dir=ltr] .h1-3x {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] .h1-3x {
    font-family: vodafone-regular-ar, sans-serif
}

.h2-2x {
    font-size: 3.27483rem
}

@media (min-width:576px) {
    [dir=ltr] .h2-2x {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .h2-2x {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.h2-3x {
    font-size: 3.421rem
}

@media (min-width:576px) {
    [dir=ltr] .h2-3x {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .h2-3x {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.h3-2x {
    font-size: 2.442rem
}

@media (min-width:992px) {
    [dir=ltr] .h3-2x {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .h3-2x {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.h3-3x {
    font-size: 2.664rem
}

@media (min-width:992px) {
    [dir=ltr] .h3-3x {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .h3-3x {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.h4-2x {
    font-size: 1.705rem
}

.h4-3x {
    font-size: 1.8755rem
}

.h5-2x {
    font-size: 1.332rem
}

.h5-3x {
    font-size: 1.554rem
}

.h6-2x {
    font-size: 1.16rem
}

.h6-3x {
    font-size: 1.33rem
}

.small,
small {
    font-size: .77rem
}

.small-2x {
    font-size: .88rem
}

.small-3x {
    font-size: 1rem
}

@media (min-width:576px) {
    [dir=ltr] .font-sm-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-sm-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-sm-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:768px) {
    [dir=ltr] .font-md-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-md-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-md-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:992px) {
    [dir=ltr] .font-lg-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-lg-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-lg-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:1200px) {
    [dir=ltr] .font-xl-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-xl-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-xl-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.color-red {
    color: #e60000
}

.color-grey {
    color: #4a4d4e
}

.color-white {
    color: #fff
}

.color-light-red {
    color: red
}

.color-turquoise {
    color: #007c92
}

.color-aqua-blue {
    color: #00b0ca
}

.color-metallic-seaweed {
    color: #017c92
}

.color-trypan-blue {
    color: #3e00b2
}

.color-citron {
    color: #8f9500
}

.color-phlox {
    color: #ce48ff
}

.color-aubergine {
    color: #5e2750
}

.color-red-violet {
    color: #9c2aa0
}

.color-spring-green {
    color: #a8b400
}

.color-go-green {
    color: #2eac6d
}

.color-fresh-orange {
    color: #eb9700
}

.color-lemon-yellow {
    color: #fecb00
}

.color-green {
    color: #428600
}

.color-maroon {
    color: #900
}

.color-dark-red {
    color: #bd0000
}

.color-black {
    color: #000
}

.color-dark-grey {
    color: #333
}

.color-anthracite {
    color: #666
}

.color-mid-grey {
    color: #999
}

.color-platinum {
    color: #afafaf
}

.color-silver {
    color: #ccc
}

.color-aluminium {
    color: #ebebeb
}

.color-light-grey {
    color: #f4f4f4
}

.color-transparent {
    color: transparent
}

.bg-red {
    background-color: #e60000 !important
}

.bg-grey {
    background-color: #4a4d4e !important
}

.bg-white {
    background-color: #fff !important
}

.bg-light-red {
    background-color: red !important
}

.bg-turquoise {
    background-color: #007c92 !important
}

.bg-aqua-blue {
    background-color: #00b0ca !important
}

.bg-metallic-seaweed {
    background-color: #017c92 !important
}

.bg-trypan-blue {
    background-color: #3e00b2 !important
}

.bg-citron {
    background-color: #8f9500 !important
}

.bg-phlox {
    background-color: #ce48ff !important
}

.bg-aubergine {
    background-color: #5e2750 !important
}

.bg-red-violet {
    background-color: #9c2aa0 !important
}

.bg-spring-green {
    background-color: #a8b400 !important
}

.bg-go-green {
    background-color: #2eac6d !important
}

.bg-fresh-orange {
    background-color: #eb9700 !important
}

.bg-lemon-yellow {
    background-color: #fecb00 !important
}

.bg-green {
    background-color: #428600 !important
}

.bg-maroon {
    background-color: #900 !important
}

.bg-dark-red {
    background-color: #bd0000 !important
}

.bg-black {
    background-color: #000 !important
}

.bg-dark-grey {
    background-color: #333 !important
}

.bg-anthracite {
    background-color: #666 !important
}

.bg-mid-grey {
    background-color: #999 !important
}

.bg-platinum {
    background-color: #afafaf !important
}

.bg-silver {
    background-color: #ccc !important
}

.bg-aluminium {
    background-color: #ebebeb !important
}

.bg-light-grey {
    background-color: #f4f4f4 !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-down-silver-white {
    background: -webkit-gradient(linear, left top, left bottom, from(#020024), color-stop(0, hsla(0, 0%, 80%, .2)), color-stop(70%, #fff));
    background: linear-gradient(180deg, #020024, hsla(0, 0%, 80%, .2) 0, #fff 70%)
}

.bg-left-maroon-red {
    background: -webkit-gradient(linear, left top, right top, from(#900), color-stop(0, #900), to(red));
    background: linear-gradient(90deg, #900, #900 0, red)
}

.bg-to-bottom-silver-white {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
    background-image: linear-gradient(180deg, #ccc, #fff)
}

.bg-to-bottom-maroon-red {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#900), to(#e60000));
    background-image: linear-gradient(180deg, #900, #e60000)
}

.bg-to-top-maroon-red {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e60000), to(#900));
    background-image: linear-gradient(180deg, #e60000, #900)
}

.bg-black-60 {
    background-color: rgba(0, 0, 0, .6)
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-black-40 {
    background-color: rgba(0, 0, 0, .4)
}

.bg-black-20 {
    background-color: rgba(0, 0, 0, .2)
}

.bg-black-10 {
    background-color: rgba(0, 0, 0, .1)
}

.bg-white-40 {
    background-color: hsla(0, 0%, 100%, .4)
}

.bg-white-20 {
    background-color: hsla(0, 0%, 100%, .2)
}

.bg-white-10 {
    background-color: hsla(0, 0%, 100%, .1)
}

.bg-social-facebook {
    background: #1877f2
}

.bg-social-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.bg-social-twitter {
    background: #4aa1eb
}

.bg-social-youtube {
    background: #eb3223
}

.bg-social-anghami {
    background: #2fa0df;
    background: -webkit-gradient(linear, left top, left bottom, from(#2fa0df), color-stop(77%, #dd3e90));
    background: linear-gradient(180deg, #2fa0df, #dd3e90 77%)
}

.bg-social-linkedin {
    background: #2967bc
}

.bg-none {
    background: none
}

.border-color-red {
    border: 1px solid #e60000 !important
}

.border-color-grey {
    border: 1px solid #4a4d4e !important
}

.border-color-white {
    border: 1px solid #fff !important
}

.border-color-light-red {
    border: 1px solid red !important
}

.border-color-turquoise {
    border: 1px solid #007c92 !important
}

.border-color-aqua-blue {
    border: 1px solid #00b0ca !important
}

.border-color-metallic-seaweed {
    border: 1px solid #017c92 !important
}

.border-color-trypan-blue {
    border: 1px solid #3e00b2 !important
}

.border-color-citron {
    border: 1px solid #8f9500 !important
}

.border-color-phlox {
    border: 1px solid #ce48ff !important
}

.border-color-aubergine {
    border: 1px solid #5e2750 !important
}

.border-color-red-violet {
    border: 1px solid #9c2aa0 !important
}

.border-color-spring-green {
    border: 1px solid #a8b400 !important
}

.border-color-go-green {
    border: 1px solid #2eac6d !important
}

.border-color-fresh-orange {
    border: 1px solid #eb9700 !important
}

.border-color-lemon-yellow {
    border: 1px solid #fecb00 !important
}

.border-color-green {
    border: 1px solid #428600 !important
}

.border-color-maroon {
    border: 1px solid #900 !important
}

.border-color-dark-red {
    border: 1px solid #bd0000 !important
}

.border-color-black {
    border: 1px solid #000 !important
}

.border-color-dark-grey {
    border: 1px solid #333 !important
}

.border-color-anthracite {
    border: 1px solid #666 !important
}

.border-color-mid-grey {
    border: 1px solid #999 !important
}

.border-color-platinum {
    border: 1px solid #afafaf !important
}

.border-color-silver {
    border: 1px solid #ccc !important
}

.border-color-aluminium {
    border: 1px solid #ebebeb !important
}

.border-color-light-grey {
    border: 1px solid #f4f4f4 !important
}

.border-color-transparent {
    border: 1px solid transparent !important
}

.icon {
    fill: none;
    stroke: currentColor;
    stroke-width: .4rem;
    vertical-align: middle
}

.icon-1 {
    width: 1rem;
    height: 1rem
}

.icon-1,
.icon-2 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.icon-2 {
    width: 1.125rem;
    height: 1.125rem
}

.icon-3 {
    width: 1.5rem;
    height: 1.5rem
}

.icon-3,
.icon-4 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.icon-4 {
    width: 2rem;
    height: 2rem
}

.icon-5 {
    width: 2.25rem;
    height: 2.25rem
}

.icon-5,
.icon-6 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.icon-6 {
    width: 3rem;
    height: 3rem
}

.icon-7 {
    width: 4rem;
    height: 4rem
}

.icon-7,
.icon-8 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.icon-8 {
    width: 4.5rem;
    height: 4.5rem
}

.icon-9 {
    width: 5.25rem;
    height: 5.25rem
}

.icon-9,
.icon-10 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.icon-10 {
    width: 6rem;
    height: 6rem
}

.icon-11 {
    width: 7.5rem;
    height: 7.5rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media (min-width:576px) {
    .icon-sm-1 {
        width: 1rem;
        height: 1rem
    }

    .icon-sm-1,
    .icon-sm-2 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-sm-2 {
        width: 1.125rem;
        height: 1.125rem
    }

    .icon-sm-3 {
        width: 1.5rem;
        height: 1.5rem
    }

    .icon-sm-3,
    .icon-sm-4 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-sm-4 {
        width: 2rem;
        height: 2rem
    }

    .icon-sm-5 {
        width: 2.25rem;
        height: 2.25rem
    }

    .icon-sm-5,
    .icon-sm-6 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-sm-6 {
        width: 3rem;
        height: 3rem
    }

    .icon-sm-7 {
        width: 4rem;
        height: 4rem
    }

    .icon-sm-7,
    .icon-sm-8 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-sm-8 {
        width: 4.5rem;
        height: 4.5rem
    }

    .icon-sm-9 {
        width: 5.25rem;
        height: 5.25rem
    }

    .icon-sm-9,
    .icon-sm-10 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-sm-10 {
        width: 6rem;
        height: 6rem
    }

    .icon-sm-11 {
        width: 7.5rem;
        height: 7.5rem;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
}

@media (min-width:768px) {
    .icon-md-1 {
        width: 1rem;
        height: 1rem
    }

    .icon-md-1,
    .icon-md-2 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-md-2 {
        width: 1.125rem;
        height: 1.125rem
    }

    .icon-md-3 {
        width: 1.5rem;
        height: 1.5rem
    }

    .icon-md-3,
    .icon-md-4 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-md-4 {
        width: 2rem;
        height: 2rem
    }

    .icon-md-5 {
        width: 2.25rem;
        height: 2.25rem
    }

    .icon-md-5,
    .icon-md-6 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-md-6 {
        width: 3rem;
        height: 3rem
    }

    .icon-md-7 {
        width: 4rem;
        height: 4rem
    }

    .icon-md-7,
    .icon-md-8 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-md-8 {
        width: 4.5rem;
        height: 4.5rem
    }

    .icon-md-9 {
        width: 5.25rem;
        height: 5.25rem
    }

    .icon-md-9,
    .icon-md-10 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-md-10 {
        width: 6rem;
        height: 6rem
    }

    .icon-md-11 {
        width: 7.5rem;
        height: 7.5rem;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
}

@media (min-width:992px) {
    .icon-lg-1 {
        width: 1rem;
        height: 1rem
    }

    .icon-lg-1,
    .icon-lg-2 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-lg-2 {
        width: 1.125rem;
        height: 1.125rem
    }

    .icon-lg-3 {
        width: 1.5rem;
        height: 1.5rem
    }

    .icon-lg-3,
    .icon-lg-4 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-lg-4 {
        width: 2rem;
        height: 2rem
    }

    .icon-lg-5 {
        width: 2.25rem;
        height: 2.25rem
    }

    .icon-lg-5,
    .icon-lg-6 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-lg-6 {
        width: 3rem;
        height: 3rem
    }

    .icon-lg-7 {
        width: 4rem;
        height: 4rem
    }

    .icon-lg-7,
    .icon-lg-8 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-lg-8 {
        width: 4.5rem;
        height: 4.5rem
    }

    .icon-lg-9 {
        width: 5.25rem;
        height: 5.25rem
    }

    .icon-lg-9,
    .icon-lg-10 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-lg-10 {
        width: 6rem;
        height: 6rem
    }

    .icon-lg-11 {
        width: 7.5rem;
        height: 7.5rem;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
}

@media (min-width:1200px) {
    .icon-xl-1 {
        width: 1rem;
        height: 1rem
    }

    .icon-xl-1,
    .icon-xl-2 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-xl-2 {
        width: 1.125rem;
        height: 1.125rem
    }

    .icon-xl-3 {
        width: 1.5rem;
        height: 1.5rem
    }

    .icon-xl-3,
    .icon-xl-4 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-xl-4 {
        width: 2rem;
        height: 2rem
    }

    .icon-xl-5 {
        width: 2.25rem;
        height: 2.25rem
    }

    .icon-xl-5,
    .icon-xl-6 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-xl-6 {
        width: 3rem;
        height: 3rem
    }

    .icon-xl-7 {
        width: 4rem;
        height: 4rem
    }

    .icon-xl-7,
    .icon-xl-8 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-xl-8 {
        width: 4.5rem;
        height: 4.5rem
    }

    .icon-xl-9 {
        width: 5.25rem;
        height: 5.25rem
    }

    .icon-xl-9,
    .icon-xl-10 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .icon-xl-10 {
        width: 6rem;
        height: 6rem
    }

    .icon-xl-11 {
        width: 7.5rem;
        height: 7.5rem;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
}

.icon-circle,
.icon [class*=icon-circle] {
    display: inline-block;
    border-radius: 50%
}

.icon-flip-v {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.open .icon-flip-v {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.container-scrollable,
.horizontal-scroll,
.horizontal-scroll-all {
    -webkit-overflow-scrolling: touch
}

.horizontal-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (any-hover:hover) {
    .horizontal-scroll::-webkit-scrollbar {
        width: .5rem;
        height: .5rem
    }

    .horizontal-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
        border-radius: 99rem
    }

    .horizontal-scroll::-webkit-scrollbar-thumb {
        background-color: #333;
        outline: 1px solid #333;
        border-radius: 99rem
    }
}

.horizontal-scroll::-webkit-scrollbar {
    display: none
}

.horizontal-scroll .d-table-cell {
    width: auto
}

@media (max-width:991.98px) {
    .horizontal-scroll {
        overflow-x: auto;
        overflow-y: hidden
    }
}

.horizontal-scroll-flex {
    text-align: center;
    overflow-x: auto
}

.horizontal-scroll-flex::-webkit-scrollbar {
    display: none
}

.horizontal-scroll-all {
    overflow-x: auto;
    overflow-y: hidden
}

@media (any-hover:hover) {
    .horizontal-scroll-all::-webkit-scrollbar {
        width: .5rem;
        height: .5rem
    }

    .horizontal-scroll-all::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
        border-radius: 99rem
    }

    .horizontal-scroll-all::-webkit-scrollbar-thumb {
        background-color: #333;
        outline: 1px solid #333;
        border-radius: 99rem
    }
}

.horizontal-scroll-all-flex {
    text-align: center;
    overflow-x: auto
}

.horizontal-scroll-all-flex::-webkit-scrollbar {
    display: none
}

.table-horizontal {
    display: table;
    margin: 0 -10px
}

.table-cell {
    display: table-cell;
    width: auto;
    vertical-align: top
}

@media (max-width:991.98px) {
    .table-md {
        display: table;
        margin: 0 -10px
    }
}

@media (max-width:991.98px) {
    .table-cell-md {
        display: table-cell;
        width: auto;
        vertical-align: top
    }
}

@media (max-width:767.98px) {
    .table-sm {
        display: table;
        margin: 0 -10px
    }
}

@media (max-width:767.98px) {
    .table-cell-sm {
        display: table-cell;
        width: auto;
        vertical-align: top
    }
}

.horizontal-item {
    width: 120px
}

.container-scrollable {
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width:991.98px) {
    .container-scrollable {
        padding: 0 1rem
    }
}

.container-scrollable:hover::-webkit-scrollbar {
    width: .5rem;
    height: .5rem
}

.container-scrollable:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 99rem
}

.container-scrollable:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
    outline: 1px solid #ccc;
    border-radius: 99rem
}

@media (any-hover:hover) {
    .container-scrollable::-webkit-scrollbar {
        width: .5rem;
        height: .5rem
    }

    .container-scrollable::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-radius: 99rem
    }

    .container-scrollable::-webkit-scrollbar-thumb {
        background-color: transparent;
        outline: 1px solid transparent;
        border-radius: 99rem
    }
}

@media (min-width:576px) {
    [dir=ltr] .container-scrollable {
        padding-left: calc((100% - 540px)/2 + 10px)
    }

    [dir=rtl] .container-scrollable {
        padding-right: calc((100% - 540px)/2 + 10px)
    }
}

@media (min-width:768px) {
    [dir=ltr] .container-scrollable {
        padding-left: calc((100% - 720px)/2 + 10px)
    }

    [dir=rtl] .container-scrollable {
        padding-right: calc((100% - 720px)/2 + 10px)
    }
}

@media (min-width:992px) {
    [dir=ltr] .container-scrollable {
        padding-left: calc((100% - 960px)/2 + 10px)
    }

    [dir=rtl] .container-scrollable {
        padding-right: calc((100% - 960px)/2 + 10px)
    }
}

@media (min-width:1200px) {
    [dir=ltr] .container-scrollable {
        padding-left: calc((100% - 1140px)/2 + 10px)
    }

    [dir=rtl] .container-scrollable {
        padding-right: calc((100% - 1140px)/2 + 10px)
    }
}

.container-scrollable .d-table-cell {
    width: auto;
    vertical-align: top
}

.container-scrollable .tile-width {
    width: 250px
}

@media (min-width:992px) {
    .container-scrollable .tile-width {
        width: 350px
    }
}

.container-scrollable .card-product-width {
    width: 150px
}

@media (min-width:992px) {
    .container-scrollable .card-product-width {
        width: 160px
    }
}

.img-fit {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: .85rem 1.25rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.btn:focus {
    border-color: #00b0ca
}

@media (min-width:576px) {
    .btn {
        margin-bottom: .3rem
    }
}

@media (min-width:768px) {
    .btn {
        padding: .75rem 1.25rem
    }
}

.btn-primary,
.btn-primary-dark {
    color: #fff;
    fill: #fff;
    background-color: #e60000;
    border-color: #e60000
}

.btn-primary-dark:hover,
.btn-primary:hover {
    background-color: #900;
    border-color: #900
}

.btn-aluminium-dark,
.btn-green-dark,
.btn-secondary,
.btn-secondary-dark {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.btn-aluminium-dark:hover,
.btn-green-dark:hover,
.btn-secondary-dark:hover,
.btn-secondary:hover {
    background-color: #333;
    border-color: #333
}

.btn-aluminium-dark:focus,
.btn-green-dark:focus,
.btn-secondary-dark:focus,
.btn-secondary:focus {
    background-color: #000
}

.btn-secondary-dark:hover {
    border-color: #999
}

.btn-green {
    color: #fff;
    background-color: #428600;
    border-color: #428600
}

.btn-green:hover {
    background-color: #306200;
    border-color: #306200
}

.btn-green:focus {
    background-color: #214400
}

.btn-green-dark:hover {
    border-color: #999
}

.btn-aluminium {
    color: #383838;
    background-color: #e8e8e8;
    border-color: #e8e8e8
}

.btn-aluminium:hover {
    background-color: #d4d4d4;
    border-color: #d4d4d4
}

.btn-aluminium:focus {
    background-color: #c7c7c7
}

.btn-aluminium-dark:hover {
    border-color: #999
}

.btn-outline,
.btn-outline-dark,
.btn-outline-dark-primary {
    color: #333;
    background-color: transparent;
    border-color: #333;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-dark-primary:hover,
.btn-outline-dark:hover,
.btn-outline:hover {
    background-color: #ebebeb;
    border-color: #707070
}

.btn-outline-dark-primary:focus,
.btn-outline-dark:focus,
.btn-outline:focus {
    background-color: transparent
}

.btn-outline-dark {
    color: #fff;
    border-color: #fff
}

.btn-outline-dark:hover {
    background-color: transparent;
    text-decoration: underline;
    border-color: #fff
}

.btn-outline-dark:focus {
    color: #00b0ca;
    border-color: #00b0ca
}

.btn-outline-dark-primary {
    color: #fff;
    border-color: #fff
}

.btn-outline-dark-primary:hover {
    background-color: #900;
    border-color: #900
}

.btn-outline-dark-primary:focus,
.btn-outline-red {
    background-color: transparent
}

.btn-outline-red {
    color: #e60000;
    border-color: #e60000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-red:focus,
.btn-outline-red:hover {
    color: #fff;
    background-color: #e60000
}

.btn-link,
.btn-link-dark {
    color: #333;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

[dir=ltr] .btn-link-arrow {
    padding-right: .9rem
}

[dir=rtl] .btn-link-arrow {
    padding-left: .9rem
}

.btn-link-arrow:after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #e60000;
    display: inline-block;
    position: absolute;
    top: 50%
}

[dir=ltr] .btn-link-arrow:after {
    border-right: 1px solid #e60000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

[dir=rtl] .btn-link-arrow:after {
    border-left: 1px solid #e60000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.btn-link-dark:hover,
.btn-link:hover {
    color: #e60000;
    text-decoration: underline
}

.btn-link-dark:focus,
.btn-link:focus {
    color: #00b0ca;
    border-color: transparent !important;
    outline: none !important
}

.btn-disabled.btn-link-dark,
.btn-link.btn-disabled {
    color: #ccc
}

.btn-disabled.btn-link-dark:after,
.btn-link.btn-disabled:after {
    border-color: #ccc
}

.btn-disabled.btn-link-dark:hover,
.btn-link.btn-disabled:hover {
    cursor: not-allowed
}

.btn-link-dark,
.btn-link-dark:hover {
    color: #fff
}

.btn-link-dark:focus {
    color: #00b0ca
}

.btn-link-dark.btn-disabled {
    color: #666
}

.btn-link-dark.btn-disabled:after {
    border-color: #666
}

.btn-link-active {
    border-color: #e60000;
    background-color: #fff
}

.btn-link-active:focus {
    border-color: #e60000 !important;
    color: #333;
    background-color: #fff
}

.btn-icon>span {
    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
}

[dir=ltr] .btn-icon>span>:last-child {
    margin-left: 1rem
}

[dir=rtl] .btn-icon>span>:last-child {
    margin-right: 1rem
}

.btn-icon svg {
    width: .8rem;
    height: .8rem;
    position: relative;
    top: -1px
}

[dir=rtl] .btn-icon svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.btn.btn-disabled {
    color: #ccc;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-disabled:hover {
    cursor: not-allowed;
    text-decoration: none
}

.btn.btn-disabled:focus {
    outline: none !important
}

.btn-sm {
    font-size: .8rem;
    padding: .5rem 1rem
}

.btn-sm svg {
    width: .6rem;
    height: .6rem
}

.btn-lg {
    font-size: 1.2rem;
    padding: 1rem 1.6rem
}

.btn-lg svg {
    width: 1rem;
    height: 1rem
}

@media (max-width:991.98px) {
    .btn-sm-fit {
        width: 100%;
        display: block
    }
}

@media (min-width:576px) {
    [dir=ltr] .font-sm-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-sm-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-sm-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:768px) {
    [dir=ltr] .font-md-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-md-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-md-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:992px) {
    [dir=ltr] .font-lg-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-lg-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-lg-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:1200px) {
    [dir=ltr] .font-xl-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-xl-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-xl-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.quick-link {
    width: 88px;
    text-align: center
}

.quick-links {
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#900), to(#e60000));
    background-image: linear-gradient(to right top, #900, #e60000)
}

@media (min-width:768px) {
    .quick-link {
        width: 170px
    }
}

@media (min-width:992px) {
    .quick-link {
        width: 100%
    }
}

.quick-link-item {
    display: block;
    padding: 1.25rem 0
}

@media (min-width:992px) {
    .quick-link-item {
        padding: 1.75rem 0
    }
}

.quick-link-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.quick-link-title {
    display: block;
    font-size: 1rem;
    margin-top: .75rem;
    line-height: 1.25
}

@media (min-width:992px) {
    .quick-link-title {
        font-size: 1.25rem
    }
}

.tiles {
    height: calc(100% - 2rem);
    color: #333;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 2rem
}

.tiles,
.tiles-content {
    overflow: hidden;
    padding: 1rem
}

.tiles-content {
    text-align: center
}

.tiles-img {
    height: 190px;
    min-height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.tiles-img a,
.tiles-img img,
.tiles-img small,
.tiles-img span,
.tiles-img strong {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

@media (min-width:768px) {
    .tiles-img {
        min-height: 190px
    }
}

.tiles-icon {
    text-align: end
}

.tiles-title {
    line-height: 1;
    margin-bottom: 0;
    font-size: 1.75rem
}

[dir=ltr] .tiles-title {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] .tiles-title {
    font-family: vodafone-regular-ar, sans-serif
}

.tiles-chevron {
    color: #e60000
}

[dir=ltr] .tiles-chevron {
    margin-left: .5rem
}

[dir=rtl] .tiles-chevron {
    margin-right: .5rem
}

.tiles-mini {
    height: auto
}

@media (min-width:768px) {
    .tiles-mini {
        min-height: 230px
    }
}

.tiles-mini .tiles-img {
    min-height: auto;
    height: auto
}

.card {
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px;
    height: calc(100% - 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:991.98px) {
    .card-horizontal {
        width: 230px
    }
}

@media (min-width:576px) {
    [dir=ltr] .font-sm-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-sm-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-sm-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:768px) {
    [dir=ltr] .font-md-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-md-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-md-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:992px) {
    [dir=ltr] .font-lg-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-lg-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-lg-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:1200px) {
    [dir=ltr] .font-xl-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-xl-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-xl-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.carousel-container {
    position: relative;
    background: #fff
}

@media (max-width:991.98px) {
    .carousel-container {
        padding-bottom: 2rem
    }
}

.carousel-img {
    position: relative
}

.carousel-img>a,
.carousel-img>img,
.carousel-img>small,
.carousel-img>span,
.carousel-img>strong {
    -o-object-fit: contain;
    object-fit: contain
}

[dir=ltr] .carousel-img>a,
[dir=ltr] .carousel-img>img,
[dir=ltr] .carousel-img>small,
[dir=ltr] .carousel-img>span,
[dir=ltr] .carousel-img>strong {
    -o-object-position: right;
    object-position: right
}

[dir=rtl] .carousel-img>a,
[dir=rtl] .carousel-img>img,
[dir=rtl] .carousel-img>small,
[dir=rtl] .carousel-img>span,
[dir=rtl] .carousel-img>strong {
    -o-object-position: left;
    object-position: left
}

.carousel-img:after {
    position: absolute;
    background: #f4f4f4;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
}

@media screen and (max-width:320px) {
    .carousel-img {
        min-height: 201px
    }
}

@media only screen and (max-width:375px) and (min-width:321px) {
    .carousel-img {
        min-height: 235px
    }
}

@media only screen and (max-width:425px) and (min-width:376px) {
    .carousel-img {
        min-height: 267px
    }
}

@media (min-width:768px) {
    .carousel-img {
        min-height: 482px
    }
}

@media (min-width:992px) {
    .carousel-img {
        height: 310px;
        min-height: auto
    }
}

@media only screen and (min-width:1280px) {
    .carousel-img {
        height: 388px
    }
}

@media only screen and (min-width:1360px) {
    .carousel-img {
        height: 414px
    }
}

@media only screen and (min-width:1440px) {
    .carousel-img {
        height: 438px
    }
}

@media only screen and (min-width:1536px) {
    .carousel-img {
        height: 450px
    }
}

@media only screen and (min-width:1600px) {
    .carousel-img {
        height: 488px
    }
}

@media only screen and (min-width:1920px) {
    .carousel-img {
        height: 586px
    }
}

@media only screen and (min-width:2560px) {
    .carousel-img {
        height: 790px
    }
}

@media only screen and (device-width:375px) and (orientation:portrait) {
    .carousel-img {
        min-height: 235px
    }
}

.carousel-content {
    padding: 1.5rem 1rem;
    text-align: center
}

.carousel-content-title {
    font-size: 3.55rem
}

@media (max-width:1199.98px) {
    .carousel-content-title {
        font-size: 1.5rem
    }
}

.carousel-content .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #e60000;
    border: 1px solid #e60000;
    text-align: center
}

@media (max-width:991.98px) {
    .carousel-content .btn {
        width: 100%
    }
}

@media (min-width:992px) {
    .carousel-content {
        padding: 0 5rem;
        text-align: start
    }
}

.carousel-arrow-next,
.carousel-arrow-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: #fff;
    background-color: #afafaf;
    font-size: 18px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[dir=ltr] .carousel-arrow-next {
    right: 0
}

[dir=rtl] .carousel-arrow-next {
    left: 0
}

.carousel-arrow-next:hover,
.carousel-arrow-prev:hover {
    background-color: #e60000
}

@media (max-width:991.98px) {
    .carousel-arrow {
        display: none
    }
}

.carousel-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    padding: 0
}

@media (min-width:992px) {
    .carousel-dots {
        display: none;
        padding: 0 5rem;
        -webkit-transform: initial;
        transform: none
    }

    [dir=ltr] .carousel-dots {
        left: 0
    }

    [dir=rtl] .carousel-dots {
        right: 0
    }
}

.carousel-dots-item {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 .5rem;
    background-color: #afafaf;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color .6s ease;
    transition: background-color .6s ease
}

.carousel-dots-item-active,
.carousel-dots-item:hover {
    background-color: #e60000
}

.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width:300px) {

    .next,
    .prev,
    .text {
        font-size: 11px
    }
}

[dir=ltr] .font-regular {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] .font-regular {
    font-family: vodafone-regular-ar, sans-serif
}

[dir=ltr] .font-bold {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] .font-bold {
    font-family: vodafone-regular-ar, sans-serif
}

[dir=ltr] .font-light {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] .font-light {
    font-family: vodafone-regular-ar, sans-serif
}

@media (min-width:576px) {
    [dir=ltr] .font-sm-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-sm-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-sm-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-sm-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:768px) {
    [dir=ltr] .font-md-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-md-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-md-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-md-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:992px) {
    [dir=ltr] .font-lg-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-lg-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-lg-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-lg-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

@media (min-width:1200px) {
    [dir=ltr] .font-xl-light {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-light {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-xl-regular {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-regular {
        font-family: vodafone-regular-ar, sans-serif
    }

    [dir=ltr] .font-xl-bold {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .font-xl-bold {
        font-family: vodafone-regular-ar, sans-serif
    }
}

footer {
    background: #333;
    color: #fff;
    padding: 1.5rem 0
}

footer :focus {
    outline: none !important
}

.footer-accordion {
    margin: 1.5rem 0
}

@media (min-width:992px) {
    .footer-accordion {
        margin-bottom: 0
    }
}

.btn-accordion {
    font-size: 1.25rem;
    padding: .5rem 0;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordion-active .btn-accordion-icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

@media (min-width:992px) {
    .btn-accordion-icon {
        display: none
    }
}

@media (min-width:992px) {
    .btn-accordion {
        border-top: 0;
        margin-bottom: .5rem;
        padding: 0;
        font-size: 1.5rem
    }
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

@media (min-width:992px) {
    .accordion-content {
        max-height: none
    }
}

.footer-list {
    list-style: none
}

.footer-list .footer-list-item {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .footer-list .footer-list-item {
        margin-bottom: .25rem
    }
}

.footer-list .footer-list-link {
    font-size: 1rem;
    cursor: pointer
}

.footer-social {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

[dir=ltr] .footer-social .footer-social-item {
    margin-left: 1rem
}

[dir=rtl] .footer-social .footer-social-item {
    margin-right: 1rem
}

.footer-other-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.footer-other-links .footer-list-item {
    padding: 0 .75rem;
    margin-bottom: .75rem
}

.footer-other-links .footer-list-item:last-child {
    border: none !important
}

[dir=ltr] .footer-other-links .footer-list-item {
    border-right: 1px solid #f4f4f4
}

[dir=rtl] .footer-other-links .footer-list-item {
    border-left: 1px solid #f4f4f4
}

header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

header *,
header :focus {
    outline: none !important
}

header ul {
    list-style: none
}

.nav-switcher {
    font-size: .8rem;
    color: #e6e6e6;
    background-color: #333;
    position: relative;
    z-index: 1
}

.switcher-list li {
    display: inline-block
}

.switcher-link {
    color: #ccc;
    padding: 4px 20px;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.switcher-link:hover {
    color: #333;
    background-color: #fff
}

.switcher-link.switcher-lang {
    min-width: 200px
}

.switcher-link.switcher-lang:hover {
    color: #ccc;
    background-color: #292929
}

.switcher-active .switcher-link {
    color: #333;
    background-color: #fff
}

.nav-header {
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
    top: 0;
    z-index: 3
}

.nav-header.nav-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 20
}

.nav-header.nav-opened {
    overflow-x: visible
}

.nav-header.nav-opened .nav-list-items {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav-header label {
    margin: 0
}

@media (min-width:768px) {
    .nav-header {
        font-size: 1.25rem
    }
}

@media (min-width:992px) {
    .nav-header {
        font-size: 1.34rem;
        overflow: visible
    }

    [dir=ltr] .nav-header {
        font-family: vodafone-regular-en, sans-serif
    }

    [dir=rtl] .nav-header {
        font-family: vodafone-regular-ar, sans-serif
    }
}

.nav-header .nav-link {
    height: 50px;
    padding: 13px 7px
}

.nav-header .nav-link:hover {
    cursor: pointer
}

.nav-header .nav-link-svg {
    width: 24px;
    height: 24px
}

[dir=ltr] .nav-header .nav-link.nav-logo {
    padding: 11px 7px 11px 0
}

[dir=rtl] .nav-header .nav-link.nav-logo {
    padding: 11px 0 11px 7px
}

.nav-header .nav-link.nav-logo .nav-logo-item {
    width: 28px;
    height: 28px
}

.nav-header .nav-link.nav-big {
    padding: 10px 4px
}

.nav-header .nav-link.nav-big .avatar-item {
    width: 30px;
    height: 30px
}

[dir=ltr] li:first-child .nav-header .nav-link {
    padding-left: 0
}

[dir=ltr] li:last-child .nav-header .nav-link,
[dir=rtl] li:first-child .nav-header .nav-link {
    padding-right: 0
}

[dir=rtl] li:last-child .nav-header .nav-link {
    padding-left: 0
}

@media (min-width:768px) {
    .nav-header .nav-link {
        height: 56px;
        padding: 13px 12px
    }

    .nav-header .nav-link-svg {
        width: 30px;
        height: 30px
    }

    [dir=ltr] .nav-header .nav-link.nav-logo {
        padding: 10px 12px 10px 0
    }

    [dir=rtl] .nav-header .nav-link.nav-logo {
        padding: 10px 0 10px 12px
    }

    .nav-header .nav-link.nav-logo .nav-logo-item {
        width: 36px;
        height: 36px
    }

    .nav-header .nav-link.nav-big {
        padding: 11px 10px
    }

    .nav-header .nav-link.nav-big .avatar-item {
        width: 34px;
        height: 34px
    }
}

@media (min-width:992px) {
    .nav-header .nav-link {
        height: auto;
        padding: 17px 16px
    }

    .nav-header .nav-link-svg {
        width: 34px;
        height: 34px
    }

    .nav-header .nav-link.nav-logo {
        float: left
    }

    [dir=ltr] .nav-header .nav-link.nav-logo {
        padding: 13px 10px 13px 0
    }

    [dir=rtl] .nav-header .nav-link.nav-logo {
        padding: 13px 0 13px 10px
    }

    .nav-header .nav-link.nav-logo .nav-logo-item {
        width: 42px;
        height: 42px
    }

    .nav-header .nav-link.nav-big {
        padding: 14px 13px
    }

    .nav-header .nav-link.nav-big .avatar-item {
        width: 40px;
        height: 40px
    }

    [dir=ltr] li:nth-last-child(2) .nav-header .nav-link {
        padding-right: 0
    }

    [dir=rtl] li:nth-last-child(2) .nav-header .nav-link {
        padding-left: 0
    }
}

.nav-close {
    color: #fff;
    background-color: #e60000;
    border-radius: 6px;
    padding: 15px;
    position: relative;
    display: none
}

.nav-close>* {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:768px) {
    .nav-close {
        padding: 17px
    }

    .nav-close>* {
        width: 20px;
        height: 20px
    }
}

@media (min-width:992px) {
    .nav-close {
        padding: 20px
    }

    .nav-close>* {
        width: 24px;
        height: 24px
    }
}

.nav-lang {
    font-size: .96rem
}

.nav-list>li {
    display: inline-block
}

[dir=ltr] .nav-list>li:last-child .nav-link {
    padding-right: 0
}

[dir=rtl] .nav-list>li:last-child .nav-link {
    padding-left: 0
}

.nav-list>li .nav-link:after {
    content: "";
    width: 0;
    height: 0;
    background-color: #e60000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-list>li.active .nav-link:after {
    width: 100%;
    height: 3px;
    opacity: 1
}

@media (min-width:576px) {
    .nav-list>li {
        position: relative
    }
}

.nav-list .nav-step-three {
    width: 80%;
    padding: 1rem;
    position: fixed;
    top: 50px;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .92);
    display: none;
    opacity: 0
}

[dir=ltr] .nav-list .nav-step-three {
    right: 0
}

[dir=rtl] .nav-list .nav-step-three {
    left: 0
}

.nav-list [type=checkbox]:checked~.nav-step-three {
    display: block;
    opacity: 1
}

.nav-list [type=checkbox]:checked~label .avatar-item {
    display: none
}

.nav-list [type=checkbox]:checked~label .nav-close {
    display: inline-block;
    vertical-align: middle
}

.nav-list-items {
    width: 80%;
    height: calc(100vh - 50px);
    background-color: hsla(0, 0%, 100%, .96);
    position: absolute;
    top: 50px;
    z-index: 4;
    overflow-y: auto !important
}

[dir=ltr] .nav-list-items {
    padding: 1rem 1.5rem 1rem 1rem;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

[dir=rtl] .nav-list-items {
    padding: 1rem 1rem 1rem 1.5rem;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (min-width:768px) {

    .nav-list-items,
    .nav-list .nav-step-three {
        width: 350px;
        top: 56px
    }
}

@media (min-width:992px) {
    .nav-list {
        min-width: 137px
    }

    .nav-list .nav-step-three {
        width: 260px;
        padding: 0;
        position: absolute;
        top: 68px;
        bottom: auto
    }

    .nav-list .nav-step-three .nav-item-link {
        padding: 1.25rem 1.5rem !important
    }

    .nav-list-items {
        height: auto;
        position: static;
        width: auto;
        overflow: visible !important
    }

    [dir=ltr] .nav-list-items,
    [dir=rtl] .nav-list-items {
        -webkit-transform: none;
        transform: none
    }

    .nav-list-items li {
        display: inline-block;
        vertical-align: middle
    }

    .nav-list-items li:hover>.nav-item-link {
        color: #e60000;
        background-color: hsla(0, 0%, 100%, .75)
    }

    .nav-list-items li:hover>.nav-item-link:after {
        opacity: 1;
        height: 3px;
        width: 100%
    }

    .nav-list-items li:hover>.nav-item-link .nav-chevron {
        fill: #e60000;
        -webkit-transform: translateY(-52%) scaleY(-1);
        transform: translateY(-52%) scaleY(-1);
        -webkit-filter: fliph;
        filter: fliph
    }

    .nav-list-items li:hover .nav-step-two {
        height: 68px
    }

    .nav-list-items li:hover .nav-step-two ul {
        display: block
    }
}

@media (min-width:992px) {
    .nav-list .nav-user-list {
        margin-bottom: .25rem
    }
}

.nav-item-link {
    display: block;
    position: relative;
    padding: 0 .5rem
}

@media (min-width:992px) {
    .nav-item-link {
        cursor: pointer;
        padding: 24px 20px 23px !important;
        -webkit-transition: all .25s linear;
        transition: all .25s linear
    }

    .nav-step-one>li>.nav-item-link:after {
        content: "";
        width: 0;
        height: 0;
        background-color: #e60000;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
}

.nav-chevron {
    color: #e60000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

[dir=ltr] .nav-chevron {
    right: 0
}

[dir=rtl] .nav-chevron {
    left: 0
}

[dir=rtl] .nav-chevron.nav-chevron-direction {
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    -webkit-filter: flipv;
    filter: flipv
}

@media (min-width:992px) {
    .nav-chevron {
        width: 10px;
        height: 10px;
        top: 52%;
        display: none
    }

    [dir=ltr] .nav-chevron {
        right: 1
    }

    [dir=rtl] .nav-chevron {
        left: 1
    }
}

.nav-flag {
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.nav-flag~[class*=nav-step] ul {
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    max-height: 0;
    opacity: 0
}

[dir=ltr] .nav-step-one .nav-flag~[class*=nav-step] ul {
    padding: 0 0 0 .5rem
}

[dir=rtl] .nav-step-one .nav-flag~[class*=nav-step] ul {
    padding: 0 .5rem 0 0
}

[dir=ltr] .nav-step-two .nav-flag~[class*=nav-step] ul {
    padding: 0 0 0 .8rem
}

[dir=rtl] .nav-step-two .nav-flag~[class*=nav-step] ul {
    padding: 0 .8rem 0 0
}

[dir=ltr] .nav-step-one .nav-flag:checked~[class*=nav-step]>ul {
    padding: .8rem 0 0 .5rem
}

[dir=rtl] .nav-step-one .nav-flag:checked~[class*=nav-step]>ul {
    padding: .8rem .5rem 0 0
}

[dir=ltr] .nav-step-two .nav-flag:checked~[class*=nav-step]>ul {
    padding: .8rem 0 0 .8rem
}

[dir=rtl] .nav-step-two .nav-flag:checked~[class*=nav-step]>ul {
    padding: .8rem .8rem 0 0
}

.nav-flag:checked~[class*=nav-step]>ul {
    max-height: 100vh;
    opacity: 1
}

.nav-flag:checked~.nav-item-link .nav-chevron {
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
    -webkit-filter: fliph;
    filter: fliph
}

.nav-step-two .nav-item-link{
      font-size: 0.9rem;
    }

@media (min-width:992px) {
    .nav-flag~[class*=nav-step] ul {
        max-height: none;
        opacity: 1
    }

    .nav-flag:checked~[class*=nav-step] ul {
        max-height: none
    }

    .nav-flag:checked~.nav-item-link .nav-chevron {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width:992px) {
    .nav-step-two {
        height: 0;
        margin: 0 auto;
        padding: 0;
        background-color: hsla(0, 0%, 100%, .9);
        position: absolute;
        left: 0;
        right: 0;
        top: 68px;
        z-index: 3;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .nav-step-two>ul {
        max-width: 960px;
        max-width: 830px;
        margin: auto;
        display: none
    }

    .nav-step-two>ul>li {
        position: relative
    }

    .nav-step-two>ul>li:hover .nav-step-three {
        max-height: 100vh;
        display: block;
        opacity: 1
    }
}

@media (min-width:1200px) {
    .nav-step-two>ul {
        max-width: 1010px
    }
}

.nav-step-three {
    text-transform: capitalize
}

@media (min-width:992px) {
    .nav-step-three {
        display: none;
        min-width: 180%;
        background: hsla(0, 0%, 100%, .92);
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
        position: absolute;
        top: 68px;
        z-index: 4;
        opacity: 0;
        overflow: hidden !important;
        -webkit-transition: all 1.3s ease;
        transition: all 1.3s ease
    }

    .nav-step-three>ul {
        padding: 0 !important
    }

    .nav-step-three>ul li {
        display: block
    }

    .nav-step-three .nav-item-link {
        padding: 1.25rem !important
    }

    .nav-step-three .nav-chevron {
        display: none
    }
}

.nav-startup {
    width: 50%;
    background-color: hsla(0, 0%, 100%, .92);
    text-align: center;
    padding: .75rem;
    position: absolute;
    opacity: 0;
    display: none
}

[dir=ltr] .nav-startup {
    right: 0
}

[dir=rtl] .nav-startup {
    left: 0
}

@media (max-width:767.98px) {
    [dir=ltr] .nav-startup {
        border-bottom-left-radius: .5rem
    }

    [dir=rtl] .nav-startup {
        border-bottom-right-radius: .5rem
    }
}

@media (min-width:576px) {
    .nav-startup {
        width: 180px
    }
}

@media (min-width:768px) {
    .nav-startup {
        width: 210px
    }
}

.nav-startup-list li:not(:last-child) {
    margin-bottom: .75rem
}

.nav-startup .btn {
    margin: 0
}

.active .nav-startup {
    opacity: 1;
    display: block
}

[class*=nav-step] {
    overflow: hidden
}

[dir=ltr] [class*=nav-step] .nav-item-link {
    padding: 1.25rem 0 1.25rem .5rem
}

[dir=rtl] [class*=nav-step] .nav-item-link {
    padding: 1.25rem .5rem 1.25rem 0
}

[class*=nav-step] li:first-child>.nav-item-link {
    padding-top: 0
}

@media (min-width:992px) {
    [class*=nav-step] {
        overflow: visible
    }
}

@media (min-width:992px) {
    .header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-wrapper .nav-list-items {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
        padding: 0
    }
}

@media (min-width:992px) {

    .nav-item-link:hover,
    .nav-link:hover {
        color: #e60000;
        fill: #e60000
    }
}

@media (min-width:576px) {

    [dir=ltr] .nav-radius-down,
    [dir=ltr] .nav-startup,
    [dir=rtl] .nav-radius-down,
    [dir=rtl] .nav-startup {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }
}

.dropdown-toggle:not(.icon-monospaced) {
    white-space: nowrap;
    background: #f4f4f4;
    border: 1px solid #666;
    color: #000;
    border-radius: 6px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.1rem;
    margin-bottom: 0
}

.dropdown-toggle:not(.icon-monospaced),
.dropdown-toggle:not(.icon-monospaced) .icon-down-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dropdown-toggle:not(.icon-monospaced) .icon-down-arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.open .dropdown-toggle:not(.icon-monospaced) .icon-down-arrow {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-filter: fliph;
    filter: fliph
}

[dir=ltr] .dropdown-toggle:not(.icon-monospaced) .icon-down-arrow {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 1px solid #999;
    right: 0
}

[dir=rtl] .dropdown-toggle:not(.icon-monospaced) .icon-down-arrow {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 1px solid #999;
    left: 0
}

.dropdown-toggle:not(.icon-monospaced):disabled,
.dropdown-toggle:not(.icon-monospaced):disabled:hover {
    color: rgba(0, 0, 0, .2)
}

.dropdown-toggle:not(.icon-monospaced):disabled .icon-down-arrow svg,
.dropdown-toggle:not(.icon-monospaced):disabled:hover .icon-down-arrow svg {
    opacity: .2
}

[dir=ltr] .dropdown-toggle:not(.icon-monospaced) {
    padding: .75rem 0 .75rem 2rem
}

[dir=rtl] .dropdown-toggle:not(.icon-monospaced) {
    padding: .75rem 2rem .75rem 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    list-style: none;
    background-clip: padding-box;
    background: #f4f4f4;
    border: 1px solid #999;
    margin-top: 0;
    border-radius: 0;
    border-top: 0;
    width: 100%;
    z-index: 1;
    min-width: 8.75rem;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: scroll
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

[dir=ltr] .dropdown-menu {
    right: auto !important;
    left: 0 !important
}

[dir=rtl] .dropdown-menu {
    left: auto !important;
    right: 0 !important
}

.dropdown-menu-light {
    width: auto;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: .5rem 0;
    z-index: 2
}

[dir=ltr] .dropdown-menu-light {
    right: 0 !important;
    left: auto !important
}

[dir=rtl] .dropdown-menu-light {
    right: auto !important;
    left: 0 !important
}

.dropdown-menu::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f4f4f4
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #999
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #666
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: .25rem 1.5rem
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    background-color: transparent
}

.dropdown-menu-light .dropdown-item {
    padding: .5rem 1rem
}

.dropdown-menu-light .dropdown-item.active,
.dropdown-menu-light .dropdown-item:focus,
.dropdown-menu-light .dropdown-item:hover {
    color: #e60000
}

.dropdown-item-bordered {
    padding: 0 .5rem;
    margin-bottom: .5rem
}

.dropdown-item-bordered .dropdown-item {
    padding: .25rem 1rem
}

[dir=ltr] .dropdown-item-bordered .dropdown-item {
    border-width: 0 0 0 3px !important
}

[dir=rtl] .dropdown-item-bordered .dropdown-item {
    border-width: 0 3px 0 0 !important
}

.btn-group {
    position: relative
}

.btn-group.show {
    display: block
}

.btn-group.show .dropdown-toggle {
    border-color: #666;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group.show .dropdown-menu {
    display: block
}

.btn-group-dark .dropdown-menu,
.btn-group-dark .dropdown-toggle {
    background: #fff
}

.btn-group-dark .dropdown-toggle:disabled {
    opacity: 1
}

.btn-group-white .btn {
    min-width: 150px;
    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;
    padding: 1rem;
    background: #fff;
    color: #e60000;
    border: 0
}

.btn-group-with-input {
    width: 100%;
    margin: 0;
    color: #333
}

@media (min-width:768px) {
    .btn-group-with-input {
        margin-bottom: 0;
        height: 100%
    }
}

.btn-group-with-input .btn {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc
}

@media (min-width:768px) {
    .btn-group-with-input .btn {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        height: 100%
    }
}

.btn-group-border .btn {
    border-color: #ccc !important;
    border-radius: 6px !important
}

.btn-group-border-text {
    padding: .25rem 1rem
}

[dir=ltr] .btn-group-border-text {
    border-width: 0 0 0 3px !important
}

[dir=rtl] .btn-group-border-text {
    border-width: 0 3px 0 0 !important
}

.btn-group-border-text~.icon-down-arrow {
    border: 0 !important
}

.dropup-menu {
    position: relative
}

.dropup-menu .dropdown-toggle {
    border-radius: 6px !important
}

.dropup-menu .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropleft-menu {
    position: relative;
    display: inline-block !important
}

.dropleft-menu-btn-up {
    position: absolute;
    top: 0
}

[dir=ltr] .dropleft-menu-btn-up {
    right: 0
}

[dir=rtl] .dropleft-menu-btn-up {
    left: 0
}

.dropleft-menu .dropdown-menu {
    top: 0 !important;
    margin-top: 0
}

[dir=ltr] .dropleft-menu .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    margin-right: 0
}

[dir=rtl] .dropleft-menu .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    margin-left: 0
}

[dir=ltr] body {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] body {
    font-family: vodafone-regular-ar, sans-serif
}

[dir=ltr] .bold,
[dir=ltr] strong {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] .bold,
[dir=rtl] strong {
    font-family: vodafone-regular-ar, sans-serif
}

[dir=ltr] .quick-link-title {
    font-family: vodafone-regular-en, sans-serif
}

[dir=rtl] .quick-link-title {
    font-family: vodafone-regular-ar, sans-serif
}

.burger-toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.burger-toggle .checker {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.burger-toggle .checker:checked+span {
    width: 100%;
    height: 0;
    background-color: transparent
}

[dir=ltr] .burger-toggle .checker:checked+span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[dir=rtl] .burger-toggle .checker:checked+span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.burger-toggle .checker:checked+span:after,
.burger-toggle .checker:checked+span:before {
    top: 0;
    width: 100%
}

[dir=ltr] .burger-toggle .checker:checked+span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[dir=ltr] .burger-toggle .checker:checked+span:before,
[dir=rtl] .burger-toggle .checker:checked+span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

[dir=rtl] .burger-toggle .checker:checked+span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger-toggle span {
    width: 70%;
    height: 1px;
    background-color: #595959;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

[dir=ltr] .burger-toggle span {
    right: 0
}

[dir=rtl] .burger-toggle span {
    left: 0
}

.burger-toggle span:after,
.burger-toggle span:before {
    content: "";
    width: calc(100% + 7px);
    height: 1px;
    background-color: #595959;
    border-radius: 20px;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

[dir=ltr] .burger-toggle span:after,
[dir=ltr] .burger-toggle span:before {
    right: 0
}

[dir=rtl] .burger-toggle span:after,
[dir=rtl] .burger-toggle span:before {
    left: 0
}

.burger-toggle span:after {
    top: 8px
}

.burger-toggle span:before {
    top: -8px
}