@charset "UTF-8";
/*! Bootstrap Grid v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes errorInput {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    to {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
}

@keyframes errorInput {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    to {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
}

html {
    -ms-overflow-style: scrollbar
}

::after, ::before, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:330px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 980px
    }
}

@media (min-width:1120px) {
    .container {
        max-width: 1120px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1260px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1, .col-2, .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2, .col-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4, .col-5, .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5, .col-6 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7, .col-8, .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8, .col-9 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10, .col-11, .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11, .col-12 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:330px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-10, .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-10, .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-10, .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1120px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1, .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5, .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7, .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-10, .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11, .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1600px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1, .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3, .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5, .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7, .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-10, .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11, .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:330px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1024px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1120px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1600px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-column, .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:330px) {
    .flex-sm-column, .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-column-reverse, .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-column, .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-column-reverse, .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1024px) {
    .flex-lg-column, .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-column-reverse, .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1120px) {
    .flex-xl-column, .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-column-reverse, .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1600px) {
    .flex-xxl-column, .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-column-reverse, .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: 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
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-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-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-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:330px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-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-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-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-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:1024px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-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-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1120px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-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-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1600px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.icon-eye {
    width: 1.33em;
    height: 1em;
    fill: initial
}

.icon-lock, .icon-men, .icon-search {
    width: .8em;
    height: 1em;
    fill: initial
}

.icon-men, .icon-search {
    width: 1em
}

.icon-user, .icon-woomen {
    width: 1.14em;
    height: 1em;
    fill: initial
}

.icon-woomen {
    width: .71em
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

fieldset, img {
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a img, fieldset, img {
    border: 0
}

input[type=email], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none
}

button, input[type=submit] {
    cursor: pointer
}

    button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
        padding: 0;
        border: 0
    }

textarea {
    overflow: auto
}

button, input {
    margin: 0;
    padding: 0;
    border: 0
}

a, a:focus, button, div, h1, h2, h3, h4, h5, h6, input, select, span, textarea {
    outline: 0
}

ol, ul {
    list-style-type: none
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
}

@font-face {
    font-family: 'Kelson Sans RU';
    src: url(../fonts/kelson/KelsonSans-RegularRU.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Kelson Sans RU';
    src: url(../fonts/kelson/KelsonSans-LightRU.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Kelson Sans RU';
    src: url(../fonts/kelson/KelsonSans-BoldRU.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.table-wrap {
    margin-bottom: 40px;
    overflow: auto;
    width: 100%
}

    .table-wrap:last-child {
        margin-bottom: 0
    }

table td, table th {
    font-weight: 400;
    border: solid 1px #000;
    padding: 10px;
    vertical-align: middle
}

table.empty td, table.empty th {
    font-weight: 400;
    vertical-align: middle;
    padding: 0px;
    border: 0px;
    padding-bottom: 15px
}

table.large td {
    padding: 25px
}

@media (max-width:1119.98px) {
    table.large td {
        padding: 10px
    }
}

.table-wrapper {
    width: 100%;
    display: block;
    overflow-x: auto
}

.typography {
    letter-spacing: normal
}

    .typography p:first-child, .typography > :first-child {
        margin-top: 0
    }

.typography__text {
    max-width: 1040px;
    margin: 0 auto;
    font-weight: 300
}

.typography--center {
    text-align: center
}

.typography ul li:last-child, .typography > :last-child, .unordered-list li:last-child {
    margin-bottom: 0
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5 {
    color: #000
}

body {
    font-weight: 400
}

.subtitle {
    font-size: 22px;
    font-family: "Kelson Sans RU";
    font-weight: 100;
    line-height: 1.3
}

    .subtitle small, .title small {
        font-size: 80%
    }

@media (max-width:767.98px) {
    .subtitle {
        font-size: 18px
    }
}

.title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Kelson Sans RU";
    line-height: 1.4;
    letter-spacing: 3.15px
}

@media (max-width:767.98px) {
    .title {
        font-size: 26px
    }
}

@media (max-width:329.98px) {
    .title {
        font-size: 22px
    }
}

.link, .link:hover, .typography a, .typography a:hover, a, a:hover {
    text-decoration: none;
    color: #171717
}

.fixed, .typography code, .typography pre {
    font-family: "Kelson Sans RU";
    font-size: 16px;
    line-height: 1.2
}

.quiet {
    font-color: #ccc
}

.bold, .loud, .typography b, .typography strong, b, strong {
    font-color: #000
}

.italic, .typography em, .typography i {
    font-style: italic
}

.bold, .typography b, .typography strong, b, strong {
    font-weight: 700
}

.faq__title, .h1, .h2, .h3, .h4, .module-desc, .module-title, .search-results__title, .typography .h1, .typography .h2, .typography .h3, .typography .h4, .typography h1, .typography h2, .typography h3, .typography h4 {
    font-family: "Kelson Sans RU"
}

.h5, .h6, .typography .h5, .typography .h6, .typography h5, .typography h6 {
    font-weight: 400;
    font-family: "Kelson Sans RU"
}

.h1, .typography .h1, .typography h1 {
    line-height: 1.1
}

.faq__title, .h2, .module-title, .search-results__title, .typography .h2, .typography h2 {
    line-height: 1.3
}

.h3, .h4, .module-desc, .typography .h3, .typography .h4, .typography h3, .typography h4 {
    text-transform: uppercase;
    line-height: 1.3
}

.h1, .typography .h1, .typography h1 {
    font-size: 130%;
    font-weight: 700
}

.h2, .typography .h2, .typography h2 {
    font-size: 135%;
    font-weight: 700
}

.module-title {
    font-weight: 700
}

.faq__title, .search-results__title {
    font-size: 135%;
    font-weight: 700
}

.h3, .module-desc, .typography .h3, .typography h3 {
    font-size: 100%;
    font-weight: 600
}

.h4, .typography .h4, .typography h4 {
    font-size: 100%;
    font-weight: 500
}

.block-margins, .typography ol, .typography p, .typography pre, .typography ul {
    margin: 1.5em 0
}

.typography ul, .unordered-list {
    padding-left: 0;
    margin-bottom: 2em
}

    .typography ul li, .unordered-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        line-height: 1.2
    }

        .typography ul li:before, .unordered-list li:before {
            content: '';
            width: 14px;
            height: 2px;
            display: block;
            background: #000;
            position: absolute;
            top: .5em;
            left: 0
        }

.strong-list {
    font-weight: 700;
    margin-bottom: 2em
}

    .strong-list li:before {
        height: 2px !important;
        top: .55em !important
    }

.ordered-list, .typography ol {
    list-style: decimal;
    margin-bottom: 2em;
    padding-left: 30px
}

.typography {
    font-size: 16px;
    line-height: 1.5
}

@media (max-width:1023.98px) {
    .typography {
        font-size: 16px
    }
}

.typography .faq__title, .typography .h1, .typography .h2, .typography .h3, .typography .h4, .typography .h5, .typography .h6, .typography .module-desc, .typography .module-title, .typography .search-results__title, .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin: 1em 0 .5em
}

.float-left {
    float: left;
    margin-right: 1em
}

.float-right {
    float: right;
    margin-left: 1em
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.module-title--strong {
    font-weight: 500
}

.list-checks li:before {
    content: '';
    width: 18px !important;
    height: 13px !important;
    background: url(../img/icons/check.svg) center no-repeat !important;
    background-size: contain !important;
    top: .2em !important
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    *, .fancybox-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
    -o-transition-timing-function: cubic-bezier(.47,0,.74,.71);
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-infobar, .fancybox-toolbar {
    opacity: 0;
    position: absolute;
    z-index: 99997
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
    -o-transition: opacity .25s ease,visibility 0s ease .25s;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden
}

.fancybox-caption {
    opacity: 0;
    position: absolute
}

.fancybox-navigation .fancybox-button {
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide::before {
        content: '';
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

    .fancybox-slide--image::before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc
}

    .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

    .fancybox-button:hover {
        color: #fff
    }

    .fancybox-button:focus {
        outline: 0
    }

    .fancybox-button.fancybox-focus {
        outline: 1px dotted
    }

    .fancybox-button[disabled], .fancybox-button[disabled]:hover {
        color: #888;
        cursor: default;
        outline: 0
    }

    .fancybox-button div {
        height: 100%
    }

    .fancybox-button svg {
        display: block;
        height: 100%;
        overflow: visible;
        position: relative;
        width: 100%
    }

        .fancybox-button svg path {
            fill: currentColor;
            stroke-width: 0
        }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small, .slick-slide.slick-loading img {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.85)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),to(transparent));
    background: -o-linear-gradient(bottom,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent 100%);
    background: linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline
    }

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
    -o-transition-timing-function: cubic-bezier(0,0,.25,1);
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .checkbox a:hover, .fancybox-share__button:hover, .modal-block a:hover, .radio a:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs, .slick-slide img {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

    .fancybox-thumbs__list a::before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: '';
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
        -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus::before {
        opacity: .5
    }

    .datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after, .fancybox-thumbs__list a.fancybox-thumbs-active::before {
        opacity: 1
    }

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .datepicker--time-row input[type=range]:focus, .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.datepicker--cell, .datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.datepicker--cells {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

    .datepicker--cell.-focus- {
        background: #f0f0f0
    }

    .datepicker--cell.-current-.-focus- {
        color: #4a4a4a
    }

    .datepicker--cell.-current-, .datepicker--cell.-current-.-in-range- {
        color: #4eb5e6
    }

    .datepicker--cell.-in-range- {
        background: rgba(92,196,239,.1);
        color: #4a4a4a;
        border-radius: 0
    }

        .datepicker--cell.-in-range-.-focus- {
            background-color: rgba(92,196,239,.2)
        }

    .datepicker--cell.-disabled- {
        cursor: default;
        color: #aeaeae
    }

        .datepicker--cell.-disabled-.-current-.-focus-, .datepicker--cell.-disabled-.-focus- {
            color: #aeaeae
        }

        .datepicker--cell.-disabled-.-in-range- {
            color: #a1a1a1
        }

    .datepicker--cell.-range-from-, .datepicker--cell.-range-to- {
        border: 1px solid rgba(92,196,239,.5);
        background-color: rgba(92,196,239,.1);
        border-radius: 4px 0 0 4px
    }

    .datepicker--cell.-range-to- {
        border-radius: 0 4px 4px 0
    }

    .datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
        color: #fff;
        background: #5cc4ef
    }

    .datepicker--cell.-range-from-.-range-to- {
        border-radius: 4px
    }

    .datepicker--cell.-selected- {
        border: 0
    }

        .datepicker--cell.-selected-.-focus- {
            background: #45bced
        }

    .datepicker--cell:empty {
        cursor: default
    }

.datepicker--day-name, .datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.datepicker--days-names {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years, .datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker, .datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.datepicker {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.15);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    border-radius: 4px;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    -webkit-transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    -o-transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease
}

    .datepicker.-from-top- {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    .datepicker.-from-right- {
        -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px)
    }

    .datepicker.-from-bottom- {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px)
    }

    .datepicker.-from-left- {
        -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    .datepicker.active {
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        -webkit-transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
        -o-transition: opacity .3s ease,transform .3s ease,left 0s 0s;
        transition: opacity .3s ease,transform .3s ease,left 0s 0s;
        transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease
    }

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.datepicker--content {
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #f0f0f0
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px/2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px/2)
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker--nav-action.-disabled- {
        visibility: hidden
    }

    .datepicker--nav-action svg {
        width: 32px;
        height: 32px
    }

    .datepicker--nav-action path {
        fill: none;
        stroke: #9c9c9c;
        stroke-width: 2px
    }

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--buttons, .datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.datepicker--button, .datepicker--time {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px
}

    .datepicker--button:hover {
        color: #4a4a4a;
        background: #f0f0f0
    }

.datepicker--time {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative
}

    .datepicker--time.-am-pm- .datepicker--time-sliders {
        -ms-flex: 0 1 138px;
        -webkit-box-flex: 0;
        flex: 0 1 138px;
        max-width: 138px
    }

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    position: relative;
    z-index: 1
}

    .datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
        content: '';
        background: #f0f0f0;
        border-radius: 4px;
        position: absolute;
        left: -2px;
        top: -3px;
        right: -2px;
        bottom: -2px;
        z-index: -1;
        opacity: 0
    }

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear,left top,right top,from(#dedede),to(#dedede)) left 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left,#dedede,#dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat
}

    .datepicker--time-row:first-child {
        margin-bottom: 4px
    }

    .datepicker--time-row input[type=range] {
        background: 0 0;
        cursor: pointer;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        height: 100%;
        padding: 0;
        margin: 0;
        -webkit-appearance: none
    }

        .datepicker--time-row input[type=range]::-ms-tooltip {
            display: none
        }

        .datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
            border-color: #b8b8b8
        }

        .datepicker--time-row input[type=range]:hover::-moz-range-thumb {
            border-color: #b8b8b8
        }

        .datepicker--time-row input[type=range]:hover::-ms-thumb {
            border-color: #b8b8b8
        }

        .datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
            background: #5cc4ef;
            border-color: #5cc4ef
        }

        .datepicker--time-row input[type=range]:focus::-moz-range-thumb {
            background: #5cc4ef;
            border-color: #5cc4ef
        }

        .datepicker--time-row input[type=range]:focus::-ms-thumb {
            background: #5cc4ef;
            border-color: #5cc4ef
        }

        .datepicker--time-row input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            -webkit-transition: background .2s;
            -o-transition: background .2s;
            transition: background .2s;
            margin-top: -6px
        }

        .datepicker--time-row input[type=range]::-moz-range-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            -webkit-transition: background .2s;
            -o-transition: background .2s;
            transition: background .2s
        }

        .datepicker--time-row input[type=range]::-ms-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            -webkit-transition: background .2s;
            -o-transition: background .2s;
            transition: background .2s
        }

        .datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
            border: 0;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: 0 0
        }

        .datepicker--time-row input[type=range]::-moz-range-track {
            border: 0;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: 0 0
        }

        .datepicker--time-row input[type=range]::-ms-track {
            border: 0;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: 0 0
        }

        .datepicker--time-row input[type=range]::-ms-fill-lower {
            background: 0 0
        }

        .datepicker--time-row input[type=range]::-ms-fill-upper {
            background: 0 0
        }

    .datepicker--time-row span {
        padding: 0 12px
    }

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

    .datepicker--time-icon:after, .datepicker--time-icon:before {
        content: '';
        background: currentColor;
        position: absolute
    }

    .datepicker--time-icon:after {
        height: .4em;
        width: 1px;
        left: calc(50% - 1px);
        top: calc(50% + 1px);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .datepicker--time-icon:before {
        width: .4em;
        height: 1px;
        top: calc(50% + 1px);
        left: calc(50% - 1px)
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5
    }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: 0
}

.datepicker {
    z-index: 99999;
    border: 0
}

body, html {
    min-height: 100%
}

body {
    background: #fff;
    color: #000;
    font-size: 15px;
    font-family: "Kelson Sans RU";
    line-height: 1.4;
    min-width: 320px;
    overflow-x: hidden
}

@media (max-width:1023.98px) {
    body.overflow {
        overflow: hidden
    }
}

@media (max-width:1119.98px) {
    body.overflow-bg {
        overflow: hidden
    }

        body.overflow-bg:before {
            content: '';
            background: rgba(16,12,68,.84);
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            top: 126px;
            position: fixed;
            z-index: 20
        }
}

@media (max-width:767.98px) {
    body {
        font-size: 14px
    }

        body.overflow-bg:before {
            top: 89px
        }
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

::selection {
    background-color: #000;
    color: #fff
}

.text-left, .text-right {
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../img/main/modal-bg.jpg) center no-repeat;
    background-size: cover;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0;
    visibility: hidden;
    padding: 0 70px;
    overflow: auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 15
}

    .modal.init {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .modal .modal-block {
        opacity: 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translate(-10px,0) scale(.95);
        -ms-transform: translate(-10px,0) scale(.95);
        transform: translate(-10px,0) scale(.95)
    }

    .modal.active {
        visibility: visible
    }

        .modal.active, .modal.active .modal-block {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

@media (max-width:767.98px) {
    .modal {
        padding-left: 0;
        padding-right: 0
    }
}

.modal-block {
    width: 100%;
    max-width: 710px;
    margin-bottom: 65px;
    margin-top: 65px;
    background: rgba(9,27,120,.7);
    border-radius: 15px;
    color: #fff;
    padding: 30px 60px;
    position: relative
}

.modal-block__close {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(../img/main/cross.png) center no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

    .modal-block__close:hover {
        opacity: .9;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

@media (max-width:767.98px) {
    .modal-block__close {
        right: 15px
    }
}

.modal-block__desc, .modal-block__title {
    margin-bottom: 30px;
    font-size: 36px;
    text-align: center;
    font-weight: 400
}

.modal-block__desc {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,.5);
    margin-top: -20px
}

.modal-block .field {
    margin-bottom: 30px
}

.modal-block .field--custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .modal-block .field--custom label {
        white-space: nowrap;
        position: absolute
    }

    .modal-block .field--custom .input-date, .modal-block .field--custom input {
        margin: auto 0 0;
        display: block;
        position: relative
    }

@media (max-width:1023.98px) {
    .modal-block .field--custom {
        display: block
    }

        .modal-block .field--custom label {
            white-space: normal;
            position: relative
        }
}

.modal-block .field option {
    color: #000
}

.modal-block .field input, .modal-block .field select, .modal-block .field textarea {
    color: #fff;
    border-color: transparent;
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    margin-top: auto
}

    .modal-block .field input::-webkit-input-placeholder, .modal-block .field select::-webkit-input-placeholder, .modal-block .field textarea::-webkit-input-placeholder {
        color: rgba(255,255,255,.2)
    }

    .modal-block .field input::-moz-placeholder, .modal-block .field select::-moz-placeholder, .modal-block .field textarea::-moz-placeholder {
        color: rgba(255,255,255,.2)
    }

    .modal-block .field input:-ms-input-placeholder, .modal-block .field input::-ms-input-placeholder, .modal-block .field select:-ms-input-placeholder, .modal-block .field select::-ms-input-placeholder, .modal-block .field textarea:-ms-input-placeholder, .modal-block .field textarea::-ms-input-placeholder {
        color: rgba(255,255,255,.2)
    }

    .modal-block .field input::placeholder, .modal-block .field select::placeholder, .modal-block .field textarea::placeholder {
        color: rgba(255,255,255,.2)
    }

    .modal-block .field input:hover, .modal-block .field select:hover, .modal-block .field textarea:hover {
        border-color: rgba(255,255,255,.3)
    }

    .modal-block .field input[disabled], .modal-block .field select[disabled], .modal-block .field textarea[disabled] {
        pointer-events: none;
        opacity: .5
    }

.modal-block .field--error input, .modal-block .field--error select, .modal-block .field--error textarea {
    border-color: transparent !important;
    background: rgba(255,0,0,.2)
}

.modal-block .field--error .checkbox__content, .modal-block .field--error .radio__content {
    color: rgba(255,0,0,.8)
}

    .modal-block .field--error .checkbox__content:before, .modal-block .field--error .radio__content:before {
        border-color: red !important
    }

.modal-block .field .messages {
    color: #fff !important
}

.modal-block a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer
}

@media (max-width:1023.98px) {
    .modal-block {
        padding: 30px
    }
}

@media (max-width:767.98px) {
    .modal-block__title {
        font-size: 24px
    }
}

@media (max-width:329.98px) {
    .modal-block .btn {
        font-size: 15px;
        width: 100%
    }
}

#registration .modal-block {
    max-width: 805px;
    padding-left: 50px;
    padding-right: 50px
}

#registration .field > label {
    height: 22px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#registration .checkbox {
    margin-top: 15px;
    height: auto !important
}

@media (max-width:1023.98px) {
    #registration {
        padding: 0 30px
    }

        #registration .modal-block {
            max-width: 100%
        }
}

@media (max-width:767.98px) {
    #registration {
        padding: 0
    }

        #registration .modal-block {
            padding-left: 30px;
            padding-right: 30px
        }
}

#registration .field > label, .gender-and-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .gender-and-date .field {
        margin-right: 20px
    }

        .gender-and-date .field:last-child {
            margin-right: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

.modal-buttons {
    margin: -10px -10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .modal-buttons > * {
        margin: 10px
    }

.modal-buttons__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .modal-buttons__links > * {
        margin: 10px
    }

@media (max-width:767.98px) {
    .modal-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    .modal-buttons__links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

        .modal-buttons__links > * {
            margin-left: 0
        }

    .modal-buttons .btn {
        width: 100%
    }
}

.btn {
    position: relative;
    cursor: pointer;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font-family: "Kelson Sans RU";
    padding: .6em 16px;
    font-size: 14px;
    border-radius: 25px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 5px 20px 0 rgba(5,5,5,.18);
    box-shadow: 0 5px 20px 0 rgba(5,5,5,.18)
}

    .btn:active {
        -webkit-transform: scale(.96);
        -ms-transform: scale(.96);
        transform: scale(.96)
    }

.btn--line-white {
    border: solid 1px #fff
}

    .btn--line-white svg {
        fill: #fff
    }

    .btn--line-white:hover {
        background: #fff;
        color: #000
    }

        .btn--line-white:hover svg, .header__icons a.active svg, .header__icons a:hover svg {
            fill: #000
        }

.btn--line-blue {
    border: 1px solid #3462c1;
    border-radius: 2px;
    padding: .8em 16px;
    font-size: 13px
}

    .btn--line-blue:hover {
        background: #3462c1;
        color: #fff
    }

        .btn--line-blue:hover svg {
            fill: #fff
        }

.btn--gr {
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    padding: .6em 40px;
    color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#efa62f),color-stop(89%,#fc3b5e));
    background-image: -o-linear-gradient(top,#efa62f 2%,#fc3b5e 89%);
    background-image: linear-gradient(180deg,#efa62f 2%,#fc3b5e 89%)
}

    .btn--gr:hover {
        color: #fff;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#efa62f),color-stop(60%,#fc3b5e));
        background-image: -o-linear-gradient(top,#efa62f 2%,#fc3b5e 60%);
        background-image: linear-gradient(180deg,#efa62f 2%,#fc3b5e 60%)
    }

.btn--bl-line, .btn--gr-sq {
    padding: .9em 40px;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 1.02px;
    font-size: 15px
}

.btn--gr-sq {
    color: #171717 !important;
    background-image: -o-linear-gradient(175deg,#b4adf5,#d7f087);
    background-image: linear-gradient(275deg,#b4adf5,#d7f087);
    font-weight: 600
}

    .btn--gr-sq:hover {
        color: #fff;
        background-image: -o-linear-gradient(175deg,#b4adf5,#d7f087);
        background-image: linear-gradient(275deg,#b4adf5,#d7f087)
    }

.btn--bl-line {
    font-weight: 700;
    border-radius: 0;
    line-height: 1;
    color: #000;
    border: 2px solid #0010ac
}

    .btn--bl-line:hover {
        color: #fff;
        background: #0010ac
    }

.btn svg {
    margin-right: 10px
}

.btn--full {
    width: 100%
}

.btn.disabled {
    border: 1px solid rgba(255,255,255,.55);
    background-color: #ff9400;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#494949),to(#818181));
    background-image: -o-linear-gradient(bottom,#494949 0%,#818181 100%);
    background-image: linear-gradient(to top,#494949 0%,#818181 100%);
    opacity: .4;
    cursor: default;
    pointer-events: none
}

.contacts-module, .contacts-module > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts-module {
    color: #171717;
    font-size: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px
}

    .contacts-module > * {
        margin-left: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contacts-module img {
        width: 12px;
        display: block;
        margin-right: 5px
    }

    .contacts-module a {
        color: #171717 !important
    }

.color-blue {
    color: #000
}

.weight {
    font-weight: 500
}

.menu-button, .menu-button span {
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.menu-button {
    margin: 0;
    cursor: pointer;
    width: 30px;
    height: 23px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

    .menu-button span {
        position: absolute;
        height: 2px;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: #fff
    }

        .menu-button span:nth-child(1), .menu-button span:nth-child(2), .menu-button span:nth-child(3) {
            top: 0;
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center
        }

        .menu-button span:nth-child(2), .menu-button span:nth-child(3) {
            top: 10px
        }

        .menu-button span:nth-child(3) {
            top: 20px
        }

    .menu-button.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 8px
    }

    .menu-button.open span:nth-child(2) {
        width: 0%;
        opacity: 0
    }

    .menu-button.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 8px
    }

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 100vh;
    overflow: hidden
}

    .wrapper > * {
        width: 100%
    }

.loader, .loader__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999
}

.loader__inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .loader__inside img {
        display: block;
        max-width: 150px
    }

        .loader__inside img:first-child {
            margin-bottom: 15px
        }

        .loader__inside img:last-child {
            width: 40px
        }

.section {
    margin: 40px 0
}

.input-date {
    position: relative;
    height: 45px !important
}

    .input-date:after {
        content: "";
        width: 22px;
        height: 22px;
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        background: url(../img/icons/calendar.svg) center no-repeat;
        background-size: contain;
        cursor: pointer
    }

.field {
    text-align: left;
    margin-bottom: 20px;
    position: relative
}

.field--row, .header__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .field--row .messages {
        left: 150px !important
    }

    .field--row label {
        width: 150px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

@media (max-width:767.98px) {
    .field--row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .field--row .messages {
            left: 0 !important
        }

        .field--row label {
            margin-bottom: 5px !important;
            display: block;
            width: 100%
        }
}

.checkbox__content:before, .field__group, .radio__content:before {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.field .avatar-module {
    margin-right: 30px;
    overflow: hidden;
    border-radius: 5px
}

    .field .avatar-module img {
        max-width: 100%;
        display: block
    }

.field--not-label {
    padding-left: 150px
}

@media (max-width:767.98px) {
    .field--not-label {
        padding-left: 0
    }
}

.field label {
    font-size: 16px;
    margin: 0 0 10px;
    display: block
}

@media (max-width:767.98px) {
    .field label {
        font-size: 14px
    }
}


.gender, .gender__val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gender__val {
    height: inherit;
    position: relative
}

    .gender svg, .gender__val:before {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

    .gender__val:before {
        content: "";
        background: #fff;
        border-radius: 18px;
        position: absolute;
        top: 13px;
        left: 7px;
        opacity: 0;
        width: 9px;
        height: 9px
    }

.gender svg {
    fill: rgba(255,255,255,.2);
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.gender__item {
    cursor: pointer;
    height: inherit;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    font-size: 16px !important
}

    .gender__item:first-child svg {
        margin-top: -18px
    }

    .gender__item:last-child {
        margin-right: 0 !important
    }

        .gender__item:last-child svg {
            width: 22px;
            margin-top: -2px
        }

    .gender__item:hover svg {
        fill: rgba(255,255,255,.8)
    }

.gender input:checked + span.gender__val svg {
    fill: #fff
}

.gender input:checked + span.gender__val:before {
    opacity: 1
}

.header {
    position: relative;
    color: #000;
    background-size: 100%;
    z-index: 10;
    background: #fff
}

@media (max-width:1119.98px) {
    .header .contacts-module {
        display: none
    }
}

.header .menu-button {
    display: none
}

.header--bg {
    background-color: #d1dbd0;
    background-size: cover;
    color: #171717
}

    .header--bg .header__logo, .header--bg .header__nav a {
        color: #171717
    }

.header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.header .container {
    position: relative;
    z-index: 2
}

.header a {
    cursor: pointer
}

.header__icons, .header__icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__icons {
    position: absolute;
    left: 100%;
    margin-left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .header__icons a {
        width: 40px;
        height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 5px
    }

        .header__icons a svg {
            width: 26px;
            height: 20px;
            fill: #fff
        }

@media (max-width:1600px) {
    .header__icons {
        margin-left: 30px
    }
}

@media (max-width:1560px) {
    .header__icons {
        margin-left: 0
    }
}

@media (max-width:1320px) {
    .header__icons {
        top: 0;
        left: inherit;
        right: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

        .header__icons a {
            width: 25px;
            height: 32px
        }

            .header__icons a svg {
                width: 20px;
                height: 15px
            }
}

.header__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px
}

.header__logo, .header__nav ul, .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 300px
}

    .header__logo img {
        display: block;
        width: 250px;
        margin-right: 0px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header__logo h2 {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        margin-right: 10px
    }

        .header__logo h2 span {
            display: block;
            margin-top: 5px;
            font-size: .8em;
            color: rgba(255,255,255,.5)
        }

@media (max-width:1599.98px) {
    .header__logo h2 {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    .header__logo {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial
    }

        .header__logo img {
            margin-right: 0
        }
}

.header__nav ul {
    white-space: nowrap
}

.header__nav li {
    margin: 0 12px
}

    .header__nav li:last-child {
        margin-right: 0
    }

    .header__nav li.active a {
      text-decoration: underline;
    }

.header__nav a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em
}

    .authorized__links a:hover, .header__nav a:hover, .sidebar-navigation ul li ul li a:hover {
        text-decoration: underline
    }

.header .authorized {
    margin-left: auto
}

.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -7.5px
}

    .header__buttons > * {
        margin: 7.5px
    }

.header__search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.15);
    box-shadow: 0 5px 30px rgba(0,0,0,.15)
}

    .header__search.open {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1
    }

    .header__search input {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 50px;
        font-size: 18px;
        font-family: "Kelson Sans RU";
        padding-left: 20px
    }

    .header__search button {
        font-size: 18px;
        background: #040a6f;
        color: #fff;
        height: 50px;
        padding: 0 25px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

        .header__search button:hover {
            background: #000
        }

@media (max-width:767.98px) {
    .header__search {
        left: 5px;
        right: 5px;
        width: auto
    }

        .header__search input {
            font-size: 14px
        }
}

@media (max-width:1119.98px) {
    .header .authorized, .header__icons .eyed, .header__nav {
        display: none
    }

    .header__buttons {
        margin: 0 15px 0 auto;
        display: none
    }

    .header__logo {
        max-width: 450px
    }

    .header__icons {
        position: relative;
        top: initial;
        right: initial;
        margin: 0 15px 0 auto
    }

        .header__icons a {
            width: 30px;
            height: 30px
        }

            .header__icons a.active svg, .header__icons a:hover svg {
                fill: #fff
            }

            .header__icons a svg {
                width: 30px;
                height: 23px
            }

    .header .menu-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (max-width:767.98px) {
    .header__logo {
        max-width: 300px
    }

        .header__logo img {
            margin-right: 15px
        }

        .header__logo h2 {
            font-size: 12px
        }

    .header__buttons {
        display: none
    }
}

.authorized {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.authorized__content {
    max-width: 100px;
    font-size: 14px
}

.authorized__links {
    font-size: 12px;
    margin-top: 5px
}

    .authorized__links a {
        color: rgba(255,255,255,.5)
    }

.authorized__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff;
    height: 55px;
    width: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .authorized__avatar img {
        display: block;
        height: 100%
    }

.mobile-menu {
    position: absolute;
    top: 126px;
    left: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    display: none
}

    .mobile-menu .contacts-module {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .mobile-menu .contacts-module > * {
            margin-left: 0;
            width: 100%;
            margin-bottom: 10px
        }

        .mobile-menu .contacts-module > :last-child {
            margin-bottom: 0
        }

    .mobile-menu .authorized__content {
        max-width: 100%
    }

@media (max-width:767.98px) {
    .mobile-menu {
        top: 83px
    }
}

.mobile-menu__buttons {
    background: #e2ebe1;
    padding: 10px
}

    .mobile-menu__buttons > * {
        margin: 5px
    }

    .mobile-menu__buttons a {
        color: #fff
    }

.mobile-menu__nav a {
    padding: 15px;
    display: block;
    font-size: 16px;
    color: #000
}

.mobile-menu__nav li {
    border-bottom: 1px solid rgba(55,55,124,.15)
}

    .block-table tr:last-child td, .mobile-menu__nav li:last-child {
        border: 0
    }

    .mobile-menu__nav li.active a {
        color: #000
    }

@media (max-width:1119.98px) {
    .mobile-menu.open {
        display: block
    }
}

.intro {
    position: relative;
    background-color: #fbfaf4;
    background-size: 100% 100%;
    padding-bottom: 60px;
    padding-top: 40px
}

    .intro:after, .page-intro:before {
        content: "";
        width: 100%;
        display: block;
        position: absolute;
        left: 0
    }

    .intro:after {
        background: url(../img/intro/waves.png) bottom center no-repeat;
        background-size: contain !important;
        bottom: -1px;
        height: 87px
    }

.intro__list, .intro__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intro__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

    .intro__list li {
        width: 33.33333%;
        padding: 15px
    }

@media (max-width:1023.98px) {
    .intro__list {
        width: auto;
        margin: 0 -15px
    }

        .intro__list li {
            width: 50%;
            padding: 15px
        }
}

@media (max-width:767.98px) {
    .intro {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .intro__list {
        margin: 0;
        width: 100%
    }

        .intro__list li {
            width: 100%;
            padding: 0;
            margin-bottom: 15px
        }
}

.page-intro {
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -126px;
    min-height: 700px;
    padding-bottom: 50px;
    padding-top: 146px;
    color: #fff
}

    .page-intro:before {
        height: 100%;
        background: url(../img/intro/bg.jpg) center no-repeat;
        opacity: .9;
        top: 0;
        right: 0;
        z-index: 1
    }

    .page-intro .container {
        position: relative;
        z-index: 2
    }

.page-intro__title {
    margin-bottom: 30px;
    max-width: 800px;
    font-size: 37px
}

    .page-intro__title small {
        display: block;
        font-weight: 400;
        font-size: 30px
    }

    .page-intro .age:last-child, .page-intro .breadcrumbs:last-child, .page-intro .time:last-child, .page-intro__desc:last-child, .page-intro__title:last-child {
        margin-bottom: 0
    }

.page-intro__desc {
    max-width: 625px;
    font-size: 18px;
    line-height: 1.5;
    height: 81px;
    display: block;
    overflow: hidden
}

.page-intro .breadcrumbs, .page-intro__desc {
    margin-bottom: 50px
}

    .page-intro .breadcrumbs span:last-child {
        color: #d6d6d6
    }



.page-intro .age, .page-intro .time {
    color: #fff;
    font-size: 17px;
    margin-bottom: 50px
}

    .page-intro .time:before {
        width: 20px;
        height: 20px;
        margin-right: 10px
    }

.page-intro .age {
    font-size: 32px
}

.page-intro .rating {
    margin-left: -7px;
    margin-right: -7px
}

    .page-intro .rating span {
        width: 30px;
        height: 30px;
        margin: 0 7px
    }

.page-intro .btn {
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    height: 50px
}

@media (max-width:767.98px) {
    .page-intro {
        min-height: auto
    }

    .page-intro__title {
        margin-bottom: 10px;
        font-size: 28px
    }

        .page-intro__title small {
            font-size: 20px
        }

    .page-intro__desc {
        font-size: 16px;
        height: auto
    }

    .page-intro .age {
        font-size: 18px
    }

    .page-intro .rating {
        margin-left: -5px;
        margin-right: -5px
    }

        .page-intro .rating span {
            width: 20px;
            height: 20px;
            margin: 0 5px
        }

    .page-intro .age, .page-intro .breadcrumbs, .page-intro .time, .page-intro__desc {
        margin-bottom: 20px
    }

        .page-intro .age:last-child, .page-intro .breadcrumbs:last-child, .page-intro .time:last-child, .page-intro__desc:last-child {
            margin-bottom: 0
        }
}

.category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height:50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d7f087;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em;
    border-radius: 5px;
    padding-right: 15px;
    color: #171717;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    overflow: hidden
}

.category-item__icon {
    margin-right: 15px;
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    overflow: hidden
}

    .category-item__icon img {
        max-width: 100%;
        display: block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

.category-item:hover {
    color: #fff;
    background: rgba(229,48,111,.8)
}

    .category-item:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

@media (max-width:1599.98px) {
    .category-item {
        font-size: 18px
    }
}

@media (max-width:767.98px) {
    .category-item {
        font-size: 15px
    }

    .category-item__icon {
        margin-right: 20px
    }
}

.content-and-media {
    margin-bottom: 60px
}

.content-and-media__title {
    text-transform: none !important
}

.content-and-media__content {
    width: 100%
}

    .content-and-media__content .typography {
        font-size: 17px;
        line-height: 1.8
    }

@media (max-width:1599.98px) {
    .content-and-media__content .typography {
        font-size: 16px
    }
}

@media (max-width:1023.98px) {
    .content-and-media__content .typography {
        font-size: 14px
    }
}

.content-and-media__comment {
    width: 710px;
    height: 421px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15% 5%;
    line-height: 1.48;
    background: url(../img/main/comment.png) center no-repeat;
    background-size: contain;
    text-align: center;
    position: absolute;
    bottom: 87%;
    left: 61%;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 26px;
    font-style: italic
}

    .content-and-media__comment p {
        background-image: -o-linear-gradient(317deg,#061290 0%,#e7416d 100%);
        background-image: linear-gradient(133deg,#061290 0%,#e7416d 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

@media (max-width:1599.98px) {
    .content-and-media__comment {
        width: 590px;
        height: 417px;
        font-size: 22px
    }
}

@media (max-width:1023.98px) {
    .content-and-media__comment {
        width: 440px;
        height: 356px;
        font-size: 17px
    }
}

@media (max-width:767.98px) {
    .content-and-media__comment {
        max-width: 100%;
        height: 85%;
        font-size: 100%;
        right: 0;
        left: initial;
        padding: 0 8% 5%
    }
}

@media (max-width:329.98px) {
    .content-and-media__comment {
        font-size: 12px
    }
}

.content-and-media .module-title {
    margin-bottom: 30px;
    text-align:center;
}

.content-and-media__media {
    width: 50%;
    text-align: center;
    position: relative;
    padding-right: 60px
}

    .content-and-media__media img {
        max-width: 100%;
        display: block;
        margin: 0 auto
    }

.content-and-media__title {
    color: #000;
    font-size: 37px !important;
    font-weight: 500 !important
}

@media (max-width:1599.98px) {
    .content-and-media__title {
        font-size: 30px !important
    }
}

@media (max-width:1023.98px) {
    .content-and-media__title {
        font-size: 24px !important
    }
}

.content-and-media__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-and-media__row--media-comment {
    padding-top: 22%
}

.content-and-media__row--media-right .content-and-media__media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.content-and-media__row--media-right .content-and-media__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:1023.98px) {
    .content-and-media__row {
        margin: 30px 0
    }

    .content-and-media__media {
        padding-right: 30px
    }
}

@media (max-width:767.98px) {
    .content-and-media {
        margin-bottom: 40px
    }

    .content-and-media__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .content-and-media__media {
        width: 100%;
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
        margin-bottom: 30px;
        padding-right: 0
    }

    .content-and-media__content {
        width: 100%;
        text-align: center
    }
}

@media (max-width:329.98px) {
    .content-and-media__row--media-comment {
        padding-top: 15%
    }
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px !important;
    margin-right: -10px !important
}

    .social li {
        margin: 5px 10px
    }

    .social img {
        height: 25px;
        max-width: 35px
    }

    .social a {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

        .social a:hover {
            opacity: .8;
            -webkit-transform: scale(.95);
            -ms-transform: scale(.95);
            transform: scale(.95)
        }

.footer {
    margin-top: auto;
    background: #d1dbd0;
    color: #171717
}

.footer__logo{
 margin-right: auto;
}

.footer__logo img{
  width: 200px;
}

.footer__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -10px
}

    .footer__logos > * {
        margin: 10px
    }

    .footer__logos a, .social a, .social img {
        display: block
    }

    .footer__logos li {
        
    }

        .footer__logos li:hover {
            opacity: .8
        }

    .footer__logos img {
        height: 70px
    }

    .footer__logo img, .footer__logos img {
        display: block;
        max-width: 203px
    }

.footer__nav {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px
}

    .footer__nav a {
        color: #171717;
        font-weight: 700;
        text-decoration: underline
    }

        .footer__links a:hover, .footer__nav a:hover {
            text-decoration: none
        }

@media (max-width:1599.98px) {
    .footer__nav a {
        font-size: 14px
    }
}

.footer__nav ul, .sidebar-navigation ul li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__nav ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

@media (max-width:1119.98px) {
    .footer__nav ul li {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial
    }
}

.footer__nav ul.light {
    
}

    .footer__nav ul.light a {
        font-size: 12px;
    }

.footer__nav li {
    margin: 5px 10px
}

.footer__links {
    margin: 0 -10px 10px !important
}

    .footer__links li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 5px
    }

    .footer__links a {
        font-size: 12px;
        font-weight: 400;
        text-decoration: underline;
        color: #171717
    }

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1119.98px) {
    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .footer__row > * {
            margin: 0 0 15px
        }
}

.footer__top {
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__content {
    padding-left: 60px
}

.footer__copyright {
    font-size: 12px;
    margin-right: 15px;
    color: #171717
}

.footer .btn--line-blue {
    text-transform: none;
    font-weight: 600
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,.1)
}

@media (max-width:1023.98px) {
    .footer__top {
        padding-top: 40px
    }
}

@media (max-width:767.98px) {
    .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px
    }

    .footer .social, .footer__nav li {
        width: 100%
    }

    .footer__bottom {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .footer__content {
        width: 100%;
        padding-left: 0
    }

    .footer__nav {
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .footer__nav ul {
            width: 50%
        }
}

.feedback {
    background-image: -o-linear-gradient(275deg,#edb429 2%,#ff2567 89%);
    background-image: linear-gradient(175deg,#edb429 2%,#ff2567 89%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 600;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-110px) translateX(-25px) rotate(-90deg);
    -ms-transform: translateY(-110px) translateX(-25px) rotate(-90deg);
    transform: translateY(-110px) translateX(-25px) rotate(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    z-index: 15
}

@media (max-width:767.98px) {
    .feedback {
        font-size: 12px;
        padding: 10px 15px;
        top: initial;
        bottom: 10px;
        -webkit-transform: translateY(-110px) translateX(-15px) rotate(-90deg);
        -ms-transform: translateY(-110px) translateX(-15px) rotate(-90deg);
        transform: translateY(-110px) translateX(-15px) rotate(-90deg)
    }
}

.feedback:hover {
    color: #fff;
    background-image: -o-linear-gradient(275deg,#edb429 0,#ff2567 70%);
    background-image: linear-gradient(175deg,#edb429 0,#ff2567 70%)
}

.sidebar-navigation .count {
    font-size: 31px;
    margin-right: 15px;
    font-weight: 300;
    background: -webkit-gradient(linear,left bottom,left top,from(#e24175),color-stop(1%,#e24175),to(#f3be32));
    background: -o-linear-gradient(bottom,#e24175 0%,#e24175 1%,#f3be32 100%);
    background: linear-gradient(to top,#e24175 0%,#e24175 1%,#f3be32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sidebar-navigation img {
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.feedback, .sidebar-navigation a {
    cursor: pointer
}

.sidebar-navigation ul li {
    position: relative;
    border-bottom: 2px solid #d1dbd0
}

    .sidebar-navigation ul li.has-podmenu > a {
        padding-right: 55px
    }

        .sidebar-navigation ul li.has-podmenu > a:after {
            content: "";
            width: 11px;
            height: 11px;
            display: block;
            border-bottom: 3px solid rgba(138,36,143,.2);
            border-right: 3px solid rgba(138,36,143,.2);
            position: absolute;
            top: 50%;
            right: 30px;
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

    .sidebar-nav-toggle.active:after, .sidebar-navigation ul li.has-podmenu.active a:after {
        border-color: #000;
        -webkit-transform: translateY(-50%) rotate(-133deg);
        -ms-transform: translateY(-50%) rotate(-133deg);
        transform: translateY(-50%) rotate(-133deg)
    }

    .sidebar-navigation ul li > a {
        font-size: 16px;
        font-weight: 500;
        position: relative;
        letter-spacing: .02em;
        color: #000;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px
    }

        .sidebar-navigation ul li > a img {
            margin-right: 25px
        }

@media (max-width:1599.98px) {
    .sidebar-navigation ul li > a {
        font-size: 14px
    }
}

.sidebar-navigation ul li ul {
    display: none;
    padding-bottom: 15px
}

    .sidebar-navigation ul li ul li {
        border: 0;
        padding-left: 80px;
        margin-bottom: 15px
    }

@media (max-width:1119.98px) {
    .sidebar-navigation ul li ul li {
        padding-left: 15px
    }
}

.sidebar-navigation ul li ul li a {
    color: #000;
    font-size: 13px;
    padding: 0 30px;
    position: relative
}

    .sidebar-navigation ul li ul li a:before {
        content: "";
        width: 13px;
        height: 1px;
        display: block;
        background: #000;
        position: absolute;
        top: 9px;
        left: 0
    }

.sidebar-navigation li:hover a {
   text-decoration: underline;
}

.sidebar-navigation li.active > a {
    background: #d1dbd0;
}

    .sidebar-navigation li.active > a .count {
        color: #868ab2;
        background: 0 0;
        background-clip: initial;
        -webkit-text-fill-color: #868ab2;
        -webkit-background-clip: initial
    }

.sidebar-navigation li:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 100%;
    display: block;
    margin-right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-navigation--sm {
    padding-bottom: 20px
}

    .sidebar-navigation--sm ul li {
        border: 0
    }

        .sidebar-navigation--sm ul li > a {
            padding: 8px 15px
        }

.page {
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff
}

    .page .inner-wrapper-sticky {
        padding-top: 30px
    }

.page__sidebar {
    background: #e9f1e9;
    position: relative;
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .page__sidebar:before {
        content: "";
        width: 99999px;
        height: 100%;
        background: inherit;
        display: block;
        position: absolute;
        right: 100%;
        top: 0
    }

.page__content {
    padding-left: 60px;
    width: calc(100% - 280px);
    padding-top: 25px;
    padding-bottom: 80px
}

    .page__content > * {
        margin-bottom: 30px
    }

    .courses:last-child .courses__row, .page__content > :last-child {
        margin-bottom: 0
    }

.page__content--full {
    width: 100%;
    padding-left: 0
}

@media (max-width:1599.98px) {
    .page__content {
        padding-left: 50px
    }

    .page__content--full {
        padding-left: 0
    }
}

.page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page--lk .page__sidebar {
    width: 215px
}

.page--lk .page__content {
    width: calc(100% - 215px)
}

.page--lk .sidebar-navigation ul li > a {
    padding: 15px
}

@media (max-width:1119.98px) {
    .page__content {
        width: calc(100% - 280px)
    }

    .page__content--full {
        width: 100%;
        padding-left: 0
    }

    .page__sidebar {
        width: 280px
    }
}

@media (max-width:1023.98px) {
    .page {
        overflow: hidden
    }

        .page .inner-wrapper-sticky {
            padding-top: 0
        }

        .page .container {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

    .page__content {
        width: 100%;
        padding-left: 0
    }

    .page__sidebar:after {
        content: "";
        width: 99999px;
        height: 100%;
        background: inherit;
        display: block;
        position: absolute;
        left: 100%;
        top: 0
    }

    .page .sidebar-navigation {
        display: none
    }

    .page--lk .page__content, .page--lk .page__sidebar, .page__sidebar {
        width: 100%
    }
}

.courses__row, .sidebar-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-nav-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding: 10px 30px 10px 0;
    color: #000;
    font-weight: 600
}

    .sidebar-nav-toggle:after {
        content: "";
        width: 11px;
        height: 11px;
        display: block;
        top: 50%;
        position: absolute;
        right: 30px;
        border-bottom: 3px solid rgba(0,0,0,.5);
        border-right: 3px solid rgba(0,0,0,.5);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin-left: 10px
    }

.courses .course-item, .courses .webinar {
    height: 100%
}

.courses__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -15px 15px
}

.courses__col {
    width: 50%;
    padding: 15px
}

@media (max-width:767.98px) {
    .courses__col {
        width: 100%
    }
}

.courses:last-child .courses__col {
    padding-bottom: 0
}

.breadcrumbs {
    margin-bottom: 12px;
    font-size: 12px
}

    .breadcrumbs span:last-child {
        color: #747474
    }

.breadcrumbs__separator {
    margin: 0 5px;
    color: #000
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.search-module {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 27px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 27px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    overflow: hidden;
    border: solid 1px transparent
}

    .search-module label, .search-module__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .search-module label {
        height: 52px;
        width: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

        .search-module label:hover svg {
            fill: rgba(138,36,143,.5)
        }

@media (max-width:767.98px) {
    .search-module label {
        height: 42px
    }
}

.search-module svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: rgba(0,0,0,.1);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.search-module button {
    font-size: 15.3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 0 30px;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: -o-linear-gradient(246deg,#edb429 20%,#ff2567 71%);
    background-image: linear-gradient(204deg,#edb429 20%,#ff2567 71%)
}

    .search-module button:hover {
        background-image: -o-linear-gradient(246deg,#edb429 10%,#ff2567 60%);
        background-image: linear-gradient(204deg,#edb429 10%,#ff2567 60%)
    }

@media (max-width:767.98px) {
    .search-module button {
        padding: 0 15px;
        font-size: 14px
    }
}

.search-module input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    height: 52px
}

@media (max-width:767.98px) {
    .search-module input {
        width: 100%;
        height: 42px
    }
}

.search-module input::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 300
}

.search-module input::-moz-placeholder {
    font-style: italic;
    font-weight: 300
}

.search-module input:-ms-input-placeholder, .search-module input::-ms-input-placeholder {
    font-style: italic;
    font-weight: 300
}

.search-module input::placeholder {
    font-style: italic;
    font-weight: 300
}

@media (max-width:767.98px) {
    .search-module input::-webkit-input-placeholder {
        font-size: 12px
    }

    .search-module input::-moz-placeholder {
        font-size: 12px
    }

    .search-module input:-ms-input-placeholder, .search-module input::-ms-input-placeholder {
        font-size: 12px
    }

    .search-module input::placeholder {
        font-size: 12px
    }
}

@media (max-width:329.98px) {
    .search-module input::-webkit-input-placeholder {
        font-size: 0
    }

    .search-module input::-moz-placeholder {
        font-size: 0
    }

    .search-module input:-ms-input-placeholder, .search-module input::-ms-input-placeholder {
        font-size: 0
    }

    .search-module input::placeholder {
        font-size: 0
    }
}

.search-module.error {
    border-color: red
}

    .search-module.error label svg {
        fill: rgba(255,0,0,.5)
    }

.documents li:last-child, .search-module:last-child {
    margin-bottom: 0
}

.course-item, .webinar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #d9e2f3
}

.course-item__image, .webinar__image {
    overflow: hidden;
    display: block
}

    .course-item__image img, .webinar__image img {
        display: block;
        width: 100%;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

.course-item__subtitle, .webinar__subtitle {
    margin-bottom: 5px;
    display: block;
    color: #9da4d0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

.course-item__content, .webinar__content {
    padding: 20px 35px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.course-item__title, .webinar__title {
    font-size: 17.6px;
    font-weight: 500;
    text-decoration: underline;
    color: #000;
    display: block;
    margin-bottom: 10px
}

.course-item__desc, .webinar__desc {
    font-size: 13px;
    color: #000;
    margin-bottom: 20px
}

.course-item__bottom, .webinar__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto
}

    .course-item__bottom .time, .webinar__bottom .time {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .course-item__bottom .rating, .course-item__bottom .time, .webinar__bottom .rating {
        width: 80px
    }

.course-item:hover .course-item img, .course-item:hover .webinar__image img, .gallery-list a:hover img, .news-module:hover .news-module__image img, .webinar:hover .course-item img, .webinar:hover .webinar__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.course-item:hover .course-item, .course-item:hover .webinar__title, .webinar:hover .course-item, .webinar:hover .webinar__title {
    text-decoration: none;
    color: #ff2567
}

@media (max-width:1119.98px) {
    .course-item__content, .webinar__content {
        padding: 20px 25px
    }
}

.bookmark {
    background-image: -o-linear-gradient(246deg,#edb429 0%,#edb429 1%,#ff2567 91%,#ff2567 100%);
    background-image: linear-gradient(-156deg,#edb429 0%,#edb429 1%,#ff2567 91%,#ff2567 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 10px
}

.bookmark--dark {
    background-image: -o-linear-gradient(246deg,#073ba7 0%,#073ba7 1%,#af25ff 91%,#af25ff 100%);
    background-image: linear-gradient(-156deg,#073ba7 0%,#073ba7 1%,#af25ff 91%,#af25ff 100%)
}

.webinar__bottom .time {
    width: 50%
}

.age {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: .16em;
    color: #ff2a66
}

.rating, .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .rating span, .time:before {
        display: block;
        width: 14px;
        height: 14px
    }

    .rating span {
        margin: 0 3px;
        background: url(../img/icons/star.svg) center no-repeat;
        background-size: cover
    }

        .rating span.active {
            background: url(../img/icons/star-gr.svg) center no-repeat;
            background-size: cover
        }

.time {
    font-size: 13px;
    line-height: 1;
    color: #000;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.time__content {
    width: calc(100% - 30px)
}

.time__desc {
    font-size: 12px;
    width: 100%;
    color: #d7d7d7;
    display: block;
    margin-bottom: 5px
}

.time:before {
    content: "";
    background: url(../img/icons/time.svg) center no-repeat;
    background-size: contain;
    margin-right: 5px
}

.time--old {
    color: rgba(0,0,0,.6)
}

    .time--old:before {
        background: url(../img/icons/time-gray.svg) center no-repeat;
        background-size: contain
    }

.page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -5px 30px
}

    .page-title .date {
        font-size: .5em;
        color: #7c6ab9;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 0
    }

    .page-title > * {
        margin: 5px
    }

    .page-title .btn {
        border-radius: 0;
        font-size: 13px;
        letter-spacing: 1.02px;
        text-transform: uppercase;
        padding: .9em 35px
    }

    .page-title h1 {
        font-size: 36px;
        line-height: 1.2;
        font-weight: 700;
        color: #000
    }

@media (max-width:767.98px) {
    .page-title h1 {
        font-size: 28px
    }
}

.category-title {
    font-size: 29px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .category-title {
        font-size: 20px
    }
}

.documents__title {
    font-size: 22px;
    color: #0010ac;
    font-weight: 500
}

.documents li, .documents__title {
    margin-bottom: 15px
}

.document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 3px #d1d2eb;
    padding: 15px 25px;
    position: relative;
    font-size: 17px;
    color: #000;
    font-weight: 500
}

    .document:before {
        content: "";
        width: 19px;
        height: 24px;
        display: block;
        background: url(../img/icons/doc.svg) center no-repeat;
        background-size: contain !important;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

.document__name {
    padding-right: 10px
}

.document__size {
    font-style: italic;
    opacity: .5;
    color: #000;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap
}

.document:hover {
    border: solid 3px #b1b3db
}

.p-block {
    margin-bottom: 40px
}

    .p-block:last-child, .reviews .review:last-child {
        margin-bottom: 0
    }

.faq__title, .search-results__title {
    color: #000;
    margin-bottom: 30px
}

.faq__item, .search-results__item {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #d4d5ec
}

    .faq__item:last-child, .search-results__item:last-child {
        border: 0;
        padding-bottom: 10px
    }

    .faq__item:first-child, .search-results__item:first-child {
        padding-top: 10px
    }

.filter-button span, .search-results__title {
    display: block;
    text-decoration: underline
}

.reviews .review {
    margin-bottom: 60px
}

@media (max-width:1023.98px) {
    .reviews {
        padding-bottom: 40px
    }
}

.review, .review:after {
    -webkit-box-shadow: 0 0 27px rgba(0,0,0,.13);
    box-shadow: 0 0 27px rgba(0,0,0,.13);
    position: relative
}

.review__row {
    padding: 35px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.review:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 90px;
    width: 35px;
    height: 35px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -20px;
    z-index: 1
}

.review__avatar {
    width: 157px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .review__avatar img {
        max-width: 100%;
        display: block
    }

.review__content {
    padding-left: 55px
}

.review__date, .review__name {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px
}

.review__date {
    color: #838383;
    font-size: 14px;
    margin-bottom: 10px
}

@media (max-width:1023.98px) {
    .review__content {
        padding-left: 35px
    }
}

@media (max-width:767.98px) {
    .review__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px
    }

    .review:after {
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg)
    }

    .review .typography {
        font-size: 14px
    }

    .review__avatar {
        margin-bottom: 15px
    }

    .review__content {
        padding: 0
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .pagination a {
        font-size: 16px;
        color: #000;
        line-height: 1;
        background: #fff;
        border: 2px solid #d1dbd0;
        padding: 6px 10px;
        display: block;
        margin-right: 10px
    }

        .pagination a:hover {
            background: #d1dbd0;
            border: 2px solid #d1dbd0
        }

        .pagination a.active {
            border: 2px solid #d1dbd0;
            background: #d1dbd0
        }

.courses-filter {
    margin: -5px -10px 30px
}

    .courses-filter .filter-button {
        margin: 5px 10px
    }

.filter-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer
}

    .filter-button span {
        font-size: 18px;
        font-weight: 700;
        color: #073ba7;
        padding: 8px 16px;
        border: solid 1px transparent
    }

        .filter-button span:hover {
            color: #000
        }

@media (max-width:329.98px) {
    .filter-button span {
        font-size: 14px
    }
}

.avatar-upload__button input, .filter-button input {
    display: none
}

    .filter-button input:checked + span {
        text-decoration: none;
        color: #a5b4e6;
        border-color: rgba(52,98,193,.5)
    }

        .filter-button input:checked + span:hover {
            color: #a5b4e6
        }

.contacts {
    padding-right: 50px
}

.contacts__icon {
    width: 85px;
    height: 85px;
    -webkit-box-shadow: 0 0 27px rgba(0,0,0,.13);
    box-shadow: 0 0 27px rgba(0,0,0,.13);
    border-radius: 8px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .contacts__icon img {
        width: 35px
    }

.contacts__text a:hover {
    color: #000
}

.contacts__text a, .contacts__text p {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px
}

    .contacts__item:last-child, .contacts__text a:last-child, .contacts__text p:last-child {
        margin-bottom: 0
    }

.contacts__title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px
}

.contacts__content {
    padding-top: 15px
}

.contacts__item {
    margin-bottom: 50px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767.98px) {
    .contacts {
        padding-right: 0
    }

    .contacts__item {
        margin-top: 0;
        margin-bottom: 30px
    }

    .contacts__icon {
        margin-right: 30px
    }

    .contacts__text a, .contacts__text p {
        font-size: 16px
    }
}

.form-block {
    text-align: center;
    -webkit-box-shadow: 0 0 27px rgba(0,0,0,.13);
    box-shadow: 0 0 27px rgba(0,0,0,.13);
    border-radius: 2px;
    background-color: #fff;
    padding: 55px;
    max-width: 580px
}

.form-block--contacts {
    margin-left: auto
}

@media (max-width:1023.98px) {
    .form-block--contacts {
        margin-left: 0;
        margin-top: 60px;
        margin-bottom: 30px;
        max-width: 100%
    }
}

.form-block .btn {
    margin-top: 15px
}

.form-block .field {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 15px;
    text-align: center
}

    .form-block .field input {
        height: 30px;
        text-align: center;
        padding: 0
    }

    .form-block .field textarea {
        min-height: 80px;
        text-align: center;
        padding: 0
    }

.form-block__title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px
}

@media (max-width:767.98px) {
    .form-block {
        padding: 30px
    }

    .form-block__title {
        font-size: 24px
    }
}

.block {
    -webkit-box-shadow: 0 0 27px rgba(0,0,0,.13);
    box-shadow: 0 0 27px rgba(0,0,0,.13);
    border-radius: 2px;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 60px
}

.block--table {
    padding: 20px
}

.block__title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px
}

.block:last-child {
    margin-bottom: 0
}

.block:first-child {
    margin-top: 60px
}

.block .title-count {
    margin-top: -70px
}

.block--gr-border, .block--not-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.block--gr-border {
    background-image: -o-linear-gradient(246deg,#cc3c8d 0%,#cf3c87 1%,#2064c0 91%,#215dbc 100%);
    background-image: linear-gradient(-156deg,#cc3c8d 0%,#cf3c87 1%,#2064c0 91%,#215dbc 100%);
    padding: 20px
}

    .block--gr-border .block__content {
        background: #fff;
        padding: 30px
    }

.block--not-shadow {
    padding: 0
}

.block > * {
    margin-bottom: 40px
}

.block > :last-child {
    margin-bottom: 0
}

.block .block-slider {
    margin: 40px -40px -40px;
    overflow: hidden
}

@media (max-width:1023.98px) {
    .block .title-count {
        margin-top: 0
    }

    .block:first-child {
        margin-top: 0
    }

    .block:last-child {
        margin-bottom: 40px
    }
}

@media (max-width:767.98px) {
    .block {
        padding: 20px 20px 35px;
        margin: 40px -15px
    }

    .block--table {
        padding: 0;
        overflow: auto
    }

    .block .block-slider {
        margin: 30px -20px -35px
    }

    .block .typography {
        font-size: 14px
    }

    .block .title-count {
        margin-top: 0
    }

    .block:first-child, .block:first-of-type {
        margin-top: 0
    }
}

.buttons-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px
}

    .buttons-row .btn {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 10px;
        height: 50px;
        line-height: 1.2;
        padding-right: 10px;
        margin: 10px
    }

.buttons-row--not-grow .btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:767.98px) {
    .buttons-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .buttons-row .btn {
            height: auto;
            width: 100%
        }
}

.title-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #000;
    font-size: 39px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 3px solid #b9bdd9
}

.title-count__title {
    line-height: 1;
    font-size: inherit;
    font-weight: 300;
    text-transform: uppercase
}

.title-count__count {
    color: #b9bdd9;
    font-weight: 100;
    line-height: .8;
    display: block;
    letter-spacing: -.08em;
    font-size: 384.62%;
    margin-right: 20px
}

.title-count--rows {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
    padding-bottom: 0
}

    .title-count--rows .title-count__count {
        width: 100%;
        padding-bottom: 25px
    }

    .title-count--rows .title-count__title {
        padding-top: 25px;
        border-top: 3px solid #b9bdd9
    }

@media (max-width:1599.98px) {
    .title-count {
        font-size: 33px
    }
}

@media (max-width:1023.98px) {
    .title-count {
        font-size: 24px
    }

    .title-count__count {
        font-size: 300%;
        margin-right: 15px
    }
}

@media (max-width:329.98px) {
    .title-count {
        font-size: 20px
    }
}

.persons > * {
    margin-bottom: 40px
}

.links-item li:last-child, .persons > :last-child {
    margin-bottom: 0
}

.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px
}

.person__image {
    width: 190px;
    margin-right: 40px
}

    .person__image img {
        display: block;
        max-width: 100%
    }

.person__name {
    color: #000;
    font-size: 22px;
    margin-bottom: 5px
}

.person__content {
    width: calc(100% - 190px - 40px);
    line-height: 1.6
}

@media (max-width:767.98px) {
    .person {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .person__image {
        margin-bottom: 15px;
        max-width: 100px
    }

    .person__desc {
        font-size: 14px
    }

    .person__content {
        width: 100%
    }
}

.beginner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 720px;
    margin: 0 auto
}

    .beginner img {
        display: block;
        width: 60px;
        margin-right: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

.beginner__title {
    color: #000;
    font-size: 27px;
    line-height: 1.2;
    max-width: 285px;
    position: relative;
    margin-right: auto
}

    .beginner__title small {
        display: block;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 10px;
        position: absolute;
        bottom: 100%
    }

@media (max-width:767.98px) {
    .beginner__title small {
        position: relative;
        margin-top: 15px
    }
}

.beginner .btn {
    margin-left: 15px
}

@media (max-width:767.98px) {
    .beginner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0
    }

    .beginner__title {
        max-width: calc(100% - 90px);
        font-size: 20px
    }

    .beginner .btn {
        margin: 30px 0 0;
        width: 100%
    }
}

@media (max-width:329.98px) {
    .beginner img {
        width: 30px;
        margin-right: 20px
    }

    .beginner__title {
        max-width: calc(100% - 50px);
        font-size: 20px
    }

    .beginner .btn {
        padding-left: 10px;
        padding-right: 10px
    }
}

.block-slider img {
    display: block;
    max-width: 100%
}

.block-slider * {
    vertical-align: top
}

.block-slider .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

    .block-slider .slick-arrow:after {
        content: "";
        width: 18px;
        height: 28px;
        display: block;
        background: url(../img/icons/arrow.svg) center no-repeat;
        background-size: contain;
        margin-left: -30px
    }

    .block-slider .slick-arrow:hover:after {
        background: url(../img/icons/arrow-gr.svg) center no-repeat;
        background-size: contain
    }

    .block-slider .slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: rotate(-180deg) translateY(50%) translateX(50%);
        -ms-transform: rotate(-180deg) translateY(50%) translateX(50%);
        transform: rotate(-180deg) translateY(50%) translateX(50%)
    }

    .block-slider .slick-arrow.slick-next {
        right: 0;
        -webkit-transform: translateY(-50%) translateX(50%);
        -ms-transform: translateY(-50%) translateX(50%);
        transform: translateY(-50%) translateX(50%)
    }

@media (max-width:767.98px) {
    .block-slider .slick-arrow {
        width: 60px;
        height: 60px
    }

        .block-slider .slick-arrow:after {
            width: 12px;
            height: 20px;
            margin-left: -20px
        }
}

.block-carousel {
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

    .block-carousel img {
        display: block;
        width: 100%
    }

    .block-carousel * {
        vertical-align: top
    }

    .block-carousel a, .block-table__icons a img {
        display: block
    }

        .block-carousel a:hover {
            opacity: .9
        }

    .block-carousel .slick-slide {
        padding: 5px
    }

    .block-carousel .slick-arrow {
        font-size: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 18px;
        height: 28px;
        display: block;
        background: url(../img/icons/arrow.svg) center no-repeat;
        background-size: contain
    }

        .block-carousel .slick-arrow:hover {
            background: url(../img/icons/arrow-gr.svg) center no-repeat;
            background-size: contain
        }

        .block-carousel .slick-arrow.slick-prev {
            left: 0;
            -webkit-transform: rotate(-180deg) translateY(50%);
            -ms-transform: rotate(-180deg) translateY(50%);
            transform: rotate(-180deg) translateY(50%)
        }

        .block-carousel .slick-arrow.slick-next {
            right: 0
        }

.certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .certificate .title-count {
        margin-top: 0
    }

.certificate__image {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .certificate__image img {
        display: block;
        max-width: 100%
    }

.certificate__content {
    padding-top: 30px;
    padding-left: 45px;
    height: 50%
}

@media (max-width:767.98px) {
    .certificate {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .certificate .title-count {
            border-bottom: 3px solid #b9bdd9;
            padding-bottom: 25px
        }

        .certificate .title-count__count {
            width: auto;
            padding-bottom: 0
        }

        .certificate .title-count__title {
            border: 0;
            padding-top: 0
        }

    .certificate__content {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 30px
    }

    .certificate__image {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

        .certificate__image img {
            width: 300px;
            max-width: 100%
        }

    .certificate__content, .certificate__image {
        width: 100%
    }
}

.review-block {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #e8e8e8
}

    .review-block:first-of-type {
        padding-top: 0
    }

    .review-block:last-of-type {
        border: 0;
        padding-bottom: 0
    }

.review-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.review-block__name {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px
}

.review-block__type {
    font-size: 14px;
    font-weight: 300
}

.review-block__title {
    text-decoration: underline;
    font-size: 20px;
    display: block;
    margin-bottom: 15px
}

.review-block__date {
    text-align: right;
    color: #9ca1c7;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px
}

.review-block .typography {
    font-size: 15px;
    line-height: 1.6
}

@media (max-width:767.98px) {
    .review-block__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .review-block__date {
        margin: 0 0 30px
    }
}

.video-module {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden
}

    .video-module:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(73,74,144,.8);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2
    }

    .video-module img, .video-module:after {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .video-module:after {
        content: "";
        height: 80px;
        background: url(../img/icons/youtube-gr.svg) center no-repeat;
        z-index: 3;
        width: 80px
    }

    .video-module img {
        width: 100%
    }

    .video-module:hover:after {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1.05);
        -ms-transform: translateY(-50%) translateX(-50%) scale(1.05);
        transform: translateY(-50%) translateX(-50%) scale(1.05)
    }

    .video-module:hover img {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1.02);
        -ms-transform: translateY(-50%) translateX(-50%) scale(1.02);
        transform: translateY(-50%) translateX(-50%) scale(1.02)
    }

.answers__date {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    display: block;
    margin-bottom: 10px
}

.answers__content {
    font-size: 14px
}

.answers__item {
    border-bottom: 1px solid rgba(185,189,217,.5);
    padding-top: 20px;
    padding-bottom: 20px
}

    .answers__item:first-child {
        padding-top: 0
    }

    .answers__item:last-child {
        border: 0;
        padding-bottom: 0
    }

.avatar-upload {
    width: 224px;
    margin: 45px auto 0
}

.avatar-upload__image {
    width: 224px;
    height: 266px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #edf1ff;
    margin-bottom: 15px
}

    .avatar-upload__image img {
        display: block;
        max-height: 100%
    }

.avatar-upload__button {
    width: 100%
}

    .avatar-upload__button .btn {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

.status-strong {
    font-weight: 700
}

.status-strong--light {
    font-weight: 400
}

.status-strong--green {
    color: #39bb00
}

.status-strong--red {
    color: #f95452
}

.block-table {
    font-size: 15px
}

    .block-table a:hover {
        text-decoration: underline
    }

.block-table__name {
    opacity: .5;
    color: #000;
    font-size: 14px
}

.block-table--home-work tbody tr:nth-child(odd) td {
    border-bottom: 1px solid #f1f1f1
}

.block-table--home-work tbody tr:nth-child(2n) td {
    padding: 8px 10px
}

.block-table__title {
    font-size: 16px;
    font-weight: 700;
    color: #0010ac;
    display: block;
    max-width: 260px;
    min-width: 180px
}

.block-table__icons {
    margin: -9px
}

    .block-table__icons > * {
        margin: 9px
    }

    .block-table__icons a {
        display: inline-block;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

        .block-table__icons a:hover {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px)
        }

.block-table__date {
    color: #000;
    white-space: nowrap
}

.block-table td, .block-table th {
    border: 0;
    padding: 17px 10px
}

.block-table td {
    border-bottom: 1px solid #eaebf7
}

.block-table tr.complete {
    opacity: .4
}

.block-table th {
    font-weight: 700;
    text-align: left;
    color: rgba(141,141,141,.5);
    border-bottom: 2px solid #eaebf7
}

.count-status {
    background-color: #edf1ff;
    color: rgba(0,16,172,.5);
    font-size: 16px;
    font-weight: 700;
    border-radius: 19px;
    padding: 8px 14.45px;
    text-align: center;
    display: inline-block;
    white-space: nowrap
}

.count-status--blue {
    background: #0010ac;
    color: #fff
}

.count-status--red {
    background: #db3b6f;
    color: #fff
}

.count-status--orange {
    background: #ff9000;
    color: #fff
}

.links-item__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.links-item li {
    margin-bottom: 10px
}

.links-item a, .news-block:hover .news-block__title, .news-item:hover .news-item__title, .news-module:hover .news-module__title {
    text-decoration: underline
}

    .links-item a:hover {
        color: #000;
        text-decoration: none
    }

.site-map__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
    margin-left: -15px;
    margin-right: -15px
}

.site-map__col {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 40px
}

@media (max-width:1023.98px) {
    .site-map__col {
        width: 50%
    }
}

@media (max-width:767.98px) {
    .site-map__col {
        width: 100%
    }
}

.news-block {
    color: #000;
    display: block;
    margin-bottom: 30px
}

.news-block__image {
    overflow: hidden;
    display: block;
    margin-bottom: 15px
}

    .news-block__image img {
        width: 100%;
        display: block
    }

.news-block__title {
    font-size: 18px
}

.news-block__date {
    font-size: 12px;
    margin-bottom: 5px;
    color: #888
}

.news-block:hover {
    color: #000
}

.album, .gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px
}

    .gallery-list li {
        width: 33.333333%;
        padding: 2px
    }

    .gallery-list img {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

    .gallery-list a {
        display: block;
        overflow: hidden
    }

.album {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-decoration: none
}

    .album, .album:hover {
        color: #fff
    }

.album__name {
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px
}

.album .btn, .doc__title:before {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.album img, .gallery-list img {
    display: block;
    max-width: 100%
}

.album__date {
    font-weight: 300
}

.album__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 40px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5)
}

.album--intro .album__bottom {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .album--intro .album__bottom {
        padding: 15px
    }
}

.album--intro .album__name {
    font-size: 20px;
    margin-right: 0
}

@media (max-width:767px) {
    .album--intro .album__name {
        font-size: 16px
    }

    .album__bottom {
        position: relative;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #6e6ead;
        padding: 25px
    }

    .album__name {
        width: 100%
    }

    .album .btn {
        margin-top: 20px
    }
}

.news-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: solid 2px #d1dbd0;
    text-decoration: none;
    color: #262626;
    overflow: hidden;
    border-radius: 10px;
}

.news-module__content {
    padding: 30px 50px 30px 35px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: calc(100% - 260px)
}

.news-module__title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    display: block
}

.news-module__title:not(:last-child){
 margin-bottom: 8px;
}

.news-module__date {
    color: rgba(0,0,0,.3);
    margin-bottom: 10px;
    font-size: 12px
}

.news-module__desc {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    display: block
}

.news-module__image {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    max-width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .news-module__image img {
        display: block;
        width: 100%;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

@media (max-width:767px) {
    .news-module {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .news-module__title {
        font-size: 14px
    }

    .news-module__image {
        margin-bottom: auto
    }

        .news-module__image img {
            height: auto;
            max-width: 100%
        }

    .news-module__date {
        margin-bottom: 0
    }

    .news-module__desc {
        display: none
    }

    .news-module__content {
        padding: 15px
    }
}

.doc {
    padding: 20px;
    font-size: 14px;
    background: #fff;
    border: solid 2px #d1dbd0
}

.doc__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d1dbd0;
    padding-bottom: 20px
}

.doc__content {
    padding-top: 20px
}

.doc__date {
    color: #22415e;
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.doc__right, .doc__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doc__title {
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    color: #000
}

    .doc__title:before {
        content: "";
        width: 19px;
        height: 24px;
        display: block;
        background: url(../img/icons/doc.svg) center no-repeat;
        background-size: contain !important;
        margin-right: 20px
    }

    .doc__title:hover {
        color: #000;
        text-decoration: underline
    }

.doc .btn {
    margin-top: 20px;
    font-size: 11px;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px
}

.doc__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .doc__right > * {
        margin: 10px !important
    }

@media (max-width:767px) {
    .doc__right {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px
    }

        .doc__right .doc__date {
            width: auto;
            margin-left: 0
        }
}

.doc--not-desc {
    padding: 10px 20px
}

    .doc--not-desc .doc__top {
        border: 0;
        padding-bottom: 0
    }

    .doc--not-desc .btn {
        margin-top: 0
    }

@media (max-width:767px) {
    .doc__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .doc__date {
        padding-left: 0;
        width: 100%;
        margin-top: 15px
    }
}

.news-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px !important
}

.news-intro__image {
    width: 50%
}

    .news-intro__image img {
        display: block;
        max-width: 100%;
        margin: 0 auto
    }

@media (max-width:1160px) {
    .news-intro__image {
        width: 40%
    }
}

.news-intro__content {
    width: 50%;
    padding: 60px;
    margin-top: 30px;
    position: relative;
    background: #fff
}

@media (max-width:1160px) {
    .news-intro__content {
        padding: 40px;
        width: 60%
    }
}

.news-intro__content:after, .news-intro__content:before {
    content: "";
    background: #000;
    display: block;
    position: absolute;
    top: 0
}

.news-intro__content:after {
    height: calc(100% + 30px);
    width: 10px;
    left: 100%
}

.news-intro__content:before {
    width: calc(100% + 30px);
    height: 10px;
    right: 0
}

.news-intro__date, .news-intro__title {
    margin-bottom: 15px;
    font-size: 23px;
    color: #000
}

.news-intro__date {
    color: #747474;
    line-height: 1;
    font-family: "Kelson Sans RU";
    font-weight: 300;
    display: block;
    font-size: 17px
}

@media (max-width:1023px) {
    .news-intro__date {
        font-size: 30px
    }
}

.news-intro__desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000
}

@media (max-width:767px) {
    .news-intro__desc {
        text-align: left
    }
}

.news-intro .ya-share2 {
    margin-top: 30px
}

@media (max-width:767px) {
    .news-intro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news-intro__content {
        width: 100%;
        margin-top: -10px;
        padding: 30px 30px 30px 15px
    }

    .news-intro__image {
        width: 100%
    }
}

.module-title {
    font-size: 30px;
    margin-bottom: 60px
}

.date {
    color: #747474;
    font-size: 45px;
    line-height: 1;
    font-family: "Kelson Sans RU";
    font-weight: 300;
    display: block;
    margin-bottom: 30px
}

@media (max-width:1023px) {
    .date {
        font-size: 30px
    }
}

.news-item {
    color: #000;
    display: block;
    text-decoration: none
}

.news-item__date {
    color: #262626;
    font-size: 20px;
    line-height: 1;
    font-family: "Kelson Sans RU";
    font-weight: 300;
    display: block;
    margin-bottom: 30px
}



.news-item__title {
    display: block;
    margin-bottom: 30px
}

.news-item .typography {
    font-size: 14px
}

    .news-item .typography big, .news-item__title, .photo-report .typography big {
        font-size: 18px;
        font-weight: 700
    }

.news-item:hover {
    color: #3f3f3f
}

.bg-dotted {
    background-image: url(../img/dot-pattern.svg)
}

.news {
    padding-bottom: 80px;
    padding-top: 80px;
    margin: 0
}

.news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.news__col {
    width: 50%;
    padding: 0 15px
}

.news .module-title {
    text-align: center
}

.news .news-item {
    max-width: 500px
}

.news__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px -15px -15px
}

    .news__buttons > * {
        margin: 15px
    }

@media (max-width:767px) {
    .news {
        padding-bottom: 40px;
        padding-top: 40px
    }

        .news .news-item {
            text-align: center
        }

    .news__row {
        margin: 0
    }

    .news__buttons {
        margin-top: 30px
    }

    .news__col {
        width: 100%;
        padding: 0
    }

        .news__col:last-child {
            display: none
        }
}

.photo-report .module-title {
    margin-bottom: 15px
}

.photo-report__title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
    max-width: 420px
}

.photo-report .typography {
    font-size: 14px;
    max-width: 420px
}

.photo-report__buttons, .photo-report__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.photo-report__content {
    width: 50%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .photo-report__content:before {
        content: "";
        width: 0;
        height: 3px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: #cc4253;
        opacity: 0;
        -webkit-transition: all .5s ease 1s;
        -o-transition: all .5s ease 1s;
        transition: all .5s ease 1s
    }

.photo-report.show .photo-report__content:before {
    width: 9999px;
    opacity: 1
}

.photo-report__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px -15px -15px
}

    .photo-report__buttons > * {
        margin: 15px
    }

.photo-report__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

    .photo-report__row:last-child {
        margin-bottom: 2px
    }

.photo-report img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.photo-report__photo-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    z-index: 3;
    border: solid 1px #fff;
    font-family: "Kelson Sans RU";
    max-width: 150px;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    font-weight: 500
}

.photo-report__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 4px);
    overflow: hidden;
    margin: 2px;
    height: 540px;
    position: relative
}

.photo-report__photo--large {
    width: 100% !important;
    left: 50% !important;
    position: relative !important;
    right: auto;
    margin-right: 0;
    margin-top: 0
}

.photo-report__photo--read-more:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(43,15,76,.66);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.photo-report__photo--read-more:hover .photo-report__photo-btn {
    background: #fff;
    color: #000
}

.photo-report__photo:first-child {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0
}

.photo-report__photo:last-child {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0
}

.photo-report__photo:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:1600px) {
    .photo-report .date {
        font-size: 35px
    }
}

@media (max-width:1160px) {
    .photo-report__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .photo-report__photo {
        height: 350px
    }

    .photo-report__photo--large {
        left: 0 !important
    }

    .photo-report__content {
        width: 100%;
        height: auto;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-right: 0
    }

        .photo-report__content:before {
            right: 50%;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%)
        }
}

@media (max-width:1023px) {
    .photo-report__photo {
        height: auto
    }

        .photo-report__photo img {
            max-width: 100%
        }
}

.ie10 .loader, .ie11 .loader {
    display: none !important
}

.ie10 .content-and-media__comment p, .ie11 .content-and-media__comment p {
    background-clip: initial;
    background: 0 0
}

.ie10 .sidebar-navigation .count, .ie11 .sidebar-navigation .count {
    background-clip: inherit;
    background: 0 0;
    color: #edb429
}

.ie10 .sidebar-navigation img, .ie11 .sidebar-navigation img {
    height: initial;
    width: 40px
}

.notice {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 20px;
    z-index: 99999;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0
}

.notice--open {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.notice--green {
    background: #28a745;
    -webkit-box-shadow: 0 5px 10px rgba(40,167,69,.2);
    box-shadow: 0 5px 10px rgba(40,167,69,.2)
}

.notice--red {
    background: #dc3545;
    -webkit-box-shadow: 0 5px 10px rgba(220,53,69,.2);
    box-shadow: 0 5px 10px rgba(220,53,69,.2)
}

.bvi-icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.bvi-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.bvi-xs {
    font-size: .75em !important
}

.bvi-sm {
    font-size: .875em !important
}

.bvi-1x {
    font-size: 1em !important
}

.bvi-2x {
    font-size: 2em !important
}

.bvi-3x {
    font-size: 3em !important
}

.bvi-4x {
    font-size: 4em !important
}

.bvi-5x {
    font-size: 5em !important
}

.bvi-6x {
    font-size: 6em !important
}

.bvi-7x {
    font-size: 7em !important
}

.bvi-8x {
    font-size: 8em !important
}

.bvi-9x {
    font-size: 9em !important
}

.bvi-10x {
    font-size: 10em !important
}

.bvi-font:before {
    content: "\f031"
}

.bvi-plus:before {
    content: "\f067"
}

.bvi-minus:before {
    content: "\f068"
}

.bvi-circle:before {
    content: "\f111"
}

.bvi-circle-notch:before {
    content: "\f1ce"
}

.bvi-adjust:before {
    content: "\f042"
}

.bvi-volume-up:before {
    content: "\f028"
}

.bvi-volume-off:before {
    content: "\f026"
}

.bvi-cogs:before {
    content: "\f085"
}

.bvi-low-vision:before {
    content: "\f2a8"
}

.bvi-chevron-circle-up:before {
    content: "\f139"
}

.bvi-eye:before {
    content: "\f06e"
}

.bvi-sync-alt:before {
    content: "\f2f1"
}

.bvi-times-circle:before {
    content: "\f057"
}

.bvi-bolt:before {
    content: "\f0e7"
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/fa/fa-solid-900.eot);
    src: url(../fonts/fa/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa/fa-solid-900.woff2) format("woff2"),url(../fonts/fa/fa-solid-900.woff) format("woff"),url(../fonts/fa/fa-solid-900.ttf) format("truetype")
}

.bvi-icon {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}
/*! Button visually impaired v1.0.8 */
html:not(.bvi-panel) {
    font-size: 16px !important
}

