hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small {
    color: #6c757d
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

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

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

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

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

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

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

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

.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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-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%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-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: 360px) {
    .col-xs {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xs-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-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 {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-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 {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
}

@media (min-width: 360px) {
    .d-xs-none {
        display: none !important
    }

    .d-xs-inline {
        display: inline !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .d-xs-block {
        display: block !important
    }

    .d-xs-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

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

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

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

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

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important
}

@media (min-width: 360px) {
    .flex-xs-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

    .flex-xs-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xs-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xs-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xs-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xs-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xs-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xs-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xs-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xs-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xs-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-xs-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-xs-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-xs-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-xs-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-xs-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-xs-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-xs-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-xs-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-xs-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-xs-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-xs-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-xs-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-xs-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-xs-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-xs-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-xs-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-xs-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-xs-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-xs-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-xs-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n3, .mx-n3 {
    margin-left: -1rem !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: 360px) {
    .m-xs-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-xs-0 {
        padding: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xs-n1 {
        margin: -.25rem !important
    }

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

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

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

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

    .m-xs-n2 {
        margin: -.5rem !important
    }

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

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

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

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

    .m-xs-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-xs-auto {
        margin: auto !important
    }

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

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

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

    .ml-xs-auto, .mx-xs-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
    }

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

    .m-sm-n1 {
        margin: -.25rem !important
    }

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

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

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

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

    .m-sm-n2 {
        margin: -.5rem !important
    }

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

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

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

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

    .m-sm-n3 {
        margin: -1rem !important
    }

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

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

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

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !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
    }

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

    .m-md-n1 {
        margin: -.25rem !important
    }

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

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

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

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

    .m-md-n2 {
        margin: -.5rem !important
    }

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

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

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

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

    .m-md-n3 {
        margin: -1rem !important
    }

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

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

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

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !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
    }

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

    .m-lg-n1 {
        margin: -.25rem !important
    }

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

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

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

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

    .m-lg-n2 {
        margin: -.5rem !important
    }

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

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

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

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

    .m-lg-n3 {
        margin: -1rem !important
    }

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

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

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

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !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: 1200px) {
    .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
    }

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

    .m-xl-n1 {
        margin: -.25rem !important
    }

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

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

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

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

    .m-xl-n2 {
        margin: -.5rem !important
    }

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

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

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

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

    .m-xl-n3 {
        margin: -1rem !important
    }

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

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

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

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !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
    }
}

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

.card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 6px
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.card-body {
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(6px - 0) calc(6px - 0) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(6px - 0) calc(6px - 0)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(6px - 0)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(6px - 0);
    border-top-right-radius: calc(6px - 0)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(6px - 0);
    border-bottom-left-radius: calc(6px - 0)
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 7.5px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-right: 7.5px;
        margin-bottom: 0;
        margin-left: 7.5px
    }
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 7.5px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: 0
}

.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 2px 8px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16) !important
}

