.container,
.container-fluid {
    width: 100%
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

*,
.main.kf-review article,
.main.kf-review div,
.main.kf-review img,
.main.kf-review p,
::after,
::before,
html {
    box-sizing: border-box
}

body,
html {
    height: 100%
}

.center_container,
.g_relative,
.small_top_line {
    position: relative
}

a:active,
a:hover,
input {
    outline: 0
}

.header .sf-menu li a,
.lavalamp-menu a,
a,
header .sf-menu li a {
    text-decoration: none
}

.companies-table table,
.journal_posts table.bordered {
    border-collapse: collapse
}

@font-face {
    font-family: GTAmerica;
    src: url(../fonts/GT-America-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "GTAmerica Medium";
    src: url(../fonts/gt-america-standard-medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Dala Floda Bold";
    src: url(../fonts/dala-floda-bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NocturneSerif-ExtraBold;
    src: url(../fonts/36C5EA_0_0.eot);
    src: url(../fonts/36C5EA_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/36C5EA_0_0.woff2) format("woff2"), url(../fonts/36C5EA_0_0.woff) format("woff"), url(../fonts/36C5EA_0_0.ttf) format("truetype")
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

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

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

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

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

@media (min-width:1480px) {
    .container {
        max-width: 1506px;
        padding-left: 16px;
        padding-right: 90px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.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,
.col-auto,
.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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px
}

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

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

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

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

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

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

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

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body,
ul {
    margin: 0
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

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

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

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

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

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

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

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

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

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

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

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

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

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

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

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

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

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

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

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

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

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

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

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

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

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

.flex-row {
    -webkit-box-orient: horizontal !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-direction: reverse !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !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
}

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

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

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

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

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

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

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

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

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

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

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

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !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-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

    .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-direction: normal !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !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-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

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

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

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

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

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

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !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-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

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

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

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

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

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

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !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-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

img {
    max-width: 100%;
    height: auto;
    border: 0
}

a {
    color: inherit
}

@media only screen and (device-aspect-ratio:2 / 3),
only screen and (device-aspect-ratio:40 / 71),
only screen and (device-aspect-ratio:375 / 667),
only screen and (device-aspect-ratio:9 / 16) {

    input[type=text],
    input[type=tel],
    input[type=password],
    input[type=datetime],
    input[type=datetime-local],
    input[type=date],
    input[type=month],
    input[type=time],
    input[type=week],
    input[type=number],
    input[type=email],
    input[type=url],
    select,
    select:focus,
    textarea,
    textarea:focus {
        font-size: 16px !important
    }
}

body {
    background: #edeaea;
    padding-top: 160px
}

ul {
    padding-left: 0
}

ul li {
    list-style-type: none
}

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

.apply_section_next .apply_start .start_ul li:before,
.apply_section_next .jayden .comma,
.g_indent_40,
.home_section .block_player .z_grey:before,
.right_moment_btn::after,
header .navbar:before {
    content: ''
}

.center_container {
    max-width: 1306px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 90px;
    display: block
}

.display_table {
    display: table
}

.display_table_row {
    display: table-row
}

.w_100 {
    width: 100%
}

.blue_line {
    height: 4px;
    background-color: #1086c2
}

.link_block {
    color: #1086c2;
    font-size: 16px;
    font-weight: 400;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.main_background {
    background-size: contain !important;
    background: url(../img/home_b.png) top right no-repeat
}

.g_line_520,
.small_top_line {
    height: 4px;
    background-color: #1086c2
}

.small_top_line {
    width: 160px;
    display: block
}

.g_title {
    color: #101113;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif
}

.g_something,
.g_text {
    font-weight: 400;
    line-height: 36px
}

.g_text {
    color: #101113;
    font-size: 18px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.g_something {
    color: #1086c2;
    font-size: 16px
}

.g_line_520 {
    max-width: 520px;
    width: 100%
}

.comma {
    width: 175px;
    height: 124px;
    display: block;
    position: absolute;
    top: -40px;
    left: -40px;
    background: url(../img/comma.png);
    opacity: .5
}

.g_indent_40 {
    height: 40px;
    width: 100%
}

.g_text_align_right {
    text-align: right
}

.g_clear_both {
    clear: both
}

.g_float_right {
    float: right
}

.g_line_height_36 {
    line-height: 36px
}

.fw-col-xs-12 {
    min-height: 2px !important
}

.fw-container-fluid .fw-row>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.fw-option-type-page-builder .builder-item-type .inner:hover img {
    width: initial !important;
    height: initial !important
}

.authors__list-item a,
.books-item__btn-more,
.link_block,
.releases__link,
.report__btn-more,
.review-item__link {
    display: inline-block;
    line-height: 40px
}

.authors__list-item a:hover::after,
.books-item__btn-more:hover::after,
.link_block:hover::after,
.releases__link:hover::after,
.report__btn-more:hover::after,
.review-item__link:hover::after,
.right_moment_block:hover .right_moment_btn::after {
    width: 100%
}

.right_moment_btn::after {
    position: relative;
    top: 10px;
    display: block;
    height: 2px;
    width: 0;
    background-color: #1086c2;
    -webkit-transition: width .3s;
    transition: width .3s
}

.authors__list-item a::after,
.books-item__btn-more::after,
.link_block::after,
.releases__link::after,
.report__btn-more::after,
.review-item__link::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #1086c2;
    -webkit-transition: width .3s;
    transition: width .3s
}

.books-item__btn-buy:hover,
.nomination_btn:hover,
.releases__more-btn:hover,
.report__btn-buy:hover,
.review-item__show-more:hover,
.site-footer__submit:hover {
    background: #1086C2 !important;
    color: #fff !important
}

.g_line,
.g_line_before_160 {
    background-color: #1086C2;
    height: 4px
}

.g_line_before_160 {
    width: 160px
}

.g_font_floda_bold {
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif
}

.aptf-tweet-content {
    font-family: GTAmerica, Helvetica, Arial, sans-serif !important
}

footer .b_inside ul li a,
footer .copyright,
header .class_is_open,
header .sf-menu li a {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.g_margin_left_40_lg {
    margin-left: 40px
}

.ul_circle {
    margin-left: 20px !important
}

.ul_circle li {
    list-style-type: initial !important
}

figure.wp-caption {
    margin-left: 0
}

.g_black_circle,
.g_white_circle {
    margin-left: 20px
}

.g_mobile_display_block,
time.updated {
    display: none
}

#fellow-table_wrapper .dataTables_length select {
    position: relative;
    top: -6px
}

.g_line {
    max-width: 160px;
    width: 100%;
    display: inline-block
}

.g_table_zebra {
    border-spacing: 0;
    width: 100%
}

.g_table_zebra td {
    padding: 10px
}

.g_table_zebra td:nth-child(2n+1) {
    color: #1086c2;
    font-weight: 700
}

.g_table_zebra tr:nth-child(2n+1) td {
    background: #FFF
}

.g_table_zebra tr:nth-child(2n+2) td {
    background-image: url(../img/team_dots.png)
}

.g_black_circle li {
    list-style-type: disc !important
}

.g_white_circle li {
    list-style-type: circle !important
}

.about-pledge-content__text ul li,
.type_post__entry-content ul li {
    list-style-type: initial
}

@media only screen and (max-width:1200px) {
    body {
        padding-top: 50px
    }

    .before_fixed_header {
        border-bottom: 1px solid #d1d1d2
    }

    .g_table_zebra {
        border-spacing: 0
    }

    .g_table_zebra td,
    .g_table_zebra tr {
        display: block
    }

    .g_table_zebra tr:nth-child(2n+1) td {
        background: initial
    }

    .g_table_zebra tr td:nth-child(1) {
        background: #fff
    }
}

@media only screen and (max-width:1100px) {
    .g_margin_left_40_lg {
        margin-left: 0
    }

    .mobile-background-display-none {
        background-image: none !important
    }

    .g_mobile_display_none,
    .mobile-display-none {
        display: none !important
    }

    .g_mobile_display_block {
        display: block
    }

    .center_container {
        padding-right: 16px
    }

    body .about-tab__heading,
    body .team__heading {
        font-size: 28px
    }
}

ul.tab-block__list li:nth-child(n+4) {
    display: none
}

input {
    outline-offset: 0;
    border-radius: 0;
    -webkit-appearance: none
}

@media only screen and (max-width:700px) {
    .main_background {
        background-size: contain
    }
}

.type_post__entry-content .alignnone {
    margin: 5px 20px 20px 0
}

.type_post__entry-content .aligncenter,
.type_post__entry-content div.aligncenter {
    margin: auto
}

.type_post__entry-content .alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.type_post__entry-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.type_post__entry-content .aligncenter {
    display: block;
    margin: 5px auto
}

.type_post__entry-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.type_post__entry-content a img.alignnone {
    margin: 5px 20px 20px 0
}

.type_post__entry-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.type_post__entry-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.type_post__entry-content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.type_post__entry-content .wp-caption.alignleft,
.type_post__entry-content .wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.type_post__entry-content .wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.type_post__entry-content .wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.type_post__entry-content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.type_post__entry-content ul {
    margin-left: 20px
}

.type_post__entry-content em {
    font-style: italic
}

header {
    margin-bottom: 40px
}

header .site-logo {
    float: left;
    width: 30%;
    margin-top: 72px
}

header .navbar {
    float: left;
    width: 70%;
    position: relative
}

header .mobile-menu {
    display: none
}

header .sf-menu {
    float: right
}

header .sf-menu li {
    float: left
}

header .sf-menu li a {
    color: #101113;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 99px 31px 41px
}

header .sf-menu li a:hover {
    background-color: #1086c2;
    color: #fff;
    font-weight: 600
}

header .sf-menu li:last-child {
    background-color: #1086c2
}

header .navbar:before {
    display: block;
    width: 125px;
    height: 80px;
    background: url(../img/25.png);
    position: absolute;
    top: 15px;
    right: -88px
}

header .mobile-menu .fa {
    font-size: 1.5em
}

header .class_is_open {
    color: #1086c2;
    font-size: 12px;
    font-weight: 500;
    clear: both;
    text-align: right;
    padding-right: 15px;
    padding-top: 13px
}

@media only screen and (max-width:1100px) {

    header,
    header .sf-menu,
    header .site-logo {
        text-align: center
    }

    header .mobile-menu {
        cursor: pointer;
        display: block;
        width: 2.875em;
        height: 2.625em;
        color: #fff;
        background: #23292e;
        line-height: 3.1em;
        text-align: center;
        margin: 0 auto 2em
    }

    header .sf-menu {
        display: none;
        margin: 0 auto;
        float: none
    }

    header .site-logo {
        float: none;
        width: 100%;
        margin-top: 20px
    }

    header .navbar {
        float: none;
        margin: 10px auto 0;
        width: 100%
    }

    header .sf-menu li a {
        padding: 12px;
        text-transform: uppercase
    }

    header .sf-menu li {
        float: none;
        border-top: 1px solid #d4d4d4
    }

    header .sf-menu li:last-child {
        background-color: initial
    }

    header .class_is_open,
    header .navbar:before {
        display: none
    }
}

footer {
    padding: 60px 0 10px
}

footer .block1,
footer .block2,
footer .block3,
footer .block4 {
    display: table-cell;
    width: 33%;
    position: relative;
    margin-top: 40px;
    vertical-align: top
}

footer .icons,
footer .menu_footer {
    margin-top: 30px
}

footer .b_inside {
    padding-right: 80px
}

footer .b_inside2 {
    padding-right: 40px;
    padding-left: 40px
}

footer .b_inside3 {
    padding-right: 0;
    padding-left: 80px
}

footer .b_inside ul li a {
    text-decoration: none;
    color: #101113;
    font-size: 14px;
    font-weight: 400;
    line-height: 60px
}

footer .b_inside ul li:first-child a {
    color: #1086c2;
    font-size: 14px;
    font-weight: 500
}

footer .icons {
    position: relative;
    overflow: hidden
}

footer .menu_footer ul li {
    height: 40px
}

footer .icons li {
    float: left;
    margin-right: 60px
}

footer .copyright {
    clear: both;
    text-align: right;
    color: #afafb2;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    width: 100%;
    position: relative
}

.footer_about {
    position: relative;
    margin-top: 50px
}

.footer_about__telephone b {
    font-size: 18px;
    margin-bottom: 6px;
    display: inline-block;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif;
    font-weight: 500
}

.footer_about__telephone {
    font-size: 16px;
    margin-bottom: 40px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.footer_about__address b {
    font-size: 18px;
    margin-bottom: 6px;
    display: inline-block;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif;
    font-weight: 500
}

.footer_about__address,
.home_section .block_player .title,
.home_section .block_player .z_text,
.home_section .israel_global_s {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.footer_about__address {
    font-size: 16px;
    margin-bottom: 20px
}

@media only screen and (max-width:1100px) {

    footer .copyright,
    footer .icons {
        position: relative;
        text-align: center
    }

    footer .b_inside3,
    footer .block4,
    footer .copyright,
    footer .icons {
        text-align: center
    }

    .footer_about {
        top: 0;
        margin-left: 0
    }

    footer .block1,
    footer .block2,
    footer .block3,
    footer .block4 {
        display: block;
        width: 100%
    }

    footer .site-footer__mail_chimp {
        margin-top: 0
    }

    footer .copyright {
        bottom: 0;
        top: 0
    }

    footer .icons {
        float: none;
        display: inline-block;
        margin-bottom: 0
    }

    footer .icons li {
        margin: 0 20px 60px
    }

    footer .b_inside {
        padding-right: 0;
        padding-left: 0
    }

    footer .b_inside ul li a,
    footer .b_inside ul li:first-child a {
        font-size: 18px
    }
}

.home_section .block_player {
    padding-top: 65px
}

.home_section .block_player .s_money {
    position: relative;
    max-width: 640px;
    width: 100%
}

.home_section .block_player .z_grey {
    position: relative;
    display: inline-block;
    margin-left: 65px
}

.home_section .block_player .z_grey:before {
    display: block;
    width: 54%;
    height: 98%;
    background: #edeaea;
    position: absolute;
    top: -20px;
    left: -20px
}

.home_section .block_player .z_logo {
    position: relative;
    float: left;
    margin-right: 30px;
    top: 20px
}

.home_section .block_player .z_text {
    position: relative;
    font-size: 34px;
    line-height: 46px
}

.home_section .block_player .z_white_background {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 56%;
    top: 0;
    left: 0;
    max-width: 372px
}

.home_section .block_player .z_bottom {
    padding-left: 50px;
    padding-top: 50px
}

.home_section .block_player .z_link {
    text-align: right;
    padding-top: 50px;
    position: relative;
    top: 10px
}

.home_section .blue_line {
    max-width: 520px
}

.home_section .fostering_a {
    max-width: 663px;
    width: 100%;
    margin-top: 35px
}

.home_section .israel_global_s {
    background-color: #1086c2;
    max-width: 800px;
    color: #fff;
    padding: 66px 80px
}

.home_section .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 54px
}

.home_section .text {
    margin-top: 10px
}

.home_section .img22_27 {
    margin-top: 90px;
    width: 100%;
    max-width: 557px
}

.home_section .month1 {
    position: absolute;
    top: 154px;
    left: 154px
}

.home_section .month2 {
    position: absolute;
    top: 154px;
    left: 560px
}

.home_section .israel {
    position: absolute;
    top: -115px;
    left: -30px;
    font-size: 260px;
    font-weight: 500;
    opacity: .05
}

.home_section .man_block {
    margin-top: 360px;
    text-align: right;
    max-width: 483px
}

.home_section .man_block img {
    max-width: 520px;
    width: 100%
}

.home_section .block_player {
    margin-top: 160px
}

.home_section .block_player .title {
    position: relative;
    color: #101113;
    font-size: 25px;
    font-weight: 600;
    line-height: 46px;
    max-width: 611px;
    top: -4px;
    width: 100%
}

.home_section .block_player .text {
    position: relative;
    top: -50px;
    right: 86px;
    text-align: right;
    width: 100%;
    color: #1086c2;
    font-size: 16px;
    font-weight: 400;
    max-width: 700px
}

.home_section .block_player .s_player {
    width: 50%
}

.home_section .ten_block {
    margin-top: 200px;
    text-align: right;
    max-width: 480px
}

.home_section .ten_block .interactive {
    color: #101113;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    max-width: 350px;
    width: 100%;
    text-align: right;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif
}

.home_section .block_class .apply,
.home_section .man_block__small_text,
.home_section .on_right_now {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.home_section .ten_block img {
    width: 100%;
    max-width: 480px
}

.home_section .block_class {
    width: 100%;
    max-width: 800px
}

.home_section .block_class .img_class {
    width: 100%
}

.home_section .block_class .apply {
    padding: 140px 10px 30px;
    width: 116px;
    background-color: #1086c2;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    bottom: -50px;
    right: 0;
    cursor: pointer;
    line-height: 22px
}

.home_section .block_class .apply:hover {
    background-color: #fff;
    color: #1086c2
}

.home_section .block_class .link {
    position: relative;
    top: 50px;
    left: 80px;
    display: inline-block
}

.home_section .on_right_now {
    transform: rotate(90deg);
    position: absolute;
    color: #afafb2;
    font-size: 14px;
    font-weight: 400;
    left: -102px;
    top: 342px
}

.home_section .on_right_now_line {
    width: 160px;
    height: 2px;
    background-color: #afafb2;
    position: relative;
    top: -8px;
    left: 130px
}

.home_section .man_block__item {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 17vw 3.7vw 0 1vw;
    width: 100%
}

.home_section .man_block__line {
    height: 2px;
    width: 175px;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -3px
}

.home_section .man_block__title {
    margin-top: 40px;
    font-size: 1.8em;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif
}

.home_section .man_block__description {
    margin-top: 10px;
    line-height: 25px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-left: 60px
}

.home_blue_block_item {
    position: relative;
    background: #1086c2;
    padding: 55px 80px 20px;
    max-width: 690px
}

.home_blue_block_item .home_blue_block_link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.home_blue_block_background_text {
    position: absolute;
    color: #fff;
    opacity: .05;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-size: 170px;
    letter-spacing: 7px;
    font-weight: 400;
    line-height: 54px;
    top: 8px;
    left: -23px;
    white-space: nowrap
}

.home_blue_block_text1,
.home_blue_block_text2 {
    line-height: 54px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff
}

.home_blue_block_text1 {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600
}

.home_blue_block_text2 {
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif;
    font-size: 54px;
    font-weight: 500;
    margin-top: 16px
}

.home_blue_block_image_description {
    margin-top: 27px;
    overflow: hidden
}

.home_blue_block_left {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 30px
}

.home_blue_block_left .home_blue_block_image {
    max-width: 200px;
    width: 100%
}

.home_blue_block_right {
    float: right;
    width: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    padding-top: 24px;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif
}

@media only screen and (max-width:1199px) {
    .home_section .man_block {
        margin-top: 20px
    }

    .home_section .ten_block {
        margin-top: 100px;
        text-align: center
    }

    .home_section .ten_block .interactive {
        float: none;
        margin: 20px auto
    }

    .home_section .man_block__item {
        bottom: 10px;
        top: initial
    }
}

@media only screen and (max-width:800px) {
    .home_section .block_player .title {
        font-size: 20px
    }
}

@media only screen and (max-width:703px) {
    .home_section .israel {
        top: -49px;
        left: -11px;
        font-size: 115px
    }

    .home_section .israel_global_s {
        padding: 34px 30px
    }

    .home_section .block_player .text {
        top: 0
    }

    .home_section .block_class .link {
        left: 0;
        margin-top: 50px;
        top: 0
    }

    .home_section .block_class .apply {
        right: 0;
        bottom: 70%;
        padding: 80px 0 40px;
        width: 91px;
        font-size: 18px
    }

    .home_blue_block_left,
    .home_blue_block_right {
        width: 100%;
        float: none;
        text-align: center
    }

    .home_section .man_block__item {
        padding-top: 1vw !important
    }

    .home_blue_block_left {
        padding-right: 0
    }

    .home_blue_block_background_text {
        font-size: 94px;
        letter-spacing: 1px
    }

    .home_blue_block_item {
        padding: 63px 10px 20px
    }

    .home_blue_block_text1 {
        font-size: 26px;
        line-height: 35px
    }

    .home_blue_block_left .home_blue_block_image {
        width: 100px
    }

    .home_blue_block_text2 {
        font-size: 47px
    }
}

@media only screen and (max-width:320px) {
    .home_blue_block_background_text {
        font-size: 80px
    }
}

.apply_section {
    padding-top: 183px
}

.apply_section .left_top {
    position: absolute;
    width: 100%;
    z-index: 9000;
    left: -16px;
    padding-left: 32px
}

.apply_section .left_top .left_top-sub {
    color: #101113;
    font-size: 26px;
    max-width: 780px;
    width: 100%;
    font-weight: 400;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
}

.apply_section .blue_line {
    max-width: 520px;
    width: 100%
}

.apply_section .fostering_a {
    margin-top: 35px;
    max-width: 780px;
    width: 100%
}

.apply_section .individualized_2 {
    margin-top: 99px;
    width: 100%;
    padding-left: 120px
}

.apply_section .jeff_btn {
    position: relative;
    top: 20px;
    left: 97px
}

.apply_section .individualized_2 .text {
    display: inline-block;
    max-width: 464px
}

.main_background_full_width {
    background-image: url(../img/home_b.png);
    height: 100%;
    width: 95%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right 70px;
    padding-top: 183px;
    min-height: 820px
}

.apply_section_block_top {
    padding: 0 80px;
    position: relative
}

.apply_section_block_top img {
    float: right
}

.apply_section_next .jayden_block_name {
    background-color: #1086c2;
    position: absolute;
    top: 65%;
    min-height: 120px;
    padding: 23px 60px 30px 40px
}

.apply_section_next .jayden_name {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.apply_section_next .jayden_description {
    opacity: .5;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.apply_section_next .apply_start .start_ul li,
.apply_section_next .element_4 .text {
    color: #101113;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-weight: 500
}

.apply_section_next .jayden_biography_block .jayden_description {
    font-size: 15px
}

.apply_section_next .element_4 {
    clear: both
}

.apply_section_next .element_4 .title {
    padding-top: 36px;
    margin-bottom: 50px
}

.apply_section_next .element_4 .text {
    margin-top: 60px;
    font-size: 16px;
    line-height: 26px;
    max-width: 320px
}

.apply_section_next .element_4 .block_4 {
    margin-top: 50px;
    text-align: center
}

.apply_section_next .in_an_app .in_an_specific_img_block,
.apply_section_next .tadhg .tadhg_li_img {
    text-align: right
}

.apply_section_next .apply_start {
    margin-top: 235px
}

.apply_section_next .apply_start .start_ul {
    max-width: 280px;
    width: 100%;
    float: right;
    margin-top: 80px
}

.apply_section_next .apply_start .start_ul li:before {
    height: 4px;
    background-color: #1086c2;
    max-width: 280px;
    width: 100%;
    display: block;
    margin-bottom: 39px
}

.apply_section_next .apply_start .start_ul li {
    font-size: 26px;
    line-height: 54px;
    margin-bottom: 50px
}

.apply_section_next .apply_start .apply_img {
    width: 100%;
    max-width: 1040px
}

.apply_section_next .jayden .li_1 {
    max-width: 680px;
    width: 100%;
    margin-top: 40px
}

.apply_section_next .jayden .li_2 {
    max-width: 720px;
    width: 100%;
    color: #1086c2;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding: 20px 0 20px 40px;
    border-left: 4px solid #1086c2;
    margin: 40px 0;
    background: url(../img/jayden_bg.png);
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.apply_section_next .jayden .li_2 div {
    max-width: 453px;
    width: 100%
}

.apply_section_next .jayden .li_3 {
    max-width: 680px;
    width: 100%;
    margin-bottom: 40px
}

.apply_section_next .jayden .jayden_right {
    width: 100%;
    max-width: 560px
}

.apply_section_next .jayden .jayden_left {
    margin-top: 40px
}

.apply_section_next .jayden .comma_text {
    margin-top: 80px;
    max-width: 560px;
    width: 100%;
    position: relative;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif;
    font-size: 50px;
    line-height: 60px;
    color: #1086c2
}

.apply_section_next .in_an_app .in_an_menu li,
.apply_section_next .lisa_feria .lisa_something {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.apply_section_next .jayden .comma {
    width: 175px;
    height: 124px;
    display: block;
    position: absolute;
    top: -40px;
    left: 40px;
    background: url(../img/comma.png)
}

.apply_section_next .jayden .comma_block {
    padding-left: 80px
}

.apply_section_next .tuition_for {
    margin-top: 270px;
    background-image: url(../img/80000.png);
    background-repeat: no-repeat;
    background-position: 63px 0
}

.apply_section_next .tuition_for .tuition_line {
    max-width: 520px;
    width: 100%;
    height: 4px;
    background-color: #1086c2
}

.apply_section_next .tuition_for .tuition_title {
    margin-top: 35px
}

.apply_section_next .tuition_for .tuition_text {
    margin-top: 60px;
    max-width: 680px;
    padding-left: 120px
}

.apply_section_next .tuition_for .tuition_button {
    margin-top: 96px
}

.apply_section_next .tuition_for .tuition_ul {
    padding-left: 15px
}

.apply_section_next .tadhg .tadhg_absolute_bg {
    background: url(../img/tadhg_bg.png)
}

.apply_section_next .tadhg .tadhg_line {
    max-width: 520px;
    width: 100%;
    height: 4px;
    background-color: #1086c2
}

.apply_section_next .tadhg .tadhg_title {
    margin-top: 35px
}

.apply_section_next .tadhg .tadhg_img {
    max-width: 560px;
    width: 100%;
    margin-right: 20px;
    margin-top: 50px
}

.apply_section_next .tadhg .tadhg_block2 {
    position: absolute;
    top: 0;
    width: 47%;
    left: 53%;
    padding-right: 80px
}

.apply_section_next .tadhg .li_1 {
    max-width: 560px;
    width: 100%;
    margin-top: 276px
}

.apply_section_next .tadhg .li_2 {
    width: 100%;
    position: relative;
    margin-top: 40px
}

.apply_section_next .tadhg .li_3 {
    margin-top: 80px
}

.apply_section_next .tadhg .tadhg_absolute_bg {
    position: relative;
    left: -200px;
    width: calc(100% + 200px);
    padding: 40px 20px 40px 0
}

.apply_section_next .tadhg .tadhg_absolute_text {
    max-width: 560px;
    margin-left: 200px
}

.apply_section_next .lisa_feria {
    margin-top: 320px;
    margin-bottom: 180px
}

.apply_section_next .lisa_feria .lisa_btn {
    position: absolute;
    top: 400px;
    left: 16px
}

.apply_section_next .lisa_feria .lisa_block_2 {
    position: absolute;
    top: 159px;
    left: 35%
}

.apply_section_next .lisa_feria .lisa_title {
    margin-top: 35px;
    max-width: 698px
}

.apply_section_next .lisa_feria .lisa_text {
    max-width: 680px;
    margin: 98px 100px 0 120px
}

.apply_section_next .lisa_feria .lisa_link {
    margin-top: 70px;
    margin-right: 268px;
    text-align: right
}

.apply_section_next .lisa_feria .lisa_img {
    max-width: 800px;
    width: 100%
}

.apply_section_next .lisa_feria .lisa_something_block {
    margin-top: 81px;
    width: 100%
}

.apply_section_next .lisa_feria .lisa_something {
    max-width: 560px;
    width: 100%;
    float: right
}

.apply_section_next .lisa_feria .lisa_block_2_1 {
    position: absolute;
    top: 0;
    left: 15px
}

.apply_section_next .lisa_feria .lisa_block_2_1 .lisa_title {
    max-width: 550px
}

.apply_section_next .lisa_feria .lisa_block_2_1 .lisa_text {
    margin: 38px 0 0 20px;
    max-width: 550px
}

.apply_section_next .in_an_app .in_an_app_title {
    margin-top: 35px
}

.apply_section_next .in_an_app .in_an_app_text {
    margin-top: 59px;
    margin-left: 120px;
    max-width: 600px;
    width: 100%
}

.apply_section_next .in_an_app .grey_line {
    height: 2px;
    background-color: #afafb2
}

.apply_section_next .in_an_app .in_an_menu {
    width: 100%
}

.apply_section_next .in_an_app .in_an_menu li {
    float: left;
    width: 20%;
    margin: 45px 0 56px;
    color: #101113;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    padding-top: 52px;
    border-top: 2px solid rgba(175, 175, 178, .2)
}

.apply_section_next .in_an_app .in_an_menu li.active {
    border-top: 2px solid #1086C2;
    color: #1086c2
}

.apply_section_next .in_an_app .in_an_menu li span {
    cursor: pointer;
    display: inline-block
}

.apply_section_next .in_an_app .in_an_box {
    background: #fff;
    padding: 60px 16px 80px 0;
    width: 100%
}

.apply_section_next .in_an_app .in_an_box_title {
    color: #101113;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif
}

.apply_section_next .in_an_app .in_an_box_text {
    color: #101113;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 20px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.apply_section_next .in_an_app .in_an_specific_img {
    max-width: 584px;
    width: 100%;
    margin-right: 36px;
    margin-top: 50px
}

.apply_section_next .in_an_app .in_an_left_bg {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%
}

.apply_section_next .we_consider {
    margin-top: 250px
}

.apply_section_next .we_consider .we_consider_title {
    margin-top: 35px;
    max-width: 900px
}

.apply_section_next .we_consider .we_consider_text {
    margin-top: 93px;
    padding-left: 120px;
    max-width: 680px
}

.apply_section_next .nomination_b {
    margin-top: 52px
}

.apply_section_next .nomination_b .nomination_title {
    background: url(../img/nomination.png);
    padding: 69px 0 0 120px;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    cursor: pointer
}

.apply_section_next .nomination_b .nomination_block {
    padding-left: 120px;
    position: relative;
    margin-top: 42px
}

.apply_section_next .nomination_b .nomination_01 {
    color: #fff;
    font-size: 62px;
    font-weight: 500;
    line-height: 1px;
    display: inline
}

.apply_section_next .nomination_b .nomination_02 {
    color: #1086c2;
    font-size: 44px;
    font-weight: 700;
    display: inline;
    line-height: 1px
}

.apply_section_next .nomination_b .nomination_top_line {
    width: 120px;
    height: 2px;
    background-color: #1086c2;
    position: absolute;
    top: -2px;
    right: 119px
}

.apply_section_next .nomination_b .nomination_text {
    max-width: 800px;
    width: 100%;
    color: #101113;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    float: left;
    padding: 39px 0 80px 120px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    border-left: 1px solid #D1D1D2
}

.apply_section_next .do_question .question,
.apply_section_next .nomination_b .nomination_btn {
    font-weight: 500;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.apply_section_next .nomination_b .nomination_text_block::-webkit-scrollbar {
    width: 4px
}

.apply_section_next .nomination_b .nomination_text_block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e0dedf
}

.apply_section_next .nomination_b .nomination_text_block::-webkit-scrollbar-thumb {
    background-color: #1086c2;
    outline: #e0dedf solid 1px
}

.apply_section_next .nomination_b .nomination_text_block {
    max-height: 320px;
    overflow-y: scroll;
    display: none
}

.apply_section_next .nomination_b .nomination_btn {
    position: absolute;
    right: 119px;
    color: #1086c2;
    font-size: 16px;
    padding: 101px 40px 40px;
    border-left: 2px solid #1086c2;
    border-right: 2px solid #1086c2;
    border-bottom: 2px solid #1086c2;
    top: 95px
}

.apply_section_next .do_question {
    padding-left: 240px
}

.apply_section_next .do_question .do_question_title {
    margin-top: 35px
}

.apply_section_next .do_question .questions {
    margin-top: 67px;
    background: #fff;
    padding: 80px 80px 1px;
    max-width: 920px
}

.apply_section_next .do_question .question {
    cursor: pointer;
    color: #101113;
    font-size: 18px;
    position: relative;
    padding-right: 10px
}

.apply_section_next .do_question .questions :last-child {
    border-bottom: 0
}

.apply_section_next .do_question .min_plus {
    position: absolute;
    top: 0;
    right: 0;
    color: #101113;
    font-size: 22px;
    font-weight: 700
}

.apply_section_next .do_question .q_ansver {
    font-weight: 500;
    padding-top: 30px;
    display: none;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.apply_section_next .do_question .q_item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #edeaea
}

.apply_section_next .do_question .still_have {
    margin-top: 79px;
    float: right;
    margin-right: 180px;
    color: #101113;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    position: relative
}

.apply_section_next .do_question .still_have span {
    color: #1086c2;
    font-weight: 500
}

.apply_section_next .do_question .still_line {
    max-width: 142px;
    width: 100%;
    height: 2px;
    background-color: #1086c2;
    position: absolute;
    right: -100px
}

.apply_section_next .right_moment {
    margin-top: 300px;
    padding-right: 79px;
    height: 1120px;
    margin-bottom: 200px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.apply_section_next .right_moment .right_moment_background {
    background-image: url(../img/right_moment_top.png);
    background-repeat: repeat-x;
    background-color: #1086c2;
    position: relative;
    height: 100%
}

.apply_section_next .right_moment .right_moment_block {
    background-image: url(../img/apply_btn.png);
    background-repeat: repeat-x;
    max-width: 440px;
    width: 100%;
    height: 960px;
    background-color: #fff;
    position: absolute;
    right: 180px;
    color: #1086c2;
    font-size: 30px;
    font-weight: 500;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    text-align: center;
    cursor: pointer
}

.apply_section_next .right_moment .right_moment_btn {
    position: relative;
    top: 740px;
    display: inline-block
}

.apply_section_next .right_moment .right_moment_text {
    color: #fff;
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    padding-top: 700px;
    padding-left: 260px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.apply_section_next .right_moment .right_moment_line {
    max-width: 160px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 30px
}

.apply_section_next .jayden_biography_block {
    position: relative
}

.apply_section_next .jayden_block_name.jayden_biography {
    background-color: #1086c2;
    position: absolute;
    top: initial;
    min-height: 120px;
    padding: 23px 60px 30px 40px;
    bottom: -30px
}

@media only screen and (max-width:1400px) {
    .apply_section .fostering_a {
        max-width: 660px
    }

    .apply_section_next .right_moment .right_moment_text {
        padding-left: 60px
    }

    .apply_section_next .right_moment .right_moment_block {
        height: 620px
    }

    .apply_section_next .right_moment .right_moment_btn {
        top: 440px
    }
}

@media only screen and (max-width:1300px) {

    .apply_section_next .nomination_b .nomination_block,
    .apply_section_next .we_consider .we_consider_text {
        padding-left: 0
    }

    .apply_section_next .do_question .questions {
        width: 99%
    }
}

@media only screen and (max-width:1200px) {
    .apply_section_next .jayden_block_name.jayden_biography {
        position: relative;
        top: 0;
        padding: 23px 20px 30px
    }

    .apply_section_next .nomination_b .nomination_02 {
        font-size: 33px
    }

    .apply_section_next .nomination_b .nomination_01 {
        font-size: 40px
    }

    .apply_section_next .tadhg .tadhg_img {
        margin-right: 0
    }

    .apply_section_next .do_question .still_have {
        margin-top: 50px
    }

    .apply_section_next .lisa_feria .lisa_link {
        margin-top: 40px
    }

    .apply_section_next .tadhg .li_3 {
        margin-top: 50px
    }

    .apply_section .individualized_2 {
        margin-top: 60px
    }

    .apply_section_next .jayden .comma_text {
        margin-top: 50px
    }

    .main_background_full_width {
        background-size: contain
    }

    .apply_section_next .jayden .comma_block {
        padding-left: 0
    }

    .apply_section_next .tuition_for .tuition_text {
        padding-left: 16px
    }

    .apply_section_next .do_question .still_line {
        right: 0
    }

    .apply_section_next .nomination_b .nomination_top_line {
        display: none
    }

    .apply_section_next .nomination_b .nomination_title {
        padding: 69px 0 0 20px
    }

    .apply_section_next .nomination_b .nomination_text {
        float: none;
        max-width: initial;
        padding: 39px 0 0 40px
    }

    .apply_section_next .nomination_b .nomination_btn {
        right: initial;
        display: inline-block;
        margin-top: 40px;
        margin-left: 40px;
        position: relative;
        border-left: 0;
        border-right: 0;
        padding: 0 40px 20px;
        top: 0;
        font-family: GTAmerica, Helvetica, Arial, sans-serif
    }

    .apply_section_next .in_an_app .in_an_left_bg {
        width: 80%
    }

    .apply_section_next .in_an_app .in_an_box {
        padding: 80px 16px 136px
    }

    .apply_section_next .tadhg .tadhg_block2 {
        position: relative;
        width: 100%;
        left: 0;
        padding-left: 16px;
        padding-right: 95px
    }

    .apply_section_next .tadhg .tadhg_block2 .li_1 {
        margin-top: 50px
    }

    .apply_section_next .lisa_feria .lisa_block_2 {
        position: relative;
        top: initial;
        left: initial;
        margin-top: 60px
    }

    .apply_section_next .lisa_feria .lisa_text {
        margin: 20px 0 0 20px
    }

    .apply_section_next .lisa_feria .lisa_btn {
        position: relative;
        top: initial;
        left: initial
    }

    .apply_section_next .lisa_feria .lisa_link {
        margin-right: initial;
        float: none
    }

    .apply_section_next .lisa_feria .lisa_something {
        float: none;
        margin-top: 40px
    }
}

@media only screen and (max-width:1100px) {
    .apply_section_next .right_moment {
        padding-right: initial
    }

    .apply_section_next .do_question {
        padding-left: 20px
    }

    .apply_section_next .do_question .questions {
        padding: 20px 16px 1px
    }

    .apply_section_next .do_question .still_have {
        margin-right: 10px
    }

    .apply_section_next .we_consider .we_consider_text {
        padding-left: 10px
    }

    .apply_section_next .tadhg .tadhg_block2 {
        padding-right: 16px
    }

    .apply_section_next .in_an_app .in_an_app_text {
        margin-left: initial
    }

    .apply_section_next .in_an_app .in_an_menu li {
        float: none;
        display: inline-block;
        width: initial;
        font-size: 20px;
        margin: 20px 30px 20px 0
    }

    .apply_section {
        padding-top: 0
    }

    .apply_section .element_4:before {
        display: none
    }

    .apply_section .jeff_btn {
        top: initial;
        left: initial
    }

    .apply_section .left_top {
        position: relative;
        padding-left: 16px
    }

    .apply_section .individualized_2 {
        margin-left: 0;
        padding-left: 0
    }

    .apply_section .individualized_2 .text {
        display: block;
        margin-bottom: 50px
    }

    .apply_section_block_top {
        margin-top: 0;
        padding: 0 30px
    }

    .apply_section_block_top img {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .apply_section_next .lisa_feria .lisa_block_2_1 {
        position: relative;
        top: initial;
        left: initial
    }

    .apply_section_next .lisa_feria .lisa_block_2_1 .lisa_link {
        float: none
    }
}

@media only screen and (max-width:700px) {
    .apply_section_next .right_moment {
        margin-bottom: 50px
    }

    .apply_section_next .right_moment .right_moment_block {
        right: 10px;
        max-width: 310px;
        height: 560px
    }

    .apply_section_next .right_moment .right_moment_btn {
        top: 400px
    }

    .apply_section_next .right_moment .right_moment_text {
        padding-left: 20px
    }
}

.lavalamp-menu {
    transform: rotate(90deg);
    position: fixed;
    top: 920px;
    right: 77px;
    transform-origin: 100% 100%;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    background: #edeaea;
    z-index: 10000
}

.lavalamp-menu li,
.lavalamp-menu nav {
    display: inline-block;
    vertical-align: top;
    zoom: 1
}

.lavalamp-menu li {
    margin-right: 120px;
    color: #101113;
    font-size: 15px;
    font-weight: 500;
    line-height: 70px;
    padding-bottom: 4px;
    cursor: pointer
}

.lavalamp-menu nav ul li.active a {
    color: #1086c2
}

.lavalamp-menu nav {
    position: relative
}

.lavalamp-menu .lavalamp {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #1086c2;
    -webkit-transition: 1s;
    transition: 1s
}

.lavalamp-menu a {
    display: block;
    line-height: 70px;
    color: #6a6968;
    padding: 0
}

.lavalamp {
    width: 2px;
    background-color: #1086c2
}

.apply_section_right_line {
    width: 2px;
    height: 100%;
    position: fixed;
    background-color: #afafb2;
    opacity: .2;
    top: 0;
    right: 75px;
    z-index: 10000
}

.header .navbar:before,
header .navbar_small:before {
    top: 15px;
    right: -88px;
    content: ''
}

@media only screen and (max-width:1100px) {

    .apply_section_right_line,
    .lavalamp-menu {
        display: none
    }
}

.lavalamp-menu li.selected {
    border-bottom: 2px solid #1086c2
}

.lavalamp-menu li.selected a {
    color: #1086c2
}

header .navbar_small {
    float: left;
    width: 70%;
    position: relative
}

header .navbar_small:before {
    display: block;
    width: 125px;
    height: 80px;
    background: url(../img/23.png);
    position: absolute
}

@media only screen and (max-width:1680px) {
    header .navbar_small {
        width: 62%
    }
}

@media only screen and (max-width:1100px) {
    header .navbar_small {
        float: none;
        margin: 10px auto 0;
        width: 100%
    }

    header .navbar_small:before {
        display: none
    }
}

@media only screen and (min-width:1101px) {
    .header li.current-menu-item a span {
        border-bottom: 2px solid #1086c2;
        padding-bottom: 6px
    }

    .header li.current-menu-item:last-child a span {
        border-bottom: 2px solid #fff;
        padding-bottom: 6px
    }

    .header li.current-menu-item:last-child ul.sub-menu a span {
        border-bottom: 0;
        padding-bottom: initial
    }

    .header .sf-menu li.current-menu-item:last-child a {
        color: #fff
    }

    .header .sf-menu li:hover {
        background-color: #1086c2;
        color: #fff;
        font-weight: 600
    }
}

.header {
    will-change: transform;
    transition: height .5s linear;
    -moz-transition: height .5s linear;
    -webkit-transition: height .5s linear;
    -o-transition: height .5s linear;
    -ms-transition: height .5s linear;
    height: 160px;
    overflow: initial
}

.header .sf-menu li.current-menu-item a {
    color: #1086c2
}

.header .site-logo {
    float: left;
    width: 30%;
    margin-top: 72px
}

.header .site-logo .custom-logo {
    width: 297px
}

.header .navbar {
    float: left;
    width: 70%;
    position: relative
}

.header .mobile-menu {
    display: none
}

.header .sf-menu {
    float: right
}

.header .sf-menu li {
    float: left
}

.header .sf-menu li a {
    color: #101113;
    font-size: 16px;
    font-weight: 400;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 99px 31px 41px;
    height: 100%
}

.article__text a:hover,
.article__text-margin a:hover,
.books__subtext a,
.report__bottom-text a,
.tab-block__list a {
    text-decoration: underline
}

.header .sf-menu li:last-child {
    background-color: #1086c2
}

.header .navbar:before {
    display: block;
    width: 125px;
    height: 80px;
    background: url(../img/25.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10001
}

.header .mobile-menu .fa {
    font-size: 1.5em;
    color: #1086c2
}

.header .class_is_open {
    color: #1086c2;
    font-size: 12px;
    font-weight: 500;
    clear: both;
    text-align: right;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    padding-right: 15px;
    padding-top: 13px
}

.fixed_top_menu {
    position: relative
}

.before_fixed_header,
.fixed_active.before_fixed_header {
    background: #edeaea;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    padding-top: 0
}

.fixed_top_menu #navbar #main-menu li {
    height: 160px
}

.fixed_active.before_fixed_header {
    border-bottom: 1px solid #d1d1d2
}

.fixed_active.before_fixed_header .fixed_top_menu #navbar #main-menu a {
    padding: 50px 31px 41px
}

.fixed_active.before_fixed_header .fixed_top_menu #navbar #main-menu li {
    height: initial
}

.fixed_active.before_fixed_header .fixed_top_menu .site-logo {
    margin-top: 22px
}

.fixed_active.before_fixed_header .class_is_open,
.fixed_active.before_fixed_header .navbar:before {
    display: none
}

@media only screen and (max-width:1670px) {
    .header .navbar {
        width: 63%
    }
}

@media only screen and (min-width:1100px) and (max-width:1200px) {
    .header .sf-menu li a {
        padding: 99px 20px 41px
    }

    div.fixed_active.before_fixed_header .fixed_top_menu #navbar #main-menu a {
        padding: 50px 20px 41px
    }
}

@media only screen and (max-width:1200px) {
    #js_menu_manipulation {
        height: initial
    }
}

@media only screen and (max-width:1100px) {
    .fixed_top_menu #navbar #main-menu li {
        height: initial
    }

    .fixed_active.before_fixed_header .fixed_top_menu #navbar #main-menu a {
        padding: 12px
    }

    .before_fixed_header {
        padding-top: 1px
    }

    .header {
        margin-bottom: 0;
        text-align: center
    }

    .header .mobile-menu {
        cursor: pointer;
        display: block;
        width: 2.875em;
        height: 2.625em;
        line-height: 3.1em;
        text-align: center;
        margin: 0 auto 14px
    }

    .header .sf-menu {
        margin: 0 auto;
        float: none;
        text-align: center
    }

    .header .site-logo {
        float: none;
        margin-top: 20px;
        text-align: center
    }

    .header .navbar {
        float: none;
        margin: 10px auto 0;
        width: 100%
    }

    .header .sf-menu li {
        float: none;
        border-top: 1px solid #d4d4d4
    }

    .header .sf-menu li:last-child {
        background-color: initial
    }

    .header .class_is_open,
    .header .navbar:before {
        display: none
    }

    .header .site-logo {
        width: 80%
    }

    .header .mobile-menu {
        position: relative;
        float: right;
        background: 0 0;
        color: #000;
        margin-top: -63px
    }

    .header .sf-menu {
        display: none;
        width: 100%;
        clear: both
    }

    .header .sf-menu li a {
        padding: 12px;
        text-transform: uppercase;
        display: block
    }

    .header .main-navigation {
        position: relative;
        top: 0
    }

    .sf-menu li.menu-item-has-children a {
        display: inline-block
    }
}

.breadcrumbs__item,
.breadcrumbs__item-current {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: rgba(16, 17, 19, .3);
    letter-spacing: 0;
    line-height: 18px
}

@media only screen and (max-width:410px) {
    .header .mobile-menu {
        margin-top: -62px
    }
}

@media only screen and (max-width:375px) {
    .header .mobile-menu {
        margin-top: -60px
    }
}

@media only screen and (max-width:320px) {
    .header .mobile-menu {
        margin-top: -57px
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 40px
}

.breadcrumbs__item {
    position: relative;
    margin-right: 33px
}

.breadcrumbs__item:after {
    content: '';
    position: absolute;
    right: -18px;
    top: 8px;
    width: 5px;
    height: 6px;
    background-image: url(../img/svg/breadcrumbs_arrow.svg)
}

.press-hero {
    padding-top: 93px;
    background-image: url(../img/3.png);
    background-repeat: no-repeat;
    background-position: right 108px
}

.press-hero__heading,
.review__heading {
    padding-top: 35px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    color: #101113;
    letter-spacing: 0;
    font-weight: 400
}

.press-hero__heading:before,
.review__heading:before {
    top: 0;
    width: 520px;
    height: 4px;
    background: #1086C2
}

.press-hero__heading {
    position: relative;
    font-size: 36px;
    line-height: 54px;
    margin: 40px 0 94px
}

.press-hero__heading:before {
    content: '';
    position: absolute;
    left: 0
}

.place-hero__text {
    margin: 0 0 233px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #101113;
    letter-spacing: 0;
    line-height: 36px
}

.review__heading {
    padding-left: 60px;
    position: relative;
    font-size: 36px;
    line-height: 54px;
    margin: 120px 0 67px
}

.review__heading:after,
.review__heading:before {
    content: '';
    position: absolute;
    left: 0
}

.review__heading:after {
    top: 40px;
    width: 40px;
    height: 40px;
    background-image: url(../img/review_logo.png)
}

.review-item {
    padding-top: 40px;
    position: relative
}

.review-item--top-right .review-item__dscr {
    max-width: 360px
}

.review-item--top-right .review-item__title {
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif
}

.review-item__dscr,
.review-item__link,
.review-item__tags a,
.review-item__title {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.review-item--top-right:before {
    width: 440px
}

.review-item--bottom-right {
    margin-left: 40px;
    margin-bottom: 320px
}

.review-item__img-wrapper,
.review-item__tags {
    margin-bottom: 10px
}

.review-item--bottom-right:before {
    width: 320px
}

.review-item__tags {
    display: inline-block
}

.review-item__tags a {
    font-size: 10px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 16px;
    padding: 5px 20px 4px 10px;
    margin-right: 10px
}

.review-item__tags .green {
    background-color: #34CD33
}

.review-item__tags .lightblue {
    background-color: #95CFFA
}

.review-item__tags .brown {
    background-color: #D2691E
}

.review-item__tags .blue {
    background-color: #1922FB
}

.review-item__tags .purple {
    background-color: #9423D3
}

.review-item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.review-item__title {
    margin-bottom: 66px;
    font-size: 34px;
    color: #101113;
    letter-spacing: 0;
    line-height: 46px;
    margin-top: 30px
}

.review-item__link,
.review-item__show-more {
    font-size: 16px;
    color: #1086C2;
    letter-spacing: 0
}

.review-item__dscr {
    margin-bottom: 31px;
    letter-spacing: 0;
    line-height: 28px
}

.review-item__link {
    margin-left: 56px;
    margin-bottom: 18px
}

.review-item__show-more {
    margin-top: 200px;
    margin-right: 80px;
    text-align: right;
    display: block;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    border: 2px solid #1086C2;
    padding: 30px 120px 30px 30px
}

.review-item__white-block {
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    background-color: #fff;
    z-index: -1
}

.report__img-wrapper {
    margin-left: -40px;
    padding-top: 120px;
    font-size: 0
}

.report__btn-buy,
.report__btn-more {
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #1086C2
}

.report__btns {
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.report__btn-more {
    margin-bottom: 30px;
    letter-spacing: 0
}

.report__btn-buy {
    padding: 71px 30px 30px;
    letter-spacing: 0;
    border: 2px solid #1086C2;
    border-top: none
}

.report__heading,
.report__middle-text,
.report__top-text {
    color: #101113;
    letter-spacing: 0;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.report__heading {
    padding-top: 35px;
    padding-left: 60px;
    position: relative;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    margin: 0 0 67px;
    font-style: italic
}

.report__heading:after,
.report__heading:before {
    position: absolute;
    left: 0;
    content: ''
}

.report__heading:before {
    top: 0;
    width: 520px;
    height: 4px;
    background: #1086C2
}

.report__heading:after {
    top: 50px;
    width: 40px;
    height: 26px;
    background-image: url(../img/svg/report_logo.svg)
}

.report__top-text {
    margin: 0 0 60px;
    padding-left: 120px;
    font-size: 18px;
    line-height: 36px
}

.report__middle {
    background-color: #fff;
    margin-left: -40px;
    padding: 40px 60px 72px 160px;
    margin-bottom: 40px;
    background-image: url(../img/report_bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top 0 left -146px
}

.report__middle-text {
    font-size: 16px;
    line-height: 32px
}

.report__bottom-text {
    margin: 0 0 28px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: rgba(16, 17, 19, .5);
    letter-spacing: 0;
    line-height: 28px;
    padding-left: 80px
}

.books__subtext,
.books__text {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    color: #101113;
    letter-spacing: 0
}

.books__text {
    margin: 33px 0 20px;
    font-size: 18px;
    line-height: 36px
}

.books__subtext {
    display: block;
    opacity: .5;
    font-size: 14px;
    line-height: 28px;
    max-width: 600px;
    margin-bottom: 100px
}

.books-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 82px;
    margin-left: 80px
}

.books-item__autors,
.books-item__title {
    display: block;
    line-height: 40px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.books-item--left .books-item__img-wrapper {
    margin-left: 40px
}

.books-item--left .books-item__img-wrapper:before {
    left: -40px
}

.books-item--right .books-item__img-wrapper {
    margin-right: 40px
}

.books-item--right .books-item__img-wrapper:before {
    right: -40px
}

.books-item__img-wrapper {
    width: 374px;
    height: 560px;
    flex-shrink: 0;
    position: relative
}

.books-item__img-wrapper:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 400px;
    background-color: #fff;
    top: 80px
}

.books-item__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.books-item__content {
    margin-top: 80px;
    background-color: #fff;
    padding: 66px 66px 0;
    height: 400px
}

.books-item__autors {
    margin-bottom: 40px;
    font-size: 16px;
    color: #1086C2
}

.books-item__title {
    margin-bottom: 20px;
    font-size: 30px;
    color: #101113
}

.books-item__dscr {
    margin: 0;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: rgba(16, 17, 19, .5);
    letter-spacing: 0;
    line-height: 28px
}

.books-item__btn-buy,
.books-item__btn-more {
    font-size: 16px;
    color: #1086C2;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif
}

.books-item__btns {
    padding-left: 66px;
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.books-item__btn-more {
    margin-bottom: 30px;
    letter-spacing: 0
}

.books-item__btn-buy {
    padding: 71px 60px 30px;
    letter-spacing: 0;
    border: 2px solid #1086C2;
    border-top: none
}

.authors__heading,
.authors__subheading {
    display: block;
    color: #101113;
    letter-spacing: 0
}

.authors__wrapper {
    padding-top: 110px;
    min-height: 720px;
    background-image: url(../img/authors.jpg);
    background-repeat: no-repeat
}

.authors__heading {
    padding-top: 39px;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 54px;
    position: relative;
    margin-bottom: 93px
}

.authors__list-item a,
.authors__subheading,
.releases-header__heading {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.authors__heading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 520px;
    height: 4px;
    background: #1086C2
}

.authors__subheading {
    padding-left: 120px;
    font-size: 18px;
    line-height: 36px
}

.authors__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    top: -70px;
    left: -75px
}

.authors__list-item {
    margin-left: 30px;
    margin-bottom: 15px
}

.authors__list-item:last-child {
    margin-right: 0
}

.authors__list-item a {
    display: inline-block;
    padding-bottom: 17px;
    font-size: 16px;
    color: #1086C2;
    letter-spacing: 0
}

@media only screen and (max-width:1400px) {
    .authors__list {
        top: 30px;
        left: 0;
        justify-content: center
    }

    .authors__list-item {
        margin-left: 20px
    }
}

@media only screen and (max-width:1023px) {
    .authors__wrapper {
        padding: 0;
        background-position: left top
    }

    .authors__subheading {
        text-shadow: 1px 1px 1px #FFF;
        color: #000;
        background: #edeaea;
        width: 100%;
        padding: 1px 20px 1px 0
    }

    .review-item__dscr {
        max-width: 100% !important
    }

    .review-item-block {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .press-hero {
        padding-top: 50px
    }

    .place-hero__text {
        margin-bottom: 100px
    }

    .authors__wrapper {
        padding-top: 100px;
        min-height: unset;
        background-image: none
    }

    .authors__list-item {
        margin-right: 20px
    }

    .press-hero__heading:before,
    .report__heading:before,
    .review__heading:before {
        width: 100%
    }

    .authors__heading:before {
        display: none
    }

    .authors__heading {
        padding: 0 20px
    }

    .report__top-text {
        padding-left: 0;
        margin-bottom: 20px
    }

    .report__btns,
    .review-item,
    .review-item--bottom-right {
        margin-bottom: 100px
    }

    .report__middle {
        padding: 20px 20px 20px 60px;
        background-image: none
    }

    .report__bottom-text {
        padding-left: 30px
    }

    .report__btns {
        padding-right: 0;
        max-width: 600px
    }

    .report__img-wrapper {
        padding-top: 40px;
        margin-left: 0
    }

    .review-item--left {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .review-item--top-right .review-item__dscr {
        max-width: 360px
    }

    .review-item--top-right:before {
        width: 100%;
        max-width: 440px
    }

    .review-item__show-more {
        margin-top: 100px;
        margin-bottom: 50px;
        margin-right: 0
    }

    .review__heading {
        margin-top: 50px
    }
}

@media only screen and (max-width:1348px) {
    .books-item {
        flex-direction: column;
        margin: 0 0 40px
    }

    .books-item .books-item__img-wrapper {
        margin: 0 auto
    }

    .books-item--right .books-item__img-wrapper {
        order: -1
    }

    .books-item:last-child {
        margin-bottom: 80px
    }

    .books-item__img-wrapper {
        width: 100%;
        height: auto;
        max-width: 374px;
        margin: 0 auto
    }

    .books-item__img-wrapper:before {
        display: none
    }

    .books-item__content {
        padding: 20px;
        height: auto;
        margin-top: 20px
    }

    .books-item__btns {
        padding: 0
    }

    .books-item__btn-buy {
        padding: 16px
    }

    .books-item__btn-more {
        margin-bottom: 15px
    }
}

.releases-header__heading {
    padding-top: 35px;
    position: relative;
    font-weight: 400;
    font-size: 36px;
    color: #101113;
    letter-spacing: 0;
    line-height: 54px;
    margin: 20px 0 33px
}

.releases-header__input,
.releases-header__text {
    font-size: 18px;
    color: #101113;
    letter-spacing: 0;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.releases-header__heading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 520px;
    height: 4px;
    background: #1086C2
}

.releases-header__text {
    margin: 0 0 33px;
    line-height: 36px
}

.releases-header__form {
    margin-bottom: 80px
}

.releases-header__input {
    width: 100%;
    line-height: 80px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #101113;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none
}

.releases-header__input::placeholder {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    color: #101113
}

.releases__date,
.releases__heading {
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    color: #101113;
    letter-spacing: 0;
    line-height: 40px
}

.releases__item {
    background: #FFF;
    padding: 66px 80px 80px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% - 40px)
}

.releases__date {
    display: block;
    font-size: 16px;
    margin-bottom: 80px
}

.releases__heading {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 400
}

.releases__link,
.releases__text {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.releases__text {
    font-size: 14px;
    color: rgba(16, 17, 19, .5);
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 63px
}

.releases__link,
.releases__more-btn {
    font-size: 16px;
    color: #1086C2;
    letter-spacing: 0
}

.releases__link {
    padding-bottom: 15px;
    position: relative;
    align-self: flex-end;
    margin-top: auto
}

.article-header__heading,
.releases__more-btn {
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif
}

.releases__more-wrapper {
    padding: 40px 0;
    display: flex;
    justify-content: flex-end
}

.releases__more-btn {
    text-align: center;
    display: inline-block;
    padding: 29px 28px 28px;
    min-width: 300px;
    border: 2px solid #1086C2;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .releases-header__heading:before {
        width: 100%
    }
}

@media only screen and (max-width:1023px) {
    .releases__item {
        padding: 20px;
        margin-bottom: 20px;
        height: calc(100% - 20px)
    }

    .releases__more-btn {
        padding: 29px 28px 28px !important
    }
}

.article-contacts__heading:before,
.article-header__heading:before {
    top: 0;
    width: 520px;
    height: 4px;
    background: #1086C2;
    content: '';
    left: 0
}

.article-header__heading {
    padding-top: 35px;
    position: relative;
    font-weight: 400;
    font-size: 36px;
    color: #101113;
    letter-spacing: 0;
    line-height: 54px;
    margin: 20px 0 33px
}

.article__date,
.article__download-wrapper {
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    display: block
}

.article-header__heading:before {
    position: absolute
}

.article__date {
    padding-top: 45px;
    margin-bottom: 40px;
    color: #101113;
    line-height: 40px
}

.article__download-wrapper {
    border: 2px solid #1086C2;
    padding-top: 111px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    color: #1086C2
}

.article__block {
    margin-bottom: 80px
}

.article__text,
.article__text-margin {
    margin: 0 0 20px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #101113;
    letter-spacing: 0;
    line-height: 36px
}

.article__text strong,
.article__text-margin strong {
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif
}

.article__text-margin {
    margin-bottom: 40px
}

.article__img-wrapper {
    margin-bottom: 80px
}

.article-contacts__heading {
    display: block;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #101113;
    letter-spacing: 0;
    line-height: 54px;
    padding-top: 35px;
    margin-top: 97px;
    margin-bottom: 67px;
    position: relative
}

.article-contacts__link,
.article-contacts__name,
.article-contacts__position {
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.article-contacts__heading:before {
    position: absolute
}

.article-contacts__item {
    margin-bottom: 40px;
    max-width: 320px
}

.article-contacts__img-wrapper {
    width: 100%;
    max-width: 320px;
    height: 330px
}

.article-contacts__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.article-contacts__footer {
    background: #1086C2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative
}

.article-contacts__footer:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../img/contacts_overlay.png);
    background-size: cover
}

.about-500__text:before,
.about-header__heading:before {
    top: 0;
    height: 4px;
    content: '';
    left: 0
}

.article-contacts__name {
    font-size: 26px;
    color: #FFF;
    line-height: 46px
}

.article-contacts__position {
    font-size: 12px;
    color: rgba(255, 255, 255, .3);
    line-height: 30px
}

.article-contacts__link {
    font-size: 14px;
    color: #FFF;
    line-height: 24px
}

@media only screen and (max-width:991px) {
    .article__download-wrapper {
        padding-top: 30px
    }
}

@media only screen and (max-width:767px) {

    .article-contacts__heading:before,
    .article-header__heading:before {
        width: 100%
    }
}

.about-page__count ul {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.about-page__count ul li {
    padding: 6px;
    min-height: 200px;
    width: 200px;
    display: flex;
    flex-direction: column
}

.about-page__count ul li .big {
    color: #1086be;
    font-size: 45px;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif
}

.about-page__count ul li .small {
    line-height: 24px;
    font-size: 20px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.about-header__wrapper {
    background-repeat: no-repeat;
    background-position: top 155px right 0
}

.about-header__heading {
    padding-top: 35px;
    position: relative;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #101113;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0 0 93px
}

.about-500__text,
.about-header__text {
    margin: 0;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 36px;
    color: #101113
}

.about-header__heading:before {
    position: absolute;
    width: 520px;
    background: #1086C2
}

.about-header__text {
    letter-spacing: 0
}

.about-500__text {
    padding-top: 156px;
    letter-spacing: 0;
    position: relative
}

.about-black__heading,
.about-black__text {
    color: #FFF;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.about-500__text:before {
    position: absolute;
    width: 160px;
    background-color: #1086C2
}

.about-black {
    position: relative;
    margin-right: 65px;
    background: linear-gradient(to right, rgba(16, 17, 19, 0) 49%, #101113 50%, #101113 100%);
    margin-bottom: 240px
}

.about-black .row {
    background-color: #101113;
    background: linear-gradient(to right, rgba(16, 17, 19, 0) 20px, #101113 21px, #101113 100%)
}

.about-black__content {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    min-height: 520px
}

.about-black__content:after {
    content: '';
    position: absolute;
    right: -630px;
    top: -40px;
    background-image: url(../img/dots.png);
    width: 630px;
    height: 520px
}

.about-black__heading {
    display: block;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 54px
}

.about-black__text {
    margin: 0 0 30px;
    max-width: 580px;
    font-size: 18px;
    line-height: 36px
}

.about-inspired__heading {
    padding-top: 100px;
    display: block;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif;
    font-size: 40px;
    color: #1086C2;
    letter-spacing: 0;
    line-height: 60px;
    position: relative;
    margin-bottom: 47px
}

.about-inspired__heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 4px;
    background-color: #1086C2
}

.about-inspired__text {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #101113;
    letter-spacing: 0;
    line-height: 36px;
    padding-right: 80px
}

.about-map__heading,
.about-pledge__heading {
    padding-top: 35px;
    line-height: 54px;
    color: #101113;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 400
}

.about-inspired__img-wrapper {
    position: relative
}

.about-inspired__img-overlay {
    position: absolute;
    bottom: -80px;
    right: -80px
}

.about-map {
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: top center
}

.about-map__heading:before,
.about-pledge__heading:before {
    left: 0;
    width: 520px;
    height: 4px;
    background: #1086C2;
    top: 0;
    content: ''
}

.about-map__heading {
    display: block;
    position: relative;
    font-size: 36px;
    margin: 0 0 867px
}

.about-map__heading:before {
    position: absolute
}

.about-map__item {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.about-map__item img {
    margin-right: 15px
}

.about-map__item span {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #101113;
    letter-spacing: 0
}

.about-pledge__heading {
    display: block;
    position: relative;
    font-size: 36px;
    margin: 290px 0 94px
}

.about-pledge__heading:before {
    position: absolute
}

.about-pledge__text {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #101113;
    letter-spacing: 0;
    line-height: 36px;
    margin: 0 0 157px
}

.about-pledge__content {
    background-color: #fff;
    padding: 180px 160px 100px;
    width: calc(100% + 40px);
    margin-left: -20px;
    position: relative
}

.about-pledge__content:after,
.about-pledge__content:before {
    content: '';
    width: 680px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../img/pledge_dots.png)
}

.about-pledge-border,
.about-pledge-border2 {
    position: absolute;
    height: 100%;
    border: 1px solid #AFAFB2;
    left: 0;
    margin: 0 auto;
    right: 0
}

.about-pledge__content:before {
    top: 0
}

.about-pledge__content:after {
    bottom: 0
}

.about-pledge-border {
    width: calc(100% - 120px);
    opacity: .3;
    top: 40px
}

.about-pledge-border2 {
    width: calc(100% - 40px);
    opacity: .15;
    top: 80px
}

.about-pledge__title {
    display: block;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 44px;
    color: #1086C2;
    letter-spacing: 0;
    line-height: 56px;
    margin-bottom: 80px;
    max-width: 530px
}

.about-pledge__numbers-list li,
.about-pledge__top-list li {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #101113;
    line-height: 36px;
    letter-spacing: 0
}

.about-pledge-content__text {
    display: block;
    margin: 0 0 30px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #101113;
    letter-spacing: 0
}

.about-pledge__top-list li {
    position: relative;
    margin-bottom: 30px;
    list-style-type: none
}

.about-pledge__top-list li:before {
    content: '';
    position: absolute;
    left: -54px;
    top: calc(50% - 10px);
    width: 24px;
    height: 20px;
    background-image: url(../img/svg/tick.svg)
}

.about-pledge__numbers-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.about-pledge__numbers-list li {
    position: relative;
    margin-bottom: 30px
}

.about-pledge__numbers-list li span {
    margin-right: 10px;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif;
    font-size: 30px;
    color: #1086C2;
    letter-spacing: 0;
    text-align: right;
    line-height: 60px;
    position: absolute;
    left: -55px;
    top: -11px
}

.about-pledge__bottom-text,
.about-pledge__name {
    display: block;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    text-align: right
}

.about-pledge__bottom-text {
    font-size: 18px;
    color: #101113;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 79px
}

.about-pledge__name {
    font-size: 48px;
    color: #1086C2;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 103px;
    margin-top: 70px;
    margin-right: 10px
}

.team-item__name,
.team-item__position {
    color: #FFF;
    letter-spacing: 0;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.about-pledge-header {
    display: flex;
    align-items: center;
    margin-bottom: 56px
}

.about-pledge-header__img {
    margin-right: 40px;
    flex-shrink: 0
}

.about-pledge-header__line {
    width: 100%;
    height: 2px;
    background: #1086C2
}

.team-top {
    margin-top: 280px
}

.team-item {
    height: 400px;
    position: relative;
    text-align: center;
    width: 277.5px;
    margin: 0 auto 40px
}

.team-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: url(../img/team_dots.png)
}

.about-tab__heading:before,
.team__heading:before {
    content: '';
    top: 0;
    height: 4px
}

.team-item__info {
    position: absolute;
    bottom: 20px;
    background: #1086C2;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1
}

.team-item__name {
    font-size: 26px;
    line-height: 38px
}

.team-item__position {
    opacity: 1;
    font-size: 12px;
    line-height: 26px
}

.about-tab__heading,
.team__heading {
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0;
    display: block;
    color: #101113
}

.team__heading {
    margin-top: 200px;
    padding-top: 35px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    position: relative
}

.team__heading:before {
    position: absolute;
    left: 0;
    width: 160px;
    background: #101113
}

.team__heading--right {
    text-align: right;
    margin-bottom: 67px
}

.team__heading--right:before {
    right: 0;
    left: auto
}

.about-tab__heading {
    padding-top: 46px;
    position: relative;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0
}

.about-tab__heading:before {
    position: absolute;
    left: 0;
    width: 520px;
    background: #1086C2
}

.about-tab__text {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #101113;
    letter-spacing: 0;
    line-height: 36px;
    margin: 50px 0 0;
    display: block
}

.tab-block__heading,
.tabs li a {
    line-height: 54px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0
}

.tabs {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.tabs li {
    flex-grow: 1
}

.tabs li a {
    display: block;
    color: #101113;
    padding-top: 47px;
    border-top: 2px solid rgba(175, 175, 178, .2)
}

.tabs li .active {
    border-top: 2px solid #1086C2;
    color: #1086C2
}

.companies-tab {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    padding-top: 59px;
    margin-bottom: 40px
}

.tab-block__heading {
    color: #1086C2
}

.tab-block__list a {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #101113;
    letter-spacing: 0;
    line-height: 40px
}

.companies-table td,
.companies-table th {
    font-family: GTAmerica, Helvetica, Arial, sans-serif !important;
    color: #101113 !important;
    letter-spacing: 0 !important
}

.tab-block {
    margin-bottom: 60px
}

.companies-table {
    overflow: auto;
    border-spacing: 0 !important
}

.companies-table .sorting_inside {
    margin-right: 7px;
    position: relative;
    top: 3px
}

.companies-table .sorting_inside .sorting_inside__top {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #2f2f2f
}

.companies-table .sorting_inside .sorting_inside__bottom {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #2f2f2f;
    margin-top: 1px
}

.companies-table .sorting,
.companies-table .sorting_asc,
.companies-table .sorting_desc {
    white-space: nowrap;
    padding-right: 10px !important
}

.companies-table .sorting_asc .sorting_inside .sorting_inside__top {
    opacity: 0
}

.companies-table .sorting_asc .sorting_inside .sorting_inside__bottom,
.companies-table .sorting_desc .sorting_inside .sorting_inside__top {
    opacity: 1
}

.companies-table .sorting_desc .sorting_inside .sorting_inside__bottom {
    opacity: 0
}

.companies-table .child .sorting_inside {
    display: none
}

.companies-table table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 60px;
    min-width: 1300px
}

.companies-table tr {
    border-bottom: 1px solid #E0DEDF
}

.companies-table tr:nth-child(2n+2) {
    background-image: url(../img/team_dots.png)
}

.companies-table thead tr:first-child {
    background-color: initial
}

.companies-table th {
    opacity: .5 !important;
    font-size: 16px !important;
    line-height: 54px !important;
    padding: 10px !important;
    font-weight: 400 !important;
    text-align: left !important;
    cursor: initial
}

.companies-table th:last-child {
    text-align: right !important
}

.companies-table td {
    font-size: 17px !important;
    padding: 19px 10px !important;
    border-bottom: 1px solid #e0dedf !important
}

.companies-table td:last-child {
    text-align: right !important;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif !important;
    font-size: 40px !important;
    line-height: 40px !important;
    width: 6% !important
}

.companies-table td:first-child a {
    color: #1086c2 !important
}

.pagination {
    margin-bottom: 300px
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: rgba(16, 17, 19, .3);
    letter-spacing: 0;
    line-height: 54px
}

.pagination a.active {
    color: #101113;
    background: #FFF
}

.team__right_block1 {
    float: right !important
}

.mainland .companies-tab {
    background-position: top center;
    background-size: contain
}

#fellow-table_filter,
.companies-table .sorting_inside {
    display: none
}

.companies-table .child .child .sorting_inside {
    display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    top: 30% !important;
    background-color: #1086c2 !important
}

.companies-table td.dataTables_empty {
    font-size: 25px !important;
    font-family: GTAmerica, Helvetica, Arial, sans-serif !important
}

@media only screen and (max-width:1265px) {
    .companies-table td:last-child {
        text-align: left !important;
        font-family: GTAmerica, Helvetica, Arial, sans-serif !important;
        font-size: 20px !important;
        line-height: 20px !important;
        width: initial !important
    }

    .companies-table td {
        line-height: 20px !important
    }

    .companies-table td:first-child {
        line-height: 36px !important
    }
}

@media only screen and (max-width:1200px) {
    .companies-table .child .child {
        padding: 10px !important
    }

    .about-inspired__text {
        padding-right: 0
    }

    .mainland .companies-tab {
        background-position: center center
    }

    .tabgroup {
        margin-top: 0;
        padding-top: 30px
    }

    .mainland__block .mainland__drop {
        margin-bottom: 20px;
        text-align: center;
        font-size: 20px;
        background: #dcdbdc;
        padding: 10px;
        font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif
    }

    .companies-table td,
    table.dataTable>tbody>tr.child span.dtr-title {
        font-size: 16px !important
    }

    .mainland__block .tabs li a {
        padding-top: 0
    }

    .mainland__block .tabs li .active {
        border-top: 2px solid rgba(175, 175, 178, .2)
    }

    .about-header__background_resize {
        background-position-y: 0 !important;
        background-size: auto 100px !important;
        background-position-x: 0 !important;
        padding-top: 130px
    }

    .companies-table td {
        padding: 6px 5px !important;
        letter-spacing: initial !important
    }

    .companies-table th {
        line-height: 18px !important
    }

    .companies-table td:last-child {
        font-size: 16px !important;
        line-height: 18px !important
    }

    .companies-table td:first-child {
        padding-left: 28px !important
    }

    .about-header__heading {
        margin-bottom: 40px
    }

    .about-page__count ul li {
        width: 140px
    }

    .about-page__count ul li .big {
        font-size: 40px
    }

    .team__right_block1 {
        float: initial !important
    }

    .companies-tab .tab-block {
        margin-bottom: 22px
    }

    .companies-tab .tab-block p {
        margin: 0
    }

    #fellow-table_wrapper #fellow-table {
        width: 100% !important
    }
}

#fellow-table_filter input,
.dataTables_paginate a.paginate_button {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

@media only screen and (max-width:1100px) {
    .apply_section_next .element_4 .text {
        margin: 40px auto
    }

    .about-black {
        margin-right: 0
    }

    .about-black:after {
        display: none
    }
}

@media only screen and (max-width:1348px) {

    .about-black__content:after,
    .about-inspired__img-overlay,
    .about-pledge-border,
    .about-pledge-border2,
    .about-pledge__content:after,
    .about-pledge__content:before {
        display: none
    }

    .about-header__heading:before,
    .about-map__heading:before,
    .about-pledge__heading:before,
    .about-tab__heading:before {
        width: 100%
    }

    .about-pledge__content {
        padding: 40px 15px 40px 70px;
        margin-left: 0;
        width: 100%
    }

    .about-500__text,
    .about-inspired__heading {
        padding-top: 70px
    }

    .about-pledge__name {
        font-size: 34px;
        margin-bottom: 70px
    }

    .about-500__text {
        margin-bottom: 40px
    }

    .about-black {
        background-color: #101113;
        background-image: url(../img/dots.png);
        margin-bottom: 90px;
        background-position: left 110% top 0;
        background-repeat: no-repeat
    }

    .about-black .row {
        background: 0 0
    }

    .about-map,
    .companies-tab {
        background-size: contain
    }

    .about-map__heading {
        margin-bottom: 170px
    }

    .about-black__heading {
        font-size: 30px
    }

    .tabs {
        flex-direction: column;
        align-items: stretch
    }

    .companies-tab {
        padding-top: 0
    }

    .team-top {
        margin-top: 50px
    }
}

table.dataTable tbody tr {
    background-color: initial
}

.dataTables_paginate a.paginate_button {
    display: inline-block;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 14px;
    color: rgba(16, 17, 19, .3);
    line-height: 54px;
    text-align: center;
    cursor: pointer
}

.dataTables_paginate a.current {
    color: #101113;
    background: #fff;
    text-align: center
}

.dataTables_info,
.dataTables_paginate a.next,
.dataTables_paginate a.previous {
    display: none
}

.dataTables_paginate {
    float: right
}

.dataTables_filter,
.dataTables_length {
    float: left;
    width: 50%;
    display: block
}

.dataTables_filter label {
    float: right
}

.dataTables_length label {
    font-size: 20px
}

.dataTables_length select {
    margin: 10px;
    padding: 6px
}

#fellow-table_filter input {
    font-size: 18px;
    color: #101113;
    padding: 0 7px 0 29px;
    max-width: 600px;
    -webkit-appearance: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    line-height: 80px;
    background-color: transparent;
    border-bottom: 2px solid #101113;
    outline: 0
}

#fellow-table_filter label {
    position: relative;
    width: 100%;
    max-width: 560px
}

#fellow-table_filter label:before {
    content: '\f002';
    display: block;
    width: 20px;
    height: 30px;
    font-family: FontAwesome;
    position: absolute;
    top: 25px;
    left: 6px
}

.dataTables_scrollHead {
    height: 58px
}

#fellow-table_filter label input {
    width: 100%
}

#fellow-table_filter {
    position: absolute;
    left: 50%;
    top: -170px
}

.list_chapter ul li {
    list-style-type: circle;
    margin-left: 20px
}

.list_chapter .g_title {
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (max-width:1200px) {
    .about-500__img-wrapper {
        margin-top: 25px
    }

    #fellow-table_filter,
    .dataTables_length {
        position: relative;
        float: none;
        left: 0;
        top: 0;
        width: 100%
    }

    #fellow-table_filter {
        margin-top: 30px;
        padding-bottom: 50px
    }

    #fellow-table_filter input {
        line-height: 30px
    }

    .dataTables_filter label {
        float: none
    }

    #fellow-table_filter label:before {
        top: -6px
    }

    .about-pledge__content {
        padding: 40px 15px
    }

    .about-pledge__numbers-list li span {
        left: 0;
        top: 0;
        position: relative
    }

    .about-pledge__top-list li:before {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        left: 0;
        top: 0
    }
}

@media only screen and (max-width:768px) {
    .about-page__count ul li {
        width: 190px
    }
}

@media only screen and (max-width:700px) {
    .about-black__content {
        background-color: none
    }

    .about-black__content:after {
        content: "";
        background-image: url(../img/dots.png);
        opacity: .3;
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        display: block
    }

    .about-black {
        margin-bottom: 90px;
        background: #101113
    }

    .about-page__count ul li {
        width: 50%;
        text-align: center
    }

    .about-page__count ul li .big {
        font-size: 30px
    }

    .about-page__count ul li .small {
        font-size: 18px
    }
}

@media only screen and (max-width:600px) {
    .about-header__background_resize {
        background-size: 100% auto !important
    }
}

.network-block li {
    padding: 6px;
    height: 130px;
    width: 130px;
    align-items: center;
    display: flex
}

.network-block li img {
    width: 100%;
    height: auto
}

.network-block ul {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.network-page__title {
    color: #1086c2;
    font-size: 42px;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif
}

.network-page__line {
    max-width: 290px;
    width: 100%;
    height: 4px;
    display: inline-block;
    background-color: #1086C2;
    margin: 70px 0 50px
}

.network-page__count ul {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.network-page__count ul li {
    padding: 6px;
    width: 340px;
    display: flex;
    flex-direction: column
}

.network-page__text {
    font-size: 22px;
    font-weight: 500;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.type_post .type_post__entry-content,
.type_post .type_post__entry-meta {
    font-size: 18px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

@media only screen and (max-width:1200px) {
    .network-page__line {
        margin: 30px 0
    }
}

.type_post .type_post__entry-header {
    margin-top: 100px
}

.type_post .type_post__entry-content {
    margin-top: 50px;
    line-height: 24px
}

.posts {
    margin-top: 50px;
    margin-bottom: 100px
}

.posts .review-item-block {
    margin: 70px 0 0 20px
}

.posts .review-item--left {
    padding-left: 30px;
    padding-right: 0;
    padding-top: 40px;
    position: relative
}

.posts .review-item__white-block {
    width: 100%;
    max-width: 270px
}

.posts .review-item__dscr span {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #878889
}

.tags {
    margin-top: 80px
}

.tags .posts.tags__block {
    margin-top: 0
}

.tags .tags__review.review-item-block {
    margin: 20px 0 0 20px
}

.kf-review h1,
.kf-review h2,
.kf-review h3,
.kf-review h4 {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.kf-review h1 {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
    font-size: 32px;
    line-height: 40px;
    clear: both
}

.kf-review h2 {
    margin-bottom: .7rem;
    margin-top: 0;
    font-size: 28px
}

.main.kf-review {
    margin: 70px auto 0;
    padding-top: 0
}

.block-2 {
    padding-top: 2rem;
    padding-bottom: 1rem
}

.block-2 article {
    clear: both;
    padding-bottom: 2rem
}

.block-2 img {
    width: 35%;
    height: auto;
    float: left;
    margin: 0 5% 2rem 0
}

.block-2.alt img {
    float: right;
    margin: 0 0 3rem 5%
}

.block-3 img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 2rem
}

.block-3 h2 {
    line-height: 36px
}

.kf-review h2 {
    padding-bottom: 1rem
}

.kf-review article a,
.kf-review article a:link,
.kf-review article a:visited {
    color: #000;
    text-decoration: none
}

.kf-review article a:active,
.kf-review article a:hover {
    text-decoration: none;
    color: #0093d0
}

.kf-review article p {
    padding-bottom: 1rem;
    font-size: 18px;
    line-height: 24px
}

.kf-review p.cat-list {
    padding-bottom: 0;
    margin-bottom: .3rem;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .4px
}

.kf-review h1.kf-category-title .emotional-intelligence,
.kf-review p.cat-list a.emotional-intelligence {
    color: #FF4500
}

.kf-review h1.kf-category-title .diversity,
.kf-review p.cat-list a.diversity {
    color: #32CD32
}

.kf-review h1.kf-category-title .fundraising,
.kf-review p.cat-list a.fundraising {
    color: #9400D3
}

.kf-review h1.kf-category-title .future-of-innovation,
.kf-review p.cat-list a.future-of-innovation {
    color: #87CEFA
}

.kf-review h1.kf-category-title .investor-roles,
.kf-review p.cat-list a.investor-roles {
    color: #D2691E
}

.kf-review h1.kf-category-title .entrepreneurs,
.kf-review p.cat-list a.entrepreneurs {
    color: #00F
}

.kf-review p.cat-list a:hover {
    border-bottom: 1px dotted
}

.kf-review p.cat-list a.emotional-intelligence:hover {
    color: #FF4500;
    border-color: #FF4500
}

.kf-review p.cat-list a.diversity:hover {
    color: green;
    border-color: green
}

.kf-review p.cat-list a.fundraising:hover {
    color: #9400D3;
    border-color: #9400D3
}

.kf-review p.cat-list a.future-of-innovation:hover {
    color: #87CEFA;
    border-color: #87CEFA
}

.kf-review p.cat-list a.investor-roles:hover {
    color: #D2691E;
    border-color: #D2691E
}

.kf-review p.cat-list a.entrepreneurs:hover {
    color: #00F;
    border-color: #00F
}

.kf-review.story h1 {
    margin-top: 0
}

.kf-review.story ol,
.kf-review.story p,
.kf-review.story ul {
    font-size: 20px;
    line-height: 30px;
    color: #333
}

.kf-review.story p.return {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    font-style: italic
}

.kf-review.story p.return a {
    color: #aaa
}

.kf-review.story a:active,
.kf-review.story a:hover {
    text-decoration: none
}

.kf-review.story img.main-image {
    width: 95%;
    height: auto;
    max-width: 800px;
    text-align: center
}

.kf-review.story span.caption {
    display: block;
    margin: 1rem 0 1.5rem;
    font-size: .9rem;
    font-style: italic;
    color: #777
}

.kf-review.story .wp-caption-text {
    font-size: .9rem;
    line-height: 1.3rem;
    margin: 0;
    font-style: italic;
    color: #777
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.kf-review.story .navigation {
    clear: both;
    padding: 2rem 0;
    font-size: 87%;
    line-height: 160%
}

.kf-review.story .navigation .arrow {
    font-size: 150%;
    padding: 0
}

.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

.kf-review small {
    color: #000
}

.kf-review h2 small {
    font-size: 85%
}

.kf-review h1 small {
    font-size: 80%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

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

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

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

.row {
    margin-right: -15px;
    margin-left: -15px
}

.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-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-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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

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

@media (min-width:768px) {

    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

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

.swiper-container .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 20px
}

.swiper-container .review-item__img-wrapper img {
    width: 100%
}

.swiper-container .swiper-slide__block_left {
    margin-top: 100px;
    margin-bottom: 0;
    margin-right: 30px
}

.swiper-container .swiper-slide__review-item_left {
    padding-left: 30px;
    padding-right: 0
}

.swiper-container .swiper-slide__white-block_left {
    width: 100%;
    max-width: 270px;
    left: -30px
}

.swiper-container .swiper-slide__review-item__title_left {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif
}

.swiper-container .review-item__dscr.swiper-slide-pref span,
.swiper-container .swiper-slide__link {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.swiper-container .review-item__dscr.swiper-slide-pref {
    margin-bottom: 0
}

.swiper-container .review-item__dscr.swiper-slide-pref span {
    font-size: 32px
}

.swiper-container .swiper-slide__link_div_left {
    text-align: left;
    min-width: 170px;
    display: inline-block;
    border-bottom: 1px solid #1086C2;
    padding-bottom: 10px
}

.swiper-container .swiper-slide__link {
    font-size: 16px;
    color: #1086C2
}

.swiper-container .swiper-slide__block_link_left {
    position: relative;
    width: 100%;
    text-align: right
}

.swiper-container .review-item-block.swiper-slide__right {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 30px
}

.swiper-container .review-item.swiper-slide__right {
    padding-left: 30px;
    margin-left: 0;
    padding-right: 0
}

.swiper-container .review-item__white-block.swiper-slide__right {
    width: 100%;
    max-width: 270px;
    left: initial;
    right: -30px
}

.swiper-container .review-item__title.swiper-slide__right {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: NocturneSerif-ExtraBold, "Times New Roman", serif;
    width: 100%;
    text-align: right
}

.category_template,
.swiper-container .review-item__dscr.swiper-slide__right span {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.swiper-container .review-item__dscr.swiper-slide__right {
    margin-bottom: 0;
    width: 100%;
    text-align: right
}

.swiper-container .review-item__dscr.swiper-slide__right span {
    font-size: 32px
}

.swiper-container .swiper-slide__link_div_right {
    text-align: left;
    min-width: 170px;
    display: inline-block;
    border-bottom: 1px solid #1086C2;
    padding-bottom: 10px
}

.swiper-container .swiper_response_lg_50_xs_100 {
    width: 50%;
    float: left
}

@media only screen and (max-width:1100px) {
    .swiper-container .swiper_response_lg_50_xs_100 {
        float: none;
        width: 94%;
        margin: 0 auto
    }
}

.category_template {
    margin-top: 150px
}

.category_template h1 {
    margin-bottom: 80px
}

.category_template .report-article {
    margin-bottom: 72px
}

.category_template .entry-title {
    font-size: 24px;
    margin-bottom: 36px;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #1086c2
}

.category_template .report-article p,
.journal_all_category p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.category_template .report-article p {
    color: #101113
}

.journal_all_category {
    margin-top: 150px;
    margin-bottom: 80px
}

.journal_all_category h1,
.journal_all_category h2,
.journal_all_category h3 {
    color: #101113;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.journal_all_category h1 {
    font-size: 36px;
    line-height: 54px
}

.journal_all_category h2 {
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 36px;
    margin-top: 72px
}

.journal_all_category h3 {
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 26px;
    margin-top: 50px
}

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

.journal_all_category .journal_all_category__item {
    width: 33%;
    float: left;
    min-height: 530px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.journal_all_category img {
    width: 55%;
    height: auto;
    border: 1px solid #ccc;
    margin-top: 1rem
}

@media only screen and (max-width:1100px) {
    .journal_all_category .journal_all_category__item {
        width: 100%;
        float: none
    }

    .journal_all_category img {
        width: 100%
    }
}

#html1 {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

#html1 li {
    font-size: 19px
}

#html1 .materic {
    display: inline-block !important;
    margin-right: 10px !important;
    vertical-align: top !important;
    margin-bottom: 60px !important;
    font-size: 19px !important
}

#html1 .materic>a {
    font-size: 21px !important
}

#html1 .jstree-leaf a {
    font-size: 17px !important;
    color: #1086c2
}

#html1 .jstree-ocl {
    width: 24px !important
}

#html1 .jstree-themeicon {
    width: 0 !important
}

#html1 .jstree-node {
    margin-left: 8px !important
}

#search_tree_q {
    padding: 6px 6px 6px 30px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    letter-spacing: 1px;
    border-top: 0;
    border-left: 0;
    background-color: transparent;
    outline: 0;
    line-height: 40px;
    border-right: 0;
    border-bottom: 2px solid #101113;
    margin-bottom: 20px;
    -webkit-appearance: none
}

#form_search_tree button {
    background: 0 0;
    text-align: center;
    display: inline-block;
    padding: 15px 7px;
    font-size: 16px;
    color: #1086C2;
    letter-spacing: 0;
    border: 2px solid #1086C2;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    margin-right: 40px
}

#form_search_tree:before {
    content: '\f002';
    display: block;
    width: 20px;
    height: 30px;
    font-family: FontAwesome;
    position: absolute;
    top: 18px;
    left: 20px
}

@media only screen and (max-width:1200px) {
    #html1 li {
        white-space: initial;
        width: 100%;
        margin-left: 0 !important
    }

    #html1 a.jstree-anchor {
        display: inline-block;
        white-space: initial;
        width: 90%;
        height: auto !important
    }
}

.mc4wp-error {
    color: red
}

.mc4wp-alert {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.newsletter_press_releases .newsletter_press_releases__email,
footer .site-footer__mail_chimp .site-footer__email {
    outline: 0 !important;
    font-family: GTAmerica, Helvetica, Arial, sans-serif !important;
    -webkit-appearance: none !important
}

.mc4wp-success {
    color: green
}

.site-footer__mail_chimp span.EMAIL-label {
    display: none
}

footer .site-footer__mail_chimp {
    margin-right: 0;
    margin-bottom: 70px;
    margin-top: 10px
}

footer .site-footer__mail_chimp .site-footer__email {
    padding: 6px !important;
    font-size: 16px !important;
    width: 100% !important;
    max-width: 400px !important;
    letter-spacing: 1px !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: transparent !important;
    line-height: 40px !important;
    border-bottom: 2px solid #101113 !important;
    margin: 0 auto
}

footer .site-footer__mail_chimp .site-footer__email::-webkit-input-placeholder {
    color: #101113;
    opacity: 1
}

footer .site-footer__mail_chimp .site-footer__email::-moz-placeholder {
    color: #101113;
    opacity: 1
}

footer .site-footer__mail_chimp .site-footer__email:-ms-input-placeholder {
    color: #101113;
    opacity: 1
}

footer .site-footer__mail_chimp .site-footer__email:-moz-placeholder {
    color: #101113;
    opacity: 1
}

footer .site-footer__mail_chimp .site-footer__submit {
    background: 0 0;
    text-align: center;
    display: inline-block;
    padding: 20px 10px;
    font-size: 16px;
    color: #1086C2;
    letter-spacing: 0;
    border: 2px solid #1086C2;
    cursor: pointer;
    max-width: 400px;
    width: 100%
}

footer .site-footer__submit_block {
    text-align: center;
    margin-top: 20px
}

.newsletter_press_releases .newsletter_press_releases__button,
.newsletter_press_releases span.EMAIL-label {
    display: none !important
}

.newsletter_press_releases .newsletter_press_releases__email {
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    max-width: 482px !important;
    letter-spacing: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: transparent !important;
    line-height: 80px !important;
    border-bottom: 2px solid #101113 !important;
    color: #101113 !important
}

.accordion_element .accordion-content,
.accordion_element .accordion-toggle,
.form_custom_wrapper {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.newsletter_press_releases .newsletter_press_releases__email::-webkit-input-placeholder {
    color: #101113;
    opacity: 1
}

.newsletter_press_releases .newsletter_press_releases__email::-moz-placeholder {
    color: #101113;
    opacity: 1
}

.newsletter_press_releases .newsletter_press_releases__email:-ms-input-placeholder {
    color: #101113;
    opacity: 1
}

.newsletter_press_releases .newsletter_press_releases__email:-moz-placeholder {
    color: #101113;
    opacity: 1
}

.form_custom_wrapper {
    max-width: 800px;
    margin: 0 auto
}

.form_custom_wrapper .nf-form-fields-required {
    display: none
}

.form_custom_wrapper .label-left .nf-field-label {
    width: 28%;
    text-align: left;
    font-size: 18px;
    padding-right: 0;
    font-weight: 400 !important;
    font-style: normal !important
}

.form_custom_wrapper .label-left .nf-field-element input,
.form_custom_wrapper .nf-field-element textarea {
    padding: 6px
}

.form_custom_wrapper .label-left .nf-field-label label {
    font-weight: 400 !important;
    font-style: normal !important
}

.form_custom_wrapper .label-left .nf-field-element {
    width: 70%;
    font-size: 18px;
    text-align: left
}

.form_custom_wrapper .nf-field-description p {
    width: 94%;
    text-align: left
}

.form_custom_wrapper .label-left .nf-after-field,
.form_custom_wrapper .label-left .nf-field-description,
.form_custom_wrapper .nf-error-field-errors {
    margin-left: 28%
}

.form_custom_wrapper .nf-field-element input[type=button] {
    background: 0 0;
    text-align: center;
    display: inline-block;
    padding: 16px 10px;
    font-size: 16px;
    color: #1086C2;
    letter-spacing: 0;
    border: 2px solid #1086C2;
    cursor: pointer;
    max-width: 200px;
    width: 100%
}

.form_custom_wrapper .nf-field-element input[type=button]:hover {
    background: #1086C2 !important;
    color: #fff !important
}

.form_custom_wrapper .nf-response-msg {
    color: green
}

@media only screen and (max-width:800px) {
    .form_custom_wrapper .label-left .nf-field-label {
        width: 100%
    }

    .form_custom_wrapper .label-left .nf-field-element {
        width: 100%;
        margin-top: 10px
    }

    .form_custom_wrapper .label-left .nf-after-field,
    .form_custom_wrapper .label-left .nf-field-description,
    .form_custom_wrapper .nf-error-field-errors {
        margin-left: initial
    }
}

.accordion_element .accordion-toggle {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 8px;
    border-top: 2px solid rgba(175, 175, 178, .2);
    font-style: italic
}

.accordion_element .accordion-toggle.active {
    border-top: 2px solid #1086C2
}

.accordion_element .accordion-content {
    display: none;
    background: #fff;
    padding: 1px 10px;
    font-size: 18px
}

.accordion_element .accordion-content.default {
    display: block
}

#fellow-table-view-compact .companies-table td {
    padding: 6px 10px !important
}

#fellow-table-view-compact .companies-table td.companies-table--class {
    font-size: 18px !important;
    font-family: GTAmerica, Helvetica, Arial, sans-serif !important;
    line-height: 36px !important;
    font-weight: 400 !important
}

#fellow-table-view-compact #fellow-table_filter {
    display: block !important
}

#fellow-table-view-compact .companies-table .sorting_inside {
    display: inline-block !important
}

#fellow-table-view-compact .companies-table th {
    cursor: pointer
}

#fellow-table-view-compact .companies-table .child .child .sorting_inside {
    display: none !important
}

#fellow-table-view-compact tr:nth-child(2n+1) {
    background-color: #fff
}

#fellow-table-view-compact thead tr:first-child {
    background-color: initial
}

@media only screen and (max-width:1200px) {
    #fellow-table-view-compact .companies-table td:first-child {
        padding: 6px 0 6px 28px !important
    }

    .companies-table td:first-child {
        line-height: 26px !important
    }
}

.journal_posts {
    font-family: GTAmerica, Helvetica, Arial, sans-serif;
    margin-top: 150px
}

.journal_posts .single {
    border-top: 0
}

.journal_posts .single h1 {
    font-weight: 200;
    line-height: 1.1;
    margin: 0 0 6px;
    font-size: 2.2em
}

.journal_posts .single .entry-sub-title {
    margin: 0 0 1em;
    text-transform: uppercase;
    font-family: 'Sans Source Pro', Arial, sans-serif;
    color: #a4a4a4;
    font-size: .875em
}

.journal_posts .single .entry-content {
    padding: 1em 0 0;
    border-top: 1px solid #cadce1
}

.journal_posts .entry-content,
.journal_posts .entry-summary {
    margin-top: 0
}

.journal_posts .journals {
    border-top: 1px solid #cadce1;
    margin-top: 20px;
    margin-bottom: 30px
}

.journal_posts .book,
.journal_posts .journal_volume,
.journal_posts .report-article {
    border-bottom: 1px solid #cadce1;
    padding: 15px 0
}

.journal_posts .main-content .book {
    display: inline-block;
    width: 100%
}

.journal_posts .journal_volume img,
.journal_posts .main-content .book img {
    float: left
}

.journal_posts .book-details img,
.journal_posts .main-content .book img {
    border: 1px solid #CCC
}

.journal_posts .main-content .book img {
    margin-right: 20px
}

.journal_posts .journal_volume img {
    border: 1px solid #ccc
}

.journal_posts .main-content.journal_edition h1 {
    font-weight: 400;
    font-size: 2.2em;
    margin: .65em 0 .1em
}

.journal_posts .single .journal_posts h1 {
    font-weight: 400
}

.journal_posts .book h2,
.journal_posts .book h2.book-title,
.journal_posts .book h2.book-title em,
.journal_posts .journal_volume h2 {
    color: #333
}

.journal_posts h4.entry-title {
    font-weight: 700;
    font-family: 'Sans Source Pro', Arial, sans-serif;
    font-size: 1em;
    margin: 0
}

.journal_posts div.journals p:empty {
    display: none
}

.journal_posts .journal_volume .details {
    margin-left: 114px
}

.journal_posts .main-content p.KFR-title-text-small {
    font-size: 14px;
    color: #a4a4a4;
    font-family: Georgia, Times, serif;
    font-style: italic;
    padding: 0;
    margin: 0
}

.journal_posts .book .book-content .review em,
.journal_posts .book em,
.journal_posts .journal_volume em {
    font-size: 14px;
    color: #a4a4a4
}

.journal_posts .book .book-content .review blockquote em,
.journal_posts .book .book-content em {
    color: inherit;
    font-size: inherit
}

.journal_posts .journal_volume .read-more {
    margin-left: 114px;
    overflow: auto
}

.journal_posts .main-content .book .button {
    display: inline-block
}

.journal_posts .main-content .book .buy a,
.journal_posts .main-content .buy a {
    background: #7cc576
}

.journal_posts .main-content .book .buy a:hover,
.journal_posts .main-content .buy a:hover {
    background-color: #6aa864;
    text-decoration: none
}

.journal_posts .book .entry-head {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.journal_posts .book .author-bio img {
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.journal_posts .book .author-bio .bio {
    margin-left: 110px
}

.journal_posts .book-details {
    float: right;
    margin-left: 24px;
    margin-bottom: 24px
}

.journal_posts .book-details .buy,
.journal_posts .book-details .website {
    text-align: center
}

.journal_posts .book-details .buy a {
    float: none
}

.journal_posts .book-details .website {
    margin-top: 10px
}

.journal_posts .main-content .book-details .website a {
    font-size: 14px;
    text-decoration: none
}

.journal_posts .review {
    margin-bottom: 3em
}

.journal_posts .review blockquote,
.journal_posts .review blockquote p {
    border: none;
    padding-left: 0;
    margin-bottom: 0
}

.journal_posts .main-content .report-article {
    padding: 24px 0
}

.journal_posts .main-content .report-article p {
    margin-bottom: 0
}

.journal_posts .report-article p.entry-author {
    color: #a4a4a4;
    margin-bottom: 1rem !important;
    font-style: italic
}

.journal_posts .detail-view-entry-author {
    color: #a4a4a4;
    padding-top: 4px;
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-block
}

.journal_posts .journal_edition .main-content .entry-head,
.journal_posts .main-content.journal_edition .entry-head {
    border-bottom: 1px solid #cadce1;
    padding-bottom: 20px
}

.journal_posts .journal_edition .main-content .entry-head a,
.journal_posts .main-content.journal_edition .entry-head a {
    font-style: italic;
    font-size: 14px
}

.journal_posts .journal_edition .main-content .entry-head .separator,
.journal_posts .main-content.journal_edition .entry-head .separator {
    margin-left: 15px;
    margin-right: 15px
}

.journal_posts .journal_edition .main-content .report-date,
.journal_posts .main-content.journal_edition .report-date {
    text-transform: uppercase;
    color: #a4a4a4;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block
}

.journal_posts div.tombstone {
    width: 40%;
    margin: 2%;
    padding: 2%;
    border: 1px double #000;
    background-color: #FFF
}

.journal_posts div.figure {
    width: 100%;
    margin-bottom: 1.5rem;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.journal_posts div.figure span.figure_source {
    font-size: 90%
}

.journal_posts div.figure img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.journal_posts img.bio_img {
    float: left;
    padding: 0 30px 5px 0;
    max-width: 20%
}

.journal_posts a.footnote-anchor,
.journal_posts a.footnote_num,
.journal_posts span.footnote_num {
    font-size: 90%;
    vertical-align: super;
    font-weight: 400
}

.journal_posts h2 a.footnote_num {
    font-weight: 400
}

.journal_posts .callout,
.journal_posts .figure_reference {
    color: #4D6FAC
}

.journal_posts .callout {
    font-size: 130%
}

.journal_posts .figure_reference {
    font-size: 110%
}

.journal_posts .journal-return {
    color: #a4a4a4 !important;
    font-style: italic;
    text-decoration: none !important;
    font-size: 14px
}

.journal_posts .journal-striped-table {
    width: auto;
    margin: 0 auto 1rem;
    border-bottom: 6px solid #E0FFFF
}

.journal_posts .journal-full-no-stripes td,
.journal_posts .journal-full-no-stripes th,
.journal_posts .journal-striped-table td,
.journal_posts .journal-striped-table th {
    font-family: 'Source Sans Pro', sans-serif;
    width: auto;
    padding: 5px 10px
}

.journal_posts .journal-striped-table tbody tr:nth-child(even),
.journal_posts .journal-striped-table thead tr {
    background-color: #E0FFFF
}

.journal_posts table.bordered td,
.journal_posts table.bordered th {
    border-bottom: 1px solid #777
}

.journal_posts table.journal-full-no-stripes {
    width: 100%;
    margin: 1rem 0
}

.journal_posts .journal-striped-table ul,
.journal_posts table.journal-full-no-stripes ul {
    margin-bottom: 0
}

.journal_posts .journal-striped-table ul li,
.journal_posts table.journal-full-no-stripes ul li {
    line-height: 120%;
    margin-bottom: .25em
}

.journal_posts .footnotes p {
    margin-bottom: .7rem
}

.journal_posts div.tag-cloud-widget {
    float: right;
    width: 25%;
    height: auto;
    margin: 0 0 1rem 1rem
}

.journal_posts #journal-home-page-side,
.journal_posts .journal-article-listing-1 {
    font-family: 'Sans Source Pro', Arial, sans-serif;
    background-color: #EEE;
    padding: .75rem .5rem .1rem
}

.journal_posts #journal-home-page-side li,
.journal_posts .widget-area.journal-article-listing-1 li {
    list-style-type: none
}

.journal_posts #journal-home-page-side h2,
.journal_posts .widget-area.journal-article-listing-1 h2 {
    font-size: 22px;
    font-weight: 200
}

.journal_posts .widget-area.journal-article-listing-1 h2 {
    line-height: 1.3
}

.journal_posts #journal-home-page-side h2 {
    line-height: 1.2;
    margin-bottom: .4rem
}

.journal_posts p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.journal_posts h1,
.journal_posts h2,
.journal_posts h3 {
    color: #101113;
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.journal_posts h1 {
    font-size: 36px;
    line-height: 54px
}

.journal_posts h2 {
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 36px;
    margin-top: 72px
}

.journal_posts h3 {
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 26px;
    margin-top: 50px
}

.i_fixed_animation__text,
.i_fixed_animation__title {
    font-weight: 700;
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.journal_posts a {
    color: #1086c2
}

.journal_posts ul,
.journal_posts ol {
    margin-left: 20px;
    padding-left: 0;
}

.journal_posts ul li {
    font-size: 18px !important;
    list-style: circle;
    margin-bottom: 1rem;
}
.journal_posts ol li {
    font-size: 18px !important;
    margin-bottom: 1rem;
}
.journal_posts ol li span,
.journal_posts ol li span{
    font-size: 18px !important;
}

#fellow-table-id-personal {
    max-width: 1100px;
    margin: 0 auto
}

#fellow-table-id-personal p.bio-image img {
    padding-left: 40px;
    padding-bottom: 30px
}

@media only screen and (min-width:1101px) {
    .fixed_top_menu #navbar #main-menu li {
        position: relative
    }

    .fixed_top_menu #navbar #main-menu ul.sub-menu {
        position: absolute;
        z-index: 10001;
        top: 100%;
        left: 0;
        height: initial;
        min-width: 100%;
        display: none;
        background: #1086c2
    }

    .fixed_top_menu #navbar #main-menu ul.sub-menu li {
        height: initial;
        display: inline-block;
        width: 100%;
        text-align: left
    }

    .fixed_top_menu #navbar #main-menu ul.sub-menu li a {
        padding: 10px 20px !important;
        width: 100%;
        height: 100%;
        color: #FFF;
        white-space: nowrap;
        border-top: 1px solid #FFF
    }

    .fixed_top_menu #navbar #main-menu li:hover ul.sub-menu {
        display: block
    }

    .fixed_top_menu #navbar #main-menu ul.sub-menu li:last-child {
        background: initial
    }

    .fixed_top_menu #navbar #main-menu li.current-menu-item.li:last-child a,
    .fixed_top_menu #navbar #main-menu.sf-menu li:hover a,
    .fixed_top_menu #navbar #main-menu.sf-menu li:last-child a {
        color: #FFF
    }

    .fixed_top_menu #navbar #main-menu li.current-menu-item:hover a span {
        border-bottom: 2px solid #FFF
    }

    .fixed_top_menu #navbar #main-menu li ul.sub-menu li:hover span,
    .fixed_top_menu #navbar #main-menu li:hover ul.sub-menu li a span {
        border: none
    }
}