html body a.bvi-link {
    padding: 10px;
    font-size: 12px;
    border-color: transparent
}

html body .bvi {
    font-family: Arial,sans-serif !important
}

    html body .bvi .bvi-btn {
        font-weight: 700 !important
    }

    html body .bvi .bvi-eye-link {
        position: fixed;
        top: 1rem;
        right: 1rem;
        opacity: .75;
        z-index: 999999 !important
    }

    html body .bvi .bvi-container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto
    }

@media (min-width:576px) {
    html body .bvi .bvi-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    html body .bvi .bvi-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    html body .bvi .bvi-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    html body .bvi .bvi-container {
        max-width: 1140px
    }
}

html body .bvi .bvi-container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

html body .bvi .bvi-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

html body .bvi .bvi-no-gutters, html body .bvi .bvi-row {
    margin-right: 0;
    margin-left: 0
}

    html body .bvi .bvi-no-gutters > .bvi-col, html body .bvi .bvi-no-gutters > [class*=bvi-col-] {
        padding-right: 0;
        padding-left: 0
    }

html body .bvi .bvi-col, html body .bvi .bvi-col-1, html body .bvi .bvi-col-10, html body .bvi .bvi-col-11, html body .bvi .bvi-col-12, html body .bvi .bvi-col-2, html body .bvi .bvi-col-3, html body .bvi .bvi-col-4, html body .bvi .bvi-col-5, html body .bvi .bvi-col-6, html body .bvi .bvi-col-7, html body .bvi .bvi-col-8, html body .bvi .bvi-col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