.shadow-lg {
    -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-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: Roboto-Regular, Arial, sans-serif;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    padding: .6rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    -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 (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

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

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

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

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-gold {
    height: 42px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ecbf3e), to(#f5de9b));
    background: -webkit-linear-gradient(top, #ecbf3e 0%, #f5de9b 100%);
    background: linear-gradient(180deg, #ecbf3e 0%, #f5de9b 100%);
    border: 1px solid #bc941f
}

.btn-gold:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5de9b), to(#ecbf3e));
    background: -webkit-linear-gradient(top, #f5de9b 0%, #ecbf3e 100%);
    background: linear-gradient(180deg, #f5de9b 0%, #ecbf3e 100%)
}

.btn-dark-blue {
    background: #004586;
    color: #fff
}

.btn-dark-blue:hover {
    color: #fff;
    background: #002b53
}

.btn-light-blue {
    background: transparent;
    color: #004586;
    border: 1px solid #004586
}

.btn-light-blue:hover {
    color: #fff;
    background: #004586
}

.btn-yale-blue {
    height: 48px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    background-color: #0055f9
}

.btn-yale-blue:hover {
    color: #fff;
    background-color: #0044c6
}

.useful__tips-number {
    background-color: #d3e4f4;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 34px;
    min-height: 34px;
    margin: auto 20px auto 0;
    color: #012548;
    font-weight: 700
}

.useful__bubble-list {
    list-style: none;
    counter-reset: bubble-list-counter;
    padding-left: 0
}

.useful__bubble-list li {
    counter-increment: bubble-list-counter;
    margin-bottom: 5px;
    padding: 0 0 10px 35px !important;
    position: relative;
    font-size: 14px;
    line-height: 1.5rem
}

.useful__bubble-list li::before {
    content: counter(bubble-list-counter);
    border: 2px #004586 solid;
    padding: 3px 8px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1rem;
    font-family: Roboto-Medium, Arial, sans-serif;
    margin-right: 10px;
    color: #012548;
    position: absolute;
    left: 0
}

.bg-gold {
    background-color: #f5de9b !important
}

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

.bg-green {
    background-color: #3cb52b !important
}

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

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

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

.bg-dark-blue {
    background-color: #004586 !important
}

a.bg-dark-blue:hover, a.bg-dark-blue:focus, button.bg-dark-blue:hover, button.bg-dark-blue:focus {
    background-color: #002b53 !important
}

.bg-dark {
    background-color: #012548 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #000b16 !important
}

.bg-black {
    background-color: #000 !important
}

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

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

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

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

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

.text-wrap {
    white-space: normal !important
}

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

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

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

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

@media (min-width: 360px) {
    .text-xs-left {
        text-align: left !important
    }

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

    .text-xs-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: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

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

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

.text-gray-500 {
    color: #adb5bd !important
}

.text-hover-dark-blue:hover {
    color: #004586 !important
}

.text-gold {
    color: #f5de9b !important
}

a.text-gold:hover, a.text-gold:focus {
    color: #eec755 !important
}

.text-green {
    color: #3cb52b !important
}

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

.text-light-blue {
    color: #f4f9ff !important
}

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

.text-dark-blue {
    color: #004586 !important
}

a.text-dark-blue:hover, a.text-dark-blue:focus {
    color: #001e3a !important
}

.text-dark {
    color: #012548 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #000 !important
}

.text-black {
    color: #000 !important
}

a.text-black:hover, a.text-black:focus {
    color: #000 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

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

.font-weight-bolder {
    font-weight: bolder !important
}

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

strong {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-weight: normal
}

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

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

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

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

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-gold {
    border-color: #f5de9b !important
}

.border-green {
    border-color: #3cb52b !important
}

.border-light-blue {
    border-color: #f4f9ff !important
}

.border-dark-blue {
    border-color: #004586 !important
}

.border-dark {
    border-color: #012548 !important
}

.border-black {
    border-color: #000 !important
}

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

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: 6px !important
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-bottom {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -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 (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: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(245, 222, 155, 0.25);
    box-shadow: 0 0 0 .2rem rgba(245, 222, 155, 0.25)
}

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

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

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

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

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

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

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.646 6.056L.353 1.764a.5.5 0 010-.708l.704-.703a.5.5 0 01.706 0L5 3.58 8.236.353a.5.5 0 01.707 0l.703.704a.5.5 0 010 .707L5.353 6.056a.5.5 0 01-.707 0z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    background-position: right center;
    background-clip: border-box;
    background-position-x: calc(100% - 10px);
    background-position-y: center
}

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-lg th, .table-lg td {
    padding: 1rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless {
    border-spacing: 0
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #012548;
    background-color: #f4f9ff;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 359.98px) {
    .table-responsive-xs {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xs > .table-bordered {
        border: 0
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.modal-open {
    overflow: hidden
}

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

@media (min-width: 768px) {
    .modal-open {
        padding-right: 17px
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    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, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ''
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-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;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

.modal-title {
    line-height: 1.5;
    font-size: 1.25rem;
    margin: 0
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

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

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

.modal-fluid-xl {
    max-width: 1140px
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .modal-fluid-xl {
        margin: 1.75rem
    }
}

.modal-close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Work-Sans-Regular"), url("/Sources/Fonts/WorkSans/work-sans-v9-latin-ext_latin-regular.woff2") format("woff2"), url("/Sources/Fonts/WorkSans/work-sans-v9-latin-ext_latin-regular.woff") format("woff"), url("/Sources/Fonts/WorkSans/work-sans-regular.ttf") format("ttf");
    unicode-range: U+000-5FF
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Work-Sans-Regular"), url("/Sources/Fonts/WorkSans/work-sans-v9-latin-ext_latin-500.woff2") format("woff2"), url("/Sources/Fonts/WorkSans/work-sans-v9-latin-ext_latin-500.woff") format("woff"), url("/Sources/Fonts/WorkSans/work-sans-medium.ttf") format("ttf");
    unicode-range: U+000-5FF
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Work-Sans-Regular"), url("/Sources/Fonts/WorkSans/work-sans-semibold.woff2") format("woff2"), url("/Sources/Fonts/WorkSans/work-sans-semibold.woff") format("woff"), url("/Sources/Fonts/WorkSans/work-sans-semibold.ttf") format("ttf");
    unicode-range: U+000-5FF
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Work-Sans-Regular"), url("/Sources/Fonts/WorkSans/work-sans-v9-latin-ext_latin-700.woff2") format("woff2"), url("/Sources/Fonts/WorkSans/work-sans-v9-latin-ext_latin-700.woff") format("woff"), url("/Sources/Fonts/WorkSans/work-sans-bold.ttf") format("ttf");
    unicode-range: U+000-5FF
}

img {
    border-style: none;
    max-width: 100%
}

body {
    margin: 0;
    color: #012548;
    font: 12px Arial, Verdana, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none;
    color: #4355f9
}

a:hover {
    text-decoration: underline
}

#main {
    clear: both
}

@media all and (min-width: 981px) {
    #main {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        overflow: unset
    }
}

#page {
    margin: 0 auto;
    max-width: 980px;
    min-height: 100%
}

#page.casino-review-wrapper {
    max-width: 1179px;
    padding-left: 15px;
    padding-right: 15px
}

.casino-review-wrapper, .casino-review-wrapper strong, ul.page-nav {
    font-family: 'Work Sans', Arial, sans-serif
}

.content {
    float: left;
    margin-top: 5px;
    width: 728px
}

@media (max-width: 1016px) {
    .content {
        width: 100%
    }
}

input, textarea, select {
    color: #5e656d;
    font-size: 12px;
    padding: 8px 12px
}

ul.page-nav {
    padding-left: 0;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative
}

@media all and (max-width: 425px) {
    ul.page-nav {
        display: none
    }
}

ul.page-nav li {
    display: inline-block
}

ul.page-nav li:after {
    content: '\203A'
}

ul.page-nav li:last-child:after {
    content: ''
}

.text-subtitle {
    color: #546177;
    font-size: 16px;
    line-height: 21px;
    display: block
}

.separator {
    border-bottom: 1px solid #d7dbe2;
    margin-top: 28px;
    margin-bottom: 28px
}

.bottom-separator {
    border-bottom: 1px solid #d7dbe2;
    padding-bottom: 40px
}

@media (max-width: 992px) {
    .bottom-separator {
        padding-bottom: 24px
    }
}

.bottom-separator--small {
    padding-bottom: 0
}

.ttl {
    color: #012548;
    overflow: hidden;
    border-bottom: 1px solid #c2d4e0;
    padding: 0 0 8px;
    margin-bottom: 12px;
    clear: both
}

.ttl h1 {
    margin: 0;
    font: 700 25px/28px Arial, Helvetica, sans-serif
}

.ttl h2 {
    margin: 0;
    font: 700 25px/28px Arial, Helvetica, sans-serif;
    font-size: 20px
}

.text-block {
    clear: both;
    overflow: hidden;
    line-height: 18px;
    font-size: 13px
}

.text-block p {
    margin: 0 0 18px;
    color: #000;
    font-size: 14px
}

.text-block p a {
    text-decoration: underline;
    color: #04c
}

.text-block li a, .text-block p a {
    text-decoration: underline;
    color: #04c
}

.text-block li a:hover, .text-block p a:hover {
    text-decoration: none
}

.text-block ul li {
    padding: 0 0 10px 5px;
    background: 0 0;
    font-size: 14px
}

.text-block ol li {
    padding: 0 0 10px 25px;
    font-size: 14px
}

.text-block .alignleft {
    float: left;
    max-width: 100%;
    padding: 0;
    margin: 0 30px 10px 0
}

.text-block .alignright {
    float: right;
    max-width: 100%;
    margin: 20px 0 10px 30px
}

@media all and (max-width: 880px) {
    .text-block .alignleft {
        margin: 20px 20px 10px 0
    }

    .text-block .alignright {
        margin: 20px 0 10px 20px
    }
}

ul.topBullets li {
    position: relative;
    padding: 0 0 10px 30px;
    font-size: 14px;
    list-style: none
}

ul.topBullets li:before {
    content: url(/images/icons/svg/check.svg);
    position: absolute;
    top: 2px;
    left: 0
}

@media all and (max-width: 542px) {
    .topBullets {
        padding-left: 10px
    }
}

@media all and (max-width: 900px) {
    .text-block ul {
        padding-left: 10px;
        margin-left: 10px
    }
}

ul li::marker {
    font-size: 16px;
    color: #004486
}

.block-new-review {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.block-new-review p {
    margin: 0 0 18px
}

.block-new-review .paragraph__title h1, .block-new-review .paragraph__title h2 {
    margin: 0;
    font-size: 25px;
    line-height: 28px
}

.block-new-review .certification-logo {
    display: inline-block;
    width: 165px
}

.block-new-review .certification-logo-bigger {
    width: 185px
}

.block-new-review .light-table, .block-sportsbook-review .light-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #c2d4e1
}

.block-new-review .light-table__title, .block-sportsbook-review .light-table__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-color: #e0e9f0;
    width: 20%;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid white
}

@media (max-width: 767px) {
    .block-new-review .light-table__title, .block-sportsbook-review .light-table__title {
        width: 25%
    }
}

@media (max-width: 592px) {
    .block-new-review .light-table__title, .block-sportsbook-review .light-table__title {
        width: 40%
    }
}

@media (max-width: 381px) {
    .block-new-review .light-table__title, .block-sportsbook-review .light-table__title {
        width: 50%
    }
}

.block-new-review .light-table__title:nth-last-child(2), .block-sportsbook-review .light-table__title:nth-last-child(2) {
    border-bottom: 0
}

.block-new-review .light-table__title > .align-middle, .block-sportsbook-review .light-table__title > .align-middle {
    margin: auto 0
}

.block-new-review .light-table__content, .block-sportsbook-review .light-table__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 80%;
    padding: 10px;
    border-bottom: 1px solid #e0e9f0
}

@media (max-width: 767px) {
    .block-new-review .light-table__content, .block-sportsbook-review .light-table__content {
        width: 75%
    }
}

@media (max-width: 592px) {
    .block-new-review .light-table__content, .block-sportsbook-review .light-table__content {
        width: 60%
    }
}

@media (max-width: 381px) {
    .block-new-review .light-table__content, .block-sportsbook-review .light-table__content {
        width: 50%
    }
}

.block-new-review .light-table__content:last-child, .block-sportsbook-review .light-table__content:last-child {
    border-bottom: 0
}

.block-new-review .light-table__content > .align-middle, .block-sportsbook-review .light-table__content > .align-middle {
    margin: auto 0
}

.light-design-v1-content {
    font-family: Work Sans, Arial, sans-serif;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5rem;
    color: #10143b
}

.light-design-v1-content ul, .light-design-v1-content ol {
    line-height: 1.5rem
}

.light-design-v1-content h1, .light-design-v1-content h2, .light-design-v1-content h3 {
    line-height: 32.5px
}

@media (min-width: 768px) {
    .light-design-v1-content h1, .light-design-v1-content h2, .light-design-v1-content h3 {
        line-height: 40px
    }
}

@media (min-width: 1200px) {
    .light-design-v1-content h1, .light-design-v1-content h2, .light-design-v1-content h3 {
        line-height: 51px
    }
}

.light-design-v1-content .title-font-medium h1, .light-design-v1-content .title-font-medium h2, .light-design-v1-content .title-font-medium h3, .light-design-v1-content .title-font-medium h4, .light-design-v1-content .title-font-medium h5, .light-design-v1-content .title-font-medium h6 {
    font-family: Work Sans, Arial, sans-serif
}

.light-design-v1-content a:not(.btn):not(.unhighlight) {
    text-decoration: underline;
    color: #004586
}

.light-design-v1-content a:not(.btn):not(.unhighlight):hover {
    text-decoration: none
}

.light-design-v1-content .text-font-medium {
    font-family: Work Sans, Arial, sans-serif
}

body.disable-scroll {
    overflow: hidden
}

@media (min-width: 768px) {
    body.disable-scroll {
        padding-right: 17px
    }
}

.default-link {
    text-decoration: underline;
    color: #04c
}

.default-link:hover {
    text-decoration: none
}

a.hover-underline {
    text-decoration: none !important
}

a.hover-underline:hover {
    text-decoration: underline !important
}

.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%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

.row .no-margin {
    margin: 0
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0.25rem !important
}

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

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

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

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

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

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

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

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

.ml-2, .mx-2 {
    margin-left: 0.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
}

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

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

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

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

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

.m-7 {
    margin: 6rem !important
}

.mt-7, .my-7 {
    margin-top: 6rem !important
}

.mr-7, .mx-7 {
    margin-right: 6rem !important
}

.mb-7, .my-7 {
    margin-bottom: 6rem !important
}

.ml-7, .mx-7 {
    margin-left: 6rem !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: 0.25rem !important
}

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

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

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

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

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

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

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

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

.pl-2, .px-2 {
    padding-left: 0.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
}

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

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

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

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

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

.p-7 {
    padding: 6rem !important
}

.pt-7, .py-7 {
    padding-top: 6rem !important
}

.pr-7, .px-7 {
    padding-right: 6rem !important
}

.pb-7, .py-7 {
    padding-bottom: 6rem !important
}

.pl-7, .px-7 {
    padding-left: 6rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n7, .mx-n7 {
    margin-left: -5rem !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: 0.25rem !important
    }

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

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

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

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

    .m-sm-2 {
        margin: 0.5rem !important
    }

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

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

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

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.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
    }

    .m-sm-6 {
        margin: 5rem !important
    }

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

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

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

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

    .m-sm-7 {
        margin: 6rem !important
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 6rem !important
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 6rem !important
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 6rem !important
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 6rem !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: 0.25rem !important
    }

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

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

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

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

    .p-sm-2 {
        padding: 0.5rem !important
    }

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

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

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

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.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
    }

    .p-sm-6 {
        padding: 5rem !important
    }

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

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

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

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

    .p-sm-7 {
        padding: 6rem !important
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 6rem !important
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 6rem !important
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 6rem !important
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 6rem !important
    }

    .m-sm-n1 {
        margin: -5rem !important
    }

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

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

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

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

    .m-sm-n2 {
        margin: -5rem !important
    }

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

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

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

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

    .m-sm-n3 {
        margin: -5rem !important
    }

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

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

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

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

    .m-sm-n4 {
        margin: -5rem !important
    }

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

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

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

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

    .m-sm-n5 {
        margin: -5rem !important
    }

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

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

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

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

    .m-sm-n6 {
        margin: -5rem !important
    }

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

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

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

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

    .m-sm-n7 {
        margin: -5rem !important
    }

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

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

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

    .ml-sm-n7, .mx-sm-n7 {
        margin-left: -5rem !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: 0.25rem !important
    }

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

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

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

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

    .m-md-2 {
        margin: 0.5rem !important
    }

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

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

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

    .ml-md-2, .mx-md-2 {
        margin-left: 0.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
    }

    .m-md-6 {
        margin: 5rem !important
    }

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

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

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

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

    .m-md-7 {
        margin: 6rem !important
    }

    .mt-md-7, .my-md-7 {
        margin-top: 6rem !important
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 6rem !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 6rem !important
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 6rem !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: 0.25rem !important
    }

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

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

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

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

    .p-md-2 {
        padding: 0.5rem !important
    }

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

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

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

    .pl-md-2, .px-md-2 {
        padding-left: 0.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
    }

    .p-md-6 {
        padding: 5rem !important
    }

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

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

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

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

    .p-md-7 {
        padding: 6rem !important
    }

    .pt-md-7, .py-md-7 {
        padding-top: 6rem !important
    }

    .pr-md-7, .px-md-7 {
        padding-right: 6rem !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 6rem !important
    }

    .pl-md-7, .px-md-7 {
        padding-left: 6rem !important
    }

    .m-md-n1 {
        margin: -5rem !important
    }

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

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

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

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

    .m-md-n2 {
        margin: -5rem !important
    }

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

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

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

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

    .m-md-n3 {
        margin: -5rem !important
    }

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

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

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

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

    .m-md-n4 {
        margin: -5rem !important
    }

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

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

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

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

    .m-md-n5 {
        margin: -5rem !important
    }

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

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

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

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

    .m-md-n6 {
        margin: -5rem !important
    }

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

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

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

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

    .m-md-n7 {
        margin: -5rem !important
    }

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

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

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

    .ml-md-n7, .mx-md-n7 {
        margin-left: -5rem !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: 0.25rem !important
    }

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

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

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

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

    .m-lg-2 {
        margin: 0.5rem !important
    }

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

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

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

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.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
    }

    .m-lg-6 {
        margin: 5rem !important
    }

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

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

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

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

    .m-lg-7 {
        margin: 6rem !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 6rem !important
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 6rem !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 6rem !important
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 6rem !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: 0.25rem !important
    }

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

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

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

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

    .p-lg-2 {
        padding: 0.5rem !important
    }

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

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

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

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.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
    }

    .p-lg-6 {
        padding: 5rem !important
    }

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

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

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

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

    .p-lg-7 {
        padding: 6rem !important
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 6rem !important
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 6rem !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 6rem !important
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 6rem !important
    }

    .m-lg-n1 {
        margin: -5rem !important
    }

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

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

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

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

    .m-lg-n2 {
        margin: -5rem !important
    }

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

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

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

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

    .m-lg-n3 {
        margin: -5rem !important
    }

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

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

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

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

    .m-lg-n4 {
        margin: -5rem !important
    }

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

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

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

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

    .m-lg-n5 {
        margin: -5rem !important
    }

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

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

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

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

    .m-lg-n6 {
        margin: -5rem !important
    }

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

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

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

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

    .m-lg-n7 {
        margin: -5rem !important
    }

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

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

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

    .ml-lg-n7, .mx-lg-n7 {
        margin-left: -5rem !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: 1280px) {
    .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: 0.25rem !important
    }

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

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

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

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

    .m-xl-2 {
        margin: 0.5rem !important
    }

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

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

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

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.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
    }

    .m-xl-6 {
        margin: 5rem !important
    }

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

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

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

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

    .m-xl-7 {
        margin: 6rem !important
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 6rem !important
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 6rem !important
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 6rem !important
    }

    .ml-xl-7, .mx-xl-7 {
        margin-left: 6rem !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: 0.25rem !important
    }

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

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

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

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

    .p-xl-2 {
        padding: 0.5rem !important
    }

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

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

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

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.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
    }

    .p-xl-6 {
        padding: 5rem !important
    }

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

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

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

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

    .p-xl-7 {
        padding: 6rem !important
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 6rem !important
    }

    .pr-xl-7, .px-xl-7 {
        padding-right: 6rem !important
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 6rem !important
    }

    .pl-xl-7, .px-xl-7 {
        padding-left: 6rem !important
    }

    .m-xl-n1 {
        margin: -5rem !important
    }

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

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

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

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

    .m-xl-n2 {
        margin: -5rem !important
    }

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

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

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

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

    .m-xl-n3 {
        margin: -5rem !important
    }

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

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

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

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

    .m-xl-n4 {
        margin: -5rem !important
    }

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

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

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

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

    .m-xl-n5 {
        margin: -5rem !important
    }

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

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

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

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

    .m-xl-n6 {
        margin: -5rem !important
    }

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

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

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

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

    .m-xl-n7 {
        margin: -5rem !important
    }

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

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

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

    .ml-xl-n7, .mx-xl-n7 {
        margin-left: -5rem !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
    }
}

.top-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    font-family: 'Work Sans', sans-serif;
    background-color: #fff;
    border-top: 5px solid #cc002c;
    border-bottom: 1px solid #e8e8eb
}

.top-header button {
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit
}

.top-header button:focus-visible {
    outline: 1px solid #333
}

.top-header a:focus-visible {
    outline: 1px solid #333
}

.top-header__container {
    max-width: 1060px;
    padding: 0 20px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    height: 60px
}

.top-header__container > * {
    height: 100%
}

.top-header__container nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

@media (min-width: 992px) {
    .top-header__container {
        padding: 0 40px;
        height: 75px
    }
}