@media only screen and (max-width:1100px) {
    .fixed_top_menu #navbar #main-menu ul.sub-menu {
        display: none;
        position: relative;
        border: 0
    }

    .fixed_top_menu #navbar #main-menu ul.sub-menu li {
        width: 100%
    }

    .fixed_top_menu #navbar span.menu_plus {
        position: relative;
        left: -14px
    }

    .fixed_top_menu #navbar #main-menu li a {
        color: #1086c2
    }

    .fixed_top_menu #navbar #main-menu ul.sub-menu li a {
        color: #000;
        width: 100%
    }
}

.i_fixed_animation {
    position: fixed;
    width: 100%;
    overflow: hidden;
    display: none
}

.i_fixed_animation img {
    width: 100%
}

.i_fixed_animation__shadow {
    background-color: #000;
    opacity: .5;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.i_fixed_animation__block {
    position: absolute;
    top: 23%;
    color: #FFF;
    text-align: center;
    width: 100%
}

.i_fixed_animation__title {
    font-size: 3.4375em;
    line-height: 1.27273em
}

.i_fixed_animation__text {
    font-size: 1em;
    line-height: 1.1875em;
    margin-top: 50px
}

@media only screen and (max-width:1200px) {
    .i_fixed_animation__block {
        top: 41%
    }

    .i_fixed_animation__title {
        font-size: 16px
    }

    .i_fixed_animation__text {
        margin-top: 20px;
        font-size: 10px
    }

    .i_fixed_animation__shadow {
        height: 99%
    }
}

.partners {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

.partners .partners__category {
    text-align: center;
    border-top: 1px solid #1086c2;
    padding: 35px;
    color: #1086c2
}

.partners .partners__one {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
    padding: 22px 0
}

.partners .partners__image {
    flex-grow: 1
}

.partners .partners__image img {
    max-width: 150px
}

.partners .partners__title_url {
    align-self: center;
    line-height: 28px;
    text-align: center;
    flex-basis: 20px;
    flex-grow: 1
}

.partners .partners__details {
    flex-grow: 1;
    align-self: center;
    color: #1086c2;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.partners .partners__title {
    font-size: 25px
}

.partners .partners__url {
    font-size: 20px;
    color: #1086c2
}

.partners .partners__category {
    font-size: 30px
}

@media only screen and (max-width:1200px) {
    .partners .partners__image {
        flex-basis: 100%;
        text-align: center
    }

    .partners .partners__details,
    .partners .partners__title_url {
        flex-basis: 100%;
        text-align: center;
        margin-top: 14px
    }
}

.thin_post_600 {
    max-width: 906px;
    margin: 0 auto
}

.thin_post_600 .type_post .type_post__entry-content {
    line-height: 31px
}

.thin_post_600 p span {
    max-width: 100%;
    display: inline-block
}

.thin_post_600 p img {
    max-width: 800px
}

#comments .comments-title {
    font-family: "GTAmerica Medium", Helvetica, Arial, sans-serif;
    font-weight: 500
}

#comments .comment-form-author input,
#comments .comment-form-author label,
#comments .comment-form-comment,
#comments .comment-form-email input,
#comments .comment-form-email label,
#comments .comment-form-url input,
#comments .comment-form-url label,
#comments .comment-notes,
#comments .comment-reply-title,
#comments .logged-in-as,
#comments ol {
    font-family: GTAmerica, Helvetica, Arial, sans-serif
}

