.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.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: 1220px) {
    .container {
        max-width: 1200px
    }
}

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1220px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.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
}

.bg-primary {
    background-color: #666 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #4d4d4d !important
}

.bg-secondary {
    background-color: #ff7522 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #ee5900 !important
}

.bg-tertiary {
    background-color: #222 !important
}

a.bg-tertiary:hover,
a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
    background-color: #090909 !important
}

.bg-light {
    background-color: #fff !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #e6e6e6 !important
}

.bg-gray {
    background-color: #b1b1b1 !important
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #989898 !important
}

.bg-green {
    background-color: #56a734 !important
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
    background-color: #428028 !important
}

.bg-gray-light {
    background-color: #f0f0f0 !important
}

a.bg-gray-light:hover,
a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
    background-color: #d7d7d7 !important
}

.bg-facebook {
    background-color: #4460a0 !important
}

a.bg-facebook:hover,
a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
    background-color: #354b7c !important
}

.bg-instagram {
    background-color: #e4405f !important
}

a.bg-instagram:hover,
a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
    background-color: #d31e40 !important
}

.bg-twitter {
    background-color: #00aaec !important
}

a.bg-twitter:hover,
a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
    background-color: #0085b9 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #ddd !important
}

.border-top {
    border-top: 1px solid #ddd !important
}

.border-right {
    border-right: 1px solid #ddd !important
}

.border-bottom {
    border-bottom: 1px solid #ddd !important
}

.border-left {
    border-left: 1px solid #ddd !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: #666 !important
}

.border-secondary {
    border-color: #ff7522 !important
}

.border-tertiary {
    border-color: #222 !important
}

.border-light {
    border-color: #fff !important
}

.border-gray {
    border-color: #b1b1b1 !important
}

.border-green {
    border-color: #56a734 !important
}

.border-gray-light {
    border-color: #f0f0f0 !important
}

.border-facebook {
    border-color: #4460a0 !important
}

.border-instagram {
    border-color: #e4405f !important
}

.border-twitter {
    border-color: #00aaec !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !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: 1220px) {
    .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 iframe,
.embed-responsive embed,
.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.85714%
}

.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;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !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;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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: 1220px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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: 1220px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 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
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.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
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .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
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .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
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .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
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .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
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .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
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .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
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .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
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .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
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1220px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .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
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .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
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1220px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .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-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #666 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #4d4d4d !important
}

.text-secondary {
    color: #ff7522 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #ee5900 !important
}

.text-tertiary {
    color: #222 !important
}

a.text-tertiary:hover,
a.text-tertiary:focus {
    color: #090909 !important
}

.text-light {
    color: #fff !important
}

a.text-light:hover,
a.text-light:focus {
    color: #e6e6e6 !important
}

.text-gray {
    color: #b1b1b1 !important
}

a.text-gray:hover,
a.text-gray:focus {
    color: #989898 !important
}

.text-green {
    color: #56a734 !important
}

a.text-green:hover,
a.text-green:focus {
    color: #428028 !important
}

.text-gray-light {
    color: #f0f0f0 !important
}

a.text-gray-light:hover,
a.text-gray-light:focus {
    color: #d7d7d7 !important
}

.text-facebook {
    color: #4460a0 !important
}

a.text-facebook:hover,
a.text-facebook:focus {
    color: #354b7c !important
}

.text-instagram {
    color: #e4405f !important
}

a.text-instagram:hover,
a.text-instagram:focus {
    color: #d31e40 !important
}

.text-twitter {
    color: #00aaec !important
}

a.text-twitter:hover,
a.text-twitter:focus {
    color: #0085b9 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .75em 2em;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .19rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.btn-primary:hover {
    color: #fff;
    background-color: #535353;
    border-color: #4d4d4d
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #464646
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #ff7522;
    border-color: #ff7522
}

.btn-secondary:hover {
    color: #fff;
    background-color: #fb5e00;
    border-color: #ee5900
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #ff7522;
    border-color: #ff7522
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ee5900;
    border-color: #e15500
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.5)
}

.btn-tertiary {
    color: #fff;
    background-color: #222;
    border-color: #222
}

.btn-tertiary:hover {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #090909
}

.btn-tertiary:focus,
.btn-tertiary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 34, 34, 0.5);
    box-shadow: 0 0 0 .2rem rgba(34, 34, 34, 0.5)
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
    color: #fff;
    background-color: #222;
    border-color: #222
}

.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #090909;
    border-color: #020202
}

.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 34, 34, 0.5);
    box-shadow: 0 0 0 .2rem rgba(34, 34, 34, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-gray {
    color: #212529;
    background-color: #b1b1b1;
    border-color: #b1b1b1
}

.btn-gray:hover {
    color: #212529;
    background-color: #9e9e9e;
    border-color: #989898
}

.btn-gray:focus,
.btn-gray.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(177, 177, 177, 0.5);
    box-shadow: 0 0 0 .2rem rgba(177, 177, 177, 0.5)
}

.btn-gray.disabled,
.btn-gray:disabled {
    color: #212529;
    background-color: #b1b1b1;
    border-color: #b1b1b1
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show>.btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #989898;
    border-color: #919191
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(177, 177, 177, 0.5);
    box-shadow: 0 0 0 .2rem rgba(177, 177, 177, 0.5)
}

.btn-green {
    color: #fff;
    background-color: #56a734;
    border-color: #56a734
}

.btn-green:hover {
    color: #fff;
    background-color: #478a2b;
    border-color: #428028
}

.btn-green:focus,
.btn-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 167, 52, 0.5);
    box-shadow: 0 0 0 .2rem rgba(86, 167, 52, 0.5)
}

.btn-green.disabled,
.btn-green:disabled {
    color: #fff;
    background-color: #56a734;
    border-color: #56a734
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #428028;
    border-color: #3d7625
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 167, 52, 0.5);
    box-shadow: 0 0 0 .2rem rgba(86, 167, 52, 0.5)
}

.btn-gray-light {
    color: #212529;
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

.btn-gray-light:hover {
    color: #212529;
    background-color: #ddd;
    border-color: #d7d7d7
}

.btn-gray-light:focus,
.btn-gray-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 240, 240, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 240, 240, 0.5)
}

.btn-gray-light.disabled,
.btn-gray-light:disabled {
    color: #212529;
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

.btn-gray-light:not(:disabled):not(.disabled):active,
.btn-gray-light:not(:disabled):not(.disabled).active,
.show>.btn-gray-light.dropdown-toggle {
    color: #212529;
    background-color: #d7d7d7;
    border-color: #d0d0d0
}

.btn-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-gray-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 240, 240, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 240, 240, 0.5)
}

.btn-facebook {
    color: #fff;
    background-color: #4460a0;
    border-color: #4460a0
}

.btn-facebook:hover {
    color: #fff;
    background-color: #395085;
    border-color: #354b7c
}

.btn-facebook:focus,
.btn-facebook.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 96, 160, 0.5);
    box-shadow: 0 0 0 .2rem rgba(68, 96, 160, 0.5)
}

.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #4460a0;
    border-color: #4460a0
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #354b7c;
    border-color: #314573
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 96, 160, 0.5);
    box-shadow: 0 0 0 .2rem rgba(68, 96, 160, 0.5)
}

.btn-instagram {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f
}

.btn-instagram:hover {
    color: #fff;
    background-color: #de1f44;
    border-color: #d31e40
}

.btn-instagram:focus,
.btn-instagram.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(228, 64, 95, 0.5);
    box-shadow: 0 0 0 .2rem rgba(228, 64, 95, 0.5)
}

.btn-instagram.disabled,
.btn-instagram:disabled {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-instagram.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(228, 64, 95, 0.5);
    box-shadow: 0 0 0 .2rem rgba(228, 64, 95, 0.5)
}

.btn-twitter {
    color: #fff;
    background-color: #00aaec;
    border-color: #00aaec
}

.btn-twitter:hover {
    color: #fff;
    background-color: #008ec6;
    border-color: #0085b9
}

.btn-twitter:focus,
.btn-twitter.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 170, 236, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 170, 236, 0.5)
}

.btn-twitter.disabled,
.btn-twitter:disabled {
    color: #fff;
    background-color: #00aaec;
    border-color: #00aaec
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0085b9;
    border-color: #007cac
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 170, 236, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 170, 236, 0.5)
}

.btn-outline-primary {
    color: #666;
    background-color: transparent;
    background-image: none;
    border-color: #666
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #666;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5)
}

.btn-outline-secondary {
    color: #ff7522;
    background-color: transparent;
    background-image: none;
    border-color: #ff7522
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff7522;
    border-color: #ff7522
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ff7522;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff7522;
    border-color: #ff7522
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.5)
}

.btn-outline-tertiary {
    color: #222;
    background-color: transparent;
    background-image: none;
    border-color: #222
}

.btn-outline-tertiary:hover {
    color: #fff;
    background-color: #222;
    border-color: #222
}

.btn-outline-tertiary:focus,
.btn-outline-tertiary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 34, 34, 0.5);
    box-shadow: 0 0 0 .2rem rgba(34, 34, 34, 0.5)
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
    color: #222;
    background-color: transparent
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #222;
    border-color: #222
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-tertiary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 34, 34, 0.5);
    box-shadow: 0 0 0 .2rem rgba(34, 34, 34, 0.5)
}

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-gray {
    color: #b1b1b1;
    background-color: transparent;
    background-image: none;
    border-color: #b1b1b1
}

.btn-outline-gray:hover {
    color: #212529;
    background-color: #b1b1b1;
    border-color: #b1b1b1
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(177, 177, 177, 0.5);
    box-shadow: 0 0 0 .2rem rgba(177, 177, 177, 0.5)
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #b1b1b1;
    background-color: transparent
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #b1b1b1;
    border-color: #b1b1b1
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(177, 177, 177, 0.5);
    box-shadow: 0 0 0 .2rem rgba(177, 177, 177, 0.5)
}

.btn-outline-green {
    color: #56a734;
    background-color: transparent;
    background-image: none;
    border-color: #56a734
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #56a734;
    border-color: #56a734
}