.casino-review-layout .top-header__container {
    max-width: calc(1179px + 30px);
    padding: 0 15px
}

.top-header .top-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.top-header .top-logo img {
    max-height: 40px;
    max-width: 157px
}

@media (min-width: 992px) {
    .top-header .top-logo img {
        max-height: initial;
        max-width: 196px
    }
}

.top-header .top-utils {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 60px
}

.top-header .top-utils > * {
    height: 100%
}

@media (min-width: 992px) {
    .top-header .top-utils {
        height: 75px
    }
}

.top-header .top-search__opener {
    height: 100%
}

.top-header .top-search__opener img {
    vertical-align: middle;
    padding-right: 10px;
    -webkit-box-shadow: 1px 0 0 #e0e0e0;
    box-shadow: 1px 0 0 #e0e0e0
}

@media (min-width: 992px) {
    .top-header .top-search__opener img {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.top-header .top-search__overlay {
    opacity: 0
}

.top-header .top-search__overlay.opened {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #1c2028;
    opacity: 0.5;
    position: fixed;
    left: 0;
    cursor: pointer;
    width: 100vw;
    height: 100vh
}

.top-header .top-search__input {
    width: inherit
}

.top-header .top-search__button {
    color: #fff;
    background-color: #024384;
    padding: 8px 18px;
    border-radius: 3px;
    font-size: 16px
}

@media (min-width: 992px) {
    .top-header .top-search__button {
        padding: 8px 25px
    }
}

.top-header .top-search__button:hover, .top-header .top-search__button:active {
    background-color: #023365
}

.top-header .top-search__close {
    padding: 0
}

.top-header .top-search__dropdown {
    display: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 15px
}

.top-header .top-search__dropdown.opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (min-width: 992px) {
    .top-header .top-search__dropdown {
        padding: 20px 28px
    }
}

.top-header .top-search__dropdown > * {
    margin: 0 5px
}

.top-header .top-search__input {
    border: 1px solid #e8e8eb;
    border-radius: 4px;
    outline: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 9px 12px
}

.top-header .top-language {
    display: none
}

@media (min-width: 992px) {
    .top-header .top-language {
        display: block
    }
}

.top-header .top-language__button {
    height: 100%
}

.top-header .top-language__button img {
    vertical-align: middle
}

.top-header .top-language__button span {
    font-size: 15px;
    vertical-align: middle;
    font-weight: 500;
    color: #1c2028
}

.top-header__dropdown {
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #e8e8eb;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    margin: 0;
    width: 100%;
    top: 60px
}

@media (min-width: 992px) {
    .top-header__dropdown {
        top: 75px;
        width: calc(100% - 80px);
        margin: 0 40px;
        border-radius: 0 0 4px 4px
    }
}

.top-menu {
    display: none
}

@media (min-width: 992px) {
    .top-menu {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        height: 100%;
        padding: 0 30px;
        margin: 0
    }

    .top-menu__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%
    }

    .top-menu__item--left {
        position: relative
    }

    .top-menu__item--left .top-menu__submenu {
        left: 0;
        right: auto
    }

    .top-menu__item .top-menu__item__link {
        font-size: 16px;
        font-weight: 500;
        color: #10143b;
        padding: 0 16px;
        position: relative;
        cursor: pointer
    }

    .top-menu__item .top-menu__item__link:hover {
        text-decoration: none
    }

    .top-menu__item .top-menu__item__link--opener span {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .top-menu__item .top-menu__item__link--opener span img {
        margin-left: 6px
    }

    .top-menu__item:hover .top-menu__item__link:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        bottom: -28px;
        background-color: #cc002c
    }

    .top-menu__item:hover .top-menu__item__submenu {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }

    .top-menu__submenu {
        display: none
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .top-menu__submenu {
        top: calc(75px + 8px);
        right: 30px;
        left: auto;
        width: auto;
        margin: 0;
        padding: 32px;
        border: none;
        -webkit-box-shadow: 2px 4px 12px rgba(7, 25, 43, 0.12);
        box-shadow: 2px 4px 12px rgba(7, 25, 43, 0.12);
        border-radius: 4px
    }

    .top-menu__submenu::before {
        position: absolute;
        top: -8px;
        right: 0;
        left: 0;
        display: block;
        height: 8px;
        content: ''
    }
}

@media (min-width: 992px) {
    .top-menu__submenu__column {
        padding-right: 32px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .top-menu__submenu__column {
        padding-right: 40px
    }
}

@media (min-width: 992px) {
    .top-menu__submenu__column:last-of-type {
        padding-right: 0
    }

    .top-menu__submenu__all-link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #4355f9;
        font-weight: 600;
        font-size: 14px;
        font-family: Work Sans Semibold, Arial, sans-serif;
        width: 100%;
        margin-top: 10px;
        text-decoration: none
    }

    .top-menu__submenu__all-link:hover, .top-menu__submenu__all-link:focus, .top-menu__submenu__all-link:active {
        text-decoration: underline
    }

    .top-menu__submenu__all-link img {
        width: 14px;
        margin-left: 6px
    }

    .top-menu__submenu__title {
        color: #10143b;
        font-size: 14px;
        font-weight: 600;
        font-family: Work Sans Semibold, Arial, sans-serif;
        margin-bottom: 12px
    }

    .top-menu__submenu__links {
        padding: 0;
        list-style: none;
        line-height: 1.5;
        font-size: 14px;
        margin: 0
    }

    .top-menu__submenu__links__link {
        padding: 6px 0
    }

    .top-menu__submenu__links__link a {
        color: #1c2028;
        white-space: nowrap
    }
}

.mobile-menu {
    color: #1c2028;
    font-weight: 500
}

@media (min-width: 992px) {
    .mobile-menu {
        display: none
    }
}

.mobile-menu a {
    font-weight: inherit;
    color: inherit;
    text-decoration: none
}

.mobile-menu__overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #1c2028;
    opacity: 0.5;
    display: none
}

.mobile-menu__overlay.active {
    display: block
}

.mobile-menu ul {
    margin: 0;
    list-style: none
}

.mobile-menu__container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.mobile-menu__container.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.mobile-menu__opener {
    height: 100%
}

.mobile-menu__close {
    right: 5px;
    position: absolute
}

.mobile-menu__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    height: 100vh;
    overflow: scroll;
    width: 300px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -300px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

@media (min-width: 768px) {
    .mobile-menu__card {
        width: 420px;
        right: -420px
    }
}

.mobile-menu__card#mobile-menu-home {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.mobile-menu__card > * {
    padding: 0 15px
}

.mobile-menu__card.active {
    right: 0
}

.mobile-menu__card.active#mobile-menu-home {
    -webkit-transition: none;
    transition: none
}

.mobile-menu__card__back {
    padding: 0
}

.mobile-menu__card__back > * {
    vertical-align: middle
}

.mobile-menu__card__back span {
    margin-left: 10px
}

.mobile-menu__card__icon {
    margin-right: 10px;
    vertical-align: middle
}

.mobile-menu__card__icon--light {
    -webkit-filter: invert(99%) sepia(92%) saturate(1%) hue-rotate(196deg) brightness(107%) contrast(100%);
    filter: invert(99%) sepia(92%) saturate(1%) hue-rotate(196deg) brightness(107%) contrast(100%)
}

.mobile-menu__card__top-bar {
    border-bottom: 1px solid #e8e8eb;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 15px
}

.mobile-menu__card__link {
    font-size: 15px
}

.mobile-menu__card__link a, .mobile-menu__card__link button {
    padding: 15px 0;
    display: block
}

.mobile-menu__card__title {
    padding: 15px;
    font-size: 15px;
    background-color: #1c2028;
    color: #fff
}

.mobile-menu__main-link button {
    width: 100%;
    text-align: left
}

.mobile-menu__main-link button:after {
    content: '';
    border: solid #011f3e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    width: auto;
    height: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    margin-top: 5px
}

.mobile-menu__main-link:last-child {
    border-bottom: 1px solid #e8e8eb
}

.mobile-menu__accordion {
    padding: 0 0 150px 0;
    font-size: 15px
}

.mobile-menu__accordion__opener {
    padding: 15px;
    width: 100%;
    text-align: left;
    font-size: 15px
}

.mobile-menu__accordion__opener span:after {
    content: '';
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: solid #011f3e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    width: auto;
    height: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    margin-top: 5px
}

.mobile-menu__accordion__opener.active span:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.mobile-menu__accordion__link {
    font-weight: 400
}

.mobile-menu__accordion__link a {
    padding: 15px;
    display: block
}

.mobile-menu__accordion__links {
    max-height: 0;
    display: block;
    overflow: hidden;
    background-color: #f2f2f5;
    padding: 0
}

.mobile-menu__accordion__links.active {
    max-height: 200vh;
    -webkit-transition: 2s;
    transition: 2s
}

.mobile-menu__body-overflow-hidden {
    overflow: hidden
}

@media (min-width: 992px) {
    .mobile-menu__body-overflow-hidden {
        overflow: unset
    }
}

.mobile-menu .top-language {
    padding: 15px;
    display: block
}

.mobile-menu .top-language__button {
    padding: 0
}

.casino-top-banner {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #546177;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (min-width: 768px) {
    .casino-top-banner {
        padding-bottom: 6rem
    }
}

@media (min-width: 768px) {
    .casino-top-banner {
        margin-bottom: 4rem
    }
}

@media (min-width: 992px) {
    .casino-top-banner {
        padding-bottom: 2.5rem
    }
}

.casino-top-banner::before {
    content: '';
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background-color: #f7f8fa;
    z-index: -1
}

.casino-top-banner__frame {
    position: static
}

.casino-top-banner__title {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    color: #10143b;
    margin: 0 0 0.25rem
}

@media (min-width: 768px) {
    .casino-top-banner__title {
        font-size: 39px;
        margin-bottom: 0.75rem
    }
}

@media (min-width: 992px) {
    .casino-top-banner__title {
        font-size: 48px
    }
}

.casino-top-banner__description {
    font-style: normal;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 1.25rem
}

@media (min-width: 768px) {
    .casino-top-banner__description {
        margin-bottom: 0.75rem
    }
}

@media (min-width: 992px) {
    .casino-top-banner__description {
        font-size: 20px
    }
}

.casino-top-banner-image::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#5666fa), to(#3544c7));
    background-image: -webkit-linear-gradient(left, #5666fa 0%, #3544c7 100%);
    background-image: linear-gradient(to right, #5666fa 0%, #3544c7 100%)
}

@media (min-width: 992px) {
    .casino-top-banner-image::before {
        background-image: url("/images/homepage/background_3.png");
        background-position: center top;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat
    }
}

#top-list-light.preload * {
    -webkit-transition: none !important;
    transition: none !important
}

@media (min-width: 992px) {
    #top-list-light.top-n-margin {
        margin-top: -57px
    }
}

.top-list-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none
}

.top-list-container.active {
    display: block
}

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

.top-list-container .btn.show-more {
    color: #004586;
    border: 1px solid #004586;
    font-weight: bold
}

.top-list-container .btn.show-more:hover {
    color: #fff;
    background-color: #004586
}

.rating-tooltip {
    position: relative;
    color: #546177;
    font-size: 12px;
    line-height: 1.33
}

.rating-tooltip__opener:hover .rating-tooltip__container {
    visibility: visible
}

.rating-tooltip__info-icon {
    width: 15px;
    height: 15px;
    cursor: pointer
}

.rating-tooltip__info {
    position: relative;
    width: 15px;
    height: 15px;
    display: block
}

.rating-tooltip__container {
    visibility: hidden;
    position: absolute;
    top: 15px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    padding-top: 15px
}

.rating-tooltip__container-hold {
    width: 154px;
    background-color: #546177;
    color: #fff;
    border-radius: 4px;
    padding: 0.5rem
}

.rating-tooltip__container-hold::after {
    content: '';
    position: absolute;
    top: 10px;
    right: auto;
    left: 50%;
    width: 1px;
    height: 1px;
    border: 5px solid #546177;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.rating-tooltip__link {
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}

.rating-tooltip__link:hover {
    text-decoration: none
}

.top-list-horizontal {
    position: relative;
    border: 1px solid #dee2e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: white
}

.top-list-horizontal::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.top-list-horizontal:hover::after, .top-list-horizontal.active::after {
    opacity: 1
}

.top-list-horizontal .partner-tag {
    background-color: #c3eddc;
    color: #1c2028;
    margin: -1px 0 0 -1px;
    border-radius: 6px;
    font-weight: 600
}