#comments ol {
    list-style-type: none;
    padding-left: 0
}

#comments .fn {
    padding-left: 10px
}

#comments .children {
    margin-left: 20px
}

#comments time {
    font-size: 12px
}

#comments .says {
    display: none
}

#comments footer.comment-meta {
    padding: 20px 0 10px
}

#comments .comment-body {
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d2
}

#comments .comment-metadata {
    text-align: right;
    position: relative;
    top: -36px
}

#comments .comment-content p {
    margin-top: 0
}

#comments .comment-form-comment label {
    display: block
}

#comments .form-submit input {
    background: 0 0;
    text-align: center;
    display: inline-block;
    padding: 20px 10px;
    font-size: 16px;
    color: #1086C2;
    letter-spacing: 0;
    border: 2px solid #1086C2;
    cursor: pointer;
    max-width: 350px;
    width: 100%
}

#comments .comment-form-comment textarea {
    width: 100%;
    background: 0 0;
    margin-top: 10px
}

#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label {
    display: block
}

#comments .comment-form-author input,
#comments .comment-form-email input,
#comments .comment-form-url input {
    background: 0 0;
    margin-top: 10px;
    height: 30px;
    border: 1px solid #a9a9a9;
    font-size: 16px;
    padding-left: 8px
}

#comments .form-submit {
    text-align: right
}