html body .bvi .bvi-col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

html body .bvi .bvi-col-lg, html body .bvi .bvi-col-lg-1, html body .bvi .bvi-col-lg-10, html body .bvi .bvi-col-lg-11, html body .bvi .bvi-col-lg-12, html body .bvi .bvi-col-lg-2, html body .bvi .bvi-col-lg-3, html body .bvi .bvi-col-lg-4, html body .bvi .bvi-col-lg-5, html body .bvi .bvi-col-lg-6, html body .bvi .bvi-col-lg-7, html body .bvi .bvi-col-lg-8, html body .bvi .bvi-col-lg-9, html body .bvi .bvi-col-lg-auto, html body .bvi .bvi-col-md, html body .bvi .bvi-col-md-1, html body .bvi .bvi-col-md-10, html body .bvi .bvi-col-md-11, html body .bvi .bvi-col-md-12, html body .bvi .bvi-col-md-2, html body .bvi .bvi-col-md-3, html body .bvi .bvi-col-md-4, html body .bvi .bvi-col-md-5, html body .bvi .bvi-col-md-6, html body .bvi .bvi-col-md-7, html body .bvi .bvi-col-md-8, html body .bvi .bvi-col-md-9, html body .bvi .bvi-col-md-auto, html body .bvi .bvi-col-sm, html body .bvi .bvi-col-sm-1, html body .bvi .bvi-col-sm-10, html body .bvi .bvi-col-sm-11, html body .bvi .bvi-col-sm-12, html body .bvi .bvi-col-sm-2, html body .bvi .bvi-col-sm-3, html body .bvi .bvi-col-sm-4, html body .bvi .bvi-col-sm-5, html body .bvi .bvi-col-sm-6, html body .bvi .bvi-col-sm-7, html body .bvi .bvi-col-sm-8, html body .bvi .bvi-col-sm-9, html body .bvi .bvi-col-sm-auto, html body .bvi .bvi-col-xl, html body .bvi .bvi-col-xl-1, html body .bvi .bvi-col-xl-10, html body .bvi .bvi-col-xl-11, html body .bvi .bvi-col-xl-12, html body .bvi .bvi-col-xl-2, html body .bvi .bvi-col-xl-3, html body .bvi .bvi-col-xl-4, html body .bvi .bvi-col-xl-5, html body .bvi .bvi-col-xl-6, html body .bvi .bvi-col-xl-7, html body .bvi .bvi-col-xl-8, html body .bvi .bvi-col-xl-9, html body .bvi .bvi-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