.top-list-horizontal .casino-info__cta-bullet, .top-list-horizontal .additional-info__cta-bullet {
    color: #1c2028;
    list-style: none;
    white-space: nowrap
}

.top-list-horizontal .casino-info__cta-bullet__icon, .top-list-horizontal .additional-info__cta-bullet__icon {
    position: relative;
    top: 2px;
    right: 5px
}

.top-list-horizontal .casino-info__cta-bullet .overflow, .top-list-horizontal .additional-info__cta-bullet .overflow {
    display: block;
    padding-left: 12px;
    line-height: 1rem
}

@media (min-width: 360px) {
    .top-list-horizontal .casino-info__cta-bullet .overflow, .top-list-horizontal .additional-info__cta-bullet .overflow {
        display: inline;
        padding-left: 0;
        line-height: unset
    }
}

@media (min-width: 768px) {
    .top-list-horizontal .casino-info {
        border-bottom: 1px solid #dee2e6
    }
}

.top-list-horizontal .casino-info__logo-container {
    width: 140px;
    height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: var(--bg-color, #e8e8e8);
    border-radius: 3px
}

.top-list-horizontal .casino-info__logo-container__logo {
    vertical-align: middle;
    max-height: 65px;
    min-height: 20px
}

.top-list-horizontal .casino-info__logo-container__link {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
    text-align: center
}

.top-list-horizontal .casino-info__bonus-num {
    color: #012548;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold
}

.top-list-horizontal .casino-info__bonus-text {
    font-size: 12px;
    color: #546177
}

.top-list-horizontal .casino-info__rating-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 74px;
    padding: 4px 7px;
    font-size: 16px;
    background-color: #eff1f4;
    border-radius: 3px;
    text-align: center;
    line-height: 22px
}

.top-list-horizontal .casino-info__rating-number__value {
    font-weight: bold;
    font-size: 16px;
    color: #012548
}

.top-list-horizontal .casino-info__rating-text {
    font-weight: bold;
    font-size: 16px;
    color: #012548
}

.top-list-horizontal .casino-info__review {
    line-height: 1rem;
    height: 32px
}

@media (min-width: 768px) {
    .top-list-horizontal .casino-info__review {
        height: 48px
    }
}

.top-list-horizontal .casino-info__review a {
    color: #024384;
    font-weight: bold;
    line-height: 32px
}

@media (min-width: 768px) {
    .top-list-horizontal .casino-info__review a {
        line-height: 48px
    }
}

.top-list-horizontal .casino-info__id {
    position: absolute;
    font-size: 12px;
    background-color: #546177;
    font-weight: bold;
    text-align: center;
    color: white;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0
}

.top-list-horizontal .casino-info__established {
    position: absolute;
    font-size: 12px;
    text-align: center;
    color: #546177;
    left: 0;
    right: 0;
    bottom: -25px
}

.top-list-horizontal .additional-info__opener {
    color: #024384;
    font-weight: bold;
    border: none
}

.top-list-horizontal .additional-info__opener.active {
    color: #0055f9
}

.top-list-horizontal .additional-info__opener.active:after {
    color: #0055f9;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: calc(50% - 6px)
}

.top-list-horizontal .additional-info__opener::after {
    content: '';
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: solid #024384;
    border-width: 0 2px 2px 0;
    margin-left: 10px;
    margin-bottom: 1px;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.top-list-horizontal .additional-info__opener:hover, .top-list-horizontal .additional-info__opener:hover:after {
    color: #0362c2;
    border-color: #0362c2
}

.top-list-horizontal .additional-info__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out
}

.top-list-horizontal .additional-info__content.active {
    max-height: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in
}

.top-list-horizontal .additional-info__label {
    color: #546177;
    font-size: 14px;
    line-height: 16px
}

.top-list-horizontal .additional-info__payment-container {
    width: 42px;
    height: 25px;
    border: 1px solid #ececf3;
    border-radius: 3px
}

.top-list-horizontal .additional-info__payment-type {
    width: 100%;
    height: 100%
}

.top-list-horizontal .highlight-partner {
    position: absolute;
    background-color: #980021;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    height: 40px;
    top: -30px;
    right: -1px;
    left: -1px;
    z-index: -1
}

.top-list-horizontal .highlight-partner__logo {
    position: relative;
    top: 5px;
    right: 5px
}

.top-list-tabs {
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #bec5d1;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .top-list-tabs {
        margin-bottom: 24px
    }
}

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

.top-list-tabs__tab {
    border: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    color: #2f3642;
    padding: 17px 8px;
    text-align: center;
    cursor: pointer;
    margin-bottom: -1px
}

.top-list-tabs__tab img {
    filter: saturate(100%) brightness(0);
    -webkit-filter: saturate(100%) brightness(0)
}

.top-list-tabs__tab.active {
    color: #024384;
    border-bottom: 3px solid #024384
}

.top-list-tabs__tab.active img {
    filter: invert(14%) sepia(79%) saturate(2956%) hue-rotate(199deg) brightness(60%) contrast(98%);
    -webkit-filter: invert(14%) sepia(79%) saturate(2956%) hue-rotate(199deg) brightness(60%) contrast(98%)
}

.top-list-tabs__tab:hover {
    background-color: rgba(97, 97, 97, 0.04)
}

.spacer-0 {
    padding-top: 0 !important
}

.spacer-8 {
    padding-top: 8px !important
}

.spacer-16 {
    padding-top: 16px !important
}

.spacer-24 {
    padding-top: 24px !important
}

.spacer-32 {
    padding-top: 32px !important
}

.spacer-40 {
    padding-top: 40px !important
}

.spacer-48 {
    padding-top: 48px !important
}

.spacer-56 {
    padding-top: 56px !important
}

.spacer-64 {
    padding-top: 64px !important
}

@media (min-width: 360px) {
    .spacer-xs-0 {
        padding-top: 0 !important
    }

    .spacer-xs-8 {
        padding-top: 8px !important
    }

    .spacer-xs-16 {
        padding-top: 16px !important
    }

    .spacer-xs-24 {
        padding-top: 24px !important
    }

    .spacer-xs-32 {
        padding-top: 32px !important
    }

    .spacer-xs-40 {
        padding-top: 40px !important
    }

    .spacer-xs-48 {
        padding-top: 48px !important
    }

    .spacer-xs-56 {
        padding-top: 56px !important
    }

    .spacer-xs-64 {
        padding-top: 64px !important
    }
}

@media (min-width: 576px) {
    .spacer-sm-0 {
        padding-top: 0 !important
    }

    .spacer-sm-8 {
        padding-top: 8px !important
    }

    .spacer-sm-16 {
        padding-top: 16px !important
    }

    .spacer-sm-24 {
        padding-top: 24px !important
    }

    .spacer-sm-32 {
        padding-top: 32px !important
    }

    .spacer-sm-40 {
        padding-top: 40px !important
    }

    .spacer-sm-48 {
        padding-top: 48px !important
    }

    .spacer-sm-56 {
        padding-top: 56px !important
    }

    .spacer-sm-64 {
        padding-top: 64px !important
    }
}

@media (min-width: 768px) {
    .spacer-md-0 {
        padding-top: 0 !important
    }

    .spacer-md-8 {
        padding-top: 8px !important
    }

    .spacer-md-16 {
        padding-top: 16px !important
    }

    .spacer-md-24 {
        padding-top: 24px !important
    }

    .spacer-md-32 {
        padding-top: 32px !important
    }

    .spacer-md-40 {
        padding-top: 40px !important
    }

    .spacer-md-48 {
        padding-top: 48px !important
    }

    .spacer-md-56 {
        padding-top: 56px !important
    }

    .spacer-md-64 {
        padding-top: 64px !important
    }
}

@media (min-width: 992px) {
    .spacer-lg-0 {
        padding-top: 0 !important
    }

    .spacer-lg-8 {
        padding-top: 8px !important
    }

    .spacer-lg-16 {
        padding-top: 16px !important
    }

    .spacer-lg-24 {
        padding-top: 24px !important
    }

    .spacer-lg-32 {
        padding-top: 32px !important
    }

    .spacer-lg-40 {
        padding-top: 40px !important
    }

    .spacer-lg-48 {
        padding-top: 48px !important
    }

    .spacer-lg-56 {
        padding-top: 56px !important
    }

    .spacer-lg-64 {
        padding-top: 64px !important
    }
}

@media (min-width: 1200px) {
    .spacer-xl-0 {
        padding-top: 0 !important
    }

    .spacer-xl-8 {
        padding-top: 8px !important
    }

    .spacer-xl-16 {
        padding-top: 16px !important
    }

    .spacer-xl-24 {
        padding-top: 24px !important
    }

    .spacer-xl-32 {
        padding-top: 32px !important
    }

    .spacer-xl-40 {
        padding-top: 40px !important
    }

    .spacer-xl-48 {
        padding-top: 48px !important
    }

    .spacer-xl-56 {
        padding-top: 56px !important
    }

    .spacer-xl-64 {
        padding-top: 64px !important
    }
}

.casino-paragraph {
    font-family: Work Sans, Arial, sans-serif;
    font-style: normal;
    color: #2f3642;
    padding-bottom: 0
}

.casino-paragraph.h1-margin .casino-paragraph__html {
    margin-top: 40px
}

.casino-paragraph.h2-margin .casino-paragraph__html {
    margin-top: 16px
}

@media (min-width: 768px) {
    .casino-paragraph.h2-margin .casino-paragraph__html {
        margin-top: 24px
    }
}

.casino-paragraph.h3-margin .casino-paragraph__html {
    margin-top: 16px
}

@media (min-width: 768px) {
    .casino-paragraph.h3-margin .casino-paragraph__html {
        margin-top: 24px
    }
}

.casino-paragraph.h4-margin .casino-paragraph__html {
    margin-top: 16px
}

.casino-paragraph .top-games-table--reviews-theme {
    margin-top: 26px
}

.casino-paragraph__author {
    color: #546177;
    font-size: 14px;
    line-height: 22px;
    font-family: Work Sans, Arial, sans-serif;
    padding-bottom: 15px
}

.casino-paragraph__author a, .casino-paragraph__author a:not(.btn):not(.unhighlight) {
    color: #4355f9;
    font-family: Work Sans, Arial, sans-serif;
    text-decoration: none
}

.casino-paragraph__author a:hover, .casino-paragraph__author a:not(.btn):not(.unhighlight):hover {
    text-decoration: underline
}

.casino-paragraph__html {
    font-family: Work Sans, Arial, sans-serif
}

.casino-paragraph__html > h2 {
    font-size: 39px;
    line-height: 45px;
    margin: 0
}

@media (max-width: 991.98px) {
    .casino-paragraph__html > h2 {
        font-size: 31px;
        line-height: 35px
    }
}

@media (max-width: 767.98px) {
    .casino-paragraph__html > h2 {
        font-size: 25px;
        line-height: 35px
    }
}

.casino-paragraph__html > h3 {
    font-size: 28px;
    margin: 0
}

@media (max-width: 767.98px) {
    .casino-paragraph__html > h3 {
        font-size: 20px;
        line-height: 23px
    }
}

.casino-paragraph__html > h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #2f3642;
    margin: 40px 0 0
}

@media (max-width: 767.98px) {
    .casino-paragraph__html > h4 {
        font-size: 20px;
        line-height: 23px
    }
}

.casino-paragraph__html > h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #546177;
    margin: 0
}

@media (max-width: 767.98px) {
    .casino-paragraph__html > h5 {
        font-size: 20px;
        line-height: 23px
    }
}

.casino-paragraph__html strong {
    font-weight: 600;
    font-family: Work Sans, Arial, sans-serif
}

.casino-paragraph__html p a, .casino-paragraph__html p a:not(.btn):not(.unhighlight) {
    color: #4355f9;
    font-family: Work Sans, Arial, sans-serif;
    text-decoration: underline
}

.casino-paragraph__html p a:hover, .casino-paragraph__html p a:not(.btn):not(.unhighlight):hover {
    text-decoration: none
}

.casino-paragraph__html p {
    font-size: 16px;
    line-height: 26px;
    font-family: Work Sans, Arial, sans-serif
}

.casino-paragraph__html p:last-child {
    margin-bottom: 0
}

.casino-paragraph__html p:first-child {
    margin-top: 0
}

.casino-paragraph__html p + p {
    margin-top: 26px
}

.casino-paragraph__html .d-block strong {
    color: #012548
}

.casino-paragraph__html ul {
    margin: 20px 0;
    padding-left: 20px;
    font-family: Work Sans, Arial, sans-serif
}