.btn-outline-green:focus,
.btn-outline-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 167, 52, 0.5);
    box-shadow: 0 0 0 .2rem rgba(86, 167, 52, 0.5)
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #56a734;
    background-color: transparent
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show>.btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #56a734;
    border-color: #56a734
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 167, 52, 0.5);
    box-shadow: 0 0 0 .2rem rgba(86, 167, 52, 0.5)
}

.btn-outline-gray-light {
    color: #f0f0f0;
    background-color: transparent;
    background-image: none;
    border-color: #f0f0f0
}

.btn-outline-gray-light:hover {
    color: #212529;
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

.btn-outline-gray-light:focus,
.btn-outline-gray-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 240, 240, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 240, 240, 0.5)
}

.btn-outline-gray-light.disabled,
.btn-outline-gray-light:disabled {
    color: #f0f0f0;
    background-color: transparent
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active,
.btn-outline-gray-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-light.dropdown-toggle {
    color: #212529;
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 240, 240, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 240, 240, 0.5)
}

.btn-outline-facebook {
    color: #4460a0;
    background-color: transparent;
    background-image: none;
    border-color: #4460a0
}

.btn-outline-facebook:hover {
    color: #fff;
    background-color: #4460a0;
    border-color: #4460a0
}

.btn-outline-facebook:focus,
.btn-outline-facebook.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 96, 160, 0.5);
    box-shadow: 0 0 0 .2rem rgba(68, 96, 160, 0.5)
}

.btn-outline-facebook.disabled,
.btn-outline-facebook:disabled {
    color: #4460a0;
    background-color: transparent
}

.btn-outline-facebook:not(:disabled):not(.disabled):active,
.btn-outline-facebook:not(:disabled):not(.disabled).active,
.show>.btn-outline-facebook.dropdown-toggle {
    color: #fff;
    background-color: #4460a0;
    border-color: #4460a0
}

.btn-outline-facebook:not(:disabled):not(.disabled):active:focus,
.btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-facebook.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 96, 160, 0.5);
    box-shadow: 0 0 0 .2rem rgba(68, 96, 160, 0.5)
}

.btn-outline-instagram {
    color: #e4405f;
    background-color: transparent;
    background-image: none;
    border-color: #e4405f
}

.btn-outline-instagram:hover {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f
}

.btn-outline-instagram:focus,
.btn-outline-instagram.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(228, 64, 95, 0.5);
    box-shadow: 0 0 0 .2rem rgba(228, 64, 95, 0.5)
}

.btn-outline-instagram.disabled,
.btn-outline-instagram:disabled {
    color: #e4405f;
    background-color: transparent
}

.btn-outline-instagram:not(:disabled):not(.disabled):active,
.btn-outline-instagram:not(:disabled):not(.disabled).active,
.show>.btn-outline-instagram.dropdown-toggle {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f
}

.btn-outline-instagram:not(:disabled):not(.disabled):active:focus,
.btn-outline-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-instagram.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(228, 64, 95, 0.5);
    box-shadow: 0 0 0 .2rem rgba(228, 64, 95, 0.5)
}

.btn-outline-twitter {
    color: #00aaec;
    background-color: transparent;
    background-image: none;
    border-color: #00aaec
}

.btn-outline-twitter:hover {
    color: #fff;
    background-color: #00aaec;
    border-color: #00aaec
}

.btn-outline-twitter:focus,
.btn-outline-twitter.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 170, 236, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 170, 236, 0.5)
}

.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
    color: #00aaec;
    background-color: transparent
}

.btn-outline-twitter:not(:disabled):not(.disabled):active,
.btn-outline-twitter:not(:disabled):not(.disabled).active,
.show>.btn-outline-twitter.dropdown-toggle {
    color: #fff;
    background-color: #00aaec;
    border-color: #00aaec
}

.btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
.btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-twitter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 170, 236, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 170, 236, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #666;
    background-color: transparent
}

.btn-link:hover {
    color: #666;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: 1.1em 3.75em;
    font-size: 18px;
    line-height: 1.5;
    border-radius: .19rem
}

.btn-sm {
    padding: .3em .67em;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-xs {
    padding: .2em .5em;
    font-size: 14px;
    line-height: 1.2;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.img-fluid {
    max-width: 100%;
    /* XMOD height: auto */
    max-height: 100%
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .75em 1em;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .19rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.form-control::placeholder {
    color: #666;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.75em + 1px);
    padding-bottom: calc(.75em + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 18px;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 14px;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .75em;
    padding-bottom: .75em;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: .5rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ff7522
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255, 117, 34, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #ff7522
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #ff7522;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.25)
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #ff7522
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #ff7522
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ffc5a2
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #ff9555
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 117, 34, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 117, 34, 0.25)
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ff7522
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 117, 34, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: none
}

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

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices[data-type*="select-one"] {
    cursor: pointer
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #FFFFFF;
    margin: 0
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url("../../icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1
}

.choices[data-type*="select-one"] .choices__button:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
    box-shadow: 0px 0px 0px 2px #00BCD4
}

.choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #999 transparent;
    margin-top: -7.5px
}

.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url("../../icons/cross.svg");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75
}

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 3px 3px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 3px 3px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    word-break: break-all
}

.choices__list--dropdown.is-active {
    display: block
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 16px
}