html body .bvi .bvi-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

html body .bvi .bvi-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

html body .bvi .bvi-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

html body .bvi .bvi-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

html body .bvi .bvi-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

html body .bvi .bvi-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

html body .bvi .bvi-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

html body .bvi .bvi-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

html body .bvi .bvi-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

html body .bvi .bvi-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

html body .bvi .bvi-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

html body .bvi .bvi-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

html body .bvi .bvi-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

html body .bvi .bvi-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

html body .bvi .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

html body .bvi .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

html body .bvi .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

html body .bvi .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

html body .bvi .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

html body .bvi .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

html body .bvi .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

html body .bvi .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

html body .bvi .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

html body .bvi .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

html body .bvi .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

html body .bvi .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

html body .bvi .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

html body .bvi .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

html body .bvi .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

html body .bvi .offset-1 {
    margin-left: 8.33333%
}

html body .bvi .offset-2 {
    margin-left: 16.66667%
}

html body .bvi .offset-3 {
    margin-left: 25%
}

html body .bvi .offset-4 {
    margin-left: 33.33333%
}

html body .bvi .offset-5 {
    margin-left: 41.66667%
}

html body .bvi .offset-6 {
    margin-left: 50%
}

html body .bvi .offset-7 {
    margin-left: 58.33333%
}

html body .bvi .offset-8 {
    margin-left: 66.66667%
}

html body .bvi .offset-9 {
    margin-left: 75%
}

html body .bvi .offset-10 {
    margin-left: 83.33333%
}

html body .bvi .offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    html body .bvi .bvi-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi .bvi-col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    html body .bvi .bvi-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    html body .bvi .bvi-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    html body .bvi .bvi-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi .bvi-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    html body .bvi .bvi-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    html body .bvi .bvi-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi .bvi-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    html body .bvi .bvi-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    html body .bvi .bvi-col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi .bvi-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    html body .bvi .bvi-col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    html body .bvi .bvi-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    html body .bvi .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    html body .bvi .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    html body .bvi .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    html body .bvi .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    html body .bvi .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    html body .bvi .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    html body .bvi .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    html body .bvi .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    html body .bvi .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    html body .bvi .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    html body .bvi .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    html body .bvi .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    html body .bvi .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    html body .bvi .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    html body .bvi .offset-sm-0 {
        margin-left: 0
    }

    html body .bvi .offset-sm-1 {
        margin-left: 8.33333%
    }

    html body .bvi .offset-sm-2 {
        margin-left: 16.66667%
    }

    html body .bvi .offset-sm-3 {
        margin-left: 25%
    }

    html body .bvi .offset-sm-4 {
        margin-left: 33.33333%
    }

    html body .bvi .offset-sm-5 {
        margin-left: 41.66667%
    }

    html body .bvi .offset-sm-6 {
        margin-left: 50%
    }

    html body .bvi .offset-sm-7 {
        margin-left: 58.33333%
    }

    html body .bvi .offset-sm-8 {
        margin-left: 66.66667%
    }

    html body .bvi .offset-sm-9 {
        margin-left: 75%
    }

    html body .bvi .offset-sm-10 {
        margin-left: 83.33333%
    }

    html body .bvi .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    html body .bvi .bvi-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi .bvi-col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    html body .bvi .bvi-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    html body .bvi .bvi-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    html body .bvi .bvi-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi .bvi-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    html body .bvi .bvi-col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    html body .bvi .bvi-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi .bvi-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    html body .bvi .bvi-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    html body .bvi .bvi-col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi .bvi-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    html body .bvi .bvi-col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    html body .bvi .bvi-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    html body .bvi .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    html body .bvi .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    html body .bvi .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    html body .bvi .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    html body .bvi .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    html body .bvi .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    html body .bvi .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    html body .bvi .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    html body .bvi .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    html body .bvi .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    html body .bvi .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    html body .bvi .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    html body .bvi .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    html body .bvi .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    html body .bvi .offset-md-0 {
        margin-left: 0
    }

    html body .bvi .offset-md-1 {
        margin-left: 8.33333%
    }

    html body .bvi .offset-md-2 {
        margin-left: 16.66667%
    }

    html body .bvi .offset-md-3 {
        margin-left: 25%
    }

    html body .bvi .offset-md-4 {
        margin-left: 33.33333%
    }

    html body .bvi .offset-md-5 {
        margin-left: 41.66667%
    }

    html body .bvi .offset-md-6 {
        margin-left: 50%
    }

    html body .bvi .offset-md-7 {
        margin-left: 58.33333%
    }

    html body .bvi .offset-md-8 {
        margin-left: 66.66667%
    }

    html body .bvi .offset-md-9 {
        margin-left: 75%
    }

    html body .bvi .offset-md-10 {
        margin-left: 83.33333%
    }

    html body .bvi .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    html body .bvi .bvi-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi .bvi-col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    html body .bvi .bvi-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    html body .bvi .bvi-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    html body .bvi .bvi-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi .bvi-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    html body .bvi .bvi-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    html body .bvi .bvi-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi .bvi-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    html body .bvi .bvi-col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    html body .bvi .bvi-col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi .bvi-col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    html body .bvi .bvi-col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    html body .bvi .bvi-col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    html body .bvi .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    html body .bvi .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    html body .bvi .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    html body .bvi .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    html body .bvi .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    html body .bvi .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    html body .bvi .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    html body .bvi .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    html body .bvi .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    html body .bvi .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    html body .bvi .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    html body .bvi .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    html body .bvi .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    html body .bvi .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    html body .bvi .offset-lg-0 {
        margin-left: 0
    }

    html body .bvi .offset-lg-1 {
        margin-left: 8.33333%
    }

    html body .bvi .offset-lg-2 {
        margin-left: 16.66667%
    }

    html body .bvi .offset-lg-3 {
        margin-left: 25%
    }

    html body .bvi .offset-lg-4 {
        margin-left: 33.33333%
    }

    html body .bvi .offset-lg-5 {
        margin-left: 41.66667%
    }

    html body .bvi .offset-lg-6 {
        margin-left: 50%
    }

    html body .bvi .offset-lg-7 {
        margin-left: 58.33333%
    }

    html body .bvi .offset-lg-8 {
        margin-left: 66.66667%
    }

    html body .bvi .offset-lg-9 {
        margin-left: 75%
    }

    html body .bvi .offset-lg-10 {
        margin-left: 83.33333%
    }

    html body .bvi .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    html body .bvi .bvi-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi .bvi-col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    html body .bvi .bvi-col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    html body .bvi .bvi-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    html body .bvi .bvi-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi .bvi-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    html body .bvi .bvi-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    html body .bvi .bvi-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi .bvi-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    html body .bvi .bvi-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    html body .bvi .bvi-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi .bvi-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    html body .bvi .bvi-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    html body .bvi .bvi-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    html body .bvi .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    html body .bvi .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    html body .bvi .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    html body .bvi .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    html body .bvi .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    html body .bvi .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    html body .bvi .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    html body .bvi .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    html body .bvi .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    html body .bvi .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    html body .bvi .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    html body .bvi .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    html body .bvi .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    html body .bvi .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    html body .bvi .offset-xl-0 {
        margin-left: 0
    }

    html body .bvi .offset-xl-1 {
        margin-left: 8.33333%
    }

    html body .bvi .offset-xl-2 {
        margin-left: 16.66667%
    }

    html body .bvi .offset-xl-3 {
        margin-left: 25%
    }

    html body .bvi .offset-xl-4 {
        margin-left: 33.33333%
    }

    html body .bvi .offset-xl-5 {
        margin-left: 41.66667%
    }

    html body .bvi .offset-xl-6 {
        margin-left: 50%
    }

    html body .bvi .offset-xl-7 {
        margin-left: 58.33333%
    }

    html body .bvi .offset-xl-8 {
        margin-left: 66.66667%
    }

    html body .bvi .offset-xl-9 {
        margin-left: 75%
    }

    html body .bvi .offset-xl-10 {
        margin-left: 83.33333%
    }

    html body .bvi .offset-xl-11 {
        margin-left: 91.66667%
    }
}

html body .bvi .bvi-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    html body .bvi .bvi-btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

html body .bvi .bvi-btn:focus, html body .bvi .bvi-btn:hover {
    text-decoration: none
}

html body .bvi .bvi-btn.focus, html body .bvi .bvi-btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

html body .bvi .bvi-btn.disabled, html body .bvi .bvi-btn:disabled {
    opacity: .65
}

html body .bvi .bvi-btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

html body .bvi a.bvi-btn.disabled, html body .bvi fieldset:disabled a.bvi-btn {
    pointer-events: none
}

html body .bvi .bvi-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    html body .bvi .bvi-btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    html body .bvi .bvi-btn-primary.focus, html body .bvi .bvi-btn-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    html body .bvi .bvi-btn-primary.disabled, html body .bvi .bvi-btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .show > html body .bvi .bvi-btn-primary.dropdown-toggle, html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .show > html body .bvi .bvi-btn-primary.dropdown-toggle:focus, html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

html body .bvi .bvi-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    html body .bvi .bvi-btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    html body .bvi .bvi-btn-secondary.focus, html body .bvi .bvi-btn-secondary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    html body .bvi .bvi-btn-secondary.disabled, html body .bvi .bvi-btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .show > html body .bvi .bvi-btn-secondary.dropdown-toggle, html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .show > html body .bvi .bvi-btn-secondary.dropdown-toggle:focus, html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

html body .bvi .bvi-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    html body .bvi .bvi-btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    html body .bvi .bvi-btn-success.focus, html body .bvi .bvi-btn-success:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    html body .bvi .bvi-btn-success.disabled, html body .bvi .bvi-btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .show > html body .bvi .bvi-btn-success.dropdown-toggle, html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .show > html body .bvi .bvi-btn-success.dropdown-toggle:focus, html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

html body .bvi .bvi-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    html body .bvi .bvi-btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    html body .bvi .bvi-btn-info.focus, html body .bvi .bvi-btn-info:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    html body .bvi .bvi-btn-info.disabled, html body .bvi .bvi-btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .show > html body .bvi .bvi-btn-info.dropdown-toggle, html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .show > html body .bvi .bvi-btn-info.dropdown-toggle:focus, html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

html body .bvi .bvi-btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    html body .bvi .bvi-btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    html body .bvi .bvi-btn-warning.focus, html body .bvi .bvi-btn-warning:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    html body .bvi .bvi-btn-warning.disabled, html body .bvi .bvi-btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .show > html body .bvi .bvi-btn-warning.dropdown-toggle, html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .show > html body .bvi .bvi-btn-warning.dropdown-toggle:focus, html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

html body .bvi .bvi-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    html body .bvi .bvi-btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    html body .bvi .bvi-btn-danger.focus, html body .bvi .bvi-btn-danger:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    html body .bvi .bvi-btn-danger.disabled, html body .bvi .bvi-btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .show > html body .bvi .bvi-btn-danger.dropdown-toggle, html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .show > html body .bvi .bvi-btn-danger.dropdown-toggle:focus, html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

html body .bvi .bvi-btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    html body .bvi .bvi-btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    html body .bvi .bvi-btn-light.focus, html body .bvi .bvi-btn-light:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    html body .bvi .bvi-btn-light.disabled, html body .bvi .bvi-btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .show > html body .bvi .bvi-btn-light.dropdown-toggle, html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .show > html body .bvi .bvi-btn-light.dropdown-toggle:focus, html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

html body .bvi .bvi-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    html body .bvi .bvi-btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    html body .bvi .bvi-btn-dark.focus, html body .bvi .bvi-btn-dark:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    html body .bvi .bvi-btn-dark.disabled, html body .bvi .bvi-btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .show > html body .bvi .bvi-btn-dark.dropdown-toggle, html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .show > html body .bvi .bvi-btn-dark.dropdown-toggle:focus, html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

html body .bvi .bvi-btn-bvi-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

    html body .bvi .bvi-btn-bvi-white:hover {
        color: #212529;
        background-color: #ececec;
        border-color: #e6e6e6
    }

    html body .bvi .bvi-btn-bvi-white.focus, html body .bvi .bvi-btn-bvi-white:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    html body .bvi .bvi-btn-bvi-white.disabled, html body .bvi .bvi-btn-bvi-white:disabled {
        color: #212529;
        background-color: #fff;
        border-color: #fff
    }

    .show > html body .bvi .bvi-btn-bvi-white.dropdown-toggle, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #e6e6e6;
        border-color: #dfdfdf
    }

        .show > html body .bvi .bvi-btn-bvi-white.dropdown-toggle:focus, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

html body .bvi .bvi-btn-bvi-black, html body .bvi .bvi-btn-bvi-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

    html body .bvi .bvi-btn-bvi-black.focus, html body .bvi .bvi-btn-bvi-black:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,.5);
        box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
    }

    html body .bvi .bvi-btn-bvi-black.disabled, html body .bvi .bvi-btn-bvi-black:disabled {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

    .show > html body .bvi .bvi-btn-bvi-black.dropdown-toggle, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

        .show > html body .bvi .bvi-btn-bvi-black.dropdown-toggle:focus, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,.5);
            box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
        }

html body .bvi .bvi-btn-bvi-blue {
    color: #fff;
    background-color: #063462;
    border-color: #063462
}

    html body .bvi .bvi-btn-bvi-blue:hover {
        color: #fff;
        background-color: #04213e;
        border-color: #031b32
    }

    html body .bvi .bvi-btn-bvi-blue.focus, html body .bvi .bvi-btn-bvi-blue:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(6,52,98,.5);
        box-shadow: 0 0 0 .2rem rgba(6,52,98,.5)
    }

    html body .bvi .bvi-btn-bvi-blue.disabled, html body .bvi .bvi-btn-bvi-blue:disabled {
        color: #fff;
        background-color: #063462;
        border-color: #063462
    }

    .show > html body .bvi .bvi-btn-bvi-blue.dropdown-toggle, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #031b32;
        border-color: #021426
    }

        .show > html body .bvi .bvi-btn-bvi-blue.dropdown-toggle:focus, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(6,52,98,.5);
            box-shadow: 0 0 0 .2rem rgba(6,52,98,.5)
        }

html body .bvi .bvi-btn-bvi-brown {
    color: #fff;
    background-color: #4d4b43;
    border-color: #4d4b43
}

    html body .bvi .bvi-btn-bvi-brown:hover {
        color: #fff;
        background-color: #393731;
        border-color: #32302b
    }

    html body .bvi .bvi-btn-bvi-brown.focus, html body .bvi .bvi-btn-bvi-brown:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(77,75,67,.5);
        box-shadow: 0 0 0 .2rem rgba(77,75,67,.5)
    }

    html body .bvi .bvi-btn-bvi-brown.disabled, html body .bvi .bvi-btn-bvi-brown:disabled {
        color: #fff;
        background-color: #4d4b43;
        border-color: #4d4b43
    }

    .show > html body .bvi .bvi-btn-bvi-brown.dropdown-toggle, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #32302b;
        border-color: #2b2a25
    }

        .show > html body .bvi .bvi-btn-bvi-brown.dropdown-toggle:focus, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(77,75,67,.5);
            box-shadow: 0 0 0 .2rem rgba(77,75,67,.5)
        }

html body .bvi .bvi-btn-bvi-green {
    color: #212529;
    background-color: #a9e44d;
    border-color: #a9e44d
}

    html body .bvi .bvi-btn-bvi-green:hover {
        color: #212529;
        background-color: #99df2c;
        border-color: #93dd21
    }

    html body .bvi .bvi-btn-bvi-green.focus, html body .bvi .bvi-btn-bvi-green:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(169,228,77,.5);
        box-shadow: 0 0 0 .2rem rgba(169,228,77,.5)
    }

    html body .bvi .bvi-btn-bvi-green.disabled, html body .bvi .bvi-btn-bvi-green:disabled {
        color: #212529;
        background-color: #a9e44d;
        border-color: #a9e44d
    }

    .show > html body .bvi .bvi-btn-bvi-green.dropdown-toggle, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #93dd21;
        border-color: #8cd120
    }

        .show > html body .bvi .bvi-btn-bvi-green.dropdown-toggle:focus, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(169,228,77,.5);
            box-shadow: 0 0 0 .2rem rgba(169,228,77,.5)
        }

html body .bvi .bvi-btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    html body .bvi .bvi-btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    html body .bvi .bvi-btn-outline-primary.focus, html body .bvi .bvi-btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    html body .bvi .bvi-btn-outline-primary.disabled, html body .bvi .bvi-btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-primary.dropdown-toggle, html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .show > html body .bvi .bvi-btn-outline-primary.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

html body .bvi .bvi-btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    html body .bvi .bvi-btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    html body .bvi .bvi-btn-outline-secondary.focus, html body .bvi .bvi-btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    html body .bvi .bvi-btn-outline-secondary.disabled, html body .bvi .bvi-btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-secondary.dropdown-toggle, html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .show > html body .bvi .bvi-btn-outline-secondary.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

html body .bvi .bvi-btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    html body .bvi .bvi-btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    html body .bvi .bvi-btn-outline-success.focus, html body .bvi .bvi-btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    html body .bvi .bvi-btn-outline-success.disabled, html body .bvi .bvi-btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-success.dropdown-toggle, html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .show > html body .bvi .bvi-btn-outline-success.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

html body .bvi .bvi-btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    html body .bvi .bvi-btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    html body .bvi .bvi-btn-outline-info.focus, html body .bvi .bvi-btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    html body .bvi .bvi-btn-outline-info.disabled, html body .bvi .bvi-btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-info.dropdown-toggle, html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .show > html body .bvi .bvi-btn-outline-info.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

html body .bvi .bvi-btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    html body .bvi .bvi-btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    html body .bvi .bvi-btn-outline-warning.focus, html body .bvi .bvi-btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    html body .bvi .bvi-btn-outline-warning.disabled, html body .bvi .bvi-btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-warning.dropdown-toggle, html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .show > html body .bvi .bvi-btn-outline-warning.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

html body .bvi .bvi-btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    html body .bvi .bvi-btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    html body .bvi .bvi-btn-outline-danger.focus, html body .bvi .bvi-btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    html body .bvi .bvi-btn-outline-danger.disabled, html body .bvi .bvi-btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-danger.dropdown-toggle, html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .show > html body .bvi .bvi-btn-outline-danger.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

html body .bvi .bvi-btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    html body .bvi .bvi-btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    html body .bvi .bvi-btn-outline-light.focus, html body .bvi .bvi-btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    html body .bvi .bvi-btn-outline-light.disabled, html body .bvi .bvi-btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-light.dropdown-toggle, html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .show > html body .bvi .bvi-btn-outline-light.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

html body .bvi .bvi-btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    html body .bvi .bvi-btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    html body .bvi .bvi-btn-outline-dark.focus, html body .bvi .bvi-btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    html body .bvi .bvi-btn-outline-dark.disabled, html body .bvi .bvi-btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-dark.dropdown-toggle, html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .show > html body .bvi .bvi-btn-outline-dark.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

html body .bvi .bvi-btn-outline-bvi-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

    html body .bvi .bvi-btn-outline-bvi-white:hover {
        color: #212529;
        background-color: #fff;
        border-color: #fff
    }

    html body .bvi .bvi-btn-outline-bvi-white.focus, html body .bvi .bvi-btn-outline-bvi-white:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    html body .bvi .bvi-btn-outline-bvi-white.disabled, html body .bvi .bvi-btn-outline-bvi-white:disabled {
        color: #fff;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #fff;
        border-color: #fff
    }

        .show > html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

html body .bvi .bvi-btn-outline-bvi-black {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000
}

    html body .bvi .bvi-btn-outline-bvi-black:hover {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

    html body .bvi .bvi-btn-outline-bvi-black.focus, html body .bvi .bvi-btn-outline-bvi-black:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,.5);
        box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
    }

    html body .bvi .bvi-btn-outline-bvi-black.disabled, html body .bvi .bvi-btn-outline-bvi-black:disabled {
        color: #000;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

        .show > html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,.5);
            box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
        }

html body .bvi .bvi-btn-outline-bvi-blue {
    color: #063462;
    background-color: transparent;
    background-image: none;
    border-color: #063462
}

    html body .bvi .bvi-btn-outline-bvi-blue:hover {
        color: #fff;
        background-color: #063462;
        border-color: #063462
    }

    html body .bvi .bvi-btn-outline-bvi-blue.focus, html body .bvi .bvi-btn-outline-bvi-blue:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(6,52,98,.5);
        box-shadow: 0 0 0 .2rem rgba(6,52,98,.5)
    }

    html body .bvi .bvi-btn-outline-bvi-blue.disabled, html body .bvi .bvi-btn-outline-bvi-blue:disabled {
        color: #063462;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #063462;
        border-color: #063462
    }

        .show > html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(6,52,98,.5);
            box-shadow: 0 0 0 .2rem rgba(6,52,98,.5)
        }

html body .bvi .bvi-btn-outline-bvi-brown {
    color: #4d4b43;
    background-color: transparent;
    background-image: none;
    border-color: #4d4b43
}

    html body .bvi .bvi-btn-outline-bvi-brown:hover {
        color: #fff;
        background-color: #4d4b43;
        border-color: #4d4b43
    }

    html body .bvi .bvi-btn-outline-bvi-brown.focus, html body .bvi .bvi-btn-outline-bvi-brown:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(77,75,67,.5);
        box-shadow: 0 0 0 .2rem rgba(77,75,67,.5)
    }

    html body .bvi .bvi-btn-outline-bvi-brown.disabled, html body .bvi .bvi-btn-outline-bvi-brown:disabled {
        color: #4d4b43;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #4d4b43;
        border-color: #4d4b43
    }

        .show > html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(77,75,67,.5);
            box-shadow: 0 0 0 .2rem rgba(77,75,67,.5)
        }