.casino-paragraph__html ul > li {
    font-size: 16px;
    color: #2f3642;
    line-height: 24px;
    padding: 3px 0
}

.casino-paragraph__html ul > li::marker {
    color: inherit
}

.casino-paragraph__html_sub {
    font-size: 16px;
    color: #2f3642;
    line-height: 24px;
    margin: 20px 0 35px;
    font-family: Work Sans, Arial, sans-serif
}

.casino-paragraph__html_sub > p {
    padding: 2px 0;
    margin: 0
}

.casino-paragraph__html_sub > p > strong {
    font-weight: 600;
    font-family: Work Sans, Arial, sans-serif
}

.casino-paragraph__html span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #546177;
    margin: 0;
    display: block
}

.casino-paragraph__html span strong {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: #2f3642;
    padding: 20px 0 0;
    display: block
}

.casino-paragraph__title {
    font-weight: 700;
    font-family: Work Sans, Arial, sans-serif;
    display: block;
    color: #012548;
    padding: 0;
    border-bottom: none
}

.casino-paragraph__title > h2 {
    color: #10143b;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 0
}

@media (min-width: 768px) {
    .casino-paragraph__title > h2 {
        font-size: 31px;
        margin-bottom: 32px
    }
}

@media (min-width: 1200px) {
    .casino-paragraph__title > h2 {
        font-size: 39px
    }
}

.mb-8 .casino-paragraph__title > h2 {
    margin-bottom: 8px
}

.casino-paragraph__title > h3 {
    font-size: 31px;
    line-height: 40px;
    color: #10143b;
    margin: 0 0 18px 0;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .casino-paragraph__title > h3 {
        font-size: 25px;
        line-height: 32px
    }
}

@media (max-width: 767.98px) {
    .casino-paragraph__title > h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

.casino-paragraph__title > h4 {
    font-size: 24px;
    margin: 0
}

@media (max-width: 767.98px) {
    .casino-paragraph__title {
        font-size: 20px;
        line-height: 23px
    }
}

.casino-paragraph__title > h5 {
    font-size: 16px;
    margin: 0
}

.casino-paragraph__title_full-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.casino-paragraph.text-center .casino-paragraph__title {
    display: block
}

.casino-paragraph.text-center .casino-paragraph__title h2 {
    font-size: 40px;
    font-weight: bolder
}

@media (max-width: 767.98px) {
    .casino-paragraph.text-center .casino-paragraph__title h2 {
        font-size: 30px;
        line-height: 40px
    }
}

.casino-paragraph.text-center .casino-paragraph__html p {
    display: block;
    font-family: Work Sans, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

.casino-paragraph .alignleft {
    float: left;
    max-width: 100%;
    padding: 0;
    margin: 0 30px 10px 0
}

@media all and (max-width: 880px) {
    .casino-paragraph .alignleft {
        margin: 20px 20px 10px 0
    }
}

@media all and (max-width: 480px) {
    .casino-paragraph .alignleft {
        float: none;
        display: block;
        margin: 0 auto 20px;
        width: auto
    }
}

.casino-paragraph .alignright {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0 auto 20px
}

@media (min-width: 576px) {
    .casino-paragraph .alignright {
        float: right;
        max-width: 100%;
        margin: 0 0 10px 30px
    }
}

.readMoreOpen {
    font-family: Work Sans, Arial, sans-serif;
    border-top: none;
    border-bottom: none;
    border-left: 0;
    border-right: 0;
    width: auto;
    padding: 0px;
    background-color: #fff;
    text-align: left;
    position: relative;
    outline: none;
    color: #4355f9;
    font-size: 16px;
    right: 0;
    font-weight: bold
}

@media (min-width: 768px) {
    .readMoreOpen {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
}

.readMoreOpen:after {
    background: #fff;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: 0
}

.readMoreOpen:hover {
    cursor: pointer;
    text-decoration: underline
}

@media (max-width: 767.98px) {
    .readMoreDiv .casino-paragraph__html_hide-text {
        opacity: 1;
        height: auto
    }
}

@media (max-width: 767.98px) {
    .readMoreDiv .casino-paragraph__html_hide-text.js-active {
        height: 0
    }
}

.readMoreDiv .casino-paragraph__html p:last-child {
    margin-bottom: 16px
}

@media (max-width: 767.98px) {
    .readMoreDiv.readMoreDivLess .casino-paragraph__html_hide-text {
        opacity: 0
    }
}

.heading-rating {
    position: relative;
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 0.5rem;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Work Sans, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #2f3642;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (min-width: 768px) {
    .heading-rating {
        padding: 2rem 2rem 1rem;
        font-size: 16px
    }
}

.heading-rating__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 24px 0
}

.heading-rating__container {
    position: relative;
    margin-right: 0.5rem
}

.heading-rating__rating-list {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.heading-rating__star:not(:first-child) {
    margin-left: 0.5rem
}

.heading-rating__star-icon {
    width: 16px;
    display: block;
    max-width: none
}

.heading-rating__header {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.heading-rating__rating-value {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}

.heading-rating__rating-value-number {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.17;
    color: #10143b;
    margin: -1rem 0 -1rem
}

@media (min-width: 768px) {
    .heading-rating__rating-value-number {
        font-size: 39px;
        margin-right: 0.75rem
    }
}

.heading-rating__rating-value-text {
    font-weight: 600;
    font-family: Work Sans, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #10143b
}

.ordered__bubble-list {
    list-style: none;
    counter-reset: bubble-list-counter;
    padding-left: 0;
    font-family: Work Sans, Arial, sans-serif
}

.ordered__bubble-list li {
    counter-increment: bubble-list-counter;
    margin-bottom: 5px;
    padding: 0 0 10px 35px !important;
    position: relative;
    font-size: 16px;
    line-height: 24px
}

.ordered__bubble-list li::before {
    content: counter(bubble-list-counter);
    background: #e8eaff;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    line-height: 1rem;
    font-family: Work Sans, Arial, sans-serif;
    margin-right: 10px;
    color: #4355f9;
    position: absolute;
    left: 0
}

@media (min-width: 768px) {
    .ordered__bubble-list li::before {
        width: 28px;
        height: 28px;
        font-size: 14px
    }
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(44px / 44 * 27);
    height: 44px;
    margin-top: calc(-1 * 44px / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #007aff
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 44px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #007aff;
    border-radius: 50%;
    border-top-color: transparent
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.game-tiles-section h2, .game-tiles-section h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 1.25rem;
    color: #10143b
}

@media (min-width: 992px) {
    .game-tiles-section h2, .game-tiles-section h3 {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .game-tiles-section h2 + .game-tiles-swiper, .game-tiles-section h3 + .game-tiles-swiper {
        margin-top: -37px
    }
}

@media (min-width: 768px) {
    .game-tiles-section h2 {
        font-size: 31px
    }
}

@media (min-width: 992px) {
    .game-tiles-section h2 {
        font-size: 39px
    }
}

@media (min-width: 768px) {
    .game-tiles-section h3 {
        font-size: 25px
    }
}

@media (min-width: 992px) {
    .game-tiles-section h3 {
        font-size: 31px
    }
}

.game-tiles-swiper-container {
    position: relative
}

@media (min-width: 768px) {
    .game-tiles-swiper-container {
        margin-bottom: 0.5rem
    }
}

@media (min-width: 992px) {
    .game-tiles-swiper-container .swiper-wrapper {
        padding-top: 3.5rem
    }
}

.game-tiles-swiper-container .swiper-pagination {
    right: 81px;
    top: 6px;
    width: auto;
    left: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    color: #546177;
    opacity: 0;
    visibility: hidden
}

@media (min-width: 1200px) {
    .game-tiles-swiper-container .swiper-pagination {
        opacity: 1;
        visibility: visible
    }
}

.game-tiles-swiper-container .swiper-button-next, .game-tiles-swiper-container .swiper-button-prev {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #d7dbe2;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s
}

@media (min-width: 1200px) {
    .game-tiles-swiper-container .swiper-button-next, .game-tiles-swiper-container .swiper-button-prev {
        display: block
    }
}

.game-tiles-swiper-container .swiper-button-next:hover, .game-tiles-swiper-container .swiper-button-prev:hover {
    background-color: #eff1f4
}

.game-tiles-swiper-container .swiper-button-next::after, .game-tiles-swiper-container .swiper-button-prev::after {
    position: absolute;
    top: 9px;
    left: 11px;
    font-size: 0;
    line-height: 0;
    width: 7px;
    height: 12px;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s
}

.game-tiles-swiper-container .swiper-button-next.swiper-button-disabled::after, .game-tiles-swiper-container .swiper-button-prev.swiper-button-disabled::after {
    opacity: 0.6
}

.game-tiles-swiper-container .swiper-button-prev {
    right: 42px;
    left: auto
}

.game-tiles-swiper-container .swiper-button-prev::after {
    background-image: url("/images/reviews/icons/icon-chevron-left.svg")
}

.game-tiles-swiper-container .swiper-button-next::after {
    background-image: url("/images/reviews/icons/icon-chevron-right.svg")
}

.game-tiles-swiper-container .swiper-slide {
    margin-right: 24px
}

@media (max-width: 1199.98px) {
    .game-tiles-swiper-container .swiper-slide {
        width: 225px
    }
}

@media (max-width: 1199.98px) {
    .game-tiles-swiper-container .swiper-slide:not(:first-child) {
        width: 225px
    }
}

@media (max-width: 1199.98px) {
    .game-tiles.swiper-wrapper {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto;
        overflow-x: visible;
        overflow-y: hidden
    }
}

.game-tiles-container {
    line-height: 1rem
}

.game-tiles__element-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.game-tiles__img {
    position: relative
}

@media (min-width: 992px) {
    .game-tiles__img:hover .game-tiles__img-overlay {
        opacity: 1
    }
}

.game-tiles__img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: calc(100% - 2px);
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .game-tiles__img-overlay {
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.6)
    }
}

.game-tiles__img-overlay > .btn {
    width: 154px
}

@media (max-width: 991.98px) {
    .game-tiles__img-overlay > .btn {
        width: 75%
    }
}

.game-tiles__img-overlay .btn {
    width: 154px;
    height: auto;
    padding: 0.6rem 0.5rem !important
}

@media (max-width: 767.98px) {
    .game-tiles__img-overlay .btn {
        width: 130px;
        font-size: 12px
    }
}

.game-tiles__img-overlay .btn.btn-dark-blue {
    border: 1px solid #004586
}

@media (max-width: 991.98px) {
    .game-tiles__img-overlay > .btn.btn-gold {
        display: none
    }
}

@media (max-width: 991.98px) {
    .game-tiles__img-overlay > .btn.btn-dark-blue {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        height: 100%
    }
}

.game-tiles__heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #1c2028
}

@media (min-width: 768px) {
    .game-tiles__heading {
        font-size: 1rem
    }
}

.game-tiles__link {
    text-decoration: underline;
    color: #04c;
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 12px
}

.game-tiles__link:hover {
    text-decoration: none
}

.game-tiles__button-hold .btn-derken-blue {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #10143b;
    border-radius: 4px;
    width: 100%;
    padding: 1rem 1.5rem
}

@media (min-width: 992px) {
    .game-tiles__button-hold .btn-derken-blue {
        width: auto
    }
}

.game-tiles__button-hold .btn-derken-blue:hover {
    background-color: #222c5e
}

.game-tiles__button-hold .btn-derken-blue:focus {
    background-color: #222c5e
}

.game-tiles__button-hold .btn-derken-blue:active {
    background-color: #222c5e
}

.game-tiles__select {
    width: 100%;
    height: 100%;
    min-height: 42px
}

.game-tiles__loading-tile {
    position: relative
}

.game-tiles__loading-tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 97%;
    overflow: hidden;
    -webkit-box-shadow: inset 1px 1px 5px 0 #000;
    box-shadow: inset 1px 1px 5px 0 #000
}

.game-tiles__loading-tile-overlay:after {
    -webkit-animation: gameTilesShine 1.5s ease-in-out infinite;
    animation: gameTilesShine 1.5s ease-in-out infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    content: '';
    position: absolute;
    top: -150%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%)
}

@media (max-width: 575.98px) {
    .games-vertical-mobile .game-tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .games-vertical-mobile .game-tiles__element-container {
        max-width: 100%
    }
}

@-webkit-keyframes gameTilesShine {
    60% {
        opacity: 1;
        -webkit-transform: translate(80%, 50%) rotate(30deg);
        transform: translate(80%, 50%) rotate(30deg);
        -webkit-transition-property: left, top, opacity, -webkit-transform;
        transition-property: left, top, opacity, -webkit-transform;
        transition-property: transform, left, top, opacity;
        transition-property: transform, left, top, opacity, -webkit-transform;
        -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
        transition-duration: 0.7s, 0.7s, 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(80%, 50%) rotate(30deg);
        transform: translate(80%, 50%) rotate(30deg);
        -webkit-transition-property: left, top, opacity, -webkit-transform;
        transition-property: left, top, opacity, -webkit-transform;
        transition-property: transform, left, top, opacity;
        transition-property: transform, left, top, opacity, -webkit-transform
    }
}

@keyframes gameTilesShine {
    60% {
        opacity: 1;
        -webkit-transform: translate(80%, 50%) rotate(30deg);
        transform: translate(80%, 50%) rotate(30deg);
        -webkit-transition-property: left, top, opacity, -webkit-transform;
        transition-property: left, top, opacity, -webkit-transform;
        transition-property: transform, left, top, opacity;
        transition-property: transform, left, top, opacity, -webkit-transform;
        -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
        transition-duration: 0.7s, 0.7s, 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(80%, 50%) rotate(30deg);
        transform: translate(80%, 50%) rotate(30deg);
        -webkit-transition-property: left, top, opacity, -webkit-transform;
        transition-property: left, top, opacity, -webkit-transform;
        transition-property: transform, left, top, opacity;
        transition-property: transform, left, top, opacity, -webkit-transform
    }
}

.game-tiles-container.slots-hub .game-tiles {
    z-index: 6;
    position: relative
}

.game-tiles-container.slots-hub .game-tiles__heading {
    color: #fff
}

.game-tiles-container.slots-hub .d-flex {
    z-index: 6;
    position: relative
}

.game-tiles-container.slots-hub .d-flex .btn {
    color: #fff;
    border: 1px solid #fff;
    background-color: #0c2251;
    border-radius: 6px;
    padding: 0;
    text-decoration: none
}

.game-tiles-container.slots-hub .d-flex .btn:hover {
    background-color: #fff
}

.game-tiles-container.slots-hub .d-flex .btn a:hover {
    color: #0c2251
}

.game-tiles-container.slots-hub .btn a {
    color: #fff;
    text-decoration: none
}

.container-game-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.container-game-info .sub-heading {
    font-size: 0.75rem
}

.container-game-info .heading {
    font-weight: 600
}

.top-games-table {
    overflow: auto;
    text-align: center;
    color: #2b2b2b;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.top-games-table__body {
    min-width: 650px;
    border: 1px solid rgba(194, 212, 224, 0.7);
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px
}

.top-games-table table.top-games-table__custom-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding: 0
}