@media only screen and (max-width:1200px) {
    #comments {
        padding-left: 20px;
        padding-right: 20px
    }
}

.type_post_custom .center_container {
    max-width: initial;
    margin: initial;
    padding-left: initial;
    padding-right: initial;
    display: initial;
    position: initial
}

.type_post_custom .type_post__entry-content {
    margin-top: initial
}

@media only screen and (max-width:1199px) {

    .mobile_control,
    .mobile_control .g_mobile_margin_50 {
        margin-top: 50px !important
    }

    .g_mobile_margin_100,
    .mobile_control .g_mobile_margin_100,
    .mobile_control .g_mobile_middle .g_mobile_margin_100 {
        margin-top: 80px !important
    }

    .mobile_control .g_mobile_middle .g_mobile_padding_left_20,
    .mobile_control .g_mobile_padding_left_20 {
        padding-left: 20px
    }

    .g_mobile_margin_bottom_40 {
        margin-bottom: 40px !important
    }

    .g_mobile_display_none_without_i {
        display: none
    }

    .g_mobile_align_center {
        text-align: center !important
    }

    .g_mobile_margin_top_0 {
        margin-top: 0 !important
    }

    .g_mobile_margin_top_30 {
        margin-top: 30px !important
    }

    .g_mobile_margin_top_50 {
        margin-top: 50px !important
    }

    .g_mobile_margin_top_minus_30 {
        margin-top: -30px !important
    }

    .g_mobile_margin_bottom_0 {
        margin-bottom: 0 !important
    }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-quad],
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-cubic] [data-aos],
body[data-aos-easing=ease-in-quad] [data-aos],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
[data-aos][data-aos][data-aos-easing=ease-out-quad],
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-cubic] [data-aos],
body[data-aos-easing=ease-out-quad] [data-aos],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-cubic] [data-aos],
body[data-aos-easing=ease-in-out-quad] [data-aos],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li {
    text-align: center
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
    cursor: default !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before {
    display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
    padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: '-';
    background-color: #d33333
}

table.dataTable>tbody>tr.child {
    padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
    background: 0 0 !important
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: .5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .6)
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, .6)
}