html body .bvi .bvi-btn-outline-bvi-green {
    color: #a9e44d;
    background-color: transparent;
    background-image: none;
    border-color: #a9e44d
}

    html body .bvi .bvi-btn-outline-bvi-green:hover {
        color: #212529;
        background-color: #a9e44d;
        border-color: #a9e44d
    }

    html body .bvi .bvi-btn-outline-bvi-green.focus, html body .bvi .bvi-btn-outline-bvi-green:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(169,228,77,.5);
        box-shadow: 0 0 0 .2rem rgba(169,228,77,.5)
    }

    html body .bvi .bvi-btn-outline-bvi-green.disabled, html body .bvi .bvi-btn-outline-bvi-green:disabled {
        color: #a9e44d;
        background-color: transparent
    }

    .show > html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #a9e44d;
        border-color: #a9e44d
    }

        .show > html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle:focus, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active:focus, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(169,228,77,.5);
            box-shadow: 0 0 0 .2rem rgba(169,228,77,.5)
        }

html body .bvi .bvi-btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    html body .bvi .bvi-btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    html body .bvi .bvi-btn-link.focus, html body .bvi .bvi-btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    html body .bvi .bvi-btn-link.disabled, html body .bvi .bvi-btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

html body .bvi .bvi-btn-group-lg > .bvi-btn, html body .bvi .bvi-btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

html body .bvi .bvi-btn-group-sm > .bvi-btn, html body .bvi .bvi-btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

html body .bvi .bvi-btn-block {
    display: block;
    width: 100%
}

    html body .bvi .bvi-btn-block + .bvi-btn-block {
        margin-top: .5rem
    }

html body .bvi input[type=button].bvi-btn-block, html body .bvi input[type=reset].bvi-btn-block, html body .bvi input[type=submit].bvi-btn-block {
    width: 100%
}

html body .bvi .bvi-btn-group, html body .bvi .bvi-btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    html body .bvi .bvi-btn-group-vertical > .bvi-btn, html body .bvi .bvi-btn-group > .bvi-btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        html body .bvi .bvi-btn-group-vertical > .bvi-btn:hover, html body .bvi .bvi-btn-group > .bvi-btn:hover {
            z-index: 1
        }

        html body .bvi .bvi-btn-group-vertical > .bvi-btn.active, html body .bvi .bvi-btn-group-vertical > .bvi-btn:active, html body .bvi .bvi-btn-group-vertical > .bvi-btn:focus, html body .bvi .bvi-btn-group > .bvi-btn.active, html body .bvi .bvi-btn-group > .bvi-btn:active, html body .bvi .bvi-btn-group > .bvi-btn:focus {
            z-index: 1
        }

    html body .bvi .bvi-btn-group .bvi-btn + .bvi-btn, html body .bvi .bvi-btn-group .bvi-btn + .bvi-btn-group, html body .bvi .bvi-btn-group .bvi-btn-group + .bvi-btn, html body .bvi .bvi-btn-group .bvi-btn-group + .bvi-btn-group, html body .bvi .bvi-btn-group-vertical .bvi-btn + .bvi-btn, html body .bvi .bvi-btn-group-vertical .bvi-btn + .bvi-btn-group, html body .bvi .bvi-btn-group-vertical .bvi-btn-group + .bvi-btn, html body .bvi .bvi-btn-group-vertical .bvi-btn-group + .bvi-btn-group {
        margin-left: -1px
    }

html body .bvi .bvi-btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    html body .bvi .bvi-btn-toolbar .input-group {
        width: auto
    }

html body .bvi .bvi-btn-group > .bvi-btn:first-child, html body .bvi-body .header__nav li:first-child {
    margin-left: 0
}

html body .bvi .bvi-btn-group > .bvi-btn-group:not(:last-child) > .bvi-btn, html body .bvi .bvi-btn-group > .bvi-btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

html body .bvi .bvi-btn-group > .bvi-btn-group:not(:first-child) > .bvi-btn, html body .bvi .bvi-btn-group > .bvi-btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html body .bvi .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropright html body .bvi .dropdown-toggle-split::after, .dropup html body .bvi .dropdown-toggle-split::after, html body .bvi .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft html body .bvi .dropdown-toggle-split::before {
    margin-right: 0
}

html body .bvi .bvi-btn-group-sm > .bvi-btn + .dropdown-toggle-split, html body .bvi .bvi-btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

html body .bvi .bvi-btn-group-lg > .bvi-btn + .dropdown-toggle-split, html body .bvi .bvi-btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

html body .bvi .bvi-btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    html body .bvi .bvi-btn-group-vertical .bvi-btn, html body .bvi .bvi-btn-group-vertical .bvi-btn-group {
        width: 100%
    }

    html body .bvi .bvi-btn-group-vertical > .bvi-btn + .bvi-btn, html body .bvi .bvi-btn-group-vertical > .bvi-btn + .bvi-btn-group, html body .bvi .bvi-btn-group-vertical > .bvi-btn-group + .bvi-btn, html body .bvi .bvi-btn-group-vertical > .bvi-btn-group + .bvi-btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    html body .bvi .bvi-btn-group-vertical > .bvi-btn-group:not(:last-child) > .bvi-btn, html body .bvi .bvi-btn-group-vertical > .bvi-btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    html body .bvi .bvi-btn-group-vertical > .bvi-btn-group:not(:first-child) > .bvi-btn, html body .bvi .bvi-btn-group-vertical > .bvi-btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

html body .bvi .bvi-btn-group-toggle > .bvi-btn, html body .bvi .bvi-btn-group-toggle > .bvi-btn-group > .bvi-btn {
    margin-bottom: 0
}

    html body .bvi .bvi-btn-group-toggle > .bvi-btn input[type=checkbox], html body .bvi .bvi-btn-group-toggle > .bvi-btn input[type=radio], html body .bvi .bvi-btn-group-toggle > .bvi-btn-group > .bvi-btn input[type=checkbox], html body .bvi .bvi-btn-group-toggle > .bvi-btn-group > .bvi-btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