[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus {
    outline: none
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 16px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slick-arrow {
    z-index: 90;
    padding: 20px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

header,
footer,
section,
aside,
nav,
article,
main {
    display: block
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
    outline: none
}

body.user-is-tabbing *:focus {
    outline: 2px solid #7AACFE !important;
    outline: 5px auto -webkit-focus-ring-color !important
}

body {
    background: #fff
}

@media (min-width: 992px) {
    body {
        padding-top: calc(6rem + 2.5rem)
    }
}

@media (min-width: 992px) {
    body.no-message {
        padding-top: 6rem
    }
}

html,
body {
    overflow-x: hidden;
    height: auto
}

@media (max-width: 767.98px) {
    .container-ext {
        padding-left: 0;
        padding-right: 0
    }
}

.menu-collapse {
    z-index: -3
}

@media (min-width: 768px) {
    .menu-collapse {
        z-index: 1
    }
}

.meni-collapse:after {
    z-index: -10
}

.menu-item-group {
    z-index: 1
}

.menu-icon-label {
    z-index: 10
}

.cookie-modal {
    z-index: 100
}

.link-box:after,
.link-box:before {
    z-index: 5
}

.link-box-content {
    z-index: 10
}

.main-header {
    z-index: 160
}

.filter {
    z-index: 150
}

.filter-wrapper {
    z-index: 130
}

.submenu {
    z-index: -2
}

.submenu:after {
    z-index: -3
}

.main-header:after {
    z-index: -1
}

.main-header {
    background-color: #fff;
    position: relative
}

@media (min-width: 992px) {
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }
}

.main-header:after {
    content: "";
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0
}

.main-header-ext {
    padding: 1rem 1.5rem
}

.main-header-dropdown-toggle {
    height: 4.38rem
}

.main-header-dropdown-menu {
    margin-right: -1.5rem
}

@media (min-width: 768px) {
    .main-header-back {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.main-header-user>a {
    text-decoration: none
}

@media (min-width: 992px) {
    .main-header-user>a:hover {
        text-decoration: underline
    }
}

.main-footer {
    border-top: 1px solid #ddd;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.main-footer-link {
    line-height: 2em
}

html {
    font-size: 16px
}

body {
    color: #666
}

body,
input,
select,
textarea {
    font-family: 'Helvetica', sans-serif
}

.wf-active body,
.wf-active input,
.wf-active select,
.wf-active textarea {
    font-family: "Lato", sans-serif
}

.wf-active h1,
.wf-active .alfa,
.wf-active h2,
.wf-active .beta,
.wf-active h3,
.wf-active .gamma,
.wf-active h4,
.wf-active .delta,
.wf-active h5,
.wf-active .epsilon,
.wf-active h6,
.wf-active .zeta {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700
}

strong,
.strong {
    font-weight: 700
}

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

small,
.small {
    font-size: 14px;
    font-size: .875rem
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #ff7522;
    text-decoration: underline
}

@media (min-width: 992px) {
    a:hover,
    a:focus {
        color: #ff7522;
        text-decoration: none
    }
}

h1,
.alfa,
h2,
.beta,
h3,
.gamma,
h4,
.delta,
h5,
.epsilon,
h6,
.zeta {
    font-family: sans-serif;
    margin-bottom: 2rem;
    line-height: 1.5em;
    color: #222;
    text-transform: uppercase
}

.alfa-alt,
.beta-alt,
.gamma-alt,
.delta-alt,
.epsilon-alt,
.zeta-alt {
    text-transform: none
}

h1,
.alfa {
    font-size: 36px;
    font-size: 2rem
}

@media (min-width: 768px) {
    h1,
    .alfa {
        font-size: 48px;
        font-size: rem;
    }
}

h2,
.beta {
    font-size: 32px;
    font-size: 2rem
}

@media (min-width: 768px) {
    h2,
    .beta {
        font-size: 42px;
        font-size: 2.625rem
    }
}

h3,
.gamma {
    font-size: 22px;
    font-size: 1.375rem
}

@media (min-width: 768px) {
    h3,
    .gamma {
        font-size: 32px;
        font-size: 2rem
    }
}

h4,
.delta {
    font-size: 18px;
    font-size: 1.125rem
}

@media (min-width: 768px) {
    h4,
    .delta {
        font-size: 22px;
        font-size: 1.375rem
    }
}

h5,
.epsilon {
    font-size: 18px;
    font-size: 1.125rem
}

h6,
.zeta {
    font-size: 14px;
    font-size: .875rem
}

.typography p,
.typography li,
.typography td,
.typography th {
    line-height: 1.75em
}

.typography p,
.typography ul,
.typography ol,
.typography table,
.typography fieldset,
.typography blockquote,
.typography .embed-responsive {
    margin-bottom: 2rem
}

.typography ul,
.typography ol {
    margin-left: 0
}

.typography ul li {
    list-style: none;
    position: relative;
    padding-left: 1.4rem
}

.typography ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ff7522;
    border-radius: 50%;
    position: absolute;
    top: 0.75rem;
    left: 0
}

ul.nav li:before{
    display: none;
}

ul.nav li{
    padding-left:0
}

.typography ol {
    counter-reset: counter
}

.typography ol li {
    list-style: none;
    position: relative;
    counter-increment: counter;
    padding-left: 1.4rem
}

.typography ol li:before {
    font-size: 15px;
    font-size: .9375rem;
    content: counter(counter);
    position: absolute;
    color: #ff7522;
    left: 0;
    top: 0
}

.typography .lead {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #222
}

.typography blockquote {
    color: #222;
    font-weight: 700;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative
}

@media (min-width: 768px) {
    .typography blockquote {
        padding-left: 5rem;
        padding-right: 5rem;
        text-align: center
    }
}

.typography blockquote:before,
.typography blockquote:after {
    font-family: "Josefin Sans", sans-serif;
    opacity: 0.3;
    color: #222;
    font-size: 42px;
    font-weight: 400;
    line-height: 56px;
    content: '"';
    position: absolute;
    line-height: 0
}

.typography blockquote:before {
    left: 0;
    top: 1.5rem
}

@media (min-width: 768px) {
    .typography blockquote:before {
        left: 2.5rem
    }
}

.typography blockquote:after {
    right: 0;
    bottom: 0
}

@media (min-width: 768px) {
    .typography blockquote:after {
        right: 2.5rem
    }
}

.form-wrapper {
    background-color: #666;
    padding: 1rem
}

@media (min-width: 768px) {
    .form-wrapper {
        padding: 2.5rem
    }
}

@media (min-width: 992px) {
    .form-wrapper {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }
}

.form-control:hover {
    border-color: #b1b1b1
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eb6809
}

.form-control-nr-wrapper {
    width: 3.75rem;
    position: relative
}

.form-control-nr-control {
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    right: 0;
    background-color: #ff7522;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.25rem;
    color: #fff;
    border: 0;
    padding: 0;
    margin: 0
}

.form-control-nr-control-plus {
    border-top-right-radius: 3px;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.form-control-nr-control-minus {
    border-bottom-right-radius: 3px;
    bottom: 0
}

.form-control-nr {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 1rem
}

.form-control-error {
    border: 2px solid #f03534;
    border-radius:5px;
}

.select-control-error .Select-control{
    border: 2px solid #f03534;
}

.form-control-warning {
    border-color: #ffa502
}

.form-control-success {
    border-color: #56a734
}

.form-control-feedback {
    margin-top: .5rem;
    line-height: 1.3rem
}

.form-control-feedback.is-error {
    color: #f03534
}

.form-control-feedback.is-warning {
    color: #ffa502
}

.form-control-feedback.is-success {
    color: #56a734
}

.form-label {
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #222
}

.form-label-option {
    color: #989898
}

.form-checkbox,
.form-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.form-checkbox:hover {
    curson: pointer
}

.form-checkbox+span,
.form-radio+span {
    width: .9rem;
    height: .9rem;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0.25rem;
    top: 1px
}

.form-checkbox+span:after,
.form-radio+span:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 50%;
    height: 50%;
    background-color: #ff7522;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    opacity: 0
}

.form-checkbox+span {
    border-radius: 4px;
    overflow: hidden
}

.form-checkbox+span:after {
    width: 110%;
    height: 110%;
    background: url("../images/checkbox.svg");
    background-size: 100% 100%
}

.form-checkbox-ext+span {
    width: 1.25rem;
    height: 1.25rem;
    top: 0
}

.form-checkbox:checked+span:after,
.form-radio:checked+span:after {
    opacity: 1
}

.form-checkbox:checked+span {
    border-color: #ff7522
}

.form-radio+span {
    border-radius: 50%;
    width: 1rem;
    height: 1rem
}

.form-radio+span:after {
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #ff7522;
    width: 1.5rem;
    height: 1.5rem
}

.form-radio-ext+span {
    width: 1.88rem;
    height: 1.88rem
}

.form-radio-ext+span:after {
    width: 2.38rem;
    height: 2.38rem;
    top: inherit;
    top: -.25rem;
    left: -.25rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.form-radio-alt+span {
    width: 1.25rem;
    height: 1.25rem
}

.form-radio-alt+span:after {
    width: 50%;
    height: 50%;
    border: 0;
    background-color: #ff7522
}

.form-radio-mahagon+span {
    background-color: #6d2a31;
    border-color: #6d2a31
}

.form-radio-black+span {
    background-color: #000;
    border-color: #000
}

.form-radio-natural+span {
    background-color: #de9e56;
    border-color: #de9e56
}

.checkbox label,
.radio label {
    font-size: 16px;
    font-size: 1rem;
    color: #222;
    position: relative;
    padding-left: 2rem;
    display: block;
    font-weight: 700
}

.checkbox label+label,
.radio label+label {
    margin-left: 2rem
}

.checkbox-ext label {
    padding-top: .1rem;
    padding-left: 2rem
}

.radio-inline label {
    padding-left: 0
}

.radio-inline span {
    display: block;
    position: static
}

.radio-inline span:hover{
    cursor: pointer ;
}

.radio-inline .form-radio+span {
    left: 0;
    top: 0
}

.radio-tag {
    font-size: 10px;
    border-radius: 2rem;
    background-color: #56a734;
    color: #fff;
    font-weight: 700;
    line-height: 1rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding: 0 0.3rem;
    text-transform: capitalize
}

.form-note {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.43rem
}

.form-error-msg {
    font-size: 14px;
    font-size: .875rem;
    color: red
}

.form-group-lg {
    margin-bottom: 2rem
}

.form-box {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 1.5rem;
    padding-left: 4.5rem;
    border: 1px solid #ddd;
    position: relative;
    z-index: 0
}

@media (min-width: 768px) {
    .form-box {
        padding: 2rem;
        padding-left: 7rem
    }
}

@media (min-width: 992px) {
    .form-box {
        padding-left: 2rem
    }
}

.form-box:hover {
    cursor: pointer
}

@media (min-width: 992px) {
    .form-box:hover {
        background-color: #eee
    }
}

.form-box.is-active {
    border-color: #ff7522;
    z-index: 1
}

.form-box.is-active:after {
    opacity: 1
}

.form-box:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ff7522;
    position: absolute;
    content: ""
}

.form-box-wrapper+.form-box-wrapper .form-box {
    margin: -1px 0 0 0
}

@media (min-width: 992px) {
    .form-box-wrapper+.form-box-wrapper .form-box {
        margin: 0 0 0 -1px
    }
}

.form-box-text p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7em
}

.form-box-input {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem
}

@media (min-width: 768px) {
    .form-box-input {
        top: 45%;
        left: 3rem
    }
}

@media (min-width: 992px) {
    .form-box-input {
        top: 1rem;
        right: 0.5rem;
        left: inherit
    }
}

.btn {
    font-family: "Lato", sans-serif;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn .icon,
.btn .icon-ext {
    fill: #fff
}

.btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-outline-primary {
    color: #ff7522
}

.btn-outline-primary .icon,
.btn-outline-primary .icon-ext {
    fill: #666
}

@media (min-width: 992px) {
    .btn-outline-primary:hover .icon,
    .btn-outline-primary:hover .icon-ext {
        fill: #fff
    }
}

.btn-outline-secondary {
    color: #ff7522
}

.btn-outline-secondary .icon,
.btn-outline-secondary .icon-ext {
    fill: #ff7522
}

@media (min-width: 992px) {
    .btn-outline-secondary:hover .icon,
    .btn-outline-secondary:hover .icon-ext {
        fill: #fff
    }
}

.btn-outline-tertiary {
    color: #ff7522
}

.btn-outline-tertiary .icon,
.btn-outline-tertiary .icon-ext {
    fill: #222
}

@media (min-width: 992px) {
    .btn-outline-tertiary:hover .icon,
    .btn-outline-tertiary:hover .icon-ext {
        fill: #fff
    }
}

.btn-outline-light {
    color: #ff7522
}

.btn-outline-light .icon,
.btn-outline-light .icon-ext {
    fill: #fff
}

@media (min-width: 992px) {
    .btn-outline-light:hover .icon,
    .btn-outline-light:hover .icon-ext {
        fill: #fff
    }
}

.btn-outline-gray {
    color: #ff7522
}

.btn-outline-gray .icon,
.btn-outline-gray .icon-ext {
    fill: #b1b1b1
}

@media (min-width: 992px) {
    .btn-outline-gray:hover .icon,
    .btn-outline-gray:hover .icon-ext {
        fill: #fff
    }
}

.btn-outline-green {
    color: #ff7522
}

.btn-outline-green .icon,
.btn-outline-green .icon-ext {
    fill: #56a734
}

@media (min-width: 992px) {
    .btn-outline-green:hover .icon,
    .btn-outline-green:hover .icon-ext {
        fill: #fff
    }
}

.btn-outline-gray-light {
    color: #ff7522
}

.btn-outline-gray-light .icon,
.btn-outline-gray-light .icon-ext {
    fill: #f0f0f0
}

@media (min-width: 992px) {
    .btn-outline-gray-light:hover .icon,
    .btn-outline-gray-light:hover .icon-ext {
        fill: #fff
    }
}

.btn-outline-facebook {
    color: #ff7522
}

.btn-outline-facebook .icon,
.btn-outline-facebook .icon-ext {
    fill: #4460a0
}

@media (min-width: 992px) {
    .btn-outline-facebook:hover .icon,
    .btn-outline-facebook:hover .icon-ext {
        fill: #fff
    }
}

.btn-outline-instagram {
    color: #ff7522
}

.btn-outline-instagram .icon,
.btn-outline-instagram .icon-ext {
    fill: #e4405f
}

@media (min-width: 992px) {
    .btn-outline-instagram:hover .icon,
    .btn-outline-instagram:hover .icon-ext {
        fill: #fff
    }
}

.btn-outline-twitter {
    color: #ff7522
}

.btn-outline-twitter .icon,
.btn-outline-twitter .icon-ext {
    fill: #00aaec
}

@media (min-width: 992px) {
    .btn-outline-twitter:hover .icon,
    .btn-outline-twitter:hover .icon-ext {
        fill: #fff
    }
}

.btn-link,
.btn-text {
    background: none;
    border: 0
}

.btn-link {
    color: #ff7522
}

.btn-link:hover {
    color: #ff7522
}

.h-xs-25 {
    height: 25% !important
}

@media (min-width: 576px) {
    .h-sm-25 {
        height: 25% !important
    }
}

@media (min-width: 768px) {
    .h-md-25 {
        height: 25% !important
    }
}

@media (min-width: 992px) {
    .h-lg-25 {
        height: 25% !important
    }
}

@media (min-width: 1220px) {
    .h-xl-25 {
        height: 25% !important
    }
}

.h-25 {
    height: 25% !important
}

.h-xs-50 {
    height: 50% !important
}

@media (min-width: 576px) {
    .h-sm-50 {
        height: 50% !important
    }
}

@media (min-width: 768px) {
    .h-md-50 {
        height: 50% !important
    }
}

@media (min-width: 992px) {
    .h-lg-50 {
        height: 50% !important
    }
}

@media (min-width: 1220px) {
    .h-xl-50 {
        height: 50% !important
    }
}

.h-50 {
    height: 50% !important
}

.h-xs-75 {
    height: 75% !important
}

@media (min-width: 576px) {
    .h-sm-75 {
        height: 75% !important
    }
}

@media (min-width: 768px) {
    .h-md-75 {
        height: 75% !important
    }
}

@media (min-width: 992px) {
    .h-lg-75 {
        height: 75% !important
    }
}

@media (min-width: 1220px) {
    .h-xl-75 {
        height: 75% !important
    }
}

.h-75 {
    height: 75% !important
}

.h-xs-100 {
    height: 100% !important
}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important
    }
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important
    }
}