@media screen and (max-width:767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%
    }
}

.jstree-anchor:focus,
.vakata-context li>a:focus {
    outline: 0
}

.jstree-anchor,
.jstree-node {
    white-space: nowrap
}

.jstree-children,
.jstree-container-ul,
.jstree-node {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.jstree-anchor,
.jstree-icon,
.jstree-icon:empty {
    display: inline-block;
    margin: 0;
    vertical-align: top
}

.jstree-anchor {
    padding: 0 4px 0 1px
}

.jstree-anchor,
.jstree-anchor:active,
.jstree-anchor:hover,
.jstree-anchor:link,
.jstree-anchor:visited {
    text-decoration: none;
    color: inherit
}

.jstree-icon,
.jstree-icon:empty {
    text-decoration: none;
    padding: 0;
    text-align: center
}

.jstree-ocl {
    cursor: pointer
}

.jstree-leaf>.jstree-ocl {
    cursor: default
}

.jstree .jstree-open>.jstree-children {
    display: block
}

.jstree .jstree-closed>.jstree-children,
.jstree .jstree-leaf>.jstree-children,
.jstree-anchor>.jstree-themeicon-hidden,
.jstree-hidden,
.jstree-no-icons .jstree-themeicon,
.jstree-node.jstree-hidden {
    display: none
}

.jstree-anchor>.jstree-themeicon {
    margin-right: 2px
}

.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px
}