html body .bvi .bvi-border {
    border: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-top {
    border-top: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-right {
    border-right: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-left {
    border-left: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-0 {
    border: 0 !important
}

html body .bvi .bvi-border-top-0 {
    border-top: 0 !important
}

html body .bvi .bvi-border-right-0 {
    border-right: 0 !important
}

html body .bvi .bvi-border-bottom-0 {
    border-bottom: 0 !important
}

html body .bvi .bvi-border-left-0 {
    border-left: 0 !important
}

html body .bvi .bvi-border-primary {
    border-color: #007bff !important
}

html body .bvi .bvi-border-secondary {
    border-color: #6c757d !important
}

html body .bvi .bvi-border-success {
    border-color: #28a745 !important
}

html body .bvi .bvi-border-info {
    border-color: #17a2b8 !important
}

html body .bvi .bvi-border-warning {
    border-color: #ffc107 !important
}

html body .bvi .bvi-border-danger {
    border-color: #dc3545 !important
}

html body .bvi .bvi-border-light {
    border-color: #f8f9fa !important
}

html body .bvi .bvi-border-dark {
    border-color: #343a40 !important
}

html body .bvi .bvi-border-bvi-white {
    border-color: #fff !important
}

html body .bvi .bvi-border-bvi-black {
    border-color: #000 !important
}

html body .bvi .bvi-border-bvi-blue {
    border-color: #063462 !important
}

html body .bvi .bvi-border-bvi-brown {
    border-color: #4d4b43 !important
}

html body .bvi .bvi-border-bvi-green {
    border-color: #a9e44d !important
}

html body .bvi .bvi-border-white {
    border-color: #fff !important
}

html body .bvi .bvi-rounded {
    border-radius: 0 !important
}

html body .bvi .bvi-rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

html body .bvi .bvi-rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

html body .bvi .bvi-rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

html body .bvi .bvi-rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

html body .bvi .bvi-rounded-circle {
    border-radius: 50% !important
}

html body .bvi .bvi-rounded-0 {
    border-radius: 0 !important
}

html body .bvi .bvi-m-0 {
    margin: 0 !important
}

html body .bvi .bvi-mt-0, html body .bvi .bvi-my-0 {
    margin-top: 0 !important
}

html body .bvi .bvi-mr-0, html body .bvi .bvi-mx-0 {
    margin-right: 0 !important
}

html body .bvi .bvi-mb-0, html body .bvi .bvi-my-0 {
    margin-bottom: 0 !important
}

html body .bvi .bvi-ml-0, html body .bvi .bvi-mx-0 {
    margin-left: 0 !important
}

html body .bvi .bvi-m-1 {
    margin: .25rem !important
}

html body .bvi .bvi-mt-1, html body .bvi .bvi-my-1 {
    margin-top: .25rem !important
}

html body .bvi .bvi-mr-1, html body .bvi .bvi-mx-1 {
    margin-right: .25rem !important
}

html body .bvi .bvi-mb-1, html body .bvi .bvi-my-1 {
    margin-bottom: .25rem !important
}

html body .bvi .bvi-ml-1, html body .bvi .bvi-mx-1 {
    margin-left: .25rem !important
}

html body .bvi .bvi-m-2 {
    margin: .5rem !important
}

html body .bvi .bvi-mt-2, html body .bvi .bvi-my-2 {
    margin-top: .5rem !important
}

html body .bvi .bvi-mr-2, html body .bvi .bvi-mx-2 {
    margin-right: .5rem !important
}

html body .bvi .bvi-mb-2, html body .bvi .bvi-my-2 {
    margin-bottom: .5rem !important
}

html body .bvi .bvi-ml-2, html body .bvi .bvi-mx-2 {
    margin-left: .5rem !important
}

html body .bvi .bvi-m-3 {
    margin: 1rem !important
}

html body .bvi .bvi-mt-3, html body .bvi .bvi-my-3 {
    margin-top: 1rem !important
}

html body .bvi .bvi-mr-3, html body .bvi .bvi-mx-3 {
    margin-right: 1rem !important
}

html body .bvi .bvi-mb-3, html body .bvi .bvi-my-3 {
    margin-bottom: 1rem !important
}

html body .bvi .bvi-ml-3, html body .bvi .bvi-mx-3 {
    margin-left: 1rem !important
}

html body .bvi .bvi-m-4 {
    margin: 1.5rem !important
}

html body .bvi .bvi-mt-4, html body .bvi .bvi-my-4 {
    margin-top: 1.5rem !important
}

html body .bvi .bvi-mr-4, html body .bvi .bvi-mx-4 {
    margin-right: 1.5rem !important
}

html body .bvi .bvi-mb-4, html body .bvi .bvi-my-4 {
    margin-bottom: 1.5rem !important
}

html body .bvi .bvi-ml-4, html body .bvi .bvi-mx-4 {
    margin-left: 1.5rem !important
}

html body .bvi .bvi-m-5 {
    margin: 3rem !important
}

html body .bvi .bvi-mt-5, html body .bvi .bvi-my-5 {
    margin-top: 3rem !important
}

html body .bvi .bvi-mr-5, html body .bvi .bvi-mx-5 {
    margin-right: 3rem !important
}

html body .bvi .bvi-mb-5, html body .bvi .bvi-my-5 {
    margin-bottom: 3rem !important
}

html body .bvi .bvi-ml-5, html body .bvi .bvi-mx-5 {
    margin-left: 3rem !important
}

html body .bvi .bvi-p-0 {
    padding: 0 !important
}

html body .bvi .bvi-pt-0, html body .bvi .bvi-py-0 {
    padding-top: 0 !important
}

html body .bvi .bvi-pr-0, html body .bvi .bvi-px-0 {
    padding-right: 0 !important
}

html body .bvi .bvi-pb-0, html body .bvi .bvi-py-0 {
    padding-bottom: 0 !important
}

html body .bvi .bvi-pl-0, html body .bvi .bvi-px-0 {
    padding-left: 0 !important
}

html body .bvi .bvi-p-1 {
    padding: .25rem !important
}

html body .bvi .bvi-pt-1, html body .bvi .bvi-py-1 {
    padding-top: .25rem !important
}

html body .bvi .bvi-pr-1, html body .bvi .bvi-px-1 {
    padding-right: .25rem !important
}

html body .bvi .bvi-pb-1, html body .bvi .bvi-py-1 {
    padding-bottom: .25rem !important
}

html body .bvi .bvi-pl-1, html body .bvi .bvi-px-1 {
    padding-left: .25rem !important
}

html body .bvi .bvi-p-2 {
    padding: .5rem !important
}

html body .bvi .bvi-pt-2, html body .bvi .bvi-py-2 {
    padding-top: .5rem !important
}

html body .bvi .bvi-pr-2, html body .bvi .bvi-px-2 {
    padding-right: .5rem !important
}

html body .bvi .bvi-pb-2, html body .bvi .bvi-py-2 {
    padding-bottom: .5rem !important
}

html body .bvi .bvi-pl-2, html body .bvi .bvi-px-2 {
    padding-left: .5rem !important
}

html body .bvi .bvi-p-3 {
    padding: 1rem !important
}

html body .bvi .bvi-pt-3, html body .bvi .bvi-py-3 {
    padding-top: 1rem !important
}

html body .bvi .bvi-pr-3, html body .bvi .bvi-px-3 {
    padding-right: 1rem !important
}

html body .bvi .bvi-pb-3, html body .bvi .bvi-py-3 {
    padding-bottom: 1rem !important
}

html body .bvi .bvi-pl-3, html body .bvi .bvi-px-3 {
    padding-left: 1rem !important
}

html body .bvi .bvi-p-4 {
    padding: 1.5rem !important
}

html body .bvi .bvi-pt-4, html body .bvi .bvi-py-4 {
    padding-top: 1.5rem !important
}

html body .bvi .bvi-pr-4, html body .bvi .bvi-px-4 {
    padding-right: 1.5rem !important
}

html body .bvi .bvi-pb-4, html body .bvi .bvi-py-4 {
    padding-bottom: 1.5rem !important
}

html body .bvi .bvi-pl-4, html body .bvi .bvi-px-4 {
    padding-left: 1.5rem !important
}

html body .bvi .bvi-p-5 {
    padding: 3rem !important
}

html body .bvi .bvi-pt-5, html body .bvi .bvi-py-5 {
    padding-top: 3rem !important
}

html body .bvi .bvi-pr-5, html body .bvi .bvi-px-5 {
    padding-right: 3rem !important
}

html body .bvi .bvi-pb-5, html body .bvi .bvi-py-5 {
    padding-bottom: 3rem !important
}

html body .bvi .bvi-pl-5, html body .bvi .bvi-px-5 {
    padding-left: 3rem !important
}

html body .bvi .bvi-m-auto {
    margin: auto !important
}

html body .bvi .bvi-mt-auto, html body .bvi .bvi-my-auto {
    margin-top: auto !important
}

html body .bvi .bvi-mr-auto, html body .bvi .bvi-mx-auto {
    margin-right: auto !important
}

html body .bvi .bvi-mb-auto, html body .bvi .bvi-my-auto {
    margin-bottom: auto !important
}

html body .bvi .bvi-ml-auto, html body .bvi .bvi-mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    html body .bvi .bvi-m-sm-0 {
        margin: 0 !important
    }

    html body .bvi .bvi-mt-sm-0, html body .bvi .bvi-my-sm-0 {
        margin-top: 0 !important
    }

    html body .bvi .bvi-mr-sm-0, html body .bvi .bvi-mx-sm-0 {
        margin-right: 0 !important
    }

    html body .bvi .bvi-mb-sm-0, html body .bvi .bvi-my-sm-0 {
        margin-bottom: 0 !important
    }

    html body .bvi .bvi-ml-sm-0, html body .bvi .bvi-mx-sm-0 {
        margin-left: 0 !important
    }

    html body .bvi .bvi-m-sm-1 {
        margin: .25rem !important
    }

    html body .bvi .bvi-mt-sm-1, html body .bvi .bvi-my-sm-1 {
        margin-top: .25rem !important
    }

    html body .bvi .bvi-mr-sm-1, html body .bvi .bvi-mx-sm-1 {
        margin-right: .25rem !important
    }

    html body .bvi .bvi-mb-sm-1, html body .bvi .bvi-my-sm-1 {
        margin-bottom: .25rem !important
    }

    html body .bvi .bvi-ml-sm-1, html body .bvi .bvi-mx-sm-1 {
        margin-left: .25rem !important
    }

    html body .bvi .bvi-m-sm-2 {
        margin: .5rem !important
    }

    html body .bvi .bvi-mt-sm-2, html body .bvi .bvi-my-sm-2 {
        margin-top: .5rem !important
    }

    html body .bvi .bvi-mr-sm-2, html body .bvi .bvi-mx-sm-2 {
        margin-right: .5rem !important
    }

    html body .bvi .bvi-mb-sm-2, html body .bvi .bvi-my-sm-2 {
        margin-bottom: .5rem !important
    }

    html body .bvi .bvi-ml-sm-2, html body .bvi .bvi-mx-sm-2 {
        margin-left: .5rem !important
    }

    html body .bvi .bvi-m-sm-3 {
        margin: 1rem !important
    }

    html body .bvi .bvi-mt-sm-3, html body .bvi .bvi-my-sm-3 {
        margin-top: 1rem !important
    }

    html body .bvi .bvi-mr-sm-3, html body .bvi .bvi-mx-sm-3 {
        margin-right: 1rem !important
    }

    html body .bvi .bvi-mb-sm-3, html body .bvi .bvi-my-sm-3 {
        margin-bottom: 1rem !important
    }

    html body .bvi .bvi-ml-sm-3, html body .bvi .bvi-mx-sm-3 {
        margin-left: 1rem !important
    }

    html body .bvi .bvi-m-sm-4 {
        margin: 1.5rem !important
    }

    html body .bvi .bvi-mt-sm-4, html body .bvi .bvi-my-sm-4 {
        margin-top: 1.5rem !important
    }

    html body .bvi .bvi-mr-sm-4, html body .bvi .bvi-mx-sm-4 {
        margin-right: 1.5rem !important
    }

    html body .bvi .bvi-mb-sm-4, html body .bvi .bvi-my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    html body .bvi .bvi-ml-sm-4, html body .bvi .bvi-mx-sm-4 {
        margin-left: 1.5rem !important
    }

    html body .bvi .bvi-m-sm-5 {
        margin: 3rem !important
    }

    html body .bvi .bvi-mt-sm-5, html body .bvi .bvi-my-sm-5 {
        margin-top: 3rem !important
    }

    html body .bvi .bvi-mr-sm-5, html body .bvi .bvi-mx-sm-5 {
        margin-right: 3rem !important
    }

    html body .bvi .bvi-mb-sm-5, html body .bvi .bvi-my-sm-5 {
        margin-bottom: 3rem !important
    }

    html body .bvi .bvi-ml-sm-5, html body .bvi .bvi-mx-sm-5 {
        margin-left: 3rem !important
    }

    html body .bvi .bvi-p-sm-0 {
        padding: 0 !important
    }

    html body .bvi .bvi-pt-sm-0, html body .bvi .bvi-py-sm-0 {
        padding-top: 0 !important
    }

    html body .bvi .bvi-pr-sm-0, html body .bvi .bvi-px-sm-0 {
        padding-right: 0 !important
    }

    html body .bvi .bvi-pb-sm-0, html body .bvi .bvi-py-sm-0 {
        padding-bottom: 0 !important
    }

    html body .bvi .bvi-pl-sm-0, html body .bvi .bvi-px-sm-0 {
        padding-left: 0 !important
    }

    html body .bvi .bvi-p-sm-1 {
        padding: .25rem !important
    }

    html body .bvi .bvi-pt-sm-1, html body .bvi .bvi-py-sm-1 {
        padding-top: .25rem !important
    }

    html body .bvi .bvi-pr-sm-1, html body .bvi .bvi-px-sm-1 {
        padding-right: .25rem !important
    }

    html body .bvi .bvi-pb-sm-1, html body .bvi .bvi-py-sm-1 {
        padding-bottom: .25rem !important
    }

    html body .bvi .bvi-pl-sm-1, html body .bvi .bvi-px-sm-1 {
        padding-left: .25rem !important
    }

    html body .bvi .bvi-p-sm-2 {
        padding: .5rem !important
    }

    html body .bvi .bvi-pt-sm-2, html body .bvi .bvi-py-sm-2 {
        padding-top: .5rem !important
    }

    html body .bvi .bvi-pr-sm-2, html body .bvi .bvi-px-sm-2 {
        padding-right: .5rem !important
    }

    html body .bvi .bvi-pb-sm-2, html body .bvi .bvi-py-sm-2 {
        padding-bottom: .5rem !important
    }

    html body .bvi .bvi-pl-sm-2, html body .bvi .bvi-px-sm-2 {
        padding-left: .5rem !important
    }

    html body .bvi .bvi-p-sm-3 {
        padding: 1rem !important
    }

    html body .bvi .bvi-pt-sm-3, html body .bvi .bvi-py-sm-3 {
        padding-top: 1rem !important
    }

    html body .bvi .bvi-pr-sm-3, html body .bvi .bvi-px-sm-3 {
        padding-right: 1rem !important
    }

    html body .bvi .bvi-pb-sm-3, html body .bvi .bvi-py-sm-3 {
        padding-bottom: 1rem !important
    }

    html body .bvi .bvi-pl-sm-3, html body .bvi .bvi-px-sm-3 {
        padding-left: 1rem !important
    }

    html body .bvi .bvi-p-sm-4 {
        padding: 1.5rem !important
    }

    html body .bvi .bvi-pt-sm-4, html body .bvi .bvi-py-sm-4 {
        padding-top: 1.5rem !important
    }

    html body .bvi .bvi-pr-sm-4, html body .bvi .bvi-px-sm-4 {
        padding-right: 1.5rem !important
    }

    html body .bvi .bvi-pb-sm-4, html body .bvi .bvi-py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    html body .bvi .bvi-pl-sm-4, html body .bvi .bvi-px-sm-4 {
        padding-left: 1.5rem !important
    }

    html body .bvi .bvi-p-sm-5 {
        padding: 3rem !important
    }

    html body .bvi .bvi-pt-sm-5, html body .bvi .bvi-py-sm-5 {
        padding-top: 3rem !important
    }

    html body .bvi .bvi-pr-sm-5, html body .bvi .bvi-px-sm-5 {
        padding-right: 3rem !important
    }

    html body .bvi .bvi-pb-sm-5, html body .bvi .bvi-py-sm-5 {
        padding-bottom: 3rem !important
    }

    html body .bvi .bvi-pl-sm-5, html body .bvi .bvi-px-sm-5 {
        padding-left: 3rem !important
    }

    html body .bvi .bvi-m-sm-auto {
        margin: auto !important
    }

    html body .bvi .bvi-mt-sm-auto, html body .bvi .bvi-my-sm-auto {
        margin-top: auto !important
    }

    html body .bvi .bvi-mr-sm-auto, html body .bvi .bvi-mx-sm-auto {
        margin-right: auto !important
    }

    html body .bvi .bvi-mb-sm-auto, html body .bvi .bvi-my-sm-auto {
        margin-bottom: auto !important
    }

    html body .bvi .bvi-ml-sm-auto, html body .bvi .bvi-mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    html body .bvi .bvi-m-md-0 {
        margin: 0 !important
    }

    html body .bvi .bvi-mt-md-0, html body .bvi .bvi-my-md-0 {
        margin-top: 0 !important
    }

    html body .bvi .bvi-mr-md-0, html body .bvi .bvi-mx-md-0 {
        margin-right: 0 !important
    }

    html body .bvi .bvi-mb-md-0, html body .bvi .bvi-my-md-0 {
        margin-bottom: 0 !important
    }

    html body .bvi .bvi-ml-md-0, html body .bvi .bvi-mx-md-0 {
        margin-left: 0 !important
    }

    html body .bvi .bvi-m-md-1 {
        margin: .25rem !important
    }

    html body .bvi .bvi-mt-md-1, html body .bvi .bvi-my-md-1 {
        margin-top: .25rem !important
    }

    html body .bvi .bvi-mr-md-1, html body .bvi .bvi-mx-md-1 {
        margin-right: .25rem !important
    }

    html body .bvi .bvi-mb-md-1, html body .bvi .bvi-my-md-1 {
        margin-bottom: .25rem !important
    }

    html body .bvi .bvi-ml-md-1, html body .bvi .bvi-mx-md-1 {
        margin-left: .25rem !important
    }

    html body .bvi .bvi-m-md-2 {
        margin: .5rem !important
    }

    html body .bvi .bvi-mt-md-2, html body .bvi .bvi-my-md-2 {
        margin-top: .5rem !important
    }

    html body .bvi .bvi-mr-md-2, html body .bvi .bvi-mx-md-2 {
        margin-right: .5rem !important
    }

    html body .bvi .bvi-mb-md-2, html body .bvi .bvi-my-md-2 {
        margin-bottom: .5rem !important
    }

    html body .bvi .bvi-ml-md-2, html body .bvi .bvi-mx-md-2 {
        margin-left: .5rem !important
    }

    html body .bvi .bvi-m-md-3 {
        margin: 1rem !important
    }

    html body .bvi .bvi-mt-md-3, html body .bvi .bvi-my-md-3 {
        margin-top: 1rem !important
    }

    html body .bvi .bvi-mr-md-3, html body .bvi .bvi-mx-md-3 {
        margin-right: 1rem !important
    }

    html body .bvi .bvi-mb-md-3, html body .bvi .bvi-my-md-3 {
        margin-bottom: 1rem !important
    }

    html body .bvi .bvi-ml-md-3, html body .bvi .bvi-mx-md-3 {
        margin-left: 1rem !important
    }

    html body .bvi .bvi-m-md-4 {
        margin: 1.5rem !important
    }

    html body .bvi .bvi-mt-md-4, html body .bvi .bvi-my-md-4 {
        margin-top: 1.5rem !important
    }

    html body .bvi .bvi-mr-md-4, html body .bvi .bvi-mx-md-4 {
        margin-right: 1.5rem !important
    }

    html body .bvi .bvi-mb-md-4, html body .bvi .bvi-my-md-4 {
        margin-bottom: 1.5rem !important
    }

    html body .bvi .bvi-ml-md-4, html body .bvi .bvi-mx-md-4 {
        margin-left: 1.5rem !important
    }

    html body .bvi .bvi-m-md-5 {
        margin: 3rem !important
    }

    html body .bvi .bvi-mt-md-5, html body .bvi .bvi-my-md-5 {
        margin-top: 3rem !important
    }

    html body .bvi .bvi-mr-md-5, html body .bvi .bvi-mx-md-5 {
        margin-right: 3rem !important
    }

    html body .bvi .bvi-mb-md-5, html body .bvi .bvi-my-md-5 {
        margin-bottom: 3rem !important
    }

    html body .bvi .bvi-ml-md-5, html body .bvi .bvi-mx-md-5 {
        margin-left: 3rem !important
    }

    html body .bvi .bvi-p-md-0 {
        padding: 0 !important
    }

    html body .bvi .bvi-pt-md-0, html body .bvi .bvi-py-md-0 {
        padding-top: 0 !important
    }

    html body .bvi .bvi-pr-md-0, html body .bvi .bvi-px-md-0 {
        padding-right: 0 !important
    }

    html body .bvi .bvi-pb-md-0, html body .bvi .bvi-py-md-0 {
        padding-bottom: 0 !important
    }

    html body .bvi .bvi-pl-md-0, html body .bvi .bvi-px-md-0 {
        padding-left: 0 !important
    }

    html body .bvi .bvi-p-md-1 {
        padding: .25rem !important
    }

    html body .bvi .bvi-pt-md-1, html body .bvi .bvi-py-md-1 {
        padding-top: .25rem !important
    }

    html body .bvi .bvi-pr-md-1, html body .bvi .bvi-px-md-1 {
        padding-right: .25rem !important
    }

    html body .bvi .bvi-pb-md-1, html body .bvi .bvi-py-md-1 {
        padding-bottom: .25rem !important
    }

    html body .bvi .bvi-pl-md-1, html body .bvi .bvi-px-md-1 {
        padding-left: .25rem !important
    }

    html body .bvi .bvi-p-md-2 {
        padding: .5rem !important
    }

    html body .bvi .bvi-pt-md-2, html body .bvi .bvi-py-md-2 {
        padding-top: .5rem !important
    }

    html body .bvi .bvi-pr-md-2, html body .bvi .bvi-px-md-2 {
        padding-right: .5rem !important
    }

    html body .bvi .bvi-pb-md-2, html body .bvi .bvi-py-md-2 {
        padding-bottom: .5rem !important
    }

    html body .bvi .bvi-pl-md-2, html body .bvi .bvi-px-md-2 {
        padding-left: .5rem !important
    }

    html body .bvi .bvi-p-md-3 {
        padding: 1rem !important
    }

    html body .bvi .bvi-pt-md-3, html body .bvi .bvi-py-md-3 {
        padding-top: 1rem !important
    }

    html body .bvi .bvi-pr-md-3, html body .bvi .bvi-px-md-3 {
        padding-right: 1rem !important
    }

    html body .bvi .bvi-pb-md-3, html body .bvi .bvi-py-md-3 {
        padding-bottom: 1rem !important
    }

    html body .bvi .bvi-pl-md-3, html body .bvi .bvi-px-md-3 {
        padding-left: 1rem !important
    }

    html body .bvi .bvi-p-md-4 {
        padding: 1.5rem !important
    }

    html body .bvi .bvi-pt-md-4, html body .bvi .bvi-py-md-4 {
        padding-top: 1.5rem !important
    }

    html body .bvi .bvi-pr-md-4, html body .bvi .bvi-px-md-4 {
        padding-right: 1.5rem !important
    }

    html body .bvi .bvi-pb-md-4, html body .bvi .bvi-py-md-4 {
        padding-bottom: 1.5rem !important
    }

    html body .bvi .bvi-pl-md-4, html body .bvi .bvi-px-md-4 {
        padding-left: 1.5rem !important
    }

    html body .bvi .bvi-p-md-5 {
        padding: 3rem !important
    }

    html body .bvi .bvi-pt-md-5, html body .bvi .bvi-py-md-5 {
        padding-top: 3rem !important
    }

    html body .bvi .bvi-pr-md-5, html body .bvi .bvi-px-md-5 {
        padding-right: 3rem !important
    }

    html body .bvi .bvi-pb-md-5, html body .bvi .bvi-py-md-5 {
        padding-bottom: 3rem !important
    }

    html body .bvi .bvi-pl-md-5, html body .bvi .bvi-px-md-5 {
        padding-left: 3rem !important
    }

    html body .bvi .bvi-m-md-auto {
        margin: auto !important
    }

    html body .bvi .bvi-mt-md-auto, html body .bvi .bvi-my-md-auto {
        margin-top: auto !important
    }

    html body .bvi .bvi-mr-md-auto, html body .bvi .bvi-mx-md-auto {
        margin-right: auto !important
    }

    html body .bvi .bvi-mb-md-auto, html body .bvi .bvi-my-md-auto {
        margin-bottom: auto !important
    }

    html body .bvi .bvi-ml-md-auto, html body .bvi .bvi-mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    html body .bvi .bvi-m-lg-0 {
        margin: 0 !important
    }

    html body .bvi .bvi-mt-lg-0, html body .bvi .bvi-my-lg-0 {
        margin-top: 0 !important
    }

    html body .bvi .bvi-mr-lg-0, html body .bvi .bvi-mx-lg-0 {
        margin-right: 0 !important
    }

    html body .bvi .bvi-mb-lg-0, html body .bvi .bvi-my-lg-0 {
        margin-bottom: 0 !important
    }

    html body .bvi .bvi-ml-lg-0, html body .bvi .bvi-mx-lg-0 {
        margin-left: 0 !important
    }

    html body .bvi .bvi-m-lg-1 {
        margin: .25rem !important
    }

    html body .bvi .bvi-mt-lg-1, html body .bvi .bvi-my-lg-1 {
        margin-top: .25rem !important
    }

    html body .bvi .bvi-mr-lg-1, html body .bvi .bvi-mx-lg-1 {
        margin-right: .25rem !important
    }

    html body .bvi .bvi-mb-lg-1, html body .bvi .bvi-my-lg-1 {
        margin-bottom: .25rem !important
    }

    html body .bvi .bvi-ml-lg-1, html body .bvi .bvi-mx-lg-1 {
        margin-left: .25rem !important
    }

    html body .bvi .bvi-m-lg-2 {
        margin: .5rem !important
    }

    html body .bvi .bvi-mt-lg-2, html body .bvi .bvi-my-lg-2 {
        margin-top: .5rem !important
    }

    html body .bvi .bvi-mr-lg-2, html body .bvi .bvi-mx-lg-2 {
        margin-right: .5rem !important
    }

    html body .bvi .bvi-mb-lg-2, html body .bvi .bvi-my-lg-2 {
        margin-bottom: .5rem !important
    }

    html body .bvi .bvi-ml-lg-2, html body .bvi .bvi-mx-lg-2 {
        margin-left: .5rem !important
    }

    html body .bvi .bvi-m-lg-3 {
        margin: 1rem !important
    }

    html body .bvi .bvi-mt-lg-3, html body .bvi .bvi-my-lg-3 {
        margin-top: 1rem !important
    }

    html body .bvi .bvi-mr-lg-3, html body .bvi .bvi-mx-lg-3 {
        margin-right: 1rem !important
    }

    html body .bvi .bvi-mb-lg-3, html body .bvi .bvi-my-lg-3 {
        margin-bottom: 1rem !important
    }

    html body .bvi .bvi-ml-lg-3, html body .bvi .bvi-mx-lg-3 {
        margin-left: 1rem !important
    }

    html body .bvi .bvi-m-lg-4 {
        margin: 1.5rem !important
    }

    html body .bvi .bvi-mt-lg-4, html body .bvi .bvi-my-lg-4 {
        margin-top: 1.5rem !important
    }

    html body .bvi .bvi-mr-lg-4, html body .bvi .bvi-mx-lg-4 {
        margin-right: 1.5rem !important
    }

    html body .bvi .bvi-mb-lg-4, html body .bvi .bvi-my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    html body .bvi .bvi-ml-lg-4, html body .bvi .bvi-mx-lg-4 {
        margin-left: 1.5rem !important
    }

    html body .bvi .bvi-m-lg-5 {
        margin: 3rem !important
    }

    html body .bvi .bvi-mt-lg-5, html body .bvi .bvi-my-lg-5 {
        margin-top: 3rem !important
    }

    html body .bvi .bvi-mr-lg-5, html body .bvi .bvi-mx-lg-5 {
        margin-right: 3rem !important
    }

    html body .bvi .bvi-mb-lg-5, html body .bvi .bvi-my-lg-5 {
        margin-bottom: 3rem !important
    }

    html body .bvi .bvi-ml-lg-5, html body .bvi .bvi-mx-lg-5 {
        margin-left: 3rem !important
    }

    html body .bvi .bvi-p-lg-0 {
        padding: 0 !important
    }

    html body .bvi .bvi-pt-lg-0, html body .bvi .bvi-py-lg-0 {
        padding-top: 0 !important
    }

    html body .bvi .bvi-pr-lg-0, html body .bvi .bvi-px-lg-0 {
        padding-right: 0 !important
    }

    html body .bvi .bvi-pb-lg-0, html body .bvi .bvi-py-lg-0 {
        padding-bottom: 0 !important
    }

    html body .bvi .bvi-pl-lg-0, html body .bvi .bvi-px-lg-0 {
        padding-left: 0 !important
    }

    html body .bvi .bvi-p-lg-1 {
        padding: .25rem !important
    }

    html body .bvi .bvi-pt-lg-1, html body .bvi .bvi-py-lg-1 {
        padding-top: .25rem !important
    }

    html body .bvi .bvi-pr-lg-1, html body .bvi .bvi-px-lg-1 {
        padding-right: .25rem !important
    }

    html body .bvi .bvi-pb-lg-1, html body .bvi .bvi-py-lg-1 {
        padding-bottom: .25rem !important
    }

    html body .bvi .bvi-pl-lg-1, html body .bvi .bvi-px-lg-1 {
        padding-left: .25rem !important
    }

    html body .bvi .bvi-p-lg-2 {
        padding: .5rem !important
    }

    html body .bvi .bvi-pt-lg-2, html body .bvi .bvi-py-lg-2 {
        padding-top: .5rem !important
    }

    html body .bvi .bvi-pr-lg-2, html body .bvi .bvi-px-lg-2 {
        padding-right: .5rem !important
    }

    html body .bvi .bvi-pb-lg-2, html body .bvi .bvi-py-lg-2 {
        padding-bottom: .5rem !important
    }

    html body .bvi .bvi-pl-lg-2, html body .bvi .bvi-px-lg-2 {
        padding-left: .5rem !important
    }

    html body .bvi .bvi-p-lg-3 {
        padding: 1rem !important
    }

    html body .bvi .bvi-pt-lg-3, html body .bvi .bvi-py-lg-3 {
        padding-top: 1rem !important
    }

    html body .bvi .bvi-pr-lg-3, html body .bvi .bvi-px-lg-3 {
        padding-right: 1rem !important
    }

    html body .bvi .bvi-pb-lg-3, html body .bvi .bvi-py-lg-3 {
        padding-bottom: 1rem !important
    }

    html body .bvi .bvi-pl-lg-3, html body .bvi .bvi-px-lg-3 {
        padding-left: 1rem !important
    }

    html body .bvi .bvi-p-lg-4 {
        padding: 1.5rem !important
    }

    html body .bvi .bvi-pt-lg-4, html body .bvi .bvi-py-lg-4 {
        padding-top: 1.5rem !important
    }

    html body .bvi .bvi-pr-lg-4, html body .bvi .bvi-px-lg-4 {
        padding-right: 1.5rem !important
    }

    html body .bvi .bvi-pb-lg-4, html body .bvi .bvi-py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    html body .bvi .bvi-pl-lg-4, html body .bvi .bvi-px-lg-4 {
        padding-left: 1.5rem !important
    }

    html body .bvi .bvi-p-lg-5 {
        padding: 3rem !important
    }

    html body .bvi .bvi-pt-lg-5, html body .bvi .bvi-py-lg-5 {
        padding-top: 3rem !important
    }

    html body .bvi .bvi-pr-lg-5, html body .bvi .bvi-px-lg-5 {
        padding-right: 3rem !important
    }

    html body .bvi .bvi-pb-lg-5, html body .bvi .bvi-py-lg-5 {
        padding-bottom: 3rem !important
    }

    html body .bvi .bvi-pl-lg-5, html body .bvi .bvi-px-lg-5 {
        padding-left: 3rem !important
    }

    html body .bvi .bvi-m-lg-auto {
        margin: auto !important
    }

    html body .bvi .bvi-mt-lg-auto, html body .bvi .bvi-my-lg-auto {
        margin-top: auto !important
    }

    html body .bvi .bvi-mr-lg-auto, html body .bvi .bvi-mx-lg-auto {
        margin-right: auto !important
    }

    html body .bvi .bvi-mb-lg-auto, html body .bvi .bvi-my-lg-auto {
        margin-bottom: auto !important
    }

    html body .bvi .bvi-ml-lg-auto, html body .bvi .bvi-mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    html body .bvi .bvi-m-xl-0 {
        margin: 0 !important
    }

    html body .bvi .bvi-mt-xl-0, html body .bvi .bvi-my-xl-0 {
        margin-top: 0 !important
    }

    html body .bvi .bvi-mr-xl-0, html body .bvi .bvi-mx-xl-0 {
        margin-right: 0 !important
    }

    html body .bvi .bvi-mb-xl-0, html body .bvi .bvi-my-xl-0 {
        margin-bottom: 0 !important
    }

    html body .bvi .bvi-ml-xl-0, html body .bvi .bvi-mx-xl-0 {
        margin-left: 0 !important
    }

    html body .bvi .bvi-m-xl-1 {
        margin: .25rem !important
    }

    html body .bvi .bvi-mt-xl-1, html body .bvi .bvi-my-xl-1 {
        margin-top: .25rem !important
    }

    html body .bvi .bvi-mr-xl-1, html body .bvi .bvi-mx-xl-1 {
        margin-right: .25rem !important
    }

    html body .bvi .bvi-mb-xl-1, html body .bvi .bvi-my-xl-1 {
        margin-bottom: .25rem !important
    }

    html body .bvi .bvi-ml-xl-1, html body .bvi .bvi-mx-xl-1 {
        margin-left: .25rem !important
    }

    html body .bvi .bvi-m-xl-2 {
        margin: .5rem !important
    }

    html body .bvi .bvi-mt-xl-2, html body .bvi .bvi-my-xl-2 {
        margin-top: .5rem !important
    }

    html body .bvi .bvi-mr-xl-2, html body .bvi .bvi-mx-xl-2 {
        margin-right: .5rem !important
    }

    html body .bvi .bvi-mb-xl-2, html body .bvi .bvi-my-xl-2 {
        margin-bottom: .5rem !important
    }

    html body .bvi .bvi-ml-xl-2, html body .bvi .bvi-mx-xl-2 {
        margin-left: .5rem !important
    }

    html body .bvi .bvi-m-xl-3 {
        margin: 1rem !important
    }

    html body .bvi .bvi-mt-xl-3, html body .bvi .bvi-my-xl-3 {
        margin-top: 1rem !important
    }

    html body .bvi .bvi-mr-xl-3, html body .bvi .bvi-mx-xl-3 {
        margin-right: 1rem !important
    }

    html body .bvi .bvi-mb-xl-3, html body .bvi .bvi-my-xl-3 {
        margin-bottom: 1rem !important
    }

    html body .bvi .bvi-ml-xl-3, html body .bvi .bvi-mx-xl-3 {
        margin-left: 1rem !important
    }

    html body .bvi .bvi-m-xl-4 {
        margin: 1.5rem !important
    }

    html body .bvi .bvi-mt-xl-4, html body .bvi .bvi-my-xl-4 {
        margin-top: 1.5rem !important
    }

    html body .bvi .bvi-mr-xl-4, html body .bvi .bvi-mx-xl-4 {
        margin-right: 1.5rem !important
    }

    html body .bvi .bvi-mb-xl-4, html body .bvi .bvi-my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    html body .bvi .bvi-ml-xl-4, html body .bvi .bvi-mx-xl-4 {
        margin-left: 1.5rem !important
    }

    html body .bvi .bvi-m-xl-5 {
        margin: 3rem !important
    }

    html body .bvi .bvi-mt-xl-5, html body .bvi .bvi-my-xl-5 {
        margin-top: 3rem !important
    }

    html body .bvi .bvi-mr-xl-5, html body .bvi .bvi-mx-xl-5 {
        margin-right: 3rem !important
    }

    html body .bvi .bvi-mb-xl-5, html body .bvi .bvi-my-xl-5 {
        margin-bottom: 3rem !important
    }

    html body .bvi .bvi-ml-xl-5, html body .bvi .bvi-mx-xl-5 {
        margin-left: 3rem !important
    }

    html body .bvi .bvi-p-xl-0 {
        padding: 0 !important
    }

    html body .bvi .bvi-pt-xl-0, html body .bvi .bvi-py-xl-0 {
        padding-top: 0 !important
    }

    html body .bvi .bvi-pr-xl-0, html body .bvi .bvi-px-xl-0 {
        padding-right: 0 !important
    }

    html body .bvi .bvi-pb-xl-0, html body .bvi .bvi-py-xl-0 {
        padding-bottom: 0 !important
    }

    html body .bvi .bvi-pl-xl-0, html body .bvi .bvi-px-xl-0 {
        padding-left: 0 !important
    }

    html body .bvi .bvi-p-xl-1 {
        padding: .25rem !important
    }

    html body .bvi .bvi-pt-xl-1, html body .bvi .bvi-py-xl-1 {
        padding-top: .25rem !important
    }

    html body .bvi .bvi-pr-xl-1, html body .bvi .bvi-px-xl-1 {
        padding-right: .25rem !important
    }

    html body .bvi .bvi-pb-xl-1, html body .bvi .bvi-py-xl-1 {
        padding-bottom: .25rem !important
    }

    html body .bvi .bvi-pl-xl-1, html body .bvi .bvi-px-xl-1 {
        padding-left: .25rem !important
    }

    html body .bvi .bvi-p-xl-2 {
        padding: .5rem !important
    }

    html body .bvi .bvi-pt-xl-2, html body .bvi .bvi-py-xl-2 {
        padding-top: .5rem !important
    }

    html body .bvi .bvi-pr-xl-2, html body .bvi .bvi-px-xl-2 {
        padding-right: .5rem !important
    }

    html body .bvi .bvi-pb-xl-2, html body .bvi .bvi-py-xl-2 {
        padding-bottom: .5rem !important
    }

    html body .bvi .bvi-pl-xl-2, html body .bvi .bvi-px-xl-2 {
        padding-left: .5rem !important
    }

    html body .bvi .bvi-p-xl-3 {
        padding: 1rem !important
    }

    html body .bvi .bvi-pt-xl-3, html body .bvi .bvi-py-xl-3 {
        padding-top: 1rem !important
    }

    html body .bvi .bvi-pr-xl-3, html body .bvi .bvi-px-xl-3 {
        padding-right: 1rem !important
    }

    html body .bvi .bvi-pb-xl-3, html body .bvi .bvi-py-xl-3 {
        padding-bottom: 1rem !important
    }

    html body .bvi .bvi-pl-xl-3, html body .bvi .bvi-px-xl-3 {
        padding-left: 1rem !important
    }

    html body .bvi .bvi-p-xl-4 {
        padding: 1.5rem !important
    }

    html body .bvi .bvi-pt-xl-4, html body .bvi .bvi-py-xl-4 {
        padding-top: 1.5rem !important
    }

    html body .bvi .bvi-pr-xl-4, html body .bvi .bvi-px-xl-4 {
        padding-right: 1.5rem !important
    }

    html body .bvi .bvi-pb-xl-4, html body .bvi .bvi-py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    html body .bvi .bvi-pl-xl-4, html body .bvi .bvi-px-xl-4 {
        padding-left: 1.5rem !important
    }

    html body .bvi .bvi-p-xl-5 {
        padding: 3rem !important
    }

    html body .bvi .bvi-pt-xl-5, html body .bvi .bvi-py-xl-5 {
        padding-top: 3rem !important
    }

    html body .bvi .bvi-pr-xl-5, html body .bvi .bvi-px-xl-5 {
        padding-right: 3rem !important
    }

    html body .bvi .bvi-pb-xl-5, html body .bvi .bvi-py-xl-5 {
        padding-bottom: 3rem !important
    }

    html body .bvi .bvi-pl-xl-5, html body .bvi .bvi-px-xl-5 {
        padding-left: 3rem !important
    }

    html body .bvi .bvi-m-xl-auto {
        margin: auto !important
    }

    html body .bvi .bvi-mt-xl-auto, html body .bvi .bvi-my-xl-auto {
        margin-top: auto !important
    }

    html body .bvi .bvi-mr-xl-auto, html body .bvi .bvi-mx-xl-auto {
        margin-right: auto !important
    }

    html body .bvi .bvi-mb-xl-auto, html body .bvi .bvi-my-xl-auto {
        margin-bottom: auto !important
    }

    html body .bvi .bvi-ml-xl-auto, html body .bvi .bvi-mx-xl-auto {
        margin-left: auto !important
    }
}

html body .bvi.bvi-panel {
    padding: 15px 20px !important;
    color: #000 !important;
    background-color: #f8f8f8;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    letter-spacing: 0 !important;
    position: relative !important;
    text-shadow: none !important;
    line-height: normal !important;
    border: 0 !important;
    font-size: 16px !important;
    z-index: 99999 !important;
    moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.23);
    webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.23);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.23);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.23)
}

    html body .bvi.bvi-panel[data-bvi-panel=true] {
        display: block !important
    }

    html body .bvi.bvi-panel[data-bvi-panel=false] {
        display: none !important
    }

    html body .bvi.bvi-panel.bvi-fixed-top {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 999999 !important
    }

    html body .bvi.bvi-panel .bvi-title {
        margin-top: 5px;
        font-size: 18px;
        font-weight: 700
    }

    html body .bvi.bvi-panel .bvi-text-center {
        text-align: center
    }

    html body .bvi.bvi-panel .bvi-text-right {
        text-align: right
    }

    html body .bvi.bvi-panel .bvi-setting-menu {
        display: none
    }

    html body .bvi.bvi-panel a {
        text-decoration: none
    }

    html body .bvi.bvi-panel .bvi-hr {
        background-color: #ccc !important;
        border: 0 !important;
        height: 1px !important;
        margin-top: 1.5em !important;
        margin-bottom: 1.5em !important
    }

    html body .bvi.bvi-panel .bvi-copy {
        font-size: 12px;
        color: gray
    }

        html body .bvi.bvi-panel .bvi-copy a {
            font-size: 13px;
            color: gray;
            text-decoration: underline
        }

            html body .bvi.bvi-panel .bvi-copy a:hover {
                color: #000;
                text-decoration: underline
            }

@media (max-width:575.98px) {
    html body .bvi.bvi-panel .bvi-title {
        font-size: 12px
    }

    html body .bvi.bvi-panel .bvi-btn {
        font-size: 12px;
        padding: .2rem .35rem
    }

    html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn, html body .bvi.bvi-panel .bvi-btn-sm {
        font-size: 10px;
        padding: .1rem .25rem
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    html body .bvi.bvi-panel .bvi-title {
        font-size: 14px
    }

    html body .bvi.bvi-panel .bvi-btn {
        font-size: 14px;
        padding: .25rem .45rem
    }

    html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn, html body .bvi.bvi-panel .bvi-btn-sm {
        font-size: 12px;
        padding: .15rem .35rem
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    html body .bvi.bvi-panel .bvi-title {
        font-size: 16px
    }

    html body .bvi.bvi-panel .bvi-btn {
        font-size: 16px;
        padding: .3rem .55rem
    }

    html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn, html body .bvi.bvi-panel .bvi-btn-sm {
        font-size: 14px;
        padding: .2rem .4rem
    }
}

html body .bvi-body[data-bvi-theme=white] {
    background-color: #fff !important;
    fill: #000 !important
}

    html body .bvi-body[data-bvi-theme=white] * {
        fill: #000 !important
    }

        html body .bvi-body[data-bvi-theme=white] * .bvi-hide {
            display: none !important
        }

        html body .bvi-body[data-bvi-theme=white] * .bvi-show-block {
            display: block !important
        }

        html body .bvi-body[data-bvi-theme=white] * .bvi-show-inline-block {
            display: inline-block !important
        }

    html body .bvi-body[data-bvi-theme=white] *, html body .bvi-body[data-bvi-theme=white] :after, html body .bvi-body[data-bvi-theme=white] :before {
        background-color: #fff !important;
        background: #fff !important;
        background-image: none !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border-color: #000 !important
    }

    html body .bvi-body[data-bvi-theme=white] ::-moz-selection {
        background-color: #000;
        color: #fff
    }

    html body .bvi-body[data-bvi-theme=white] ::selection {
        background-color: #000;
        color: #fff
    }

    html body .bvi-body[data-bvi-theme=white] * a, html body .bvi-body[data-bvi-theme=white] * label {
        color: #000 !important;
        text-decoration: underline !important
    }

        html body .bvi-body[data-bvi-theme=white] * a.active, html body .bvi-body[data-bvi-theme=white] * a:hover, html body .bvi-body[data-bvi-theme=white] * a:hover *, html body .bvi-body[data-bvi-theme=white] * label.active, html body .bvi-body[data-bvi-theme=white] * label:hover, html body .bvi-body[data-bvi-theme=white] * label:hover * {
            color: #fff !important;
            background-color: #000 !important;
            text-decoration: underline !important
        }

    html body .bvi-body[data-bvi-theme=white] * button, html body .bvi-body[data-bvi-theme=white] * button:hover.active, html body .bvi-body[data-bvi-theme=white] * button:hover:hover, html body .bvi-body[data-bvi-theme=white] * button:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=button], html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=submit], html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=button], html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=submit], html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover * {
        color: #fff !important;
        background: #000 !important;
        background-color: #000 !important;
        text-decoration: underline !important
    }

html body .bvi-body[data-bvi-theme=black] {
    background-color: #000 !important;
    fill: #fff !important
}

    html body .bvi-body[data-bvi-theme=black] * {
        fill: #fff !important
    }

        html body .bvi-body[data-bvi-theme=black] * .bvi-hide {
            display: none !important
        }

        html body .bvi-body[data-bvi-theme=black] * .bvi-show-block {
            display: block !important
        }

        html body .bvi-body[data-bvi-theme=black] * .bvi-show-inline-block {
            display: inline-block !important
        }

    html body .bvi-body[data-bvi-theme=black] *, html body .bvi-body[data-bvi-theme=black] :after, html body .bvi-body[data-bvi-theme=black] :before {
        background-color: #000 !important;
        background: #000 !important;
        background-image: none !important;
        color: #fff !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border-color: #fff !important
    }

    html body .bvi-body[data-bvi-theme=black] ::-moz-selection {
        background-color: #fff;
        color: #000
    }

    html body .bvi-body[data-bvi-theme=black] ::selection {
        background-color: #fff;
        color: #000
    }

    html body .bvi-body[data-bvi-theme=black] * a, html body .bvi-body[data-bvi-theme=black] * label {
        color: #fff !important;
        text-decoration: underline !important
    }

        html body .bvi-body[data-bvi-theme=black] * a.active, html body .bvi-body[data-bvi-theme=black] * a:hover, html body .bvi-body[data-bvi-theme=black] * a:hover *, html body .bvi-body[data-bvi-theme=black] * label.active, html body .bvi-body[data-bvi-theme=black] * label:hover, html body .bvi-body[data-bvi-theme=black] * label:hover * {
            color: #000 !important;
            background-color: #fff !important;
            text-decoration: underline !important
        }

    html body .bvi-body[data-bvi-theme=black] * button, html body .bvi-body[data-bvi-theme=black] * button:hover.active, html body .bvi-body[data-bvi-theme=black] * button:hover:hover, html body .bvi-body[data-bvi-theme=black] * button:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=button], html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=submit], html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=button], html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=submit], html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover * {
        color: #000 !important;
        background: #fff !important;
        background-color: #fff !important;
        text-decoration: underline !important
    }