.top-games-table__custom-table .top-games-table__thead {
    width: 26%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    background-color: #f4f9ff;
    border-right: 1px solid rgba(194, 212, 224, 0.7);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.top-games-table--reviews-theme .top-games-table__custom-table .top-games-table__thead {
    background-color: #e4e6ec
}

.top-games-table__custom-table .top-games-table__tbody {
    width: 74%;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.top-games-table--reviews-theme .top-games-table__custom-table .top-games-table__tbody .col {
    font-size: 14px
}

.top-games-table__custom-table .top-games-table__tbody .top-games-table__row {
    margin: 0;
    padding: 0;
    width: 100%
}

.top-games-table__custom-table .top-games-table__tbody .col {
    width: 100%
}

.top-games-table__custom-table .top-games-table__tbody .col:nth-child(even) {
    background-color: #f6f7f8
}

.top-games-table__custom-table .top-games-table__head, .top-games-table__custom-table .top-games-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.top-games-table__custom-table .top-games-table__head {
    border-radius: 4px 0 0 4px;
    margin: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%
}

.top-games-table--reviews-theme .top-games-table__custom-table .top-games-table__head {
    background: #e4e6ec
}

.top-games-table__custom-table .top-games-table__head .col {
    width: 100%
}

.top-games-table__head {
    padding: 5px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    color: #012548;
    font-weight: 500;
    background-color: #f4f9ff
}

.top-games-table__custom-table .top-games-table__head {
    padding: 0
}

.top-games-table__head .game-name {
    text-align: left;
    max-width: 25%
}

.top-games-table__head th {
    font-weight: 500
}

.top-games-table thead, .top-games-table tbody {
    width: 100%
}

.top-games-table thead.table-section, .top-games-table tbody.table-section {
    display: none;
    line-height: 1rem
}

.top-games-table thead.table-section.active, .top-games-table tbody.table-section.active {
    display: block
}

.top-games-table a.unhighlight {
    font-weight: 700
}

.top-games-table__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0 10px 0
}

.top-games-table__row .game-name {
    max-width: 25%;
    text-align: left;
    color: #004586;
    font-weight: bold
}

.top-games-table__row:nth-child(even) {
    background-color: #f6f6f6
}

.top-games-table__row:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.top-games-table__row img {
    vertical-align: middle
}

.top-games-table__small-image-column {
    max-width: 50px;
    padding: 0 !important
}

.top-games-table.responsive .top-games-table__body {
    min-width: auto
}

.top-games-table .game-image {
    max-width: 11%
}

.top-games-table .rank {
    max-width: 11%;
    color: #004586
}

.top-games-table .player-image {
    max-width: 11%
}

.top-games-table .player-image > img + img {
    position: absolute;
    bottom: 7px;
    right: 13px
}

.top-games-table .flag-image {
    max-width: 15%
}

.top-games-table .flag-image img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: auto
}

.top-games-table .width-16 {
    max-width: 16%
}

.top-games-table .width-20 {
    max-width: 20%;
    text-align: left
}

.top-games-table .width-33 {
    max-width: 33.3%;
    text-align: left
}

.top-games-table .width-85 {
    max-width: 85%;
    text-align: left
}

.top-games-table .fa-star {
    padding: 0 2px 0 0;
    color: #fec435
}

@media (max-width: 767.98px) {
    .top-games-table::-webkit-scrollbar {
        height: 30px;
        background-color: rgba(255, 255, 255, 0)
    }

    .top-games-table::-webkit-scrollbar-track, .top-games-table::-webkit-scrollbar-thumb {
        border: 13px solid rgba(255, 255, 255, 0);
        border-radius: 20px;
        background-clip: padding-box
    }

    .top-games-table::-webkit-scrollbar-thumb {
        background-color: rgba(39, 39, 46, 0.5)
    }

    .top-games-table::-webkit-scrollbar-track {
        background-color: rgba(39, 39, 46, 0.2)
    }
}

.top-games-table td.blue--bold {
    font-weight: 700;
    color: #004586
}

.top-games-table--reviews-theme {
    display: block;
    color: #1c2028;
    margin: 0
}

.top-games-table--reviews-theme .top-games-table {
    padding: 0
}

.top-games-table--reviews-theme .top-games-table__body {
    width: 100%;
    display: table;
    color: #1c2028;
    font-size: 14px;
    border: 1px solid #c2c9d1;
    border-radius: 4px;
    font-family: 'Work Sans', sans-serif;
    padding: 0;
    border-spacing: 0
}

.top-games-table--reviews-theme .top-games-table__head {
    background: -webkit-gradient(linear, left bottom, left top, from(#e4e6ec), to(#e4e6ec)), #e4e6ec;
    background: -webkit-linear-gradient(bottom, #e4e6ec, #e4e6ec), #e4e6ec;
    background: linear-gradient(0deg, #e4e6ec, #e4e6ec), #e4e6ec;
    color: #1c2028
}

.top-games-table--reviews-theme .top-games-table__head .col {
    font-weight: 500
}

.top-games-table--reviews-theme .top-games-table__row {
    background-color: #fff
}

.top-games-table--reviews-theme .top-games-table__row:nth-child(even) {
    background-color: #f6f7f8
}

.top-games-table--reviews-theme .col {
    text-align: left;
    width: auto;
    white-space: nowrap
}

.top-games-table--reviews-theme tr {
    display: table-row
}

.top-games-table--reviews-theme tbody .col a {
    color: #4355f9 !important;
    text-decoration: none !important;
    font-weight: 600
}

.top-games-table--reviews-theme img {
    vertical-align: middle;
    max-width: 33px;
    max-height: 21px;
    margin-right: 3px
}

.top-games-table--sports-theme .top-games-table__row {
    background-color: #fff;
    border-bottom: 1px solid rgba(194, 212, 224, 0.7)
}

.top-games-table--sports-theme .top-games-table__row:last-of-type {
    border-bottom: 0
}

.top-games-table--bordered-theme .top-games-table__head {
    padding: 0
}

.top-games-table--bordered-theme .top-games-table__head th {
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 1px solid rgba(194, 212, 224, 0.7)
}

.top-games-table--bordered-theme .top-games-table__head th:last-of-type {
    border-right: 0
}

.top-games-table--bordered-theme .top-games-table__row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(194, 212, 224, 0.7)
}

.top-games-table--bordered-theme .top-games-table__row:nth-child(even) {
    background-color: #fff
}

.top-games-table--bordered-theme .top-games-table__row:last-of-type {
    border-bottom: 0
}

.top-games-table--bordered-theme .top-games-table__row td {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid rgba(194, 212, 224, 0.7)
}

.top-games-table--bordered-theme .top-games-table__row td:last-of-type {
    border-right: 0
}

.top-games-table__image {
    margin-right: 8px
}

.table-caption {
    text-align: left;
    font-size: 10px;
    line-height: 150%
}

.table-caption--review {
    color: #546177;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px
}

@media (min-width: 576px) {
    .table-caption--review {
        margin-top: 10px
    }
}

.light-design-v1-content .top-games-table a {
    color: #004586 !important
}

.light-design-v1-content .top-games-table a:hover {
    text-decoration: underline !important
}

.icon-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -5px;
    font-size: 14px
}

.icon-boxes__item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px
}

@media (min-width: 768px) {
    .icon-boxes__item {
        width: 50%
    }
}

.icon-boxes__item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    background-color: #f5f9ff;
    border: 1px solid #e6f0fa;
    border-radius: 3px;
    height: 100%
}

.icon-boxes__item__link:hover {
    text-decoration: none
}

.icon-boxes__item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4)
}

.icon-boxes__item__img {
    width: 100%;
    height: auto;
    max-width: 80%
}

.icon-boxes__item__heading {
    font-weight: 700
}

.icon-boxes__item:hover .icon-boxes__item__heading {
    text-decoration: underline
}

.icon-boxes__item__text {
    margin: 5px 0;
    line-height: 22px
}

.tabs .horizontal-tabs {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    margin-bottom: 40px
}

.tabs .tab {
    font-size: 16px;
    font-family: Work Sans, Arial, sans-serif;
    font-weight: 500;
    line-height: 48px;
    color: #10143b;
    padding: 3px 35px;
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    position: static;
    top: 0;
    left: 0;
    height: auto;
    visibility: visible;
    overflow: visible
}

.tabs .tab:hover:not(.active) {
    cursor: pointer;
    background-color: #ebecff
}

.tabs .tab.active {
    color: #4355f9;
    border-bottom: 4px solid #4355f9;
    padding-bottom: 0;
    border-left: 0;
    border-right: 0
}