.jstree-rtl .jstree-anchor>.jstree-themeicon {
    margin-left: 2px;
    margin-right: 0
}

.jstree-rtl .jstree-node {
    margin-left: 0
}

.jstree-rtl .jstree-container-ul>.jstree-node {
    margin-right: 0
}

.jstree-wholerow-ul {
    position: relative;
    display: inline-block;
    min-width: 100%
}

.jstree-wholerow-ul .jstree-leaf>.jstree-ocl {
    cursor: pointer
}

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
    position: relative
}

.jstree-wholerow-ul .jstree-wholerow {
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jstree-contextmenu .jstree-anchor {
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.vakata-context {
    display: none
}

.vakata-context,
.vakata-context ul {
    margin: 0;
    padding: 2px;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #979797;
    box-shadow: 2px 2px 2px #999
}

.vakata-context .vakata-context-hover>a,
.vakata-context li>a:hover {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1
}

.vakata-context ul {
    list-style: none;
    left: 100%;
    margin-top: -2.7em;
    margin-left: -4px
}

.vakata-context .vakata-context-right ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context li {
    list-style: none
}

.vakata-context li>a {
    display: block;
    padding: 0 2em;
    text-decoration: none;
    width: auto;
    color: #000;
    white-space: nowrap;
    line-height: 2.4em;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 1px
}

.vakata-context li>a>i,
.vakata-context li>a>i:empty {
    width: 2.4em;
    line-height: 2.4em
}

.vakata-context li>a.vakata-context-parent {
    background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);
    background-position: right center;
    background-repeat: no-repeat
}

.vakata-context .vakata-context-separator>a,
.vakata-context .vakata-context-separator>a:hover {
    background: #fff;
    border: 0;
    border-top: 1px solid #e2e3e3;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
    margin: 0 0 0 2.4em;
    border-left: 1px solid #e0e0e0;
    text-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0
}

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
    color: silver;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0
}