html body .bvi-body[data-bvi-theme=blue] {
    background-color: #9dd1ff !important;
    fill: #063462 !important
}

    html body .bvi-body[data-bvi-theme=blue] * {
        fill: #063462 !important
    }

        html body .bvi-body[data-bvi-theme=blue] * .bvi-hide {
            display: none !important
        }

        html body .bvi-body[data-bvi-theme=blue] * .bvi-show-block {
            display: block !important
        }

        html body .bvi-body[data-bvi-theme=blue] * .bvi-show-inline-block {
            display: inline-block !important
        }

    html body .bvi-body[data-bvi-theme=blue] *, html body .bvi-body[data-bvi-theme=blue] :after, html body .bvi-body[data-bvi-theme=blue] :before {
        background-color: #9dd1ff !important;
        background: #9dd1ff !important;
        background-image: none !important;
        color: #063462 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border-color: #063462 !important
    }

    html body .bvi-body[data-bvi-theme=blue] ::-moz-selection {
        background-color: #063462;
        color: #9dd1ff
    }

    html body .bvi-body[data-bvi-theme=blue] ::selection {
        background-color: #063462;
        color: #9dd1ff
    }

    html body .bvi-body[data-bvi-theme=blue] * a, html body .bvi-body[data-bvi-theme=blue] * label {
        color: #063462 !important;
        text-decoration: underline !important
    }

        html body .bvi-body[data-bvi-theme=blue] * a.active, html body .bvi-body[data-bvi-theme=blue] * a:hover, html body .bvi-body[data-bvi-theme=blue] * a:hover *, html body .bvi-body[data-bvi-theme=blue] * label.active, html body .bvi-body[data-bvi-theme=blue] * label:hover, html body .bvi-body[data-bvi-theme=blue] * label:hover * {
            color: #9dd1ff !important;
            background-color: #063462 !important;
            text-decoration: underline !important
        }

    html body .bvi-body[data-bvi-theme=blue] * button, html body .bvi-body[data-bvi-theme=blue] * button:hover.active, html body .bvi-body[data-bvi-theme=blue] * button:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=button], html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=submit], html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=button], html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=submit], html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover * {
        color: #9dd1ff !important;
        background: #063462 !important;
        background-color: #063462 !important;
        text-decoration: underline !important
    }

html body .bvi-body[data-bvi-theme=brown] {
    background-color: #f7f3d6 !important;
    fill: #4d4b43 !important
}

    html body .bvi-body[data-bvi-theme=brown] * {
        fill: #4d4b43 !important
    }

        html body .bvi-body[data-bvi-theme=brown] * .bvi-hide {
            display: none !important
        }

        html body .bvi-body[data-bvi-theme=brown] * .bvi-show-block {
            display: block !important
        }

        html body .bvi-body[data-bvi-theme=brown] * .bvi-show-inline-block {
            display: inline-block !important
        }

    html body .bvi-body[data-bvi-theme=brown] *, html body .bvi-body[data-bvi-theme=brown] :after, html body .bvi-body[data-bvi-theme=brown] :before {
        background-color: #f7f3d6 !important;
        background: #f7f3d6 !important;
        background-image: none !important;
        color: #4d4b43 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border-color: #4d4b43 !important
    }

    html body .bvi-body[data-bvi-theme=brown] ::-moz-selection {
        background-color: #4d4b43;
        color: #f7f3d6
    }

    html body .bvi-body[data-bvi-theme=brown] ::selection {
        background-color: #4d4b43;
        color: #f7f3d6
    }

    html body .bvi-body[data-bvi-theme=brown] * a, html body .bvi-body[data-bvi-theme=brown] * label {
        color: #4d4b43 !important;
        text-decoration: underline !important
    }

        html body .bvi-body[data-bvi-theme=brown] * a.active, html body .bvi-body[data-bvi-theme=brown] * a:hover, html body .bvi-body[data-bvi-theme=brown] * a:hover *, html body .bvi-body[data-bvi-theme=brown] * label.active, html body .bvi-body[data-bvi-theme=brown] * label:hover, html body .bvi-body[data-bvi-theme=brown] * label:hover * {
            color: #f7f3d6 !important;
            background-color: #4d4b43 !important;
            text-decoration: underline !important
        }

    html body .bvi-body[data-bvi-theme=brown] * button, html body .bvi-body[data-bvi-theme=brown] * button:hover.active, html body .bvi-body[data-bvi-theme=brown] * button:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=button], html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=submit], html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=button], html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=submit], html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover * {
        color: #f7f3d6 !important;
        background: #4d4b43 !important;
        background-color: #4d4b43 !important;
        text-decoration: underline !important
    }

html body .bvi-body[data-bvi-theme=green] {
    background-color: #3b2716 !important;
    fill: #a9e44d !important
}

    html body .bvi-body[data-bvi-theme=green] * {
        fill: #a9e44d !important
    }

        html body .bvi-body[data-bvi-theme=green] * .bvi-hide {
            display: none !important
        }

        html body .bvi-body[data-bvi-theme=green] * .bvi-show-block {
            display: block !important
        }

        html body .bvi-body[data-bvi-theme=green] * .bvi-show-inline-block {
            display: inline-block !important
        }

    html body .bvi-body[data-bvi-theme=green] *, html body .bvi-body[data-bvi-theme=green] :after, html body .bvi-body[data-bvi-theme=green] :before {
        background-color: #3b2716 !important;
        background: #3b2716 !important;
        background-image: none !important;
        color: #a9e44d !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border-color: #a9e44d !important
    }

    html body .bvi-body[data-bvi-theme=green] ::-moz-selection {
        background-color: #a9e44d;
        color: #3b2716
    }

    html body .bvi-body[data-bvi-theme=green] ::selection {
        background-color: #a9e44d;
        color: #3b2716
    }

    html body .bvi-body[data-bvi-theme=green] * a, html body .bvi-body[data-bvi-theme=green] * label {
        color: #a9e44d !important;
        text-decoration: underline !important
    }

        html body .bvi-body[data-bvi-theme=green] * a.active, html body .bvi-body[data-bvi-theme=green] * a:hover, html body .bvi-body[data-bvi-theme=green] * a:hover *, html body .bvi-body[data-bvi-theme=green] * label.active, html body .bvi-body[data-bvi-theme=green] * label:hover, html body .bvi-body[data-bvi-theme=green] * label:hover * {
            color: #3b2716 !important;
            background-color: #a9e44d !important;
            text-decoration: underline !important
        }

    html body .bvi-body[data-bvi-theme=green] * button, html body .bvi-body[data-bvi-theme=green] * button:hover.active, html body .bvi-body[data-bvi-theme=green] * button:hover:hover, html body .bvi-body[data-bvi-theme=green] * button:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=button], html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=submit], html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=button], html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=submit], html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover * {
        color: #3b2716 !important;
        background: #a9e44d !important;
        background-color: #a9e44d !important;
        text-decoration: underline !important
    }

html body .bvi-body[data-bvi-size='40'] * {
    font-size: 40px !important
}

    html body .bvi-body[data-bvi-size='40'] * h1, html body .bvi-body[data-bvi-size='40'] * h1 * {
        font-size: 47px !important
    }

    html body .bvi-body[data-bvi-size='40'] * h2, html body .bvi-body[data-bvi-size='40'] * h2 * {
        font-size: 46px !important
    }

    html body .bvi-body[data-bvi-size='40'] * h3, html body .bvi-body[data-bvi-size='40'] * h3 * {
        font-size: 45px !important
    }

    html body .bvi-body[data-bvi-size='40'] * h4, html body .bvi-body[data-bvi-size='40'] * h4 * {
        font-size: 44px !important
    }

    html body .bvi-body[data-bvi-size='40'] * h5, html body .bvi-body[data-bvi-size='40'] * h5 * {
        font-size: 43px !important
    }

    html body .bvi-body[data-bvi-size='40'] * h6, html body .bvi-body[data-bvi-size='40'] * h6 * {
        font-size: 42px !important
    }

html body .bvi-body[data-bvi-size='39'] * {
    font-size: 39px !important
}

    html body .bvi-body[data-bvi-size='39'] * h1, html body .bvi-body[data-bvi-size='39'] * h1 * {
        font-size: 46px !important
    }

    html body .bvi-body[data-bvi-size='39'] * h2, html body .bvi-body[data-bvi-size='39'] * h2 * {
        font-size: 45px !important
    }

    html body .bvi-body[data-bvi-size='39'] * h3, html body .bvi-body[data-bvi-size='39'] * h3 * {
        font-size: 44px !important
    }

    html body .bvi-body[data-bvi-size='39'] * h4, html body .bvi-body[data-bvi-size='39'] * h4 * {
        font-size: 43px !important
    }

    html body .bvi-body[data-bvi-size='39'] * h5, html body .bvi-body[data-bvi-size='39'] * h5 * {
        font-size: 42px !important
    }

    html body .bvi-body[data-bvi-size='39'] * h6, html body .bvi-body[data-bvi-size='39'] * h6 * {
        font-size: 41px !important
    }

html body .bvi-body[data-bvi-size='38'] * {
    font-size: 38px !important
}

    html body .bvi-body[data-bvi-size='38'] * h1, html body .bvi-body[data-bvi-size='38'] * h1 * {
        font-size: 45px !important
    }

    html body .bvi-body[data-bvi-size='38'] * h2, html body .bvi-body[data-bvi-size='38'] * h2 * {
        font-size: 44px !important
    }

    html body .bvi-body[data-bvi-size='38'] * h3, html body .bvi-body[data-bvi-size='38'] * h3 * {
        font-size: 43px !important
    }

    html body .bvi-body[data-bvi-size='38'] * h4, html body .bvi-body[data-bvi-size='38'] * h4 * {
        font-size: 42px !important
    }

    html body .bvi-body[data-bvi-size='38'] * h5, html body .bvi-body[data-bvi-size='38'] * h5 * {
        font-size: 41px !important
    }

    html body .bvi-body[data-bvi-size='38'] * h6, html body .bvi-body[data-bvi-size='38'] * h6 * {
        font-size: 40px !important
    }

html body .bvi-body[data-bvi-size='37'] * {
    font-size: 37px !important
}

    html body .bvi-body[data-bvi-size='37'] * h1, html body .bvi-body[data-bvi-size='37'] * h1 * {
        font-size: 44px !important
    }

    html body .bvi-body[data-bvi-size='37'] * h2, html body .bvi-body[data-bvi-size='37'] * h2 * {
        font-size: 43px !important
    }

    html body .bvi-body[data-bvi-size='37'] * h3, html body .bvi-body[data-bvi-size='37'] * h3 * {
        font-size: 42px !important
    }

    html body .bvi-body[data-bvi-size='37'] * h4, html body .bvi-body[data-bvi-size='37'] * h4 * {
        font-size: 41px !important
    }

    html body .bvi-body[data-bvi-size='37'] * h5, html body .bvi-body[data-bvi-size='37'] * h5 * {
        font-size: 40px !important
    }

    html body .bvi-body[data-bvi-size='37'] * h6, html body .bvi-body[data-bvi-size='37'] * h6 * {
        font-size: 39px !important
    }

html body .bvi-body[data-bvi-size='36'] * {
    font-size: 36px !important
}

    html body .bvi-body[data-bvi-size='36'] * h1, html body .bvi-body[data-bvi-size='36'] * h1 * {
        font-size: 43px !important
    }

    html body .bvi-body[data-bvi-size='36'] * h2, html body .bvi-body[data-bvi-size='36'] * h2 * {
        font-size: 42px !important
    }

    html body .bvi-body[data-bvi-size='36'] * h3, html body .bvi-body[data-bvi-size='36'] * h3 * {
        font-size: 41px !important
    }

    html body .bvi-body[data-bvi-size='36'] * h4, html body .bvi-body[data-bvi-size='36'] * h4 * {
        font-size: 40px !important
    }

    html body .bvi-body[data-bvi-size='36'] * h5, html body .bvi-body[data-bvi-size='36'] * h5 * {
        font-size: 39px !important
    }

    html body .bvi-body[data-bvi-size='36'] * h6, html body .bvi-body[data-bvi-size='36'] * h6 * {
        font-size: 38px !important
    }

html body .bvi-body[data-bvi-size='35'] * {
    font-size: 35px !important
}

    html body .bvi-body[data-bvi-size='35'] * h1, html body .bvi-body[data-bvi-size='35'] * h1 * {
        font-size: 42px !important
    }

    html body .bvi-body[data-bvi-size='35'] * h2, html body .bvi-body[data-bvi-size='35'] * h2 * {
        font-size: 41px !important
    }

    html body .bvi-body[data-bvi-size='35'] * h3, html body .bvi-body[data-bvi-size='35'] * h3 * {
        font-size: 40px !important
    }

    html body .bvi-body[data-bvi-size='35'] * h4, html body .bvi-body[data-bvi-size='35'] * h4 * {
        font-size: 39px !important
    }

    html body .bvi-body[data-bvi-size='35'] * h5, html body .bvi-body[data-bvi-size='35'] * h5 * {
        font-size: 38px !important
    }

    html body .bvi-body[data-bvi-size='35'] * h6, html body .bvi-body[data-bvi-size='35'] * h6 * {
        font-size: 37px !important
    }

html body .bvi-body[data-bvi-size='34'] * {
    font-size: 34px !important
}

    html body .bvi-body[data-bvi-size='34'] * h1, html body .bvi-body[data-bvi-size='34'] * h1 * {
        font-size: 41px !important
    }

    html body .bvi-body[data-bvi-size='34'] * h2, html body .bvi-body[data-bvi-size='34'] * h2 * {
        font-size: 40px !important
    }

    html body .bvi-body[data-bvi-size='34'] * h3, html body .bvi-body[data-bvi-size='34'] * h3 * {
        font-size: 39px !important
    }

    html body .bvi-body[data-bvi-size='34'] * h4, html body .bvi-body[data-bvi-size='34'] * h4 * {
        font-size: 38px !important
    }

    html body .bvi-body[data-bvi-size='34'] * h5, html body .bvi-body[data-bvi-size='34'] * h5 * {
        font-size: 37px !important
    }

    html body .bvi-body[data-bvi-size='34'] * h6, html body .bvi-body[data-bvi-size='34'] * h6 * {
        font-size: 36px !important
    }

html body .bvi-body[data-bvi-size='33'] * {
    font-size: 33px !important
}

    html body .bvi-body[data-bvi-size='33'] * h1, html body .bvi-body[data-bvi-size='33'] * h1 * {
        font-size: 40px !important
    }

    html body .bvi-body[data-bvi-size='33'] * h2, html body .bvi-body[data-bvi-size='33'] * h2 * {
        font-size: 39px !important
    }

    html body .bvi-body[data-bvi-size='33'] * h3, html body .bvi-body[data-bvi-size='33'] * h3 * {
        font-size: 38px !important
    }

    html body .bvi-body[data-bvi-size='33'] * h4, html body .bvi-body[data-bvi-size='33'] * h4 * {
        font-size: 37px !important
    }

    html body .bvi-body[data-bvi-size='33'] * h5, html body .bvi-body[data-bvi-size='33'] * h5 * {
        font-size: 36px !important
    }

    html body .bvi-body[data-bvi-size='33'] * h6, html body .bvi-body[data-bvi-size='33'] * h6 * {
        font-size: 35px !important
    }

html body .bvi-body[data-bvi-size='32'] * {
    font-size: 32px !important
}

    html body .bvi-body[data-bvi-size='32'] * h1, html body .bvi-body[data-bvi-size='32'] * h1 * {
        font-size: 39px !important
    }

    html body .bvi-body[data-bvi-size='32'] * h2, html body .bvi-body[data-bvi-size='32'] * h2 * {
        font-size: 38px !important
    }

    html body .bvi-body[data-bvi-size='32'] * h3, html body .bvi-body[data-bvi-size='32'] * h3 * {
        font-size: 37px !important
    }

    html body .bvi-body[data-bvi-size='32'] * h4, html body .bvi-body[data-bvi-size='32'] * h4 * {
        font-size: 36px !important
    }

    html body .bvi-body[data-bvi-size='32'] * h5, html body .bvi-body[data-bvi-size='32'] * h5 * {
        font-size: 35px !important
    }

    html body .bvi-body[data-bvi-size='32'] * h6, html body .bvi-body[data-bvi-size='32'] * h6 * {
        font-size: 34px !important
    }

html body .bvi-body[data-bvi-size='31'] * {
    font-size: 31px !important
}

    html body .bvi-body[data-bvi-size='31'] * h1, html body .bvi-body[data-bvi-size='31'] * h1 * {
        font-size: 38px !important
    }

    html body .bvi-body[data-bvi-size='31'] * h2, html body .bvi-body[data-bvi-size='31'] * h2 * {
        font-size: 37px !important
    }

    html body .bvi-body[data-bvi-size='31'] * h3, html body .bvi-body[data-bvi-size='31'] * h3 * {
        font-size: 36px !important
    }

    html body .bvi-body[data-bvi-size='31'] * h4, html body .bvi-body[data-bvi-size='31'] * h4 * {
        font-size: 35px !important
    }

    html body .bvi-body[data-bvi-size='31'] * h5, html body .bvi-body[data-bvi-size='31'] * h5 * {
        font-size: 34px !important
    }

    html body .bvi-body[data-bvi-size='31'] * h6, html body .bvi-body[data-bvi-size='31'] * h6 * {
        font-size: 33px !important
    }

html body .bvi-body[data-bvi-size='30'] * {
    font-size: 30px !important
}

    html body .bvi-body[data-bvi-size='30'] * h1, html body .bvi-body[data-bvi-size='30'] * h1 * {
        font-size: 37px !important
    }

    html body .bvi-body[data-bvi-size='30'] * h2, html body .bvi-body[data-bvi-size='30'] * h2 * {
        font-size: 36px !important
    }

    html body .bvi-body[data-bvi-size='30'] * h3, html body .bvi-body[data-bvi-size='30'] * h3 * {
        font-size: 35px !important
    }

    html body .bvi-body[data-bvi-size='30'] * h4, html body .bvi-body[data-bvi-size='30'] * h4 * {
        font-size: 34px !important
    }

    html body .bvi-body[data-bvi-size='30'] * h5, html body .bvi-body[data-bvi-size='30'] * h5 * {
        font-size: 33px !important
    }

    html body .bvi-body[data-bvi-size='30'] * h6, html body .bvi-body[data-bvi-size='30'] * h6 * {
        font-size: 32px !important
    }

html body .bvi-body[data-bvi-size='29'] * {
    font-size: 29px !important
}

    html body .bvi-body[data-bvi-size='29'] * h1, html body .bvi-body[data-bvi-size='29'] * h1 * {
        font-size: 36px !important
    }

    html body .bvi-body[data-bvi-size='29'] * h2, html body .bvi-body[data-bvi-size='29'] * h2 * {
        font-size: 35px !important
    }

    html body .bvi-body[data-bvi-size='29'] * h3, html body .bvi-body[data-bvi-size='29'] * h3 * {
        font-size: 34px !important
    }

    html body .bvi-body[data-bvi-size='29'] * h4, html body .bvi-body[data-bvi-size='29'] * h4 * {
        font-size: 33px !important
    }

    html body .bvi-body[data-bvi-size='29'] * h5, html body .bvi-body[data-bvi-size='29'] * h5 * {
        font-size: 32px !important
    }

    html body .bvi-body[data-bvi-size='29'] * h6, html body .bvi-body[data-bvi-size='29'] * h6 * {
        font-size: 31px !important
    }

html body .bvi-body[data-bvi-size='28'] * {
    font-size: 28px !important
}

    html body .bvi-body[data-bvi-size='28'] * h1, html body .bvi-body[data-bvi-size='28'] * h1 * {
        font-size: 35px !important
    }

    html body .bvi-body[data-bvi-size='28'] * h2, html body .bvi-body[data-bvi-size='28'] * h2 * {
        font-size: 34px !important
    }

    html body .bvi-body[data-bvi-size='28'] * h3, html body .bvi-body[data-bvi-size='28'] * h3 * {
        font-size: 33px !important
    }

    html body .bvi-body[data-bvi-size='28'] * h4, html body .bvi-body[data-bvi-size='28'] * h4 * {
        font-size: 32px !important
    }

    html body .bvi-body[data-bvi-size='28'] * h5, html body .bvi-body[data-bvi-size='28'] * h5 * {
        font-size: 31px !important
    }

    html body .bvi-body[data-bvi-size='28'] * h6, html body .bvi-body[data-bvi-size='28'] * h6 * {
        font-size: 30px !important
    }

html body .bvi-body[data-bvi-size='27'] * {
    font-size: 27px !important
}

    html body .bvi-body[data-bvi-size='27'] * h1, html body .bvi-body[data-bvi-size='27'] * h1 * {
        font-size: 34px !important
    }

    html body .bvi-body[data-bvi-size='27'] * h2, html body .bvi-body[data-bvi-size='27'] * h2 * {
        font-size: 33px !important
    }

    html body .bvi-body[data-bvi-size='27'] * h3, html body .bvi-body[data-bvi-size='27'] * h3 * {
        font-size: 32px !important
    }

    html body .bvi-body[data-bvi-size='27'] * h4, html body .bvi-body[data-bvi-size='27'] * h4 * {
        font-size: 31px !important
    }

    html body .bvi-body[data-bvi-size='27'] * h5, html body .bvi-body[data-bvi-size='27'] * h5 * {
        font-size: 30px !important
    }

    html body .bvi-body[data-bvi-size='27'] * h6, html body .bvi-body[data-bvi-size='27'] * h6 * {
        font-size: 29px !important
    }

html body .bvi-body[data-bvi-size='26'] * {
    font-size: 26px !important
}

    html body .bvi-body[data-bvi-size='26'] * h1, html body .bvi-body[data-bvi-size='26'] * h1 * {
        font-size: 33px !important
    }

    html body .bvi-body[data-bvi-size='26'] * h2, html body .bvi-body[data-bvi-size='26'] * h2 * {
        font-size: 32px !important
    }

    html body .bvi-body[data-bvi-size='26'] * h3, html body .bvi-body[data-bvi-size='26'] * h3 * {
        font-size: 31px !important
    }

    html body .bvi-body[data-bvi-size='26'] * h4, html body .bvi-body[data-bvi-size='26'] * h4 * {
        font-size: 30px !important
    }

    html body .bvi-body[data-bvi-size='26'] * h5, html body .bvi-body[data-bvi-size='26'] * h5 * {
        font-size: 29px !important
    }

    html body .bvi-body[data-bvi-size='26'] * h6, html body .bvi-body[data-bvi-size='26'] * h6 * {
        font-size: 28px !important
    }

html body .bvi-body[data-bvi-size='25'] * {
    font-size: 25px !important
}

    html body .bvi-body[data-bvi-size='25'] * h1, html body .bvi-body[data-bvi-size='25'] * h1 * {
        font-size: 32px !important
    }

    html body .bvi-body[data-bvi-size='25'] * h2, html body .bvi-body[data-bvi-size='25'] * h2 * {
        font-size: 31px !important
    }

    html body .bvi-body[data-bvi-size='25'] * h3, html body .bvi-body[data-bvi-size='25'] * h3 * {
        font-size: 30px !important
    }

    html body .bvi-body[data-bvi-size='25'] * h4, html body .bvi-body[data-bvi-size='25'] * h4 * {
        font-size: 29px !important
    }

    html body .bvi-body[data-bvi-size='25'] * h5, html body .bvi-body[data-bvi-size='25'] * h5 * {
        font-size: 28px !important
    }

    html body .bvi-body[data-bvi-size='25'] * h6, html body .bvi-body[data-bvi-size='25'] * h6 * {
        font-size: 27px !important
    }

html body .bvi-body[data-bvi-size='24'] * {
    font-size: 24px !important
}

    html body .bvi-body[data-bvi-size='24'] * h1, html body .bvi-body[data-bvi-size='24'] * h1 * {
        font-size: 31px !important
    }

    html body .bvi-body[data-bvi-size='24'] * h2, html body .bvi-body[data-bvi-size='24'] * h2 * {
        font-size: 30px !important
    }

    html body .bvi-body[data-bvi-size='24'] * h3, html body .bvi-body[data-bvi-size='24'] * h3 * {
        font-size: 29px !important
    }

    html body .bvi-body[data-bvi-size='24'] * h4, html body .bvi-body[data-bvi-size='24'] * h4 * {
        font-size: 28px !important
    }

    html body .bvi-body[data-bvi-size='24'] * h5, html body .bvi-body[data-bvi-size='24'] * h5 * {
        font-size: 27px !important
    }

    html body .bvi-body[data-bvi-size='24'] * h6, html body .bvi-body[data-bvi-size='24'] * h6 * {
        font-size: 26px !important
    }

html body .bvi-body[data-bvi-size='23'] * {
    font-size: 23px !important
}

    html body .bvi-body[data-bvi-size='23'] * h1, html body .bvi-body[data-bvi-size='23'] * h1 * {
        font-size: 30px !important
    }

    html body .bvi-body[data-bvi-size='23'] * h2, html body .bvi-body[data-bvi-size='23'] * h2 * {
        font-size: 29px !important
    }

    html body .bvi-body[data-bvi-size='23'] * h3, html body .bvi-body[data-bvi-size='23'] * h3 * {
        font-size: 28px !important
    }

    html body .bvi-body[data-bvi-size='23'] * h4, html body .bvi-body[data-bvi-size='23'] * h4 * {
        font-size: 27px !important
    }

    html body .bvi-body[data-bvi-size='23'] * h5, html body .bvi-body[data-bvi-size='23'] * h5 * {
        font-size: 26px !important
    }

    html body .bvi-body[data-bvi-size='23'] * h6, html body .bvi-body[data-bvi-size='23'] * h6 * {
        font-size: 25px !important
    }

html body .bvi-body[data-bvi-size='22'] * {
    font-size: 22px !important
}

    html body .bvi-body[data-bvi-size='22'] * h1, html body .bvi-body[data-bvi-size='22'] * h1 * {
        font-size: 29px !important
    }

    html body .bvi-body[data-bvi-size='22'] * h2, html body .bvi-body[data-bvi-size='22'] * h2 * {
        font-size: 28px !important
    }

    html body .bvi-body[data-bvi-size='22'] * h3, html body .bvi-body[data-bvi-size='22'] * h3 * {
        font-size: 27px !important
    }

    html body .bvi-body[data-bvi-size='22'] * h4, html body .bvi-body[data-bvi-size='22'] * h4 * {
        font-size: 26px !important
    }

    html body .bvi-body[data-bvi-size='22'] * h5, html body .bvi-body[data-bvi-size='22'] * h5 * {
        font-size: 25px !important
    }

    html body .bvi-body[data-bvi-size='22'] * h6, html body .bvi-body[data-bvi-size='22'] * h6 * {
        font-size: 24px !important
    }

html body .bvi-body[data-bvi-size='21'] * {
    font-size: 21px !important
}

    html body .bvi-body[data-bvi-size='21'] * h1, html body .bvi-body[data-bvi-size='21'] * h1 * {
        font-size: 28px !important
    }

    html body .bvi-body[data-bvi-size='21'] * h2, html body .bvi-body[data-bvi-size='21'] * h2 * {
        font-size: 27px !important
    }

    html body .bvi-body[data-bvi-size='21'] * h3, html body .bvi-body[data-bvi-size='21'] * h3 * {
        font-size: 26px !important
    }

    html body .bvi-body[data-bvi-size='21'] * h4, html body .bvi-body[data-bvi-size='21'] * h4 * {
        font-size: 25px !important
    }

    html body .bvi-body[data-bvi-size='21'] * h5, html body .bvi-body[data-bvi-size='21'] * h5 * {
        font-size: 24px !important
    }

    html body .bvi-body[data-bvi-size='21'] * h6, html body .bvi-body[data-bvi-size='21'] * h6 * {
        font-size: 23px !important
    }