.tabs .tab.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tabs .hide {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.sidebar-container {
    display: none
}

@media (min-width: 992px) {
    .sidebar-container {
        display: block;
        border: 1px solid #d7dbe2;
        list-style: none
    }
}

.sidebar {
    display: none
}

@media (min-width: 992px) {
    .sidebar {
        display: block
    }
}

@media (min-width: 992px) {
    .sidebar__holder {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        border: 1px solid #d7dbe2;
        border-radius: 4px;
        z-index: 2;
        overflow: hidden
    }
}

@media (min-width: 992px) {
    .sidebar__title {
        text-transform: uppercase;
        padding: 11px 40px;
        font-size: 16px;
        color: #2f3642;
        font-weight: 500;
        margin: 0
    }
}

@media (min-width: 992px) {
    .sidebar__list {
        list-style: none;
        padding-left: 0;
        margin: 0
    }
}

@media (min-width: 992px) {
    .sidebar__link {
        display: block;
        padding: 9px 40px;
        font-size: 16px;
        color: #2f3642;
        text-decoration: none;
        font-family: Work Sans, Arial, sans-serif;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s
    }
}

@media (min-width: 992px) {
    .sidebar__link:hover, .active .sidebar__link {
        background-color: #ebecff;
        text-decoration: none;
        color: #4355f9;
        font-weight: 700
    }
}

@media (any-pointer: coarse) {
    .sidebar__link:hover {
        background-color: #fff;
        color: #2f3642;
        font-weight: normal
    }
}

@media (any-pointer: coarse) {
    .active .sidebar__link {
        background-color: #ebecff;
        text-decoration: none;
        color: #4355f9;
        font-weight: 700
    }
}

.hits-and-misses {
    color: #1c2028;
    font-size: 1rem;
    line-height: 1.5
}

@media (min-width: 992px) {
    .hits-and-misses {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.hits-and-misses__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #10143b;
    margin-top: 0;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .hits-and-misses__title {
        font-size: 25px;
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) {
    .hits-and-misses__title {
        font-size: 31px
    }
}

.light-design-v1-content .hits-and-misses {
    line-height: 1.3
}

.hits-and-misses-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.hits-and-misses-list__item {
    position: relative;
    padding-left: 2rem
}

.hits-and-misses-list__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.hits-and-misses-list__icon--green {
    background-color: #e6fff4
}

.hits-and-misses-list__icon--red {
    background-color: #f8ced3
}

.trust-banner {
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .trust-banner {
        margin-bottom: 24px
    }
}

.trust-banner__container {
    padding: 0 8px
}

.trust-banner__container-gray {
    width: 100%;
    background-color: #eff1f4;
    border-radius: 6px;
    min-height: 44px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 16px
}

@media (min-width: 576px) {
    .trust-banner__container-gray {
        padding: 0 20px
    }
}

.trust-banner__seals {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(44px / 44 * 27);
    height: 44px;
    margin-top: calc(-1 * 44px / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #007aff
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 44px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #007aff;
    border-radius: 50%;
    border-top-color: transparent
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.toplist-tiles-section h2, .toplist-tiles-section h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 1.25rem;
    color: #10143b
}

@media (min-width: 992px) {
    .toplist-tiles-section h2, .toplist-tiles-section h3 {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .toplist-tiles-section h2 + .toplist-tiles-swiper, .toplist-tiles-section h3 + .toplist-tiles-swiper {
        margin-top: -37px
    }
}

@media (min-width: 768px) {
    .toplist-tiles-section h2 {
        font-size: 31px
    }
}

@media (min-width: 992px) {
    .toplist-tiles-section h2 {
        font-size: 39px
    }
}

@media (min-width: 768px) {
    .toplist-tiles-section h3 {
        font-size: 25px
    }
}

@media (min-width: 992px) {
    .toplist-tiles-section h3 {
        font-size: 31px
    }
}

.toplist-tiles-swiper-container {
    position: relative
}

@media (min-width: 768px) {
    .toplist-tiles-swiper-container {
        margin-bottom: 0.5rem
    }
}

@media (min-width: 992px) {
    .toplist-tiles-swiper-container .swiper-wrapper {
        padding-top: 3.5rem
    }
}

.toplist-tiles-swiper-container .swiper-pagination {
    right: 81px;
    top: 6px;
    width: auto;
    left: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    color: #546177;
    opacity: 0;
    visibility: hidden
}

@media (min-width: 1200px) {
    .toplist-tiles-swiper-container .swiper-pagination {
        opacity: 1;
        visibility: visible
    }
}

.toplist-tiles-swiper-container .swiper-button-next, .toplist-tiles-swiper-container .swiper-button-prev {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #d7dbe2;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s
}

@media (min-width: 1200px) {
    .toplist-tiles-swiper-container .swiper-button-next, .toplist-tiles-swiper-container .swiper-button-prev {
        display: block
    }
}

.toplist-tiles-swiper-container .swiper-button-next:hover, .toplist-tiles-swiper-container .swiper-button-prev:hover {
    background-color: #eff1f4
}

.toplist-tiles-swiper-container .swiper-button-next::after, .toplist-tiles-swiper-container .swiper-button-prev::after {
    position: absolute;
    top: 9px;
    left: 11px;
    font-size: 0;
    line-height: 0;
    width: 7px;
    height: 12px;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s
}

.toplist-tiles-swiper-container .swiper-button-next.swiper-button-disabled::after, .toplist-tiles-swiper-container .swiper-button-prev.swiper-button-disabled::after {
    opacity: 0.6
}

.toplist-tiles-swiper-container .swiper-button-prev {
    right: 42px;
    left: auto
}

.toplist-tiles-swiper-container .swiper-button-prev::after {
    background-image: url("/images/reviews/icons/icon-chevron-left.svg")
}

.toplist-tiles-swiper-container .swiper-button-next::after {
    background-image: url("/images/reviews/icons/icon-chevron-right.svg")
}

.toplist-tiles-swiper-container .swiper-slide {
    margin-right: 24px
}

@media (max-width: 1199.98px) {
    .toplist-tiles-swiper-container .swiper-slide {
        width: 225px
    }
}

@media (max-width: 1199.98px) {
    .toplist-tiles-swiper-container .swiper-slide:not(:first-child) {
        width: 225px
    }
}

@media (max-width: 1199.98px) {
    .toplist-tiles.swiper-wrapper {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto;
        overflow-x: visible;
        overflow-y: hidden
    }
}

.toplist-tiles-container {
    line-height: 1rem
}

.toplist-tiles__element-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.toplist-tiles__img {
    position: relative
}

@media (min-width: 992px) {
    .toplist-tiles__img:hover .toplist-tiles__img-overlay {
        opacity: 1
    }
}

.toplist-tiles__img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: calc(100% - 2px);
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .toplist-tiles__img-overlay {
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.6)
    }
}

.toplist-tiles__img-overlay > .btn {
    width: 154px
}

@media (max-width: 991.98px) {
    .toplist-tiles__img-overlay > .btn {
        width: 75%
    }
}

.toplist-tiles__img-overlay .btn {
    width: 154px;
    height: auto;
    padding: 0.6rem 0.5rem !important
}

@media (max-width: 767.98px) {
    .toplist-tiles__img-overlay .btn {
        width: 130px;
        font-size: 12px
    }
}

.toplist-tiles__img-overlay .btn.btn-dark-blue {
    border: 1px solid #004586
}

@media (max-width: 991.98px) {
    .toplist-tiles__img-overlay > .btn.btn-gold {
        display: none
    }
}

@media (max-width: 991.98px) {
    .toplist-tiles__img-overlay > .btn.btn-dark-blue {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        height: 100%
    }
}

.toplist-tiles__heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #1c2028
}

@media (min-width: 768px) {
    .toplist-tiles__heading {
        font-size: 1rem
    }
}

.toplist-tiles__link {
    text-decoration: underline;
    color: #04c;
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 12px
}

.toplist-tiles__link:hover {
    text-decoration: none
}

.toplist-tiles__button-hold .btn-derken-blue {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #10143b;
    border-radius: 4px;
    width: 100%;
    padding: 1rem 1.5rem
}

@media (min-width: 992px) {
    .toplist-tiles__button-hold .btn-derken-blue {
        width: auto
    }
}

.toplist-tiles__button-hold .btn-derken-blue:hover {
    background-color: #222c5e
}

.toplist-tiles__button-hold .btn-derken-blue:focus {
    background-color: #222c5e
}

.toplist-tiles__button-hold .btn-derken-blue:active {
    background-color: #222c5e
}

.toplist-tiles__select {
    width: 100%;
    height: 100%;
    min-height: 42px
}

.toplist-tiles__loading-tile {
    position: relative
}

.toplist-tiles__loading-tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 97%;
    overflow: hidden;
    -webkit-box-shadow: inset 1px 1px 5px 0 #000;
    box-shadow: inset 1px 1px 5px 0 #000
}

.toplist-tiles__loading-tile-overlay:after {
    -webkit-animation: toplistTilesShine 1.5s ease-in-out infinite;
    animation: toplistTilesShine 1.5s ease-in-out infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    content: '';
    position: absolute;
    top: -150%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%)
}

@media (max-width: 575.98px) {
    .toplists-vertical-mobile .toplist-tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .toplists-vertical-mobile .toplist-tiles__element-container {
        max-width: 100%
    }
}

@-webkit-keyframes toplistTilesShine {
    60% {
        opacity: 1;
        -webkit-transform: translate(80%, 50%) rotate(30deg);
        transform: translate(80%, 50%) rotate(30deg);
        -webkit-transition-property: left, top, opacity, -webkit-transform;
        transition-property: left, top, opacity, -webkit-transform;
        transition-property: transform, left, top, opacity;
        transition-property: transform, left, top, opacity, -webkit-transform;
        -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
        transition-duration: 0.7s, 0.7s, 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(80%, 50%) rotate(30deg);
        transform: translate(80%, 50%) rotate(30deg);
        -webkit-transition-property: left, top, opacity, -webkit-transform;
        transition-property: left, top, opacity, -webkit-transform;
        transition-property: transform, left, top, opacity;
        transition-property: transform, left, top, opacity, -webkit-transform
    }
}

@keyframes toplistTilesShine {
    60% {
        opacity: 1;
        -webkit-transform: translate(80%, 50%) rotate(30deg);
        transform: translate(80%, 50%) rotate(30deg);
        -webkit-transition-property: left, top, opacity, -webkit-transform;
        transition-property: left, top, opacity, -webkit-transform;
        transition-property: transform, left, top, opacity;
        transition-property: transform, left, top, opacity, -webkit-transform;
        -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
        transition-duration: 0.7s, 0.7s, 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(80%, 50%) rotate(30deg);
        transform: translate(80%, 50%) rotate(30deg);
        -webkit-transition-property: left, top, opacity, -webkit-transform;
        transition-property: left, top, opacity, -webkit-transform;
        transition-property: transform, left, top, opacity;
        transition-property: transform, left, top, opacity, -webkit-transform
    }
}

.toplist-tiles-container.slots-hub .toplist-tiles {
    z-index: 6;
    position: relative
}

.toplist-tiles-container.slots-hub .toplist-tiles__heading {
    color: #fff
}

.toplist-tiles-container.slots-hub .d-flex {
    z-index: 6;
    position: relative
}

.toplist-tiles-container.slots-hub .d-flex .btn {
    color: #fff;
    border: 1px solid #fff;
    background-color: #0c2251;
    border-radius: 6px;
    padding: 0;
    text-decoration: none
}

.toplist-tiles-container.slots-hub .d-flex .btn:hover {
    background-color: #fff
}

.toplist-tiles-container.slots-hub .d-flex .btn a:hover {
    color: #0c2251
}

.toplist-tiles-container.slots-hub .btn a {
    color: #fff;
    text-decoration: none
}

.information {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.casino-review-wrapper .information {
    font-family: Work Sans, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #2f3642
}

.information .color-bar {
    height: 8px
}

.information .information--content {
    width: 100%;
    padding: 16px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.information .information--content .information--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 8px
}

.information .information--content .information--header .information--title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0
}

.casino-review-wrapper .information .information--content .information--header .information--title {
    font-family: Work Sans, Arial, sans-serif;
    font-size: 18px
}

.information .information--content .information--header img {
    width: 20px;
    margin-right: 10px
}

.information .information--content .information--body-text {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 0 8px
}

.casino-review-wrapper .information .information--content .information--body-text {
    font-family: Work Sans, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #2f3642
}

.casino-review-wrapper .information .information--content .information--body-text span {
    display: block
}

.casino-review-wrapper .information .information--content .information--body-text strong {
    font-weight: 600
}

.casino-review-wrapper .information .information--content .information--body-text a {
    color: #4355f9;
    text-decoration: none
}

.casino-review-wrapper .information .information--content .information--body-text a:hover, .casino-review-wrapper .information .information--content .information--body-text a:focus, .casino-review-wrapper .information .information--content .information--body-text a:active {
    color: #4355f9;
    text-decoration: underline
}

.casino-review-wrapper .information .information--content .information--body-text a:visited {
    color: #4355f9
}

.information.warning {
    background-color: #ffe5e8
}

.information.warning .color-bar {
    background-color: #e51931;
    opacity: 0.6
}

.information.informative {
    background-color: #eceefe
}

.information.informative .color-bar {
    background-color: #4355f9;
    opacity: 0.6
}

.information.success {
    background-color: #e5fff4
}

.information.success .color-bar {
    background-color: #00b268
}

.information.important, .information.info {
    background-color: #fff8e6
}

.information.important .information--body-text a, .information.important .information--body-text a:visited, .information.info .information--body-text a, .information.info .information--body-text a:visited {
    color: #004586;
    text-decoration: underline
}

.information.important .color-bar, .information.info .color-bar {
    background-color: #f9bf1d;
    opacity: 0.6
}

.casino-top-banner {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #546177;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (min-width: 768px) {
    .casino-top-banner {
        padding-bottom: 6rem
    }
}