.vakata-context li>a>i {
    text-decoration: none;
    display: inline-block;
    height: 2.4em;
    background: 0 0;
    margin: 0 0 0 -2em;
    vertical-align: top;
    text-align: center
}

.vakata-context li>a .vakata-contextmenu-sep {
    display: inline-block;
    width: 1px;
    height: 2.4em;
    background: #fff;
    margin: 0 .5em 0 0;
    border-left: 1px solid #e2e3e3
}

.vakata-context .vakata-contextmenu-shortcut {
    font-size: .8em;
    color: silver;
    opacity: .5;
    display: none
}

.vakata-context-rtl ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context-rtl li>a.vakata-context-parent {
    background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);
    background-position: left center;
    background-repeat: no-repeat
}

.vakata-context-rtl .vakata-context-separator>a {
    margin: 0 2.4em 0 0;
    border-left: 0;
    border-right: 1px solid #e2e3e3
}

.vakata-context-rtl .vakata-context-left ul {
    right: auto;
    left: 100%;
    margin-left: -4px;
    margin-right: auto
}

.vakata-context-rtl li>a>i {
    margin: 0 -2em 0 0
}

.vakata-context-rtl li>a .vakata-contextmenu-sep {
    margin: 0 0 0 .5em;
    border-left-color: #fff;
    background: #e2e3e3
}