html body .bvi-body[data-bvi-size='20'] * {
    font-size: 20px !important
}

    html body .bvi-body[data-bvi-size='20'] * h1, html body .bvi-body[data-bvi-size='20'] * h1 * {
        font-size: 27px !important
    }

    html body .bvi-body[data-bvi-size='20'] * h2, html body .bvi-body[data-bvi-size='20'] * h2 * {
        font-size: 26px !important
    }

    html body .bvi-body[data-bvi-size='20'] * h3, html body .bvi-body[data-bvi-size='20'] * h3 * {
        font-size: 25px !important
    }

    html body .bvi-body[data-bvi-size='20'] * h4, html body .bvi-body[data-bvi-size='20'] * h4 * {
        font-size: 24px !important
    }

    html body .bvi-body[data-bvi-size='20'] * h5, html body .bvi-body[data-bvi-size='20'] * h5 * {
        font-size: 23px !important
    }

    html body .bvi-body[data-bvi-size='20'] * h6, html body .bvi-body[data-bvi-size='20'] * h6 * {
        font-size: 22px !important
    }

html body .bvi-body[data-bvi-size='19'] * {
    font-size: 19px !important
}

    html body .bvi-body[data-bvi-size='19'] * h1, html body .bvi-body[data-bvi-size='19'] * h1 * {
        font-size: 26px !important
    }

    html body .bvi-body[data-bvi-size='19'] * h2, html body .bvi-body[data-bvi-size='19'] * h2 * {
        font-size: 25px !important
    }

    html body .bvi-body[data-bvi-size='19'] * h3, html body .bvi-body[data-bvi-size='19'] * h3 * {
        font-size: 24px !important
    }

    html body .bvi-body[data-bvi-size='19'] * h4, html body .bvi-body[data-bvi-size='19'] * h4 * {
        font-size: 23px !important
    }

    html body .bvi-body[data-bvi-size='19'] * h5, html body .bvi-body[data-bvi-size='19'] * h5 * {
        font-size: 22px !important
    }

    html body .bvi-body[data-bvi-size='19'] * h6, html body .bvi-body[data-bvi-size='19'] * h6 * {
        font-size: 21px !important
    }

html body .bvi-body[data-bvi-size='18'] * {
    font-size: 18px !important
}

    html body .bvi-body[data-bvi-size='18'] * h1, html body .bvi-body[data-bvi-size='18'] * h1 * {
        font-size: 25px !important
    }

    html body .bvi-body[data-bvi-size='18'] * h2, html body .bvi-body[data-bvi-size='18'] * h2 * {
        font-size: 24px !important
    }

    html body .bvi-body[data-bvi-size='18'] * h3, html body .bvi-body[data-bvi-size='18'] * h3 * {
        font-size: 23px !important
    }

    html body .bvi-body[data-bvi-size='18'] * h4, html body .bvi-body[data-bvi-size='18'] * h4 * {
        font-size: 22px !important
    }

    html body .bvi-body[data-bvi-size='18'] * h5, html body .bvi-body[data-bvi-size='18'] * h5 * {
        font-size: 21px !important
    }

    html body .bvi-body[data-bvi-size='18'] * h6, html body .bvi-body[data-bvi-size='18'] * h6 * {
        font-size: 20px !important
    }

html body .bvi-body[data-bvi-size='17'] * {
    font-size: 17px !important
}

    html body .bvi-body[data-bvi-size='17'] * h1, html body .bvi-body[data-bvi-size='17'] * h1 * {
        font-size: 24px !important
    }

    html body .bvi-body[data-bvi-size='17'] * h2, html body .bvi-body[data-bvi-size='17'] * h2 * {
        font-size: 23px !important
    }

    html body .bvi-body[data-bvi-size='17'] * h3, html body .bvi-body[data-bvi-size='17'] * h3 * {
        font-size: 22px !important
    }

    html body .bvi-body[data-bvi-size='17'] * h4, html body .bvi-body[data-bvi-size='17'] * h4 * {
        font-size: 21px !important
    }

    html body .bvi-body[data-bvi-size='17'] * h5, html body .bvi-body[data-bvi-size='17'] * h5 * {
        font-size: 20px !important
    }

    html body .bvi-body[data-bvi-size='17'] * h6, html body .bvi-body[data-bvi-size='17'] * h6 * {
        font-size: 19px !important
    }

html body .bvi-body[data-bvi-size='16'] * {
    font-size: 16px !important
}

    html body .bvi-body[data-bvi-size='16'] * h1, html body .bvi-body[data-bvi-size='16'] * h1 * {
        font-size: 23px !important
    }

    html body .bvi-body[data-bvi-size='16'] * h2, html body .bvi-body[data-bvi-size='16'] * h2 * {
        font-size: 22px !important
    }

    html body .bvi-body[data-bvi-size='16'] * h3, html body .bvi-body[data-bvi-size='16'] * h3 * {
        font-size: 21px !important
    }

    html body .bvi-body[data-bvi-size='16'] * h4, html body .bvi-body[data-bvi-size='16'] * h4 * {
        font-size: 20px !important
    }

    html body .bvi-body[data-bvi-size='16'] * h5, html body .bvi-body[data-bvi-size='16'] * h5 * {
        font-size: 19px !important
    }

    html body .bvi-body[data-bvi-size='16'] * h6, html body .bvi-body[data-bvi-size='16'] * h6 * {
        font-size: 18px !important
    }

html body .bvi-body[data-bvi-size='15'] * {
    font-size: 15px !important
}

    html body .bvi-body[data-bvi-size='15'] * h1, html body .bvi-body[data-bvi-size='15'] * h1 * {
        font-size: 22px !important
    }

    html body .bvi-body[data-bvi-size='15'] * h2, html body .bvi-body[data-bvi-size='15'] * h2 * {
        font-size: 21px !important
    }

    html body .bvi-body[data-bvi-size='15'] * h3, html body .bvi-body[data-bvi-size='15'] * h3 * {
        font-size: 20px !important
    }

    html body .bvi-body[data-bvi-size='15'] * h4, html body .bvi-body[data-bvi-size='15'] * h4 * {
        font-size: 19px !important
    }

    html body .bvi-body[data-bvi-size='15'] * h5, html body .bvi-body[data-bvi-size='15'] * h5 * {
        font-size: 18px !important
    }

    html body .bvi-body[data-bvi-size='15'] * h6, html body .bvi-body[data-bvi-size='15'] * h6 * {
        font-size: 17px !important
    }

html body .bvi-body[data-bvi-size='14'] * {
    font-size: 14px !important
}

    html body .bvi-body[data-bvi-size='14'] * h1, html body .bvi-body[data-bvi-size='14'] * h1 * {
        font-size: 21px !important
    }

    html body .bvi-body[data-bvi-size='14'] * h2, html body .bvi-body[data-bvi-size='14'] * h2 * {
        font-size: 20px !important
    }

    html body .bvi-body[data-bvi-size='14'] * h3, html body .bvi-body[data-bvi-size='14'] * h3 * {
        font-size: 19px !important
    }

    html body .bvi-body[data-bvi-size='14'] * h4, html body .bvi-body[data-bvi-size='14'] * h4 * {
        font-size: 18px !important
    }

    html body .bvi-body[data-bvi-size='14'] * h5, html body .bvi-body[data-bvi-size='14'] * h5 * {
        font-size: 17px !important
    }

    html body .bvi-body[data-bvi-size='14'] * h6, html body .bvi-body[data-bvi-size='14'] * h6 * {
        font-size: 16px !important
    }

html body .bvi-body[data-bvi-size='13'] * {
    font-size: 13px !important
}

    html body .bvi-body[data-bvi-size='13'] * h1, html body .bvi-body[data-bvi-size='13'] * h1 * {
        font-size: 20px !important
    }

    html body .bvi-body[data-bvi-size='13'] * h2, html body .bvi-body[data-bvi-size='13'] * h2 * {
        font-size: 19px !important
    }

    html body .bvi-body[data-bvi-size='13'] * h3, html body .bvi-body[data-bvi-size='13'] * h3 * {
        font-size: 18px !important
    }

    html body .bvi-body[data-bvi-size='13'] * h4, html body .bvi-body[data-bvi-size='13'] * h4 * {
        font-size: 17px !important
    }

    html body .bvi-body[data-bvi-size='13'] * h5, html body .bvi-body[data-bvi-size='13'] * h5 * {
        font-size: 16px !important
    }

    html body .bvi-body[data-bvi-size='13'] * h6, html body .bvi-body[data-bvi-size='13'] * h6 * {
        font-size: 15px !important
    }

html body .bvi-body[data-bvi-size='12'] * {
    font-size: 12px !important
}

    html body .bvi-body[data-bvi-size='12'] * h1, html body .bvi-body[data-bvi-size='12'] * h1 * {
        font-size: 19px !important
    }

    html body .bvi-body[data-bvi-size='12'] * h2, html body .bvi-body[data-bvi-size='12'] * h2 * {
        font-size: 18px !important
    }

    html body .bvi-body[data-bvi-size='12'] * h3, html body .bvi-body[data-bvi-size='12'] * h3 * {
        font-size: 17px !important
    }

    html body .bvi-body[data-bvi-size='12'] * h4, html body .bvi-body[data-bvi-size='12'] * h4 * {
        font-size: 16px !important
    }

    html body .bvi-body[data-bvi-size='12'] * h5, html body .bvi-body[data-bvi-size='12'] * h5 * {
        font-size: 15px !important
    }

    html body .bvi-body[data-bvi-size='12'] * h6, html body .bvi-body[data-bvi-size='12'] * h6 * {
        font-size: 14px !important
    }

html body .bvi-body[data-bvi-size='11'] * {
    font-size: 11px !important
}

    html body .bvi-body[data-bvi-size='11'] * h1, html body .bvi-body[data-bvi-size='11'] * h1 * {
        font-size: 18px !important
    }

    html body .bvi-body[data-bvi-size='11'] * h2, html body .bvi-body[data-bvi-size='11'] * h2 * {
        font-size: 17px !important
    }

    html body .bvi-body[data-bvi-size='11'] * h3, html body .bvi-body[data-bvi-size='11'] * h3 * {
        font-size: 16px !important
    }

    html body .bvi-body[data-bvi-size='11'] * h4, html body .bvi-body[data-bvi-size='11'] * h4 * {
        font-size: 15px !important
    }

    html body .bvi-body[data-bvi-size='11'] * h5, html body .bvi-body[data-bvi-size='11'] * h5 * {
        font-size: 14px !important
    }

    html body .bvi-body[data-bvi-size='11'] * h6, html body .bvi-body[data-bvi-size='11'] * h6 * {
        font-size: 13px !important
    }

html body .bvi-body[data-bvi-size='10'] * {
    font-size: 10px !important
}

    html body .bvi-body[data-bvi-size='10'] * h1, html body .bvi-body[data-bvi-size='10'] * h1 * {
        font-size: 17px !important
    }

    html body .bvi-body[data-bvi-size='10'] * h2, html body .bvi-body[data-bvi-size='10'] * h2 * {
        font-size: 16px !important
    }

    html body .bvi-body[data-bvi-size='10'] * h3, html body .bvi-body[data-bvi-size='10'] * h3 * {
        font-size: 15px !important
    }

    html body .bvi-body[data-bvi-size='10'] * h4, html body .bvi-body[data-bvi-size='10'] * h4 * {
        font-size: 14px !important
    }

    html body .bvi-body[data-bvi-size='10'] * h5, html body .bvi-body[data-bvi-size='10'] * h5 * {
        font-size: 13px !important
    }

    html body .bvi-body[data-bvi-size='10'] * h6, html body .bvi-body[data-bvi-size='10'] * h6 * {
        font-size: 12px !important
    }

html body .bvi-body[data-bvi-size='9'] * {
    font-size: 9px !important
}

    html body .bvi-body[data-bvi-size='9'] * h1, html body .bvi-body[data-bvi-size='9'] * h1 * {
        font-size: 16px !important
    }

    html body .bvi-body[data-bvi-size='9'] * h2, html body .bvi-body[data-bvi-size='9'] * h2 * {
        font-size: 15px !important
    }

    html body .bvi-body[data-bvi-size='9'] * h3, html body .bvi-body[data-bvi-size='9'] * h3 * {
        font-size: 14px !important
    }

    html body .bvi-body[data-bvi-size='9'] * h4, html body .bvi-body[data-bvi-size='9'] * h4 * {
        font-size: 13px !important
    }

    html body .bvi-body[data-bvi-size='9'] * h5, html body .bvi-body[data-bvi-size='9'] * h5 * {
        font-size: 12px !important
    }

    html body .bvi-body[data-bvi-size='9'] * h6, html body .bvi-body[data-bvi-size='9'] * h6 * {
        font-size: 11px !important
    }

html body .bvi-body[data-bvi-size='8'] * {
    font-size: 8px !important
}

    html body .bvi-body[data-bvi-size='8'] * h1, html body .bvi-body[data-bvi-size='8'] * h1 * {
        font-size: 15px !important
    }

    html body .bvi-body[data-bvi-size='8'] * h2, html body .bvi-body[data-bvi-size='8'] * h2 * {
        font-size: 14px !important
    }

    html body .bvi-body[data-bvi-size='8'] * h3, html body .bvi-body[data-bvi-size='8'] * h3 * {
        font-size: 13px !important
    }

    html body .bvi-body[data-bvi-size='8'] * h4, html body .bvi-body[data-bvi-size='8'] * h4 * {
        font-size: 12px !important
    }

    html body .bvi-body[data-bvi-size='8'] * h5, html body .bvi-body[data-bvi-size='8'] * h5 * {
        font-size: 11px !important
    }

    html body .bvi-body[data-bvi-size='8'] * h6, html body .bvi-body[data-bvi-size='8'] * h6 * {
        font-size: 10px !important
    }

html body .bvi-body[data-bvi-size='7'] * {
    font-size: 7px !important
}

    html body .bvi-body[data-bvi-size='7'] * h1, html body .bvi-body[data-bvi-size='7'] * h1 * {
        font-size: 14px !important
    }

    html body .bvi-body[data-bvi-size='7'] * h2, html body .bvi-body[data-bvi-size='7'] * h2 * {
        font-size: 13px !important
    }

    html body .bvi-body[data-bvi-size='7'] * h3, html body .bvi-body[data-bvi-size='7'] * h3 * {
        font-size: 12px !important
    }

    html body .bvi-body[data-bvi-size='7'] * h4, html body .bvi-body[data-bvi-size='7'] * h4 * {
        font-size: 11px !important
    }

    html body .bvi-body[data-bvi-size='7'] * h5, html body .bvi-body[data-bvi-size='7'] * h5 * {
        font-size: 10px !important
    }

    html body .bvi-body[data-bvi-size='7'] * h6, html body .bvi-body[data-bvi-size='7'] * h6 * {
        font-size: 9px !important
    }

html body .bvi-body[data-bvi-size='6'] * {
    font-size: 6px !important
}

    html body .bvi-body[data-bvi-size='6'] * h1, html body .bvi-body[data-bvi-size='6'] * h1 * {
        font-size: 13px !important
    }

    html body .bvi-body[data-bvi-size='6'] * h2, html body .bvi-body[data-bvi-size='6'] * h2 * {
        font-size: 12px !important
    }

    html body .bvi-body[data-bvi-size='6'] * h3, html body .bvi-body[data-bvi-size='6'] * h3 * {
        font-size: 11px !important
    }

    html body .bvi-body[data-bvi-size='6'] * h4, html body .bvi-body[data-bvi-size='6'] * h4 * {
        font-size: 10px !important
    }

    html body .bvi-body[data-bvi-size='6'] * h5, html body .bvi-body[data-bvi-size='6'] * h5 * {
        font-size: 9px !important
    }

    html body .bvi-body[data-bvi-size='6'] * h6, html body .bvi-body[data-bvi-size='6'] * h6 * {
        font-size: 8px !important
    }

html body .bvi-body[data-bvi-size='5'] * {
    font-size: 5px !important
}

    html body .bvi-body[data-bvi-size='5'] * h1, html body .bvi-body[data-bvi-size='5'] * h1 * {
        font-size: 12px !important
    }

    html body .bvi-body[data-bvi-size='5'] * h2, html body .bvi-body[data-bvi-size='5'] * h2 * {
        font-size: 11px !important
    }

    html body .bvi-body[data-bvi-size='5'] * h3, html body .bvi-body[data-bvi-size='5'] * h3 * {
        font-size: 10px !important
    }

    html body .bvi-body[data-bvi-size='5'] * h4, html body .bvi-body[data-bvi-size='5'] * h4 * {
        font-size: 9px !important
    }

    html body .bvi-body[data-bvi-size='5'] * h5, html body .bvi-body[data-bvi-size='5'] * h5 * {
        font-size: 8px !important
    }

    html body .bvi-body[data-bvi-size='5'] * h6, html body .bvi-body[data-bvi-size='5'] * h6 * {
        font-size: 7px !important
    }

html body .bvi-body[data-bvi-size='4'] * {
    font-size: 4px !important
}

    html body .bvi-body[data-bvi-size='4'] * h1, html body .bvi-body[data-bvi-size='4'] * h1 * {
        font-size: 11px !important
    }

    html body .bvi-body[data-bvi-size='4'] * h2, html body .bvi-body[data-bvi-size='4'] * h2 * {
        font-size: 10px !important
    }

    html body .bvi-body[data-bvi-size='4'] * h3, html body .bvi-body[data-bvi-size='4'] * h3 * {
        font-size: 9px !important
    }

    html body .bvi-body[data-bvi-size='4'] * h4, html body .bvi-body[data-bvi-size='4'] * h4 * {
        font-size: 8px !important
    }

    html body .bvi-body[data-bvi-size='4'] * h5, html body .bvi-body[data-bvi-size='4'] * h5 * {
        font-size: 7px !important
    }

    html body .bvi-body[data-bvi-size='4'] * h6, html body .bvi-body[data-bvi-size='4'] * h6 * {
        font-size: 6px !important
    }

html body .bvi-body[data-bvi-size='3'] * {
    font-size: 3px !important
}

    html body .bvi-body[data-bvi-size='3'] * h1, html body .bvi-body[data-bvi-size='3'] * h1 * {
        font-size: 10px !important
    }

    html body .bvi-body[data-bvi-size='3'] * h2, html body .bvi-body[data-bvi-size='3'] * h2 * {
        font-size: 9px !important
    }

    html body .bvi-body[data-bvi-size='3'] * h3, html body .bvi-body[data-bvi-size='3'] * h3 * {
        font-size: 8px !important
    }

    html body .bvi-body[data-bvi-size='3'] * h4, html body .bvi-body[data-bvi-size='3'] * h4 * {
        font-size: 7px !important
    }

    html body .bvi-body[data-bvi-size='3'] * h5, html body .bvi-body[data-bvi-size='3'] * h5 * {
        font-size: 6px !important
    }

    html body .bvi-body[data-bvi-size='3'] * h6, html body .bvi-body[data-bvi-size='3'] * h6 * {
        font-size: 5px !important
    }

html body .bvi-body[data-bvi-size='2'] * {
    font-size: 2px !important
}

    html body .bvi-body[data-bvi-size='2'] * h1, html body .bvi-body[data-bvi-size='2'] * h1 * {
        font-size: 9px !important
    }

    html body .bvi-body[data-bvi-size='2'] * h2, html body .bvi-body[data-bvi-size='2'] * h2 * {
        font-size: 8px !important
    }

    html body .bvi-body[data-bvi-size='2'] * h3, html body .bvi-body[data-bvi-size='2'] * h3 * {
        font-size: 7px !important
    }

    html body .bvi-body[data-bvi-size='2'] * h4, html body .bvi-body[data-bvi-size='2'] * h4 * {
        font-size: 6px !important
    }

    html body .bvi-body[data-bvi-size='2'] * h5, html body .bvi-body[data-bvi-size='2'] * h5 * {
        font-size: 5px !important
    }

    html body .bvi-body[data-bvi-size='2'] * h6, html body .bvi-body[data-bvi-size='2'] * h6 * {
        font-size: 4px !important
    }

html body .bvi-body[data-bvi-size='1'] * {
    font-size: 1px !important
}

    html body .bvi-body[data-bvi-size='1'] * h1, html body .bvi-body[data-bvi-size='1'] * h1 * {
        font-size: 8px !important
    }

    html body .bvi-body[data-bvi-size='1'] * h2, html body .bvi-body[data-bvi-size='1'] * h2 * {
        font-size: 7px !important
    }

    html body .bvi-body[data-bvi-size='1'] * h3, html body .bvi-body[data-bvi-size='1'] * h3 * {
        font-size: 6px !important
    }

    html body .bvi-body[data-bvi-size='1'] * h4, html body .bvi-body[data-bvi-size='1'] * h4 * {
        font-size: 5px !important
    }

    html body .bvi-body[data-bvi-size='1'] * h5, html body .bvi-body[data-bvi-size='1'] * h5 * {
        font-size: 4px !important
    }

    html body .bvi-body[data-bvi-size='1'] * h6, html body .bvi-body[data-bvi-size='1'] * h6 * {
        font-size: 3px !important
    }

html body .bvi-body[data-bvi-images=true] img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

html body .bvi-body[data-bvi-images=false] .bvi-img-off {
    border: 2px dashed !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    max-width: 100% !important;
    max-height: 100% !important;
    word-wrap: break-word !important;
    text-align: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

html body .bvi-body[data-bvi-images=grayscale] img.grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-filter: gray;
    filter: gray
}

html body .bvi-body[data-bvi-images=grayscale] .bvi-div-grayscale {
    position: relative;
    display: block
}

html body .bvi-body[data-bvi-line-height=normal] * {
    line-height: 1.5 !important
}

html body .bvi-body[data-bvi-line-height=average] * {
    line-height: 2 !important
}

html body .bvi-body[data-bvi-line-height=big] * {
    line-height: 2.5 !important
}

html body .bvi-body[data-bvi-letter-spacing=normal] * {
    letter-spacing: 0 !important
}

html body .bvi-body[data-bvi-letter-spacing=average] * {
    letter-spacing: 2px !important
}

html body .bvi-body[data-bvi-letter-spacing=big] * {
    letter-spacing: 4px !important
}

html body .bvi-body[data-bvi-font-family=arial] :not(i):not(span) {
    font-family: Arial,sans-serif
}

html body .bvi-body[data-bvi-font-family=times] :not(i):not(span) {
    font-family: "Times New roman"
}

html body .bvi-body[data-bvi-flash-iframe=true] figure, html body .bvi-body[data-bvi-flash-iframe=true] iframe, html body .bvi-body[data-bvi-flash-iframe=true] video {
    display: block
}

html body .bvi-body[data-bvi-flash-iframe=false] figure, html body .bvi-body[data-bvi-flash-iframe=false] iframe, html body .bvi-body[data-bvi-flash-iframe=false] video {
    display: none
}

html body .bvi-body {
    padding-top: 30px
}

    html body .bvi-body .header {
        border-bottom: 1px solid #000;
        margin-bottom: 30px
    }

    html body .bvi-body .document:before, html body .bvi-body .header__icons {
        display: none !important
    }

    html body .bvi-body .header__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    html body .bvi-body .header__nav {
        margin-left: 0
    }

    html body .bvi-body .header .container .header__logo {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px
    }

        html body .bvi-body .header .container .header__logo h2 {
            margin-left: 30px
        }

        html body .bvi-body .header .container .header__logo img {
            background: url(../img/logo/logo-color.png) !important
        }

    html body .bvi-body .footer {
        border-top: 1px solid #000;
        margin-top: 60px
    }

        html body .bvi-body .footer .footer__links {
            width: 100%
        }

    html body .bvi-body .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    html body .bvi-body .category-item, html body .bvi-body .feedback {
        border: solid 1px #000
    }

    html body .bvi-body .review {
        border-bottom: 1px solid #000
    }

        html body .bvi-body .btn svg, html body .bvi-body .review:after {
            display: none
        }

        html body .bvi-body .review:last-child {
            border: 0
        }

    html body .bvi-body .btn {
        height: auto;
        border: solid 1px #000
    }

    html body .bvi-body .content-and-media__row--media-comment {
        padding-top: 0
    }

    html body .bvi-body .content-and-media__media div {
        margin: 0 auto
    }

    html body .bvi-body .content-and-media__comment {
        display: none
    }

    html body .bvi-body .intro__image {
        margin-left: 30px
    }

    html body .bvi-body .rating {
        display: none !important
    }

    html body .bvi-body .slick-arrow.slick-next, html body .bvi-body .slick-arrow.slick-prev {
        font-size: 0 !important
    }

    html body .bvi-body .page__content .video-module {
        padding: 0 !important;
        border: solid 1px #000;
        display: block;
        height: auto
    }

        html body .bvi-body .page__content .video-module:after {
            background: url(../img/icons/youtube-gr.svg) center no-repeat !important
        }

        html body .bvi-body .page__content .video-module:before {
            display: none
        }

        html body .bvi-body .page__content .video-module img {
            position: relative;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            left: 0;
            top: 0
        }

    html body .bvi-body .datepicker {
        border: solid 1px #000
    }

    html body .bvi-body .block {
        border: solid 1px #000;
        display: block;
        overflow: hidden
    }

    html body .bvi-body .block--not-shadow {
        border: 0 !important
    }

    html body .bvi-body .block-carousel img {
        height: 155px !important
    }

    html body .bvi-body .beginner__title {
        margin-left: 30px
    }

    html body .bvi-body .title-count {
        width: 100%
    }

    html body .bvi-body .checkbox__content:before, html body .bvi-body .gender__val:before, html body .bvi-body .radio__content:before {
        background: red !important
    }

    html body .bvi-body .block-slider img {
        height: 466px
    }

    html body .bvi-body .title-count .title-count__count {
        font-size: 2em !important;
        line-height: 1 !important
    }

    html body .bvi-body .typography ul li::before {
        background: #000 !important;
        height: 2px !important;
        top: .8em !important
    }

    html body .bvi-body .page-intro {
        border-bottom: solid 1px #000;
        min-height: auto
    }

        html body .bvi-body .page-intro .age {
            margin-bottom: 0
        }

    html body .bvi-body .sidebar-navigation li {
        border-width: 1px
    }

    html body .bvi-body .sidebar-navigation span {
        margin-left: 20px
    }

    html body .bvi-body .sidebar-navigation .count {
        font-size: 20px !important;
        background: 0 0 !important
    }

    html body .bvi-body .block-carousel.slick-slider .slick-arrow, html body .bvi-body .block-slider .slick-arrow:after {
        background: url(../img/icons/arrow-gr.svg) center no-repeat !important;
        background-size: contain !important
    }

    html body .bvi-body .contacts__icon, html body .bvi-body .form-block {
        border: solid 1px #000
    }

    html body .bvi-body .course-item, html body .bvi-body .webinar {
        border: solid 1px #000;
        display: block
    }

    html body .bvi-body .course-item__image img, html body .bvi-body .webinar__image img {
        height: 150px
    }

    html body .bvi-body .modal-block {
        border: solid 1px #000
    }

    html body .bvi-body .modal-block__close {
        background: 0 0 !important;
        width: auto
    }

        html body .bvi-body .modal-block__close:before {
            content: 'Закрыть';
            padding: 10px 15px;
            display: block;
            border: solid 1px #000;
            background: #000
        }

    html body .bvi-body .time:before {
        display: none
    }

    html body .bvi-body[data-bvi-images=false] .bvi-img-off {
        font-size: 0 !important
    }