@media (min-width: 768px) {
    .casino-top-banner {
        margin-bottom: 4rem
    }
}

@media (min-width: 992px) {
    .casino-top-banner {
        padding-bottom: 2.5rem
    }
}

.casino-top-banner::before {
    content: '';
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background-color: #f7f8fa;
    z-index: -1
}

.casino-top-banner__logo-hold {
    padding-top: 39%;
    margin-bottom: 1rem;
    background-color: #e8d1e3
}

@media (min-width: 768px) {
    .casino-top-banner__logo-hold {
        margin-bottom: 0;
        padding-top: 60%;
        background-color: #e8d1e3
    }
}

.casino-top-banner__logo {
    width: 100%;
    border-radius: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}

.casino-top-banner__logo-img {
    max-width: 200px;
    width: 35%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (min-width: 768px) {
    .casino-top-banner__logo-img {
        width: 62%
    }
}

.casino-top-banner__partner-tag {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    max-width: 95%;
    background-color: #c3eddc;
    border-radius: 4px;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #1c2028
}

.casino-top-banner__frame {
    position: static
}

.casino-top-banner__title {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    color: #10143b;
    margin: 0 0 0.25rem
}

@media (min-width: 768px) {
    .casino-top-banner__title {
        font-size: 39px;
        margin-bottom: 0.75rem
    }
}

@media (min-width: 992px) {
    .casino-top-banner__title {
        font-size: 48px
    }
}

.casino-top-banner__rating-hold {
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    .casino-top-banner__rating-hold {
        margin-bottom: 2rem
    }
}

.casino-top-banner__rating-fake {
    padding-right: 2px
}

.casino-top-banner__rating {
    position: relative;
    margin-right: 5px
}

.casino-top-banner__rating-list {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.casino-top-banner__star:not(:first-child) {
    margin-left: 8px
}

.casino-top-banner__star-icon {
    width: 16px;
    max-width: none
}

.casino-top-banner__rating-info {
    margin-left: 4px
}

.casino-top-banner__welcome-bonus {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #546177;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .casino-top-banner__welcome-bonus {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        align-items: baseline;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .casino-top-banner__welcome-bonus {
        display: block
    }
}

.casino-top-banner__bonus-value {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    color: #10143b;
    margin: 0 0.25rem 0.25rem 0
}

@media (min-width: 768px) {
    .casino-top-banner__bonus-value {
        font-size: 31px
    }
}

.casino-top-banner__tc-link {
    font-size: 12px;
    line-height: 1.5%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: underline;
    color: #546177;
    margin-left: 0.25rem
}

.casino-top-banner__tc-link:hover {
    text-decoration: none
}

.casino-top-banner .btn-blue {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    vertical-align: top;
    color: #fff;
    background-color: #4355f9;
    border-radius: 4px;
    width: 100%;
    padding: 1rem 0.5rem;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

@media (min-width: 768px) {
    .casino-top-banner .btn-blue {
        position: absolute;
        left: 0.5rem;
        right: 0.5rem;
        bottom: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        width: auto
    }
}

@media (min-width: 992px) {
    .casino-top-banner .btn-blue {
        padding-left: 2rem;
        padding-right: 2rem;
        position: static;
        margin: -58px 0 0 330px
    }
}

.casino-top-banner .btn-blue:hover, .casino-top-banner .btn-blue:focus, .casino-top-banner .btn-blue:active {
    background-color: #3440e0;
    text-decoration: none
}

.casino-top-banner__small {
    position: fixed;
    z-index: 101;
    bottom: -101%;
    top: auto;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
    -webkit-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.casino-top-banner__small::before {
    display: none
}

.casino-top-banner__small .btn-blue {
    margin: 0;
    width: 100%;
    position: static
}

.casino-top-banner__small .casino-top-banner__welcome-bonus {
    display: block;
    margin-bottom: 0
}

.casino-top-banner__small .casino-top-banner__bonus-value {
    font-size: 20px;
    color: #10143b;
    margin: 0
}

@media (min-width: 992px) {
    .casino-top-banner__small .casino-top-banner__bonus-value {
        font-size: 25px
    }
}

.casino-top-banner__small .casino-top-banner__tc-link {
    display: none
}

@media (min-width: 768px) {
    .casino-top-banner__small .casino-top-banner__tc-link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

.casino-top-banner__title-hold {
    display: none
}

@media (min-width: 768px) {
    .casino-top-banner__title-hold {
        display: block
    }
}

.casino-top-banner__title-small {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    color: #10143b
}

.casino-top-banner__holder {
    max-width: 1179px;
    margin: 0 auto
}

.casino-top-banner__holder > .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.casino-top-banner__rating-valu {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}

.casino-top-banner__rating-value-percent {
    margin-right: 0.25rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.17;
    color: #1c2028
}

.casino-top-banner__rating-value-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #546177
}

.casino-top-banner__fade-out {
    -webkit-transition: bottom 0.3s 0s, opacity 0.3s 0s, visibility 0s 0s;
    transition: bottom 0.3s 0s, opacity 0.3s 0s, visibility 0s 0s
}

.casino-top-banner__small.casino-top-banner__small--show {
    bottom: 0;
    visibility: visible;
    opacity: 1
}

.rating-tooltip-new {
    position: relative;
    color: #546177;
    font-size: 12px;
    line-height: 1.33
}

.rating-tooltip-new__opener:hover .rating-tooltip-new__container {
    visibility: visible
}

.rating-tooltip-new__info-icon {
    width: 15px;
    height: 15px;
    cursor: pointer
}

.rating-tooltip-new__info {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    margin-top: 0.25rem
}

.rating-tooltip-new__container {
    visibility: hidden;
    top: 15px;
    position: absolute;
    z-index: 2;
    padding-top: 15px
}

@media (min-width: 576px) {
    .rating-tooltip-new__container {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.rating-tooltip-new__container-hold {
    width: 154px;
    background-color: #546177;
    color: #fff;
    border-radius: 4px;
    padding: 0.5rem
}

.rating-tooltip-new__container-hold:after {
    content: '';
    position: absolute;
    top: 10px;
    right: auto;
    left: 50%;
    width: 1px;
    height: 1px;
    border: 5px solid #546177;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.rating-tooltip-new__link {
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}

.rating-tooltip-new__link:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .hidden-desktop {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden;
        height: 0;
        overflow: hidden
    }
}

.hidden-mobile {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

@media (min-width: 768px) {
    .hidden-mobile {
        position: static;
        height: auto;
        visibility: visible;
        overflow: visible
    }
}

ul.page-nav {
    margin-top: 1.5rem;
    font-size: 14px
}

.casino-review-layout ul.page-nav {
    display: block
}

.page-nav--item a {
    color: #546177
}

.page-nav--item > span {
    color: #2f3642;
    font-weight: 600
}

.footerVar1 {
    padding-bottom: 82px
}

@media (min-width: 768px) {
    .footerVar1 {
        padding-bottom: 104px
    }
}

.tabs .horizontal-tabs {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    margin-bottom: 40px
}

.tabs .tab {
    font-size: 16px;
    font-family: Work Sans, Arial, sans-serif;
    font-weight: 500;
    line-height: 48px;
    color: #10143b;
    padding: 3px 35px;
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    position: static;
    top: 0;
    left: 0;
    height: auto;
    visibility: visible;
    overflow: visible
}

.tabs .tab:hover:not(.active) {
    cursor: pointer;
    background-color: #ebecff
}

.tabs .tab.active {
    color: #4355f9;
    border-bottom: 4px solid #4355f9;
    padding-bottom: 0;
    border-left: 0;
    border-right: 0
}

.tabs .tab.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tabs .hide {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.sidebar-container {
    display: none
}

@media (min-width: 992px) {
    .sidebar-container {
        display: block;
        border: 1px solid #d7dbe2;
        list-style: none
    }
}

.review-sidebar {
    display: none
}

@media (min-width: 992px) {
    .review-sidebar {
        display: block
    }
}

@media (min-width: 992px) {
    .review-sidebar__holder {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        border: 1px solid #d7dbe2;
        border-radius: 4px;
        margin-top: -90px;
        z-index: 2;
        overflow: hidden
    }
}

@media (min-width: 992px) {
    .review-sidebar__title {
        text-transform: uppercase;
        padding: 11px 40px;
        font-size: 16px;
        color: #2f3642;
        font-weight: 500;
        margin: 0
    }
}

@media (min-width: 992px) {
    .review-sidebar__list {
        list-style: none;
        padding-left: 0;
        margin: 0
    }
}

@media (min-width: 992px) {
    .review-sidebar__link {
        display: block;
        padding: 9px 40px;
        font-size: 16px;
        color: #2f3642;
        text-decoration: none;
        font-family: Work Sans, Arial, sans-serif;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s
    }
}

@media (min-width: 992px) {
    .review-sidebar__link:hover, .active .review-sidebar__link {
        background-color: #ebecff;
        text-decoration: none;
        color: #4355f9;
        font-weight: 700
    }
}

@media (any-pointer: coarse) {
    .review-sidebar__link:hover {
        background-color: #fff;
        color: #2f3642;
        font-weight: normal
    }
}

@media (any-pointer: coarse) {
    .active .review-sidebar__link {
        background-color: #ebecff;
        text-decoration: none;
        color: #4355f9;
        font-weight: 700
    }
}

.game-modal__content {
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff
}

.game-modal__header {
    background: #01182f;
    border-bottom: 0
}

.game-modal__header > button {
    color: white;
    opacity: 1;
    font-weight: 100;
    padding: 0;
    height: 100%;
    margin: auto 0
}

.game-modal__header .game-modal__modal-fullscreen {
    margin: auto 12px auto auto
}

.game-modal__body {
    background: #012548;
    padding: 0.5rem;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem
}

@media (max-width: 767.98px) {
    .game-modal__body {
        background: black;
        padding: 0
    }
}

.game-modal__body-wrapper {
    padding: 0
}

@media (max-width: 767.98px) {
    .game-modal__body-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        height: 100%;
        background: black
    }
}

.game-modal__body-wrapper:-webkit-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    background: black
}

.game-modal__body-wrapper:-moz-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    background: black
}

.game-modal__body-wrapper:-ms-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    background: black
}

.game-modal__body-wrapper:fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    background: black
}

.game-modal__iframe {
    height: 585px;
    width: 100%;
    max-height: 73vh;
    border: 0
}

.game-modal__body:-webkit-full-screen .game-modal__iframe {
    height: 100%
}

.game-modal__body:-moz-full-screen .game-modal__iframe {
    height: 100%
}

.game-modal__body:-ms-fullscreen .game-modal__iframe {
    height: 100%
}

.game-modal__body:fullscreen .game-modal__iframe {
    height: 100%
}

.game-modal__casino-banner {
    margin: 10px 0;
    background: #024384
}

@media (max-width: 767.98px) {
    .game-modal__casino-banner {
        margin: 2px
    }
}

.game-modal__casino-banner-text {
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.game-modal__casino-banner-text .game-modal__casino-name {
    font-size: 16px;
    font-weight: 500;
    color: #fedb73
}

@media (max-width: 767.98px) {
    .game-modal__casino-banner-text {
        font-size: 14px
    }

    .game-modal__casino-banner-text .game-modal__casino-name {
        font-size: 12px
    }
}

.game-modal__fullscreen-controls {
    display: none
}

@media (max-width: 767.98px) {
    .game-modal__fullscreen-controls {
        display: block
    }
}

.game-modal__body:-webkit-full-screen .game-modal__fullscreen-controls {
    display: block
}

.game-modal__body:-moz-full-screen .game-modal__fullscreen-controls {
    display: block
}

.game-modal__body:-ms-fullscreen .game-modal__fullscreen-controls {
    display: block
}

.game-modal__body:fullscreen .game-modal__fullscreen-controls {
    display: block
}

.game-modal__fullscreen-close {
    color: white;
    background: transparent;
    border: 0;
    font-size: 28px;
    margin-left: auto
}

@media (min-width: 768px) {
    .game-modal__fullscreen-close {
        font-size: 45px
    }
}

.modal-sub-title {
    display: inline;
    font-weight: 100;
    margin: auto 0;
    padding-left: 7px;
    font-size: 16px;
    opacity: 0.7
}

.readMoreOpen {
    border-top: 1px solid #8398bf;
    border-bottom: 1px solid #8398bf;
    border-left: 0;
    border-right: 0;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    background-color: #e5f1ff;
    margin-bottom: 10px;
    outline: none
}

.readMoreOpen:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: -39px
}