#jstree-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0;
    padding: 0;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px
}

#jstree-dnd .jstree-copy,
#jstree-dnd .jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px
}

#jstree-dnd .jstree-ok {
    background: green
}

#jstree-dnd .jstree-er {
    background: red
}

#jstree-dnd .jstree-copy {
    margin: 0 2px
}

.jstree-default .jstree-icon,
.jstree-default .jstree-node {
    background-repeat: no-repeat;
    background-color: transparent
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
    transition: background-color .15s, box-shadow .15s
}

.jstree-default .jstree-context,
.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #ccc
}

.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999
}

.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon {
    display: none
}

.jstree-default .jstree-disabled {
    color: #666
}

.jstree-default .jstree-disabled.jstree-hovered {
    box-shadow: none
}

.jstree-default .jstree-disabled>.jstree-icon {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default .jstree-search {
    font-style: italic;
    color: #8b0000;
    font-weight: 700
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: 0 0;
    box-shadow: none
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #e7f4f9
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked {
    background: 0 0
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default>.jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top
}

.jstree-default>.jstree-wholerow-ul .jstree-clicked,
.jstree-default>.jstree-wholerow-ul .jstree-hovered {
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

.jstree-default .jstree-wholerow {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px
}

.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: -webkit-linear-gradient(top, #beebff 0, #a8e4ff 100%);
    background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%)
}

.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px;
    background-position: -292px -4px;
    background-repeat: repeat-y
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px
}

.jstree-default .jstree-icon,
.jstree-default .jstree-icon:empty {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jstree-default .jstree-icon,
.jstree-default .jstree-node {
    background-image: url(../img/32px.png)
}

.jstree-default .jstree-last {
    background: 0 0
}

.jstree-default .jstree-open>.jstree-ocl {
    background-position: -132px -4px
}

.jstree-default .jstree-closed>.jstree-ocl {
    background-position: -100px -4px
}

.jstree-default .jstree-leaf>.jstree-ocl {
    background-position: -68px -4px
}

.jstree-default .jstree-themeicon {
    background-position: -260px -4px
}

.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -4px
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -4px
}

.jstree-default .jstree-disabled,
.jstree-default .jstree-disabled.jstree-hovered {
    background: 0 0
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-checkbox {
    background-position: -164px -4px
}

.jstree-default .jstree-checkbox:hover {
    background-position: -164px -36px
}

.jstree-default .jstree-checked>.jstree-checkbox,
.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
    background-position: -228px -4px
}

.jstree-default .jstree-checked>.jstree-checkbox:hover,
.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
    background-position: -228px -36px
}

.jstree-default .jstree-anchor>.jstree-undetermined {
    background-position: -196px -4px
}

.jstree-default .jstree-anchor>.jstree-undetermined:hover {
    background-position: -196px -36px
}

.jstree-default .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default>.jstree-striped {
    background-size: auto 48px
}

.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px;
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -132px -36px
}

.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -100px -36px
}

.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -68px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -36px
}

.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url(../img/throbber.gif) center center no-repeat
}

.jstree-default .jstree-file {
    background: url(../img/32px.png) -100px -68px no-repeat
}

.jstree-default .jstree-folder {
    background: url(../img/32px.png) -260px -4px no-repeat
}

.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default {
    line-height: 24px;
    padding: 0 4px
}

#jstree-dnd.jstree-default .jstree-er,
#jstree-dnd.jstree-default .jstree-ok {
    background-image: url(../img/32px.png);
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default i {
    background: 0 0;
    width: 24px;
    height: 24px;
    line-height: 24px
}

#jstree-dnd.jstree-default .jstree-ok {
    background-position: -4px -68px
}

#jstree-dnd.jstree-default .jstree-er {
    background-position: -36px -68px
}

.jstree-default .jstree-ellipsis {
    overflow: hidden
}

.jstree-default .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 29px);
    text-overflow: ellipsis;
    overflow: hidden
}

.jstree-default .jstree-ellipsis.jstree-no-icons .jstree-anchor {
    width: calc(100% - 5px)
}

#jstree-dnd.jstree-default-small i,
.jstree-default-small .jstree-icon,
.jstree-default-small .jstree-icon:empty {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==)
}

.jstree-default.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-small .jstree-node {
    min-height: 18px;
    line-height: 18px;
    margin-left: 18px;
    min-width: 18px;
    background-position: -295px -7px;
    background-repeat: repeat-y
}

.jstree-default-small .jstree-anchor {
    line-height: 18px;
    height: 18px
}

.jstree-default-small .jstree-wholerow {
    height: 18px
}

.jstree-default-small .jstree-icon,
.jstree-default-small .jstree-node {
    background-image: url(../img/32px.png)
}

.jstree-default-small .jstree-last {
    background: 0 0
}

.jstree-default-small .jstree-open>.jstree-ocl {
    background-position: -135px -7px
}

.jstree-default-small .jstree-closed>.jstree-ocl {
    background-position: -103px -7px
}

.jstree-default-small .jstree-leaf>.jstree-ocl {
    background-position: -71px -7px
}

.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-small>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -7px
}

.jstree-default-small .jstree-disabled,
.jstree-default-small .jstree-disabled.jstree-hovered {
    background: 0 0
}

.jstree-default-small .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px
}

.jstree-default-small .jstree-checkbox:hover {
    background-position: -167px -39px
}

.jstree-default-small .jstree-checked>.jstree-checkbox,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
    background-position: -231px -7px
}

.jstree-default-small .jstree-checked>.jstree-checkbox:hover,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
    background-position: -231px -39px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined {
    background-position: -199px -7px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
    background-position: -199px -39px
}

.jstree-default-small .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-small>.jstree-striped {
    background-size: auto 36px
}

.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px;
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -135px -39px
}

.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -103px -39px
}

.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -71px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -39px
}

.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url(../img/throbber.gif) center center no-repeat
}

.jstree-default-small .jstree-file {
    background: url(../img/32px.png) -103px -71px no-repeat
}

.jstree-default-small .jstree-folder {
    background: url(../img/32px.png) -263px -7px no-repeat
}

.jstree-default-small>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-small .jstree-er,
#jstree-dnd.jstree-default-small .jstree-ok {
    background-image: url(../img/32px.png);
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-small i {
    background: 0 0
}

#jstree-dnd.jstree-default-small .jstree-ok {
    background-position: -7px -71px
}

#jstree-dnd.jstree-default-small .jstree-er {
    background-position: -39px -71px
}

.jstree-default-small .jstree-ellipsis {
    overflow: hidden
}

.jstree-default-small .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 23px);
    text-overflow: ellipsis;
    overflow: hidden
}

.jstree-default-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
    width: calc(100% - 5px)
}

#jstree-dnd.jstree-default-large i,
.jstree-default-large .jstree-icon,
.jstree-default-large .jstree-icon:empty {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==)
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px;
    background-position: -288px 0;
    background-repeat: repeat-y
}

.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px
}

.jstree-default-large .jstree-wholerow {
    height: 32px
}

.jstree-default-large .jstree-icon,
.jstree-default-large .jstree-node {
    background-image: url(../img/32px.png)
}

.jstree-default-large .jstree-last {
    background: 0 0
}

.jstree-default-large .jstree-open>.jstree-ocl {
    background-position: -128px 0
}

.jstree-default-large .jstree-closed>.jstree-ocl {
    background-position: -96px 0
}

.jstree-default-large .jstree-leaf>.jstree-ocl {
    background-position: -64px 0
}

.jstree-default-large .jstree-themeicon {
    background-position: -256px 0
}

.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-large>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px 0
}

.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 0
}

.jstree-default-large .jstree-disabled,
.jstree-default-large .jstree-disabled.jstree-hovered {
    background: 0 0
}

.jstree-default-large .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-large .jstree-checkbox {
    background-position: -160px 0
}

.jstree-default-large .jstree-checkbox:hover {
    background-position: -160px -32px
}

.jstree-default-large .jstree-checked>.jstree-checkbox,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
    background-position: -224px 0
}

.jstree-default-large .jstree-checked>.jstree-checkbox:hover,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
    background-position: -224px -32px
}

.jstree-default-large .jstree-anchor>.jstree-undetermined {
    background-position: -192px 0
}

.jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
    background-position: -192px -32px
}

.jstree-default-large .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-large>.jstree-striped {
    background-size: auto 64px
}

.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px;
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -128px -32px
}

.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -96px -32px
}

.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -64px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 -32px
}

.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url(../img/throbber.gif) center center no-repeat
}

.jstree-default-large .jstree-file {
    background: url(../img/32px.png) -96px -64px no-repeat
}

.jstree-default-large .jstree-folder {
    background: url(../img/32px.png) -256px 0 no-repeat
}

.jstree-default-large>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-large {
    line-height: 32px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-large .jstree-er,
#jstree-dnd.jstree-default-large .jstree-ok {
    background-image: url(../img/32px.png);
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-large i {
    background: 0 0
}

#jstree-dnd.jstree-default-large .jstree-ok {
    background-position: 0 -64px
}

#jstree-dnd.jstree-default-large .jstree-er {
    background-position: -32px -64px
}

.jstree-default-large .jstree-ellipsis {
    overflow: hidden
}

.jstree-default-large .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 37px);
    text-overflow: ellipsis;
    overflow: hidden
}

.jstree-default-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
    width: calc(100% - 5px)
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==)
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: 0 0
}

@media (max-width:768px) {
    #jstree-dnd.jstree-dnd-responsive {
        line-height: 40px;
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px #fff
    }

    #jstree-dnd.jstree-dnd-responsive>i {
        background: 0 0;
        width: 40px;
        height: 40px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-ok {
        background-image: url(../img/40px.png);
        background-position: 0 -200px;
        background-size: 120px 240px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-er {
        background-image: url(../img/40px.png);
        background-position: -40px -200px;
        background-size: 120px 240px
    }

    #jstree-marker.jstree-dnd-responsive {
        border-left-width: 10px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: -10px
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl,
    .jstree-default-responsive .jstree-node {
        background: 0 0
    }

    .jstree-default-responsive .jstree-node {
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
        min-width: 40px;
        white-space: nowrap
    }

    .jstree-default-responsive .jstree-anchor {
        line-height: 40px;
        height: 40px;
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px #fff
    }

    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-icon:empty {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .jstree-default-responsive.jstree-rtl .jstree-node {
        margin-left: 0;
        margin-right: 40px;
        background: 0 0
    }

    .jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node {
        margin-right: 0
    }

    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-ocl,
    .jstree-default-responsive .jstree-themeicon {
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl,
    .jstree-default-responsive.jstree-rtl .jstree-leaf>.jstree-ocl {
        background: 0 0
    }

    .jstree-default-responsive .jstree-open>.jstree-ocl {
        background-position: 0 0 !important
    }

    .jstree-default-responsive .jstree-closed>.jstree-ocl {
        background-position: 0 -40px !important
    }

    .jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl {
        background-position: -40px 0 !important
    }

    .jstree-default-responsive .jstree-themeicon {
        background-position: -40px -40px
    }

    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-checkbox:hover {
        background-position: -40px -80px
    }

    .jstree-default-responsive .jstree-checked>.jstree-checkbox,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox:hover,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
        background-position: 0 -80px
    }

    .jstree-default-responsive .jstree-anchor>.jstree-undetermined,
    .jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover {
        background-position: 0 -120px
    }

    .jstree-default-responsive>.jstree-striped {
        background: 0 0
    }

    .jstree-default-responsive .jstree-wholerow {
        border-top: 1px solid rgba(255, 255, 255, .7);
        border-bottom: 1px solid rgba(64, 64, 64, .2);
        background: #ebebeb;
        height: 40px
    }

    .jstree-default-responsive .jstree-wholerow-hovered {
        background: #e7f4f9
    }

    .jstree-default-responsive .jstree-wholerow-clicked {
        background: #beebff
    }

    .jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow {
        box-shadow: inset 0 -6px 3px -5px #666
    }

    .jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
        box-shadow: inset 0 6px 3px -5px #666;
        border-top: 0
    }

    .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
        box-shadow: none
    }

    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-node>.jstree-ocl,
    .jstree-default-responsive .jstree-themeicon {
        background-image: url(../img/40px.png);
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-node {
        background-position: -80px 0;
        background-repeat: repeat-y
    }

    .jstree-default-responsive .jstree-last {
        background: 0 0
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background-position: -40px -120px
    }

    .jstree-default-responsive .jstree-last>.jstree-ocl {
        background-position: -40px -160px
    }

    .jstree-default-responsive .jstree-themeicon-custom {
        background-color: transparent;
        background-image: none;
        background-position: 0 0
    }

    .jstree-default-responsive .jstree-file {
        background: url(../img/40px.png) 0 -160px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-folder {
        background: url(../img/40px.png) -40px -40px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0;
        margin-right: 0
    }
}

.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: none
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}


.single-journal_posts  img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.single-journal_posts  img.alignnone {
    margin: 5px 20px 20px 0
}

.single-journal_posts  img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.single-journal_posts  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}