@media (min-width: 992px) {
    .h-lg-100 {
        height: 100% !important
    }
}

@media (min-width: 1220px) {
    .h-xl-100 {
        height: 100% !important
    }
}

.h-100 {
    height: 100% !important
}

@media (min-width: 768px) {
    .menu {
        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
    }
}

.menu-logo {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

@media (min-width: 1220px) {
    .menu-logo {
        margin-left: 2.5rem;
        margin-right: 3rem
    }
}

.menu-logo img,
.menu-logo a {
    display: block
}

@media (max-width: 991.98px) {
    .menu-logo img {
        height: 2.25rem;
        width: auto
    }
}

@media (max-width: 767.98px) {
    .menu-item-group {
        padding: 1rem 2rem;
        background-color: #fff;
        position: relative
    }
}

.menu-item-group-ext {
    border-top: 1px solid #ddd
}

@media (max-width: 767.98px) {
    .menu-item {
        transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
        -webkit-transform: scale(1.1) translateY(-24px);
        transform: scale(1.1) translateY(-24px);
        opacity: 0;
        will-change: auto
    }
}

@media (min-width: 768px) {
    .menu-item {
        float: left
    }
}

@media (max-width: 767.98px) {
    .menu-item+.menu-item {
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
}

@media (min-width: 768px) {
    .menu-item+.menu-item {
        margin-left: 1.0rem
    }
}

@media (min-width: 1050px) {
    .menu-item+.menu-item {
        margin-left: 1.5rem
    }
}


@media (min-width: 1220px){
    .menu-item+.menu-item {
        margin-left: 1.5rem
    }
}

.menu-link {
    font-size: 20px;
    font-size: 1.25rem;
    color: #222;
    font-weight: 700;
    display: block;
    text-decoration: none;
    padding: 1.2rem 0;
    background: url("../images/angle-right.svg") right center no-repeat;
    background-size: .5rem 1rem
}

@media (min-width: 768px) {
    .menu-link {
        font-size: 16px;
        font-size: 1rem;
        background: none
    }
}

@media (min-width: 1220px) {
    .menu-link {
        font-size: 18px;
        /* font-size: 1rem */
    }
}

.menu-link:hover,
.menu-link:focus {
    color: #222;
    text-decoration: none
}

@media (min-width: 768px) {
    .menu-link:hover,
    .menu-link:focus {
        color: #ff7522
    }
}

.menu-link-ext {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.menu-link-icon {
    vertical-align: middle;
    margin: -.2rem .5rem 0 0
}

@media (max-width: 767.98px) {
    .menu-collapse {
        will-change: auto;
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        top: 6.2rem;
        display: none
    }
    .menu-collapse:after {
        content: "";
        -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0;
        right: 0;
        top: 5%;
        bottom: 0
    }

    .no-message-mc{
        top: 4.2rem;
    }
}

.menu-collapse.is-active {
    -webkit-animation: collapse 230ms ease-out forwards;
    animation: collapse 230ms ease-out forwards;
    display: block
}

.menu-collapse.is-active .menu-item {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1
}

.menu-icon-wrapper {
    position: absolute;
    /*top: 1.5rem;*/
    right: 6.25rem
}

.menu-icon-label {
    -webkit-transition: cubic-bezier(0.3, 0.01, 0.165, 0.99) .4s;
    transition: cubic-bezier(0.3, 0.01, 0.165, 0.99) .4s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 48px;
    height: 48px;
    position: absolute;
    top: 2.6rem;
    right: 5.5rem;
    background: none;
    border: 0
}

@media (min-width: 768px) {
    .menu-icon-label {
        top: 0.69rem
    }
}

.menu-icon-label:hover {
    cursor: pointer
}

.menu-icon-label.is-active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu-icon-label.is-active .menu-icon-label-text {
    display: none
}

.menu-icon-label.is-active .menu-icon-top .menu-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-icon-label.is-active .menu-icon-bottom .menu-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px
}

.menu-icon-label-text {
    font-size: 12px;
    font-size: .75rem;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 3.75rem;
    right: 8.5rem
}

.menu-icon {
    width: 20px;
    height: 1px;
    background: #222;
    display: block;
    position: absolute;
    left: 14px
}

.menu-icon-top .menu-icon {
    -moz-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    -o-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    -webkit-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s;
    -webkit-transition-delay: .1s;
    -webkit-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    top: 20px
}

.menu-icon-bottom .menu-icon {
    -moz-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    -o-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    -webkit-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s;
    -webkit-transition-delay: .1s;
    -webkit-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    top: 26px
}

@-webkit-keyframes collapse {
    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translate(0, 2rem);
        transform: translate(0, 2rem)
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes collapse {
    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translate(0, 2rem);
        transform: translate(0, 2rem)
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.submenu {
    position: absolute;
    top: 100%;
    text-align: left;
    background: #fff;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    overflow: auto
}

@media (min-width: 768px) {
    .submenu {
        top: 100%
    }
}

@media (min-width: 992px) {
    .submenu {
        max-height: calc(100vh - 8.75rem)
    }
}

.submenu.is-active {
    -webkit-animation: showSubmenu 0.6s linear;
    animation: showSubmenu 0.4s linear;
    display: block
}

.submenu:after {
    content: "";
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    bottom: 0
}

@media (min-width: 768px) {
    .menu-item:hover .submenu {
        display: block
    }
}

.submenu [class*="col-"] {
    background: white
}

.submenu [class*="col-"] [class*="col-"] {
    background: inherit
}

.submenu-item+.submenu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.submenu-link {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    padding: 1rem;
    line-height: 1.3em;
    color: #222
}

@media (min-width: 768px) {
    .submenu-link {
        padding: 10px 20px
    }
}

.submenu-link:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width: 992px) {
    .submenu-link:hover {
        background: #ee5900
    }
}

.submenu-section {
    padding: 2rem 1.5rem
}

@media (min-width: 768px) {
    .submenu-section {
        padding: 3rem;
    }
}

.submenu-section-ext {
    background-color: #f2f2f2
}

.submenu-materials {
    border: 1px solid #ddd;
    border-width: 1px 0 0 0
}

@media (min-width: 768px) {
    .submenu-materials {
        border-width: 0 0 0 1px
    }
}

.submenu-style {
    background: #fff
}

@media (min-width: 992px) {
    .submenu-style {
        border-left: 1px solid #ddd
    }
}

@-webkit-keyframes showSubmenu {
    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translate(0, 2rem);
        transform: translate(0, 2rem)
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes showSubmenu {
    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translate(0, 2rem);
        transform: translate(0, 2rem)
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.hr {
    width: 100%;
    height: 1px;
    margin: 1rem 0
}

.hr-line {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    height: 1px;
    background-color: #ddd
}

@media (min-width: 768px) {
    .hr-line {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 768px) {
    .hr-line-lg {
        margin-top: 6rem;
        margin-bottom: 6rem
    }
}

.hr-line-light {
    background-color: rgba(255, 255, 255, 0.25)
}

.group:after {
    display: table;
    clear: both;
    content: ""
}

.lazy {
    opacity: 0
}

.lazy.loaded {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.input-group-text {
    background-color: #fff;
    border-right: 0
}

.input-group-icon {
    fill: #666
}

.wf-active .font-primary {
    font-family: "Lato", sans-serif
}

.wf-active .font-secondary {
    font-family: "Josefin Sans", sans-serif
}

.cookie-modal {
    right: .5em;
    bottom: .5em;
    left: .5em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    background-color: #fff;
    padding: .5em;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
    -webkit-box-shadow: 0 0 1em rgba(102, 102, 102, 0.4);
    box-shadow: 0 0 1em rgba(102, 102, 102, 0.4);
    will-change: auto
}

.notification-area {
    right: .5em;
    bottom: 2em;
    left: .5em;
    position: fixed;
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
    z-index: 1000;
}

.notification {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    padding: 1em;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
    -webkit-box-shadow: 0 0 1em rgba(102, 102, 102, 0.4);
    box-shadow: 0 0 1em rgba(102, 102, 102, 0.4);
    will-change: auto;
    display: block;
    margin: .5em;
    align-self: stretch;
}

.notification.is-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (min-width: 768px) {
    .cookie-modal {
        right: 2em;
        bottom: 2em;
        left: inherit;
        padding: 1em;
        max-width: 20em
    }

    .notification-area {
        bottom: 0.5em;
        left: inherit;
        max-width: 20em
    }
}

.cookie-modal.is-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.cookie-text {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5em;
    margin-bottom: 1em
}

.cart-banner-text {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5em;
    align-self: center;
}

@media (min-width: 768px) {
    .cookie-text {
        font-size: 14px;
        font-size: .875rem
    }

    .cart-banner-text {
        font-size: 14px;
        font-size: .875rem
    }
}

.cookie-btn {
    font-size: 14px;
    font-size: .875rem;
    padding: .5em 1em;
    background-color: #ff7522;
    border: 0
}

.cookie-btn,
.cookie-btn:visited,
.cookie-btn:active,
.cookie-btn:focus {
    color: #fff
}

.cookie-btn:hover {
    color: #fff
}

@media (min-width: 992px) {
    .cookie-btn:hover {
        background-color: #ee5900
    }
}

.show-on-focus {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.show-on-focus:focus {
    z-index: 20;
    width: auto;
    height: auto;
    clip: auto;
    padding: 1em;
    background-color: #ff7522;
    color: #fff
}

.visually-hidden {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(1px);
    clip-path: inset(1px);
    visibility: hidden;
    white-space: nowrap;
    position: absolute
}

.text-primary {
    fill: #666 !important
}

.text-secondary {
    fill: #ff7522 !important
}

.text-tertiary {
    fill: #222 !important
}

.text-light {
    fill: #fff !important
}

.text-gray {
    fill: #b1b1b1 !important
}

.text-green {
    fill: #56a734 !important
}

.text-gray-light {
    fill: #f0f0f0 !important
}

.text-facebook {
    fill: #4460a0 !important
}

.text-instagram {
    fill: #e4405f !important
}

.text-twitter {
    fill: #00aaec !important
}

.text-red {
    color: #ff0000 !important
}

.cart-btn {
    font-size: 16px;
    font-size: 1rem;
    background-color: #ff7522;
    height: 4.38rem;
    width: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: 0;
    margin: 0;
    position: relative
}

@media (min-width: 992px) {
    .cart-btn {
        height: 6.25rem;
        width: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-left: 1.5rem
    }
}

.cart-btn-tag {
    font-size: 12px;
    font-size: .75rem;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #fff;
    color: #222;
    font-weight: 700;
    letter-spacing: 1.95px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 15%;
    right: 15%
}

.cart-table-row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .cart-table-row {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem
    }
}

.cart-summary {
    background-color: #eee;
    padding: 2rem 1.5rem
}

.icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 1rem;
    height: 1rem
}

.icon-ext {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: auto;
    height: auto
}

.icon-left {
    margin-right: 15px
}

.icon-right {
    margin-left: 15px
}

.intro {
    background-size: cover;
    padding-top: 1.75rem;
    padding-bottom: 0
}

.webp .intro {
    background: url("../images/bg-one2.webp") center no-repeat;
}

.no-webp .intro {
    background: url("../images/bg-one2.jpg") center no-repeat;
}

@media (min-width: 992px) {
    /* XMOD
    .intro {
        padding-top: 16.25rem;
        padding-bottom: 13rem
    }
    */
    .intro {
        padding-top: 12rem;
        padding-bottom:8rem;
    }
}

.intro-search {
    margin-bottom: 3rem
}

@media (min-width: 992px) {
    .intro-search {
        margin-bottom: 9rem
    }
}

.intro-group {
    margin-bottom: 0.6rem
}

@media (min-width: 768px) {
    .intro-group {
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    .intro-group {
        margin-bottom: 0.6rem
    }
}

.subfooter {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width: 992px) {
    .subfooter {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

.social {
    border-radius: 3px;
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd
}

.social>svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    fill: #999
}

@media (min-width: 992px) {
    .social:hover>svg {
        fill: #fff
    }
}

@media (min-width: 992px) {
    .social-facebook:hover {
        background: #4460a0;
        border-color: #4460a0
    }
}

@media (min-width: 992px) {
    .social-twitter:hover {
        background: #00aaec;
        border-color: #00aaec
    }
}

@media (min-width: 992px) {
    .social-instagram:hover {
        background: #ca71be;
        border-color: #ca71be
    }
}

@media (min-width: 992px) {
    .social-youtube:hover {
        background: #ce1312;
        border-color: #ce1312
    }
}

.widget-confidence {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #eee
}

@media (min-width: 992px) {
    .widget-confidence {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.widget-newsletter {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: cover
}

.webp .widget-newsletter {
    background: #000 url("../images/bg-newsletter2.webp") center no-repeat;
}

.no-webp .widget-newsletter {
    background: #000 url("../images/bg-newsletter2.jpg") center no-repeat;
}

@media (min-width: 992px) {
    .widget-newsletter {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
}

.widget-newsletter p {
    opacity: .75
}

.widget-brand-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-column-gap: 2rem
}

@media (min-width: 768px) {
    .widget-brand-group {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 4rem
    }
}

.widget-brand-link {
    font-weight: 700;
    display: block;
    padding: .65rem 1rem;
    margin: .5rem 0;
    color: #222;
    line-height: 1.3em;
    text-decoration: none
}

@media (min-width: 992px) {
    .widget-brand-link:hover {
        border-radius: 3px;
        background-color: #ff7522;
        color: #fff
    }
}

.widget-shipping {
    font-size: 14px;
    font-size: .875rem;
    background-color: #222;
    color: #fff;
    padding: .5rem
}

.widget-returning {
    font-size: 14px;
    font-size: .875rem;
    background-color: #222;
    color: #fff;
    padding: 0.8rem;
    height: 5rem;
    line-height: 1.5rem;
}

.widget-returning p {
    display: inline;
    text-transform: uppercase;
}


@media (min-width: 768px) {
    .widget-shipping {
        padding: 0.8rem;
        height: 2.5rem
    }
}

@media (min-width: 576px) {
    .widget-returning {
        font-size: 14px;
        font-size: .875rem;
        padding: 2rem;
        line-height: normal;
    }
}

.widget-shipping-close {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .5;
    margin-top: -.3rem
}

@media (min-width: 992px) {
    .widget-shipping-close:hover {
        opacity: 1
    }
}

@media (min-width: 992px) {
    .widget-filter-body {
        border-right: 1px solid #ddd
    }
}

.widget-filter-item+.widget-filter-item {
    margin-top: 1rem
}

.widget-reviews {
    background-color: #eee
}

@media (max-width: 991.98px) {
    .widget-reviews {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .widget-reviews {
        border-radius: 3px
    }
}

.webp .widget-benefits {
    background: url("../images/bg-one2.webp") center no-repeat;
    background-size: cover;
    padding: 3rem 0
}

.no-webp .widget-benefits {
    background: url("../images/bg-one2.jpg") center no-repeat;
    background-size: cover;
    padding: 3rem 0
}

@media (min-width: 768px) {
    .widget-benefits {
        padding: 4rem
    }
}

@media (min-width: 992px) {
    .widget-benefits {
        padding: 6rem
    }
}

.widget-benefits-ext {
    background-image: url("../images/bg-six.jpg")
}

.widget-benefits-item {
    line-height: 1.5em;
    font-weight: 700;
}

@media (min-width: 768px) {
    .widget-benefits-item {
        margin-top: 1.5rem
    }
}

@media (min-width: 992px) {
    .widget-benefits-item {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 400
    }
}

@media (max-width: 767.98px) {
    .widget-benefits-img {
        width: 6.25rem;
        height: auto
    }
}

.widget-bonus {
    border-radius: 3px;
    background-color: #eee;
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    .widget-bonus {
        margin-bottom: 6rem
    }
}

.widget-bonus-content {
    padding: 2rem 1.5rem
}

@media (min-width: 992px) {
    .widget-bonus-content {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.widget-menu {
    background-color: #eee;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem
}

.widget-menu-title {
    padding: 2rem 1rem 1rem 3rem
}

.widget-menu-link {
    line-height: 1.75rem;
    padding: .5rem 2rem;
    border-left: 4px solid #eee;
    display: block
}

@media (min-width: 768px) {
    .widget-menu-link {
        border-color: #fff
    }
}

@media (min-width: 992px) {
    .widget-menu-link {
        border-color: #eee;
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.widget-menu-link.is-active {
    color: #222;
    border-color: #ff7522
}

.widget-menu-btn.widget-menu-btn.widget-menu-btn {
    margin: -1.5rem 0 3rem 0
}

@media (min-width: 768px) {
    .widget-menu-btn.widget-menu-btn.widget-menu-btn {
        margin-top: 0
    }
}

.widget-menu-btn.widget-menu-btn.widget-menu-btn.is-active {
    margin-bottom: 0
}

.widget-account {
    padding: 3rem 1rem;
    margin-top: 1.5rem;
    background: url("../images/bg-seven.jpg") center no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .widget-account {
        margin-top: 2rem
    }
}

@media (min-width: 992px) {
    .widget-account {
        padding-left: 5.5rem;
        padding-right: 5.5rem;
        margin-top: 3rem
    }
}

.widget-account-text p {
    font-size: 14px;
    font-size: .875rem;
    opacity: 0.7;
    color: #fff
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width: 768px) {
    .section {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (min-width: 1220px) {
    .section {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

.section-gray {
    background-color: #eee
}

.section-border {
    border-top: 1px solid #ddd
}

.link-box {
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden;
    height: calc(100% - 1px)
}

.link-box:after,
.link-box:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    content: ""
}

.link-box:after {
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%)
}

.link-box:before {
    background-color: #ff7522;
    opacity: 0
}

@media (min-width: 768px) {
    .link-box:hover:before {
        opacity: 0.75
    }
    .link-box:hover:after {
        opacity: 0
    }
    .link-box:hover .link-box-more {
        color: #fff
    }
}

.link-box>img {
    width: 100%;
    height: 100%
}

.link-box-wrapper {
    margin-bottom: 0.6rem;
    width: 100%
}

@media (min-width: 768px) {
    .link-box-wrapper {
        margin-bottom: 0;
        padding: .25rem
    }
}

@media (min-width: 992px) {
    .link-box-wrapper {
        padding: 0.25rem;
        height: 100%
    }
}

.link-box-content {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem
}

@media (min-width: 1220px) {
    .link-box-content {
        left: 3rem;
        right: 3rem;
        bottom: 3rem
    }
}

.link-box-title {
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .link-box-title {
        font-size: 32px;
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .link-box-title {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media (min-width: 992px) {
    .link-box-title-big {
        font-size: 56px;
        font-size: 3.5rem
    }
}

.link-box-title-ext {
    text-transform: none
}

.link-box-more {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: underline
}

.link-box-title {
    text-transform: none
}

.slider-nav {
    position: absolute;
    top: 45%
}

.slider-prev {
    left: -2%
}

.slider-prev-ext {
    left: -4%
}

@media (min-width: 1220px) {
    .slider-prev-ext {
        left: -5%
    }
}

.slider-prev-inside {
    left: 2rem
}

.slider-next {
    right: -2%
}

.slider-next-ext {
    right: -4%
}

@media (min-width: 1220px) {
    .slider-next-ext {
        right: -5%
    }
}

.slider-next-inside {
    right: 2rem
}

.slider-slide {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

/*
.slider-slide img {
    width: 100%;
    height: auto
}
*/

@media (max-width: 767.98px) {
    .slider-slide {
        opacity: .5
    }
    .slider-slide.slick-active {
        opacity: 1
    }
}

.product-name {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.product-price {
    font-size: 18px;
    font-size: 1.125rem;
    color: #222;
    font-weight: 700
}

.product-price-strikethrough {
    text-decoration: line-through;
}

.product-price-sale {
    color: red !important;
}

.product-price-md {
    font-size: 24px;
    font-size: 1.5rem
}

.product-price-lg {
    font-size: 30px;
    font-size: 1.875rem
}

@media (min-width: 768px) {
    .product-price-lg {
        font-size: 42px;
        font-size: 2.625rem
    }
}

.product-link {
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    padding: 2rem;
    text-decoration: none
}

.product-link:hover {
    text-decoration: none
}

@media (min-width: 992px) {
    .product-link:hover:after {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.product-link:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    content: "";
    -webkit-transform: translate(0, -2%);
    transform: translate(0, -2%);
    will-change: auto
}

.product-color {
    width: 1.88rem;
    height: 1.88rem;
    border-radius: 50%
}

.product-color-mahagon {
    background-color: #6d2a31
}

.product-color-neutral {
    background-color: #de9e56
}

.tag {
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 1rem;
    right: 1rem
}

.tag-sm {
    font-size: 11px;
    font-size: .6875rem
}

.tag-primary {
    background-color: #666 !important
}

.tag-secondary {
    background-color: #ff7522 !important
}

.tag-tertiary {
    background-color: #222 !important
}

.tag-light {
    background-color: #fff !important
}

.tag-gray {
    background-color: #b1b1b1 !important
}

.tag-new {
    background-color: #00a8e6 !important
}

.tag-sale {
    background-color: #ff2222;
}

.tag-green {
    background-color: #56a734 !important
}

.tag-gray-light {
    background-color: #f0f0f0 !important
}

.tag-facebook {
    background-color: #4460a0 !important
}

.tag-instagram {
    background-color: #e4405f !important
}

.tag-twitter {
    background-color: #00aaec !important
}

.heading {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media (min-width: 768px) {
    .heading {
        padding-top: 4rem;
        padding-bottom: 4rem;
        margin-bottom: 2rem
    }
}

@media (min-width: 992px) {
    .heading-md {
        padding-top: 7rem;
        padding-bottom: 4rem
    }
}

@media (min-width: 768px) {
    .heading-lg {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (min-width: 992px) {
    .heading-lg {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
}

.heading-checkout {
    padding-top: 2rem;
    padding-bottom: 3rem
}

@media (min-width: 768px) {
    .heading-checkout {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (min-width: 992px) {
    .heading-checkout {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.webp .heading-one {
    background: url("../images/bg-one2.webp") center no-repeat;
    background-size: cover
}

.no-webp .heading-one {
    background: url("../images/bg-one2.jpg") center no-repeat;
    background-size: cover
}

.heading-two {
    background: url("../images/bg-eight.jpg")
}

.heading-clear {
    background: none
}

@media (min-width: 768px) {
    .heading-clear {
        padding-bottom: 2rem
    }
}

.heading-title {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .heading-title {
        margin-bottom: 3rem
    }
}

.heading-subtitle,
.heading-text {
    color: #fff;
    opacity: .75
}

.crumbs-item+.crumbs-item:before {
    content: ">";
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    margin-left: .5rem;
    margin-right: 0.5rem
}

.crumbs-item-ext+.crumbs-item-ext:before {
    color: #666
}

.crumbs-link {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75rem
}

.crumbs-link:hover {
    color: rgba(255, 255, 255, 0.7)
}

.filter-wrapper {
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    will-change: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

@media (min-width: 768px) {
    .filter-wrapper.is-active {
        -webkit-animation: show .3s ease-in-out forwards;
        animation: show .3s ease-in-out forwards;
        display: block
    }
}

@media (min-width: 992px) {
    .filter-wrapper.is-active {
        display: none !important
    }
}

.filter {
    -webkit-transition: 0.3s all cubic-bezier(0.13, 0.77, 0.64, 0.98);
    transition: 0.3s all cubic-bezier(0.13, 0.77, 0.64, 0.98);
    display: none
}

@media (min-width: 768px) {
    .filter {
        display: block;
        -webkit-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.49);
        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.49);
        overflow: scroll;
        will-change: transform
    }
}

@media (min-width: 992px) {
    .filter {
        overflow: auto;
        display: block;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto
    }
}

.filter.is-active {
    display: block
}

@media (min-width: 768px) {
    .filter.is-active {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        background-color: #fff
    }
}

@media (min-width: 768px) {
    .filter-body,
    .filter-heading {
        padding: 2rem 2.5rem
    }
}

@media (min-width: 992px) {
    .filter-body,
    .filter-heading {
        padding: 0
    }
}

.filter-btn {
    margin-bottom: 2rem
}

@media (max-width: 767.98px) {
    .filter-btn {
        border-radius: 0;
        text-align: left;
        display: block;
        position: relative;
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
        width: 100%
    }
    .filter-btn:after {
        top: 34%
    }
}

@media (max-width: 575.98px) {
    .filter-btn {
        margin-top: 1.25rem
    }
}

@media (min-width: 768px) {
    .filter-btn {
        margin-bottom: 1.5rem
    }
}

.filter-btn:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/angle-up.svg") center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 1rem;
    top: 35%;
    display: block
}

@media (min-width: 768px) {
    .filter-btn:after {
        display: none
    }
}

.filter-btn.is-active:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@media (max-width: 575.98px) {
    .filter-btn-ext {
        margin-bottom: 0
    }
}

.filter-btn-close {
    font-size: 12px;
    font-size: .75rem;
    margin-top: .4rem
}

.filter-btn-reset>svg {
    opacity: .5
}

.filter-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem
}

.filter-selected {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem
}

@media (max-width: 575.98px) {
    .filter-selected {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .filter-selected {
        border-radius: 3px;
        border: 4px solid #ddd;
        padding: 2rem 2.5rem
    }
}

@media (min-width: 992px) {
    .filter-selected {
        padding-left: 1.5rem;
        padding: 1.5rem;
        margin-bottom: 4rem
    }
}

@media (min-width: 768px) {
    .filter-selected-title {
        border-bottom: 1px solid #ddd
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: .7
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: .7
    }
}

.pagination {
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .pagination {
        margin-bottom: 4rem
    }
}

@media (min-width: 992px) {
    .pagination {
        margin-bottom: 6rem
    }
}

.pagination-link {
    border-radius: 3px;
    width: 3rem;
    height: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #222
}

.pagination-link:hover {
    text-decoration: none;
    color: #222
}

@media (min-width: 992px) {
    .pagination-link:hover {
        border-color: #ff7522
    }
}

.pagination-link.is-active {
    border-color: #ff7522;
    background-color: #ff7522;
    color: #fff
}

.pagination-link.is-disabled {
    color: #ddd;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-link.is-disabled>svg {
    fill: #ddd
}

.pagination-page {
    margin: 0 2.5px
}

.pagination-prev {
    margin-right: 1.5rem
}

.pagination-next {
    margin-left: 1.5rem
}

.pagination-first {
    margin-right: 1rem
}

.pagination-last {
    margin-left: 1rem
}

.pagination-decor {
    margin: 0 1.5rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.webp .login-intro.login-intro {
    background: url("../images/bg-three.webp") center no-repeat;
    background-size: cover
}

.no-webp .login-intro.login-intro {
    background: url("../images/bg-three.jpg") center no-repeat;
    background-size: cover
}

.column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.list {
    line-height: 1.5em
}

.list li {
    padding-bottom: 1rem
}

.list-checked li {
    background: url("../images/check-circle.svg") left top 0.3rem no-repeat;
    background-size: 1rem 1rem;
    padding-left: 2rem
}

.custom-spec-list{
    line-height: 1.5em;
}

.custom-spec-item{
    background: url("../images/check-circle.svg") left top 0.3rem no-repeat;
    background-size: 1rem 1rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
}


.list-link {
    text-decoration: none;
    color: #222
}

.list-link:hover {
    color: #222;
    text-decoration: none
}

@media (min-width: 992px) {
    .list-link:hover {
        color: #ff7522
    }
}

.dropdown {
    position: relative
}

.dropdown-item {
    color: #222;
    display: block;
    background: url("../images/angle-right.svg") center right no-repeat
}

.dropdown-item+.dropdown-item {
    margin-top: 2rem
}

.dropdown-menu {
    width: 16rem;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.49);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.49);
    background-color: #fff;
    padding: 2.5rem;
    position: absolute;
    top: 100%;
    right: 0;
    display: none
}

.dropdown-menu.is-active {
    -webkit-animation: showDropdown 0.3s cubic-bezier(0.13, 0.77, 0.64, 0.98);
    animation: showDropdown 0.3s cubic-bezier(0.13, 0.77, 0.64, 0.98);
    display: block
}

.dropdown-toggle {
    font-size: 12px;
    font-size: .75rem;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 2rem;
    border: 0;
    position: relative;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dropdown-toggle:after,
.dropdown-toggle:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.dropdown-toggle:after {
    background: url("../images/times.svg") center no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0
}

.dropdown-toggle:before {
    background: url("../images/menu.svg") center no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 1
}

.dropdown-toggle.is-active:after {
    opacity: 1
}

.dropdown-toggle.is-active:before {
    opacity: 0
}

@-webkit-keyframes showDropdown {
    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translate(0, 2rem);
        transform: translate(0, 2rem)
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes showDropdown {
    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translate(0, 2rem);
        transform: translate(0, 2rem)
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.card {
    border-radius: 3px
}

a.card {
    color: #666;
    text-decoration: none;
    position: relative;
    display: block
}

a.card:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%);
    will-change: auto;
    z-index: -1
}

@media (min-width: 992px) {
    a.card:hover:after {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.card-body {
    padding: 2rem 1rem 3rem 1rem
}

@media (min-width: 768px) {
    .card-body {
        padding: 3rem 1rem
    }
}

@media (min-width: 992px) {
    .card-body {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.review-body {
    background: url("../images/bg-quotes.svg") center top no-repeat;
    background-size: auto 12.5rem;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .review-body {
        margin-bottom: 1rem;
        background-position: center;
        background-size: auto 100%;
        padding: 1.25rem 3rem 2rem 3rem
    }
}

@media (min-width: 1220px) {
    .review-body {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }
}

.review-body p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.75em
}

.comment {
    margin-bottom: 2rem
}

@media (min-width: 992px) {
    .comment {
        margin-bottom: 1rem
    }
}

.comment-title {
    text-transform: none
}

.comment-body {
    border-radius: 3px;
    background-color: #fff;
    padding: 1.5rem
}

@media (min-width: 992px) {
    .comment-body {
        padding: 2rem
    }
}

.gallery-link {
    border-radius: 3px;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center
}

.gallery-link img {
    width: auto;
    height: auto
}

.gallery-sum {
    font-size: 14px;
    font-size: .875rem;
    position: absolute;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    background-color: #56a734;
    padding: 0.85rem 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.gallery-link-video:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    will-change: opacity;
    content: "";
    background: url("../images/play-circle.svg") center no-repeat;
    background-size: 100% 100%;
    opacity: .75;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 992px) {
    .gallery-link-video:hover:after {
        opacity: 1
    }
}

.gallery-slider {
    margin-bottom: 30px
}

.discount {
    margin-top: 2rem
}

.discount+.discount {
    border-top: 1px solid #ddd;
    padding-top: 2rem
}

.discount-amount {
    font-family: "Josefin Sans", sans-serif;
    font-size: 56px;
    font-size: 3.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem
}

.article-group-more {
    margin-top: 2rem;
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .article-group-more {
        margin-bottom: 4rem
    }
}

.article {
    margin-bottom: 30px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .article-title {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.gun-wrapper {
    margin-bottom: 2rem
}

.gun {
    border-radius: 3px;
    border: 4px solid #ddd;
    padding: 2rem 2.5rem
}

.gun-title {
    border-bottom: 1px solid #ddd
}

.gun-new {
    border-color: #ff7522
}

.gun-new-link {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 5rem;
    display: block
}

.orders-summary {
    background-color: #eee;
    padding: 0.5rem;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .orders-summary {
        margin-bottom: 2rem
    }
}

.order-summary-col {
    border-left: 1px solid #ddd
}

.order {
    border: 1px solid #ddd;
    margin-bottom: 2rem
}

.order-body {
    padding: 1.5rem
}

@media (min-width: 768px) {
    .order-body {
        padding: 2.5rem
    }
}

.order-row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

@media (max-width: 767.98px) {
    .order-col {
        border-bottom: 1px solid #ddd;
        padding-bottom: 2rem;
        margin-bottom: 2rem
    }
}

.order-price {
    font-size: 24px;
    font-size: 1.5rem;
    color: #222
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.alert {
    border-radius: 3px;
    padding: 1rem 1rem 1rem 2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.alert-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 1.5rem;
    display: none
}

@media (min-width: 768px) {
    .alert-icon {
        display: inline-block
    }
}

.alert-close {
    margin-left: 1.5rem
}

.alert-error {
    background-color: #f03534
}

.alert-info {
    background-color: #eb6809
}

.alert-warning {
    background-color: #ffa502
}

.alert-success {
    background-color: #56a734
}

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

.table caption {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1em
}

.table thead th {
    font-weight: 700;
    padding: 0.63em 1em;
    line-height: 1.38em
}

.table tbody td,
.table tbody th {
    padding: 0.4rem 0;
    line-height: 1.75em
}

.table th {
    color: #222;
    font-weight: 700
}

.table tfoot td,
.table tfoot th {
    border-top: 1px solid #ddd;
    padding: 0.7rem 0;
    line-height: 1.75em
}

.table-ext tbody tr:last-child td,
.table-ext tbody tr:last-child th {
    padding-bottom: .8rem
}

.table-bordered td,
.table-bordered th {
    border-bottom: 1px solid #ddd
}

@media (max-width: 991.98px) {
    .table-responsive {
        width: 100%;
        overflow: scroll
    }
}

.collapse {
    will-change: auto;
    display: none
}

.collapse.show {
    display: block
}

.collapse-btn {
    border-radius: 3px;
    color: #222;
    font-weight: 700;
    line-height: 1.75rem;
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ddd;
    position: relative
}

.collapse-btn:focus,
.collapse-btn:hover {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #ddd
}

.collapse-btn-icon.collapse-btn-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 41%;
    right: 1.5rem;
    fill: #999
}

.collapse-btn[aria-expanded=true] {
    background-color: #eee;
    border-color: #eee;
    text-decoration: none;
    color: #222
}

.collapse-btn[aria-expanded=true] .collapse-btn-icon {
    fill: #ff7522;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.collapse-body {
    padding: 1.5rem;
    border-bottom: 1px solid #ddd
}

@keyframes show {
    0% {
        opacity: 0;
        display: block;
        height: auto
    }
    10% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.checkout-step-group {
    position: relative;
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .checkout-step-group {
        margin-bottom: 4rem
    }
}

@media (min-width: 992px) {
    .checkout-step-group {
        margin-bottom: 6rem
    }
}

.checkout-step-group:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #ddd;
    z-index: -1
}

.checkout-step {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid transparent
}

.checkout-step.is-active {
    border-bottom-color: #ff7522
}

.checkout-step.is-active .checkout-step-nr {
    opacity: 1;
    color: #ff7522
}

.checkout-step-nr {
    font-size: 14px;
    font-size: .875rem;
    opacity: 0.15;
    color: #222
}

@media (min-width: 768px) {
    .checkout-step-nr {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.box {
    background-color: #eee;
    padding: 2rem 1.25rem;
    background-color: #eee
}

@media (min-width: 768px) {
    .box {
        padding: 2rem
    }
}

@media (min-width: 768px) {
    .box-lg {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media (min-width: 992px) {
    .box-lg {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }
}

.box-alt {
    background-color: #fff;
    border: 1px solid #ddd
}

.choices {
    text-align: left
}

.choices__inner {
    min-height: 3.13rem;
    padding-top: 0.75rem;
    padding-left: 1.25rem;
    background-color: #fff
}

.choices__placeholder {
    color: #666;
    opacity: 1
}

.choices__list--dropdown .choices__placeholder {
    display: none
}

.choices[data-type*="select-one"]:after {
    border: 0;
    background: url("../images/angle-down.svg") center no-repeat;
    background-size: 100% 100%;
    width: 0.63rem;
    height: 0.63rem;
    right: 1rem;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.choices[data-type*="select-one"].is-open:after {
    margin-top: 0
}

/* */
.image-fit > .align-helper{
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}


.subcategory-label{
    color: #222;
    text-decoration: none;
}

.form-control-tall{
    height: 50px;
}


.product-details-heading-override{
    padding-top:4rem;
}

.header-banner-trademark{
    vertical-align:text-bottom;
    font-size:20px;
    font-weight:900
}

.dropdown-category-section{
    display: none
}

.dropdown-category-section.is-active{
    display: block
}

.widget-list-link{
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    text-decoration: none;
}


.fh4{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.5em;
    color: #222;
    text-transform: uppercase;
}


.tooltip-wrapper {
    position: relative;
    z-index: inherit;
}

.tooltip-wrapper.is-active .tooltip {
    display: block
}

.tooltip {
    border-radius: 3px;
    font-size: 14px;
    font-size: .875rem;
    position: absolute;
    display: none;
    top: 0rem;
    left: 50%;
    -webkit-transform: translate(-50%, -105%);
    transform: translate(-50%, -105%);
    background-color: #666;
    width: 18.75rem;
    color: #fff;
    line-height: 1.5em;
    font-style: normal;
    z-index: 3000;
}

.tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #666 transparent transparent transparent;
    z-index: 1
}

.tooltip-lg {
    width: 25rem
}

.tooltip-content {
    padding: 1.5rem
}

.tooltip.is-left {
    left: -1rem;
    -webkit-transform: translate(0, -105%);
    transform: translate(0, -105%)
}

.tooltip.is-left:after {
    left: .5rem
}

.tooltip.is-right {
    right: -1rem;
    left: inherit;
    -webkit-transform: translate(0, -105%);
    transform: translate(0, -105%)
}

.tooltip.is-right:after {
    left: inherit;
    right: .5rem
}

.modal-dialog {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 2em
}

@media (min-width: 768px) {
    .modal-dialog {
        padding: 0;
        margin: 2em auto;
        max-width: 37.5rem
    }
}

.modal-content {
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    outline: none;
    border: 0;
    width: 100%
}

.modal-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0;
    background: #fff;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0 1rem
}

@media (min-width: 768px) {
    .modal-header {
        padding: 0 3.75rem
    }
}

.modal-close {
    border-top-right-radius: 3px;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    display: block;
    background: #fff;
    color: #222;
    margin: 0;
    padding: 0;
    height: 5.63rem;
    border: 0
}

@media (min-width: 992px) {
    .modal-close:hover,
    .modal-close:focus {
        cursor: pointer
    }
    .modal-close:hover .modal-close-icon,
    .modal-close:focus .modal-close-icon {
        opacity: 1
    }
}

.modal-close-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    fill: #ff7522;
    opacity: 1
}

.modal-title {
    color: #222
}

.modal-body {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    background: #fff;
    padding: 2em
}


.crumbs-end {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75rem
}

.crumbs-end-orange{
    color: #ff7522;
    line-height: 1.75rem
}


.badge{
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 2em;
    border-radius: 1.88rem;
    padding: 0 .5rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.badge-green{
    background-color: #56a734;
}

.column-4-flex{
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media (min-width: 992px) {
    .column-4-flex{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}



/* NAV */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none !important;
}
.typography > .nav > li {
  position: relative;
  display: block;
  padding-left:0;
  list-style: none;
  list-style-image: none;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border-bottom: 2px solid #ff7522;
}
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border-bottom: 2px solid #ff7522;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 2px solid #dddddd;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ff7522;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.clearfix:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.form-error-message{
    padding-top: 5px;
    color: red
}

.hoverable-icon{
    color: #b1b1b1 !important;
    fill: #b1b1b1 !important;
    padding: 10px;
}

.hoverable-icon:hover{
    color: #666 !important;
    fill: #666 !important;
    cursor: hand !important;
}

.hoverable-link{
}

.hoverable-link{
    cursor: pointer !important
}

.errorlist{
    margin-top: 10px;
    color: #ff0000;
    font-size: 16px
}

.pt-60{
    padding-top: 60px !important
}


.thumbnail-container-100 {
    width: 100px;
    height: 100px;
}

.thumbnail-container-product{
    height:206px;
    margin-bottom:1.5rem;
}

.thumbnail-container-gallery-small{
    height: 90px;
    width: 100%;
}

.thumbnail-container-reverse-gallery{
    height: 640px;
    width:1170px;
}

.thumbnail-container-cart-item{
    width:97px;
    height:97px;
}

.thumbnail-center{
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-container {
    margin-left:auto;
    margin-right:auto;
    padding:0;
    text-align: center;
    white-space: nowrap;
}



.contained-image{
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.contained-image-helper{
    vertical-align:middle;
    height: 100%;
    display: inline-block;
}

img.reverse-gallery-image{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.glightbox-clean .gslide-description{
    display: none;
}

div.order-table-hint{
    font-size: 12px;
    color: #666;
}

.order-total-text{
    font-size: 18px;
    font-weight: 700;
    color: #0f0f0f;
}


.glight-gallery-reverse{
    min-width: 100%;
    max-width: 100%;
    display: inline-block;
}

#spinner{
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1200;
}

.spinner-progress{
    margin: auto;
    color:white;
    text-align: center;
    font-size: 5rem;
    vertical-align: middle;
    height:100%;
    display: flex;
}

.spinner-progress-container{
    vertical-align: middle;
    margin:auto;
}

.date-thin{
    font-size: 20px;
    color: #333;
}

.date-hint{
    font-size: 12px;
    font-style: italic;
}

.gray-background{
    background-color: #eee;
}

.half-gray-gradient{
    background-color: white;
}

@media (min-width: 992px) {
    .half-gray-gradient {
        background-color: #ffffff;
        background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%);
    }
}

.gray-frame-light{
    border: 1px solid #dddddd;
}

.btn-check-order-status{
    color:white;
}

.btn-check-order-status:hover{
    color:white
}

.check-order-status-label{
    color: #222222
}


@media (min-width: 992px) {
    .wrap-login-form{
        padding-top: 2.75rem;
    }
    .wrap-login-form.no-message-mc{
        padding-top: 0;
    }
}

.shipping-box-height{
    height: 120px
}

.shipping-box-tall{
    height: 120px !important;
}

@media (min-width: 576px) {
    .shipping-box-height{
        height: 90px;
    }
    .shipping-box-tall{
        height: 90px !important;
    }
}

@media (min-width: 768px) {
    .shipping-box-height{
        height: 80px
    }
    .shipping-box-tall{
        height: 80px !important;
    }
}

@media (min-width: 992px) {
    .shipping-box-height{
        height: 120px
    }
    .shipping-box-tall{
        height: 120px !important;
    }
}

.form-box-wrapper.disabled > .form-box:hover {
    cursor: not-allowed;
    background-color: #fff;
}

.text-secondary-disabled {
    color: rgba(255, 117, 34, 0.7)
}

.form-box-text.disabled p {
    color: rgba(102, 102, 102, 0.7)
}

.product-price.disabled {
    color: rgba(34, 34, 34, 0.7)
}

@media(min-width: 1320px){
    .d-wm-inline-block {
        display: inline-block !important;
    }
    .d-wm-none {
        display: none !important;
    }
}

.delay-note {
    font-size: 12px;
    color: #727272;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.delay-note:hover {
    color: #727272;
    text-decoration: underline;
}

.product-banner-image {
    padding-top: 2rem;
}

.guide-product-info .gpi-heading {
    font-size: 32px;
    color: #ff7535;
    font-family: "Lato";
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.guide-product-info .gpi-subheading {
    font-size: 18px;
    color: #787878;
    font-family: "Lato";
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    max-width: 460px;
    line-height: 28px;
}

.guide-product-info .gpi-product-frame {
    border: 10px solid #c8c8c8;
    width: 100%;
    padding: 20px;
}

.guide-product-info .gpi-price-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.guide-product-info .gpi-price-tag {
    font-family: "Josefin Sans";
    color: #ff7535;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}

.guide-product-info .gpi-price-small {
    font-size: 20px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.guide-product-info .gpi-price-price {
    font-size: 28px;
    font-weight: 900;
}

.guide-product-info .gpi-compare-prices {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Lato";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    color: #787878
}

.guide-product-info .gpi-shop-link {
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #787878;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 218px;
    font-size: 16px;
    color: #ffffff;
    font-family: "Lato";
    font-weight: 700;
    font-style: italic;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
}

.guide-product-info .gpi-shop-link:hover {
    background-color: #ff7535;
}

.guide-product-info .gpi-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-product-info .gpi-features-title {
    margin: 20px;
    font-size: 22px;
    line-height: 29px;
    color: #323232;
    font-family: "Josefin Sans";
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.guide-product-info ul.gpi-features li {
    font-family: "Lato";
    text-align: center;
    color: #323232;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
    width: auto;
    padding-left: 16px;
}

.guide-product-info ul.gpi-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin-left: 0;
    margin-bottom: 35px;
}

.guide-product-info ul.gpi-features li:before {
    background-color: #323232;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: center;
    position: relative;
    left: -8px;
    top: -1px;
}

.guide-product-info .gpi-pros-cons {
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gpi-pros-cons-pad {
    padding: 10px 20px;
}

@media (min-width: 768px) {
    .gpi-pros-cons-pad {
        padding: 40px 20px 40px 20px;
    }
}


.guide-product-info .gpi-pros {
    color: #1da42a;
}

.guide-product-info .gpi-cons {
    color: #d41e1e;
}

.guide-product-info .gpi-price-disclaimer {
    font-size: 16px;
    color: #c8c8c8;
    font-family: "Lato";
    font-weight: 400;
    font-style: italic;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 24px;
}

.guide-product-info .gpi-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.gpi-links a {
    font-size: 18px;
    line-height: 30px;
    color: #ff7535;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
    display: inline;
}

.gpi-links span {
    font-size: 18px;
    line-height: 30px;
    color: #323232;
    font-family: "Lato";
    font-weight: 700;
    text-align: center;
    font-style: italic;
    margin-left: 5px;
    display: inline;
}

.gpi-link {
    display: block
}

.guide-typography p{
    font-family: "Lato";
    font-size: 18px;
    line-height: 30px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
}

.guide-typography h2 {
    font-size: 46px;
    color: #000000;
    font-family: "Josefin Sans";
    font-weight: 900;
    text-align: center;
}

.guide-typography h3 {
    font-size: 32px;
    color: #ff7535;
    font-family: "Lato";
    font-weight: 700;
    text-align: center;
}

.guide-typography h4 {
    font-size: 18px;
    line-height: 30px;
    color: #323232;
    font-family: "Lato";
    font-weight: 700;
    text-align: left;
}

.guide-typography ul {
    list-style: initial;
    margin-left: 16px;

}

.guide-typography ul li {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #323232;
    font-style: italic;
    font-weight: 500;
}

ul.toc-list {
    display: block;
    list-style: initial;
    margin-top: 30px;
    max-width: 770px;
}

ul.toc-list li {
    display: inline-block;
}

ul.toc-list li:after {
    content: '\2022';
    margin-left: 8px;
    margin-right: 6px;
}

ul.toc-list li:last-child:after {
    content: ''
}

ul.toc-list li a {
    color: #323232;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
}

ul.toc-list li a:hover {
    text-decoration: underline;
}

.toc-anchor {
    position:relative;
    top: -200px;
}

p.toc-list-title {
    font-size: 22px;
    line-height: 29px;
    color: #fe7235;
    font-family: "Josefin Sans";
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.shipping-recommendation {
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 25px;
    font-style: italic;
    background-color: #eee;
    color: #666;
}

.shipping-recommendation.is-active {
    color: white;
    background-color: #ff7535;
}

.remote-areas-warning {
    font-style: italic;
    line-height: 25px;
}

.half-transparent {
    opacity: 0.5;
}